@mintlify/components 0.1.4 → 0.1.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.
- package/README.md +13 -3
- package/dist/Param.d.ts +3 -1
- package/dist/index.js +1 -1
- package/dist/main.css +11 -1
- package/package.json +1 -1
- package/build-storybook.log +0 -365
- package/dist/CodeGroup.d.ts +0 -12
package/README.md
CHANGED
|
@@ -4,11 +4,17 @@ Open-source library of UI components made with React and TailwindCSS. Checkout [
|
|
|
4
4
|
|
|
5
5
|
Mintlify uses Mintlify Components in customers' docs. We encourage you to use them elsewhere on your site!
|
|
6
6
|
|
|
7
|
-
#
|
|
7
|
+
# Documentation
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
## Installation
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
`npm install @mintlify/components`
|
|
12
|
+
|
|
13
|
+
Import components like so:
|
|
14
|
+
|
|
15
|
+
`import { Accordion, Card } from "@mintlify/components`
|
|
16
|
+
|
|
17
|
+
## Using the Components
|
|
12
18
|
|
|
13
19
|
[Storybook](https://main--63134bd5ae01f2a7717a0e47.chromatic.com/) has interactive demos.
|
|
14
20
|
|
|
@@ -16,6 +22,10 @@ The [repo wiki](https://github.com/mintlify/components/wiki) explains how to use
|
|
|
16
22
|
|
|
17
23
|
Go to [Mintlify.com](https://www.mintlify.com/components/overview) for how to use the components in Mintlify's documentation platform.
|
|
18
24
|
|
|
25
|
+
## Designed for Next.js
|
|
26
|
+
|
|
27
|
+
The project is designed for use with static side rendering where we don't have access to `document` or `window`. Thus, our webpack config has to use `mini-css-extract-plugin` instead of `style-loader`.
|
|
28
|
+
|
|
19
29
|
# Long Term Vision
|
|
20
30
|
|
|
21
31
|
The first version of this library only included documentation components. In the long run, Mintlify will include layout components you could use to build an entire site.
|
package/dist/Param.d.ts
CHANGED
|
@@ -5,6 +5,8 @@ export declare type ParamProps = {
|
|
|
5
5
|
defaultValue?: string;
|
|
6
6
|
required?: boolean;
|
|
7
7
|
hidden?: boolean;
|
|
8
|
+
/** Custom classes for the param variable name, can be used to customize its color */
|
|
9
|
+
nameClasses?: string;
|
|
8
10
|
children: any;
|
|
9
11
|
};
|
|
10
|
-
export declare function Param({ name, type, defaultValue, required, hidden, children, }: ParamProps): JSX.Element | null;
|
|
12
|
+
export declare function Param({ name, type, defaultValue, required, hidden, nameClasses, children, }: ParamProps): JSX.Element | null;
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/*! For license information please see index.js.LICENSE.txt */
|
|
2
|
-
(()=>{var t={372:(t,n,e)=>{"use strict";var a=e(567);function r(){}function i(){}i.resetWarningCache=r,t.exports=function(){function t(t,n,e,r,i,o){if(o!==a){var s=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 s.name="Invariant Violation",s}}function n(){return t}t.isRequired=t;var e={array:t,bigint:t,bool:t,func:t,number:t,object:t,string:t,symbol:t,any:t,arrayOf:n,element:t,elementType:t,instanceOf:n,node:t,objectOf:n,oneOf:n,oneOfType:n,shape:n,exact:n,checkPropTypes:i,resetWarningCache:r};return e.PropTypes=e,e}},652:(t,n,e)=>{t.exports=e(372)()},567:t=>{"use strict";t.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},455:(t,n,e)=>{"use strict";var a=e(258),r=Symbol.for("react.element"),i=(Symbol.for("react.fragment"),Object.prototype.hasOwnProperty),o=a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,s={key:!0,ref:!0,__self:!0,__source:!0};function c(t,n,e){var a,c={},l=null,f=null;for(a in void 0!==e&&(l=""+e),void 0!==n.key&&(l=""+n.key),void 0!==n.ref&&(f=n.ref),n)i.call(n,a)&&!s.hasOwnProperty(a)&&(c[a]=n[a]);if(t&&t.defaultProps)for(a in n=t.defaultProps)void 0===c[a]&&(c[a]=n[a]);return{$$typeof:r,type:t,key:l,ref:f,props:c,_owner:o.current}}n.jsx=c,n.jsxs=c},557:(t,n,e)=>{"use strict";t.exports=e(455)},258:t=>{"use strict";t.exports=require("react")}},n={};function e(a){var r=n[a];if(void 0!==r)return r.exports;var i=n[a]={exports:{}};return t[a](i,i.exports,e),i.exports}e.n=t=>{var n=t&&t.__esModule?()=>t.default:()=>t;return e.d(n,{a:n}),n},e.d=(t,n)=>{for(var a in n)e.o(n,a)&&!e.o(t,a)&&Object.defineProperty(t,a,{enumerable:!0,get:n[a]})},e.o=(t,n)=>Object.prototype.hasOwnProperty.call(t,n),e.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var a={};(()=>{"use strict";e.r(a),e.d(a,{Accordion:()=>Be,AccordionGroup:()=>Ue,Button:()=>Ge,Card:()=>$e,CardGroup:()=>Qe,Check:()=>oa,Frame:()=>la,Info:()=>ea,Note:()=>ra,Param:()=>ua,Tip:()=>ia,UserDefinedIcon:()=>De,Warning:()=>aa});var t=e(557),n=e(258),r=e.n(n);function i(t){var n,e,a="";if("string"==typeof t||"number"==typeof t)a+=t;else if("object"==typeof t)if(Array.isArray(t))for(n=0;n<t.length;n++)t[n]&&(e=i(t[n]))&&(a&&(a+=" "),a+=e);else for(n in t)t[n]&&(a&&(a+=" "),a+=n);return a}const o=function(){for(var t,n,e=0,a="";e<arguments.length;)(t=arguments[e++])&&(n=i(t))&&(a&&(a+=" "),a+=n);return a};function s(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);n&&(a=a.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),e.push.apply(e,a)}return e}function c(t){for(var n=1;n<arguments.length;n++){var e=null!=arguments[n]?arguments[n]:{};n%2?s(Object(e),!0).forEach((function(n){u(t,n,e[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):s(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}))}return t}function l(t){return l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},l(t)}function f(t,n){for(var e=0;e<n.length;e++){var a=n[e];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(t,a.key,a)}}function u(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t}function d(t,n){return function(t){if(Array.isArray(t))return t}(t)||function(t,n){var e=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=e){var a,r,i=[],o=!0,s=!1;try{for(e=e.call(t);!(o=(a=e.next()).done)&&(i.push(a.value),!n||i.length!==n);o=!0);}catch(t){s=!0,r=t}finally{try{o||null==e.return||e.return()}finally{if(s)throw r}}return i}}(t,n)||p(t,n)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function m(t){return function(t){if(Array.isArray(t))return v(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||p(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function p(t,n){if(t){if("string"==typeof t)return v(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?v(t,n):void 0}}function v(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,a=new Array(n);e<n;e++)a[e]=t[e];return a}var b=function(){},g={},h={},y=null,x={mark:b,measure:b};try{"undefined"!=typeof window&&(g=window),"undefined"!=typeof document&&(h=document),"undefined"!=typeof MutationObserver&&(y=MutationObserver),"undefined"!=typeof performance&&(x=performance)}catch(t){}var k,w,O,C,j,N=(g.navigator||{}).userAgent,A=void 0===N?"":N,P=g,S=h,E=y,M=x,_=(P.document,!!S.documentElement&&!!S.head&&"function"==typeof S.addEventListener&&"function"==typeof S.createElement),z=~A.indexOf("MSIE")||~A.indexOf("Trident/"),L="svg-inline--fa",I="data-fa-i2svg",T="data-fa-pseudo-element",R="data-prefix",D="data-icon",F="fontawesome-i2svg",Y=["HTML","HEAD","STYLE","SCRIPT"],H=function(){try{return!0}catch(t){return!1}}(),W="classic",B="sharp",V=[W,B];function U(t){return new Proxy(t,{get:function(t,n){return n in t?t[n]:t.classic}})}var Z=U((u(k={},W,{fa:"solid",fas:"solid","fa-solid":"solid",far:"regular","fa-regular":"regular",fal:"light","fa-light":"light",fat:"thin","fa-thin":"thin",fad:"duotone","fa-duotone":"duotone",fab:"brands","fa-brands":"brands",fak:"kit","fa-kit":"kit"}),u(k,B,{fa:"solid",fass:"solid","fa-solid":"solid"}),k)),q=U((u(w={},W,{solid:"fas",regular:"far",light:"fal",thin:"fat",duotone:"fad",brands:"fab",kit:"fak"}),u(w,B,{solid:"fass"}),w)),X=U((u(O={},W,{fab:"fa-brands",fad:"fa-duotone",fak:"fa-kit",fal:"fa-light",far:"fa-regular",fas:"fa-solid",fat:"fa-thin"}),u(O,B,{fass:"fa-solid"}),O)),G=U((u(C={},W,{"fa-brands":"fab","fa-duotone":"fad","fa-kit":"fak","fa-light":"fal","fa-regular":"far","fa-solid":"fas","fa-thin":"fat"}),u(C,B,{"fa-solid":"fass"}),C)),K=/fa(s|r|l|t|d|b|k|ss)?[\-\ ]/,$="fa-layers-text",J=/Font ?Awesome ?([56 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp|Kit)?.*/i,Q=U((u(j={},W,{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"}),u(j,B,{900:"fass"}),j)),tt=[1,2,3,4,5,6,7,8,9,10],nt=tt.concat([11,12,13,14,15,16,17,18,19,20]),et=["class","data-prefix","data-icon","data-fa-transform","data-fa-mask"],at="duotone-group",rt="primary",it="secondary",ot=new Set;Object.keys(q.classic).map(ot.add.bind(ot)),Object.keys(q.sharp).map(ot.add.bind(ot));var st=[].concat(V,m(ot),["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,"swap-opacity",rt,it]).concat(tt.map((function(t){return"".concat(t,"x")}))).concat(nt.map((function(t){return"w-".concat(t)}))),ct=P.FontAwesomeConfig||{};S&&"function"==typeof S.querySelector&&[["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((function(t){var n=d(t,2),e=n[0],a=n[1],r=function(t){return""===t||"false"!==t&&("true"===t||t)}(function(t){var n=S.querySelector("script["+t+"]");if(n)return n.getAttribute(t)}(e));null!=r&&(ct[a]=r)}));var lt={styleDefault:"solid",familyDefault:"classic",cssPrefix:"fa",replacementClass:L,autoReplaceSvg:!0,autoAddCss:!0,autoA11y:!0,searchPseudoElements:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0};ct.familyPrefix&&(ct.cssPrefix=ct.familyPrefix);var ft=c(c({},lt),ct);ft.autoReplaceSvg||(ft.observeMutations=!1);var ut={};Object.keys(lt).forEach((function(t){Object.defineProperty(ut,t,{enumerable:!0,set:function(n){ft[t]=n,dt.forEach((function(t){return t(ut)}))},get:function(){return ft[t]}})})),Object.defineProperty(ut,"familyPrefix",{enumerable:!0,set:function(t){ft.cssPrefix=t,dt.forEach((function(t){return t(ut)}))},get:function(){return ft.cssPrefix}}),P.FontAwesomeConfig=ut;var dt=[],mt=16,pt={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};function vt(){for(var t=12,n="";t-- >0;)n+="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"[62*Math.random()|0];return n}function bt(t){for(var n=[],e=(t||[]).length>>>0;e--;)n[e]=t[e];return n}function gt(t){return t.classList?bt(t.classList):(t.getAttribute("class")||"").split(" ").filter((function(t){return t}))}function ht(t){return"".concat(t).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">")}function yt(t){return Object.keys(t||{}).reduce((function(n,e){return n+"".concat(e,": ").concat(t[e].trim(),";")}),"")}function xt(t){return t.size!==pt.size||t.x!==pt.x||t.y!==pt.y||t.rotate!==pt.rotate||t.flipX||t.flipY}function kt(){var t="fa",n=L,e=ut.cssPrefix,a=ut.replacementClass,r=':root, :host {\n --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Solid";\n --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Regular";\n --fa-font-light: normal 300 1em/1 "Font Awesome 6 Light";\n --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Thin";\n --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";\n --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";\n --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";\n}\n\nsvg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {\n overflow: visible;\n box-sizing: content-box;\n}\n\n.svg-inline--fa {\n display: var(--fa-display, inline-block);\n height: 1em;\n overflow: visible;\n vertical-align: -0.125em;\n}\n.svg-inline--fa.fa-2xs {\n vertical-align: 0.1em;\n}\n.svg-inline--fa.fa-xs {\n vertical-align: 0em;\n}\n.svg-inline--fa.fa-sm {\n vertical-align: -0.0714285705em;\n}\n.svg-inline--fa.fa-lg {\n vertical-align: -0.2em;\n}\n.svg-inline--fa.fa-xl {\n vertical-align: -0.25em;\n}\n.svg-inline--fa.fa-2xl {\n vertical-align: -0.3125em;\n}\n.svg-inline--fa.fa-pull-left {\n margin-right: var(--fa-pull-margin, 0.3em);\n width: auto;\n}\n.svg-inline--fa.fa-pull-right {\n margin-left: var(--fa-pull-margin, 0.3em);\n width: auto;\n}\n.svg-inline--fa.fa-li {\n width: var(--fa-li-width, 2em);\n top: 0.25em;\n}\n.svg-inline--fa.fa-fw {\n width: var(--fa-fw-width, 1.25em);\n}\n\n.fa-layers svg.svg-inline--fa {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n}\n\n.fa-layers-counter, .fa-layers-text {\n display: inline-block;\n position: absolute;\n text-align: center;\n}\n\n.fa-layers {\n display: inline-block;\n height: 1em;\n position: relative;\n text-align: center;\n vertical-align: -0.125em;\n width: 1em;\n}\n.fa-layers svg.svg-inline--fa {\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-text {\n left: 50%;\n top: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-counter {\n background-color: var(--fa-counter-background-color, #ff253a);\n border-radius: var(--fa-counter-border-radius, 1em);\n box-sizing: border-box;\n color: var(--fa-inverse, #fff);\n line-height: var(--fa-counter-line-height, 1);\n max-width: var(--fa-counter-max-width, 5em);\n min-width: var(--fa-counter-min-width, 1.5em);\n overflow: hidden;\n padding: var(--fa-counter-padding, 0.25em 0.5em);\n right: var(--fa-right, 0);\n text-overflow: ellipsis;\n top: var(--fa-top, 0);\n -webkit-transform: scale(var(--fa-counter-scale, 0.25));\n transform: scale(var(--fa-counter-scale, 0.25));\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-bottom-right {\n bottom: var(--fa-bottom, 0);\n right: var(--fa-right, 0);\n top: auto;\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: bottom right;\n transform-origin: bottom right;\n}\n\n.fa-layers-bottom-left {\n bottom: var(--fa-bottom, 0);\n left: var(--fa-left, 0);\n right: auto;\n top: auto;\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: bottom left;\n transform-origin: bottom left;\n}\n\n.fa-layers-top-right {\n top: var(--fa-top, 0);\n right: var(--fa-right, 0);\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-top-left {\n left: var(--fa-left, 0);\n right: auto;\n top: var(--fa-top, 0);\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: top left;\n transform-origin: top left;\n}\n\n.fa-1x {\n font-size: 1em;\n}\n\n.fa-2x {\n font-size: 2em;\n}\n\n.fa-3x {\n font-size: 3em;\n}\n\n.fa-4x {\n font-size: 4em;\n}\n\n.fa-5x {\n font-size: 5em;\n}\n\n.fa-6x {\n font-size: 6em;\n}\n\n.fa-7x {\n font-size: 7em;\n}\n\n.fa-8x {\n font-size: 8em;\n}\n\n.fa-9x {\n font-size: 9em;\n}\n\n.fa-10x {\n font-size: 10em;\n}\n\n.fa-2xs {\n font-size: 0.625em;\n line-height: 0.1em;\n vertical-align: 0.225em;\n}\n\n.fa-xs {\n font-size: 0.75em;\n line-height: 0.0833333337em;\n vertical-align: 0.125em;\n}\n\n.fa-sm {\n font-size: 0.875em;\n line-height: 0.0714285718em;\n vertical-align: 0.0535714295em;\n}\n\n.fa-lg {\n font-size: 1.25em;\n line-height: 0.05em;\n vertical-align: -0.075em;\n}\n\n.fa-xl {\n font-size: 1.5em;\n line-height: 0.0416666682em;\n vertical-align: -0.125em;\n}\n\n.fa-2xl {\n font-size: 2em;\n line-height: 0.03125em;\n vertical-align: -0.1875em;\n}\n\n.fa-fw {\n text-align: center;\n width: 1.25em;\n}\n\n.fa-ul {\n list-style-type: none;\n margin-left: var(--fa-li-margin, 2.5em);\n padding-left: 0;\n}\n.fa-ul > li {\n position: relative;\n}\n\n.fa-li {\n left: calc(var(--fa-li-width, 2em) * -1);\n position: absolute;\n text-align: center;\n width: var(--fa-li-width, 2em);\n line-height: inherit;\n}\n\n.fa-border {\n border-color: var(--fa-border-color, #eee);\n border-radius: var(--fa-border-radius, 0.1em);\n border-style: var(--fa-border-style, solid);\n border-width: var(--fa-border-width, 0.08em);\n padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);\n}\n\n.fa-pull-left {\n float: left;\n margin-right: var(--fa-pull-margin, 0.3em);\n}\n\n.fa-pull-right {\n float: right;\n margin-left: var(--fa-pull-margin, 0.3em);\n}\n\n.fa-beat {\n -webkit-animation-name: fa-beat;\n animation-name: fa-beat;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);\n animation-timing-function: var(--fa-animation-timing, ease-in-out);\n}\n\n.fa-bounce {\n -webkit-animation-name: fa-bounce;\n animation-name: fa-bounce;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));\n}\n\n.fa-fade {\n -webkit-animation-name: fa-fade;\n animation-name: fa-fade;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n}\n\n.fa-beat-fade {\n -webkit-animation-name: fa-beat-fade;\n animation-name: fa-beat-fade;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n}\n\n.fa-flip {\n -webkit-animation-name: fa-flip;\n animation-name: fa-flip;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);\n animation-timing-function: var(--fa-animation-timing, ease-in-out);\n}\n\n.fa-shake {\n -webkit-animation-name: fa-shake;\n animation-name: fa-shake;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, linear);\n animation-timing-function: var(--fa-animation-timing, linear);\n}\n\n.fa-spin {\n -webkit-animation-name: fa-spin;\n animation-name: fa-spin;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 2s);\n animation-duration: var(--fa-animation-duration, 2s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, linear);\n animation-timing-function: var(--fa-animation-timing, linear);\n}\n\n.fa-spin-reverse {\n --fa-animation-direction: reverse;\n}\n\n.fa-pulse,\n.fa-spin-pulse {\n -webkit-animation-name: fa-spin;\n animation-name: fa-spin;\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));\n animation-timing-function: var(--fa-animation-timing, steps(8));\n}\n\n@media (prefers-reduced-motion: reduce) {\n .fa-beat,\n.fa-bounce,\n.fa-fade,\n.fa-beat-fade,\n.fa-flip,\n.fa-pulse,\n.fa-shake,\n.fa-spin,\n.fa-spin-pulse {\n -webkit-animation-delay: -1ms;\n animation-delay: -1ms;\n -webkit-animation-duration: 1ms;\n animation-duration: 1ms;\n -webkit-animation-iteration-count: 1;\n animation-iteration-count: 1;\n transition-delay: 0s;\n transition-duration: 0s;\n }\n}\n@-webkit-keyframes fa-beat {\n 0%, 90% {\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 45% {\n -webkit-transform: scale(var(--fa-beat-scale, 1.25));\n transform: scale(var(--fa-beat-scale, 1.25));\n }\n}\n@keyframes fa-beat {\n 0%, 90% {\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 45% {\n -webkit-transform: scale(var(--fa-beat-scale, 1.25));\n transform: scale(var(--fa-beat-scale, 1.25));\n }\n}\n@-webkit-keyframes fa-bounce {\n 0% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n 10% {\n -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n }\n 30% {\n -webkit-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));\n 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));\n }\n 50% {\n -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n }\n 57% {\n -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n }\n 64% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n 100% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n}\n@keyframes fa-bounce {\n 0% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n 10% {\n -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n }\n 30% {\n -webkit-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));\n 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));\n }\n 50% {\n -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n }\n 57% {\n -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n }\n 64% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n 100% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n}\n@-webkit-keyframes fa-fade {\n 50% {\n opacity: var(--fa-fade-opacity, 0.4);\n }\n}\n@keyframes fa-fade {\n 50% {\n opacity: var(--fa-fade-opacity, 0.4);\n }\n}\n@-webkit-keyframes fa-beat-fade {\n 0%, 100% {\n opacity: var(--fa-beat-fade-opacity, 0.4);\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 50% {\n opacity: 1;\n -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));\n transform: scale(var(--fa-beat-fade-scale, 1.125));\n }\n}\n@keyframes fa-beat-fade {\n 0%, 100% {\n opacity: var(--fa-beat-fade-opacity, 0.4);\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 50% {\n opacity: 1;\n -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));\n transform: scale(var(--fa-beat-fade-scale, 1.125));\n }\n}\n@-webkit-keyframes fa-flip {\n 50% {\n -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n }\n}\n@keyframes fa-flip {\n 50% {\n -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n }\n}\n@-webkit-keyframes fa-shake {\n 0% {\n -webkit-transform: rotate(-15deg);\n transform: rotate(-15deg);\n }\n 4% {\n -webkit-transform: rotate(15deg);\n transform: rotate(15deg);\n }\n 8%, 24% {\n -webkit-transform: rotate(-18deg);\n transform: rotate(-18deg);\n }\n 12%, 28% {\n -webkit-transform: rotate(18deg);\n transform: rotate(18deg);\n }\n 16% {\n -webkit-transform: rotate(-22deg);\n transform: rotate(-22deg);\n }\n 20% {\n -webkit-transform: rotate(22deg);\n transform: rotate(22deg);\n }\n 32% {\n -webkit-transform: rotate(-12deg);\n transform: rotate(-12deg);\n }\n 36% {\n -webkit-transform: rotate(12deg);\n transform: rotate(12deg);\n }\n 40%, 100% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n}\n@keyframes fa-shake {\n 0% {\n -webkit-transform: rotate(-15deg);\n transform: rotate(-15deg);\n }\n 4% {\n -webkit-transform: rotate(15deg);\n transform: rotate(15deg);\n }\n 8%, 24% {\n -webkit-transform: rotate(-18deg);\n transform: rotate(-18deg);\n }\n 12%, 28% {\n -webkit-transform: rotate(18deg);\n transform: rotate(18deg);\n }\n 16% {\n -webkit-transform: rotate(-22deg);\n transform: rotate(-22deg);\n }\n 20% {\n -webkit-transform: rotate(22deg);\n transform: rotate(22deg);\n }\n 32% {\n -webkit-transform: rotate(-12deg);\n transform: rotate(-12deg);\n }\n 36% {\n -webkit-transform: rotate(12deg);\n transform: rotate(12deg);\n }\n 40%, 100% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n}\n@-webkit-keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n@keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n.fa-rotate-90 {\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg);\n}\n\n.fa-rotate-180 {\n -webkit-transform: rotate(180deg);\n transform: rotate(180deg);\n}\n\n.fa-rotate-270 {\n -webkit-transform: rotate(270deg);\n transform: rotate(270deg);\n}\n\n.fa-flip-horizontal {\n -webkit-transform: scale(-1, 1);\n transform: scale(-1, 1);\n}\n\n.fa-flip-vertical {\n -webkit-transform: scale(1, -1);\n transform: scale(1, -1);\n}\n\n.fa-flip-both,\n.fa-flip-horizontal.fa-flip-vertical {\n -webkit-transform: scale(-1, -1);\n transform: scale(-1, -1);\n}\n\n.fa-rotate-by {\n -webkit-transform: rotate(var(--fa-rotate-angle, none));\n transform: rotate(var(--fa-rotate-angle, none));\n}\n\n.fa-stack {\n display: inline-block;\n vertical-align: middle;\n height: 2em;\n position: relative;\n width: 2.5em;\n}\n\n.fa-stack-1x,\n.fa-stack-2x {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n z-index: var(--fa-stack-z-index, auto);\n}\n\n.svg-inline--fa.fa-stack-1x {\n height: 1em;\n width: 1.25em;\n}\n.svg-inline--fa.fa-stack-2x {\n height: 2em;\n width: 2.5em;\n}\n\n.fa-inverse {\n color: var(--fa-inverse, #fff);\n}\n\n.sr-only,\n.fa-sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n}\n\n.sr-only-focusable:not(:focus),\n.fa-sr-only-focusable:not(:focus) {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n}\n\n.svg-inline--fa .fa-primary {\n fill: var(--fa-primary-color, currentColor);\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa .fa-secondary {\n fill: var(--fa-secondary-color, currentColor);\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-primary {\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-secondary {\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa mask .fa-primary,\n.svg-inline--fa mask .fa-secondary {\n fill: black;\n}\n\n.fad.fa-inverse,\n.fa-duotone.fa-inverse {\n color: var(--fa-inverse, #fff);\n}';if(e!==t||a!==n){var i=new RegExp("\\.".concat(t,"\\-"),"g"),o=new RegExp("\\--".concat(t,"\\-"),"g"),s=new RegExp("\\.".concat(n),"g");r=r.replace(i,".".concat(e,"-")).replace(o,"--".concat(e,"-")).replace(s,".".concat(a))}return r}var wt=!1;function Ot(){ut.autoAddCss&&!wt&&(function(t){if(t&&_){var n=S.createElement("style");n.setAttribute("type","text/css"),n.innerHTML=t;for(var e=S.head.childNodes,a=null,r=e.length-1;r>-1;r--){var i=e[r],o=(i.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(o)>-1&&(a=i)}S.head.insertBefore(n,a)}}(kt()),wt=!0)}var Ct={mixout:function(){return{dom:{css:kt,insertCss:Ot}}},hooks:function(){return{beforeDOMElementCreation:function(){Ot()},beforeI2svg:function(){Ot()}}}},jt=P||{};jt.___FONT_AWESOME___||(jt.___FONT_AWESOME___={}),jt.___FONT_AWESOME___.styles||(jt.___FONT_AWESOME___.styles={}),jt.___FONT_AWESOME___.hooks||(jt.___FONT_AWESOME___.hooks={}),jt.___FONT_AWESOME___.shims||(jt.___FONT_AWESOME___.shims=[]);var Nt=jt.___FONT_AWESOME___,At=[],Pt=!1;function St(t){_&&(Pt?setTimeout(t,0):At.push(t))}function Et(t){var n=t.tag,e=t.attributes,a=void 0===e?{}:e,r=t.children,i=void 0===r?[]:r;return"string"==typeof t?ht(t):"<".concat(n," ").concat(function(t){return Object.keys(t||{}).reduce((function(n,e){return n+"".concat(e,'="').concat(ht(t[e]),'" ')}),"").trim()}(a),">").concat(i.map(Et).join(""),"</").concat(n,">")}function Mt(t,n,e){if(t&&t[n]&&t[n][e])return{prefix:n,iconName:e,icon:t[n][e]}}_&&((Pt=(S.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(S.readyState))||S.addEventListener("DOMContentLoaded",(function t(){S.removeEventListener("DOMContentLoaded",t),Pt=1,At.map((function(t){return t()}))})));var _t=function(t,n,e,a){var r,i,o,s=Object.keys(t),c=s.length,l=void 0!==a?function(t,n){return function(e,a,r,i){return t.call(n,e,a,r,i)}}(n,a):n;for(void 0===e?(r=1,o=t[s[0]]):(r=0,o=e);r<c;r++)o=l(o,t[i=s[r]],i,t);return o};function zt(t){var n=function(t){for(var n=[],e=0,a=t.length;e<a;){var r=t.charCodeAt(e++);if(r>=55296&&r<=56319&&e<a){var i=t.charCodeAt(e++);56320==(64512&i)?n.push(((1023&r)<<10)+(1023&i)+65536):(n.push(r),e--)}else n.push(r)}return n}(t);return 1===n.length?n[0].toString(16):null}function Lt(t){return Object.keys(t).reduce((function(n,e){var a=t[e];return a.icon?n[a.iconName]=a.icon:n[e]=a,n}),{})}function It(t,n){var e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=e.skipHooks,r=void 0!==a&&a,i=Lt(n);"function"!=typeof Nt.hooks.addPack||r?Nt.styles[t]=c(c({},Nt.styles[t]||{}),i):Nt.hooks.addPack(t,Lt(n)),"fas"===t&&It("fa",n)}var Tt,Rt,Dt,Ft=Nt.styles,Yt=Nt.shims,Ht=(u(Tt={},W,Object.values(X.classic)),u(Tt,B,Object.values(X.sharp)),Tt),Wt=null,Bt={},Vt={},Ut={},Zt={},qt={},Xt=(u(Rt={},W,Object.keys(Z.classic)),u(Rt,B,Object.keys(Z.sharp)),Rt);function Gt(t,n){var e,a=n.split("-"),r=a[0],i=a.slice(1).join("-");return r!==t||""===i||(e=i,~st.indexOf(e))?null:i}var Kt,$t=function(){var t=function(t){return _t(Ft,(function(n,e,a){return n[a]=_t(e,t,{}),n}),{})};Bt=t((function(t,n,e){return n[3]&&(t[n[3]]=e),n[2]&&n[2].filter((function(t){return"number"==typeof t})).forEach((function(n){t[n.toString(16)]=e})),t})),Vt=t((function(t,n,e){return t[e]=e,n[2]&&n[2].filter((function(t){return"string"==typeof t})).forEach((function(n){t[n]=e})),t})),qt=t((function(t,n,e){var a=n[2];return t[e]=e,a.forEach((function(n){t[n]=e})),t}));var n="far"in Ft||ut.autoFetchSvg,e=_t(Yt,(function(t,e){var a=e[0],r=e[1],i=e[2];return"far"!==r||n||(r="fas"),"string"==typeof a&&(t.names[a]={prefix:r,iconName:i}),"number"==typeof a&&(t.unicodes[a.toString(16)]={prefix:r,iconName:i}),t}),{names:{},unicodes:{}});Ut=e.names,Zt=e.unicodes,Wt=en(ut.styleDefault,{family:ut.familyDefault})};function Jt(t,n){return(Bt[t]||{})[n]}function Qt(t,n){return(qt[t]||{})[n]}function tn(t){return Ut[t]||{prefix:null,iconName:null}}function nn(){return Wt}function en(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},e=n.family,a=void 0===e?W:e,r=Z[a][t],i=q[a][t]||q[a][r],o=t in Nt.styles?t:null;return i||o||null}Kt=function(t){Wt=en(t.styleDefault,{family:ut.familyDefault})},dt.push(Kt),$t();var an=(u(Dt={},W,Object.keys(X.classic)),u(Dt,B,Object.keys(X.sharp)),Dt);function rn(t){var n,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=e.skipLookups,r=void 0!==a&&a,i=(u(n={},W,"".concat(ut.cssPrefix,"-").concat(W)),u(n,B,"".concat(ut.cssPrefix,"-").concat(B)),n),o=null,s=W;(t.includes(i.classic)||t.some((function(t){return an.classic.includes(t)})))&&(s=W),(t.includes(i.sharp)||t.some((function(t){return an.sharp.includes(t)})))&&(s=B);var c=t.reduce((function(t,n){var e=Gt(ut.cssPrefix,n);if(Ft[n]?(n=Ht[s].includes(n)?G[s][n]:n,o=n,t.prefix=n):Xt[s].indexOf(n)>-1?(o=n,t.prefix=en(n,{family:s})):e?t.iconName=e:n!==ut.replacementClass&&n!==i.classic&&n!==i.sharp&&t.rest.push(n),!r&&t.prefix&&t.iconName){var a="fa"===o?tn(t.iconName):{},c=Qt(t.prefix,t.iconName);a.prefix&&(o=null),t.iconName=a.iconName||c||t.iconName,t.prefix=a.prefix||t.prefix,"far"!==t.prefix||Ft.far||!Ft.fas||ut.autoFetchSvg||(t.prefix="fas")}return t}),{prefix:null,iconName:null,rest:[]});return(t.includes("fa-brands")||t.includes("fab"))&&(c.prefix="fab"),(t.includes("fa-duotone")||t.includes("fad"))&&(c.prefix="fad"),c.prefix||s!==B||!Ft.fass&&!ut.autoFetchSvg||(c.prefix="fass",c.iconName=Qt(c.prefix,c.iconName)||c.iconName),"fa"!==c.prefix&&"fa"!==o||(c.prefix=nn()||"fas"),c}var on=function(){function t(){!function(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}(this,t),this.definitions={}}var n,e;return n=t,e=[{key:"add",value:function(){for(var t=this,n=arguments.length,e=new Array(n),a=0;a<n;a++)e[a]=arguments[a];var r=e.reduce(this._pullDefinitions,{});Object.keys(r).forEach((function(n){t.definitions[n]=c(c({},t.definitions[n]||{}),r[n]),It(n,r[n]);var e=X.classic[n];e&&It(e,r[n]),$t()}))}},{key:"reset",value:function(){this.definitions={}}},{key:"_pullDefinitions",value:function(t,n){var e=n.prefix&&n.iconName&&n.icon?{0:n}:n;return Object.keys(e).map((function(n){var a=e[n],r=a.prefix,i=a.iconName,o=a.icon,s=o[2];t[r]||(t[r]={}),s.length>0&&s.forEach((function(n){"string"==typeof n&&(t[r][n]=o)})),t[r][i]=o})),t}}],e&&f(n.prototype,e),Object.defineProperty(n,"prototype",{writable:!1}),t}(),sn=[],cn={},ln={},fn=Object.keys(ln);function un(t,n){for(var e=arguments.length,a=new Array(e>2?e-2:0),r=2;r<e;r++)a[r-2]=arguments[r];var i=cn[t]||[];return i.forEach((function(t){n=t.apply(null,[n].concat(a))})),n}function dn(t){for(var n=arguments.length,e=new Array(n>1?n-1:0),a=1;a<n;a++)e[a-1]=arguments[a];var r=cn[t]||[];r.forEach((function(t){t.apply(null,e)}))}function mn(){var t=arguments[0],n=Array.prototype.slice.call(arguments,1);return ln[t]?ln[t].apply(null,n):void 0}function pn(t){"fa"===t.prefix&&(t.prefix="fas");var n=t.iconName,e=t.prefix||nn();if(n)return n=Qt(e,n)||n,Mt(vn.definitions,e,n)||Mt(Nt.styles,e,n)}var vn=new on,bn={i2svg:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return _?(dn("beforeI2svg",t),mn("pseudoElements2svg",t),mn("i2svg",t)):Promise.reject("Operation requires a DOM of some kind.")},watch:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.autoReplaceSvgRoot;!1===ut.autoReplaceSvg&&(ut.autoReplaceSvg=!0),ut.observeMutations=!0,St((function(){hn({autoReplaceSvgRoot:n}),dn("watch",t)}))}},gn={noAuto:function(){ut.autoReplaceSvg=!1,ut.observeMutations=!1,dn("noAuto")},config:ut,dom:bn,parse:{icon:function(t){if(null===t)return null;if("object"===l(t)&&t.prefix&&t.iconName)return{prefix:t.prefix,iconName:Qt(t.prefix,t.iconName)||t.iconName};if(Array.isArray(t)&&2===t.length){var n=0===t[1].indexOf("fa-")?t[1].slice(3):t[1],e=en(t[0]);return{prefix:e,iconName:Qt(e,n)||n}}if("string"==typeof t&&(t.indexOf("".concat(ut.cssPrefix,"-"))>-1||t.match(K))){var a=rn(t.split(" "),{skipLookups:!0});return{prefix:a.prefix||nn(),iconName:Qt(a.prefix,a.iconName)||a.iconName}}if("string"==typeof t){var r=nn();return{prefix:r,iconName:Qt(r,t)||t}}}},library:vn,findIconDefinition:pn,toHtml:Et},hn=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.autoReplaceSvgRoot,e=void 0===n?S:n;(Object.keys(Nt.styles).length>0||ut.autoFetchSvg)&&_&&ut.autoReplaceSvg&&gn.dom.i2svg({node:e})};function yn(t,n){return Object.defineProperty(t,"abstract",{get:n}),Object.defineProperty(t,"html",{get:function(){return t.abstract.map((function(t){return Et(t)}))}}),Object.defineProperty(t,"node",{get:function(){if(_){var n=S.createElement("div");return n.innerHTML=t.html,n.children}}}),t}function xn(t){var n=t.icons,e=n.main,a=n.mask,r=t.prefix,i=t.iconName,o=t.transform,s=t.symbol,l=t.title,f=t.maskId,u=t.titleId,d=t.extra,m=t.watchable,p=void 0!==m&&m,v=a.found?a:e,b=v.width,g=v.height,h="fak"===r,y=[ut.replacementClass,i?"".concat(ut.cssPrefix,"-").concat(i):""].filter((function(t){return-1===d.classes.indexOf(t)})).filter((function(t){return""!==t||!!t})).concat(d.classes).join(" "),x={children:[],attributes:c(c({},d.attributes),{},{"data-prefix":r,"data-icon":i,class:y,role:d.attributes.role||"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 ".concat(b," ").concat(g)})},k=h&&!~d.classes.indexOf("fa-fw")?{width:"".concat(b/g*16*.0625,"em")}:{};p&&(x.attributes[I]=""),l&&(x.children.push({tag:"title",attributes:{id:x.attributes["aria-labelledby"]||"title-".concat(u||vt())},children:[l]}),delete x.attributes.title);var w=c(c({},x),{},{prefix:r,iconName:i,main:e,mask:a,maskId:f,transform:o,symbol:s,styles:c(c({},k),d.styles)}),O=a.found&&e.found?mn("generateAbstractMask",w)||{children:[],attributes:{}}:mn("generateAbstractIcon",w)||{children:[],attributes:{}},C=O.children,j=O.attributes;return w.children=C,w.attributes=j,s?function(t){var n=t.prefix,e=t.iconName,a=t.children,r=t.attributes,i=t.symbol,o=!0===i?"".concat(n,"-").concat(ut.cssPrefix,"-").concat(e):i;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:c(c({},r),{},{id:o}),children:a}]}]}(w):function(t){var n=t.children,e=t.main,a=t.mask,r=t.attributes,i=t.styles,o=t.transform;if(xt(o)&&e.found&&!a.found){var s={x:e.width/e.height/2,y:.5};r.style=yt(c(c({},i),{},{"transform-origin":"".concat(s.x+o.x/16,"em ").concat(s.y+o.y/16,"em")}))}return[{tag:"svg",attributes:r,children:n}]}(w)}function kn(t){var n=t.content,e=t.width,a=t.height,r=t.transform,i=t.title,o=t.extra,s=t.watchable,l=void 0!==s&&s,f=c(c(c({},o.attributes),i?{title:i}:{}),{},{class:o.classes.join(" ")});l&&(f[I]="");var u=c({},o.styles);xt(r)&&(u.transform=function(t){var n=t.transform,e=t.width,a=void 0===e?16:e,r=t.height,i=void 0===r?16:r,o=t.startCentered,s=void 0!==o&&o,c="";return c+=s&&z?"translate(".concat(n.x/mt-a/2,"em, ").concat(n.y/mt-i/2,"em) "):s?"translate(calc(-50% + ".concat(n.x/mt,"em), calc(-50% + ").concat(n.y/mt,"em)) "):"translate(".concat(n.x/mt,"em, ").concat(n.y/mt,"em) "),(c+="scale(".concat(n.size/mt*(n.flipX?-1:1),", ").concat(n.size/mt*(n.flipY?-1:1),") "))+"rotate(".concat(n.rotate,"deg) ")}({transform:r,startCentered:!0,width:e,height:a}),u["-webkit-transform"]=u.transform);var d=yt(u);d.length>0&&(f.style=d);var m=[];return m.push({tag:"span",attributes:f,children:[n]}),i&&m.push({tag:"span",attributes:{class:"sr-only"},children:[i]}),m}function wn(t){var n=t.content,e=t.title,a=t.extra,r=c(c(c({},a.attributes),e?{title:e}:{}),{},{class:a.classes.join(" ")}),i=yt(a.styles);i.length>0&&(r.style=i);var o=[];return o.push({tag:"span",attributes:r,children:[n]}),e&&o.push({tag:"span",attributes:{class:"sr-only"},children:[e]}),o}var On=Nt.styles;function Cn(t){var n=t[0],e=t[1],a=d(t.slice(4),1)[0];return{found:!0,width:n,height:e,icon:Array.isArray(a)?{tag:"g",attributes:{class:"".concat(ut.cssPrefix,"-").concat(at)},children:[{tag:"path",attributes:{class:"".concat(ut.cssPrefix,"-").concat(it),fill:"currentColor",d:a[0]}},{tag:"path",attributes:{class:"".concat(ut.cssPrefix,"-").concat(rt),fill:"currentColor",d:a[1]}}]}:{tag:"path",attributes:{fill:"currentColor",d:a}}}}var jn={found:!1,width:512,height:512};function Nn(t,n){var e=n;return"fa"===n&&null!==ut.styleDefault&&(n=nn()),new Promise((function(a,r){if(mn("missingIconAbstract"),"fa"===e){var i=tn(t)||{};t=i.iconName||t,n=i.prefix||n}if(t&&n&&On[n]&&On[n][t])return a(Cn(On[n][t]));!function(t,n){H||ut.showMissingIcons||!t||console.error('Icon with name "'.concat(t,'" and prefix "').concat(n,'" is missing.'))}(t,n),a(c(c({},jn),{},{icon:ut.showMissingIcons&&t&&mn("missingIconAbstract")||{}}))}))}var An=function(){},Pn=ut.measurePerformance&&M&&M.mark&&M.measure?M:{mark:An,measure:An},Sn='FA "6.2.0"',En=function(t){return Pn.mark("".concat(Sn," ").concat(t," begins")),function(){return function(t){Pn.mark("".concat(Sn," ").concat(t," ends")),Pn.measure("".concat(Sn," ").concat(t),"".concat(Sn," ").concat(t," begins"),"".concat(Sn," ").concat(t," ends"))}(t)}},Mn=function(){};function _n(t){return"string"==typeof(t.getAttribute?t.getAttribute(I):null)}function zn(t){return S.createElementNS("http://www.w3.org/2000/svg",t)}function Ln(t){return S.createElement(t)}function In(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},e=n.ceFn,a=void 0===e?"svg"===t.tag?zn:Ln:e;if("string"==typeof t)return S.createTextNode(t);var r=a(t.tag);Object.keys(t.attributes||[]).forEach((function(n){r.setAttribute(n,t.attributes[n])}));var i=t.children||[];return i.forEach((function(t){r.appendChild(In(t,{ceFn:a}))})),r}var Tn={replace:function(t){var n=t[0];if(n.parentNode)if(t[1].forEach((function(t){n.parentNode.insertBefore(In(t),n)})),null===n.getAttribute(I)&&ut.keepOriginalSource){var e=S.createComment(function(t){var n=" ".concat(t.outerHTML," ");return"".concat(n,"Font Awesome fontawesome.com ")}(n));n.parentNode.replaceChild(e,n)}else n.remove()},nest:function(t){var n=t[0],e=t[1];if(~gt(n).indexOf(ut.replacementClass))return Tn.replace(t);var a=new RegExp("".concat(ut.cssPrefix,"-.*"));if(delete e[0].attributes.id,e[0].attributes.class){var r=e[0].attributes.class.split(" ").reduce((function(t,n){return n===ut.replacementClass||n.match(a)?t.toSvg.push(n):t.toNode.push(n),t}),{toNode:[],toSvg:[]});e[0].attributes.class=r.toSvg.join(" "),0===r.toNode.length?n.removeAttribute("class"):n.setAttribute("class",r.toNode.join(" "))}var i=e.map((function(t){return Et(t)})).join("\n");n.setAttribute(I,""),n.innerHTML=i}};function Rn(t){t()}function Dn(t,n){var e="function"==typeof n?n:Mn;if(0===t.length)e();else{var a=Rn;"async"===ut.mutateApproach&&(a=P.requestAnimationFrame||Rn),a((function(){var n=!0===ut.autoReplaceSvg?Tn.replace:Tn[ut.autoReplaceSvg]||Tn.replace,a=En("mutate");t.map(n),a(),e()}))}}var Fn=!1;function Yn(){Fn=!0}function Hn(){Fn=!1}var Wn=null;function Bn(t){if(E&&ut.observeMutations){var n=t.treeCallback,e=void 0===n?Mn:n,a=t.nodeCallback,r=void 0===a?Mn:a,i=t.pseudoElementsCallback,o=void 0===i?Mn:i,s=t.observeMutationsRoot,c=void 0===s?S:s;Wn=new E((function(t){if(!Fn){var n=nn();bt(t).forEach((function(t){if("childList"===t.type&&t.addedNodes.length>0&&!_n(t.addedNodes[0])&&(ut.searchPseudoElements&&o(t.target),e(t.target)),"attributes"===t.type&&t.target.parentNode&&ut.searchPseudoElements&&o(t.target.parentNode),"attributes"===t.type&&_n(t.target)&&~et.indexOf(t.attributeName))if("class"===t.attributeName&&function(t){var n=t.getAttribute?t.getAttribute(R):null,e=t.getAttribute?t.getAttribute(D):null;return n&&e}(t.target)){var a=rn(gt(t.target)),i=a.prefix,s=a.iconName;t.target.setAttribute(R,i||n),s&&t.target.setAttribute(D,s)}else(c=t.target)&&c.classList&&c.classList.contains&&c.classList.contains(ut.replacementClass)&&r(t.target);var c}))}})),_&&Wn.observe(c,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}function Vn(t){var n=t.getAttribute("style"),e=[];return n&&(e=n.split(";").reduce((function(t,n){var e=n.split(":"),a=e[0],r=e.slice(1);return a&&r.length>0&&(t[a]=r.join(":").trim()),t}),{})),e}function Un(t){var n,e,a=t.getAttribute("data-prefix"),r=t.getAttribute("data-icon"),i=void 0!==t.innerText?t.innerText.trim():"",o=rn(gt(t));return o.prefix||(o.prefix=nn()),a&&r&&(o.prefix=a,o.iconName=r),o.iconName&&o.prefix||(o.prefix&&i.length>0&&(o.iconName=(n=o.prefix,e=t.innerText,(Vt[n]||{})[e]||Jt(o.prefix,zt(t.innerText)))),!o.iconName&&ut.autoFetchSvg&&t.firstChild&&t.firstChild.nodeType===Node.TEXT_NODE&&(o.iconName=t.firstChild.data)),o}function Zn(t){var n=bt(t.attributes).reduce((function(t,n){return"class"!==t.name&&"style"!==t.name&&(t[n.name]=n.value),t}),{}),e=t.getAttribute("title"),a=t.getAttribute("data-fa-title-id");return ut.autoA11y&&(e?n["aria-labelledby"]="".concat(ut.replacementClass,"-title-").concat(a||vt()):(n["aria-hidden"]="true",n.focusable="false")),n}function qn(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{styleParser:!0},e=Un(t),a=e.iconName,r=e.prefix,i=e.rest,o=Zn(t),s=un("parseNodeAttributes",{},t),l=n.styleParser?Vn(t):[];return c({iconName:a,title:t.getAttribute("title"),titleId:t.getAttribute("data-fa-title-id"),prefix:r,transform:pt,mask:{iconName:null,prefix:null,rest:[]},maskId:null,symbol:!1,extra:{classes:i,styles:l,attributes:o}},s)}var Xn=Nt.styles;function Gn(t){var n="nest"===ut.autoReplaceSvg?qn(t,{styleParser:!1}):qn(t);return~n.extra.classes.indexOf($)?mn("generateLayersText",t,n):mn("generateSvgReplacementMutation",t,n)}var Kn=new Set;function $n(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(!_)return Promise.resolve();var e=S.documentElement.classList,a=function(t){return e.add("".concat(F,"-").concat(t))},r=function(t){return e.remove("".concat(F,"-").concat(t))},i=ut.autoFetchSvg?Kn:V.map((function(t){return"fa-".concat(t)})).concat(Object.keys(Xn));i.includes("fa")||i.push("fa");var o=[".".concat($,":not([").concat(I,"])")].concat(i.map((function(t){return".".concat(t,":not([").concat(I,"])")}))).join(", ");if(0===o.length)return Promise.resolve();var s=[];try{s=bt(t.querySelectorAll(o))}catch(t){}if(!(s.length>0))return Promise.resolve();a("pending"),r("complete");var c=En("onTree"),l=s.reduce((function(t,n){try{var e=Gn(n);e&&t.push(e)}catch(t){H||"MissingIcon"===t.name&&console.error(t)}return t}),[]);return new Promise((function(t,e){Promise.all(l).then((function(e){Dn(e,(function(){a("active"),a("complete"),r("pending"),"function"==typeof n&&n(),c(),t()}))})).catch((function(t){c(),e(t)}))}))}function Jn(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;Gn(t).then((function(t){t&&Dn([t],n)}))}V.map((function(t){Kn.add("fa-".concat(t))})),Object.keys(Z.classic).map(Kn.add.bind(Kn)),Object.keys(Z.sharp).map(Kn.add.bind(Kn)),Kn=m(Kn);var Qn=function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},e=n.transform,a=void 0===e?pt:e,r=n.symbol,i=void 0!==r&&r,o=n.mask,s=void 0===o?null:o,l=n.maskId,f=void 0===l?null:l,u=n.title,d=void 0===u?null:u,m=n.titleId,p=void 0===m?null:m,v=n.classes,b=void 0===v?[]:v,g=n.attributes,h=void 0===g?{}:g,y=n.styles,x=void 0===y?{}:y;if(t){var k=t.prefix,w=t.iconName,O=t.icon;return yn(c({type:"icon"},t),(function(){return dn("beforeDOMElementCreation",{iconDefinition:t,params:n}),ut.autoA11y&&(d?h["aria-labelledby"]="".concat(ut.replacementClass,"-title-").concat(p||vt()):(h["aria-hidden"]="true",h.focusable="false")),xn({icons:{main:Cn(O),mask:s?Cn(s.icon):{found:!1,width:null,height:null,icon:{}}},prefix:k,iconName:w,transform:c(c({},pt),a),symbol:i,title:d,maskId:f,titleId:p,extra:{attributes:h,styles:x,classes:b}})}))}},te={mixout:function(){return{icon:(t=Qn,function(n){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=(n||{}).icon?n:pn(n||{}),r=e.mask;return r&&(r=(r||{}).icon?r:pn(r||{})),t(a,c(c({},e),{},{mask:r}))})};var t},hooks:function(){return{mutationObserverCallbacks:function(t){return t.treeCallback=$n,t.nodeCallback=Jn,t}}},provides:function(t){t.i2svg=function(t){var n=t.node,e=void 0===n?S:n,a=t.callback;return $n(e,void 0===a?function(){}:a)},t.generateSvgReplacementMutation=function(t,n){var e=n.iconName,a=n.title,r=n.titleId,i=n.prefix,o=n.transform,s=n.symbol,c=n.mask,l=n.maskId,f=n.extra;return new Promise((function(n,u){Promise.all([Nn(e,i),c.iconName?Nn(c.iconName,c.prefix):Promise.resolve({found:!1,width:512,height:512,icon:{}})]).then((function(c){var u=d(c,2),m=u[0],p=u[1];n([t,xn({icons:{main:m,mask:p},prefix:i,iconName:e,transform:o,symbol:s,maskId:l,title:a,titleId:r,extra:f,watchable:!0})])})).catch(u)}))},t.generateAbstractIcon=function(t){var n,e=t.children,a=t.attributes,r=t.main,i=t.transform,o=yt(t.styles);return o.length>0&&(a.style=o),xt(i)&&(n=mn("generateAbstractTransformGrouping",{main:r,transform:i,containerWidth:r.width,iconWidth:r.width})),e.push(n||r.icon),{children:e,attributes:a}}}},ne={mixout:function(){return{layer:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},e=n.classes,a=void 0===e?[]:e;return yn({type:"layer"},(function(){dn("beforeDOMElementCreation",{assembler:t,params:n});var e=[];return t((function(t){Array.isArray(t)?t.map((function(t){e=e.concat(t.abstract)})):e=e.concat(t.abstract)})),[{tag:"span",attributes:{class:["".concat(ut.cssPrefix,"-layers")].concat(m(a)).join(" ")},children:e}]}))}}}},ee={mixout:function(){return{counter:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},e=n.title,a=void 0===e?null:e,r=n.classes,i=void 0===r?[]:r,o=n.attributes,s=void 0===o?{}:o,c=n.styles,l=void 0===c?{}:c;return yn({type:"counter",content:t},(function(){return dn("beforeDOMElementCreation",{content:t,params:n}),wn({content:t.toString(),title:a,extra:{attributes:s,styles:l,classes:["".concat(ut.cssPrefix,"-layers-counter")].concat(m(i))}})}))}}}},ae={mixout:function(){return{text:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},e=n.transform,a=void 0===e?pt:e,r=n.title,i=void 0===r?null:r,o=n.classes,s=void 0===o?[]:o,l=n.attributes,f=void 0===l?{}:l,u=n.styles,d=void 0===u?{}:u;return yn({type:"text",content:t},(function(){return dn("beforeDOMElementCreation",{content:t,params:n}),kn({content:t,transform:c(c({},pt),a),title:i,extra:{attributes:f,styles:d,classes:["".concat(ut.cssPrefix,"-layers-text")].concat(m(s))}})}))}}},provides:function(t){t.generateLayersText=function(t,n){var e=n.title,a=n.transform,r=n.extra,i=null,o=null;if(z){var s=parseInt(getComputedStyle(t).fontSize,10),c=t.getBoundingClientRect();i=c.width/s,o=c.height/s}return ut.autoA11y&&!e&&(r.attributes["aria-hidden"]="true"),Promise.resolve([t,kn({content:t.innerHTML,width:i,height:o,transform:a,title:e,extra:r,watchable:!0})])}}},re=new RegExp('"',"ug"),ie=[1105920,1112319];function oe(t,n){var e="".concat("data-fa-pseudo-element-pending").concat(n.replace(":","-"));return new Promise((function(a,r){if(null!==t.getAttribute(e))return a();var i,o,s,l=bt(t.children).filter((function(t){return t.getAttribute(T)===n}))[0],f=P.getComputedStyle(t,n),u=f.getPropertyValue("font-family").match(J),d=f.getPropertyValue("font-weight"),m=f.getPropertyValue("content");if(l&&!u)return t.removeChild(l),a();if(u&&"none"!==m&&""!==m){var p=f.getPropertyValue("content"),v=~["Sharp"].indexOf(u[2])?B:W,b=~["Solid","Regular","Light","Thin","Duotone","Brands","Kit"].indexOf(u[2])?q[v][u[2].toLowerCase()]:Q[v][d],g=function(t){var n,e,a,r,i=t.replace(re,""),o=(0,a=(n=i).length,(r=n.charCodeAt(0))>=55296&&r<=56319&&a>1&&(e=n.charCodeAt(1))>=56320&&e<=57343?1024*(r-55296)+e-56320+65536:r),s=o>=ie[0]&&o<=ie[1],c=2===i.length&&i[0]===i[1];return{value:zt(c?i[0]:i),isSecondary:s||c}}(p),h=g.value,y=g.isSecondary,x=u[0].startsWith("FontAwesome"),k=Jt(b,h),w=k;if(x){var O=(o=Zt[i=h],s=Jt("fas",i),o||(s?{prefix:"fas",iconName:s}:null)||{prefix:null,iconName:null});O.iconName&&O.prefix&&(k=O.iconName,b=O.prefix)}if(!k||y||l&&l.getAttribute(R)===b&&l.getAttribute(D)===w)a();else{t.setAttribute(e,w),l&&t.removeChild(l);var C={iconName:null,title:null,titleId:null,prefix:null,transform:pt,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}},j=C.extra;j.attributes[T]=n,Nn(k,b).then((function(r){var i=xn(c(c({},C),{},{icons:{main:r,mask:{prefix:null,iconName:null,rest:[]}},prefix:b,iconName:w,extra:j,watchable:!0})),o=S.createElement("svg");"::before"===n?t.insertBefore(o,t.firstChild):t.appendChild(o),o.outerHTML=i.map((function(t){return Et(t)})).join("\n"),t.removeAttribute(e),a()})).catch(r)}}else a()}))}function se(t){return Promise.all([oe(t,"::before"),oe(t,"::after")])}function ce(t){return!(t.parentNode===document.head||~Y.indexOf(t.tagName.toUpperCase())||t.getAttribute(T)||t.parentNode&&"svg"===t.parentNode.tagName)}function le(t){if(_)return new Promise((function(n,e){var a=bt(t.querySelectorAll("*")).filter(ce).map(se),r=En("searchPseudoElements");Yn(),Promise.all(a).then((function(){r(),Hn(),n()})).catch((function(){r(),Hn(),e()}))}))}var fe=!1,ue=function(t){return t.toLowerCase().split(" ").reduce((function(t,n){var e=n.toLowerCase().split("-"),a=e[0],r=e.slice(1).join("-");if(a&&"h"===r)return t.flipX=!0,t;if(a&&"v"===r)return t.flipY=!0,t;if(r=parseFloat(r),isNaN(r))return t;switch(a){case"grow":t.size=t.size+r;break;case"shrink":t.size=t.size-r;break;case"left":t.x=t.x-r;break;case"right":t.x=t.x+r;break;case"up":t.y=t.y-r;break;case"down":t.y=t.y+r;break;case"rotate":t.rotate=t.rotate+r}return t}),{size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0})},de={mixout:function(){return{parse:{transform:function(t){return ue(t)}}}},hooks:function(){return{parseNodeAttributes:function(t,n){var e=n.getAttribute("data-fa-transform");return e&&(t.transform=ue(e)),t}}},provides:function(t){t.generateAbstractTransformGrouping=function(t){var n=t.main,e=t.transform,a=t.containerWidth,r=t.iconWidth,i={transform:"translate(".concat(a/2," 256)")},o="translate(".concat(32*e.x,", ").concat(32*e.y,") "),s="scale(".concat(e.size/16*(e.flipX?-1:1),", ").concat(e.size/16*(e.flipY?-1:1),") "),l="rotate(".concat(e.rotate," 0 0)"),f={outer:i,inner:{transform:"".concat(o," ").concat(s," ").concat(l)},path:{transform:"translate(".concat(r/2*-1," -256)")}};return{tag:"g",attributes:c({},f.outer),children:[{tag:"g",attributes:c({},f.inner),children:[{tag:n.icon.tag,children:n.icon.children,attributes:c(c({},n.icon.attributes),f.path)}]}]}}}},me={x:0,y:0,width:"100%",height:"100%"};function pe(t){var n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return t.attributes&&(t.attributes.fill||n)&&(t.attributes.fill="black"),t}var ve,be={hooks:function(){return{parseNodeAttributes:function(t,n){var e=n.getAttribute("data-fa-mask"),a=e?rn(e.split(" ").map((function(t){return t.trim()}))):{prefix:null,iconName:null,rest:[]};return a.prefix||(a.prefix=nn()),t.mask=a,t.maskId=n.getAttribute("data-fa-mask-id"),t}}},provides:function(t){t.generateAbstractMask=function(t){var n,e=t.children,a=t.attributes,r=t.main,i=t.mask,o=t.maskId,s=t.transform,l=r.width,f=r.icon,u=i.width,d=i.icon,m=function(t){var n=t.transform,e=t.iconWidth,a={transform:"translate(".concat(t.containerWidth/2," 256)")},r="translate(".concat(32*n.x,", ").concat(32*n.y,") "),i="scale(".concat(n.size/16*(n.flipX?-1:1),", ").concat(n.size/16*(n.flipY?-1:1),") "),o="rotate(".concat(n.rotate," 0 0)");return{outer:a,inner:{transform:"".concat(r," ").concat(i," ").concat(o)},path:{transform:"translate(".concat(e/2*-1," -256)")}}}({transform:s,containerWidth:u,iconWidth:l}),p={tag:"rect",attributes:c(c({},me),{},{fill:"white"})},v=f.children?{children:f.children.map(pe)}:{},b={tag:"g",attributes:c({},m.inner),children:[pe(c({tag:f.tag,attributes:c(c({},f.attributes),m.path)},v))]},g={tag:"g",attributes:c({},m.outer),children:[b]},h="mask-".concat(o||vt()),y="clip-".concat(o||vt()),x={tag:"mask",attributes:c(c({},me),{},{id:h,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[p,g]},k={tag:"defs",children:[{tag:"clipPath",attributes:{id:y},children:(n=d,"g"===n.tag?n.children:[n])},x]};return e.push(k,{tag:"rect",attributes:c({fill:"currentColor","clip-path":"url(#".concat(y,")"),mask:"url(#".concat(h,")")},me)}),{children:e,attributes:a}}}},ge={provides:function(t){var n=!1;P.matchMedia&&(n=P.matchMedia("(prefers-reduced-motion: reduce)").matches),t.missingIconAbstract=function(){var t=[],e={fill:"currentColor"},a={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};t.push({tag:"path",attributes:c(c({},e),{},{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"})});var r=c(c({},a),{},{attributeName:"opacity"}),i={tag:"circle",attributes:c(c({},e),{},{cx:"256",cy:"364",r:"28"}),children:[]};return n||i.children.push({tag:"animate",attributes:c(c({},a),{},{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:c(c({},r),{},{values:"1;0;1;1;0;1;"})}),t.push(i),t.push({tag:"path",attributes:c(c({},e),{},{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:n?[]:[{tag:"animate",attributes:c(c({},r),{},{values:"1;0;0;0;0;1;"})}]}),n||t.push({tag:"path",attributes:c(c({},e),{},{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:c(c({},r),{},{values:"0;0;1;1;0;0;"})}]}),{tag:"g",attributes:{class:"missing"},children:t}}}};ve={mixoutsTo:gn}.mixoutsTo,sn=[Ct,te,ne,ee,ae,{hooks:function(){return{mutationObserverCallbacks:function(t){return t.pseudoElementsCallback=le,t}}},provides:function(t){t.pseudoElements2svg=function(t){var n=t.node,e=void 0===n?S:n;ut.searchPseudoElements&&le(e)}}},{mixout:function(){return{dom:{unwatch:function(){Yn(),fe=!0}}}},hooks:function(){return{bootstrap:function(){Bn(un("mutationObserverCallbacks",{}))},noAuto:function(){Wn&&Wn.disconnect()},watch:function(t){var n=t.observeMutationsRoot;fe?Hn():Bn(un("mutationObserverCallbacks",{observeMutationsRoot:n}))}}}},de,be,ge,{hooks:function(){return{parseNodeAttributes:function(t,n){var e=n.getAttribute("data-fa-symbol"),a=null!==e&&(""===e||e);return t.symbol=a,t}}}}],cn={},Object.keys(ln).forEach((function(t){-1===fn.indexOf(t)&&delete ln[t]})),sn.forEach((function(t){var n=t.mixout?t.mixout():{};if(Object.keys(n).forEach((function(t){"function"==typeof n[t]&&(ve[t]=n[t]),"object"===l(n[t])&&Object.keys(n[t]).forEach((function(e){ve[t]||(ve[t]={}),ve[t][e]=n[t][e]}))})),t.hooks){var e=t.hooks();Object.keys(e).forEach((function(t){cn[t]||(cn[t]=[]),cn[t].push(e[t])}))}t.provides&&t.provides(ln)}));var he=gn.parse,ye=gn.icon,xe=e(652),ke=e.n(xe);function we(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);n&&(a=a.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),e.push.apply(e,a)}return e}function Oe(t){for(var n=1;n<arguments.length;n++){var e=null!=arguments[n]?arguments[n]:{};n%2?we(Object(e),!0).forEach((function(n){je(t,n,e[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):we(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}))}return t}function Ce(t){return Ce="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ce(t)}function je(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t}function Ne(t,n){if(null==t)return{};var e,a,r=function(t,n){if(null==t)return{};var e,a,r={},i=Object.keys(t);for(a=0;a<i.length;a++)e=i[a],n.indexOf(e)>=0||(r[e]=t[e]);return r}(t,n);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(a=0;a<i.length;a++)e=i[a],n.indexOf(e)>=0||Object.prototype.propertyIsEnumerable.call(t,e)&&(r[e]=t[e])}return r}function Ae(t){return function(t){if(Array.isArray(t))return Pe(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,n){if(t){if("string"==typeof t)return Pe(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?Pe(t,n):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Pe(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,a=new Array(n);e<n;e++)a[e]=t[e];return a}function Se(t){return n=t,(n-=0)==n?t:(t=t.replace(/[\-_\s]+(.)?/g,(function(t,n){return n?n.toUpperCase():""}))).substr(0,1).toLowerCase()+t.substr(1);var n}var Ee=["style"];function Me(t){return t.split(";").map((function(t){return t.trim()})).filter((function(t){return t})).reduce((function(t,n){var e,a=n.indexOf(":"),r=Se(n.slice(0,a)),i=n.slice(a+1).trim();return r.startsWith("webkit")?t[(e=r,e.charAt(0).toUpperCase()+e.slice(1))]=i:t[r]=i,t}),{})}var _e=!1;try{_e=!0}catch(t){}function ze(t){return t&&"object"===Ce(t)&&t.prefix&&t.iconName&&t.icon?t:he.icon?he.icon(t):null===t?null:t&&"object"===Ce(t)&&t.prefix&&t.iconName?t:Array.isArray(t)&&2===t.length?{prefix:t[0],iconName:t[1]}:"string"==typeof t?{prefix:"fas",iconName:t}:void 0}function Le(t,n){return Array.isArray(n)&&n.length>0||!Array.isArray(n)&&n?je({},t,n):{}}var Ie=r().forwardRef((function(t,n){var e=t.icon,a=t.mask,r=t.symbol,i=t.className,o=t.title,s=t.titleId,c=t.maskId,l=ze(e),f=Le("classes",[].concat(Ae(function(t){var n,e=t.beat,a=t.fade,r=t.beatFade,i=t.bounce,o=t.shake,s=t.flash,c=t.spin,l=t.spinPulse,f=t.spinReverse,u=t.pulse,d=t.fixedWidth,m=t.inverse,p=t.border,v=t.listItem,b=t.flip,g=t.size,h=t.rotation,y=t.pull,x=(je(n={"fa-beat":e,"fa-fade":a,"fa-beat-fade":r,"fa-bounce":i,"fa-shake":o,"fa-flash":s,"fa-spin":c,"fa-spin-reverse":f,"fa-spin-pulse":l,"fa-pulse":u,"fa-fw":d,"fa-inverse":m,"fa-border":p,"fa-li":v,"fa-flip":!0===b,"fa-flip-horizontal":"horizontal"===b||"both"===b,"fa-flip-vertical":"vertical"===b||"both"===b},"fa-".concat(g),null!=g),je(n,"fa-rotate-".concat(h),null!=h&&0!==h),je(n,"fa-pull-".concat(y),null!=y),je(n,"fa-swap-opacity",t.swapOpacity),n);return Object.keys(x).map((function(t){return x[t]?t:null})).filter((function(t){return t}))}(t)),Ae(i.split(" ")))),u=Le("transform","string"==typeof t.transform?he.transform(t.transform):t.transform),d=Le("mask",ze(a)),m=ye(l,Oe(Oe(Oe(Oe({},f),u),d),{},{symbol:r,title:o,titleId:s,maskId:c}));if(!m)return function(){var t;!_e&&console&&"function"==typeof console.error&&(t=console).error.apply(t,arguments)}("Could not find icon",l),null;var p=m.abstract,v={ref:n};return Object.keys(t).forEach((function(n){Ie.defaultProps.hasOwnProperty(n)||(v[n]=t[n])})),Te(p[0],v)}));Ie.displayName="FontAwesomeIcon",Ie.propTypes={beat:ke().bool,border:ke().bool,beatFade:ke().bool,bounce:ke().bool,className:ke().string,fade:ke().bool,flash:ke().bool,mask:ke().oneOfType([ke().object,ke().array,ke().string]),maskId:ke().string,fixedWidth:ke().bool,inverse:ke().bool,flip:ke().oneOf([!0,!1,"horizontal","vertical","both"]),icon:ke().oneOfType([ke().object,ke().array,ke().string]),listItem:ke().bool,pull:ke().oneOf(["right","left"]),pulse:ke().bool,rotation:ke().oneOf([0,90,180,270]),shake:ke().bool,size:ke().oneOf(["2xs","xs","sm","lg","xl","2xl","1x","2x","3x","4x","5x","6x","7x","8x","9x","10x"]),spin:ke().bool,spinPulse:ke().bool,spinReverse:ke().bool,symbol:ke().oneOfType([ke().bool,ke().string]),title:ke().string,titleId:ke().string,transform:ke().oneOfType([ke().string,ke().object]),swapOpacity:ke().bool},Ie.defaultProps={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};var Te=function t(n,e){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if("string"==typeof e)return e;var r=(e.children||[]).map((function(e){return t(n,e)})),i=Object.keys(e.attributes||{}).reduce((function(t,n){var a=e.attributes[n];switch(n){case"class":t.attrs.className=a,delete e.attributes.class;break;case"style":t.attrs.style=Me(a);break;default:0===n.indexOf("aria-")||0===n.indexOf("data-")?t.attrs[n.toLowerCase()]=a:t.attrs[Se(n)]=a}return t}),{attrs:{}}),o=a.style,s=void 0===o?{}:o,c=Ne(a,Ee);return i.attrs.style=Oe(Oe({},i.attrs.style),s),n.apply(void 0,[e.tag,Oe(Oe({},i.attrs),c)].concat(Ae(r)))}.bind(null,r().createElement),Re=function(){return Re=Object.assign||function(t){for(var n,e=1,a=arguments.length;e<a;e++)for(var r in n=arguments[e])Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r]);return t},Re.apply(this,arguments)};function De(n){var e=n.icon,a=n.size,r=void 0===a?4:a,i=n.color;return null==e?null:Array.isArray(null==e?void 0:e.icon)?(0,t.jsx)(Ie,{icon:e,className:o("h-".concat(r),!i&&"text-slate-800 dark:text-slate-100"),color:i}):(0,t.jsx)("div",Re({className:o("h-".concat(r," w-").concat(r),!i&&"fill-slate-800 dark:fill-slate-100 text-slate-800 dark:text-slate-100"),style:i?{fill:i}:void 0},{children:e}))}var Fe=function(){return Fe=Object.assign||function(t){for(var n,e=1,a=arguments.length;e<a;e++)for(var r in n=arguments[e])Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r]);return t},Fe.apply(this,arguments)};function Ye(n){var e=n.open;return(0,t.jsx)("svg",Fe({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 384 512",className:"h-3 w-3",style:{fill:"currentColor",transform:e?"rotate(90deg)":void 0}},{children:(0,t.jsx)("path",{d:"M342.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L274.7 256 105.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"})}))}const He=function(n){var e=n.title,a=n.description,r=n.open,i=n.setOpen,s=n.icon,c=n.iconColor,l=n.isRounded,f=n.coverClass;return(0,t.jsxs)("button",Fe({onClick:function(){return i(!r)},className:o("not-prose flex flex-row items-center content-center w-full",l&&"rounded-t-xl",l&&!r&&"rounded-b-xl",f),"aria-controls":e+"Children","aria-expanded":r},{children:[(0,t.jsx)(Ye,{open:r}),(0,t.jsx)(De,{icon:s,color:c}),(0,t.jsxs)("div",Fe({className:"leading-tight text-left"},{children:[(0,t.jsx)("p",Fe({className:"m-0 font-medium text-slate-900 dark:text-slate-200"},{children:e})),a?(0,t.jsx)("p",Fe({className:"m-0 text-slate-900 dark:text-slate-200"},{children:a})):null]}))]}))};var We=function(){return We=Object.assign||function(t){for(var n,e=1,a=arguments.length;e<a;e++)for(var r in n=arguments[e])Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r]);return t},We.apply(this,arguments)};const Be=function(e){var a=e.title,r=e.description,i=e.defaultOpen,s=void 0!==i&&i,c=e.icon,l=e.iconColor,f=e.onChange,u=e.variant,d=void 0===u?"rounded":u,m=e.children,p=(0,n.useState)(s),v=p[0],b=p[1],g=function(t){return"minimalist"===t?{parentClass:"",coverClass:"[&>div]:ml-2 py-1 text-slate-700 hover:text-slate-900 dark:text-slate-400 dark:hover:text-slate-200",contentClass:"mt-2 pt-1 mb-4 mx-[7px] px-4 border-l border-slate-100 dark:border-slate-800"}:{parentClass:"border dark:border-slate-800 rounded-xl mb-3",coverClass:"py-4 px-5 space-x-2 hover:bg-slate-100 hover:dark:bg-slate-800",contentClass:"mt-2 mb-4 mx-6"}}(d),h=g.parentClass,y=g.coverClass,x=g.contentClass;return(0,t.jsxs)("div",We({role:"listitem",className:h},{children:[(0,t.jsx)(He,{title:a,description:r,open:v,setOpen:function(t){b(t),f&&f(t)},icon:c,iconColor:l,isRounded:"rounded"===d,coverClass:y}),(0,t.jsx)("dd",We({className:o(x,!v&&"hidden")},{children:m}))]}),a)};var Ve=function(){return Ve=Object.assign||function(t){for(var n,e=1,a=arguments.length;e<a;e++)for(var r in n=arguments[e])Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r]);return t},Ve.apply(this,arguments)};const Ue=function(n){var e=n.children;return(0,t.jsx)("div",Ve({className:"[&>div]:border-0 [&>div]:rounded-none [&>div>button]:rounded-none [&>div]:mb-0 overflow-hidden mt-0 mb-3 rounded-xl prose prose-slate dark:prose-dark divide-y divide-inherit border dark:border-slate-800",role:"list"},{children:e}))};var Ze=function(){return Ze=Object.assign||function(t){for(var n,e=1,a=arguments.length;e<a;e++)for(var r in n=arguments[e])Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r]);return t},Ze.apply(this,arguments)},qe={indigo:["bg-indigo-50 text-indigo-600 hover:bg-indigo-200 hover:text-indigo-700 focus:ring-indigo-500","text-indigo-300 group-hover:text-indigo-400"],pink:["bg-pink-50 text-pink-600 hover:bg-pink-100 hover:text-pink-700 focus:ring-pink-600","text-pink-300 group-hover:text-pink-400"],sky:["bg-sky-50 text-sky-600 hover:bg-sky-100 hover:text-sky-700 focus:ring-sky-600","text-sky-300 group-hover:text-sky-400"],blue:["bg-blue-50 text-blue-600 hover:bg-blue-100 hover:text-blue-700 focus:ring-blue-600","text-blue-300 group-hover:text-blue-400"],gray:["bg-slate-100 text-slate-700 hover:bg-slate-200 hover:text-slate-900 focus:ring-slate-500","text-slate-300 group-hover:text-slate-400"]},Xe=Ze(Ze({},qe),{gray:["dark:bg-slate-700 dark:text-slate-100 dark:hover:bg-slate-600 dark:hover:text-white dark:focus:ring-slate-500","dark:text-slate-500 dark:group-hover:text-slate-400"],sky:["dark:bg-sky-500 dark:text-sky-50 dark:hover:bg-sky-400 dark:hover:text-white dark:focus:ring-sky-200","dark:text-sky-300 dark:group-hover:text-sky-100"]});function Ge(n){var e=n.color,a=void 0===e?"gray":e,r=n.darkColor,i=void 0===r?a:r,s=n.href,c=n.children,l=n.className,f=void 0===l?"":l,u=n.reverse,d=void 0!==u&&u,m=function(t,n){var e={};for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&n.indexOf(a)<0&&(e[a]=t[a]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(a=Object.getOwnPropertySymbols(t);r<a.length;r++)n.indexOf(a[r])<0&&Object.prototype.propertyIsEnumerable.call(t,a[r])&&(e[a[r]]=t[a[r]])}return e}(n,["color","darkColor","href","children","className","reverse"]),p="string"==typeof a?qe[a]:a,v="string"==typeof i?Xe[i]||[]:i;return(0,t.jsxs)("a",Ze({className:o("group inline-flex items-center h-9 rounded-full text-sm font-semibold whitespace-nowrap px-3 focus:outline-none focus:ring-2",p[0],v[0],f,d&&"flex-row-reverse")},m,{href:s},{children:[c,(0,t.jsx)("svg",Ze({className:o("overflow-visible",d?"mr-3":"ml-3",p[1],v[1]),width:"3",height:"6",viewBox:"0 0 3 6",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},{children:(0,t.jsx)("path",{d:d?"M3 0L0 3L3 6":"M0 0L3 3L0 6"})}))]}))}var Ke=function(){return Ke=Object.assign||function(t){for(var n,e=1,a=arguments.length;e<a;e++)for(var r in n=arguments[e])Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r]);return t},Ke.apply(this,arguments)};function $e(e){var a=e.title,r=e.icon,i=e.iconColor,s=e.hoverHighlightColour,c=e.children,l=(0,n.useState)(!1),f=l[0],u=l[1];return(0,t.jsxs)("div",Ke({className:o("not-prose group relative my-2 ring-2 ring-transparent rounded-xl border border-slate-200 dark:border-slate-800 overflow-hidden px-6 py-5 w-full",s&&"cursor-pointer"),style:s&&f?{borderColor:s}:void 0,onMouseEnter:function(){u(!0)},onMouseLeave:function(){u(!1)}},{children:[(0,t.jsx)(De,{icon:r,size:6,color:i}),(0,t.jsx)("h2",Ke({className:o("font-semibold text-base text-slate-800 dark:text-white",null!=r&&"mt-4")},{children:a})),(0,t.jsx)("p",Ke({className:o("mt-1",a?"text-slate-600 dark:text-slate-400":"text-slate-700 dark:text-slate-300")},{children:c}))]}))}var Je=function(){return Je=Object.assign||function(t){for(var n,e=1,a=arguments.length;e<a;e++)for(var r in n=arguments[e])Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r]);return t},Je.apply(this,arguments)};function Qe(n){var e=n.children,a=n.cols,r=void 0===a?2:a;return(0,t.jsx)("div",Je({className:"grid sm:grid-cols-".concat(r," gap-x-4")},{children:e}))}var ta=function(){return ta=Object.assign||function(t){for(var n,e=1,a=arguments.length;e<a;e++)for(var r in n=arguments[e])Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r]);return t},ta.apply(this,arguments)};function na(n){var e=n.children,a=n.icon,r=n.className;return(0,t.jsx)("div",ta({className:"px-4 py-4 mb-4 rounded-xl ".concat(r)},{children:(0,t.jsxs)("div",ta({className:"flex items-start space-x-3"},{children:[(0,t.jsx)("div",ta({className:"mt-0.5 w-4"},{children:a})),(0,t.jsx)("div",ta({className:"flex-1 font-medium text-sm prose dark:text-slate-50"},{children:e}))]}))}))}function ea(n){var e=n.children;return(0,t.jsx)(na,ta({className:"bg-slate-100 dark:bg-slate-600",icon:(0,t.jsx)("svg",ta({viewBox:"0 0 20 20",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",className:"flex-none w-5 h-5 text-slate-400 dark:text-slate-300","aria-label":"Info"},{children:(0,t.jsx)("path",{d:"M8 0C3.58125 0 0 3.58125 0 8C0 12.4187 3.58125 16 8 16C12.4187 16 16 12.4187 16 8C16 3.58125 12.4187 0 8 0ZM8 14.5C4.41563 14.5 1.5 11.5841 1.5 8C1.5 4.41594 4.41563 1.5 8 1.5C11.5844 1.5 14.5 4.41594 14.5 8C14.5 11.5841 11.5844 14.5 8 14.5ZM9.25 10.5H8.75V7.75C8.75 7.3375 8.41563 7 8 7H7C6.5875 7 6.25 7.3375 6.25 7.75C6.25 8.1625 6.5875 8.5 7 8.5H7.25V10.5H6.75C6.3375 10.5 6 10.8375 6 11.25C6 11.6625 6.3375 12 6.75 12H9.25C9.66406 12 10 11.6641 10 11.25C10 10.8359 9.66563 10.5 9.25 10.5ZM8 6C8.55219 6 9 5.55219 9 5C9 4.44781 8.55219 4 8 4C7.44781 4 7 4.44687 7 5C7 5.55313 7.44687 6 8 6Z"})}))},{children:e}))}function aa(n){var e=n.children;return(0,t.jsx)(na,ta({icon:(0,t.jsx)("svg",ta({className:"flex-none w-5 h-5 text-yellow-400 dark:text-yellow-300/80",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,"aria-label":"Warning"},{children:(0,t.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"})})),className:"bg-amber-50 dark:bg-yellow-500/40"},{children:e}))}function ra(n){var e=n.children;return(0,t.jsx)(na,ta({icon:(0,t.jsx)("svg",ta({width:"14",height:"14",viewBox:"0 0 14 14",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",className:"w-4 h-4 text-sky-500","aria-label":"Note"},{children:(0,t.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 1.3C10.14 1.3 12.7 3.86 12.7 7C12.7 10.14 10.14 12.7 7 12.7C5.48908 12.6974 4.0408 12.096 2.97241 11.0276C1.90403 9.9592 1.30264 8.51092 1.3 7C1.3 3.86 3.86 1.3 7 1.3ZM7 0C3.14 0 0 3.14 0 7C0 10.86 3.14 14 7 14C10.86 14 14 10.86 14 7C14 3.14 10.86 0 7 0ZM8 3H6V8H8V3ZM8 9H6V11H8V9Z"})})),className:"bg-sky-100 dark:bg-sky-900"},{children:e}))}function ia(n){var e=n.children;return(0,t.jsx)(na,ta({icon:(0,t.jsx)("svg",ta({width:"11",height:"14",viewBox:"0 0 11 14",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",className:"text-green-600 dark:text-green-400/80 w-3.5 h-auto","aria-label":"Tip"},{children:(0,t.jsx)("path",{d:"M3.12794 12.4232C3.12794 12.5954 3.1776 12.7634 3.27244 12.907L3.74114 13.6095C3.88471 13.8248 4.21067 14 4.46964 14H6.15606C6.41415 14 6.74017 13.825 6.88373 13.6095L7.3508 12.9073C7.43114 12.7859 7.49705 12.569 7.49705 12.4232L7.50055 11.3513H3.12521L3.12794 12.4232ZM5.31288 0C2.52414 0.00875889 0.5 2.26889 0.5 4.78826C0.5 6.00188 0.949566 7.10829 1.69119 7.95492C2.14321 8.47011 2.84901 9.54727 3.11919 10.4557C3.12005 10.4625 3.12175 10.4698 3.12261 10.4771H7.50342C7.50427 10.4698 7.50598 10.463 7.50684 10.4557C7.77688 9.54727 8.48281 8.47011 8.93484 7.95492C9.67728 7.13181 10.1258 6.02703 10.1258 4.78826C10.1258 2.15486 7.9709 0.000106649 5.31288 0ZM7.94902 7.11267C7.52078 7.60079 6.99082 8.37878 6.6077 9.18794H4.02051C3.63739 8.37878 3.10743 7.60079 2.67947 7.11294C2.11997 6.47551 1.8126 5.63599 1.8126 4.78826C1.8126 3.09829 3.12794 1.31944 5.28827 1.3126C7.2435 1.3126 8.81315 2.88226 8.81315 4.78826C8.81315 5.63599 8.50688 6.47551 7.94902 7.11267ZM4.87534 2.18767C3.66939 2.18767 2.68767 3.16939 2.68767 4.37534C2.68767 4.61719 2.88336 4.81288 3.12521 4.81288C3.36705 4.81288 3.56274 4.61599 3.56274 4.37534C3.56274 3.6515 4.1515 3.06274 4.87534 3.06274C5.11719 3.06274 5.31288 2.86727 5.31288 2.62548C5.31288 2.38369 5.11599 2.18767 4.87534 2.18767Z"})})),className:"bg-green-100/80 dark:bg-green-900"},{children:e}))}function oa(n){var e=n.children;return(0,t.jsx)(na,ta({icon:(0,t.jsx)("svg",ta({className:"text-green-600 dark:text-green-400/80 w-3.5 h-auto",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 448 512","aria-label":"Check"},{children:(0,t.jsx)("path",{d:"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z"})})),className:"bg-green-100/80 dark:bg-green-900"},{children:e}))}var sa=function(){return sa=Object.assign||function(t){for(var n,e=1,a=arguments.length;e<a;e++)for(var r in n=arguments[e])Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r]);return t},sa.apply(this,arguments)},ca={none:"",md:"p-8"};function la(n){var e=n.as,a=void 0===e?"div":e,r=n.style,i=n.className,s=n.containerClassName,c=n.html,l=n.children,f=n.hint,u=n.padding,d=void 0===u?"md":u,m=n.lightOnly,p=void 0!==m&&m,v=ca[d];return(0,t.jsxs)("div",sa({className:s},{children:[void 0!==f&&(0,t.jsxs)("div",sa({className:"not-prose mb-4 flex items-center space-x-2"},{children:[(0,t.jsx)("svg",sa({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",className:"flex-none w-4 h-4 fill-slate-400 dark:fill-slate-300"},{children:(0,t.jsx)("path",{d:"M224 320c0 17.69 14.33 32 32 32h64c17.67 0 32-14.31 32-32s-14.33-32-32-32h-64C238.3 288 224 302.3 224 320zM267.6 256H352c17.67 0 32-14.31 32-32s-14.33-32-32-32h-80v40C272 240.5 270.3 248.5 267.6 256zM272 160H480c17.67 0 32-14.31 32-32s-14.33-32-32-32h-208.8C271.5 98.66 272 101.3 272 104V160zM320 416c0-17.69-14.33-32-32-32H224c-17.67 0-32 14.31-32 32s14.33 32 32 32h64C305.7 448 320 433.7 320 416zM202.1 355.8C196 345.6 192 333.3 192 320c0-5.766 1.08-11.24 2.51-16.55C157.4 300.6 128 269.9 128 232V159.1C128 151.2 135.2 144 143.1 144S160 151.2 159.1 159.1l0 69.72C159.1 245.2 171.3 271.1 200 271.1C222.1 271.1 240 254.1 240 232v-128C240 81.91 222.1 64 200 64H136.6C103.5 64 72.03 80 52.47 106.8L26.02 143.2C9.107 166.5 0 194.5 0 223.3V312C0 387.1 60.89 448 136 448h32.88C163.4 438.6 160 427.7 160 416C160 388.1 178 364.6 202.1 355.8z"})})),(0,t.jsx)("p",sa({className:"text-slate-700 text-sm font-medium dark:text-slate-200"},{children:f}))]})),(0,t.jsxs)(a,sa({style:r,className:o("not-prose relative bg-slate-50 rounded-xl overflow-hidden",!p&&"dark:bg-slate-800/25")},{children:[(0,t.jsx)("div",{style:{backgroundPosition:"10px 10px"},className:o("absolute inset-0 bg-grid-slate-100 [mask-image:linear-gradient(0deg,#fff,rgba(255,255,255,0.6))]",!p&&"dark:bg-grid-slate-700/25 dark:[mask-image:linear-gradient(0deg,rgba(255,255,255,0.1),rgba(255,255,255,0.5))]")}),(0,t.jsx)("div",sa({className:o("relative rounded-xl overflow-auto",v,i)},c?{dangerouslySetInnerHTML:{__html:c}}:{children:l})),(0,t.jsx)("div",{className:o("absolute inset-0 pointer-events-none border border-black/5 rounded-xl",!p&&"dark:border-white/5")})]}))]}))}var fa=function(){return fa=Object.assign||function(t){for(var n,e=1,a=arguments.length;e<a;e++)for(var r in n=arguments[e])Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r]);return t},fa.apply(this,arguments)};function ua(n){var e=n.name,a=n.type,r=n.defaultValue,i=n.required,s=void 0!==i&&i,c=n.hidden,l=void 0!==c&&c,f=n.children;return l?null:(0,t.jsxs)("div",fa({className:o("pb-3 mb-4 border-b border-slate-100 dark:border-slate-800")},{children:[(0,t.jsxs)("div",fa({className:"flex font-mono text-sm"},{children:[(0,t.jsxs)("div",fa({className:"py-px flex-1 space-x-2 truncate"},{children:[(0,t.jsx)("span",fa({className:"px-1 py-px rounded-md font-medium bg-slate-50 text-primary dark:bg-slate-800 dark:text-primary-light border border-slate-200 dark:border-slate-700"},{children:e})),s&&(0,t.jsx)("span",fa({className:"text-slate-500 dark:text-slate-300"},{children:"Required"})),r&&(0,t.jsxs)("span",fa({className:"text-slate-500 dark:text-slate-300"},{children:["Default: ",r]}))]})),a&&(0,t.jsx)("div",fa({className:"text-slate-600 dark:text-slate-300"},{children:a}))]})),(0,t.jsx)("div",fa({className:"mt-2 prose-sm prose-slate dark:prose-dark"},{children:f}))]}))}})(),module.exports=a})();
|
|
2
|
+
(()=>{var t={372:(t,n,e)=>{"use strict";var a=e(567);function r(){}function i(){}i.resetWarningCache=r,t.exports=function(){function t(t,n,e,r,i,o){if(o!==a){var s=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 s.name="Invariant Violation",s}}function n(){return t}t.isRequired=t;var e={array:t,bigint:t,bool:t,func:t,number:t,object:t,string:t,symbol:t,any:t,arrayOf:n,element:t,elementType:t,instanceOf:n,node:t,objectOf:n,oneOf:n,oneOfType:n,shape:n,exact:n,checkPropTypes:i,resetWarningCache:r};return e.PropTypes=e,e}},652:(t,n,e)=>{t.exports=e(372)()},567:t=>{"use strict";t.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},455:(t,n,e)=>{"use strict";var a=e(258),r=Symbol.for("react.element"),i=(Symbol.for("react.fragment"),Object.prototype.hasOwnProperty),o=a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,s={key:!0,ref:!0,__self:!0,__source:!0};function c(t,n,e){var a,c={},l=null,f=null;for(a in void 0!==e&&(l=""+e),void 0!==n.key&&(l=""+n.key),void 0!==n.ref&&(f=n.ref),n)i.call(n,a)&&!s.hasOwnProperty(a)&&(c[a]=n[a]);if(t&&t.defaultProps)for(a in n=t.defaultProps)void 0===c[a]&&(c[a]=n[a]);return{$$typeof:r,type:t,key:l,ref:f,props:c,_owner:o.current}}n.jsx=c,n.jsxs=c},557:(t,n,e)=>{"use strict";t.exports=e(455)},258:t=>{"use strict";t.exports=require("react")}},n={};function e(a){var r=n[a];if(void 0!==r)return r.exports;var i=n[a]={exports:{}};return t[a](i,i.exports,e),i.exports}e.n=t=>{var n=t&&t.__esModule?()=>t.default:()=>t;return e.d(n,{a:n}),n},e.d=(t,n)=>{for(var a in n)e.o(n,a)&&!e.o(t,a)&&Object.defineProperty(t,a,{enumerable:!0,get:n[a]})},e.o=(t,n)=>Object.prototype.hasOwnProperty.call(t,n),e.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var a={};(()=>{"use strict";e.r(a),e.d(a,{Accordion:()=>Be,AccordionGroup:()=>Ue,Button:()=>Ge,Card:()=>$e,CardGroup:()=>Qe,Check:()=>oa,Frame:()=>la,Info:()=>ea,Note:()=>ra,Param:()=>ua,Tip:()=>ia,UserDefinedIcon:()=>De,Warning:()=>aa});var t=e(557),n=e(258),r=e.n(n);function i(t){var n,e,a="";if("string"==typeof t||"number"==typeof t)a+=t;else if("object"==typeof t)if(Array.isArray(t))for(n=0;n<t.length;n++)t[n]&&(e=i(t[n]))&&(a&&(a+=" "),a+=e);else for(n in t)t[n]&&(a&&(a+=" "),a+=n);return a}const o=function(){for(var t,n,e=0,a="";e<arguments.length;)(t=arguments[e++])&&(n=i(t))&&(a&&(a+=" "),a+=n);return a};function s(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);n&&(a=a.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),e.push.apply(e,a)}return e}function c(t){for(var n=1;n<arguments.length;n++){var e=null!=arguments[n]?arguments[n]:{};n%2?s(Object(e),!0).forEach((function(n){u(t,n,e[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):s(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}))}return t}function l(t){return l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},l(t)}function f(t,n){for(var e=0;e<n.length;e++){var a=n[e];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(t,a.key,a)}}function u(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t}function d(t,n){return function(t){if(Array.isArray(t))return t}(t)||function(t,n){var e=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=e){var a,r,i=[],o=!0,s=!1;try{for(e=e.call(t);!(o=(a=e.next()).done)&&(i.push(a.value),!n||i.length!==n);o=!0);}catch(t){s=!0,r=t}finally{try{o||null==e.return||e.return()}finally{if(s)throw r}}return i}}(t,n)||p(t,n)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function m(t){return function(t){if(Array.isArray(t))return v(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||p(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function p(t,n){if(t){if("string"==typeof t)return v(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?v(t,n):void 0}}function v(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,a=new Array(n);e<n;e++)a[e]=t[e];return a}var b=function(){},g={},h={},y=null,x={mark:b,measure:b};try{"undefined"!=typeof window&&(g=window),"undefined"!=typeof document&&(h=document),"undefined"!=typeof MutationObserver&&(y=MutationObserver),"undefined"!=typeof performance&&(x=performance)}catch(t){}var k,w,O,C,j,N=(g.navigator||{}).userAgent,A=void 0===N?"":N,P=g,S=h,E=y,M=x,_=(P.document,!!S.documentElement&&!!S.head&&"function"==typeof S.addEventListener&&"function"==typeof S.createElement),z=~A.indexOf("MSIE")||~A.indexOf("Trident/"),L="svg-inline--fa",I="data-fa-i2svg",T="data-fa-pseudo-element",R="data-prefix",D="data-icon",F="fontawesome-i2svg",Y=["HTML","HEAD","STYLE","SCRIPT"],H=function(){try{return!0}catch(t){return!1}}(),W="classic",B="sharp",V=[W,B];function U(t){return new Proxy(t,{get:function(t,n){return n in t?t[n]:t.classic}})}var Z=U((u(k={},W,{fa:"solid",fas:"solid","fa-solid":"solid",far:"regular","fa-regular":"regular",fal:"light","fa-light":"light",fat:"thin","fa-thin":"thin",fad:"duotone","fa-duotone":"duotone",fab:"brands","fa-brands":"brands",fak:"kit","fa-kit":"kit"}),u(k,B,{fa:"solid",fass:"solid","fa-solid":"solid"}),k)),q=U((u(w={},W,{solid:"fas",regular:"far",light:"fal",thin:"fat",duotone:"fad",brands:"fab",kit:"fak"}),u(w,B,{solid:"fass"}),w)),X=U((u(O={},W,{fab:"fa-brands",fad:"fa-duotone",fak:"fa-kit",fal:"fa-light",far:"fa-regular",fas:"fa-solid",fat:"fa-thin"}),u(O,B,{fass:"fa-solid"}),O)),G=U((u(C={},W,{"fa-brands":"fab","fa-duotone":"fad","fa-kit":"fak","fa-light":"fal","fa-regular":"far","fa-solid":"fas","fa-thin":"fat"}),u(C,B,{"fa-solid":"fass"}),C)),K=/fa(s|r|l|t|d|b|k|ss)?[\-\ ]/,$="fa-layers-text",J=/Font ?Awesome ?([56 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp|Kit)?.*/i,Q=U((u(j={},W,{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"}),u(j,B,{900:"fass"}),j)),tt=[1,2,3,4,5,6,7,8,9,10],nt=tt.concat([11,12,13,14,15,16,17,18,19,20]),et=["class","data-prefix","data-icon","data-fa-transform","data-fa-mask"],at="duotone-group",rt="primary",it="secondary",ot=new Set;Object.keys(q.classic).map(ot.add.bind(ot)),Object.keys(q.sharp).map(ot.add.bind(ot));var st=[].concat(V,m(ot),["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,"swap-opacity",rt,it]).concat(tt.map((function(t){return"".concat(t,"x")}))).concat(nt.map((function(t){return"w-".concat(t)}))),ct=P.FontAwesomeConfig||{};S&&"function"==typeof S.querySelector&&[["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((function(t){var n=d(t,2),e=n[0],a=n[1],r=function(t){return""===t||"false"!==t&&("true"===t||t)}(function(t){var n=S.querySelector("script["+t+"]");if(n)return n.getAttribute(t)}(e));null!=r&&(ct[a]=r)}));var lt={styleDefault:"solid",familyDefault:"classic",cssPrefix:"fa",replacementClass:L,autoReplaceSvg:!0,autoAddCss:!0,autoA11y:!0,searchPseudoElements:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0};ct.familyPrefix&&(ct.cssPrefix=ct.familyPrefix);var ft=c(c({},lt),ct);ft.autoReplaceSvg||(ft.observeMutations=!1);var ut={};Object.keys(lt).forEach((function(t){Object.defineProperty(ut,t,{enumerable:!0,set:function(n){ft[t]=n,dt.forEach((function(t){return t(ut)}))},get:function(){return ft[t]}})})),Object.defineProperty(ut,"familyPrefix",{enumerable:!0,set:function(t){ft.cssPrefix=t,dt.forEach((function(t){return t(ut)}))},get:function(){return ft.cssPrefix}}),P.FontAwesomeConfig=ut;var dt=[],mt=16,pt={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};function vt(){for(var t=12,n="";t-- >0;)n+="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"[62*Math.random()|0];return n}function bt(t){for(var n=[],e=(t||[]).length>>>0;e--;)n[e]=t[e];return n}function gt(t){return t.classList?bt(t.classList):(t.getAttribute("class")||"").split(" ").filter((function(t){return t}))}function ht(t){return"".concat(t).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">")}function yt(t){return Object.keys(t||{}).reduce((function(n,e){return n+"".concat(e,": ").concat(t[e].trim(),";")}),"")}function xt(t){return t.size!==pt.size||t.x!==pt.x||t.y!==pt.y||t.rotate!==pt.rotate||t.flipX||t.flipY}function kt(){var t="fa",n=L,e=ut.cssPrefix,a=ut.replacementClass,r=':root, :host {\n --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Solid";\n --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Regular";\n --fa-font-light: normal 300 1em/1 "Font Awesome 6 Light";\n --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Thin";\n --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";\n --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";\n --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";\n}\n\nsvg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {\n overflow: visible;\n box-sizing: content-box;\n}\n\n.svg-inline--fa {\n display: var(--fa-display, inline-block);\n height: 1em;\n overflow: visible;\n vertical-align: -0.125em;\n}\n.svg-inline--fa.fa-2xs {\n vertical-align: 0.1em;\n}\n.svg-inline--fa.fa-xs {\n vertical-align: 0em;\n}\n.svg-inline--fa.fa-sm {\n vertical-align: -0.0714285705em;\n}\n.svg-inline--fa.fa-lg {\n vertical-align: -0.2em;\n}\n.svg-inline--fa.fa-xl {\n vertical-align: -0.25em;\n}\n.svg-inline--fa.fa-2xl {\n vertical-align: -0.3125em;\n}\n.svg-inline--fa.fa-pull-left {\n margin-right: var(--fa-pull-margin, 0.3em);\n width: auto;\n}\n.svg-inline--fa.fa-pull-right {\n margin-left: var(--fa-pull-margin, 0.3em);\n width: auto;\n}\n.svg-inline--fa.fa-li {\n width: var(--fa-li-width, 2em);\n top: 0.25em;\n}\n.svg-inline--fa.fa-fw {\n width: var(--fa-fw-width, 1.25em);\n}\n\n.fa-layers svg.svg-inline--fa {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n}\n\n.fa-layers-counter, .fa-layers-text {\n display: inline-block;\n position: absolute;\n text-align: center;\n}\n\n.fa-layers {\n display: inline-block;\n height: 1em;\n position: relative;\n text-align: center;\n vertical-align: -0.125em;\n width: 1em;\n}\n.fa-layers svg.svg-inline--fa {\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-text {\n left: 50%;\n top: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-counter {\n background-color: var(--fa-counter-background-color, #ff253a);\n border-radius: var(--fa-counter-border-radius, 1em);\n box-sizing: border-box;\n color: var(--fa-inverse, #fff);\n line-height: var(--fa-counter-line-height, 1);\n max-width: var(--fa-counter-max-width, 5em);\n min-width: var(--fa-counter-min-width, 1.5em);\n overflow: hidden;\n padding: var(--fa-counter-padding, 0.25em 0.5em);\n right: var(--fa-right, 0);\n text-overflow: ellipsis;\n top: var(--fa-top, 0);\n -webkit-transform: scale(var(--fa-counter-scale, 0.25));\n transform: scale(var(--fa-counter-scale, 0.25));\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-bottom-right {\n bottom: var(--fa-bottom, 0);\n right: var(--fa-right, 0);\n top: auto;\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: bottom right;\n transform-origin: bottom right;\n}\n\n.fa-layers-bottom-left {\n bottom: var(--fa-bottom, 0);\n left: var(--fa-left, 0);\n right: auto;\n top: auto;\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: bottom left;\n transform-origin: bottom left;\n}\n\n.fa-layers-top-right {\n top: var(--fa-top, 0);\n right: var(--fa-right, 0);\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-top-left {\n left: var(--fa-left, 0);\n right: auto;\n top: var(--fa-top, 0);\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: top left;\n transform-origin: top left;\n}\n\n.fa-1x {\n font-size: 1em;\n}\n\n.fa-2x {\n font-size: 2em;\n}\n\n.fa-3x {\n font-size: 3em;\n}\n\n.fa-4x {\n font-size: 4em;\n}\n\n.fa-5x {\n font-size: 5em;\n}\n\n.fa-6x {\n font-size: 6em;\n}\n\n.fa-7x {\n font-size: 7em;\n}\n\n.fa-8x {\n font-size: 8em;\n}\n\n.fa-9x {\n font-size: 9em;\n}\n\n.fa-10x {\n font-size: 10em;\n}\n\n.fa-2xs {\n font-size: 0.625em;\n line-height: 0.1em;\n vertical-align: 0.225em;\n}\n\n.fa-xs {\n font-size: 0.75em;\n line-height: 0.0833333337em;\n vertical-align: 0.125em;\n}\n\n.fa-sm {\n font-size: 0.875em;\n line-height: 0.0714285718em;\n vertical-align: 0.0535714295em;\n}\n\n.fa-lg {\n font-size: 1.25em;\n line-height: 0.05em;\n vertical-align: -0.075em;\n}\n\n.fa-xl {\n font-size: 1.5em;\n line-height: 0.0416666682em;\n vertical-align: -0.125em;\n}\n\n.fa-2xl {\n font-size: 2em;\n line-height: 0.03125em;\n vertical-align: -0.1875em;\n}\n\n.fa-fw {\n text-align: center;\n width: 1.25em;\n}\n\n.fa-ul {\n list-style-type: none;\n margin-left: var(--fa-li-margin, 2.5em);\n padding-left: 0;\n}\n.fa-ul > li {\n position: relative;\n}\n\n.fa-li {\n left: calc(var(--fa-li-width, 2em) * -1);\n position: absolute;\n text-align: center;\n width: var(--fa-li-width, 2em);\n line-height: inherit;\n}\n\n.fa-border {\n border-color: var(--fa-border-color, #eee);\n border-radius: var(--fa-border-radius, 0.1em);\n border-style: var(--fa-border-style, solid);\n border-width: var(--fa-border-width, 0.08em);\n padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);\n}\n\n.fa-pull-left {\n float: left;\n margin-right: var(--fa-pull-margin, 0.3em);\n}\n\n.fa-pull-right {\n float: right;\n margin-left: var(--fa-pull-margin, 0.3em);\n}\n\n.fa-beat {\n -webkit-animation-name: fa-beat;\n animation-name: fa-beat;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);\n animation-timing-function: var(--fa-animation-timing, ease-in-out);\n}\n\n.fa-bounce {\n -webkit-animation-name: fa-bounce;\n animation-name: fa-bounce;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));\n}\n\n.fa-fade {\n -webkit-animation-name: fa-fade;\n animation-name: fa-fade;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n}\n\n.fa-beat-fade {\n -webkit-animation-name: fa-beat-fade;\n animation-name: fa-beat-fade;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n}\n\n.fa-flip {\n -webkit-animation-name: fa-flip;\n animation-name: fa-flip;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);\n animation-timing-function: var(--fa-animation-timing, ease-in-out);\n}\n\n.fa-shake {\n -webkit-animation-name: fa-shake;\n animation-name: fa-shake;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, linear);\n animation-timing-function: var(--fa-animation-timing, linear);\n}\n\n.fa-spin {\n -webkit-animation-name: fa-spin;\n animation-name: fa-spin;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 2s);\n animation-duration: var(--fa-animation-duration, 2s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, linear);\n animation-timing-function: var(--fa-animation-timing, linear);\n}\n\n.fa-spin-reverse {\n --fa-animation-direction: reverse;\n}\n\n.fa-pulse,\n.fa-spin-pulse {\n -webkit-animation-name: fa-spin;\n animation-name: fa-spin;\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));\n animation-timing-function: var(--fa-animation-timing, steps(8));\n}\n\n@media (prefers-reduced-motion: reduce) {\n .fa-beat,\n.fa-bounce,\n.fa-fade,\n.fa-beat-fade,\n.fa-flip,\n.fa-pulse,\n.fa-shake,\n.fa-spin,\n.fa-spin-pulse {\n -webkit-animation-delay: -1ms;\n animation-delay: -1ms;\n -webkit-animation-duration: 1ms;\n animation-duration: 1ms;\n -webkit-animation-iteration-count: 1;\n animation-iteration-count: 1;\n transition-delay: 0s;\n transition-duration: 0s;\n }\n}\n@-webkit-keyframes fa-beat {\n 0%, 90% {\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 45% {\n -webkit-transform: scale(var(--fa-beat-scale, 1.25));\n transform: scale(var(--fa-beat-scale, 1.25));\n }\n}\n@keyframes fa-beat {\n 0%, 90% {\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 45% {\n -webkit-transform: scale(var(--fa-beat-scale, 1.25));\n transform: scale(var(--fa-beat-scale, 1.25));\n }\n}\n@-webkit-keyframes fa-bounce {\n 0% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n 10% {\n -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n }\n 30% {\n -webkit-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));\n 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));\n }\n 50% {\n -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n }\n 57% {\n -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n }\n 64% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n 100% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n}\n@keyframes fa-bounce {\n 0% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n 10% {\n -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n }\n 30% {\n -webkit-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));\n 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));\n }\n 50% {\n -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n }\n 57% {\n -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n }\n 64% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n 100% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n}\n@-webkit-keyframes fa-fade {\n 50% {\n opacity: var(--fa-fade-opacity, 0.4);\n }\n}\n@keyframes fa-fade {\n 50% {\n opacity: var(--fa-fade-opacity, 0.4);\n }\n}\n@-webkit-keyframes fa-beat-fade {\n 0%, 100% {\n opacity: var(--fa-beat-fade-opacity, 0.4);\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 50% {\n opacity: 1;\n -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));\n transform: scale(var(--fa-beat-fade-scale, 1.125));\n }\n}\n@keyframes fa-beat-fade {\n 0%, 100% {\n opacity: var(--fa-beat-fade-opacity, 0.4);\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 50% {\n opacity: 1;\n -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));\n transform: scale(var(--fa-beat-fade-scale, 1.125));\n }\n}\n@-webkit-keyframes fa-flip {\n 50% {\n -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n }\n}\n@keyframes fa-flip {\n 50% {\n -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n }\n}\n@-webkit-keyframes fa-shake {\n 0% {\n -webkit-transform: rotate(-15deg);\n transform: rotate(-15deg);\n }\n 4% {\n -webkit-transform: rotate(15deg);\n transform: rotate(15deg);\n }\n 8%, 24% {\n -webkit-transform: rotate(-18deg);\n transform: rotate(-18deg);\n }\n 12%, 28% {\n -webkit-transform: rotate(18deg);\n transform: rotate(18deg);\n }\n 16% {\n -webkit-transform: rotate(-22deg);\n transform: rotate(-22deg);\n }\n 20% {\n -webkit-transform: rotate(22deg);\n transform: rotate(22deg);\n }\n 32% {\n -webkit-transform: rotate(-12deg);\n transform: rotate(-12deg);\n }\n 36% {\n -webkit-transform: rotate(12deg);\n transform: rotate(12deg);\n }\n 40%, 100% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n}\n@keyframes fa-shake {\n 0% {\n -webkit-transform: rotate(-15deg);\n transform: rotate(-15deg);\n }\n 4% {\n -webkit-transform: rotate(15deg);\n transform: rotate(15deg);\n }\n 8%, 24% {\n -webkit-transform: rotate(-18deg);\n transform: rotate(-18deg);\n }\n 12%, 28% {\n -webkit-transform: rotate(18deg);\n transform: rotate(18deg);\n }\n 16% {\n -webkit-transform: rotate(-22deg);\n transform: rotate(-22deg);\n }\n 20% {\n -webkit-transform: rotate(22deg);\n transform: rotate(22deg);\n }\n 32% {\n -webkit-transform: rotate(-12deg);\n transform: rotate(-12deg);\n }\n 36% {\n -webkit-transform: rotate(12deg);\n transform: rotate(12deg);\n }\n 40%, 100% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n}\n@-webkit-keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n@keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n.fa-rotate-90 {\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg);\n}\n\n.fa-rotate-180 {\n -webkit-transform: rotate(180deg);\n transform: rotate(180deg);\n}\n\n.fa-rotate-270 {\n -webkit-transform: rotate(270deg);\n transform: rotate(270deg);\n}\n\n.fa-flip-horizontal {\n -webkit-transform: scale(-1, 1);\n transform: scale(-1, 1);\n}\n\n.fa-flip-vertical {\n -webkit-transform: scale(1, -1);\n transform: scale(1, -1);\n}\n\n.fa-flip-both,\n.fa-flip-horizontal.fa-flip-vertical {\n -webkit-transform: scale(-1, -1);\n transform: scale(-1, -1);\n}\n\n.fa-rotate-by {\n -webkit-transform: rotate(var(--fa-rotate-angle, none));\n transform: rotate(var(--fa-rotate-angle, none));\n}\n\n.fa-stack {\n display: inline-block;\n vertical-align: middle;\n height: 2em;\n position: relative;\n width: 2.5em;\n}\n\n.fa-stack-1x,\n.fa-stack-2x {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n z-index: var(--fa-stack-z-index, auto);\n}\n\n.svg-inline--fa.fa-stack-1x {\n height: 1em;\n width: 1.25em;\n}\n.svg-inline--fa.fa-stack-2x {\n height: 2em;\n width: 2.5em;\n}\n\n.fa-inverse {\n color: var(--fa-inverse, #fff);\n}\n\n.sr-only,\n.fa-sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n}\n\n.sr-only-focusable:not(:focus),\n.fa-sr-only-focusable:not(:focus) {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n}\n\n.svg-inline--fa .fa-primary {\n fill: var(--fa-primary-color, currentColor);\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa .fa-secondary {\n fill: var(--fa-secondary-color, currentColor);\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-primary {\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-secondary {\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa mask .fa-primary,\n.svg-inline--fa mask .fa-secondary {\n fill: black;\n}\n\n.fad.fa-inverse,\n.fa-duotone.fa-inverse {\n color: var(--fa-inverse, #fff);\n}';if(e!==t||a!==n){var i=new RegExp("\\.".concat(t,"\\-"),"g"),o=new RegExp("\\--".concat(t,"\\-"),"g"),s=new RegExp("\\.".concat(n),"g");r=r.replace(i,".".concat(e,"-")).replace(o,"--".concat(e,"-")).replace(s,".".concat(a))}return r}var wt=!1;function Ot(){ut.autoAddCss&&!wt&&(function(t){if(t&&_){var n=S.createElement("style");n.setAttribute("type","text/css"),n.innerHTML=t;for(var e=S.head.childNodes,a=null,r=e.length-1;r>-1;r--){var i=e[r],o=(i.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(o)>-1&&(a=i)}S.head.insertBefore(n,a)}}(kt()),wt=!0)}var Ct={mixout:function(){return{dom:{css:kt,insertCss:Ot}}},hooks:function(){return{beforeDOMElementCreation:function(){Ot()},beforeI2svg:function(){Ot()}}}},jt=P||{};jt.___FONT_AWESOME___||(jt.___FONT_AWESOME___={}),jt.___FONT_AWESOME___.styles||(jt.___FONT_AWESOME___.styles={}),jt.___FONT_AWESOME___.hooks||(jt.___FONT_AWESOME___.hooks={}),jt.___FONT_AWESOME___.shims||(jt.___FONT_AWESOME___.shims=[]);var Nt=jt.___FONT_AWESOME___,At=[],Pt=!1;function St(t){_&&(Pt?setTimeout(t,0):At.push(t))}function Et(t){var n=t.tag,e=t.attributes,a=void 0===e?{}:e,r=t.children,i=void 0===r?[]:r;return"string"==typeof t?ht(t):"<".concat(n," ").concat(function(t){return Object.keys(t||{}).reduce((function(n,e){return n+"".concat(e,'="').concat(ht(t[e]),'" ')}),"").trim()}(a),">").concat(i.map(Et).join(""),"</").concat(n,">")}function Mt(t,n,e){if(t&&t[n]&&t[n][e])return{prefix:n,iconName:e,icon:t[n][e]}}_&&((Pt=(S.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(S.readyState))||S.addEventListener("DOMContentLoaded",(function t(){S.removeEventListener("DOMContentLoaded",t),Pt=1,At.map((function(t){return t()}))})));var _t=function(t,n,e,a){var r,i,o,s=Object.keys(t),c=s.length,l=void 0!==a?function(t,n){return function(e,a,r,i){return t.call(n,e,a,r,i)}}(n,a):n;for(void 0===e?(r=1,o=t[s[0]]):(r=0,o=e);r<c;r++)o=l(o,t[i=s[r]],i,t);return o};function zt(t){var n=function(t){for(var n=[],e=0,a=t.length;e<a;){var r=t.charCodeAt(e++);if(r>=55296&&r<=56319&&e<a){var i=t.charCodeAt(e++);56320==(64512&i)?n.push(((1023&r)<<10)+(1023&i)+65536):(n.push(r),e--)}else n.push(r)}return n}(t);return 1===n.length?n[0].toString(16):null}function Lt(t){return Object.keys(t).reduce((function(n,e){var a=t[e];return a.icon?n[a.iconName]=a.icon:n[e]=a,n}),{})}function It(t,n){var e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=e.skipHooks,r=void 0!==a&&a,i=Lt(n);"function"!=typeof Nt.hooks.addPack||r?Nt.styles[t]=c(c({},Nt.styles[t]||{}),i):Nt.hooks.addPack(t,Lt(n)),"fas"===t&&It("fa",n)}var Tt,Rt,Dt,Ft=Nt.styles,Yt=Nt.shims,Ht=(u(Tt={},W,Object.values(X.classic)),u(Tt,B,Object.values(X.sharp)),Tt),Wt=null,Bt={},Vt={},Ut={},Zt={},qt={},Xt=(u(Rt={},W,Object.keys(Z.classic)),u(Rt,B,Object.keys(Z.sharp)),Rt);function Gt(t,n){var e,a=n.split("-"),r=a[0],i=a.slice(1).join("-");return r!==t||""===i||(e=i,~st.indexOf(e))?null:i}var Kt,$t=function(){var t=function(t){return _t(Ft,(function(n,e,a){return n[a]=_t(e,t,{}),n}),{})};Bt=t((function(t,n,e){return n[3]&&(t[n[3]]=e),n[2]&&n[2].filter((function(t){return"number"==typeof t})).forEach((function(n){t[n.toString(16)]=e})),t})),Vt=t((function(t,n,e){return t[e]=e,n[2]&&n[2].filter((function(t){return"string"==typeof t})).forEach((function(n){t[n]=e})),t})),qt=t((function(t,n,e){var a=n[2];return t[e]=e,a.forEach((function(n){t[n]=e})),t}));var n="far"in Ft||ut.autoFetchSvg,e=_t(Yt,(function(t,e){var a=e[0],r=e[1],i=e[2];return"far"!==r||n||(r="fas"),"string"==typeof a&&(t.names[a]={prefix:r,iconName:i}),"number"==typeof a&&(t.unicodes[a.toString(16)]={prefix:r,iconName:i}),t}),{names:{},unicodes:{}});Ut=e.names,Zt=e.unicodes,Wt=en(ut.styleDefault,{family:ut.familyDefault})};function Jt(t,n){return(Bt[t]||{})[n]}function Qt(t,n){return(qt[t]||{})[n]}function tn(t){return Ut[t]||{prefix:null,iconName:null}}function nn(){return Wt}function en(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},e=n.family,a=void 0===e?W:e,r=Z[a][t],i=q[a][t]||q[a][r],o=t in Nt.styles?t:null;return i||o||null}Kt=function(t){Wt=en(t.styleDefault,{family:ut.familyDefault})},dt.push(Kt),$t();var an=(u(Dt={},W,Object.keys(X.classic)),u(Dt,B,Object.keys(X.sharp)),Dt);function rn(t){var n,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=e.skipLookups,r=void 0!==a&&a,i=(u(n={},W,"".concat(ut.cssPrefix,"-").concat(W)),u(n,B,"".concat(ut.cssPrefix,"-").concat(B)),n),o=null,s=W;(t.includes(i.classic)||t.some((function(t){return an.classic.includes(t)})))&&(s=W),(t.includes(i.sharp)||t.some((function(t){return an.sharp.includes(t)})))&&(s=B);var c=t.reduce((function(t,n){var e=Gt(ut.cssPrefix,n);if(Ft[n]?(n=Ht[s].includes(n)?G[s][n]:n,o=n,t.prefix=n):Xt[s].indexOf(n)>-1?(o=n,t.prefix=en(n,{family:s})):e?t.iconName=e:n!==ut.replacementClass&&n!==i.classic&&n!==i.sharp&&t.rest.push(n),!r&&t.prefix&&t.iconName){var a="fa"===o?tn(t.iconName):{},c=Qt(t.prefix,t.iconName);a.prefix&&(o=null),t.iconName=a.iconName||c||t.iconName,t.prefix=a.prefix||t.prefix,"far"!==t.prefix||Ft.far||!Ft.fas||ut.autoFetchSvg||(t.prefix="fas")}return t}),{prefix:null,iconName:null,rest:[]});return(t.includes("fa-brands")||t.includes("fab"))&&(c.prefix="fab"),(t.includes("fa-duotone")||t.includes("fad"))&&(c.prefix="fad"),c.prefix||s!==B||!Ft.fass&&!ut.autoFetchSvg||(c.prefix="fass",c.iconName=Qt(c.prefix,c.iconName)||c.iconName),"fa"!==c.prefix&&"fa"!==o||(c.prefix=nn()||"fas"),c}var on=function(){function t(){!function(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}(this,t),this.definitions={}}var n,e;return n=t,e=[{key:"add",value:function(){for(var t=this,n=arguments.length,e=new Array(n),a=0;a<n;a++)e[a]=arguments[a];var r=e.reduce(this._pullDefinitions,{});Object.keys(r).forEach((function(n){t.definitions[n]=c(c({},t.definitions[n]||{}),r[n]),It(n,r[n]);var e=X.classic[n];e&&It(e,r[n]),$t()}))}},{key:"reset",value:function(){this.definitions={}}},{key:"_pullDefinitions",value:function(t,n){var e=n.prefix&&n.iconName&&n.icon?{0:n}:n;return Object.keys(e).map((function(n){var a=e[n],r=a.prefix,i=a.iconName,o=a.icon,s=o[2];t[r]||(t[r]={}),s.length>0&&s.forEach((function(n){"string"==typeof n&&(t[r][n]=o)})),t[r][i]=o})),t}}],e&&f(n.prototype,e),Object.defineProperty(n,"prototype",{writable:!1}),t}(),sn=[],cn={},ln={},fn=Object.keys(ln);function un(t,n){for(var e=arguments.length,a=new Array(e>2?e-2:0),r=2;r<e;r++)a[r-2]=arguments[r];var i=cn[t]||[];return i.forEach((function(t){n=t.apply(null,[n].concat(a))})),n}function dn(t){for(var n=arguments.length,e=new Array(n>1?n-1:0),a=1;a<n;a++)e[a-1]=arguments[a];var r=cn[t]||[];r.forEach((function(t){t.apply(null,e)}))}function mn(){var t=arguments[0],n=Array.prototype.slice.call(arguments,1);return ln[t]?ln[t].apply(null,n):void 0}function pn(t){"fa"===t.prefix&&(t.prefix="fas");var n=t.iconName,e=t.prefix||nn();if(n)return n=Qt(e,n)||n,Mt(vn.definitions,e,n)||Mt(Nt.styles,e,n)}var vn=new on,bn={i2svg:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return _?(dn("beforeI2svg",t),mn("pseudoElements2svg",t),mn("i2svg",t)):Promise.reject("Operation requires a DOM of some kind.")},watch:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.autoReplaceSvgRoot;!1===ut.autoReplaceSvg&&(ut.autoReplaceSvg=!0),ut.observeMutations=!0,St((function(){hn({autoReplaceSvgRoot:n}),dn("watch",t)}))}},gn={noAuto:function(){ut.autoReplaceSvg=!1,ut.observeMutations=!1,dn("noAuto")},config:ut,dom:bn,parse:{icon:function(t){if(null===t)return null;if("object"===l(t)&&t.prefix&&t.iconName)return{prefix:t.prefix,iconName:Qt(t.prefix,t.iconName)||t.iconName};if(Array.isArray(t)&&2===t.length){var n=0===t[1].indexOf("fa-")?t[1].slice(3):t[1],e=en(t[0]);return{prefix:e,iconName:Qt(e,n)||n}}if("string"==typeof t&&(t.indexOf("".concat(ut.cssPrefix,"-"))>-1||t.match(K))){var a=rn(t.split(" "),{skipLookups:!0});return{prefix:a.prefix||nn(),iconName:Qt(a.prefix,a.iconName)||a.iconName}}if("string"==typeof t){var r=nn();return{prefix:r,iconName:Qt(r,t)||t}}}},library:vn,findIconDefinition:pn,toHtml:Et},hn=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.autoReplaceSvgRoot,e=void 0===n?S:n;(Object.keys(Nt.styles).length>0||ut.autoFetchSvg)&&_&&ut.autoReplaceSvg&&gn.dom.i2svg({node:e})};function yn(t,n){return Object.defineProperty(t,"abstract",{get:n}),Object.defineProperty(t,"html",{get:function(){return t.abstract.map((function(t){return Et(t)}))}}),Object.defineProperty(t,"node",{get:function(){if(_){var n=S.createElement("div");return n.innerHTML=t.html,n.children}}}),t}function xn(t){var n=t.icons,e=n.main,a=n.mask,r=t.prefix,i=t.iconName,o=t.transform,s=t.symbol,l=t.title,f=t.maskId,u=t.titleId,d=t.extra,m=t.watchable,p=void 0!==m&&m,v=a.found?a:e,b=v.width,g=v.height,h="fak"===r,y=[ut.replacementClass,i?"".concat(ut.cssPrefix,"-").concat(i):""].filter((function(t){return-1===d.classes.indexOf(t)})).filter((function(t){return""!==t||!!t})).concat(d.classes).join(" "),x={children:[],attributes:c(c({},d.attributes),{},{"data-prefix":r,"data-icon":i,class:y,role:d.attributes.role||"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 ".concat(b," ").concat(g)})},k=h&&!~d.classes.indexOf("fa-fw")?{width:"".concat(b/g*16*.0625,"em")}:{};p&&(x.attributes[I]=""),l&&(x.children.push({tag:"title",attributes:{id:x.attributes["aria-labelledby"]||"title-".concat(u||vt())},children:[l]}),delete x.attributes.title);var w=c(c({},x),{},{prefix:r,iconName:i,main:e,mask:a,maskId:f,transform:o,symbol:s,styles:c(c({},k),d.styles)}),O=a.found&&e.found?mn("generateAbstractMask",w)||{children:[],attributes:{}}:mn("generateAbstractIcon",w)||{children:[],attributes:{}},C=O.children,j=O.attributes;return w.children=C,w.attributes=j,s?function(t){var n=t.prefix,e=t.iconName,a=t.children,r=t.attributes,i=t.symbol,o=!0===i?"".concat(n,"-").concat(ut.cssPrefix,"-").concat(e):i;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:c(c({},r),{},{id:o}),children:a}]}]}(w):function(t){var n=t.children,e=t.main,a=t.mask,r=t.attributes,i=t.styles,o=t.transform;if(xt(o)&&e.found&&!a.found){var s={x:e.width/e.height/2,y:.5};r.style=yt(c(c({},i),{},{"transform-origin":"".concat(s.x+o.x/16,"em ").concat(s.y+o.y/16,"em")}))}return[{tag:"svg",attributes:r,children:n}]}(w)}function kn(t){var n=t.content,e=t.width,a=t.height,r=t.transform,i=t.title,o=t.extra,s=t.watchable,l=void 0!==s&&s,f=c(c(c({},o.attributes),i?{title:i}:{}),{},{class:o.classes.join(" ")});l&&(f[I]="");var u=c({},o.styles);xt(r)&&(u.transform=function(t){var n=t.transform,e=t.width,a=void 0===e?16:e,r=t.height,i=void 0===r?16:r,o=t.startCentered,s=void 0!==o&&o,c="";return c+=s&&z?"translate(".concat(n.x/mt-a/2,"em, ").concat(n.y/mt-i/2,"em) "):s?"translate(calc(-50% + ".concat(n.x/mt,"em), calc(-50% + ").concat(n.y/mt,"em)) "):"translate(".concat(n.x/mt,"em, ").concat(n.y/mt,"em) "),(c+="scale(".concat(n.size/mt*(n.flipX?-1:1),", ").concat(n.size/mt*(n.flipY?-1:1),") "))+"rotate(".concat(n.rotate,"deg) ")}({transform:r,startCentered:!0,width:e,height:a}),u["-webkit-transform"]=u.transform);var d=yt(u);d.length>0&&(f.style=d);var m=[];return m.push({tag:"span",attributes:f,children:[n]}),i&&m.push({tag:"span",attributes:{class:"sr-only"},children:[i]}),m}function wn(t){var n=t.content,e=t.title,a=t.extra,r=c(c(c({},a.attributes),e?{title:e}:{}),{},{class:a.classes.join(" ")}),i=yt(a.styles);i.length>0&&(r.style=i);var o=[];return o.push({tag:"span",attributes:r,children:[n]}),e&&o.push({tag:"span",attributes:{class:"sr-only"},children:[e]}),o}var On=Nt.styles;function Cn(t){var n=t[0],e=t[1],a=d(t.slice(4),1)[0];return{found:!0,width:n,height:e,icon:Array.isArray(a)?{tag:"g",attributes:{class:"".concat(ut.cssPrefix,"-").concat(at)},children:[{tag:"path",attributes:{class:"".concat(ut.cssPrefix,"-").concat(it),fill:"currentColor",d:a[0]}},{tag:"path",attributes:{class:"".concat(ut.cssPrefix,"-").concat(rt),fill:"currentColor",d:a[1]}}]}:{tag:"path",attributes:{fill:"currentColor",d:a}}}}var jn={found:!1,width:512,height:512};function Nn(t,n){var e=n;return"fa"===n&&null!==ut.styleDefault&&(n=nn()),new Promise((function(a,r){if(mn("missingIconAbstract"),"fa"===e){var i=tn(t)||{};t=i.iconName||t,n=i.prefix||n}if(t&&n&&On[n]&&On[n][t])return a(Cn(On[n][t]));!function(t,n){H||ut.showMissingIcons||!t||console.error('Icon with name "'.concat(t,'" and prefix "').concat(n,'" is missing.'))}(t,n),a(c(c({},jn),{},{icon:ut.showMissingIcons&&t&&mn("missingIconAbstract")||{}}))}))}var An=function(){},Pn=ut.measurePerformance&&M&&M.mark&&M.measure?M:{mark:An,measure:An},Sn='FA "6.2.0"',En=function(t){return Pn.mark("".concat(Sn," ").concat(t," begins")),function(){return function(t){Pn.mark("".concat(Sn," ").concat(t," ends")),Pn.measure("".concat(Sn," ").concat(t),"".concat(Sn," ").concat(t," begins"),"".concat(Sn," ").concat(t," ends"))}(t)}},Mn=function(){};function _n(t){return"string"==typeof(t.getAttribute?t.getAttribute(I):null)}function zn(t){return S.createElementNS("http://www.w3.org/2000/svg",t)}function Ln(t){return S.createElement(t)}function In(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},e=n.ceFn,a=void 0===e?"svg"===t.tag?zn:Ln:e;if("string"==typeof t)return S.createTextNode(t);var r=a(t.tag);Object.keys(t.attributes||[]).forEach((function(n){r.setAttribute(n,t.attributes[n])}));var i=t.children||[];return i.forEach((function(t){r.appendChild(In(t,{ceFn:a}))})),r}var Tn={replace:function(t){var n=t[0];if(n.parentNode)if(t[1].forEach((function(t){n.parentNode.insertBefore(In(t),n)})),null===n.getAttribute(I)&&ut.keepOriginalSource){var e=S.createComment(function(t){var n=" ".concat(t.outerHTML," ");return"".concat(n,"Font Awesome fontawesome.com ")}(n));n.parentNode.replaceChild(e,n)}else n.remove()},nest:function(t){var n=t[0],e=t[1];if(~gt(n).indexOf(ut.replacementClass))return Tn.replace(t);var a=new RegExp("".concat(ut.cssPrefix,"-.*"));if(delete e[0].attributes.id,e[0].attributes.class){var r=e[0].attributes.class.split(" ").reduce((function(t,n){return n===ut.replacementClass||n.match(a)?t.toSvg.push(n):t.toNode.push(n),t}),{toNode:[],toSvg:[]});e[0].attributes.class=r.toSvg.join(" "),0===r.toNode.length?n.removeAttribute("class"):n.setAttribute("class",r.toNode.join(" "))}var i=e.map((function(t){return Et(t)})).join("\n");n.setAttribute(I,""),n.innerHTML=i}};function Rn(t){t()}function Dn(t,n){var e="function"==typeof n?n:Mn;if(0===t.length)e();else{var a=Rn;"async"===ut.mutateApproach&&(a=P.requestAnimationFrame||Rn),a((function(){var n=!0===ut.autoReplaceSvg?Tn.replace:Tn[ut.autoReplaceSvg]||Tn.replace,a=En("mutate");t.map(n),a(),e()}))}}var Fn=!1;function Yn(){Fn=!0}function Hn(){Fn=!1}var Wn=null;function Bn(t){if(E&&ut.observeMutations){var n=t.treeCallback,e=void 0===n?Mn:n,a=t.nodeCallback,r=void 0===a?Mn:a,i=t.pseudoElementsCallback,o=void 0===i?Mn:i,s=t.observeMutationsRoot,c=void 0===s?S:s;Wn=new E((function(t){if(!Fn){var n=nn();bt(t).forEach((function(t){if("childList"===t.type&&t.addedNodes.length>0&&!_n(t.addedNodes[0])&&(ut.searchPseudoElements&&o(t.target),e(t.target)),"attributes"===t.type&&t.target.parentNode&&ut.searchPseudoElements&&o(t.target.parentNode),"attributes"===t.type&&_n(t.target)&&~et.indexOf(t.attributeName))if("class"===t.attributeName&&function(t){var n=t.getAttribute?t.getAttribute(R):null,e=t.getAttribute?t.getAttribute(D):null;return n&&e}(t.target)){var a=rn(gt(t.target)),i=a.prefix,s=a.iconName;t.target.setAttribute(R,i||n),s&&t.target.setAttribute(D,s)}else(c=t.target)&&c.classList&&c.classList.contains&&c.classList.contains(ut.replacementClass)&&r(t.target);var c}))}})),_&&Wn.observe(c,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}function Vn(t){var n=t.getAttribute("style"),e=[];return n&&(e=n.split(";").reduce((function(t,n){var e=n.split(":"),a=e[0],r=e.slice(1);return a&&r.length>0&&(t[a]=r.join(":").trim()),t}),{})),e}function Un(t){var n,e,a=t.getAttribute("data-prefix"),r=t.getAttribute("data-icon"),i=void 0!==t.innerText?t.innerText.trim():"",o=rn(gt(t));return o.prefix||(o.prefix=nn()),a&&r&&(o.prefix=a,o.iconName=r),o.iconName&&o.prefix||(o.prefix&&i.length>0&&(o.iconName=(n=o.prefix,e=t.innerText,(Vt[n]||{})[e]||Jt(o.prefix,zt(t.innerText)))),!o.iconName&&ut.autoFetchSvg&&t.firstChild&&t.firstChild.nodeType===Node.TEXT_NODE&&(o.iconName=t.firstChild.data)),o}function Zn(t){var n=bt(t.attributes).reduce((function(t,n){return"class"!==t.name&&"style"!==t.name&&(t[n.name]=n.value),t}),{}),e=t.getAttribute("title"),a=t.getAttribute("data-fa-title-id");return ut.autoA11y&&(e?n["aria-labelledby"]="".concat(ut.replacementClass,"-title-").concat(a||vt()):(n["aria-hidden"]="true",n.focusable="false")),n}function qn(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{styleParser:!0},e=Un(t),a=e.iconName,r=e.prefix,i=e.rest,o=Zn(t),s=un("parseNodeAttributes",{},t),l=n.styleParser?Vn(t):[];return c({iconName:a,title:t.getAttribute("title"),titleId:t.getAttribute("data-fa-title-id"),prefix:r,transform:pt,mask:{iconName:null,prefix:null,rest:[]},maskId:null,symbol:!1,extra:{classes:i,styles:l,attributes:o}},s)}var Xn=Nt.styles;function Gn(t){var n="nest"===ut.autoReplaceSvg?qn(t,{styleParser:!1}):qn(t);return~n.extra.classes.indexOf($)?mn("generateLayersText",t,n):mn("generateSvgReplacementMutation",t,n)}var Kn=new Set;function $n(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(!_)return Promise.resolve();var e=S.documentElement.classList,a=function(t){return e.add("".concat(F,"-").concat(t))},r=function(t){return e.remove("".concat(F,"-").concat(t))},i=ut.autoFetchSvg?Kn:V.map((function(t){return"fa-".concat(t)})).concat(Object.keys(Xn));i.includes("fa")||i.push("fa");var o=[".".concat($,":not([").concat(I,"])")].concat(i.map((function(t){return".".concat(t,":not([").concat(I,"])")}))).join(", ");if(0===o.length)return Promise.resolve();var s=[];try{s=bt(t.querySelectorAll(o))}catch(t){}if(!(s.length>0))return Promise.resolve();a("pending"),r("complete");var c=En("onTree"),l=s.reduce((function(t,n){try{var e=Gn(n);e&&t.push(e)}catch(t){H||"MissingIcon"===t.name&&console.error(t)}return t}),[]);return new Promise((function(t,e){Promise.all(l).then((function(e){Dn(e,(function(){a("active"),a("complete"),r("pending"),"function"==typeof n&&n(),c(),t()}))})).catch((function(t){c(),e(t)}))}))}function Jn(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;Gn(t).then((function(t){t&&Dn([t],n)}))}V.map((function(t){Kn.add("fa-".concat(t))})),Object.keys(Z.classic).map(Kn.add.bind(Kn)),Object.keys(Z.sharp).map(Kn.add.bind(Kn)),Kn=m(Kn);var Qn=function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},e=n.transform,a=void 0===e?pt:e,r=n.symbol,i=void 0!==r&&r,o=n.mask,s=void 0===o?null:o,l=n.maskId,f=void 0===l?null:l,u=n.title,d=void 0===u?null:u,m=n.titleId,p=void 0===m?null:m,v=n.classes,b=void 0===v?[]:v,g=n.attributes,h=void 0===g?{}:g,y=n.styles,x=void 0===y?{}:y;if(t){var k=t.prefix,w=t.iconName,O=t.icon;return yn(c({type:"icon"},t),(function(){return dn("beforeDOMElementCreation",{iconDefinition:t,params:n}),ut.autoA11y&&(d?h["aria-labelledby"]="".concat(ut.replacementClass,"-title-").concat(p||vt()):(h["aria-hidden"]="true",h.focusable="false")),xn({icons:{main:Cn(O),mask:s?Cn(s.icon):{found:!1,width:null,height:null,icon:{}}},prefix:k,iconName:w,transform:c(c({},pt),a),symbol:i,title:d,maskId:f,titleId:p,extra:{attributes:h,styles:x,classes:b}})}))}},te={mixout:function(){return{icon:(t=Qn,function(n){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=(n||{}).icon?n:pn(n||{}),r=e.mask;return r&&(r=(r||{}).icon?r:pn(r||{})),t(a,c(c({},e),{},{mask:r}))})};var t},hooks:function(){return{mutationObserverCallbacks:function(t){return t.treeCallback=$n,t.nodeCallback=Jn,t}}},provides:function(t){t.i2svg=function(t){var n=t.node,e=void 0===n?S:n,a=t.callback;return $n(e,void 0===a?function(){}:a)},t.generateSvgReplacementMutation=function(t,n){var e=n.iconName,a=n.title,r=n.titleId,i=n.prefix,o=n.transform,s=n.symbol,c=n.mask,l=n.maskId,f=n.extra;return new Promise((function(n,u){Promise.all([Nn(e,i),c.iconName?Nn(c.iconName,c.prefix):Promise.resolve({found:!1,width:512,height:512,icon:{}})]).then((function(c){var u=d(c,2),m=u[0],p=u[1];n([t,xn({icons:{main:m,mask:p},prefix:i,iconName:e,transform:o,symbol:s,maskId:l,title:a,titleId:r,extra:f,watchable:!0})])})).catch(u)}))},t.generateAbstractIcon=function(t){var n,e=t.children,a=t.attributes,r=t.main,i=t.transform,o=yt(t.styles);return o.length>0&&(a.style=o),xt(i)&&(n=mn("generateAbstractTransformGrouping",{main:r,transform:i,containerWidth:r.width,iconWidth:r.width})),e.push(n||r.icon),{children:e,attributes:a}}}},ne={mixout:function(){return{layer:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},e=n.classes,a=void 0===e?[]:e;return yn({type:"layer"},(function(){dn("beforeDOMElementCreation",{assembler:t,params:n});var e=[];return t((function(t){Array.isArray(t)?t.map((function(t){e=e.concat(t.abstract)})):e=e.concat(t.abstract)})),[{tag:"span",attributes:{class:["".concat(ut.cssPrefix,"-layers")].concat(m(a)).join(" ")},children:e}]}))}}}},ee={mixout:function(){return{counter:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},e=n.title,a=void 0===e?null:e,r=n.classes,i=void 0===r?[]:r,o=n.attributes,s=void 0===o?{}:o,c=n.styles,l=void 0===c?{}:c;return yn({type:"counter",content:t},(function(){return dn("beforeDOMElementCreation",{content:t,params:n}),wn({content:t.toString(),title:a,extra:{attributes:s,styles:l,classes:["".concat(ut.cssPrefix,"-layers-counter")].concat(m(i))}})}))}}}},ae={mixout:function(){return{text:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},e=n.transform,a=void 0===e?pt:e,r=n.title,i=void 0===r?null:r,o=n.classes,s=void 0===o?[]:o,l=n.attributes,f=void 0===l?{}:l,u=n.styles,d=void 0===u?{}:u;return yn({type:"text",content:t},(function(){return dn("beforeDOMElementCreation",{content:t,params:n}),kn({content:t,transform:c(c({},pt),a),title:i,extra:{attributes:f,styles:d,classes:["".concat(ut.cssPrefix,"-layers-text")].concat(m(s))}})}))}}},provides:function(t){t.generateLayersText=function(t,n){var e=n.title,a=n.transform,r=n.extra,i=null,o=null;if(z){var s=parseInt(getComputedStyle(t).fontSize,10),c=t.getBoundingClientRect();i=c.width/s,o=c.height/s}return ut.autoA11y&&!e&&(r.attributes["aria-hidden"]="true"),Promise.resolve([t,kn({content:t.innerHTML,width:i,height:o,transform:a,title:e,extra:r,watchable:!0})])}}},re=new RegExp('"',"ug"),ie=[1105920,1112319];function oe(t,n){var e="".concat("data-fa-pseudo-element-pending").concat(n.replace(":","-"));return new Promise((function(a,r){if(null!==t.getAttribute(e))return a();var i,o,s,l=bt(t.children).filter((function(t){return t.getAttribute(T)===n}))[0],f=P.getComputedStyle(t,n),u=f.getPropertyValue("font-family").match(J),d=f.getPropertyValue("font-weight"),m=f.getPropertyValue("content");if(l&&!u)return t.removeChild(l),a();if(u&&"none"!==m&&""!==m){var p=f.getPropertyValue("content"),v=~["Sharp"].indexOf(u[2])?B:W,b=~["Solid","Regular","Light","Thin","Duotone","Brands","Kit"].indexOf(u[2])?q[v][u[2].toLowerCase()]:Q[v][d],g=function(t){var n,e,a,r,i=t.replace(re,""),o=(0,a=(n=i).length,(r=n.charCodeAt(0))>=55296&&r<=56319&&a>1&&(e=n.charCodeAt(1))>=56320&&e<=57343?1024*(r-55296)+e-56320+65536:r),s=o>=ie[0]&&o<=ie[1],c=2===i.length&&i[0]===i[1];return{value:zt(c?i[0]:i),isSecondary:s||c}}(p),h=g.value,y=g.isSecondary,x=u[0].startsWith("FontAwesome"),k=Jt(b,h),w=k;if(x){var O=(o=Zt[i=h],s=Jt("fas",i),o||(s?{prefix:"fas",iconName:s}:null)||{prefix:null,iconName:null});O.iconName&&O.prefix&&(k=O.iconName,b=O.prefix)}if(!k||y||l&&l.getAttribute(R)===b&&l.getAttribute(D)===w)a();else{t.setAttribute(e,w),l&&t.removeChild(l);var C={iconName:null,title:null,titleId:null,prefix:null,transform:pt,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}},j=C.extra;j.attributes[T]=n,Nn(k,b).then((function(r){var i=xn(c(c({},C),{},{icons:{main:r,mask:{prefix:null,iconName:null,rest:[]}},prefix:b,iconName:w,extra:j,watchable:!0})),o=S.createElement("svg");"::before"===n?t.insertBefore(o,t.firstChild):t.appendChild(o),o.outerHTML=i.map((function(t){return Et(t)})).join("\n"),t.removeAttribute(e),a()})).catch(r)}}else a()}))}function se(t){return Promise.all([oe(t,"::before"),oe(t,"::after")])}function ce(t){return!(t.parentNode===document.head||~Y.indexOf(t.tagName.toUpperCase())||t.getAttribute(T)||t.parentNode&&"svg"===t.parentNode.tagName)}function le(t){if(_)return new Promise((function(n,e){var a=bt(t.querySelectorAll("*")).filter(ce).map(se),r=En("searchPseudoElements");Yn(),Promise.all(a).then((function(){r(),Hn(),n()})).catch((function(){r(),Hn(),e()}))}))}var fe=!1,ue=function(t){return t.toLowerCase().split(" ").reduce((function(t,n){var e=n.toLowerCase().split("-"),a=e[0],r=e.slice(1).join("-");if(a&&"h"===r)return t.flipX=!0,t;if(a&&"v"===r)return t.flipY=!0,t;if(r=parseFloat(r),isNaN(r))return t;switch(a){case"grow":t.size=t.size+r;break;case"shrink":t.size=t.size-r;break;case"left":t.x=t.x-r;break;case"right":t.x=t.x+r;break;case"up":t.y=t.y-r;break;case"down":t.y=t.y+r;break;case"rotate":t.rotate=t.rotate+r}return t}),{size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0})},de={mixout:function(){return{parse:{transform:function(t){return ue(t)}}}},hooks:function(){return{parseNodeAttributes:function(t,n){var e=n.getAttribute("data-fa-transform");return e&&(t.transform=ue(e)),t}}},provides:function(t){t.generateAbstractTransformGrouping=function(t){var n=t.main,e=t.transform,a=t.containerWidth,r=t.iconWidth,i={transform:"translate(".concat(a/2," 256)")},o="translate(".concat(32*e.x,", ").concat(32*e.y,") "),s="scale(".concat(e.size/16*(e.flipX?-1:1),", ").concat(e.size/16*(e.flipY?-1:1),") "),l="rotate(".concat(e.rotate," 0 0)"),f={outer:i,inner:{transform:"".concat(o," ").concat(s," ").concat(l)},path:{transform:"translate(".concat(r/2*-1," -256)")}};return{tag:"g",attributes:c({},f.outer),children:[{tag:"g",attributes:c({},f.inner),children:[{tag:n.icon.tag,children:n.icon.children,attributes:c(c({},n.icon.attributes),f.path)}]}]}}}},me={x:0,y:0,width:"100%",height:"100%"};function pe(t){var n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return t.attributes&&(t.attributes.fill||n)&&(t.attributes.fill="black"),t}var ve,be={hooks:function(){return{parseNodeAttributes:function(t,n){var e=n.getAttribute("data-fa-mask"),a=e?rn(e.split(" ").map((function(t){return t.trim()}))):{prefix:null,iconName:null,rest:[]};return a.prefix||(a.prefix=nn()),t.mask=a,t.maskId=n.getAttribute("data-fa-mask-id"),t}}},provides:function(t){t.generateAbstractMask=function(t){var n,e=t.children,a=t.attributes,r=t.main,i=t.mask,o=t.maskId,s=t.transform,l=r.width,f=r.icon,u=i.width,d=i.icon,m=function(t){var n=t.transform,e=t.iconWidth,a={transform:"translate(".concat(t.containerWidth/2," 256)")},r="translate(".concat(32*n.x,", ").concat(32*n.y,") "),i="scale(".concat(n.size/16*(n.flipX?-1:1),", ").concat(n.size/16*(n.flipY?-1:1),") "),o="rotate(".concat(n.rotate," 0 0)");return{outer:a,inner:{transform:"".concat(r," ").concat(i," ").concat(o)},path:{transform:"translate(".concat(e/2*-1," -256)")}}}({transform:s,containerWidth:u,iconWidth:l}),p={tag:"rect",attributes:c(c({},me),{},{fill:"white"})},v=f.children?{children:f.children.map(pe)}:{},b={tag:"g",attributes:c({},m.inner),children:[pe(c({tag:f.tag,attributes:c(c({},f.attributes),m.path)},v))]},g={tag:"g",attributes:c({},m.outer),children:[b]},h="mask-".concat(o||vt()),y="clip-".concat(o||vt()),x={tag:"mask",attributes:c(c({},me),{},{id:h,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[p,g]},k={tag:"defs",children:[{tag:"clipPath",attributes:{id:y},children:(n=d,"g"===n.tag?n.children:[n])},x]};return e.push(k,{tag:"rect",attributes:c({fill:"currentColor","clip-path":"url(#".concat(y,")"),mask:"url(#".concat(h,")")},me)}),{children:e,attributes:a}}}},ge={provides:function(t){var n=!1;P.matchMedia&&(n=P.matchMedia("(prefers-reduced-motion: reduce)").matches),t.missingIconAbstract=function(){var t=[],e={fill:"currentColor"},a={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};t.push({tag:"path",attributes:c(c({},e),{},{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"})});var r=c(c({},a),{},{attributeName:"opacity"}),i={tag:"circle",attributes:c(c({},e),{},{cx:"256",cy:"364",r:"28"}),children:[]};return n||i.children.push({tag:"animate",attributes:c(c({},a),{},{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:c(c({},r),{},{values:"1;0;1;1;0;1;"})}),t.push(i),t.push({tag:"path",attributes:c(c({},e),{},{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:n?[]:[{tag:"animate",attributes:c(c({},r),{},{values:"1;0;0;0;0;1;"})}]}),n||t.push({tag:"path",attributes:c(c({},e),{},{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:c(c({},r),{},{values:"0;0;1;1;0;0;"})}]}),{tag:"g",attributes:{class:"missing"},children:t}}}};ve={mixoutsTo:gn}.mixoutsTo,sn=[Ct,te,ne,ee,ae,{hooks:function(){return{mutationObserverCallbacks:function(t){return t.pseudoElementsCallback=le,t}}},provides:function(t){t.pseudoElements2svg=function(t){var n=t.node,e=void 0===n?S:n;ut.searchPseudoElements&&le(e)}}},{mixout:function(){return{dom:{unwatch:function(){Yn(),fe=!0}}}},hooks:function(){return{bootstrap:function(){Bn(un("mutationObserverCallbacks",{}))},noAuto:function(){Wn&&Wn.disconnect()},watch:function(t){var n=t.observeMutationsRoot;fe?Hn():Bn(un("mutationObserverCallbacks",{observeMutationsRoot:n}))}}}},de,be,ge,{hooks:function(){return{parseNodeAttributes:function(t,n){var e=n.getAttribute("data-fa-symbol"),a=null!==e&&(""===e||e);return t.symbol=a,t}}}}],cn={},Object.keys(ln).forEach((function(t){-1===fn.indexOf(t)&&delete ln[t]})),sn.forEach((function(t){var n=t.mixout?t.mixout():{};if(Object.keys(n).forEach((function(t){"function"==typeof n[t]&&(ve[t]=n[t]),"object"===l(n[t])&&Object.keys(n[t]).forEach((function(e){ve[t]||(ve[t]={}),ve[t][e]=n[t][e]}))})),t.hooks){var e=t.hooks();Object.keys(e).forEach((function(t){cn[t]||(cn[t]=[]),cn[t].push(e[t])}))}t.provides&&t.provides(ln)}));var he=gn.parse,ye=gn.icon,xe=e(652),ke=e.n(xe);function we(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);n&&(a=a.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),e.push.apply(e,a)}return e}function Oe(t){for(var n=1;n<arguments.length;n++){var e=null!=arguments[n]?arguments[n]:{};n%2?we(Object(e),!0).forEach((function(n){je(t,n,e[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):we(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}))}return t}function Ce(t){return Ce="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ce(t)}function je(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t}function Ne(t,n){if(null==t)return{};var e,a,r=function(t,n){if(null==t)return{};var e,a,r={},i=Object.keys(t);for(a=0;a<i.length;a++)e=i[a],n.indexOf(e)>=0||(r[e]=t[e]);return r}(t,n);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(a=0;a<i.length;a++)e=i[a],n.indexOf(e)>=0||Object.prototype.propertyIsEnumerable.call(t,e)&&(r[e]=t[e])}return r}function Ae(t){return function(t){if(Array.isArray(t))return Pe(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,n){if(t){if("string"==typeof t)return Pe(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?Pe(t,n):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Pe(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,a=new Array(n);e<n;e++)a[e]=t[e];return a}function Se(t){return n=t,(n-=0)==n?t:(t=t.replace(/[\-_\s]+(.)?/g,(function(t,n){return n?n.toUpperCase():""}))).substr(0,1).toLowerCase()+t.substr(1);var n}var Ee=["style"];function Me(t){return t.split(";").map((function(t){return t.trim()})).filter((function(t){return t})).reduce((function(t,n){var e,a=n.indexOf(":"),r=Se(n.slice(0,a)),i=n.slice(a+1).trim();return r.startsWith("webkit")?t[(e=r,e.charAt(0).toUpperCase()+e.slice(1))]=i:t[r]=i,t}),{})}var _e=!1;try{_e=!0}catch(t){}function ze(t){return t&&"object"===Ce(t)&&t.prefix&&t.iconName&&t.icon?t:he.icon?he.icon(t):null===t?null:t&&"object"===Ce(t)&&t.prefix&&t.iconName?t:Array.isArray(t)&&2===t.length?{prefix:t[0],iconName:t[1]}:"string"==typeof t?{prefix:"fas",iconName:t}:void 0}function Le(t,n){return Array.isArray(n)&&n.length>0||!Array.isArray(n)&&n?je({},t,n):{}}var Ie=r().forwardRef((function(t,n){var e=t.icon,a=t.mask,r=t.symbol,i=t.className,o=t.title,s=t.titleId,c=t.maskId,l=ze(e),f=Le("classes",[].concat(Ae(function(t){var n,e=t.beat,a=t.fade,r=t.beatFade,i=t.bounce,o=t.shake,s=t.flash,c=t.spin,l=t.spinPulse,f=t.spinReverse,u=t.pulse,d=t.fixedWidth,m=t.inverse,p=t.border,v=t.listItem,b=t.flip,g=t.size,h=t.rotation,y=t.pull,x=(je(n={"fa-beat":e,"fa-fade":a,"fa-beat-fade":r,"fa-bounce":i,"fa-shake":o,"fa-flash":s,"fa-spin":c,"fa-spin-reverse":f,"fa-spin-pulse":l,"fa-pulse":u,"fa-fw":d,"fa-inverse":m,"fa-border":p,"fa-li":v,"fa-flip":!0===b,"fa-flip-horizontal":"horizontal"===b||"both"===b,"fa-flip-vertical":"vertical"===b||"both"===b},"fa-".concat(g),null!=g),je(n,"fa-rotate-".concat(h),null!=h&&0!==h),je(n,"fa-pull-".concat(y),null!=y),je(n,"fa-swap-opacity",t.swapOpacity),n);return Object.keys(x).map((function(t){return x[t]?t:null})).filter((function(t){return t}))}(t)),Ae(i.split(" ")))),u=Le("transform","string"==typeof t.transform?he.transform(t.transform):t.transform),d=Le("mask",ze(a)),m=ye(l,Oe(Oe(Oe(Oe({},f),u),d),{},{symbol:r,title:o,titleId:s,maskId:c}));if(!m)return function(){var t;!_e&&console&&"function"==typeof console.error&&(t=console).error.apply(t,arguments)}("Could not find icon",l),null;var p=m.abstract,v={ref:n};return Object.keys(t).forEach((function(n){Ie.defaultProps.hasOwnProperty(n)||(v[n]=t[n])})),Te(p[0],v)}));Ie.displayName="FontAwesomeIcon",Ie.propTypes={beat:ke().bool,border:ke().bool,beatFade:ke().bool,bounce:ke().bool,className:ke().string,fade:ke().bool,flash:ke().bool,mask:ke().oneOfType([ke().object,ke().array,ke().string]),maskId:ke().string,fixedWidth:ke().bool,inverse:ke().bool,flip:ke().oneOf([!0,!1,"horizontal","vertical","both"]),icon:ke().oneOfType([ke().object,ke().array,ke().string]),listItem:ke().bool,pull:ke().oneOf(["right","left"]),pulse:ke().bool,rotation:ke().oneOf([0,90,180,270]),shake:ke().bool,size:ke().oneOf(["2xs","xs","sm","lg","xl","2xl","1x","2x","3x","4x","5x","6x","7x","8x","9x","10x"]),spin:ke().bool,spinPulse:ke().bool,spinReverse:ke().bool,symbol:ke().oneOfType([ke().bool,ke().string]),title:ke().string,titleId:ke().string,transform:ke().oneOfType([ke().string,ke().object]),swapOpacity:ke().bool},Ie.defaultProps={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};var Te=function t(n,e){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if("string"==typeof e)return e;var r=(e.children||[]).map((function(e){return t(n,e)})),i=Object.keys(e.attributes||{}).reduce((function(t,n){var a=e.attributes[n];switch(n){case"class":t.attrs.className=a,delete e.attributes.class;break;case"style":t.attrs.style=Me(a);break;default:0===n.indexOf("aria-")||0===n.indexOf("data-")?t.attrs[n.toLowerCase()]=a:t.attrs[Se(n)]=a}return t}),{attrs:{}}),o=a.style,s=void 0===o?{}:o,c=Ne(a,Ee);return i.attrs.style=Oe(Oe({},i.attrs.style),s),n.apply(void 0,[e.tag,Oe(Oe({},i.attrs),c)].concat(Ae(r)))}.bind(null,r().createElement),Re=function(){return Re=Object.assign||function(t){for(var n,e=1,a=arguments.length;e<a;e++)for(var r in n=arguments[e])Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r]);return t},Re.apply(this,arguments)};function De(n){var e=n.icon,a=n.size,r=void 0===a?4:a,i=n.color;return null==e?null:Array.isArray(null==e?void 0:e.icon)?(0,t.jsx)(Ie,{icon:e,className:o("h-".concat(r),!i&&"text-slate-800 dark:text-slate-100"),color:i}):(0,t.jsx)("div",Re({className:o("h-".concat(r," w-").concat(r),!i&&"fill-slate-800 dark:fill-slate-100 text-slate-800 dark:text-slate-100"),style:i?{fill:i}:void 0},{children:e}))}var Fe=function(){return Fe=Object.assign||function(t){for(var n,e=1,a=arguments.length;e<a;e++)for(var r in n=arguments[e])Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r]);return t},Fe.apply(this,arguments)};function Ye(n){var e=n.open;return(0,t.jsx)("svg",Fe({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 384 512",className:"h-3 w-3",style:{fill:"currentColor",transform:e?"rotate(90deg)":void 0}},{children:(0,t.jsx)("path",{d:"M342.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L274.7 256 105.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"})}))}const He=function(n){var e=n.title,a=n.description,r=n.open,i=n.setOpen,s=n.icon,c=n.iconColor,l=n.isRounded,f=n.coverClass;return(0,t.jsxs)("button",Fe({onClick:function(){return i(!r)},className:o("not-prose flex flex-row items-center content-center w-full",l&&"rounded-t-xl",l&&!r&&"rounded-b-xl",f),"aria-controls":e+"Children","aria-expanded":r},{children:[(0,t.jsx)(Ye,{open:r}),(0,t.jsx)(De,{icon:s,color:c}),(0,t.jsxs)("div",Fe({className:"leading-tight text-left"},{children:[(0,t.jsx)("p",Fe({className:"m-0 font-medium text-slate-900 dark:text-slate-200"},{children:e})),a?(0,t.jsx)("p",Fe({className:"m-0 text-slate-900 dark:text-slate-200"},{children:a})):null]}))]}))};var We=function(){return We=Object.assign||function(t){for(var n,e=1,a=arguments.length;e<a;e++)for(var r in n=arguments[e])Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r]);return t},We.apply(this,arguments)};const Be=function(e){var a=e.title,r=e.description,i=e.defaultOpen,s=void 0!==i&&i,c=e.icon,l=e.iconColor,f=e.onChange,u=e.variant,d=void 0===u?"rounded":u,m=e.children,p=(0,n.useState)(s),v=p[0],b=p[1],g=function(t){return"minimalist"===t?{parentClass:"",coverClass:"[&>div]:ml-2 py-1 text-slate-700 hover:text-slate-900 dark:text-slate-400 dark:hover:text-slate-200",contentClass:"mt-2 pt-1 mb-4 mx-[7px] px-4 border-l border-slate-100 dark:border-slate-800"}:{parentClass:"border dark:border-slate-800 rounded-xl mb-3",coverClass:"py-4 px-5 space-x-2 hover:bg-slate-100 hover:dark:bg-slate-800",contentClass:"mt-2 mb-4 mx-6"}}(d),h=g.parentClass,y=g.coverClass,x=g.contentClass;return(0,t.jsxs)("div",We({role:"listitem",className:h},{children:[(0,t.jsx)(He,{title:a,description:r,open:v,setOpen:function(t){b(t),f&&f(t)},icon:c,iconColor:l,isRounded:"rounded"===d,coverClass:y}),(0,t.jsx)("dd",We({className:o(x,!v&&"hidden")},{children:m}))]}),a)};var Ve=function(){return Ve=Object.assign||function(t){for(var n,e=1,a=arguments.length;e<a;e++)for(var r in n=arguments[e])Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r]);return t},Ve.apply(this,arguments)};const Ue=function(n){var e=n.children;return(0,t.jsx)("div",Ve({className:"[&>div]:border-0 [&>div]:rounded-none [&>div>button]:rounded-none [&>div]:mb-0 overflow-hidden mt-0 mb-3 rounded-xl prose prose-slate dark:prose-dark divide-y divide-inherit border dark:border-slate-800",role:"list"},{children:e}))};var Ze=function(){return Ze=Object.assign||function(t){for(var n,e=1,a=arguments.length;e<a;e++)for(var r in n=arguments[e])Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r]);return t},Ze.apply(this,arguments)},qe={indigo:["bg-indigo-50 text-indigo-600 hover:bg-indigo-200 hover:text-indigo-700 focus:ring-indigo-500","text-indigo-300 group-hover:text-indigo-400"],pink:["bg-pink-50 text-pink-600 hover:bg-pink-100 hover:text-pink-700 focus:ring-pink-600","text-pink-300 group-hover:text-pink-400"],sky:["bg-sky-50 text-sky-600 hover:bg-sky-100 hover:text-sky-700 focus:ring-sky-600","text-sky-300 group-hover:text-sky-400"],blue:["bg-blue-50 text-blue-600 hover:bg-blue-100 hover:text-blue-700 focus:ring-blue-600","text-blue-300 group-hover:text-blue-400"],gray:["bg-slate-100 text-slate-700 hover:bg-slate-200 hover:text-slate-900 focus:ring-slate-500","text-slate-300 group-hover:text-slate-400"]},Xe=Ze(Ze({},qe),{gray:["dark:bg-slate-700 dark:text-slate-100 dark:hover:bg-slate-600 dark:hover:text-white dark:focus:ring-slate-500","dark:text-slate-500 dark:group-hover:text-slate-400"],sky:["dark:bg-sky-500 dark:text-sky-50 dark:hover:bg-sky-400 dark:hover:text-white dark:focus:ring-sky-200","dark:text-sky-300 dark:group-hover:text-sky-100"]});function Ge(n){var e=n.color,a=void 0===e?"gray":e,r=n.darkColor,i=void 0===r?a:r,s=n.href,c=n.children,l=n.className,f=void 0===l?"":l,u=n.reverse,d=void 0!==u&&u,m=function(t,n){var e={};for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&n.indexOf(a)<0&&(e[a]=t[a]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(a=Object.getOwnPropertySymbols(t);r<a.length;r++)n.indexOf(a[r])<0&&Object.prototype.propertyIsEnumerable.call(t,a[r])&&(e[a[r]]=t[a[r]])}return e}(n,["color","darkColor","href","children","className","reverse"]),p="string"==typeof a?qe[a]:a,v="string"==typeof i?Xe[i]||[]:i;return(0,t.jsxs)("a",Ze({className:o("group inline-flex items-center h-9 rounded-full text-sm font-semibold whitespace-nowrap px-3 focus:outline-none focus:ring-2",p[0],v[0],f,d&&"flex-row-reverse")},m,{href:s},{children:[c,(0,t.jsx)("svg",Ze({className:o("overflow-visible",d?"mr-3":"ml-3",p[1],v[1]),width:"3",height:"6",viewBox:"0 0 3 6",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},{children:(0,t.jsx)("path",{d:d?"M3 0L0 3L3 6":"M0 0L3 3L0 6"})}))]}))}var Ke=function(){return Ke=Object.assign||function(t){for(var n,e=1,a=arguments.length;e<a;e++)for(var r in n=arguments[e])Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r]);return t},Ke.apply(this,arguments)};function $e(e){var a=e.title,r=e.icon,i=e.iconColor,s=e.hoverHighlightColour,c=e.children,l=(0,n.useState)(!1),f=l[0],u=l[1];return(0,t.jsxs)("div",Ke({className:o("not-prose group relative my-2 ring-2 ring-transparent rounded-xl border border-slate-200 dark:border-slate-800 overflow-hidden px-6 py-5 w-full",s&&"cursor-pointer"),style:s&&f?{borderColor:s}:void 0,onMouseEnter:function(){u(!0)},onMouseLeave:function(){u(!1)}},{children:[(0,t.jsx)(De,{icon:r,size:6,color:i}),(0,t.jsx)("h2",Ke({className:o("font-semibold text-base text-slate-800 dark:text-white",null!=r&&"mt-4")},{children:a})),(0,t.jsx)("p",Ke({className:o("mt-1",a?"text-slate-600 dark:text-slate-400":"text-slate-700 dark:text-slate-300")},{children:c}))]}))}var Je=function(){return Je=Object.assign||function(t){for(var n,e=1,a=arguments.length;e<a;e++)for(var r in n=arguments[e])Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r]);return t},Je.apply(this,arguments)};function Qe(n){var e=n.children,a=n.cols,r=void 0===a?2:a;return(0,t.jsx)("div",Je({className:"grid sm:grid-cols-".concat(r," gap-x-4")},{children:e}))}var ta=function(){return ta=Object.assign||function(t){for(var n,e=1,a=arguments.length;e<a;e++)for(var r in n=arguments[e])Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r]);return t},ta.apply(this,arguments)};function na(n){var e=n.children,a=n.icon,r=n.className;return(0,t.jsx)("div",ta({className:"px-4 py-4 mb-4 rounded-xl ".concat(r)},{children:(0,t.jsxs)("div",ta({className:"flex items-start space-x-3"},{children:[(0,t.jsx)("div",ta({className:"mt-0.5 w-4"},{children:a})),(0,t.jsx)("div",ta({className:"flex-1 font-medium text-sm prose dark:text-slate-50"},{children:e}))]}))}))}function ea(n){var e=n.children;return(0,t.jsx)(na,ta({className:"bg-slate-100 dark:bg-slate-600",icon:(0,t.jsx)("svg",ta({viewBox:"0 0 20 20",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",className:"flex-none w-5 h-5 text-slate-400 dark:text-slate-300","aria-label":"Info"},{children:(0,t.jsx)("path",{d:"M8 0C3.58125 0 0 3.58125 0 8C0 12.4187 3.58125 16 8 16C12.4187 16 16 12.4187 16 8C16 3.58125 12.4187 0 8 0ZM8 14.5C4.41563 14.5 1.5 11.5841 1.5 8C1.5 4.41594 4.41563 1.5 8 1.5C11.5844 1.5 14.5 4.41594 14.5 8C14.5 11.5841 11.5844 14.5 8 14.5ZM9.25 10.5H8.75V7.75C8.75 7.3375 8.41563 7 8 7H7C6.5875 7 6.25 7.3375 6.25 7.75C6.25 8.1625 6.5875 8.5 7 8.5H7.25V10.5H6.75C6.3375 10.5 6 10.8375 6 11.25C6 11.6625 6.3375 12 6.75 12H9.25C9.66406 12 10 11.6641 10 11.25C10 10.8359 9.66563 10.5 9.25 10.5ZM8 6C8.55219 6 9 5.55219 9 5C9 4.44781 8.55219 4 8 4C7.44781 4 7 4.44687 7 5C7 5.55313 7.44687 6 8 6Z"})}))},{children:e}))}function aa(n){var e=n.children;return(0,t.jsx)(na,ta({icon:(0,t.jsx)("svg",ta({className:"flex-none w-5 h-5 text-yellow-400 dark:text-yellow-300/80",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,"aria-label":"Warning"},{children:(0,t.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"})})),className:"bg-amber-50 dark:bg-yellow-500/40"},{children:e}))}function ra(n){var e=n.children;return(0,t.jsx)(na,ta({icon:(0,t.jsx)("svg",ta({width:"14",height:"14",viewBox:"0 0 14 14",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",className:"w-4 h-4 text-sky-500","aria-label":"Note"},{children:(0,t.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 1.3C10.14 1.3 12.7 3.86 12.7 7C12.7 10.14 10.14 12.7 7 12.7C5.48908 12.6974 4.0408 12.096 2.97241 11.0276C1.90403 9.9592 1.30264 8.51092 1.3 7C1.3 3.86 3.86 1.3 7 1.3ZM7 0C3.14 0 0 3.14 0 7C0 10.86 3.14 14 7 14C10.86 14 14 10.86 14 7C14 3.14 10.86 0 7 0ZM8 3H6V8H8V3ZM8 9H6V11H8V9Z"})})),className:"bg-sky-100 dark:bg-sky-900"},{children:e}))}function ia(n){var e=n.children;return(0,t.jsx)(na,ta({icon:(0,t.jsx)("svg",ta({width:"11",height:"14",viewBox:"0 0 11 14",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",className:"text-green-600 dark:text-green-400/80 w-3.5 h-auto","aria-label":"Tip"},{children:(0,t.jsx)("path",{d:"M3.12794 12.4232C3.12794 12.5954 3.1776 12.7634 3.27244 12.907L3.74114 13.6095C3.88471 13.8248 4.21067 14 4.46964 14H6.15606C6.41415 14 6.74017 13.825 6.88373 13.6095L7.3508 12.9073C7.43114 12.7859 7.49705 12.569 7.49705 12.4232L7.50055 11.3513H3.12521L3.12794 12.4232ZM5.31288 0C2.52414 0.00875889 0.5 2.26889 0.5 4.78826C0.5 6.00188 0.949566 7.10829 1.69119 7.95492C2.14321 8.47011 2.84901 9.54727 3.11919 10.4557C3.12005 10.4625 3.12175 10.4698 3.12261 10.4771H7.50342C7.50427 10.4698 7.50598 10.463 7.50684 10.4557C7.77688 9.54727 8.48281 8.47011 8.93484 7.95492C9.67728 7.13181 10.1258 6.02703 10.1258 4.78826C10.1258 2.15486 7.9709 0.000106649 5.31288 0ZM7.94902 7.11267C7.52078 7.60079 6.99082 8.37878 6.6077 9.18794H4.02051C3.63739 8.37878 3.10743 7.60079 2.67947 7.11294C2.11997 6.47551 1.8126 5.63599 1.8126 4.78826C1.8126 3.09829 3.12794 1.31944 5.28827 1.3126C7.2435 1.3126 8.81315 2.88226 8.81315 4.78826C8.81315 5.63599 8.50688 6.47551 7.94902 7.11267ZM4.87534 2.18767C3.66939 2.18767 2.68767 3.16939 2.68767 4.37534C2.68767 4.61719 2.88336 4.81288 3.12521 4.81288C3.36705 4.81288 3.56274 4.61599 3.56274 4.37534C3.56274 3.6515 4.1515 3.06274 4.87534 3.06274C5.11719 3.06274 5.31288 2.86727 5.31288 2.62548C5.31288 2.38369 5.11599 2.18767 4.87534 2.18767Z"})})),className:"bg-green-100/80 dark:bg-green-900"},{children:e}))}function oa(n){var e=n.children;return(0,t.jsx)(na,ta({icon:(0,t.jsx)("svg",ta({className:"text-green-600 dark:text-green-400/80 w-3.5 h-auto",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 448 512","aria-label":"Check"},{children:(0,t.jsx)("path",{d:"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z"})})),className:"bg-green-100/80 dark:bg-green-900"},{children:e}))}var sa=function(){return sa=Object.assign||function(t){for(var n,e=1,a=arguments.length;e<a;e++)for(var r in n=arguments[e])Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r]);return t},sa.apply(this,arguments)},ca={none:"",md:"p-8"};function la(n){var e=n.as,a=void 0===e?"div":e,r=n.style,i=n.className,s=n.containerClassName,c=n.html,l=n.children,f=n.hint,u=n.padding,d=void 0===u?"md":u,m=n.lightOnly,p=void 0!==m&&m,v=ca[d];return(0,t.jsxs)("div",sa({className:s},{children:[void 0!==f&&(0,t.jsxs)("div",sa({className:"not-prose mb-4 flex items-center space-x-2"},{children:[(0,t.jsx)("svg",sa({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",className:"flex-none w-4 h-4 fill-slate-400 dark:fill-slate-300"},{children:(0,t.jsx)("path",{d:"M224 320c0 17.69 14.33 32 32 32h64c17.67 0 32-14.31 32-32s-14.33-32-32-32h-64C238.3 288 224 302.3 224 320zM267.6 256H352c17.67 0 32-14.31 32-32s-14.33-32-32-32h-80v40C272 240.5 270.3 248.5 267.6 256zM272 160H480c17.67 0 32-14.31 32-32s-14.33-32-32-32h-208.8C271.5 98.66 272 101.3 272 104V160zM320 416c0-17.69-14.33-32-32-32H224c-17.67 0-32 14.31-32 32s14.33 32 32 32h64C305.7 448 320 433.7 320 416zM202.1 355.8C196 345.6 192 333.3 192 320c0-5.766 1.08-11.24 2.51-16.55C157.4 300.6 128 269.9 128 232V159.1C128 151.2 135.2 144 143.1 144S160 151.2 159.1 159.1l0 69.72C159.1 245.2 171.3 271.1 200 271.1C222.1 271.1 240 254.1 240 232v-128C240 81.91 222.1 64 200 64H136.6C103.5 64 72.03 80 52.47 106.8L26.02 143.2C9.107 166.5 0 194.5 0 223.3V312C0 387.1 60.89 448 136 448h32.88C163.4 438.6 160 427.7 160 416C160 388.1 178 364.6 202.1 355.8z"})})),(0,t.jsx)("p",sa({className:"text-slate-700 text-sm font-medium dark:text-slate-200"},{children:f}))]})),(0,t.jsxs)(a,sa({style:r,className:o("not-prose relative bg-slate-50 rounded-xl overflow-hidden",!p&&"dark:bg-slate-800/25")},{children:[(0,t.jsx)("div",{style:{backgroundPosition:"10px 10px"},className:o("absolute inset-0 bg-grid-slate-100 [mask-image:linear-gradient(0deg,#fff,rgba(255,255,255,0.6))]",!p&&"dark:bg-grid-slate-700/25 dark:[mask-image:linear-gradient(0deg,rgba(255,255,255,0.1),rgba(255,255,255,0.5))]")}),(0,t.jsx)("div",sa({className:o("relative rounded-xl overflow-auto flex justify-center",v,i)},c?{dangerouslySetInnerHTML:{__html:c}}:{children:l})),(0,t.jsx)("div",{className:o("absolute inset-0 pointer-events-none border border-black/5 rounded-xl",!p&&"dark:border-white/5")})]}))]}))}var fa=function(){return fa=Object.assign||function(t){for(var n,e=1,a=arguments.length;e<a;e++)for(var r in n=arguments[e])Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r]);return t},fa.apply(this,arguments)};function ua(n){var e=n.name,a=n.type,r=n.defaultValue,i=n.required,s=void 0!==i&&i,c=n.hidden,l=void 0!==c&&c,f=n.nameClasses,u=n.children;return l?null:(0,t.jsxs)("div",fa({className:o("pb-3 mb-4 border-b border-slate-100 dark:border-slate-800")},{children:[(0,t.jsxs)("div",fa({className:"flex font-mono text-sm"},{children:[(0,t.jsxs)("div",fa({className:"py-px flex-1 space-x-2 truncate"},{children:[(0,t.jsx)("span",fa({className:o("px-1 py-px rounded-md font-medium bg-slate-50 dark:bg-slate-800 border border-slate-200 dark:border-slate-700",f,f&&!f.includes("text-")||!f?"dark:text-slate-200":void 0)},{children:e})),s&&(0,t.jsx)("span",fa({className:"text-slate-500 dark:text-slate-300"},{children:"Required"})),r&&(0,t.jsxs)("span",fa({className:"text-slate-500 dark:text-slate-300"},{children:["Default: ",r]}))]})),a&&(0,t.jsx)("div",fa({className:"text-slate-600 dark:text-slate-300"},{children:a}))]})),(0,t.jsx)("div",fa({className:"mt-2 prose-sm prose-slate dark:prose-dark"},{children:u}))]}))}})(),module.exports=a})();
|
package/dist/main.css
CHANGED
|
@@ -524,7 +524,6 @@ video {
|
|
|
524
524
|
color: var(--tw-prose-links);
|
|
525
525
|
text-decoration: none;
|
|
526
526
|
font-weight: 600;
|
|
527
|
-
border-bottom: 1px solid undefined;
|
|
528
527
|
}
|
|
529
528
|
.prose :where(strong):not(:where([class~="not-prose"] *)) {
|
|
530
529
|
color: #0f172a;
|
|
@@ -1427,6 +1426,9 @@ video {
|
|
|
1427
1426
|
.items-center {
|
|
1428
1427
|
align-items: center;
|
|
1429
1428
|
}
|
|
1429
|
+
.justify-center {
|
|
1430
|
+
justify-content: center;
|
|
1431
|
+
}
|
|
1430
1432
|
.gap-x-4 {
|
|
1431
1433
|
-moz-column-gap: 1rem;
|
|
1432
1434
|
column-gap: 1rem;
|
|
@@ -1696,6 +1698,10 @@ video {
|
|
|
1696
1698
|
--tw-text-opacity: 1;
|
|
1697
1699
|
color: rgba(15, 23, 42, var(--tw-text-opacity));
|
|
1698
1700
|
}
|
|
1701
|
+
.text-pink-700 {
|
|
1702
|
+
--tw-text-opacity: 1;
|
|
1703
|
+
color: rgba(190, 24, 93, var(--tw-text-opacity));
|
|
1704
|
+
}
|
|
1699
1705
|
.ring-2 {
|
|
1700
1706
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1701
1707
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
@@ -1937,6 +1943,10 @@ video {
|
|
|
1937
1943
|
--tw-text-opacity: 1;
|
|
1938
1944
|
color: rgba(226, 232, 240, var(--tw-text-opacity));
|
|
1939
1945
|
}
|
|
1946
|
+
.dark .dark\:text-pink-300 {
|
|
1947
|
+
--tw-text-opacity: 1;
|
|
1948
|
+
color: rgba(249, 168, 212, var(--tw-text-opacity));
|
|
1949
|
+
}
|
|
1940
1950
|
.dark .dark\:bg-grid-slate-700\/25 {
|
|
1941
1951
|
background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27 width=%2732%27 height=%2732%27 fill=%27none%27 stroke=%27rgb%2851 65 85 / 0.25%29%27%3e%3cpath d=%27M0 .5H31.5V32%27/%3e%3c/svg%3e");
|
|
1942
1952
|
}
|
package/package.json
CHANGED
package/build-storybook.log
DELETED
|
@@ -1,365 +0,0 @@
|
|
|
1
|
-
info @storybook/react v6.5.10
|
|
2
|
-
info
|
|
3
|
-
info => Cleaning outputDir: /var/folders/xs/h01kpl5x3xzdn3gr17jjwp2w0000gn/T/chromatic--28996-sR72Sac3S7eL
|
|
4
|
-
info => Loading presets
|
|
5
|
-
info => Compiling manager..
|
|
6
|
-
info => Compiling preview..
|
|
7
|
-
WARN Expected '@storybook/addon-actions' (or '@storybook/addon-essentials') to be listed before '@storybook/addon-interactions' in main Storybook config.
|
|
8
|
-
info Addon-docs: using MDX1
|
|
9
|
-
info => Using PostCSS preset with postcss@8.4.16
|
|
10
|
-
info => Using default Webpack5 setup
|
|
11
|
-
<s> [webpack.Progress] 0%
|
|
12
|
-
|
|
13
|
-
<s> [webpack.Progress] 1% setup before run
|
|
14
|
-
<s> [webpack.Progress] 1% setup before run NodeEnvironmentPlugin
|
|
15
|
-
<s> [webpack.Progress] 1% setup before run
|
|
16
|
-
<s> [webpack.Progress] 2% setup run
|
|
17
|
-
<s> [webpack.Progress] 2% setup run
|
|
18
|
-
<s> [webpack.Progress] 4% setup normal module factory
|
|
19
|
-
<s> [webpack.Progress] 4% setup normal module factory CaseSensitivePathsPlugin
|
|
20
|
-
<s> [webpack.Progress] 4% setup normal module factory
|
|
21
|
-
<s> [webpack.Progress] 5% setup context module factory
|
|
22
|
-
<s> [webpack.Progress] 5% setup context module factory
|
|
23
|
-
<s> [webpack.Progress] 6% setup before compile
|
|
24
|
-
<s> [webpack.Progress] 6% setup before compile ProgressPlugin
|
|
25
|
-
<s> [webpack.Progress] 6% setup before compile
|
|
26
|
-
<s> [webpack.Progress] 7% setup compile
|
|
27
|
-
<s> [webpack.Progress] 7% setup compile ExternalsPlugin
|
|
28
|
-
<s> [webpack.Progress] 7% setup compile
|
|
29
|
-
<s> [webpack.Progress] 8% setup compilation
|
|
30
|
-
<s> [webpack.Progress] 8% setup compilation ArrayPushCallbackChunkFormatPlugin
|
|
31
|
-
<s> [webpack.Progress] 8% setup compilation JsonpChunkLoadingPlugin
|
|
32
|
-
<s> [webpack.Progress] 8% setup compilation StartupChunkDependenciesPlugin
|
|
33
|
-
<s> [webpack.Progress] 8% setup compilation ImportScriptsChunkLoadingPlugin
|
|
34
|
-
<s> [webpack.Progress] 8% setup compilation FetchCompileWasmPlugin
|
|
35
|
-
<s> [webpack.Progress] 8% setup compilation FetchCompileAsyncWasmPlugin
|
|
36
|
-
<s> [webpack.Progress] 8% setup compilation WorkerPlugin
|
|
37
|
-
<s> [webpack.Progress] 8% setup compilation SplitChunksPlugin
|
|
38
|
-
<s> [webpack.Progress] 8% setup compilation RuntimeChunkPlugin
|
|
39
|
-
<s> [webpack.Progress] 8% setup compilation ResolverCachePlugin
|
|
40
|
-
<s> [webpack.Progress] 8% setup compilation HtmlWebpackPlugin
|
|
41
|
-
<s> [webpack.Progress] 8% setup compilation
|
|
42
|
-
<s> [webpack.Progress] 9% setup compilation
|
|
43
|
-
<s> [webpack.Progress] 9% setup compilation DefinePlugin
|
|
44
|
-
<s> [webpack.Progress] 9% setup compilation ProvidePlugin
|
|
45
|
-
<s> [webpack.Progress] 9% setup compilation ProgressPlugin
|
|
46
|
-
<s> [webpack.Progress] 9% setup compilation DocGenPlugin
|
|
47
|
-
<s> [webpack.Progress] 9% setup compilation ChunkPrefetchPreloadPlugin
|
|
48
|
-
<s> [webpack.Progress] 9% setup compilation SourceMapDevToolPlugin
|
|
49
|
-
<s> [webpack.Progress] 9% setup compilation JavascriptModulesPlugin
|
|
50
|
-
<s> [webpack.Progress] 9% setup compilation JsonModulesPlugin
|
|
51
|
-
<s> [webpack.Progress] 9% setup compilation AssetModulesPlugin
|
|
52
|
-
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
53
|
-
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
54
|
-
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
55
|
-
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
56
|
-
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
57
|
-
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
58
|
-
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
59
|
-
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
60
|
-
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
61
|
-
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
62
|
-
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
63
|
-
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
64
|
-
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
65
|
-
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
66
|
-
<s> [webpack.Progress] 9% setup compilation RuntimePlugin
|
|
67
|
-
<s> [webpack.Progress] 9% setup compilation InferAsyncModulesPlugin
|
|
68
|
-
<s> [webpack.Progress] 9% setup compilation DataUriPlugin
|
|
69
|
-
<s> [webpack.Progress] 9% setup compilation FileUriPlugin
|
|
70
|
-
<s> [webpack.Progress] 9% setup compilation CompatibilityPlugin
|
|
71
|
-
<s> [webpack.Progress] 9% setup compilation HarmonyModulesPlugin
|
|
72
|
-
<s> [webpack.Progress] 9% setup compilation AMDPlugin
|
|
73
|
-
<s> [webpack.Progress] 9% setup compilation RequireJsStuffPlugin
|
|
74
|
-
<s> [webpack.Progress] 9% setup compilation CommonJsPlugin
|
|
75
|
-
<s> [webpack.Progress] 9% setup compilation LoaderPlugin
|
|
76
|
-
<s> [webpack.Progress] 9% setup compilation LoaderPlugin
|
|
77
|
-
<s> [webpack.Progress] 9% setup compilation NodeStuffPlugin
|
|
78
|
-
<s> [webpack.Progress] 9% setup compilation APIPlugin
|
|
79
|
-
<s> [webpack.Progress] 9% setup compilation ExportsInfoApiPlugin
|
|
80
|
-
<s> [webpack.Progress] 9% setup compilation WebpackIsIncludedPlugin
|
|
81
|
-
<s> [webpack.Progress] 9% setup compilation ConstPlugin
|
|
82
|
-
<s> [webpack.Progress] 9% setup compilation UseStrictPlugin
|
|
83
|
-
<s> [webpack.Progress] 9% setup compilation RequireIncludePlugin
|
|
84
|
-
<s> [webpack.Progress] 9% setup compilation RequireEnsurePlugin
|
|
85
|
-
<s> [webpack.Progress] 9% setup compilation RequireContextPlugin
|
|
86
|
-
<s> [webpack.Progress] 9% setup compilation ImportPlugin
|
|
87
|
-
<s> [webpack.Progress] 9% setup compilation RequireContextPlugin
|
|
88
|
-
<s> [webpack.Progress] 9% setup compilation SystemPlugin
|
|
89
|
-
<s> [webpack.Progress] 9% setup compilation ImportMetaPlugin
|
|
90
|
-
<s> [webpack.Progress] 9% setup compilation URLPlugin
|
|
91
|
-
<s> [webpack.Progress] 9% setup compilation DefaultStatsFactoryPlugin
|
|
92
|
-
<s> [webpack.Progress] 9% setup compilation DefaultStatsPresetPlugin
|
|
93
|
-
<s> [webpack.Progress] 9% setup compilation DefaultStatsPrinterPlugin
|
|
94
|
-
<s> [webpack.Progress] 9% setup compilation JavascriptMetaInfoPlugin
|
|
95
|
-
<s> [webpack.Progress] 9% setup compilation EnsureChunkConditionsPlugin
|
|
96
|
-
<s> [webpack.Progress] 9% setup compilation RemoveEmptyChunksPlugin
|
|
97
|
-
<s> [webpack.Progress] 9% setup compilation MergeDuplicateChunksPlugin
|
|
98
|
-
<s> [webpack.Progress] 9% setup compilation FlagIncludedChunksPlugin
|
|
99
|
-
<s> [webpack.Progress] 9% setup compilation SideEffectsFlagPlugin
|
|
100
|
-
<s> [webpack.Progress] 9% setup compilation FlagDependencyExportsPlugin
|
|
101
|
-
<s> [webpack.Progress] 9% setup compilation FlagDependencyUsagePlugin
|
|
102
|
-
<s> [webpack.Progress] 9% setup compilation InnerGraphPlugin
|
|
103
|
-
<s> [webpack.Progress] 9% setup compilation MangleExportsPlugin
|
|
104
|
-
<s> [webpack.Progress] 9% setup compilation ModuleConcatenationPlugin
|
|
105
|
-
<s> [webpack.Progress] 9% setup compilation NoEmitOnErrorsPlugin
|
|
106
|
-
<s> [webpack.Progress] 9% setup compilation RealContentHashPlugin
|
|
107
|
-
<s> [webpack.Progress] 9% setup compilation WasmFinalizeExportsPlugin
|
|
108
|
-
<s> [webpack.Progress] 9% setup compilation NamedModuleIdsPlugin
|
|
109
|
-
<s> [webpack.Progress] 9% setup compilation DeterministicChunkIdsPlugin
|
|
110
|
-
<s> [webpack.Progress] 9% setup compilation DefinePlugin
|
|
111
|
-
<s> [webpack.Progress] 9% setup compilation TerserPlugin
|
|
112
|
-
<s> [webpack.Progress] 9% setup compilation TemplatedPathPlugin
|
|
113
|
-
<s> [webpack.Progress] 9% setup compilation RecordIdsPlugin
|
|
114
|
-
<s> [webpack.Progress] 9% setup compilation WarnCaseSensitiveModulesPlugin
|
|
115
|
-
<s> [webpack.Progress] 9% setup compilation IgnoreWarningsPlugin
|
|
116
|
-
<s> [webpack.Progress] 9% setup compilation
|
|
117
|
-
<s> [webpack.Progress] 10% building
|
|
118
|
-
<s> [webpack.Progress] 10% building 0/1 entries 0/0 dependencies 0/0 modules
|
|
119
|
-
<s> [webpack.Progress] 10% building import loader ./node_modules/babel-loader/lib/index.js
|
|
120
|
-
<s> [webpack.Progress] 10% building 0/14 entries 13/18 dependencies 0/12 modules
|
|
121
|
-
<s> [webpack.Progress] 13% building 1/14 entries 21/67 dependencies 2/18 modules
|
|
122
|
-
<s> [webpack.Progress] 13% building import loader ./node_modules/@storybook/source-loader/dist/cjs/index.js
|
|
123
|
-
<s> [webpack.Progress] 13% building 1/14 entries 39/68 dependencies 2/36 modules
|
|
124
|
-
<s> [webpack.Progress] 17% building 2/14 entries 73/172 dependencies 7/60 modules
|
|
125
|
-
<s> [webpack.Progress] 17% building import loader ./node_modules/@storybook/addon-postcss/node_modules/style-loader/dist/cjs.js
|
|
126
|
-
<s> [webpack.Progress] 17% building import loader ./node_modules/@storybook/addon-postcss/node_modules/css-loader/dist/cjs.js
|
|
127
|
-
<s> [webpack.Progress] 17% building import loader ./node_modules/@storybook/addon-postcss/node_modules/postcss-loader/dist/cjs.js
|
|
128
|
-
<s> [webpack.Progress] 17% building 2/14 entries 823/877 dependencies 28/312 modules
|
|
129
|
-
<s> [webpack.Progress] 17% building 2/14 entries 1265/1300 dependencies 93/386 modules
|
|
130
|
-
<s> [webpack.Progress] 17% building 2/14 entries 2400/2430 dependencies 324/526 modules
|
|
131
|
-
<s> [webpack.Progress] 17% building 2/14 entries 3300/3323 dependencies 421/693 modules
|
|
132
|
-
<s> [webpack.Progress] 19% building 2/14 entries 4759/4800 dependencies 873/1018 modules
|
|
133
|
-
<s> [webpack.Progress] 21% building 3/14 entries 4818/4837 dependencies 939/1024 modules
|
|
134
|
-
<s> [webpack.Progress] 25% building 4/14 entries 4818/4837 dependencies 940/1024 modules
|
|
135
|
-
<s> [webpack.Progress] 29% building 5/14 entries 4818/4837 dependencies 940/1024 modules
|
|
136
|
-
<s> [webpack.Progress] 33% building 6/14 entries 4818/4837 dependencies 940/1024 modules
|
|
137
|
-
<s> [webpack.Progress] 37% building 7/14 entries 4818/4837 dependencies 940/1024 modules
|
|
138
|
-
<s> [webpack.Progress] 41% building 8/14 entries 4818/4837 dependencies 940/1024 modules
|
|
139
|
-
<s> [webpack.Progress] 45% building 9/14 entries 4818/4837 dependencies 940/1024 modules
|
|
140
|
-
<s> [webpack.Progress] 49% building 10/14 entries 4818/4837 dependencies 940/1024 modules
|
|
141
|
-
<s> [webpack.Progress] 53% building 11/14 entries 4818/4837 dependencies 940/1024 modules
|
|
142
|
-
<s> [webpack.Progress] 57% building 12/14 entries 5034/5034 dependencies 1044/1081 modules
|
|
143
|
-
<s> [webpack.Progress] 61% building 13/14 entries 5037/5037 dependencies 1062/1081 modules
|
|
144
|
-
<s> [webpack.Progress] 64% building 14/14 entries 5039/5039 dependencies 1081/1081 modules
|
|
145
|
-
<s> [webpack.Progress] 65% building
|
|
146
|
-
<s> [webpack.Progress] 69% building finish
|
|
147
|
-
<s> [webpack.Progress] 69% building finish
|
|
148
|
-
<s> [webpack.Progress] 70% sealing finish module graph
|
|
149
|
-
<s> [webpack.Progress] 70% sealing finish module graph ResolverCachePlugin
|
|
150
|
-
<s> [webpack.Progress] 70% sealing finish module graph InferAsyncModulesPlugin
|
|
151
|
-
<s> [webpack.Progress] 70% sealing finish module graph FlagDependencyExportsPlugin
|
|
152
|
-
<s> [webpack.Progress] 70% sealing finish module graph InnerGraphPlugin
|
|
153
|
-
<s> [webpack.Progress] 70% sealing finish module graph WasmFinalizeExportsPlugin
|
|
154
|
-
<s> [webpack.Progress] 70% sealing finish module graph
|
|
155
|
-
<s> [webpack.Progress] 70% sealing plugins
|
|
156
|
-
<s> [webpack.Progress] 70% sealing plugins DocGenPlugin
|
|
157
|
-
DeprecationWarning: 'createIdentifier' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
158
|
-
DeprecationWarning: '' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
159
|
-
DeprecationWarning: 'createLiteral' has been deprecated since v4.0.0. Use `factory.createStringLiteral`, `factory.createStringLiteralFromNode`, `factory.createNumericLiteral`, `factory.createBigIntLiteral`, `factory.createTrue`, `factory.createFalse`, or the factory supplied by your transformation context instead.
|
|
160
|
-
DeprecationWarning: 'createBinaryExpression' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
161
|
-
DeprecationWarning: 'createExpressionStatement' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
162
|
-
DeprecationWarning: 'createPropertyAssignment' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
163
|
-
DeprecationWarning: 'createObjectLiteralExpression' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
164
|
-
DeprecationWarning: 'createFalse' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
165
|
-
DeprecationWarning: 'createArrayLiteralExpression' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
166
|
-
DeprecationWarning: 'createNull' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
167
|
-
DeprecationWarning: 'createExpressionStatement' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
168
|
-
DeprecationWarning: 'createTypeOfExpression' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
169
|
-
DeprecationWarning: 'createElementAccessExpression' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
170
|
-
DeprecationWarning: 'createIfStatement' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
171
|
-
DeprecationWarning: 'createBlock' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
172
|
-
DeprecationWarning: 'createVariableDeclaration' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
173
|
-
DeprecationWarning: 'createCatchClause' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
174
|
-
DeprecationWarning: 'createTryStatement' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
175
|
-
DeprecationWarning: 'createTrue' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
176
|
-
<s> [webpack.Progress] 70% sealing plugins WarnCaseSensitiveModulesPlugin
|
|
177
|
-
<s> [webpack.Progress] 70% sealing plugins
|
|
178
|
-
<s> [webpack.Progress] 71% sealing dependencies optimization
|
|
179
|
-
<s> [webpack.Progress] 71% sealing dependencies optimization SideEffectsFlagPlugin
|
|
180
|
-
<s> [webpack.Progress] 71% sealing dependencies optimization FlagDependencyUsagePlugin
|
|
181
|
-
<s> [webpack.Progress] 71% sealing dependencies optimization
|
|
182
|
-
<s> [webpack.Progress] 71% sealing after dependencies optimization
|
|
183
|
-
<s> [webpack.Progress] 71% sealing after dependencies optimization
|
|
184
|
-
<s> [webpack.Progress] 72% sealing chunk graph
|
|
185
|
-
<s> [webpack.Progress] 72% sealing chunk graph
|
|
186
|
-
<s> [webpack.Progress] 73% sealing after chunk graph
|
|
187
|
-
<s> [webpack.Progress] 73% sealing after chunk graph
|
|
188
|
-
<s> [webpack.Progress] 73% sealing optimizing
|
|
189
|
-
<s> [webpack.Progress] 73% sealing optimizing
|
|
190
|
-
<s> [webpack.Progress] 74% sealing module optimization
|
|
191
|
-
<s> [webpack.Progress] 74% sealing module optimization
|
|
192
|
-
<s> [webpack.Progress] 75% sealing after module optimization
|
|
193
|
-
<s> [webpack.Progress] 75% sealing after module optimization
|
|
194
|
-
<s> [webpack.Progress] 75% sealing chunk optimization
|
|
195
|
-
<s> [webpack.Progress] 75% sealing chunk optimization EnsureChunkConditionsPlugin
|
|
196
|
-
<s> [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin
|
|
197
|
-
<s> [webpack.Progress] 75% sealing chunk optimization MergeDuplicateChunksPlugin
|
|
198
|
-
<s> [webpack.Progress] 75% sealing chunk optimization SplitChunksPlugin
|
|
199
|
-
<s> [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin
|
|
200
|
-
<s> [webpack.Progress] 75% sealing chunk optimization
|
|
201
|
-
<s> [webpack.Progress] 76% sealing after chunk optimization
|
|
202
|
-
<s> [webpack.Progress] 76% sealing after chunk optimization
|
|
203
|
-
<s> [webpack.Progress] 77% sealing module and chunk tree optimization
|
|
204
|
-
<s> [webpack.Progress] 77% sealing module and chunk tree optimization PersistentChildCompilerSingletonPlugin
|
|
205
|
-
<s> [webpack.Progress] 77% sealing module and chunk tree optimization
|
|
206
|
-
<s> [webpack.Progress] 77% sealing after module and chunk tree optimization
|
|
207
|
-
<s> [webpack.Progress] 77% sealing after module and chunk tree optimization
|
|
208
|
-
<s> [webpack.Progress] 78% sealing chunk modules optimization
|
|
209
|
-
<s> [webpack.Progress] 78% sealing chunk modules optimization ModuleConcatenationPlugin
|
|
210
|
-
<s> [webpack.Progress] 78% sealing chunk modules optimization
|
|
211
|
-
<s> [webpack.Progress] 78% sealing after chunk modules optimization
|
|
212
|
-
<s> [webpack.Progress] 78% sealing after chunk modules optimization
|
|
213
|
-
<s> [webpack.Progress] 79% sealing module reviving
|
|
214
|
-
<s> [webpack.Progress] 79% sealing module reviving RecordIdsPlugin
|
|
215
|
-
<s> [webpack.Progress] 79% sealing module reviving
|
|
216
|
-
<s> [webpack.Progress] 80% sealing before module ids
|
|
217
|
-
<s> [webpack.Progress] 80% sealing before module ids
|
|
218
|
-
<s> [webpack.Progress] 80% sealing module ids
|
|
219
|
-
<s> [webpack.Progress] 80% sealing module ids NamedModuleIdsPlugin
|
|
220
|
-
<s> [webpack.Progress] 80% sealing module ids
|
|
221
|
-
<s> [webpack.Progress] 81% sealing module id optimization
|
|
222
|
-
<s> [webpack.Progress] 81% sealing module id optimization
|
|
223
|
-
<s> [webpack.Progress] 82% sealing module id optimization
|
|
224
|
-
<s> [webpack.Progress] 82% sealing module id optimization
|
|
225
|
-
<s> [webpack.Progress] 82% sealing chunk reviving
|
|
226
|
-
<s> [webpack.Progress] 82% sealing chunk reviving RecordIdsPlugin
|
|
227
|
-
<s> [webpack.Progress] 82% sealing chunk reviving
|
|
228
|
-
<s> [webpack.Progress] 83% sealing before chunk ids
|
|
229
|
-
<s> [webpack.Progress] 83% sealing before chunk ids
|
|
230
|
-
<s> [webpack.Progress] 84% sealing chunk ids
|
|
231
|
-
<s> [webpack.Progress] 84% sealing chunk ids DeterministicChunkIdsPlugin
|
|
232
|
-
<s> [webpack.Progress] 84% sealing chunk ids
|
|
233
|
-
<s> [webpack.Progress] 84% sealing chunk id optimization
|
|
234
|
-
<s> [webpack.Progress] 84% sealing chunk id optimization FlagIncludedChunksPlugin
|
|
235
|
-
<s> [webpack.Progress] 84% sealing chunk id optimization
|
|
236
|
-
<s> [webpack.Progress] 85% sealing after chunk id optimization
|
|
237
|
-
<s> [webpack.Progress] 85% sealing after chunk id optimization
|
|
238
|
-
<s> [webpack.Progress] 86% sealing record modules
|
|
239
|
-
<s> [webpack.Progress] 86% sealing record modules RecordIdsPlugin
|
|
240
|
-
<s> [webpack.Progress] 86% sealing record modules
|
|
241
|
-
<s> [webpack.Progress] 86% sealing record chunks
|
|
242
|
-
<s> [webpack.Progress] 86% sealing record chunks RecordIdsPlugin
|
|
243
|
-
<s> [webpack.Progress] 86% sealing record chunks
|
|
244
|
-
<s> [webpack.Progress] 87% sealing module hashing
|
|
245
|
-
<s> [webpack.Progress] 87% sealing module hashing
|
|
246
|
-
<s> [webpack.Progress] 87% sealing code generation
|
|
247
|
-
<s> [webpack.Progress] 87% sealing code generation
|
|
248
|
-
<s> [webpack.Progress] 88% sealing runtime requirements
|
|
249
|
-
<s> [webpack.Progress] 88% sealing runtime requirements
|
|
250
|
-
<s> [webpack.Progress] 89% sealing hashing
|
|
251
|
-
<s> [webpack.Progress] 89% sealing hashing
|
|
252
|
-
<s> [webpack.Progress] 89% sealing after hashing
|
|
253
|
-
<s> [webpack.Progress] 89% sealing after hashing
|
|
254
|
-
<s> [webpack.Progress] 90% sealing record hash
|
|
255
|
-
<s> [webpack.Progress] 90% sealing record hash
|
|
256
|
-
<s> [webpack.Progress] 91% sealing module assets processing
|
|
257
|
-
<s> [webpack.Progress] 91% sealing module assets processing
|
|
258
|
-
<s> [webpack.Progress] 91% sealing chunk assets processing
|
|
259
|
-
<s> [webpack.Progress] 91% sealing chunk assets processing
|
|
260
|
-
<s> [webpack.Progress] 92% sealing asset processing
|
|
261
|
-
<s> [webpack.Progress] 92% sealing asset processing PersistentChildCompilerSingletonPlugin
|
|
262
|
-
<s> [webpack.Progress] 92% sealing asset processing TerserPlugin
|
|
263
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
|
|
264
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
|
|
265
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin main.e2726ce2.iframe.bundle.js generate SourceMap
|
|
266
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin main.e2726ce2.iframe.bundle.js generated SourceMap
|
|
267
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin runtime~main.9b297b9a.iframe.bundle.js generate SourceMap
|
|
268
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin runtime~main.9b297b9a.iframe.bundle.js generated SourceMap
|
|
269
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 701.5e0a1cd1.iframe.bundle.js generate SourceMap
|
|
270
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 701.5e0a1cd1.iframe.bundle.js generated SourceMap
|
|
271
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 745.3a9ffaff.iframe.bundle.js generate SourceMap
|
|
272
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 745.3a9ffaff.iframe.bundle.js generated SourceMap
|
|
273
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 863.4dd0b990.iframe.bundle.js generate SourceMap
|
|
274
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 863.4dd0b990.iframe.bundle.js generated SourceMap
|
|
275
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 51.1db66e9a.iframe.bundle.js generate SourceMap
|
|
276
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 51.1db66e9a.iframe.bundle.js generated SourceMap
|
|
277
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 807.66291f17.iframe.bundle.js generate SourceMap
|
|
278
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 807.66291f17.iframe.bundle.js generated SourceMap
|
|
279
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 551.a78bd12b.iframe.bundle.js generate SourceMap
|
|
280
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 551.a78bd12b.iframe.bundle.js generated SourceMap
|
|
281
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 897.a1a548d3.iframe.bundle.js generate SourceMap
|
|
282
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 897.a1a548d3.iframe.bundle.js generated SourceMap
|
|
283
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 229.e986a26f.iframe.bundle.js generate SourceMap
|
|
284
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 229.e986a26f.iframe.bundle.js generated SourceMap
|
|
285
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 935.7fe75e7f.iframe.bundle.js generate SourceMap
|
|
286
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 935.7fe75e7f.iframe.bundle.js generated SourceMap
|
|
287
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 804.b016c37a.iframe.bundle.js generate SourceMap
|
|
288
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 804.b016c37a.iframe.bundle.js generated SourceMap
|
|
289
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin resolve sources
|
|
290
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
|
|
291
|
-
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
|
|
292
|
-
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
|
|
293
|
-
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin resolve sources
|
|
294
|
-
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
|
|
295
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin
|
|
296
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin
|
|
297
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin main.26547a79.iframe.bundle.js generate SourceMap
|
|
298
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin main.26547a79.iframe.bundle.js generated SourceMap
|
|
299
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin runtime~main.48819736.iframe.bundle.js generate SourceMap
|
|
300
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin runtime~main.48819736.iframe.bundle.js generated SourceMap
|
|
301
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 701.ec2943ad.iframe.bundle.js generate SourceMap
|
|
302
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 701.ec2943ad.iframe.bundle.js generated SourceMap
|
|
303
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 745.f1ddfa61.iframe.bundle.js generate SourceMap
|
|
304
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 745.f1ddfa61.iframe.bundle.js generated SourceMap
|
|
305
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 551.065ca94c.iframe.bundle.js generate SourceMap
|
|
306
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 551.065ca94c.iframe.bundle.js generated SourceMap
|
|
307
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 229.9a2a6b81.iframe.bundle.js generate SourceMap
|
|
308
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 229.9a2a6b81.iframe.bundle.js generated SourceMap
|
|
309
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 935.30d22a43.iframe.bundle.js generate SourceMap
|
|
310
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 935.30d22a43.iframe.bundle.js generated SourceMap
|
|
311
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 863.0d9b2147.iframe.bundle.js generate SourceMap
|
|
312
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 863.0d9b2147.iframe.bundle.js generated SourceMap
|
|
313
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 51.fa8a6e75.iframe.bundle.js generate SourceMap
|
|
314
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 51.fa8a6e75.iframe.bundle.js generated SourceMap
|
|
315
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 807.44fdcfe2.iframe.bundle.js generate SourceMap
|
|
316
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 807.44fdcfe2.iframe.bundle.js generated SourceMap
|
|
317
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 897.155874f0.iframe.bundle.js generate SourceMap
|
|
318
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 897.155874f0.iframe.bundle.js generated SourceMap
|
|
319
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 804.91acc07c.iframe.bundle.js generate SourceMap
|
|
320
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 804.91acc07c.iframe.bundle.js generated SourceMap
|
|
321
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin resolve sources
|
|
322
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin
|
|
323
|
-
<s> [webpack.Progress] 92% sealing asset processing
|
|
324
|
-
<s> [webpack.Progress] 93% sealing after asset optimization
|
|
325
|
-
<s> [webpack.Progress] 93% sealing after asset optimization
|
|
326
|
-
<s> [webpack.Progress] 93% sealing recording
|
|
327
|
-
<s> [webpack.Progress] 93% sealing recording
|
|
328
|
-
<s> [webpack.Progress] 94% sealing after seal
|
|
329
|
-
<s> [webpack.Progress] 94% sealing after seal
|
|
330
|
-
<s> [webpack.Progress] 95% emitting emit
|
|
331
|
-
<s> [webpack.Progress] 95% emitting emit
|
|
332
|
-
<s> [webpack.Progress] 98% emitting after emit
|
|
333
|
-
<s> [webpack.Progress] 98% emitting after emit SizeLimitsPlugin
|
|
334
|
-
<s> [webpack.Progress] 98% emitting after emit
|
|
335
|
-
<s> [webpack.Progress] 99% done plugins
|
|
336
|
-
<s> [webpack.Progress] 99% done plugins CaseSensitivePathsPlugin
|
|
337
|
-
<s> [webpack.Progress] 99% done plugins
|
|
338
|
-
<s> [webpack.Progress] 99%
|
|
339
|
-
|
|
340
|
-
<s> [webpack.Progress] 99% cache store build dependencies
|
|
341
|
-
<s> [webpack.Progress] 99% cache store build dependencies
|
|
342
|
-
<s> [webpack.Progress] 99% cache begin idle
|
|
343
|
-
<s> [webpack.Progress] 99% cache begin idle
|
|
344
|
-
<s> [webpack.Progress] 100%
|
|
345
|
-
|
|
346
|
-
info => Preview built (12 s)
|
|
347
|
-
WARN asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
|
|
348
|
-
WARN This can impact web performance.
|
|
349
|
-
WARN Assets:
|
|
350
|
-
WARN 863.0d9b2147.iframe.bundle.js (593 KiB)
|
|
351
|
-
WARN 807.44fdcfe2.iframe.bundle.js (793 KiB)
|
|
352
|
-
WARN 804.91acc07c.iframe.bundle.js (1.73 MiB)
|
|
353
|
-
WARN entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
354
|
-
WARN Entrypoints:
|
|
355
|
-
WARN main (1.84 MiB)
|
|
356
|
-
WARN runtime~main.48819736.iframe.bundle.js
|
|
357
|
-
WARN 804.91acc07c.iframe.bundle.js
|
|
358
|
-
WARN main.26547a79.iframe.bundle.js
|
|
359
|
-
WARN
|
|
360
|
-
<s> [webpack.Progress] 99% cache shutdown
|
|
361
|
-
<s> [webpack.Progress] 99% cache shutdown
|
|
362
|
-
<s> [webpack.Progress] 100%
|
|
363
|
-
|
|
364
|
-
info => Manager built (12 s)
|
|
365
|
-
info => Output directory: /var/folders/xs/h01kpl5x3xzdn3gr17jjwp2w0000gn/T/chromatic--28996-sR72Sac3S7eL
|
package/dist/CodeGroup.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
/**
|
|
3
|
-
* Group multiple code blocks into a tabbed UI
|
|
4
|
-
*
|
|
5
|
-
* @param {object} props
|
|
6
|
-
* @param {CodeBlock[]} props.children
|
|
7
|
-
*/
|
|
8
|
-
export declare function CodeGroup({ actions, isSmallText, children, }: {
|
|
9
|
-
actions: any;
|
|
10
|
-
isSmallText: boolean;
|
|
11
|
-
children: any;
|
|
12
|
-
}): JSX.Element;
|