@mintlify/components 0.1.30 → 0.1.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,5 @@
1
1
  import { ReactNode } from "react";
2
- import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
3
- declare function Accordion({ title, description, defaultOpen, icon, iconColor, onChange, variant, children, }: {
2
+ declare function Accordion({ title, description, defaultOpen, icon, onChange, variant, children, }: {
4
3
  /** The main text of the Accordion shown in bold */
5
4
  title: string;
6
5
  /** Text under the title */
@@ -8,9 +7,7 @@ declare function Accordion({ title, description, defaultOpen, icon, iconColor, o
8
7
  /** Whether the Accordion is open initially */
9
8
  defaultOpen: boolean;
10
9
  /** Icon to display to the left */
11
- icon?: ReactNode | IconDefinition;
12
- /** Icon's colour, will default to the text's colour if left undefined */
13
- iconColor?: string;
10
+ icon?: ReactNode;
14
11
  /** Callback when the Accordion is clicked with the new open state */
15
12
  onChange?: (open: boolean) => void;
16
13
  /** The Accordion UI style */
@@ -1,12 +1,10 @@
1
1
  import { ReactNode } from "react";
2
- import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
3
- declare function AccordionItemCover({ title, description, open, setOpen, icon, iconColor, isRounded, coverClass, }: {
2
+ declare function AccordionItemCover({ title, description, open, setOpen, icon, isRounded, coverClass, }: {
4
3
  title: string;
5
4
  description?: string;
6
5
  open: boolean;
7
6
  setOpen: (open: boolean) => any;
8
- icon?: ReactNode | IconDefinition;
9
- iconColor?: string;
7
+ icon?: ReactNode;
10
8
  isRounded: boolean;
11
9
  coverClass: string;
12
10
  }): JSX.Element;
package/dist/Card.d.ts CHANGED
@@ -1,12 +1,9 @@
1
1
  import { ReactNode } from "react";
2
- import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
3
- export declare function Card({ title, icon, iconColor, hoverHighlightColour, href, onClick, children, }: {
2
+ export declare function Card({ title, icon, hoverHighlightColour, href, onClick, children, }: {
4
3
  /** Large title above children */
5
4
  title?: string;
6
5
  /** Icon to the top-left of the title */
7
- icon?: ReactNode | IconDefinition;
8
- /** Icon color, will default to the text colour if left undefined */
9
- iconColor?: string;
6
+ icon?: ReactNode | string;
10
7
  /** Color to highlight the border with when hovering over the card. Will not highlight if excluded */
11
8
  hoverHighlightColour?: string;
12
9
  /** Link to make the entire card clickable */
@@ -0,0 +1,11 @@
1
+ /// <reference types="react" />
2
+ export declare function PillSelect({ options, onChange, defaultOption, selectedOptionClass, }: {
3
+ /** Array of options to select from */
4
+ options: string[];
5
+ /** Function called when the selected option changes. */
6
+ onChange?: any;
7
+ /** Option to initially show as selected in the dropdown */
8
+ defaultOption?: string;
9
+ /** Additional classes to apply on dropdown text for the currently selected option */
10
+ selectedOptionClass?: string;
11
+ }): JSX.Element | null;
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
- import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
3
2
  export declare function UserDefinedIcon({ icon, size, color, }: {
4
- icon: React.ReactNode | IconDefinition;
3
+ icon: React.ReactNode;
5
4
  size?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 12;
6
5
  color?: string;
7
6
  }): JSX.Element | null;
7
+ export declare const isBrandsIcon: (icon?: string) => boolean;
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"),o=Object.prototype.hasOwnProperty,s=a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,c={key:!0,ref:!0,__self:!0,__source:!0};function l(t,n,e){var a,i={},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)o.call(n,a)&&!c.hasOwnProperty(a)&&(i[a]=n[a]);if(t&&t.defaultProps)for(a in n=t.defaultProps)void 0===i[a]&&(i[a]=n[a]);return{$$typeof:r,type:t,key:l,ref:f,props:i,_owner:s.current}}n.Fragment=i,n.jsx=l,n.jsxs=l},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,Expandable:()=>ja,Frame:()=>la,Info:()=>ea,Note:()=>ra,Param:()=>ua,Tab:()=>pa,Tabs:()=>ba,Tip:()=>ia,Tooltip:()=>ga,UserDefinedIcon:()=>Fe,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(){},h={},g={},y=null,x={mark:b,measure:b};try{"undefined"!=typeof window&&(h=window),"undefined"!=typeof document&&(g=document),"undefined"!=typeof MutationObserver&&(y=MutationObserver),"undefined"!=typeof performance&&(x=performance)}catch(t){}var k,w,O,j,C,N=(h.navigator||{}).userAgent,A=void 0===N?"":N,P=h,S=g,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",T="data-fa-i2svg",I="data-fa-pseudo-element",R="data-prefix",F="data-icon",D="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(j={},W,{"fa-brands":"fab","fa-duotone":"fad","fa-kit":"fak","fa-light":"fal","fa-regular":"far","fa-solid":"fas","fa-thin":"fat"}),u(j,B,{"fa-solid":"fass"}),j)),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(C={},W,{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"}),u(C,B,{900:"fass"}),C)),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 ht(t){return t.classList?bt(t.classList):(t.getAttribute("class")||"").split(" ").filter((function(t){return t}))}function gt(t){return"".concat(t).replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/'/g,"&#39;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}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 jt={mixout:function(){return{dom:{css:kt,insertCss:Ot}}},hooks:function(){return{beforeDOMElementCreation:function(){Ot()},beforeI2svg:function(){Ot()}}}},Ct=P||{};Ct.___FONT_AWESOME___||(Ct.___FONT_AWESOME___={}),Ct.___FONT_AWESOME___.styles||(Ct.___FONT_AWESOME___.styles={}),Ct.___FONT_AWESOME___.hooks||(Ct.___FONT_AWESOME___.hooks={}),Ct.___FONT_AWESOME___.shims||(Ct.___FONT_AWESOME___.shims=[]);var Nt=Ct.___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?gt(t):"<".concat(n," ").concat(function(t){return Object.keys(t||{}).reduce((function(n,e){return n+"".concat(e,'="').concat(gt(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 Tt(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&&Tt("fa",n)}var It,Rt,Ft,Dt=Nt.styles,Yt=Nt.shims,Ht=(u(It={},W,Object.values(X.classic)),u(It,B,Object.values(X.sharp)),It),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(Dt,(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 Dt||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(Ft={},W,Object.keys(X.classic)),u(Ft,B,Object.keys(X.sharp)),Ft);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(Dt[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||Dt.far||!Dt.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||!Dt.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]),Tt(n,r[n]);var e=X.classic[n];e&&Tt(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(){gn({autoReplaceSvgRoot:n}),dn("watch",t)}))}},hn={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},gn=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&&hn.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,h=v.height,g="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(h)})},k=g&&!~d.classes.indexOf("fa-fw")?{width:"".concat(b/h*16*.0625,"em")}:{};p&&(x.attributes[T]=""),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:{}},j=O.children,C=O.attributes;return w.children=j,w.attributes=C,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[T]="");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 jn(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 Cn={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(jn(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({},Cn),{},{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(T):null)}function zn(t){return S.createElementNS("http://www.w3.org/2000/svg",t)}function Ln(t){return S.createElement(t)}function Tn(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(Tn(t,{ceFn:a}))})),r}var In={replace:function(t){var n=t[0];if(n.parentNode)if(t[1].forEach((function(t){n.parentNode.insertBefore(Tn(t),n)})),null===n.getAttribute(T)&&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(~ht(n).indexOf(ut.replacementClass))return In.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(T,""),n.innerHTML=i}};function Rn(t){t()}function Fn(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?In.replace:In[ut.autoReplaceSvg]||In.replace,a=En("mutate");t.map(n),a(),e()}))}}var Dn=!1;function Yn(){Dn=!0}function Hn(){Dn=!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(!Dn){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(F):null;return n&&e}(t.target)){var a=rn(ht(t.target)),i=a.prefix,s=a.iconName;t.target.setAttribute(R,i||n),s&&t.target.setAttribute(F,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(ht(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(D,"-").concat(t))},r=function(t){return e.remove("".concat(D,"-").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(T,"])")].concat(i.map((function(t){return".".concat(t,":not([").concat(T,"])")}))).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){Fn(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&&Fn([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,h=n.attributes,g=void 0===h?{}:h,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?g["aria-labelledby"]="".concat(ut.replacementClass,"-title-").concat(p||vt()):(g["aria-hidden"]="true",g.focusable="false")),xn({icons:{main:jn(O),mask:s?jn(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:g,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(I)===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],h=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),g=h.value,y=h.isSecondary,x=u[0].startsWith("FontAwesome"),k=Jt(b,g),w=k;if(x){var O=(o=Zt[i=g],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(F)===w)a();else{t.setAttribute(e,w),l&&t.removeChild(l);var j={iconName:null,title:null,titleId:null,prefix:null,transform:pt,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}},C=j.extra;C.attributes[I]=n,Nn(k,b).then((function(r){var i=xn(c(c({},j),{},{icons:{main:r,mask:{prefix:null,iconName:null,rest:[]}},prefix:b,iconName:w,extra:C,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(I)||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))]},h={tag:"g",attributes:c({},m.outer),children:[b]},g="mask-".concat(o||vt()),y="clip-".concat(o||vt()),x={tag:"mask",attributes:c(c({},me),{},{id:g,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[p,h]},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(g,")")},me)}),{children:e,attributes:a}}}},he={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:hn}.mixoutsTo,sn=[jt,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,he,{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 ge=hn.parse,ye=hn.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){Ce(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 je(t){return je="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},je(t)}function Ce(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"===je(t)&&t.prefix&&t.iconName&&t.icon?t:ge.icon?ge.icon(t):null===t?null:t&&"object"===je(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?Ce({},t,n):{}}var Te=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,h=t.size,g=t.rotation,y=t.pull,x=(Ce(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(h),null!=h),Ce(n,"fa-rotate-".concat(g),null!=g&&0!==g),Ce(n,"fa-pull-".concat(y),null!=y),Ce(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?ge.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){Te.defaultProps.hasOwnProperty(n)||(v[n]=t[n])})),Ie(p[0],v)}));Te.displayName="FontAwesomeIcon",Te.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},Te.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 Ie=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 Fe(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)(Te,{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 De=function(){return De=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},De.apply(this,arguments)};function Ye(n){var e=n.open;return(0,t.jsx)("svg",De({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",De({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)(Fe,{icon:s,color:c}),(0,t.jsxs)("div",De({className:"leading-tight text-left"},{children:[(0,t.jsx)("p",De({className:"m-0 font-medium text-slate-900 dark:text-slate-200"},{children:e})),a?(0,t.jsx)("p",De({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],h=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),g=h.parentClass,y=h.coverClass,x=h.contentClass;return(0,t.jsxs)("div",We({role:"listitem",className:g},{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.href,a=n.color,r=void 0===a?"gray":a,i=n.darkColor,s=void 0===i?r:i,c=n.reverse,l=void 0!==c&&c,f=n.children,u="string"==typeof r?qe[r]:r,d="string"==typeof s?Xe[s]||[]:s;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",u[0],d[0],l&&"flex-row-reverse"),href:e},{children:[f,(0,t.jsx)("svg",Ze({className:o("overflow-visible",l?"mr-3":"ml-3",u[1],d[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:l?"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.href,l=e.onClick,f=e.children,u=(0,n.useState)(!1),d=u[0],m=u[1],p=c?"a":"div";return(0,t.jsxs)(p,Ke({className:o("block not-prose font-normal 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&&d?{borderColor:s}:void 0,onMouseEnter:function(){m(!0)},onMouseLeave:function(){m(!1)},href:c,onClick:l},{children:[(0,t.jsx)(Fe,{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)("span",Ke({className:o("mt-1 font-normal",a?"text-slate-600 dark:text-slate-400":"text-slate-700 dark:text-slate-300")},{children:f}))]}))}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){return(0,t.jsx)(da,fa({},n))}function da(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:[e&&(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}))]}))}var ma=function(){return ma=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},ma.apply(this,arguments)};function pa(n){var e=n.title,a=n.isActive,r=void 0===a||a,i=n.children;return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("h2",ma({className:o("flex text-sm leading-6 font-semibold whitespace-nowrap pt-3 pb-2.5 -mb-px max-w-max border-b",r?"text-primary dark:text-primary-light border-current":"text-slate-900 border-transparent hover:border-slate-300 dark:text-slate-200 dark:hover:border-slate-700")},{children:e})),i?(0,t.jsx)("div",ma({className:"prose dark:prose-dark"},{children:i})):null]})}var va=function(){return va=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},va.apply(this,arguments)};function ba(e){var a=e.children,r=(0,n.useState)(0),i=r[0],o=r[1],s=n.Children.toArray(a),c=s[i].props.children;return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("ul",va({className:"not-prose mb-6 pb-[1px] flex-none min-w-full overflow-auto border-b border-slate-200 space-x-6 flex dark:border-slate-200/5"},{children:s.map((function(n,e){return(0,t.jsx)("li",va({className:"cursor-pointer",onClick:function(){return o(e)}},{children:(0,t.jsx)(pa,{title:n.props.title,isActive:e===i})}))}))})),(0,t.jsx)("div",va({className:"prose dark:prose-dark"},{children:c}))]})}var ha=function(){return ha=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},ha.apply(this,arguments)};function ga(n){var e=n.tip,a=n.children;return a?(0,t.jsxs)("span",ha({className:"group z-10 inline relative"},{children:[ya(a),(0,t.jsx)("span",ha({className:"hidden group-hover:flex w-fit lg:whitespace-nowrap absolute bottom-full left-1/2 mb-0.5 pb-1 -translate-x-1/2 bg-slate-800 text-center text-slate-50 text-xs px-1.5 py-1 rounded-lg border border-slate-50"},{children:e}))]})):null}function ya(e){return(0,n.isValidElement)(e)?e:(0,t.jsx)("span",ha({className:"underline decoration-dotted decoration-2 underline-offset-4 decoration-slate-400 dark:decoration-slate-500"},{children:e}))}var xa=function(){return xa=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},xa.apply(this,arguments)};function ka(n){var e=n.open;return(0,t.jsx)("svg",xa({xmlns:"http://www.w3.org/2000/svg",className:o("h-3.5 w-3.5",e&&"rotate-90 -mt-1"),viewBox:"0 0 256 512",fill:"currentColor"},{children:(0,t.jsx)("path",{d:"M118.6 105.4l128 127.1C252.9 239.6 256 247.8 256 255.1s-3.125 16.38-9.375 22.63l-128 127.1c-9.156 9.156-22.91 11.9-34.88 6.943S64 396.9 64 383.1V128c0-12.94 7.781-24.62 19.75-29.58S109.5 96.23 118.6 105.4z"})}))}const wa=function(n){var e=n.title,a=n.description,r=n.open,i=n.setOpen;return(0,t.jsxs)("button",xa({onClick:function(){return i(!r)},className:"not-prose mt-1 flex flex-row items-center content-center w-full py-1 text-slate-700 hover:text-slate-900 dark:text-slate-400 dark:hover:text-slate-200 ".concat(r?"":"rounded-b-xl"),"aria-controls":e+"Children","aria-expanded":r},{children:[(0,t.jsx)(ka,{open:r}),(0,t.jsxs)("div",xa({className:"ml-2 leading-tight text-left"},{children:[(0,t.jsxs)("p",xa({className:"m-0"},{children:[r?"Hide":"Show"," ",e]})),a?(0,t.jsx)("p",xa({className:"m-0"},{children:a})):null]}))]}))};var Oa=function(){return Oa=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},Oa.apply(this,arguments)};const ja=function(e){var a=e.title,r=e.description,i=e.defaultOpen,s=void 0!==i&&i,c=e.onChange,l=e.children,f=(0,n.useState)(s),u=f[0],d=f[1];return(0,t.jsxs)("div",Oa({role:"listitem",className:""},{children:[(0,t.jsx)(wa,{title:a,description:r,open:u,setOpen:function(t){d(t),c&&c(t)}}),(0,t.jsx)("dd",Oa({id:a+"Children",className:o("mt-2 pt-1 mb-4 mx-[7px] px-4 border-l border-slate-100 dark:border-slate-800",!u&&"hidden")},{children:l}))]}),a)}})(),module.exports=a})();
2
+ (()=>{"use strict";var e={455:(e,r,t)=>{var n=t(258),s=Symbol.for("react.element"),a=Symbol.for("react.fragment"),o=Object.prototype.hasOwnProperty,l=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,i={key:!0,ref:!0,__self:!0,__source:!0};function d(e,r,t){var n,a={},d=null,c=null;for(n in void 0!==t&&(d=""+t),void 0!==r.key&&(d=""+r.key),void 0!==r.ref&&(c=r.ref),r)o.call(r,n)&&!i.hasOwnProperty(n)&&(a[n]=r[n]);if(e&&e.defaultProps)for(n in r=e.defaultProps)void 0===a[n]&&(a[n]=r[n]);return{$$typeof:s,type:e,key:d,ref:c,props:a,_owner:l.current}}r.Fragment=a,r.jsx=d,r.jsxs=d},557:(e,r,t)=>{e.exports=t(455)},258:e=>{e.exports=require("react")}},r={};function t(n){var s=r[n];if(void 0!==s)return s.exports;var a=r[n]={exports:{}};return e[n](a,a.exports,t),a.exports}t.d=(e,r)=>{for(var n in r)t.o(r,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},t.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};(()=>{t.r(n),t.d(n,{Accordion:()=>p,AccordionGroup:()=>h,Button:()=>m,Card:()=>j,CardGroup:()=>k,Check:()=>P,Expandable:()=>G,Frame:()=>S,Info:()=>N,Note:()=>M,Param:()=>V,Tab:()=>T,Tabs:()=>E,Tip:()=>L,Tooltip:()=>I,UserDefinedIcon:()=>l,Warning:()=>O});var e=t(557),r=t(258);function s(e){var r,t,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e))for(r=0;r<e.length;r++)e[r]&&(t=s(e[r]))&&(n&&(n+=" "),n+=t);else for(r in e)e[r]&&(n&&(n+=" "),n+=r);return n}const a=function(){for(var e,r,t=0,n="";t<arguments.length;)(e=arguments[t++])&&(r=s(e))&&(n&&(n+=" "),n+=r);return n};var o=function(){return o=Object.assign||function(e){for(var r,t=1,n=arguments.length;t<n;t++)for(var s in r=arguments[t])Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s]);return e},o.apply(this,arguments)};function l(r){var t=r.icon,n=r.size,s=void 0===n?4:n,l=r.color;return null==t?null:(0,e.jsx)("div",o({className:a("h-".concat(s," w-").concat(s),!l&&"fill-slate-800 dark:fill-slate-100 text-slate-800 dark:text-slate-100"),style:l?{fill:l}:void 0},{children:t}))}var i=function(){return i=Object.assign||function(e){for(var r,t=1,n=arguments.length;t<n;t++)for(var s in r=arguments[t])Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s]);return e},i.apply(this,arguments)};function d(r){var t=r.open;return(0,e.jsx)("svg",i({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 384 512",className:"h-3 w-3",style:{fill:"currentColor",transform:t?"rotate(90deg)":void 0}},{children:(0,e.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 c=function(r){var t=r.title,n=r.description,s=r.open,o=r.setOpen,c=r.icon,u=r.isRounded,p=r.coverClass;return(0,e.jsxs)("button",i({onClick:function(){return o(!s)},className:a("not-prose flex flex-row items-center content-center w-full",u&&"rounded-t-xl",u&&!s&&"rounded-b-xl",p),"aria-controls":t+"Children","aria-expanded":s},{children:[(0,e.jsx)(d,{open:s}),(0,e.jsx)(l,{icon:c}),(0,e.jsxs)("div",i({className:"leading-tight text-left"},{children:[(0,e.jsx)("p",i({className:"m-0 font-medium text-slate-900 dark:text-slate-200"},{children:t})),n?(0,e.jsx)("p",i({className:"m-0 text-slate-900 dark:text-slate-200"},{children:n})):null]}))]}))};var u=function(){return u=Object.assign||function(e){for(var r,t=1,n=arguments.length;t<n;t++)for(var s in r=arguments[t])Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s]);return e},u.apply(this,arguments)};const p=function(t){var n=t.title,s=t.description,o=t.defaultOpen,l=void 0!==o&&o,i=t.icon,d=t.onChange,p=t.variant,x=void 0===p?"rounded":p,h=t.children,v=(0,r.useState)(l),f=v[0],g=v[1],m=function(e){return"minimalist"===e?{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"}}(x),b=m.parentClass,j=m.coverClass,y=m.contentClass;return(0,e.jsxs)("div",u({role:"listitem",className:b},{children:[(0,e.jsx)(c,{title:n,description:s,open:f,setOpen:function(e){g(e),d&&d(e)},icon:i,isRounded:"rounded"===x,coverClass:j}),(0,e.jsx)("div",u({className:a(y,!f&&"hidden")},{children:h}))]}),n)};var x=function(){return x=Object.assign||function(e){for(var r,t=1,n=arguments.length;t<n;t++)for(var s in r=arguments[t])Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s]);return e},x.apply(this,arguments)};const h=function(r){var t=r.children;return(0,e.jsx)("div",x({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:t}))};var v=function(){return v=Object.assign||function(e){for(var r,t=1,n=arguments.length;t<n;t++)for(var s in r=arguments[t])Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s]);return e},v.apply(this,arguments)},f={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"]},g=v(v({},f),{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 m(r){var t=r.href,n=r.color,s=void 0===n?"gray":n,o=r.darkColor,l=void 0===o?s:o,i=r.reverse,d=void 0!==i&&i,c=r.children,u="string"==typeof s?f[s]:s,p="string"==typeof l?g[l]||[]:l;return(0,e.jsxs)("a",v({className:a("group inline-flex items-center h-9 rounded-full text-sm font-semibold whitespace-nowrap px-3 focus:outline-none focus:ring-2",u[0],p[0],d&&"flex-row-reverse"),href:t},{children:[c,(0,e.jsx)("svg",v({className:a("overflow-visible",d?"mr-3":"ml-3",u[1],p[1]),width:"3",height:"6",viewBox:"0 0 3 6",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},{children:(0,e.jsx)("path",{d:d?"M3 0L0 3L3 6":"M0 0L3 3L0 6"})}))]}))}var b=function(){return b=Object.assign||function(e){for(var r,t=1,n=arguments.length;t<n;t++)for(var s in r=arguments[t])Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s]);return e},b.apply(this,arguments)};function j(t){var n=t.title,s=t.icon,o=t.hoverHighlightColour,i=t.href,d=t.onClick,c=t.children,u=(0,r.useState)(!1),p=u[0],x=u[1],h=i?"a":"div";return(0,e.jsxs)(h,b({className:a("block not-prose font-normal 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",i||o?"cursor-pointer":void 0),style:o&&p?{borderColor:o}:void 0,onMouseEnter:function(){x(!0)},onMouseLeave:function(){x(!1)},href:i,onClick:d},{children:[(0,e.jsx)(l,{icon:s,size:6}),(0,e.jsx)("h2",b({className:a("font-semibold text-base text-slate-800 dark:text-white",null!=s&&"mt-4")},{children:n})),(0,e.jsx)("span",b({className:a("mt-1 font-normal",n?"text-slate-600 dark:text-slate-400":"text-slate-700 dark:text-slate-300")},{children:c}))]}))}var y=function(){return y=Object.assign||function(e){for(var r,t=1,n=arguments.length;t<n;t++)for(var s in r=arguments[t])Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s]);return e},y.apply(this,arguments)};function k(r){var t=r.children,n=r.cols,s=void 0===n?2:n;return(0,e.jsx)("div",y({className:"grid sm:grid-cols-".concat(s," gap-x-4")},{children:t}))}var C=function(){return C=Object.assign||function(e){for(var r,t=1,n=arguments.length;t<n;t++)for(var s in r=arguments[t])Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s]);return e},C.apply(this,arguments)};function w(r){var t=r.children,n=r.icon,s=r.className;return(0,e.jsx)("div",C({className:"px-4 py-4 mb-4 rounded-xl ".concat(s)},{children:(0,e.jsxs)("div",C({className:"flex items-start space-x-3"},{children:[(0,e.jsx)("div",C({className:"mt-0.5 w-4"},{children:n})),(0,e.jsx)("div",C({className:"flex-1 font-medium text-sm prose dark:text-slate-50"},{children:t}))]}))}))}function N(r){var t=r.children;return(0,e.jsx)(w,C({className:"bg-slate-100 dark:bg-slate-600",icon:(0,e.jsx)("svg",C({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,e.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:t}))}function O(r){var t=r.children;return(0,e.jsx)(w,C({icon:(0,e.jsx)("svg",C({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,e.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:t}))}function M(r){var t=r.children;return(0,e.jsx)(w,C({icon:(0,e.jsx)("svg",C({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,e.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:t}))}function L(r){var t=r.children;return(0,e.jsx)(w,C({icon:(0,e.jsx)("svg",C({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,e.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:t}))}function P(r){var t=r.children;return(0,e.jsx)(w,C({icon:(0,e.jsx)("svg",C({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,e.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:t}))}var H=function(){return H=Object.assign||function(e){for(var r,t=1,n=arguments.length;t<n;t++)for(var s in r=arguments[t])Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s]);return e},H.apply(this,arguments)},_={none:"",md:"p-8"};function S(r){var t=r.as,n=void 0===t?"div":t,s=r.style,o=r.className,l=r.containerClassName,i=r.html,d=r.children,c=r.hint,u=r.padding,p=void 0===u?"md":u,x=r.lightOnly,h=void 0!==x&&x,v=_[p];return(0,e.jsxs)("div",H({className:l},{children:[void 0!==c&&(0,e.jsxs)("div",H({className:"not-prose mb-4 flex items-center space-x-2"},{children:[(0,e.jsx)("svg",H({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,e.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,e.jsx)("p",H({className:"text-slate-700 text-sm font-medium dark:text-slate-200"},{children:c}))]})),(0,e.jsxs)(n,H({style:s,className:a("not-prose relative bg-slate-50 rounded-xl overflow-hidden",!h&&"dark:bg-slate-800/25")},{children:[(0,e.jsx)("div",{style:{backgroundPosition:"10px 10px"},className:a("absolute inset-0 bg-grid-slate-100 [mask-image:linear-gradient(0deg,#fff,rgba(255,255,255,0.6))]",!h&&"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,e.jsx)("div",H({className:a("relative rounded-xl overflow-auto flex justify-center",v,o)},i?{dangerouslySetInnerHTML:{__html:i}}:{children:d})),(0,e.jsx)("div",{className:a("absolute inset-0 pointer-events-none border border-black/5 rounded-xl",!h&&"dark:border-white/5")})]}))]}))}var z=function(){return z=Object.assign||function(e){for(var r,t=1,n=arguments.length;t<n;t++)for(var s in r=arguments[t])Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s]);return e},z.apply(this,arguments)};function V(r){return(0,e.jsx)(Z,z({},r))}function Z(r){var t=r.name,n=r.type,s=r.defaultValue,o=r.required,l=void 0!==o&&o,i=r.hidden,d=void 0!==i&&i,c=r.nameClasses,u=r.children;return d?null:(0,e.jsxs)("div",z({className:a("pb-3 mb-4 border-b border-slate-100 dark:border-slate-800")},{children:[(0,e.jsxs)("div",z({className:"flex font-mono text-sm"},{children:[t&&(0,e.jsxs)("div",z({className:"py-px flex-1 space-x-2 truncate"},{children:[(0,e.jsx)("span",z({className:a("px-1 py-px rounded-md font-medium bg-slate-50 dark:bg-slate-800 border border-slate-200 dark:border-slate-700",c,c&&!c.includes("text-")||!c?"dark:text-slate-200":void 0)},{children:t})),l&&(0,e.jsx)("span",z({className:"text-slate-500 dark:text-slate-300"},{children:"Required"})),s&&(0,e.jsxs)("span",z({className:"text-slate-500 dark:text-slate-300"},{children:["Default: ",s]}))]})),n&&(0,e.jsx)("div",z({className:"text-slate-600 dark:text-slate-300"},{children:n}))]})),(0,e.jsx)("div",z({className:"mt-2 prose-sm prose-slate dark:prose-dark"},{children:u}))]}))}var B=function(){return B=Object.assign||function(e){for(var r,t=1,n=arguments.length;t<n;t++)for(var s in r=arguments[t])Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s]);return e},B.apply(this,arguments)};function T(r){var t=r.title,n=r.isActive,s=void 0===n||n,o=r.children;return(0,e.jsxs)(e.Fragment,{children:[(0,e.jsx)("h2",B({className:a("flex text-sm leading-6 font-semibold whitespace-nowrap pt-3 pb-2.5 -mb-px max-w-max border-b",s?"text-primary dark:text-primary-light border-current":"text-slate-900 border-transparent hover:border-slate-300 dark:text-slate-200 dark:hover:border-slate-700")},{children:t})),o?(0,e.jsx)("div",B({className:"prose dark:prose-dark"},{children:o})):null]})}var R=function(){return R=Object.assign||function(e){for(var r,t=1,n=arguments.length;t<n;t++)for(var s in r=arguments[t])Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s]);return e},R.apply(this,arguments)};function E(t){var n=t.children,s=(0,r.useState)(0),a=s[0],o=s[1],l=r.Children.toArray(n),i=l[a].props.children;return(0,e.jsxs)(e.Fragment,{children:[(0,e.jsx)("ul",R({className:"not-prose mb-6 pb-[1px] flex-none min-w-full overflow-auto border-b border-slate-200 space-x-6 flex dark:border-slate-200/5"},{children:l.map((function(r,t){return(0,e.jsx)("li",R({className:"cursor-pointer",onClick:function(){return o(t)}},{children:(0,e.jsx)(T,{title:r.props.title,isActive:t===a})}))}))})),(0,e.jsx)("div",R({className:"prose dark:prose-dark"},{children:i}))]})}var A=function(){return A=Object.assign||function(e){for(var r,t=1,n=arguments.length;t<n;t++)for(var s in r=arguments[t])Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s]);return e},A.apply(this,arguments)};function I(r){var t=r.tip,n=r.children;return n?(0,e.jsxs)("span",A({className:"group z-10 inline relative"},{children:[F(n),(0,e.jsx)("span",A({className:"hidden group-hover:flex w-fit lg:whitespace-nowrap absolute bottom-full left-1/2 mb-0.5 pb-1 -translate-x-1/2 bg-slate-800 text-center text-slate-50 text-xs px-1.5 py-1 rounded-lg border border-slate-50"},{children:t}))]})):null}function F(t){return(0,r.isValidElement)(t)?t:(0,e.jsx)("span",A({className:"underline decoration-dotted decoration-2 underline-offset-4 decoration-slate-400 dark:decoration-slate-500"},{children:t}))}var W=function(){return W=Object.assign||function(e){for(var r,t=1,n=arguments.length;t<n;t++)for(var s in r=arguments[t])Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s]);return e},W.apply(this,arguments)};function D(r){var t=r.open;return(0,e.jsx)("svg",W({xmlns:"http://www.w3.org/2000/svg",className:a("h-3.5 w-3.5",t&&"rotate-90 -mt-1"),viewBox:"0 0 256 512",fill:"currentColor"},{children:(0,e.jsx)("path",{d:"M118.6 105.4l128 127.1C252.9 239.6 256 247.8 256 255.1s-3.125 16.38-9.375 22.63l-128 127.1c-9.156 9.156-22.91 11.9-34.88 6.943S64 396.9 64 383.1V128c0-12.94 7.781-24.62 19.75-29.58S109.5 96.23 118.6 105.4z"})}))}const q=function(r){var t=r.title,n=r.description,s=r.open,a=r.setOpen;return(0,e.jsxs)("button",W({onClick:function(){return a(!s)},className:"not-prose mt-1 flex flex-row items-center content-center w-full py-1 text-slate-700 hover:text-slate-900 dark:text-slate-400 dark:hover:text-slate-200 ".concat(s?"":"rounded-b-xl"),"aria-controls":t+"Children","aria-expanded":s},{children:[(0,e.jsx)(D,{open:s}),(0,e.jsxs)("div",W({className:"ml-2 leading-tight text-left"},{children:[(0,e.jsxs)("p",W({className:"m-0"},{children:[s?"Hide":"Show"," ",t]})),n?(0,e.jsx)("p",W({className:"m-0"},{children:n})):null]}))]}))};var U=function(){return U=Object.assign||function(e){for(var r,t=1,n=arguments.length;t<n;t++)for(var s in r=arguments[t])Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s]);return e},U.apply(this,arguments)};const G=function(t){var n=t.title,s=t.description,o=t.defaultOpen,l=void 0!==o&&o,i=t.onChange,d=t.children,c=(0,r.useState)(l),u=c[0],p=c[1];return(0,e.jsxs)("div",U({role:"listitem",className:""},{children:[(0,e.jsx)(q,{title:n,description:s,open:u,setOpen:function(e){p(e),i&&i(e)}}),(0,e.jsx)("div",U({id:n+"Children",className:a("mt-2 pt-1 mb-4 mx-[7px] px-4 border-l border-slate-100 dark:border-slate-800",!u&&"hidden")},{children:d}))]}),n)}})(),module.exports=n})();
package/dist/main.css CHANGED
@@ -1273,6 +1273,9 @@ video {
1273
1273
  bottom: 0px;
1274
1274
  left: 0px;
1275
1275
  }
1276
+ .top-full {
1277
+ top: 100%;
1278
+ }
1276
1279
  .bottom-full {
1277
1280
  bottom: 100%;
1278
1281
  }
@@ -1321,6 +1324,9 @@ video {
1321
1324
  .mt-2 {
1322
1325
  margin-top: 0.5rem;
1323
1326
  }
1327
+ .ml-2 {
1328
+ margin-left: 0.5rem;
1329
+ }
1324
1330
  .mb-0\.5 {
1325
1331
  margin-bottom: 0.125rem;
1326
1332
  }
@@ -1330,9 +1336,6 @@ video {
1330
1336
  .mb-3 {
1331
1337
  margin-bottom: 0.75rem;
1332
1338
  }
1333
- .ml-2 {
1334
- margin-left: 0.5rem;
1335
- }
1336
1339
  .-mt-1 {
1337
1340
  margin-top: -0.25rem;
1338
1341
  }
@@ -1441,6 +1444,9 @@ video {
1441
1444
  .w-full {
1442
1445
  width: 100%;
1443
1446
  }
1447
+ .w-40 {
1448
+ width: 10rem;
1449
+ }
1444
1450
  .w-fit {
1445
1451
  width: -webkit-fit-content;
1446
1452
  width: -moz-fit-content;
@@ -1492,6 +1498,9 @@ video {
1492
1498
  .justify-center {
1493
1499
  justify-content: center;
1494
1500
  }
1501
+ .justify-between {
1502
+ justify-content: space-between;
1503
+ }
1495
1504
  .gap-x-4 {
1496
1505
  -moz-column-gap: 1rem;
1497
1506
  column-gap: 1rem;
@@ -1634,6 +1643,13 @@ video {
1634
1643
  --tw-bg-opacity: 1;
1635
1644
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
1636
1645
  }
1646
+ .bg-slate-400\/10 {
1647
+ background-color: rgba(148, 163, 184, 0.1);
1648
+ }
1649
+ .bg-white {
1650
+ --tw-bg-opacity: 1;
1651
+ background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
1652
+ }
1637
1653
  .bg-slate-800 {
1638
1654
  --tw-bg-opacity: 1;
1639
1655
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
@@ -1675,14 +1691,18 @@ video {
1675
1691
  padding-left: 0.25rem;
1676
1692
  padding-right: 0.25rem;
1677
1693
  }
1678
- .px-1\.5 {
1679
- padding-left: 0.375rem;
1680
- padding-right: 0.375rem;
1681
- }
1682
1694
  .py-1 {
1683
1695
  padding-top: 0.25rem;
1684
1696
  padding-bottom: 0.25rem;
1685
1697
  }
1698
+ .py-2 {
1699
+ padding-top: 0.5rem;
1700
+ padding-bottom: 0.5rem;
1701
+ }
1702
+ .px-1\.5 {
1703
+ padding-left: 0.375rem;
1704
+ padding-right: 0.375rem;
1705
+ }
1686
1706
  .px-5 {
1687
1707
  padding-left: 1.25rem;
1688
1708
  padding-right: 1.25rem;
@@ -1738,12 +1758,15 @@ video {
1738
1758
  .font-normal {
1739
1759
  font-weight: 400;
1740
1760
  }
1741
- .leading-tight {
1742
- line-height: 1.25;
1761
+ .leading-5 {
1762
+ line-height: 1.25rem;
1743
1763
  }
1744
1764
  .leading-6 {
1745
1765
  line-height: 1.5rem;
1746
1766
  }
1767
+ .leading-tight {
1768
+ line-height: 1.25;
1769
+ }
1747
1770
  .text-indigo-600 {
1748
1771
  --tw-text-opacity: 1;
1749
1772
  color: rgba(79, 70, 229, var(--tw-text-opacity));
@@ -1812,14 +1835,14 @@ video {
1812
1835
  --tw-text-opacity: 1;
1813
1836
  color: rgba(100, 116, 139, var(--tw-text-opacity));
1814
1837
  }
1815
- .text-slate-50 {
1816
- --tw-text-opacity: 1;
1817
- color: rgba(248, 250, 252, var(--tw-text-opacity));
1818
- }
1819
1838
  .text-slate-900 {
1820
1839
  --tw-text-opacity: 1;
1821
1840
  color: rgba(15, 23, 42, var(--tw-text-opacity));
1822
1841
  }
1842
+ .text-slate-50 {
1843
+ --tw-text-opacity: 1;
1844
+ color: rgba(248, 250, 252, var(--tw-text-opacity));
1845
+ }
1823
1846
  .text-pink-700 {
1824
1847
  --tw-text-opacity: 1;
1825
1848
  color: rgba(190, 24, 93, var(--tw-text-opacity));
@@ -1842,6 +1865,13 @@ video {
1842
1865
  .underline-offset-4 {
1843
1866
  text-underline-offset: 4px;
1844
1867
  }
1868
+ .shadow {
1869
+ --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
1870
+ --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1871
+ box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
1872
+ box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
1873
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
1874
+ }
1845
1875
  .ring-2 {
1846
1876
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1847
1877
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
@@ -1883,6 +1913,9 @@ video {
1883
1913
  --tw-bg-opacity: 1;
1884
1914
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
1885
1915
  }
1916
+ .hover\:bg-slate-400\/20:hover {
1917
+ background-color: rgba(148, 163, 184, 0.2);
1918
+ }
1886
1919
  .hover\:bg-slate-100:hover {
1887
1920
  --tw-bg-opacity: 1;
1888
1921
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
@@ -2045,6 +2078,9 @@ video {
2045
2078
  --tw-bg-opacity: 1;
2046
2079
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
2047
2080
  }
2081
+ .dark .dark\:bg-slate-600\/30 {
2082
+ background-color: rgba(71, 85, 105, 0.3);
2083
+ }
2048
2084
  .dark .dark\:fill-slate-300 {
2049
2085
  fill: #cbd5e1;
2050
2086
  }
package/package-lock.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@mintlify/components",
3
- "version": "0.1.24",
3
+ "version": "0.1.31",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@mintlify/components",
9
- "version": "0.1.24",
9
+ "version": "0.1.31",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@fortawesome/fontawesome-svg-core": "^6.2.0",
13
13
  "@fortawesome/react-fontawesome": "^0.2.0",
14
- "@headlessui/react": "^1.6.6",
14
+ "@headlessui/react": "^1.7.3",
15
15
  "assert": "^2.0.0",
16
16
  "clsx": "^1.1.1"
17
17
  },
@@ -2532,9 +2532,9 @@
2532
2532
  "dev": true
2533
2533
  },
2534
2534
  "node_modules/@headlessui/react": {
2535
- "version": "1.6.6",
2536
- "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-1.6.6.tgz",
2537
- "integrity": "sha512-MFJtmj9Xh/hhBMhLccGbBoSk+sk61BlP6sJe4uQcVMtXZhCgGqd2GyIQzzmsdPdTEWGSF434CBi8mnhR6um46Q==",
2535
+ "version": "1.7.3",
2536
+ "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-1.7.3.tgz",
2537
+ "integrity": "sha512-LGp06SrGv7BMaIQlTs8s2G06moqkI0cb0b8stgq7KZ3xcHdH3qMP+cRyV7qe5x4XEW/IGY48BW4fLesD6NQLng==",
2538
2538
  "engines": {
2539
2539
  "node": ">=10"
2540
2540
  },
@@ -26306,9 +26306,9 @@
26306
26306
  "dev": true
26307
26307
  },
26308
26308
  "@headlessui/react": {
26309
- "version": "1.6.6",
26310
- "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-1.6.6.tgz",
26311
- "integrity": "sha512-MFJtmj9Xh/hhBMhLccGbBoSk+sk61BlP6sJe4uQcVMtXZhCgGqd2GyIQzzmsdPdTEWGSF434CBi8mnhR6um46Q==",
26309
+ "version": "1.7.3",
26310
+ "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-1.7.3.tgz",
26311
+ "integrity": "sha512-LGp06SrGv7BMaIQlTs8s2G06moqkI0cb0b8stgq7KZ3xcHdH3qMP+cRyV7qe5x4XEW/IGY48BW4fLesD6NQLng==",
26312
26312
  "requires": {}
26313
26313
  },
26314
26314
  "@istanbuljs/load-nyc-config": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mintlify/components",
3
- "version": "0.1.30",
3
+ "version": "0.1.33",
4
4
  "description": "Open-source library of UI components made with React and TailwindCSS.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -67,9 +67,7 @@
67
67
  "webpack-cli": "^4.10.0"
68
68
  },
69
69
  "dependencies": {
70
- "@fortawesome/fontawesome-svg-core": "^6.2.0",
71
- "@fortawesome/react-fontawesome": "^0.2.0",
72
- "@headlessui/react": "^1.6.6",
70
+ "@headlessui/react": "^1.7.3",
73
71
  "assert": "^2.0.0",
74
72
  "clsx": "^1.1.1"
75
73
  }