luis-ui-lib 1.1.78 → 1.1.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@luis-ui.cjs.js +53 -38
- package/dist/@luis-ui.es.js +14318 -8333
- package/dist/{cq-BAXkyGUv.js → cq-SM4OTPLG.js} +8 -7
- package/dist/cq-XQDp3CoU.cjs +1 -0
- package/dist/panda.buildinfo.json +87 -85
- package/dist/styled-system.cjs.js +1 -1
- package/dist/styled-system.es.js +2 -2
- package/dist/styles.css +698 -673
- package/dist/types/styled-system/recipes/modal-slot.d.ts +3 -6
- package/dist/types/styled-system/recipes/switch-slot.d.ts +4 -1
- package/dist/types/ui-lib/src/App.d.ts.map +1 -1
- package/dist/types/ui-lib/src/components/Modal/index.d.ts +43 -32
- package/dist/types/ui-lib/src/components/Modal/index.d.ts.map +1 -1
- package/dist/types/ui-lib/src/components/Modal/modal.context.d.ts +10 -0
- package/dist/types/ui-lib/src/components/Modal/modal.context.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Modal/modal.slot.d.ts.map +1 -1
- package/dist/types/ui-lib/src/components/Modal/modal.types.d.ts +17 -10
- package/dist/types/ui-lib/src/components/Modal/modal.types.d.ts.map +1 -1
- package/dist/types/ui-lib/src/components/Switch/index.d.ts +23 -9
- package/dist/types/ui-lib/src/components/Switch/index.d.ts.map +1 -1
- package/dist/types/ui-lib/src/components/Switch/switch.slot.d.ts.map +1 -1
- package/package.json +3 -1
- package/dist/cq-CdgU4Wzm.cjs +0 -1
package/dist/@luis-ui.cjs.js
CHANGED
|
@@ -1,89 +1,104 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const v=require("react/jsx-runtime"),z=require("./cq-CdgU4Wzm.cjs"),V=require("react"),Qe=require("react-dom");function i1(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const o=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,o.get?o:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const y=i1(V),Sa=i1(Qe);function a1(){const e=t=>t;return new Proxy(e,{get(){return e}})}var sr=a1(),s0=a1();const l0={className:"accordion",description:"Styles for the Accordion component",slots:["root","item","header","trigger","content"],base:{item:{overflow:"hidden",marginTop:1,"&:first-child":{marginTop:0,borderTopLeftRadius:"4px",borderTopRightRadius:"4px"},"&:last-child":{borderBottomLeftRadius:"4px",borderBottomRightRadius:"4px"},"&:focus-within":{position:"relative",zIndex:1}},header:{borderBottom:"1px solid #F0F0F0",all:"unset",display:"flex",transition:"all 0.25s",_hover:{background:"gray_20"}},trigger:{flex:1,all:"unset",width:"100%",color:"black",height:"44px",display:"flex",fontSize:"14px",cursor:"pointer",padding:"0 20px",fontWeight:"500",lineHeight:"20px",fontFamily:"Poppins",fontStyle:"normal",position:"relative",alignItems:"center",justifyContent:"space-between"},content:{overflow:"hidden",backgroundColor:"white",padding:"8px 20px",color:"gray_60",fontFamily:"Poppins",fontSize:"14px",fontStyle:"normal",fontWeight:"500",position:"relative",'&[data-state="open"]':{animation:"slideDown 300ms cubic-bezier(0.87, 0, 0.13, 1)"},'&[data-state="closed"]':{animation:"slideUp 300ms cubic-bezier(0.87, 0, 0.13, 1)"}},root:{borderRadius:"4px",width:"100%",backgroundColor:"white"}}},c0={className:"Anchor",description:"Estilo base e variantes do componente Anchor",base:{color:"blue_80",cursor:"pointer",textDecoration:"none",_disabled:{opacity:.5,cursor:"not-allowed",textDecoration:"none",pointerEvents:"none"}},variants:{underlined:{true:{_hover:{textDecoration:"underline"}}},disabled:{true:{opacity:.5,cursor:"not-allowed",textDecoration:"none",pointerEvents:"none"}}}},d0={className:"avatar",description:"Styles for the Avatar component",slots:["root","image","fallback"],base:{root:{width:45,height:45,overflow:"hidden",userSelect:"none",alignItems:"center",borderRadius:"100%",display:"inline-flex",verticalAlign:"middle",justifyContent:"center",backgroundColor:"gray_80"},image:{width:"100%",height:"100%",objectFit:"cover",borderRadius:"inherit"},fallback:{color:"text.primary.blue",width:"100%",lineHeight:1,height:"100%",display:"flex",fontWeight:500,fontSize:"15px",alignItems:"center",justifyContent:"center",backgroundColor:"gray_60"}},variants:{inline:{true:{root:{display:"inline-block"}}},size:{micro:{root:{width:"22.5px",height:"22.5px"}},small:{root:{width:"37.5px",height:"37.5px"}},medium:{root:{width:"32.5px",height:"32.5px"}},large:{root:{width:"75px",height:"75px"}}},shape:{default:{root:{borderRadius:"50%"}},square:{root:{borderRadius:"0.25rem"}}}}},f0={className:"avatarGroup",description:"Styles for the AvatarGroup component",slots:["container","avatarStyle","othersStyle"],base:{container:{display:"flex",alignItems:"center",position:"relateive"},othersStyle:{borderRadius:"0.25px",cursor:"pointer",marginLeft:"12px"},avatarStyle:{borderRadius:"50%",marginLeft:"-15px",backgroundColor:"gray_60",boxShadow:"3px 3px 3px -1px #d3d3d3","&:nth-child(1)":{marginLeft:0}}},variants:{square:{true:{avatarStyle:{borderRadius:0}}}}},p0={className:"blanket",description:"Estilo base e variantes do componente blanket",base:{top:0,left:0,right:0,bottom:0,zIndex:99,width:"100%",opacity:.75,height:"100%",background:"white",transition:"opacity 300ms ease-out"},variants:{position:{absolute:{position:"absolute"},fixed:{position:"fixed"}},global:{true:{zIndex:101}},primary:{true:{background:"blue_60"}},entering:{true:{opacity:.85,background:"grayDarkest",transition:"opacity 300ms ease-out"}},exiting:{true:{opacity:.01,transition:"opacity 300ms ease-out"}}},defaultVariants:{position:"fixed",entering:!0}},g0={className:"Block",description:"Estilo base e variantes do componente Block",base:{borderRadius:"4px",padding:"1rem"},variants:{background:{white:{background:"white"},gray:{background:"gray_20"},blue:{background:"blue_60"},lightBlue:{background:"blue_tint"},transparent:{background:"transparent"}},border:{noBorder:{border:"none"},gray:{border:"1px solid {colors.gray_60}"},gray40:{border:"1px solid {colors.gray_40}"},blue:{border:"1px solid {colors.blue_60}"},borderTop:{borderTop:"1px solid {colors.gray_60}"},danger:{border:"1px solid {colors.danger_red} "}},alignItems:{center:{gap:"8px",display:"flex",alignItems:"center"},end:{gap:"8px",display:"flex",alignItems:"flex-end"},start:{gap:"8px",display:"flex",alignItems:"flex-start"},baseline:{gap:"8px",display:"flex",alignItems:"baseline"},stretch:{gap:"8px",display:"flex",alignItems:"stretch"}},padding:{noVerticalPadding:{paddingTop:"0px",paddingBottom:"0px"},noPadding:{padding:0},largePadding:{padding:"2rem"},microPadding:{padding:"0.5rem"},xMicroPadding:{padding:"0.25rem"},smallPadding:{padding:"1rem"}},relative:{true:{position:"relative"}},fullWidth:{true:{width:"100%"}},justifyContent:{justifyCenter:{gap:"8px",display:"flex",justifyContent:"center"},justifyEnd:{gap:"8px",display:"flex",justifyContent:"flex-end"},justifyStart:{gap:"8px",display:"flex",justifyContent:"flex-start"}},direction:{row:{flexDirection:"row"},column:{flexDirection:"column"}},fullHeight:{true:{height:"100%"}},radius:{true:{borderRadius:6},false:{borderRadius:0}}},defaultVariants:{background:"white",border:"gray"}},v0={className:"boxGroup",description:"Styles for the boxGroup component",slots:["boxStyle","rowStyle","container","others","subItens"],base:{boxStyle:{backgroundColor:"blue_60",borderRadius:"4px",margin:"4px 16px",width:"fit-content",cursor:"default"},rowStyle:{display:"flex",overflowY:"auto",flexDirection:"column",flexWrap:"wrap"},container:{display:"flex",alignItems:"center"},others:{borderRadius:3,cursor:"pointer",marginLeft:"12px"},subItens:{display:"flex"}},variants:{size:{micro:{boxStyle:{padding:"6px"}},small:{boxStyle:{padding:"8px"}},medium:{boxStyle:{padding:"10px"}},large:{boxStyle:{padding:"12px"}}}},defaultVariants:{size:"medium"}},m0={className:"breadcrumb",description:"Styles for the breadcrumb component",slots:["container","item","separator"],base:{container:{display:"flex",alignItems:"center",padding:"0 0 16px 0",fontFamily:"Poppins"},item:{border:"none",background:"transparent",outline:"none",textDecoration:"none",fontSize:"12px",fontFamily:"Poppins"},separator:{padding:"0 5px"}},variants:{current:{false:{item:{color:"gray_60",cursor:"pointer",fontFamily:"Poppins",_hover:{textDecoration:"underline"}}},true:{item:{color:"gray_80",cursor:"default",fontFamily:"Poppins"}}}},defaultVariants:{current:!1}},h0={className:"button",description:"Estilo base e variantes do componente Button",slots:["buttonStyle","wrapperShimmer","contentStyle","buttonLoader"],base:{buttonStyle:{outline:0,borderWidth:0,textAlign:"center",appearance:"none",display:"inline-flex",justifyContent:"center",margin:"0px 2px 8px 2px",borderRadius:4,fontFamily:"Poppins",fontWeight:"500",position:"relative",cursor:"pointer",boxSizing:"border-box",overflow:"hidden",flexShrink:0,transition:"all 0.2s ease-in-out",_disabled:{opacity:.5,pointerEvents:"none"}},wrapperShimmer:{position:"absolute",width:"100%",height:"100%",top:0,right:0,bottom:0,left:0},contentStyle:{opacity:1,display:"flex",userSelect:"none",alignItems:"center",whiteSpace:"nowrap",transition:"opacity .2s",justifyContent:"flex-start"},buttonLoader:{top:0,left:0,right:0,bottom:0,display:"flex",alignItems:"center",position:"absolute",justifyContent:"center"}},variants:{style:{solid:{buttonStyle:{backgroundColor:"surface.strong.blue",border:"1px solid",borderColor:"surface.strong.blue",color:"white",_hover:{backgroundColor:"blue_80",border:"1px solid",borderColor:"blue_80"},_active:{backgroundColor:"blue_100",border:"1px solid",borderColor:"blue_100"},_disabled:{backgroundColor:"blue_40",border:"none"}}},outline:{buttonStyle:{color:"text.primary.blue",border:"1px solid {colors.border.blue}",_hover:{backgroundColor:"surface.light.blue"},_active:{backgroundColor:"surface.light.blue_moderate"},_disabled:{border:"1px solid {colors.blue_40}"}}},ghost:{buttonStyle:{color:"text.primary.blue",_hover:{backgroundColor:"surface.light.blue"},_active:{backgroundColor:"surface.light.blue_moderate"},_disabled:{opacity:.5,pointerEvents:"none"}}},soft:{buttonStyle:{background:"surface.light.blue_moderate",color:"text.primary.blue",_hover:{backgroundColor:"surface.light.blue"},_active:{backgroundColor:"surface.light.blue_moderate"},_disabled:{opacity:.5,pointerEvents:"none"}}},dashed:{buttonStyle:{color:"blue_60",border:"1px dashed {colors.blue_60}",_hover:{backgroundColor:"surface.light.blue"},_active:{backgroundColor:"surface.light.blue_moderate"},_disabled:{opacity:.5,pointerEvents:"none"}}},shade:{buttonStyle:{backgroundColor:"shadowWeakest",color:"gray_80","& svg":{"& path":{fill:"gray_80"}},_hover:{backgroundColor:"shadowWeaker"},_active:{backgroundColor:"shadowWeak"}}},error:{buttonStyle:{backgroundColor:"red_tint",border:"1px solid {colors.danger_red}",color:"text.secondary.red",_hover:{backgroundColor:"none"},_active:{backgroundColor:"danger_red",color:"white"}}},mono:{buttonStyle:{border:"1px solid {colors.gray_60}",color:"gray_60",_hover:{backgroundColor:"none"},_active:{backgroundColor:"gray_20"}}},danger:{buttonStyle:{backgroundColor:"danger_red",color:"white",transition:"0.2s all",_hover:{backgroundColor:"danger_red"},_active:{backgroundColor:"danger_red"}}},gradient:{buttonStyle:{border:"1px solid transparent",color:"blue_60",backgroundImage:"linear-gradient(white, white), radial-gradient(circle at top left, rgb(0, 34, 255) 26%, rgb(0, 221, 238) 68%)",backgroundOrigin:"border-box",backgroundClip:"padding-box, border-box",_hover:{backgroundColor:"surface.light.blue"},_active:{backgroundColor:"surface.light.blue_moderate"},_disabled:{border:"1px solid blue_40"}}}},rightIcon:{true:{buttonStyle:{gap:"8px"},contentStyle:{gap:"8px"}}},leftIcon:{true:{buttonStyle:{gap:"8px"},contentStyle:{gap:"8px"}}},grouped:{grouped:{buttonStyle:{margin:"0 0.5px"}},groupedFirst:{buttonStyle:{borderRadius:"3px 0 0 3px",marginLeft:0}},groupedLast:{buttonStyle:{borderRadius:"0 3px 3px 0",marginRight:0}}},size:{large:{buttonStyle:{padding:"8px 12px",fontSize:"14px",gap:10}},medium:{buttonStyle:{padding:"6px 10px",fontSize:"12px",gap:8}},small:{buttonStyle:{padding:"4px 8px",fontSize:"12px",gap:6}}},shape:{rectangular:{buttonStyle:{borderRadius:0}},noBorder:{buttonStyle:{border:"none",borderWidth:0}},rounded:{buttonStyle:{borderRadius:"22px"}},regular:{buttonStyle:{borderRadius:4}}},spacing:{noSpacing:{buttonStyle:{marginBottom:0}},removeSideSpacing:{buttonStyle:{marginLeft:0,marginRight:0}}},fullWidth:{true:{buttonStyle:{width:"100%"}}},loading:{true:{buttonStyle:{opacity:"1px",pointerEvents:"none",border:"none"}}},block:{true:{buttonStyle:{width:"100%",textAlign:"left",margin:0}}},compact:{true:{buttonStyle:{paddingRight:"12px",paddingLeft:"12px"}}},short:{true:{buttonStyle:{height:"2rem"}}},tall:{true:{buttonStyle:{height:"3rem"}}},underlined:{true:{buttonStyle:{textDecoration:"underline"}}},contentLoading:{true:{contentStyle:{opacity:0}}},contentFullWidth:{true:{contentStyle:{justifyContent:"center"}}}},defaultVariants:{style:"solid",size:"medium"}},b0={className:"Cell",description:"Estilo base e variantes do componente Cell",base:{paddingLeft:"gutter_small_regular_left",paddingRight:"gutter_small_regular_right",boxSizing:"border-box",md:{paddingLeft:"gutter_medium_regular_left",paddingRight:"gutter_medium_regular_right"},lg:{paddingLeft:"gutter_large_regular_left",paddingRight:"gutter_large_regular_right"},sm:{paddingLeft:"gutter_small_regular_left",paddingRight:"gutter_small_regular_right"},xl:{paddingLeft:"gutter_xlarge_regular_left",paddingRight:"gutter_xlarge_regular_right"}},variants:{fullHeight:{true:{height:"100%"}},fullHeightOnMedium:{true:{md:{height:"100%"}}},fullHeightOnLarge:{true:{lg:{height:"100%"}}},fullHeightOnXlarge:{true:{xl:{height:"100%"}}},microSpacing:{true:{paddingLeft:"gutter_small_micro_left",paddingRight:"gutter_small_micro_right",md:{paddingLeft:"gutter_medium_micro_left",paddingRight:"gutter_medium_micro_right"},lg:{paddingLeft:"gutter_large_micro_left",paddingRight:"gutter_large_micro_right"},xl:{paddingLeft:"gutter_xlarge_micro_left",paddingRight:"gutter_xlarge_micro_right"}}},smallPadding:{true:{paddingLeft:"gutter_small_small_left",paddingRight:"gutter_small_small_right",md:{paddingLeft:"gutter_medium_small_left",paddingRight:"gutter_medium_small_right"},lg:{paddingLeft:"gutter_large_small_left",paddingRight:"gutter_large_small_right"},xl:{paddingLeft:"gutter_xlarge_small_left",paddingRight:"gutter_xlarge_small_right"}}},largeSpacing:{true:{paddingLeft:"gutter_small_large_left",paddingRight:"gutter_small_large_right",md:{paddingLeft:"gutter_medium_large_left",paddingRight:"gutter_medium_large_right"},lg:{paddingLeft:"gutter_medium_large_left",paddingRight:"gutter_large_large_right"},xl:{paddingLeft:"gutter_xlarge_large_left",paddingRight:"gutter_xlarge_large_right"}}},verticalSpacing:{true:{paddingTop:"gutter_small_regular_top",paddingBottom:"gutter_small_regular_bottom",md:{paddingTop:"gutter_medium_regular_top",paddingBottom:"gutter_medium_regular_bottom"},lg:{paddingTop:"gutter_large_regular_top",paddingBottom:"gutter_large_regular_bottom"},xl:{paddingTop:"gutter_xlarge_regular_top",paddingBottom:"gutter_xlarge_regular_bottom"}}},microVerticalSpacing:{true:{paddingTop:"gutter_small_micro_top",paddingBottom:"gutter_small_micro_bottom",md:{paddingTop:"gutter_medium_micro_top",paddingBottom:"gutter_medium_micro_bottom"},lg:{paddingTop:"gutter_large_micro_top",paddingBottom:"gutter_large_micro_bottom"},xl:{paddingTop:"gutter_xlarge_micro_top",paddingBottom:"gutter_xlarge_micro_bottom"}}},smallVerticalSpacing:{true:{paddingTop:"gutter_small_small_top",paddingBottom:"gutter_small_small_bottom",md:{paddingTop:"gutter_medium_small_top",paddingBottom:"gutter_medium_small_bottom"},lg:{paddingTop:"gutter_large_small_top",paddingBottom:"gutter_large_small_bottom"},xl:{paddingTop:"gutter_xlarge_small_top",paddingBottom:"gutter_xlarge_small_bottom"}}},largeVerticalSpacing:{true:{paddingTop:"gutter_small_large_top",paddingBottom:"gutter_small_large_bottom",md:{paddingTop:"gutter_medium_large_top",paddingBottom:"gutter_medium_large_bottom"},lg:{paddingTop:"gutter_large_large_top",paddingBottom:"gutter_large_large_bottom"},xl:{paddingTop:"gutter_xlarge_large_top",paddingBottom:"gutter_xlarge_large_bottom"}}},noSpacing:{true:{padding:0,md:{padding:0},lg:{padding:0},xl:{padding:0}}},auto:{true:{flex:"1 1 0",width:"auto"}},autoOnMedium:{true:{md:{flex:"1 1 0",width:"auto"}}},autoOnLarge:{true:{lg:{flex:"1 1 0",width:"auto"}}},autoOnXlarge:{true:{xl:{flex:"1 1 0",width:"auto"}}},shrink:{true:{flex:"0 0 auto",width:"auto"}},shrinkOnMedium:{true:{md:{flex:"0 0 auto",width:"auto"}}},shrinkOnLarge:{true:{lg:{flex:"0 0 auto",width:"auto"}}},shrinkOnXlarge:{true:{xl:{flex:"0 0 auto",width:"auto"}}},fit:{true:{flex:"0 1 auto",width:"auto"}},fitOnMedium:{true:{md:{flex:"0 1 auto",width:"auto"}}},fitOnLarge:{true:{lg:{flex:"0 1 auto",width:"auto"}}},fitOnXlarge:{true:{xl:{flex:"0 1 auto",width:"auto"}}},grow:{true:{flex:"1 0 auto",width:"auto"}},growOnMedium:{true:{md:{flex:"1 0 auto",width:"auto"}}},growOnLarge:{true:{lg:{flex:"1 0 auto",width:"auto"}}},growOnXlarge:{true:{xl:{flex:"1 0 auto",width:"auto"}}},scroll:{true:{overflow:"auto"}},relative:{true:{position:"relative"}}}},y0={className:"CheckBox",description:"Styles for the CheckBox component",slots:["containerCheckOnly","checkboxStyle","checkboxInput","markContainer","checkMark","checkMarkIcon","columnStyles","subtitle","checkboxLabel"],base:{containerCheckOnly:{marginTop:"2px",cursor:"pointer",overflow:"hidden",position:"relative",display:"inline-block",borderRadius:"4px","&:focus-within":{boxShadow:"0 0 2px secondary"}},checkboxStyle:{width:"18px",height:"18px",background:"white",textAlign:"center",border:"1px solid {colors.gray_60}",borderRadius:"0.25rem",boxSizing:"border-box"},checkboxInput:{top:0,left:0,right:0,margin:0,bottom:0,padding:0,opacity:0,width:"100%",height:"100%",position:"absolute","&:focus + [data-fake-checkbox]":{zIndex:1,border:"1px solid {colors.blue_40}",boxSizing:"border-box"}},markContainer:{display:"flex",position:"absolute",width:"100%",height:"100%",top:0,right:0,bottom:0,left:0,alignItems:"center",justifyContent:"center",borderRadius:"0.25rem"},checkMark:{background:"blue_60",width:"100%",height:"100%",display:"flex",alignItems:"center",justifyContent:"center"},checkMarkIcon:{fill:"white",width:"60%"},columnStyles:{display:"table-cell",verticalAlign:"top"},subtitle:{paddingTop:2},checkboxLabel:{color:"gray_80",cursor:"pointer",display:"inline-block",wordWrap:"break-word",letterSpacing:"normal",fontSize:"16px",lineHeight:"normal",lg:{fontSize:"16px"}}},variants:{disabled:{true:{checkboxStyle:{background:"gray_20",border:"1px solid {colors.gray_40}",borderRadius:"0.25rem"}}},invalid:{true:{checkboxStyle:{background:"alert_red",border:"1px solid {colors.alert_orange}",borderRadius:"0.25rem"}}},pullRight:{true:{columnStyles:{float:"right"}}},spacing:{true:{columnStyles:{paddingLeft:"12px"}}},marginRight:{true:{columnStyles:{marginRight:"32px"}}},subtitle:{true:{columnStyles:{paddingTop:"2px"}}},columnTextBreak:{true:{columnStyles:{whiteSpace:"normal"}}},columnTextNoBreak:{true:{columnStyles:{whiteSpace:"nowrap"}}}}},C0={className:"clickable",description:"Estilo base e variantes do componente Clickable",base:{cursor:"pointer",borderRadius:"0.25rem",_hover:{backgroundColor:"shadowWeakest"},_active:{backgroundColor:"shadowWeaker"}},variants:{disabled:{true:{pointerEvents:"none",opacity:.5}},inverse:{true:{_hover:{backgroundColor:"fogWeakest"},_active:{backgroundColor:"fogWeaker"}}},rectangular:{true:{borderRadius:0}}}},x0={className:"dialog",description:"Styles for the Dialog component",slots:["root","close","title","portal","header","footer","trigger","overlay","content","description"],base:{overlay:{inset:"0",zIndex:50,position:"fixed",backdropBlur:"4px",bg:"shadowStronger",animation:"overlayShow 0.85s cubic-bezier(0.16, 1, 0.3, 1)"},close:{top:16,right:16,opacity:"0.7",cursor:"pointer",position:"absolute",transition:"opacity",borderRadius:"50%",background:"gray_40",boxShadow:" 0px 2px 8px 0px rgba(0, 0, 0, 0.15)",_hover:{opacity:"1"},_focus:{outline:"2px solid {colors.transparent}",outlineOffset:"2px",focusRingWidth:"2",focusRingColor:"ring",focusRingOffsetWidth:"2"},_disabled:{pointerEvents:"none"}},content:{top:"50%",zIndex:50,left:"50%",position:"fixed",background:"white",boxSizing:"border-box",width:"calc(100% - 30px)",transform:"translate(-50%, -50%)",border:"1px solid {colors.gray_60}",animation:"contentShow 0.85s cubic-bezier(0.16, 1, 0.3, 1)"},header:{display:"flex",textAlign:"center",flexDirection:"column"},footer:{display:"flex",flexDirection:"column-reverse"},title:{border:"1px solid transparent"},description:{textStyle:"sm",border:"1px solid",marginTop:"16px",color:"muted"}},variants:{size:{default:{content:{maxWidth:450}},medium:{content:{maxWidth:600}},micro:{content:{maxWidth:270}},small:{content:{maxWidth:360}},large:{content:{maxWidth:960}},xlarge:{content:{maxWidth:1440}},fullScreen:{content:{margin:0,border:0,inset:0,width:"unset",borderRadius:0,transform:"unset"}}},padding:{micro:{content:{padding:4},close:{top:4,right:4}},small:{content:{padding:8},close:{top:8,right:8}},default:{content:{padding:16},close:{top:16,right:16}},large:{content:{padding:32},close:{top:32,right:32}},xLarge:{content:{padding:64},close:{top:64,right:64}}},shape:{default:{content:{borderRadius:4}},noBorder:{content:{borderRadius:4}}},fullHeight:{true:{content:{minHeight:"calc(100% - 45px)","@large":{maxHeight:"calc(100% - 45px)"}},description:{minHeight:"calc(100% - 45px)","@large":{maxHeight:"calc(100% - 45px)"}}}}},defaultVariants:{size:"default",shape:"default",padding:"default",fullHeight:!1}},w0={className:"drawer",description:"Styles for the Drawer component",slots:["container","drawerStyle","closeButton"],base:{container:{top:0,left:0,right:0,zIndex:100,width:"100%",minHeight:"100%",overflowX:"hidden",pointerEvents:"none"},drawerStyle:{top:0,bottom:0,zIndex:100,width:"100%",overflowY:"auto",background:"white",overflowX:"hidden",position:"absolute",pointerEvents:"all",transition:"transform 250ms ease-out, box-shadow 250ms ease-out"},closeButton:{zIndex:101,marginTop:8,marginRight:8,float:"right"}},variants:{fixed:{true:{container:{position:"fixed"},drawerStyle:{position:"fixed"},closeButton:{top:0,right:0,zIndex:101,position:"absolute"}}},absolute:{true:{container:{position:"absolute"},drawerStyle:{position:"absolute"}}},side:{left:{drawerStyle:{left:0}},right:{drawerStyle:{right:0}}},size:{micro:{drawerStyle:{maxWidth:360}},small:{drawerStyle:{maxWidth:520}},medium:{drawerStyle:{maxWidth:744}},large:{drawerStyle:{maxWidth:1128}}},elevated:{true:{drawerStyle:{boxShadow:"0 0 9px 3px {colors.shadowWeak} "}}},border:{left:{drawerStyle:{borderLeft:"1px solid {colors.gray_80}"}},right:{drawerStyle:{borderRight:"1px solid {colors.gray_80}"}}},entering:{true:{drawerStyle:{transform:"translate(0, 0)",transition:"transform 250ms ease-out"}}},exiting:{true:{drawerStyle:{transform:"translate(100%, 0)",transition:"transform 250ms ease-out"}}},exitingLeft:{true:{drawerStyle:{transform:"translate(-100%, 0)",transition:"transform 250ms ease-out"}}}},defaultVariants:{side:"right",size:"medium"}},I0={className:"dropdown",description:"Styles for the Dropdown component",slots:["dropdownMenu","dropdownContainer","dropdownList","labelStyle","dropdownArrow","dropdownStyles"],base:{dropdownMenu:{zIndex:50,top:"100%",opacity:.01,padding:"8px",marginTop:"4px",borderRadius:"4px",position:"absolute",pointerEvents:"none",backgroundColor:"white",transform:"translate(0, -10%)",border:"1px solid {colors.blue_tint}",boxShadow:'0 7.5px {units(0.75)} {units(-0.45)} {"shadow"}',transition:"opacity 200ms ease-out, transform 300ms ease-out"},dropdownContainer:{maxWidth:"100%",position:"relative",display:"inline-block",boxSizing:"border-box"},dropdownList:{margin:0,padding:0,listStyle:"none"},labelStyle:{fontSize:"14px",color:"text.primary.gray",margin:"0px 2px",position:"static"},dropdownArrow:{width:"10px",fill:"gray_60",marginLeft:"8px"},dropdownStyles:{borderWidth:0,display:"flex",outline:"none",cursor:"pointer",minWidth:"22.5px",minHeight:"22.5px",alignItems:"center",position:"relative",justifyContent:"center",background:"transparent"}},variants:{left:{true:{dropdownMenu:{left:0}}},right:{true:{dropdownMenu:{right:0}}},revertTop:{true:{dropdownMenu:{top:"-100%"}}},sideTop:{true:{dropdownMenu:{top:0}}},sideBottom:{true:{dropdownMenu:{top:"unset",bottom:0}}},leftSide:{true:{dropdownMenu:{right:"100%",marginTop:0,marginRight:"3.75px"}}},rightSide:{true:{dropdownMenu:{left:"100%",marginTop:0,marginLeft:"3.75px"}}},insideAButton:{true:{dropdownMenu:{marginRight:"2px",marginLeft:"2px"}}},entering:{true:{dropdownMenu:{opacity:1,transform:"translate(0, 0)",transition:"opacity 200ms ease-out, transform 300ms ease-out",pointerEvents:"auto"}}},exiting:{true:{dropdownMenu:{opacity:0,transform:"translate(0, -10%)",transition:"opacity 200ms ease-out, transform 300ms ease-out",pointerEvents:"none"}}},relative:{true:{dropdownContainer:{position:"relative"}}},asAButton:{true:{dropdownContainer:{marginTop:0},dropdownStyles:{margin:0}}},noSpacing:{true:{dropdownContainer:{marginBottom:0}}},absolute:{true:{dropdownContainer:{position:"absolute"}}},leftMarged:{true:{dropdownArrow:{marginLeft:"11.25px"}}},rightMarged:{true:{dropdownArrow:{marginRight:"11.25px"}}},mono:{true:{dropdownArrow:{fill:"#9B9B9B"}}},primary:{true:{dropdownArrow:{fill:"pantone_2286_C"}}},secondary:{true:{dropdownArrow:{fill:"blue_60"}}},only:{true:{dropdownStyles:{minWidth:"37.5px",height:"37.5px"}}}}},S0={className:"flatButton",description:"Styles for the FlatButton component",slots:["buttonFlat","contentButton","loaderButton","shimmerButton"],base:{buttonFlat:{appearance:"none",borderWidth:0,height:"40px",padding:"0 16px",borderRadius:"8px",outline:0,position:"relative",fontWeight:500,fontFamily:"inherit",cursor:"pointer",boxSizing:"border-box",overflow:"hidden",display:"flex",alignItems:"center",justifyContent:"center",transition:"all 0.2s ease-in-out"},contentButton:{display:"flex",alignItems:"center",justifyContent:"center",opacity:1,transition:"opacity 0.2s",whiteSpace:"nowrap",userSelect:"none"},loaderButton:{position:"absolute",top:0,right:0,bottom:0,left:0,display:"flex",alignItems:"center",justifyContent:"center"},shimmerButton:{position:"absolute",width:"100%",height:"100%",top:0,right:0,bottom:0,left:0}},variants:{size:{small:{buttonFlat:{height:"32px",fontSize:"14px"}},medium:{buttonFlat:{height:"40px",fontSize:"16px"}},large:{buttonFlat:{height:"48px",fontSize:"18px"}}},variant:{primary:{buttonFlat:{background:"blue_80",color:"white"}},secondary:{buttonFlat:{background:"transparent",border:"1px solid {colors.green_success}",color:"green_success"}},inverse:{buttonFlat:{background:"white",color:"blue_80"}},transparent:{buttonFlat:{background:"transparent",color:"blue_80"}},mono:{buttonFlat:{background:"transparent",border:"1px solid {colors.black}",color:"black"}}},soft:{true:{buttonFlat:{background:"grayLighter"}}},square:{true:{buttonFlat:{borderRadius:"4px"}}},loading:{true:{buttonFlat:{pointerEvents:"none",opacity:.6}}},disabled:{true:{buttonFlat:{pointerEvents:"none",opacity:.5}}}}},A0={className:"formElement",description:"Styles for the Form Element component",slots:["label","elementStyle","legend","elementGroup"],base:{label:{marginBottom:"8px",display:"flex",alignItems:"center",gap:"0.25rem"},elementStyle:{display:"inline-block"},legend:{padding:0,margin:0},elementGroup:{border:0,margin:0,padding:0}},variants:{hideLabel:{true:{label:{display:"none"}}},block:{true:{elementStyle:{display:"block",width:"100%"}}}}},E0={className:"grid",description:"Styles for the Grid component",slots:["root","content"],base:{root:{width:"100%",display:"flex",flexBasis:"auto"},content:{width:"100%",flex:"1 1 0",display:"flex",boxSizing:"border-box",alignItems:"flex-start"}},variants:{fullHeight:{true:{root:{height:"100vh"},content:{height:"100%"}}},gap:{micro:{content:{gap:"0.25rem"}},small:{content:{gap:"0.5rem"}},medium:{content:{gap:"0.75rem"}},large:{content:{gap:"1rem"}},xlarge:{content:{gap:"1.5rem"}}},flexDirection:{row:{content:{flexDirection:"row"}},column:{content:{flexDirection:"column"}},rowReverse:{content:{flexDirection:"row-reverse"}},columnReverse:{content:{flexDirection:"column-reverse"}}},justifyContent:{end:{content:{justifyContent:"flex-end"}},center:{content:{justifyContent:"center"}},start:{content:{justifyContent:"flex-start"}},between:{content:{justifyContent:"space-between"}}},alignItems:{end:{content:{alignItems:"flex-end"}},center:{content:{alignItems:"center"}},stretch:{content:{alignItems:"stretch"}},start:{content:{alignItems:"flex-start"}},baseline:{content:{alignItems:"baseline"}}},flexWrap:{wrap:{content:{flexWrap:"wrap"}},noWrap:{content:{flexWrap:"nowrap"}},wrapReverse:{content:{flexWrap:"wrap-reverse"}}},spacing:{resetSpacing:{content:{marginLeft:"-gutter_small_regular_left",marginRight:"-gutter_small_regular_right",lg:{marginLeft:"-gutter_large_regular_left",marginRight:"-gutter_large_regular_right"},xl:{marginLeft:"-gutter_xlarge_regular_left",marginRight:"-gutter_xlarge_regular_right"}}},resetLargeSpacing:{content:{marginLeft:"-gutter_small_large_left",marginRight:"-gutter_small_large_right",lg:{marginLeft:"-gutter_large_large_left",marginRight:"-gutter_large_large_right"},xl:{marginLeft:"-gutter_xlarge_large_left",marginRight:"-gutter_xlarge_large_right"}}},resetMicroSpacing:{content:{marginLeft:"-gutter_small_micro_left",marginRight:"-gutter_small_micro_right",lg:{marginLeft:"-gutter_large_micro_left",marginRight:"-gutter_large_micro_right"},xl:{marginLeft:"-gutter_xlarge_micro_left",marginRight:"-gutter_xlarge_micro_right"}}},resetSmallSpacing:{content:{marginLeft:"-gutter_small_small_left",marginRight:"-gutter_small_small_right",lg:{marginLeft:"-gutter_large_small_left",marginRight:"-gutter_large_small_right"},xl:{marginLeft:"-gutter_xlarge_small_left",marginRight:"-gutter_xlarge_small_right"}}}}},defaultVariants:{flexWrap:"wrap",flexDirection:"row"}},R0={className:"icon-recipe",description:"Estilo base e variantes do componente Icon",base:{width:20},variants:{color:{mono:{fill:"black"},white:{fill:"white"},muted:{fill:"blue_40"},secondary:{fill:"blue_60"},blueLight:{fill:"blue_60"},grayLight:{fill:"gray_80"},redLight:{fill:"danger_red"},primary:{fill:"pantone_2286_C"},text:{fill:"text.primary.gray"},orangeLight:{fill:"alert_orange"},greenLight:{fill:"green_success"}},size:{micro:{width:8},huge:{width:36},small:{width:16},large:{width:24},default:{width:12}}},defaultVariants:{color:"secondary",size:"default"}},P0={className:"input",description:"Styles for the Input component",slots:["root","separator","input","loader","masked","prefixContainer"],base:{root:{width:"100%",flexWrap:"nowrap",lineHeight:"1.3px",borderRadius:"4px",position:"relative",alignItems:"center",marginBottom:"7.5px",display:"inline-flex",letterSpacing:"normal",boxSizing:"border-box"},separator:{flexShrink:0},input:{margin:0,width:"100%",border:"none",height:"auto",fontWeight:"400",borderRadius:"4px",lineHeight:"1.3px",marginBottom:"0px",fontFamily:"Poppins",fontStyle:"normal",letterSpacing:"normal",boxSizing:"border-box",background:"transparent",_focus:{outline:"none",boxShadow:"none",border:0}},loader:{position:"absolute",width:"100%",height:"100%",top:0,right:0,bottom:0,left:0},masked:{border:0,margin:0,background:"transparent",width:"100%",height:"auto",boxSizing:"border-box",_focus:{outline:"none",boxShadow:"none",border:0}},prefixContainer:{}},variants:{color:{gray:{root:{border:"1px solid {colors.gray_60}",background:"white",_hover:{background:"gray_20"},_focusWithin:{border:"1px solid {colors.blue_60}"}},input:{color:"gray_80",_placeholder:{color:"grayDarker",fontSize:"14px"}},separator:{color:"gray_80"},masked:{color:"gray_80",_placeholder:{color:"grayDarker",fontSize:"14px"}}},blue:{root:{border:"1px solid {colors.gray_60}",background:"white",_hover:{background:"gray_20"},_focusWithin:{border:"1px solid {colors.blue_60}"}},input:{color:"blue_60",_placeholder:{color:"blue_60",fontSize:"14px"}},separator:{color:"blue_60"},masked:{color:"blue_60",_placeholder:{color:"blue_60",fontSize:"14px"}}}},size:{small:{input:{fontSize:"small_micro",padding:"6px 10px"},masked:{fontSize:"small_micro",padding:"6px 10px"}},medium:{input:{fontSize:"small_small",padding:"8px 12px"},masked:{fontSize:"small_small",padding:"8px 12px"}},large:{input:{fontSize:"small_regular",padding:"10px 16px"},masked:{fontSize:"small_regular",padding:"10px 16px"}}},focusBorderless:{true:{root:{_focusWithin:{borderWidth:"0px"}}}},showOverflowEllipsis:{true:{root:{textOverflow:"ellipsis"},separator:{textOverflow:"ellipsis"},masked:{textOverflow:"ellipsis"}}},separatorPrefix:{true:{root:{marginLeft:"10px"}}},separatorSuffix:{true:{root:{marginRight:"10px"}}},removePrefixSpacing:{true:{root:{paddingLeft:"0px"}}},removeSuffixSpacing:{true:{root:{paddingRight:"0px"}}},hasPrefix:{true:{root:{paddingLeft:"10px",flexShrink:0},separator:{marginLeft:"10px"}}},hasSuffix:{true:{root:{paddingRight:"10px",flexShrink:0},separator:{marginRight:"10px"}}},noPadding:{true:{separator:{padding:0}}},inverse:{true:{root:{background:"#FFF",border:"1px solid {colors.gray_20}",color:"gray_80"}}},disabled:{true:{root:{opacity:.5,pointerEvents:"none",border:"1px solid {colors.gray_40}"}}},invalid:{true:{root:{border:"1px solid {colors.danger_red}",background:"white",borderRadius:"0.25rem",_focusWithin:{border:"1px solid {colors.danger_red}",borderRadius:"0.25rem"}}}},error:{true:{root:{border:"1px solid {colors.error}",background:"white",borderRadius:"0.25rem",_focusWithin:{border:"1px solid {colors.error}",borderRadius:"0.25rem"}}}},flat:{true:{root:{borderColor:"blue_40",background:"white"}}},borderless:{true:{root:{borderColor:"grayLight"}}},floating:{true:{root:{boxShadow:"0 1px 2px 0 rgba(0, 0, 0, 0.05)",background:"white",borderColor:"white"}}},removeMargin:{true:{root:{margin:0}}},separator:{true:{root:{width:"1px",height:"22.5px",background:"gray",flexShrink:0}}},block:{true:{root:{display:"flex",width:"100%"}}},inputDefaultPlaceholder:{true:{separator:{_placeholder:{color:"grayDarker",opacity:1,fontSize:"14px"}},masked:{_placeholder:{color:"grayDarker",opacity:1,fontSize:"14px"}}}},inpuFakeValuePlaceholder:{true:{separator:{_placeholder:{color:"grayDarker",opacity:1,fontSize:"14px"}},masked:{_placeholder:{color:"grayDarker",opacity:1,fontSize:"14px"}}}},inputInversePlaceholder:{true:{separator:{_placeholder:{color:"white",opacity:1,fontSize:"14px"}},masked:{_placeholder:{color:"white",opacity:1,fontSize:"14px"}}}}},defaultVariants:{color:"gray",size:"medium"}},O0={className:"label",description:"Styles for the label component",slots:["labelStyles","tableRow"],base:{labelStyles:{backgroundColor:"transparent",border:0,cursor:"pointer",display:"block",padding:0},tableRow:{display:"table-row"}},variants:{inline:{true:{labelStyles:{display:"inline-block",whiteSpace:"nowrap"}}},table:{true:{labelStyles:{display:"table"}}}}},_0={className:"loader",description:"Estilo base e variantes do componente Loader",base:{width:15,height:15,margin:"1.5px",backgroundColor:"white",borderRadius:"100%",display:"inline-block",animationName:"bounce",animationDuration:"1.4s",animationIterationCount:"infinite",animationTimingFunction:"ease-in-out",animationDirection:"both"},variants:{size:{small:{width:8,height:8},large:{width:30,height:30}},color:{mono:{backgroundColor:"gray_60"},primary:{backgroundColor:"blue_60"},secondary:{backgroundColor:"pantone_2286_C"},white:{backgroundColor:"#fff"}},second:{true:{animationDelay:"0.16s"}},third:{true:{animationDelay:"0.32s"}}},defaultVariants:{size:"small",color:"primary"}},T0={className:"modal",description:"Styles for the modal component",slots:["container","modalStyles","closeButton"],base:{container:{position:"absolute",top:0,right:0,bottom:0,left:0,padding:0,margin:0,height:"100vh",width:"100vw",overflow:"auto",boxSizing:"border-box"},modalStyles:{top:"0",zIndex:999,left:"50%",borderRadius:3,position:"fixed",padding:"22.5px",background:"white",marginTop:"22.5px",boxSizing:"border-box",width:"calc(100% - 30px)",transform:"translate(-50%, 0)",border:"1px solid {colors.gray_20}"},closeButton:{position:"absolute",top:"7.5px",right:"7.5px"}},variants:{fixed:{true:{container:{position:"fixed"}}},centralize:{true:{container:{display:"flex",alignItems:"center",justifyContent:"center"},modalStyles:{display:"flex",alignItems:"center"}}},size:{micro:{modalStyles:{maxWidth:270}},small:{modalStyles:{maxWidth:360}},default:{modalStyles:{maxWidth:450}},medium:{modalStyles:{maxWidth:600}},large:{modalStyles:{maxWidth:960}},xLarge:{modalStyles:{maxWidth:1440}}},flex:{true:{modalStyles:{display:"flex",flexDirection:"column"}}},fullScreen:{true:{modalStyles:{width:"unset",margin:0,top:0,right:0,bottom:0,left:0,transform:"unset",borderRadius:0,border:0}}},noPadding:{true:{modalStyles:{padding:0}}},fullHeight:{true:{modalStyles:{minHeight:"calc(100% - 45px)",large:{maxHeight:"calc(100% - 45px)"}}}}},defaultVariants:{size:"default"}},M0={className:"pagination",description:"Styles for the Pagination component",slots:["container","item","arrow"],base:{container:{display:"flex",justifyContent:"center",listStyleType:"none",margin:"8px 0"},item:{padding:"0 14px",margin:"auto 4px",height:"32px",fontSize:"13px",color:"#461CDC",lineHeight:"1.43",textAlign:"center",letterSpacing:"0.01071em",display:"flex",alignItems:"center",boxSizing:"border-box",borderRadius:"16px",minWidth:"32px",_hover:{backgroundColor:"rgba(0, 0, 0, 0.04)",cursor:"pointer"}},arrow:{_before:{position:"relative",content:'""',display:"inline-block",width:"0.4em",height:"0.4em",borderRight:"0.12em solid #461CDC",borderTop:"0.12em solid #461CDC"}}},variants:{selected:{true:{item:{backgroundColor:"#461CDC",color:"#fff",_hover:{backgroundColor:"#461CDC"}}}},dots:{true:{item:{_hover:{backgroundColor:"transparent",cursor:"default"}}}},direction:{left:{arrow:{transform:"rotate(-135deg) translate(-50%)"}},right:{arrow:{transform:"rotate(45deg)"}}},disabled:{true:{item:{pointerEvents:"none",_hover:{backgroundColor:"transparent",cursor:"default"}},arrow:{}}}}},N0={className:"popover",description:"Styles for the Popover component",slots:["content","arrow","closeButton"],base:{content:{padding:"16px",backgroundColor:"white",borderRadius:"4px",boxShadow:" 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",color:"black",fontFamily:"Poppins",fontSize:"14px",fontWeight:"500",minWidth:"180px",zIndex:99},arrow:{fill:"white"},closeButton:{all:"unset",position:"absolute",top:"8px",right:"8px",backgroundColor:"transparent",cursor:"pointer",color:"gray_60",fontSize:"16px",lineHeight:"16px",fontWeight:"500",_hover:{opacity:.8}}},variants:{}},F0={className:"select",description:"Styles for the select component",slots:["selectStyle","separator","selectPrefix","selectSuffix"],base:{separator:{width:1,height:24,background:"gray_60",flexShrink:0},selectPrefix:{paddingLeft:10,flexShrink:0},selectSuffix:{paddingRight:10,flexShrink:0},selectStyle:{width:"100%",minHeight:40,lineHeight:1.3,color:"gray_60",marginBottom:8,flexWrap:"nowrap",background:"#FFF",borderRadius:"4px",position:"relative",alignItems:"center",display:"inline-flex",letterSpacing:"normal",boxSizing:"border-box",fontSize:"small_regular",border:"1px solid {colors.gray_60}","&:focus-within":{borderRadius:4,background:"white",border:"1px solid {colors.blue_60}"}}},variants:{prefix:{true:{separator:{marginLeft:10}}},suffix:{true:{separator:{marginRight:10},selectPrefix:{paddingRight:10,flexShrink:0}}},removePrefixSpacing:{true:{separator:{marginLeft:0},selectPrefix:{padding:0}}},removeSuffixSpacing:{true:{separator:{marginRight:0},selectSuffix:{padding:0}}},inverse:{true:{selectStyle:{background:"white"}}},removeMargins:{true:{selectStyle:{margin:0}}},primary:{true:{selectStyle:{color:"blue_60",svg:{color:"blue_60"}}}},focusBorderless:{true:{selectStyle:{"&:focus-within":{borderWidth:0}}}},insidePrefix:{true:{selectStyle:{height:38}}},insideSuffix:{true:{selectStyle:{height:38}}},disabled:{true:{selectStyle:{background:"gray_20",border:"1px solid {colors.gray_20}",borderRadius:4,color:"gray_40","&::placeholder":{fontSize:"14px",color:"gray_20",lineHeight:"20px"}}}},invalid:{true:{selectStyle:{border:"1px solid {colors.danger_red}",background:"white",borderRadius:4,"&:focus":{border:"1px solid {colors.danger_red}",background:"white",borderRadius:4}}}},flat:{true:{selectStyle:{borderColor:"blue_20",background:"white"}}},floating:{true:{selectStyle:{borderColor:"white",background:"white"}}},small:{true:{selectStyle:{color:"gray_80",fontSize:"small_small",letterSpacing:"normal",lineHeight:1.4,height:32}}}}},V0={className:"separator",description:"Styles for the Separator component",base:{flexShrink:0,background:"gray_80"},variants:{orientation:{horizontal:{height:"1px",width:"100%"},vertical:{height:"100%",width:"1px"}},color:{gray40:{backgroundColor:"gray_40"}},marginHorizontal:{micro:{margin:"4px 0"},small:{margin:"8px 0"},medium:{margin:"16px 0"},large:{margin:"32px 0"},xLarge:{margin:"64px 0"}},marginVertical:{micro:{margin:"0 4px"},small:{margin:"0 8px"},medium:{margin:"0 16px"},large:{margin:"0 32px"},xLarge:{margin:"0 64px"}}},defaultVariants:{orientation:"horizontal"}},j0={className:"switchRecipe",description:"Styles for the Switch component",slots:["root","thumb","container","content","label","subtitle"],base:{root:{all:"unset",width:"30px",height:"14px",marginTop:"5px",backgroundColor:"#a6a6a6",borderRadius:"10px",position:"relative",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",transition:"all ",_focusVisible:{outline:"2px solid transparent",outlineOffset:"2px",focusRingWidth:"2",focusRingColor:"ring",focusRingOffsetWidth:"2"},_disabled:{cursor:"not-allowed",pointerEvents:"none"},"&[data-state=checked]":{bg:"blue_60",_hover:{bg:"blue_80"},_disabled:{bg:"blue_40"}},"&[data-state=unchecked]":{bg:"gray_80",_hover:{bg:"gray_100"},_disabled:{bg:"gray_60"}}},thumb:{display:"block",width:"10px",height:"10px",backgroundColor:"white",borderRadius:"10px",transition:"transform 100ms",transform:"translateX(2px)",willChange:"transform",'&[data-state="checked"]':{transform:"translateX(1.1875rem)"}},container:{display:"flex",alignItems:"flex-start",gap:"8px"},content:{display:"flex",flexDirection:"column"},label:{color:"#323232",fontFamily:"Poppins",fontSize:"14px",fontStyle:"normal",fontWeight:400,lineHeight:"20px"},subtitle:{color:"#a6a6a6",fontFamily:"Poppins",fontSize:"12px",fontStyle:"normal",fontWeight:"400",lineHeight:"16px"}}},B0={className:"tabsSlot",description:"Styles for the Tabs component",slots:["root","list","trigger","content"],base:{list:{flexShrink:0,display:"flex",borderBottom:"1px solid #F0F0F0"},trigger:{all:"unset",height:"45px",display:"flex",fontSize:"15px",color:"gray_80",padding:"0 12px",lineHeight:"1px",userSelect:"none",alignItems:"center",fontFamily:"Poppins",backgroundColor:"white",justifyContent:"center","&:first-child":{borderTopLeftRadius:6},"&:last-child":{borderTopRightRadius:6},_hover:{backgroundColor:"blue_tint",color:"blue_60",cursor:"pointer"},_disabled:{opacity:.25,color:"gray_80",cursor:"not-allowed !important",textDecoration:"none",pointerEvents:"none"},'&[data-state="active"]':{color:"blue_60",boxShadow:"inset 0 -1px 0 0 currentColor, 0 1px 0 0 currentColor",_disabled:{opacity:.25,color:"blue_40",cursor:"not-allowed !important",textDecoration:"none",pointerEvents:"none"},_hover:{backgroundColor:"blue_tint",cursor:"pointer"}}},content:{flexGrow:1,padding:"1.25rem 0.25rem",backgroundColor:"white",borderBottomLeftRadius:"6px",borderBottomRightRadius:"6px",outline:"none"},root:{display:"flex",flexDirection:"column"}},variants:{btnIcon:{true:{trigger:{display:"flex",padding:"0px 20px",alignItems:"center",svg:{marginRight:"8px"}}}}}},L0={className:"tagRecipe",description:"Estilo base e variantes do componente Tag",base:{display:"inline-flex",background:"gray_100",alignItems:"center",margin:"0px 8px",padding:"4.4px 8px",width:"auto",color:"white"},variants:{shape:{rounded:{borderRadius:16},squared:{borderRadius:4}},border:{primary:{borderWidth:"1px",borderStyle:"solid",borderColor:"text.primary.blue"}},size:{default:{padding:"2px 6px",fontSize:10},large:{padding:"4px 12px",fontSize:12}},icon:{true:{gap:8}},color:{blue:{backgroundColor:"blue_60"},gray:{backgroundColor:"gray_100"},orange:{backgroundColor:"alert_orange"},red:{backgroundColor:"danger_red"},green:{backgroundColor:"green_success"},blueLight:{backgroundColor:"blue_tint",color:"blue_60",fill:"red !important"},grayLight:{backgroundColor:"gray_20",color:"gray_80",fill:"red !important"},orangeLight:{backgroundColor:"orange_tint",color:"alert_orange",fill:"red !important"},redLight:{backgroundColor:"red_tint",color:"danger_red"},greenLight:{backgroundColor:"green_tint",color:"green_success",fill:"red !important"}},noSpacing:{true:{margin:0}}},defaultVariants:{color:"blue",size:"default",shape:"rounded"}},D0={className:"textArea",description:"The styles for the TextArea component, aligned with Input",slots:["root","textarea"],base:{root:{width:"100%",flexWrap:"nowrap",lineHeight:"1.3px",borderRadius:"4px",position:"relative",alignItems:"stretch",marginBottom:"7.5px",display:"inline-flex",letterSpacing:"normal",boxSizing:"border-box",transition:"background 0.2s ease, border-color 0.2s ease"},textarea:{margin:0,width:"100%",border:"none",minHeight:"76px",cursor:"pointer",fontWeight:"400",borderRadius:"4px",lineHeight:"1.5",fontFamily:"Poppins",fontStyle:"normal",letterSpacing:"normal",boxSizing:"border-box",background:"transparent",padding:"8px 12px",_focus:{outline:"none",boxShadow:"none"}}},variants:{color:{gray:{root:{border:"1px solid {colors.gray_60}",background:"white",_hover:{background:"gray_20"},_focusWithin:{border:"1px solid {colors.blue_60}"}},textarea:{color:"gray_80",_placeholder:{color:"grayDarker",fontSize:"14px"}}},blue:{root:{border:"1px solid {colors.gray_60}",background:"white",_hover:{background:"gray_20"},_focusWithin:{border:"1px solid {colors.blue_60}"}},textarea:{color:"blue_60",_placeholder:{color:"blue_60",fontSize:"14px"}}}},size:{small:{textarea:{fontSize:"small_micro",padding:"6px 10px"}},medium:{textarea:{fontSize:"small_small",padding:"8px 12px"}},large:{textarea:{fontSize:"small_regular",padding:"10px 16px"}}},disabled:{true:{root:{opacity:.5,pointerEvents:"none",border:"1px solid {colors.gray_40}",background:"{colors.white}"}}},invalid:{true:{root:{border:"1px solid {colors.danger_red}",background:"white",_focusWithin:{border:"1px solid {colors.danger_red}"}}}},borderless:{true:{root:{border:"1px solid transparent",_hover:{border:"1px solid {colors.gray_20}"},_focusWithin:{border:"1px solid {colors.blue_60}"}}}},inverse:{true:{root:{background:"#FFF",border:"1px solid {colors.gray_20}",color:"gray_80"}}},removeMargins:{true:{root:{margin:0}}},showOverflowEllipsis:{true:{textarea:{textOverflow:"ellipsis"}}},showFakeValuePlaceholder:{true:{textarea:{_placeholder:{color:"grayDarker",opacity:1}}}}},defaultVariants:{color:"gray",size:"medium"}},G0={className:"title",description:"Styles for the Title component",slots:["titleStyle","titleHeader"],base:{titleStyle:{margin:0,display:"block",fontWeight:"bold",padding:"16px 0px",color:"grayDarker",lineHeight:"short",textAlign:"inherit",wordWrap:"break-word",letterSpacing:"normal",fontFamily:"Poppins"},titleHeader:{margin:0,padding:0,display:"flex",fontSize:"font_size_md",color:"inherit",alignItems:"center",lineHeight:"inherit",fontWeight:"inherit"}},variants:{color:{gray:{titleStyle:{color:"gray_0"}},gray30:{titleStyle:{color:"gray_40"}},gray60:{titleStyle:{color:"gray_60"}},gray80:{titleStyle:{color:"gray_80"}},inverse:{titleStyle:{color:"white"}},mono:{titleStyle:{true:{color:"black"}}},muted:{titleStyle:{true:{color:"gray_40"}}},negative:{titleStyle:{true:{color:"error"}}},primary:{titleStyle:{true:{color:"blue_80"}}},positive:{titleStyle:{true:{color:"green_success"}}},secondary:{titleStyle:{true:{color:"green_success"}}}},alternativeFont:{true:{titleStyle:{fontFamily:"Poppins"}}},fontMontserrat:{true:{titleStyle:{fontFamily:"Montserrat",fontFeatureSettings:"'pnum' on, 'lnum' on"}}},textAlign:{center:{titleStyle:{true:{textAlign:"center"}}},right:{titleStyle:{true:{textAlign:"right"}}},left:{titleStyle:{true:{textAlign:"left"}}}},level:{1:{titleStyle:{true:{fontSize:"font_size_2xl"}}},2:{titleStyle:{true:{fontSize:"font_size_xl"}}},3:{titleStyle:{true:{fontSize:"font_size_lg"}}},4:{titleStyle:{true:{fontSize:"small_title4"}}},5:{titleStyle:{true:{fontSize:"font_size_md"}}},6:{titleStyle:{true:{fontSize:"font_size_sm"}}}},fontWeight:{light:{titleStyle:{true:{fontWeight:"light"}}},regular:{titleStyle:{true:{fontWeight:"normal"}}}},lineHeight:{short:{titleStyle:{true:{lineHeight:"shorter"}}},tall:{titleStyle:{true:{lineHeight:"tall"}}}},noBottomSpacing:{true:{titleStyle:{paddingBottom:0}}},noTopSpacing:{true:{titleStyle:{paddingTop:0}}},noSpacing:{true:{titleStyle:{padding:0}}},truncate:{true:{titleStyle:{width:"100%",overflow:"hidden",whiteSpace:"nowrap",display:"inline-block",textOverflow:"ellipsis"},titleHeader:{width:"100%",overflow:"hidden",whiteSpace:"nowrap",display:"inline-block",textOverflow:"ellipsis"}}},inline:{true:{titleStyle:{display:"inline-block"}}},size:{micro:{titleHeader:{fontSize:"font_size_xs"}},small:{titleHeader:{fontSize:"font_size_sm"}},normal:{titleHeader:{fontSize:"font_size_md"}},medium:{titleHeader:{fontSize:"font_size_lg"}},large:{titleHeader:{fontSize:"font_size_xl"}},xLarge:{titleHeader:{fontSize:"font_size_2xl"}}},block:{true:{titleHeader:{display:"block"}}},flex:{true:{titleHeader:{display:"flex"}}}}},W0={className:"tooltip",description:"Styles for the Tooltip component",slots:["root","trigger","content","arrow"],base:{content:{zIndex:50,overflow:"hidden",rounded:"4px",bg:"surface.strong.gray",padding:"4px 10px",py:"1.5",textStyle:"sm",color:"white",shadow:"md",animateIn:!0,fadeIn:0,zoomIn:95,"&[data-state=closed]":{animateOut:!0,fadeOut:0,zoomOut:95},"&[data-side=top]":{slideInFromBottom:"2"},"&[data-side=bottom]":{slideInFromTop:"2"},"&[data-side=left]":{slideInFromRight:"2"},"&[data-side=right]":{slideInFromLeft:"2"}},arrow:{fill:"surface.strong.gray"}}},k0={className:"visibility",description:"Styles for the Visibility component",slots:["container"],base:{container:{display:"block"}},variants:{hidden:{true:{container:{display:"none"}}}}},H0={className:"wrapper",description:"Estilo base e variantes do componente Wrapper",base:{boxSizing:"border-box",width:"100%",paddingInlineStart:"1.5rem",paddingInlineEnd:"1.5rem","@large":{paddingInlineStart:"4rem",paddingInlineEnd:"4rem"}},variants:{container:{true:{marginInlineStart:"auto",marginInlineEnd:"auto",alignSelf:"center"}},size:{default:{maxWidth:"1440px"},micro:{maxWidth:"800px"},small:{maxWidth:"1200px"},large:{maxWidth:"1800px"}},fullHeight:{true:{height:"100vh"}},gray:{true:{backgroundColor:"gray_20"}},spacing:{large:{paddingInlineStart:"3rem",paddingInlineEnd:"3rem","@large":{paddingInlineStart:"6rem",paddingInlineEnd:"6rem"}},small:{paddingInlineStart:"1rem",paddingInlineEnd:"1rem","@large":{paddingInlineStart:"3rem",paddingInlineEnd:"3rem"}},micro:{paddingInlineStart:"0.5rem",paddingInlineEnd:"0.5rem","@large":{paddingInlineStart:"1.5rem",paddingInlineEnd:"1.5rem"}},none:{padding:0,"@large":{padding:0}}},verticalSpacing:{large:{paddingBlockStart:"5rem",paddingBlockEnd:"5rem"},small:{paddingBlockStart:"1rem",paddingBlockEnd:"1rem"},micro:{paddingBlockStart:"8px",paddingBlockEnd:"8px"},default:{paddingBlockStart:"2.5rem",paddingBlockEnd:"2.5rem"}},relative:{true:{position:"relative"}}},defaultVariants:{size:"default",spacing:"none",verticalSpacing:"default"}},Z0={transform(e){return{"@media (max-width: 743px)":{width:`${e/12*100}%`}}}},X0={transform(e){return{"@media (max-width: 1127px)":{width:`${e/12*100}%`}}}},$0={transform(e){return{"@media (min-width: 1127px)":{width:`${e/12*100}%`}}}},z0={transform(e){return{"@media (min-width: 1439px)":{width:`${e/12*100}%`}}}},Y0={className:"text-recipe",base:{margin:0,padding:0,display:"block",fontFamily:"Poppins",fontWeight:"normal",wordWrap:"break-word",letterSpacing:"normal",fontSize:"font_size_md",color:"text.primary.gray",fontVariantNumeric:"lining-nums proportional-nums"},variants:{textAlign:{right:{textAlign:"right"},center:{textAlign:"center"},left:{textAlign:"left"}},textDecoration:{underline:{textDecoration:"underline"}},fontMontserrat:{true:{fontFamily:"Montserrat",fontFeatureSettings:"'pnum' on, 'lnum' on"}},error:{true:{color:"{colors.danger_red} !important",fontSize:"font_size_sm",fontStyle:"normal",fontWeight:"500",lineHeight:"16px"}},size:{xxLarge:{fontSize:"font_size_2xl"},xLarge:{fontSize:"font_size_xl"},large:{fontSize:"font_size_lg"},regular:{fontSize:"font_size_md"},medium:{fontSize:"font_size_md_sm"},small:{fontSize:"font_size_sm"},micro:{fontSize:"font_size_xs"}},fontWeight:{bold:{fontWeight:"bold"},light:{fontWeight:"light"},semibold:{fontWeight:"semibold"}},color:{mono:{color:"black"},gray:{color:"gray_80"},blue:{color:"blue_60"},inverse:{color:"white"},light:{color:"gray_60"},muted:{color:"gray_40"},secondary:{color:"text.secondary.gray"},primary:{color:"text.primary.gray"},positive:{color:"green_success"}},lineHeight:{tall:{lineHeight:"tall"},short:{lineHeight:"short"}},inline:{true:{display:"inline-block"}},nowrap:{true:{whiteSpace:"nowrap"}},disabled:{true:{opacity:.5}},collapsed:{true:{lineClamp:1,WebkitLineClamp:1,overflow:"hidden",display:"-webkit-box",textOverflow:"ellipsis",WebkitBoxOrient:"vertical"}},header:{true:{margin:0,padding:0,display:"flex",fontSize:"1rem",color:"inherit",alignItems:"center",lineHeight:"inherit",fontWeight:"inherit"}}},defaultVariants:{size:"regular",color:"gray"}},q0=sr.colors({transparent:{value:"transparent"},current:{value:"currentColor"},black:{value:"#0a0a0a"},white:{value:"#fefefe"},pantone_black_6c:{value:"#000023"},pantone_2369_c:{value:"#461CDC"},pantone_2286_C:{value:"#6BFF50"},pantone_421_U:{value:"#BFBFBF"},pantone_cool_gray_2_u:{value:"#F2F2F2"},pantone_000_C:{value:"#FFFFFF"},gray_0:{value:"{colors.pantone_000_C}"},gray_20:{value:"#F7F7F7"},gray_40:{value:"{colors.pantone_cool_gray_2_u}"},gray_60:{value:"{colors.pantone_421_U}"},gray_80:{value:"#808080"},gray_100:{value:"#404040"},grayDarkest:{value:"#202020"},grayLighter:{value:"#FAFAFD"},blue_0:{value:"#F2F6FF"},blue_20:{value:"#E0E8FF"},blue_40:{value:"#A3B8FF"},blue_60:{value:"{colors.pantone_2369_c}"},blue_80:{value:"#1C1C7A"},blue_100:{value:"{colors.pantone_black_6c}"},danger_red:{value:"#F45D4D"},alert_orange:{value:"#FF9800"},green_success:{value:"#34A853"},blue_informative:{value:"{colors.blue_60}"},red_tint:{value:"#FDF3F2"},blue_tint:{value:"#F2F6FF"},green_tint:{value:"#E9FFE7"},orange_tint:{value:"#FFF9E4"},sky_cyan:{value:"#00ACC1"},soft_blue:{value:"#6A5FFF"},blush_pink:{value:"#FF8FB1"},deep_purple:{value:"#8E24AA"},warm_yellow:{value:"#FFCA28"},earth_brown:{value:"#795548"},charcoal_gray:{value:"#616161"},crimson_red:{value:"{colors.danger_red}"},lime_green:{value:"{colors.pantone_2286_C}"},forest_green:{value:"{colors.green_success}"},vibrant_orange:{value:"{colors.alert_orange}"},indigo_blue:{value:"{colors.blue_informative}"},complementary_background:{value:"{colors.pantone_421_U}"},interactive_hover:{value:"{colors.pantone_cool_gray_2_u} "},shadow:{value:"rgba(0, 0, 0, .2)"},shadowWeakest:{value:"rgba(0, 0, 0, .035)"},shadowWeaker:{value:"rgba(0, 0, 0, .055)"},shadowWeak:{value:"rgba(0, 0, 0, .1)"},shadowStrong:{value:"rgba(0, 0, 0, .3)"},shadowStronger:{value:"rgba(0, 0, 0, .5)"},shadowStrongest:{value:"rgba(0, 0, 0, .7)"},fog:{value:"rgba(255, 255, 255, .2)"},fogWeakest:{value:"rgba(255, 255, 255, .075)"},fogWeaker:{value:"rgba(255, 255, 255, .1)"},fogWeak:{value:"rgba(255, 255, 255, .15)"},fogStrong:{value:"rgba(255, 255, 255, .3)"},fogStronger:{value:"rgba(255, 255, 255, .5)"},fogStrongest:{value:"rgba(255, 255, 255, .7)"},error:{value:"#FF594C"}}),J0=s0.colors({text:{primary:{blue:{value:"{colors.blue_60}"},gray:{value:"{colors.gray_100}"},white:{value:"{colors.gray_0}"}},secondary:{gray:{value:"{colors.gray_80}"},orange:{value:"{colors.alert_orange}"},red:{value:"{colors.danger_red}"},green:{value:"{colors.green_success}"}}},border:{gray:{light:{value:"{colors.gray_60} "},lighter:{value:"{colors.gray_40} "}},blue:{DEFAULT:{value:"{colors.blue_60}"}}},surface:{strong:{blue:{value:"{colors.blue_60}"},gray:{value:"{colors.gray_100}"},red:{value:"{colors.danger_red}"},green:{value:"{colors.green_success}"},orange:{value:"{colors.alert_orange}"}},light:{gray:{value:"{colors.gray_20}"},red:{value:"{colors.red_tint}"},white:{value:"{colors.gray_0}"},blue:{value:"{colors.blue_tint}"},green:{value:"{colors.green_tint}"},orange:{value:"{colors.orange_tint}"},blue_moderate:{value:"{colors.blue_20}"}}},icon:{gray:{value:"{colors.gray_80}"},blue:{value:"{colors.blue_60}"},white:{value:"{colors.gray_0}"},red:{value:"{colors.danger_red}"},green:{value:"{colors.green_success}"},orange:{value:"{colors.alert_orange}"}}}),U0=sr.fontSizes({small_title1:{value:"32px"},small_title2:{value:"26px"},small_title3:{value:"21px"},small_title4:{value:"18px"},small_title5:{value:"16px"},small_title6:{value:"14px"},small_large:{value:"18px"},small_regular:{value:"16px"},small_small:{value:"14px"},small_micro:{value:"12px"},large_title1:{value:"34px"},large_title2:{value:"29px"},large_title3:{value:"23px"},large_title4:{value:"24px"},large_title5:{value:"16px"},large_title6:{value:"14px"},large_large:{value:"18px"},large_regular:{value:"16px"},large_small:{value:"14px"},large_micro:{value:"12px"},font_size_xs:{value:"10px"},font_size_sm:{value:"12px"},font_size_md_sm:{value:"14px"},font_size_md:{value:"16px"},font_size_lg:{value:"20px"},font_size_xl:{value:"24px"},font_size_2xl:{value:"32px"}}),Q0=sr.fontWeights({bold:{value:600},light:{value:300},normal:{value:400},semibold:{value:500}}),K0={shimmer:{"0%":{opacity:1},"50%":{opacity:.5},"100% ":{opacity:1}},slideUp:{from:{height:"45px"},to:{height:0}},bounce:{"0%, 80%, 100%":{transform:"scale(0)"},"40%":{transform:"scale(1.0)"}},slideLeftAndFade:{"0%":{opacity:0,transform:"translateX(2px)"},"100%":{opacity:1,transform:"translateX(0)"}},slideDownAndFade:{"0%":{opacity:0,transform:"translateY(-2px)"},"100%":{opacity:1,transform:"translateY(0)"}},slideRightAndFade:{"0%":{opacity:0,transform:"translateX(-2px)"},"100%":{opacity:1,transform:"translateX(0)"}},slideUpAndFade:{"0%":{opacity:0,transform:"translateY(2px)"},"100%":{opacity:1,transform:"translateY(0)"}},slideDown:{from:{height:0},to:{height:"45px"}},slideDownJsonEditor:{from:{height:0},to:{height:"610px"}},slideUpJsonEditor:{from:{height:"610px"},to:{height:0}},overlayShow:{"0%":{opacity:0},"100%":{opacity:1}},contentShow:{"0%":{opacity:0,transform:"translate(-50%, -48%) scale(.96)"},"100%":{opacity:1,transform:"translate(-50%, -50%) scale(1)"}}},eg=sr.lineHeights({regular:{value:1.4},short:{value:1.125},shorter:{value:1},tall:{value:1.6}}),tg=sr.spacing({gutter_small_micro_top:{value:"4px"},gutter_small_micro_right:{value:"4px"},gutter_small_micro_bottom:{value:"4px"},gutter_small_micro_left:{value:"4px"},gutter_small_small_top:{value:"8px"},gutter_small_small_right:{value:"8px"},gutter_small_small_bottom:{value:"8px"},gutter_small_small_left:{value:"8px"},gutter_small_regular_top:{value:"16px"},gutter_small_regular_right:{value:"16px"},gutter_small_regular_bottom:{value:"16px"},gutter_small_regular_left:{value:"16px"},gutter_small_large_top:{value:"16px"},gutter_small_large_right:{value:"16px"},gutter_small_large_bottom:{value:"16px"},gutter_small_large_left:{value:"16px"},gutter_medium_micro_top:{value:"4px"},gutter_medium_micro_right:{value:"4px"},gutter_medium_micro_bottom:{value:"4px"},gutter_medium_micro_left:{value:"4px"},gutter_medium_small_top:{value:"8px"},gutter_medium_small_right:{value:"8px"},gutter_medium_small_bottom:{value:"8px"},gutter_medium_small_left:{value:"8px"},gutter_medium_regular_top:{value:"8px"},gutter_medium_regular_right:{value:"8px"},gutter_medium_regular_bottom:{value:"8px"},gutter_medium_regular_left:{value:"8px"},gutter_medium_large_top:{value:"16px"},gutter_medium_large_right:{value:"16px"},gutter_medium_large_bottom:{value:"16px"},gutter_medium_large_left:{value:"16px"},gutter_large_small_right:{value:"8px"},gutter_large_small_left:{value:"8px"},gutter_large_small_top:{value:"8px"},gutter_large_small_bottom:{value:"8px"},gutter_large_micro_top:{value:"4px"},gutter_large_micro_right:{value:"4px"},gutter_large_micro_bottom:{value:"4px"},gutter_large_micro_left:{value:"4px"},gutter_large_small:{value:"8px"},gutter_large_regular_top:{value:"8px"},gutter_large_regular_right:{value:"8px"},gutter_large_regular_bottom:{value:"8px"},gutter_large_regular_left:{value:"8px"},gutter_large_large_top:{value:"16px"},gutter_large_large_right:{value:"16px"},gutter_large_large_bottom:{value:"16px"},gutter_large_large_left:{value:"16px"},gutter_xlarge_micro_top:{value:"4px"},gutter_xlarge_micro_right:{value:"4px"},gutter_xlarge_micro_bottom:{value:"4px"},gutter_xlarge_micro_left:{value:"4px"},gutter_xlarge_small_top:{value:"8px"},gutter_xlarge_small_right:{value:"8px"},gutter_xlarge_small_bottom:{value:"8px"},gutter_xlarge_small_left:{value:"8px"},gutter_xlarge_regular_top:{value:"16px"},gutter_xlarge_regular_right:{value:"16px"},gutter_xlarge_regular_bottom:{value:"16px"},gutter_xlarge_regular_left:{value:"16px"},gutter_xlarge_large_top:{value:"16px"},gutter_xlarge_large_right:{value:"16px"},gutter_xlarge_large_bottom:{value:"16px"},gutter_xlarge_large_left:{value:"16px"}}),rg={name:"auroraPreset",utilities:{extend:{small:Z0,large:$0,medium:X0,xlarge:z0}},staticCss:{css:[{properties:{large:[1,2,3,4,5,6,7,8,9,10,11,12],medium:[1,2,3,4,5,6,7,8,9,10,11,12],small:[1,2,3,4,5,6,7,8,9,10,11,12],xlarge:[1,2,3,4,5,6,7,8,9,10,11,12]}}]},globalVars:{"--font-poppins":"Poppins, sans-serif","--font-montserrat":"Montserrat Variable, monospace"},theme:{semanticTokens:{colors:J0},extend:{breakpoints:{sm:"640px",md:"1127px",lg:"1024px",xl:"1280px","2xl":"1536px"},recipes:{tagRecipe:L0,textRecipe:Y0,icon:R0,block:g0,clickableRecipe:C0,loader:_0,separator:V0,anchor:c0,cell:b0,blanketRecipe:p0,wrapperRecipe:H0},slotRecipes:{visibilitySlot:k0,avatar:d0,tooltip:W0,dialog:x0,drawerSlot:w0,modalSlot:T0,flatButtonSlot:S0,gridSlot:E0,popover:N0,tabsSlot:B0,switchSlot:j0,accordionSlot:l0,input:P0,formElement:A0,dropdown:I0,select:F0,avatarGroup:f0,boxGroupSlot:v0,checkBoxSlot:y0,button:h0,labelSlot:O0,titleSlot:G0,paginationSlot:M0,breadcrumbSlot:m0,textAreaSlot:D0},keyframes:K0,tokens:{colors:q0,spacing:tg,fontSizes:U0,fontWeights:Q0,lineHeights:eg,fonts:{Montserrat:{value:"var(--font-montserrat)"},Poppins:{value:"var(--font-poppins)"}}}}}};function ng(e,t){const r=y.createContext(t),o=i=>{const{children:a,...s}=i,u=y.useMemo(()=>s,Object.values(s));return v.jsx(r.Provider,{value:u,children:a})};o.displayName=e+"Provider";function n(i){const a=y.useContext(r);if(a)return a;if(t!==void 0)return t;throw new Error(`\`${i}\` must be used within \`${e}\``)}return[o,n]}function qe(e,t=[]){let r=[];function o(i,a){const s=y.createContext(a),u=r.length;r=[...r,a];const l=d=>{var b;const{scope:f,children:p,...m}=d,g=((b=f==null?void 0:f[e])==null?void 0:b[u])||s,h=y.useMemo(()=>m,Object.values(m));return v.jsx(g.Provider,{value:h,children:p})};l.displayName=i+"Provider";function c(d,f){var g;const p=((g=f==null?void 0:f[e])==null?void 0:g[u])||s,m=y.useContext(p);if(m)return m;if(a!==void 0)return a;throw new Error(`\`${d}\` must be used within \`${i}\``)}return[l,c]}const n=()=>{const i=r.map(a=>y.createContext(a));return function(s){const u=(s==null?void 0:s[e])||i;return y.useMemo(()=>({[`__scope${e}`]:{...s,[e]:u}}),[s,u])}};return n.scopeName=e,[o,og(n,...t)]}function og(...e){const t=e[0];if(e.length===1)return t;const r=()=>{const o=e.map(n=>({useScope:n(),scopeName:n.scopeName}));return function(i){const a=o.reduce((s,{useScope:u,scopeName:l})=>{const d=u(i)[`__scope${l}`];return{...s,...d}},{});return y.useMemo(()=>({[`__scope${t.scopeName}`]:a}),[a])}};return r.scopeName=t.scopeName,r}function Nu(e,t){if(typeof e=="function")return e(t);e!=null&&(e.current=t)}function u1(...e){return t=>{let r=!1;const o=e.map(n=>{const i=Nu(n,t);return!r&&typeof i=="function"&&(r=!0),i});if(r)return()=>{for(let n=0;n<o.length;n++){const i=o[n];typeof i=="function"?i():Nu(e[n],null)}}}}function Se(...e){return y.useCallback(u1(...e),e)}var tr=y.forwardRef((e,t)=>{const{children:r,...o}=e,n=y.Children.toArray(r),i=n.find(ig);if(i){const a=i.props.children,s=n.map(u=>u===i?y.Children.count(a)>1?y.Children.only(null):y.isValidElement(a)?a.props.children:null:u);return v.jsx(ra,{...o,ref:t,children:y.isValidElement(a)?y.cloneElement(a,void 0,s):null})}return v.jsx(ra,{...o,ref:t,children:r})});tr.displayName="Slot";var ra=y.forwardRef((e,t)=>{const{children:r,...o}=e;if(y.isValidElement(r)){const n=ug(r),i=ag(o,r.props);return r.type!==y.Fragment&&(i.ref=t?u1(t,n):n),y.cloneElement(r,i)}return y.Children.count(r)>1?y.Children.only(null):null});ra.displayName="SlotClone";var s1=({children:e})=>v.jsx(v.Fragment,{children:e});function ig(e){return y.isValidElement(e)&&e.type===s1}function ag(e,t){const r={...t};for(const o in t){const n=e[o],i=t[o];/^on[A-Z]/.test(o)?n&&i?r[o]=(...s)=>{i(...s),n(...s)}:n&&(r[o]=n):o==="style"?r[o]={...n,...i}:o==="className"&&(r[o]=[n,i].filter(Boolean).join(" "))}return{...e,...r}}function ug(e){var o,n;let t=(o=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:o.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=(n=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:n.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}function l1(e){const t=e+"CollectionProvider",[r,o]=qe(t),[n,i]=r(t,{collectionRef:{current:null},itemMap:new Map}),a=p=>{const{scope:m,children:g}=p,h=V.useRef(null),b=V.useRef(new Map).current;return v.jsx(n,{scope:m,itemMap:b,collectionRef:h,children:g})};a.displayName=t;const s=e+"CollectionSlot",u=V.forwardRef((p,m)=>{const{scope:g,children:h}=p,b=i(s,g),C=Se(m,b.collectionRef);return v.jsx(tr,{ref:C,children:h})});u.displayName=s;const l=e+"CollectionItemSlot",c="data-radix-collection-item",d=V.forwardRef((p,m)=>{const{scope:g,children:h,...b}=p,C=V.useRef(null),S=Se(m,C),w=i(l,g);return V.useEffect(()=>(w.itemMap.set(C,{ref:C,...b}),()=>void w.itemMap.delete(C))),v.jsx(tr,{[c]:"",ref:S,children:h})});d.displayName=l;function f(p){const m=i(e+"CollectionConsumer",p);return V.useCallback(()=>{const h=m.collectionRef.current;if(!h)return[];const b=Array.from(h.querySelectorAll(`[${c}]`));return Array.from(m.itemMap.values()).sort((w,I)=>b.indexOf(w.ref.current)-b.indexOf(I.ref.current))},[m.collectionRef,m.itemMap])}return[{Provider:a,Slot:u,ItemSlot:d},f,o]}function ve(e,t,{checkForDefaultPrevented:r=!0}={}){return function(n){if(e==null||e(n),r===!1||!n.defaultPrevented)return t==null?void 0:t(n)}}function Xe(e){const t=y.useRef(e);return y.useEffect(()=>{t.current=e}),y.useMemo(()=>(...r)=>{var o;return(o=t.current)==null?void 0:o.call(t,...r)},[])}function dt({prop:e,defaultProp:t,onChange:r=()=>{}}){const[o,n]=sg({defaultProp:t,onChange:r}),i=e!==void 0,a=i?e:o,s=Xe(r),u=y.useCallback(l=>{if(i){const d=typeof l=="function"?l(e):l;d!==e&&s(d)}else n(l)},[i,e,n,s]);return[a,u]}function sg({defaultProp:e,onChange:t}){const r=y.useState(e),[o]=r,n=y.useRef(o),i=Xe(t);return y.useEffect(()=>{n.current!==o&&(i(o),n.current=o)},[o,n,i]),r}var lg=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],de=lg.reduce((e,t)=>{const r=y.forwardRef((o,n)=>{const{asChild:i,...a}=o,s=i?tr:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),v.jsx(s,{...a,ref:n})});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{});function cg(e,t){e&&Sa.flushSync(()=>e.dispatchEvent(t))}var $e=globalThis!=null&&globalThis.document?y.useLayoutEffect:()=>{};function dg(e,t){return y.useReducer((r,o)=>t[r][o]??r,e)}var Ct=e=>{const{present:t,children:r}=e,o=fg(t),n=typeof r=="function"?r({present:o.isPresent}):y.Children.only(r),i=Se(o.ref,pg(n));return typeof r=="function"||o.isPresent?y.cloneElement(n,{ref:i}):null};Ct.displayName="Presence";function fg(e){const[t,r]=y.useState(),o=y.useRef({}),n=y.useRef(e),i=y.useRef("none"),a=e?"mounted":"unmounted",[s,u]=dg(a,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return y.useEffect(()=>{const l=br(o.current);i.current=s==="mounted"?l:"none"},[s]),$e(()=>{const l=o.current,c=n.current;if(c!==e){const f=i.current,p=br(l);e?u("MOUNT"):p==="none"||(l==null?void 0:l.display)==="none"?u("UNMOUNT"):u(c&&f!==p?"ANIMATION_OUT":"UNMOUNT"),n.current=e}},[e,u]),$e(()=>{if(t){let l;const c=t.ownerDocument.defaultView??window,d=p=>{const g=br(o.current).includes(p.animationName);if(p.target===t&&g&&(u("ANIMATION_END"),!n.current)){const h=t.style.animationFillMode;t.style.animationFillMode="forwards",l=c.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=h)})}},f=p=>{p.target===t&&(i.current=br(o.current))};return t.addEventListener("animationstart",f),t.addEventListener("animationcancel",d),t.addEventListener("animationend",d),()=>{c.clearTimeout(l),t.removeEventListener("animationstart",f),t.removeEventListener("animationcancel",d),t.removeEventListener("animationend",d)}}else u("ANIMATION_END")},[t,u]),{isPresent:["mounted","unmountSuspended"].includes(s),ref:y.useCallback(l=>{l&&(o.current=getComputedStyle(l)),r(l)},[])}}function br(e){return(e==null?void 0:e.animationName)||"none"}function pg(e){var o,n;let t=(o=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:o.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=(n=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:n.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}var gg=y.useId||(()=>{}),vg=0;function it(e){const[t,r]=y.useState(gg());return $e(()=>{r(o=>o??String(vg++))},[e]),t?`radix-${t}`:""}var Aa="Collapsible",[mg,c1]=qe(Aa),[hg,Ea]=mg(Aa),d1=y.forwardRef((e,t)=>{const{__scopeCollapsible:r,open:o,defaultOpen:n,disabled:i,onOpenChange:a,...s}=e,[u=!1,l]=dt({prop:o,defaultProp:n,onChange:a});return v.jsx(hg,{scope:r,disabled:i,contentId:it(),open:u,onOpenToggle:y.useCallback(()=>l(c=>!c),[l]),children:v.jsx(de.div,{"data-state":Pa(u),"data-disabled":i?"":void 0,...s,ref:t})})});d1.displayName=Aa;var f1="CollapsibleTrigger",p1=y.forwardRef((e,t)=>{const{__scopeCollapsible:r,...o}=e,n=Ea(f1,r);return v.jsx(de.button,{type:"button","aria-controls":n.contentId,"aria-expanded":n.open||!1,"data-state":Pa(n.open),"data-disabled":n.disabled?"":void 0,disabled:n.disabled,...o,ref:t,onClick:ve(e.onClick,n.onOpenToggle)})});p1.displayName=f1;var Ra="CollapsibleContent",g1=y.forwardRef((e,t)=>{const{forceMount:r,...o}=e,n=Ea(Ra,e.__scopeCollapsible);return v.jsx(Ct,{present:r||n.open,children:({present:i})=>v.jsx(bg,{...o,ref:t,present:i})})});g1.displayName=Ra;var bg=y.forwardRef((e,t)=>{const{__scopeCollapsible:r,present:o,children:n,...i}=e,a=Ea(Ra,r),[s,u]=y.useState(o),l=y.useRef(null),c=Se(t,l),d=y.useRef(0),f=d.current,p=y.useRef(0),m=p.current,g=a.open||s,h=y.useRef(g),b=y.useRef(void 0);return y.useEffect(()=>{const C=requestAnimationFrame(()=>h.current=!1);return()=>cancelAnimationFrame(C)},[]),$e(()=>{const C=l.current;if(C){b.current=b.current||{transitionDuration:C.style.transitionDuration,animationName:C.style.animationName},C.style.transitionDuration="0s",C.style.animationName="none";const S=C.getBoundingClientRect();d.current=S.height,p.current=S.width,h.current||(C.style.transitionDuration=b.current.transitionDuration,C.style.animationName=b.current.animationName),u(o)}},[a.open,o]),v.jsx(de.div,{"data-state":Pa(a.open),"data-disabled":a.disabled?"":void 0,id:a.contentId,hidden:!g,...i,ref:c,style:{"--radix-collapsible-content-height":f?`${f}px`:void 0,"--radix-collapsible-content-width":m?`${m}px`:void 0,...e.style},children:g&&n})});function Pa(e){return e?"open":"closed"}var yg=d1,Cg=p1,xg=g1,wg=y.createContext(void 0);function Oa(e){const t=y.useContext(wg);return e||t||"ltr"}var tt="Accordion",Ig=["Home","End","ArrowDown","ArrowUp","ArrowLeft","ArrowRight"],[_a,Sg,Ag]=l1(tt),[on,dC]=qe(tt,[Ag,c1]),Ta=c1(),v1=V.forwardRef((e,t)=>{const{type:r,...o}=e,n=o,i=o;return v.jsx(_a.Provider,{scope:e.__scopeAccordion,children:r==="multiple"?v.jsx(Og,{...i,ref:t}):v.jsx(Pg,{...n,ref:t})})});v1.displayName=tt;var[m1,Eg]=on(tt),[h1,Rg]=on(tt,{collapsible:!1}),Pg=V.forwardRef((e,t)=>{const{value:r,defaultValue:o,onValueChange:n=()=>{},collapsible:i=!1,...a}=e,[s,u]=dt({prop:r,defaultProp:o,onChange:n});return v.jsx(m1,{scope:e.__scopeAccordion,value:s?[s]:[],onItemOpen:u,onItemClose:V.useCallback(()=>i&&u(""),[i,u]),children:v.jsx(h1,{scope:e.__scopeAccordion,collapsible:i,children:v.jsx(b1,{...a,ref:t})})})}),Og=V.forwardRef((e,t)=>{const{value:r,defaultValue:o,onValueChange:n=()=>{},...i}=e,[a=[],s]=dt({prop:r,defaultProp:o,onChange:n}),u=V.useCallback(c=>s((d=[])=>[...d,c]),[s]),l=V.useCallback(c=>s((d=[])=>d.filter(f=>f!==c)),[s]);return v.jsx(m1,{scope:e.__scopeAccordion,value:a,onItemOpen:u,onItemClose:l,children:v.jsx(h1,{scope:e.__scopeAccordion,collapsible:!0,children:v.jsx(b1,{...i,ref:t})})})}),[_g,an]=on(tt),b1=V.forwardRef((e,t)=>{const{__scopeAccordion:r,disabled:o,dir:n,orientation:i="vertical",...a}=e,s=V.useRef(null),u=Se(s,t),l=Sg(r),d=Oa(n)==="ltr",f=ve(e.onKeyDown,p=>{var E;if(!Ig.includes(p.key))return;const m=p.target,g=l().filter(P=>{var _;return!((_=P.ref.current)!=null&&_.disabled)}),h=g.findIndex(P=>P.ref.current===m),b=g.length;if(h===-1)return;p.preventDefault();let C=h;const S=0,w=b-1,I=()=>{C=h+1,C>w&&(C=S)},A=()=>{C=h-1,C<S&&(C=w)};switch(p.key){case"Home":C=S;break;case"End":C=w;break;case"ArrowRight":i==="horizontal"&&(d?I():A());break;case"ArrowDown":i==="vertical"&&I();break;case"ArrowLeft":i==="horizontal"&&(d?A():I());break;case"ArrowUp":i==="vertical"&&A();break}const x=C%b;(E=g[x].ref.current)==null||E.focus()});return v.jsx(_g,{scope:r,disabled:o,direction:n,orientation:i,children:v.jsx(_a.Slot,{scope:r,children:v.jsx(de.div,{...a,"data-orientation":i,ref:u,onKeyDown:o?void 0:f})})})}),Wr="AccordionItem",[Tg,Ma]=on(Wr),y1=V.forwardRef((e,t)=>{const{__scopeAccordion:r,value:o,...n}=e,i=an(Wr,r),a=Eg(Wr,r),s=Ta(r),u=it(),l=o&&a.value.includes(o)||!1,c=i.disabled||e.disabled;return v.jsx(Tg,{scope:r,open:l,disabled:c,triggerId:u,children:v.jsx(yg,{"data-orientation":i.orientation,"data-state":A1(l),...s,...n,ref:t,disabled:c,open:l,onOpenChange:d=>{d?a.onItemOpen(o):a.onItemClose(o)}})})});y1.displayName=Wr;var C1="AccordionHeader",x1=V.forwardRef((e,t)=>{const{__scopeAccordion:r,...o}=e,n=an(tt,r),i=Ma(C1,r);return v.jsx(de.h3,{"data-orientation":n.orientation,"data-state":A1(i.open),"data-disabled":i.disabled?"":void 0,...o,ref:t})});x1.displayName=C1;var na="AccordionTrigger",w1=V.forwardRef((e,t)=>{const{__scopeAccordion:r,...o}=e,n=an(tt,r),i=Ma(na,r),a=Rg(na,r),s=Ta(r);return v.jsx(_a.ItemSlot,{scope:r,children:v.jsx(Cg,{"aria-disabled":i.open&&!a.collapsible||void 0,"data-orientation":n.orientation,id:i.triggerId,...s,...o,ref:t})})});w1.displayName=na;var I1="AccordionContent",S1=V.forwardRef((e,t)=>{const{__scopeAccordion:r,...o}=e,n=an(tt,r),i=Ma(I1,r),a=Ta(r);return v.jsx(xg,{role:"region","aria-labelledby":i.triggerId,"data-orientation":n.orientation,...a,...o,ref:t,style:{"--radix-accordion-content-height":"var(--radix-collapsible-content-height)","--radix-accordion-content-width":"var(--radix-collapsible-content-width)",...e.style}})});S1.displayName=I1;function A1(e){return e?"open":"closed"}var Mg=v1,Ng=y1,Fg=x1,Vg=w1,jg=S1;const Bg=()=>v.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",style:{display:"none"},children:[v.jsxs("symbol",{id:"icon-sort-order",viewBox:"0 0 24 24",children:[v.jsx("path",{d:"M6.95256 0.221649C7.2549 -0.0738828 7.7451 -0.0738828 8.04744 0.221649L13.2732 5.32976C13.5756 5.62529 13.5756 6.10444 13.2732 6.39997C12.9709 6.6955 12.4807 6.6955 12.1784 6.39997L8.27419 2.58373V12.2432C8.27419 12.6612 7.92758 13 7.5 13C7.07242 13 6.72581 12.6612 6.72581 12.2432V2.58373L2.82163 6.39997C2.51929 6.6955 2.0291 6.6955 1.72676 6.39997C1.42441 6.10444 1.42441 5.62529 1.72676 5.32976L6.95256 0.221649Z"}),v.jsx("path",{d:"M15.9526 23.0217C16.2549 23.3351 16.7451 23.3351 17.0474 23.0217L22.2732 17.6038C22.5756 17.2904 22.5756 16.7821 22.2732 16.4687C21.9709 16.1552 21.4807 16.1552 21.1784 16.4687L17.2742 20.5164V11.0594C17.2742 10.6161 16.9276 10.2568 16.5 10.2568C16.0724 10.2568 15.7258 10.6161 15.7258 11.0594V20.5164L11.8216 16.4687C11.5193 16.1552 11.0291 16.1552 10.7268 16.4687C10.4244 16.7821 10.4244 17.2904 10.7268 17.6038L15.9526 23.0217Z"})]}),v.jsx("symbol",{id:"icon-arrow-down-left",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L8.41421 17H15.75C16.3023 17 16.75 17.4477 16.75 18C16.75 18.5523 16.3023 19 15.75 19H6C5.44772 19 5 18.5523 5 18V8.25C5 7.69772 5.44772 7.25 6 7.25C6.55228 7.25 7 7.69772 7 8.25V15.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289Z"})}),v.jsx("symbol",{id:"icon-arrow-up-left",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M6.91455 5H16.6646C17.2168 5 17.6646 5.44772 17.6646 6C17.6646 6.55228 17.2168 7 16.6646 7H9.32876L19.6217 17.2929C20.0122 17.6834 20.0122 18.3166 19.6217 18.7071C19.2311 19.0976 18.598 19.0976 18.2074 18.7071L7.91455 8.41421V15.75C7.91455 16.3023 7.46684 16.75 6.91455 16.75C6.36227 16.75 5.91455 16.3023 5.91455 15.75V6C5.91455 5.44772 6.36227 5 6.91455 5Z"})}),v.jsx("symbol",{id:"icon-arrow-up-right",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M8.07861 6C8.07861 5.44772 8.52633 5 9.07861 5H18.8286C19.3809 5 19.8286 5.44772 19.8286 6V15.75C19.8286 16.3023 19.3809 16.75 18.8286 16.75C18.2763 16.75 17.8286 16.3023 17.8286 15.75V8.41421L7.53572 18.7071C7.1452 19.0976 6.51203 19.0976 6.12151 18.7071C5.73098 18.3166 5.73098 17.6834 6.12151 17.2929L16.4144 7H9.07861C8.52633 7 8.07861 6.55228 8.07861 6Z"})}),v.jsx("symbol",{id:"icon-arrow-down-right",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M5.53606 5.29289C5.92658 4.90237 6.55975 4.90237 6.95027 5.29289L17.2432 15.5858V8.25C17.2432 7.69772 17.6909 7.25 18.2432 7.25C18.7954 7.25 19.2432 7.69772 19.2432 8.25V18C19.2432 18.5523 18.7954 19 18.2432 19H8.49316C7.94088 19 7.49316 18.5523 7.49316 18C7.49316 17.4477 7.94088 17 8.49316 17H15.829L5.53606 6.70711C5.14553 6.31658 5.14553 5.68342 5.53606 5.29289Z"})}),v.jsx("symbol",{id:"icon-arrow-drop-down",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M5.7998 9L11.7998 15L17.7998 9H5.7998Z"})}),v.jsx("symbol",{id:"icon-info-filled",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M12.075 17C12.2917 17 12.4708 16.9292 12.6125 16.7875C12.7542 16.6458 12.825 16.4667 12.825 16.25V11.725C12.825 11.525 12.75 11.3542 12.6 11.2125C12.45 11.0708 12.275 11 12.075 11C11.8583 11 11.6792 11.0708 11.5375 11.2125C11.3958 11.3542 11.325 11.5333 11.325 11.75V16.275C11.325 16.475 11.4 16.6458 11.55 16.7875C11.7 16.9292 11.875 17 12.075 17ZM12 9.15C12.2333 9.15 12.4292 9.075 12.5875 8.925C12.7458 8.775 12.825 8.58333 12.825 8.35C12.825 8.11667 12.7458 7.91667 12.5875 7.75C12.4292 7.58333 12.2333 7.5 12 7.5C11.7667 7.5 11.5708 7.58333 11.4125 7.75C11.2542 7.91667 11.175 8.11667 11.175 8.35C11.175 8.58333 11.2542 8.775 11.4125 8.925C11.5708 9.075 11.7667 9.15 12 9.15ZM12 22C10.5833 22 9.26667 21.7458 8.05 21.2375C6.83333 20.7292 5.775 20.025 4.875 19.125C3.975 18.225 3.27083 17.1667 2.7625 15.95C2.25417 14.7333 2 13.4167 2 12C2 10.6 2.25417 9.29167 2.7625 8.075C3.27083 6.85833 3.975 5.8 4.875 4.9C5.775 4 6.83333 3.29167 8.05 2.775C9.26667 2.25833 10.5833 2 12 2C13.4 2 14.7083 2.25833 15.925 2.775C17.1417 3.29167 18.2 4 19.1 4.9C20 5.8 20.7083 6.85833 21.225 8.075C21.7417 9.29167 22 10.6 22 12C22 13.4167 21.7417 14.7333 21.225 15.95C20.7083 17.1667 20 18.225 19.1 19.125C18.2 20.025 17.1417 20.7292 15.925 21.2375C14.7083 21.7458 13.4 22 12 22Z"})}),v.jsx("symbol",{id:"icon-priority-high",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M12.2907 21C11.8089 21 11.3971 20.8284 11.0555 20.4853C10.7138 20.1421 10.543 19.7296 10.543 19.2478C10.543 18.7659 10.7145 18.3542 11.0577 18.0125C11.4008 17.6708 11.8133 17.5 12.2952 17.5C12.777 17.5 13.1888 17.6716 13.5305 18.0147C13.8721 18.3579 14.043 18.7704 14.043 19.2522C14.043 19.7341 13.8714 20.1458 13.5282 20.4875C13.1851 20.8292 12.7726 21 12.2907 21ZM12.2907 15C11.8089 15 11.3971 14.8286 11.0555 14.4859C10.7138 14.1432 10.543 13.7312 10.543 13.25V4.75C10.543 4.26875 10.7145 3.85677 11.0577 3.51405C11.4008 3.17135 11.8133 3 12.2952 3C12.777 3 13.1888 3.17135 13.5305 3.51405C13.8721 3.85677 14.043 4.26875 14.043 4.75V13.25C14.043 13.7312 13.8714 14.1432 13.5282 14.4859C13.1851 14.8286 12.7726 15 12.2907 15Z"})}),v.jsx("symbol",{id:"icon-alert",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M13.0142 2C11.0363 2 9.10295 2.58649 7.45846 3.6853C5.81397 4.78412 4.53225 6.3459 3.77537 8.17316C3.01849 10.0004 2.82046 12.0111 3.20631 13.9509C3.59216 15.8907 4.54457 17.6725 5.9431 19.0711C7.34162 20.4696 9.12345 21.422 11.0633 21.8078C13.0031 22.1937 15.0137 21.9957 16.841 21.2388C18.6683 20.4819 20.23 19.2002 21.3289 17.5557C22.4277 15.9112 23.0142 13.9778 23.0142 12C23.0112 9.34874 21.9567 6.80693 20.082 4.93221C18.2072 3.05749 15.6654 2.00297 13.0142 2ZM13.0141 17.9276C12.8482 17.9277 12.686 17.8785 12.5481 17.7863C12.4101 17.6941 12.3026 17.5631 12.2391 17.4098C12.1756 17.2565 12.159 17.0878 12.1913 16.9251C12.2237 16.7624 12.3036 16.6129 12.4209 16.4956C12.5382 16.3782 12.6877 16.2983 12.8505 16.266C13.0132 16.2336 13.1819 16.2502 13.3351 16.3137C13.4884 16.3772 13.6195 16.4847 13.7116 16.6227C13.8038 16.7606 13.853 16.9228 13.853 17.0887C13.853 17.1989 13.8313 17.308 13.7892 17.4098C13.747 17.5116 13.6852 17.604 13.6073 17.6819C13.5294 17.7598 13.4369 17.8216 13.3352 17.8638C13.2334 17.906 13.1243 17.9276 13.0141 17.9276ZM14.2413 7.36709L13.898 13.7632C13.8858 13.9894 13.7874 14.2024 13.623 14.3582C13.4586 14.514 13.2406 14.6009 13.0141 14.6009C12.7876 14.6009 12.5696 14.514 12.4052 14.3582C12.2408 14.2024 12.1424 13.9894 12.1302 13.7632L11.7868 7.36709C11.7779 7.20039 11.803 7.03361 11.8606 6.87693C11.9183 6.72025 12.0072 6.57696 12.1221 6.45579C12.2369 6.33462 12.3752 6.23812 12.5286 6.17217C12.6819 6.10622 12.8471 6.07221 13.0141 6.0722C13.181 6.07221 13.3462 6.10622 13.4996 6.17217C13.653 6.23812 13.7913 6.33462 13.9061 6.45579C14.021 6.57696 14.1099 6.72026 14.1675 6.87693C14.2252 7.03361 14.2503 7.20039 14.2413 7.36709Z"})}),v.jsx("symbol",{id:"icon-warning",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M2.96557 21.25C2.81557 21.25 2.68514 21.2156 2.57427 21.1469C2.46341 21.0781 2.37717 20.9875 2.31557 20.875C2.24612 20.765 2.20793 20.6458 2.201 20.5175C2.19405 20.3892 2.23224 20.2583 2.31557 20.125L12.0156 3.375C12.0989 3.24167 12.1947 3.14583 12.3031 3.0875C12.4114 3.02917 12.5322 3 12.6656 3C12.7989 3 12.9197 3.02917 13.0281 3.0875C13.1364 3.14583 13.2322 3.24167 13.3156 3.375L23.0156 20.125C23.0989 20.2583 23.1371 20.3892 23.1301 20.5175C23.1232 20.6458 23.085 20.765 23.0156 20.875C22.954 20.9875 22.8677 21.0781 22.7569 21.1469C22.646 21.2156 22.5156 21.25 22.3656 21.25H2.96557ZM12.7699 18.325C12.9837 18.325 13.1614 18.2527 13.3031 18.1081C13.4447 17.9635 13.5156 17.7844 13.5156 17.5706C13.5156 17.3569 13.4433 17.1792 13.2987 17.0375C13.1541 16.8958 12.9749 16.825 12.7612 16.825C12.5474 16.825 12.3697 16.8973 12.2281 17.0419C12.0864 17.1865 12.0156 17.3656 12.0156 17.5794C12.0156 17.7931 12.0879 17.9708 12.2324 18.1125C12.377 18.2542 12.5562 18.325 12.7699 18.325ZM12.7699 15.55C12.9837 15.55 13.1614 15.4781 13.3031 15.3344C13.4447 15.1906 13.5156 15.0125 13.5156 14.8V10.7C13.5156 10.4875 13.4433 10.3094 13.2987 10.1656C13.1541 10.0219 12.9749 9.95 12.7612 9.95C12.5474 9.95 12.3697 10.0219 12.2281 10.1656C12.0864 10.3094 12.0156 10.4875 12.0156 10.7V14.8C12.0156 15.0125 12.0879 15.1906 12.2324 15.3344C12.377 15.4781 12.5562 15.55 12.7699 15.55Z"})}),v.jsx("symbol",{id:"icon-warning-outline",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M22.292 17.4696L14.6157 4.16819C14.4123 3.81324 14.1188 3.51829 13.7649 3.31316C13.411 3.10803 13.0092 3 12.6001 3C12.191 3 11.7892 3.10803 11.4353 3.31316C11.0814 3.51829 10.7879 3.81324 10.5845 4.16819L2.90816 17.4696C2.70553 17.8234 2.5993 18.2243 2.6001 18.6321C2.6009 19.0398 2.7087 19.4402 2.91272 19.7933C3.11674 20.1464 3.40985 20.4397 3.76274 20.644C4.11564 20.8483 4.51597 20.9564 4.92374 20.9575H20.2765C20.6842 20.9564 21.0846 20.8483 21.4375 20.644C21.7903 20.4397 22.0835 20.1464 22.2875 19.7933C22.4915 19.4402 22.5993 19.0398 22.6001 18.6321C22.6009 18.2243 22.4947 17.8234 22.292 17.4696ZM21.0555 19.0778C20.9783 19.216 20.8651 19.3309 20.728 19.4101C20.5908 19.4894 20.4348 19.5301 20.2765 19.528H4.92374C4.76536 19.5301 4.60936 19.4894 4.47223 19.4101C4.33509 19.3309 4.22192 19.216 4.14467 19.0778C4.0641 18.9427 4.02155 18.7883 4.02155 18.631C4.02155 18.4738 4.0641 18.3194 4.14467 18.1843L11.8282 4.88294C11.9054 4.74613 12.0175 4.63229 12.1531 4.55308C12.2888 4.47386 12.443 4.43212 12.6001 4.43212C12.7572 4.43212 12.9114 4.47386 13.0471 4.55308C13.1827 4.63229 13.2948 4.74613 13.372 4.88294L21.0555 18.1843C21.1361 18.3194 21.1786 18.4738 21.1786 18.631C21.1786 18.7883 21.1361 18.9427 21.0555 19.0778ZM11.8854 14.3819V8.3423C11.8854 8.15274 11.9607 7.97094 12.0947 7.8369C12.2287 7.70286 12.4105 7.62756 12.6001 7.62756C12.7897 7.62756 12.9715 7.70286 13.1055 7.8369C13.2395 7.97094 13.3148 8.15274 13.3148 8.3423V14.3819C13.3148 14.5715 13.2395 14.7532 13.1055 14.8873C12.9715 15.0213 12.7897 15.0966 12.6001 15.0966C12.4105 15.0966 12.2287 15.0213 12.0947 14.8873C11.9607 14.7532 11.8854 14.5715 11.8854 14.3819ZM13.6937 17.0264C13.6937 17.2427 13.6295 17.4542 13.5094 17.634C13.3892 17.8138 13.2184 17.954 13.0186 18.0368C12.8188 18.1195 12.5989 18.1412 12.3868 18.099C12.1746 18.0568 11.9798 17.9526 11.8268 17.7997C11.6739 17.6468 11.5697 17.4519 11.5276 17.2398C11.4854 17.0277 11.507 16.8078 11.5898 16.608C11.6725 16.4081 11.8127 16.2373 11.9925 16.1172C12.1724 15.997 12.3838 15.9329 12.6001 15.9329C12.8895 15.9348 13.1666 16.0506 13.3713 16.2553C13.576 16.4599 13.6918 16.737 13.6937 17.0264Z"})}),v.jsx("symbol",{id:"icon-close",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M5.95711 4.54289C5.56658 4.15237 4.93342 4.15237 4.54289 4.54289C4.15237 4.93342 4.15237 5.56658 4.54289 5.95711L10.5858 12L4.54289 18.0429L4.71967 18.2197L4.54289 18.0429C4.15237 18.4334 4.15237 19.0666 4.54289 19.4571L4.71967 19.2803L4.54289 19.4571C4.93342 19.8476 5.56658 19.8476 5.95711 19.4571L12 13.4142L18.0429 19.4571C18.4334 19.8476 19.0666 19.8476 19.4571 19.4571C19.8476 19.0666 19.8476 18.4334 19.4571 18.0429L13.4142 12L19.4571 5.95711C19.8476 5.56658 19.8476 4.93342 19.4571 4.54289L19.2803 4.71967L19.4571 4.54289C19.0666 4.15237 18.4334 4.15237 18.0429 4.54289L18.2194 4.71941L18.0429 4.54289L12 10.5858L5.95711 4.54289Z"})}),v.jsx("symbol",{id:"icon-close-filled",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M8.225 16.275C8.375 16.425 8.55 16.5 8.75 16.5C8.95 16.5 9.125 16.425 9.275 16.275L12.5 13.05L15.75 16.3C15.8833 16.4333 16.0542 16.4958 16.2625 16.4875C16.4708 16.4792 16.6417 16.4083 16.775 16.275C16.925 16.125 17 15.95 17 15.75C17 15.55 16.925 15.375 16.775 15.225L13.55 12L16.8 8.75C16.9333 8.61667 16.9958 8.44583 16.9875 8.2375C16.9792 8.02917 16.9083 7.85833 16.775 7.725C16.625 7.575 16.45 7.5 16.25 7.5C16.05 7.5 15.875 7.575 15.725 7.725L12.5 10.95L9.25 7.7C9.11667 7.56667 8.94583 7.50417 8.7375 7.5125C8.52917 7.52083 8.35833 7.59167 8.225 7.725C8.075 7.875 8 8.05 8 8.25C8 8.45 8.075 8.625 8.225 8.775L11.45 12L8.2 15.25C8.06667 15.3833 8.00417 15.5542 8.0125 15.7625C8.02083 15.9708 8.09167 16.1417 8.225 16.275ZM12.5 22C11.0833 22 9.76667 21.7458 8.55 21.2375C7.33333 20.7292 6.275 20.025 5.375 19.125C4.475 18.225 3.77083 17.1667 3.2625 15.95C2.75417 14.7333 2.5 13.4167 2.5 12C2.5 10.6 2.75417 9.29167 3.2625 8.075C3.77083 6.85833 4.475 5.8 5.375 4.9C6.275 4 7.33333 3.29167 8.55 2.775C9.76667 2.25833 11.0833 2 12.5 2C13.9 2 15.2083 2.25833 16.425 2.775C17.6417 3.29167 18.7 4 19.6 4.9C20.5 5.8 21.2083 6.85833 21.725 8.075C22.2417 9.29167 22.5 10.6 22.5 12C22.5 13.4167 22.2417 14.7333 21.725 15.95C21.2083 17.1667 20.5 18.225 19.6 19.125C18.7 20.025 17.6417 20.7292 16.425 21.2375C15.2083 21.7458 13.9 22 12.5 22Z"})}),v.jsxs("symbol",{id:"icon-close-circle",viewBox:"0 0 24 24",children:[v.jsx("path",{d:"M12.8281 22C11.4448 22 10.1448 21.7375 8.92812 21.2125C7.71146 20.6875 6.65313 19.975 5.75312 19.075C4.85312 18.175 4.14062 17.1167 3.61563 15.9C3.09062 14.6833 2.82812 13.3833 2.82812 12C2.82812 10.6167 3.09062 9.31667 3.61563 8.1C4.14062 6.88333 4.85312 5.825 5.75312 4.925C6.65313 4.025 7.71146 3.3125 8.92812 2.7875C10.1448 2.2625 11.4448 2 12.8281 2C14.2115 2 15.5115 2.2625 16.7281 2.7875C17.9448 3.3125 19.0031 4.025 19.9031 4.925C20.8031 5.825 21.5156 6.88333 22.0406 8.1C22.5656 9.31667 22.8281 10.6167 22.8281 12C22.8281 13.3833 22.5656 14.6833 22.0406 15.9C21.5156 17.1167 20.8031 18.175 19.9031 19.075C19.0031 19.975 17.9448 20.6875 16.7281 21.2125C15.5115 21.7375 14.2115 22 12.8281 22ZM12.8281 20C15.0615 20 16.9531 19.225 18.5031 17.675C20.0531 16.125 20.8281 14.2333 20.8281 12C20.8281 9.76667 20.0531 7.875 18.5031 6.325C16.9531 4.775 15.0615 4 12.8281 4C10.5948 4 8.70313 4.775 7.15313 6.325C5.60313 7.875 4.82812 9.76667 4.82812 12C4.82812 14.2333 5.60313 16.125 7.15313 17.675C8.70313 19.225 10.5948 20 12.8281 20Z"}),v.jsx("path",{d:"M11.4139 12L9.29259 14.1213C9.09224 14.3217 8.99207 14.5574 8.99207 14.8284C8.99207 15.0995 9.09224 15.3352 9.29259 15.5355C9.49294 15.7359 9.72864 15.8361 9.9997 15.8361C10.2708 15.8361 10.5065 15.7359 10.7068 15.5355L12.8281 13.4142L14.9494 15.5355C15.1498 15.7359 15.3855 15.8361 15.6566 15.8361C15.9276 15.8361 16.1633 15.7359 16.3637 15.5355C16.564 15.3352 16.6642 15.0995 16.6642 14.8284C16.6642 14.5574 16.564 14.3217 16.3637 14.1213L14.2423 12L16.3637 9.87868C16.564 9.67833 16.6642 9.44263 16.6642 9.17157C16.6642 8.90052 16.564 8.66481 16.3637 8.46447C16.1633 8.26412 15.9276 8.16395 15.6566 8.16395C15.3855 8.16395 15.1498 8.26412 14.9494 8.46447L12.8281 10.5858L10.7068 8.46447C10.5065 8.26412 10.2708 8.16395 9.9997 8.16395C9.72864 8.16395 9.49294 8.26412 9.29259 8.46447C9.09224 8.66481 8.99207 8.90052 8.99207 9.17157C8.99207 9.44263 9.09224 9.67833 9.29259 9.87868L11.4139 12Z"})]}),v.jsx("symbol",{id:"icon-check-filled",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M11.8248 14.275L9.3748 11.825C9.2248 11.675 9.04147 11.6 8.8248 11.6C8.60814 11.6 8.4248 11.675 8.2748 11.825C8.10814 11.9917 8.0248 12.1875 8.0248 12.4125C8.0248 12.6375 8.0998 12.825 8.2498 12.975L11.2998 16.025C11.4331 16.1583 11.6081 16.225 11.8248 16.225C12.0415 16.225 12.2165 16.1583 12.3498 16.025L18.3498 10.025C18.4998 9.875 18.5748 9.69167 18.5748 9.475C18.5748 9.25833 18.4915 9.06667 18.3248 8.9C18.1748 8.75 17.9873 8.675 17.7623 8.675C17.5373 8.675 17.3415 8.75833 17.1748 8.925L11.8248 14.275ZM13.2998 22C11.8831 22 10.5665 21.7458 9.3498 21.2375C8.13314 20.7292 7.0748 20.025 6.1748 19.125C5.2748 18.225 4.57064 17.1667 4.0623 15.95C3.55397 14.7333 3.2998 13.4167 3.2998 12C3.2998 10.6 3.55397 9.29167 4.0623 8.075C4.57064 6.85833 5.2748 5.8 6.1748 4.9C7.0748 4 8.13314 3.29167 9.3498 2.775C10.5665 2.25833 11.8831 2 13.2998 2C14.6998 2 16.0081 2.25833 17.2248 2.775C18.4415 3.29167 19.4998 4 20.3998 4.9C21.2998 5.8 22.0081 6.85833 22.5248 8.075C23.0415 9.29167 23.2998 10.6 23.2998 12C23.2998 13.4167 23.0415 14.7333 22.5248 15.95C22.0081 17.1667 21.2998 18.225 20.3998 19.125C19.4998 20.025 18.4415 20.7292 17.2248 21.2375C16.0081 21.7458 14.6998 22 13.2998 22Z"})}),v.jsx("symbol",{id:"icon-help-filled",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M12.7002 2C10.048 2 7.50452 3.05356 5.62917 4.92898C3.75376 6.80425 2.7002 9.34788 2.7002 12C2.7002 14.6521 3.75376 17.1957 5.62917 19.071C7.50445 20.9464 10.0481 22 12.7002 22C15.3523 22 17.8959 20.9464 19.7712 19.071C21.6466 17.1957 22.7002 14.6521 22.7002 12C22.7002 9.34788 21.6466 6.80432 19.7712 4.92898C17.8959 3.05356 15.3523 2 12.7002 2ZM13.4562 15.976C13.4602 16.618 13.1002 17 12.4702 17C11.8402 17 11.4202 16.6319 11.4181 16.094C11.4181 15.348 11.7521 14.976 12.4181 14.956C12.9603 14.94 13.5242 15.272 13.4562 15.976V15.976ZM14.8561 11.3599C14.5721 11.5799 14.2741 11.78 13.9881 11.996V11.9958C13.5664 12.2722 13.324 12.7524 13.3522 13.2559C13.3592 13.4344 13.3065 13.6101 13.202 13.7551C13.0976 13.9001 12.9477 14.006 12.7762 14.0558C12.5936 14.1261 12.3927 14.1338 12.2052 14.0777C12.0177 14.0216 11.8542 13.9048 11.7402 13.7458C11.6654 13.6205 11.6248 13.4778 11.6222 13.3319C11.5929 12.4142 12.0188 11.5414 12.7601 10.9998C13.0811 10.7556 13.384 10.4881 13.6661 10.1999C13.8006 10.0414 13.8825 9.84501 13.9002 9.63785C13.9462 9.07186 13.5822 8.70789 12.9962 8.66982C12.2882 8.62378 11.6922 8.8078 11.2782 9.43378V9.43392C11.1914 9.58152 11.0615 9.69885 10.906 9.77042C10.7504 9.84198 10.5767 9.86403 10.4082 9.83389C9.80814 9.73386 9.55022 9.24586 9.79614 8.68393C10.0537 8.13622 10.4963 7.69705 11.0461 7.44398C11.6108 7.16636 12.2292 7.01484 12.8582 6.99991C13.2139 7.03702 13.5672 7.0952 13.9161 7.17388C14.9821 7.47591 15.6161 8.32787 15.6961 9.45986C15.7746 10.1981 15.4537 10.9222 14.8541 11.3598L14.8561 11.3599Z"})}),v.jsxs("symbol",{id:"icon-plus-add",viewBox:"0 0 24 24",children:[v.jsx("path",{d:"M4.1001 12C4.1001 11.5858 4.43588 11.25 4.8501 11.25H21.3501C21.7643 11.25 22.1001 11.5858 22.1001 12C22.1001 12.4142 21.7643 12.75 21.3501 12.75H4.8501C4.43588 12.75 4.1001 12.4142 4.1001 12Z"}),v.jsx("path",{d:"M13.1001 3C13.5143 3 13.8501 3.33579 13.8501 3.75V20.25C13.8501 20.6642 13.5143 21 13.1001 21C12.6859 21 12.3501 20.6642 12.3501 20.25V3.75C12.3501 3.33579 12.6859 3 13.1001 3Z"}),v.jsx("path",{d:"M13.1001 3.5C12.962 3.5 12.8501 3.61193 12.8501 3.75V10.75H13.3501V3.75C13.3501 3.61193 13.2382 3.5 13.1001 3.5ZM14.3501 10.75V3.75C14.3501 3.05964 13.7905 2.5 13.1001 2.5C12.4097 2.5 11.8501 3.05964 11.8501 3.75V10.75H4.8501C4.15974 10.75 3.6001 11.3096 3.6001 12C3.6001 12.6904 4.15974 13.25 4.8501 13.25H11.8501V20.25C11.8501 20.9404 12.4097 21.5 13.1001 21.5C13.7905 21.5 14.3501 20.9404 14.3501 20.25V13.25H21.3501C22.0405 13.25 22.6001 12.6904 22.6001 12C22.6001 11.3096 22.0405 10.75 21.3501 10.75H14.3501ZM13.3501 11.75H12.8501V12.25H13.3501V11.75ZM14.3501 12.25V11.75H21.3501C21.4882 11.75 21.6001 11.8619 21.6001 12C21.6001 12.1381 21.4882 12.25 21.3501 12.25H14.3501ZM13.3501 13.25H12.8501V20.25C12.8501 20.3881 12.962 20.5 13.1001 20.5C13.2382 20.5 13.3501 20.3881 13.3501 20.25V13.25ZM11.8501 12.25V11.75H4.8501C4.71203 11.75 4.6001 11.8619 4.6001 12C4.6001 12.1381 4.71203 12.25 4.8501 12.25H11.8501Z"})]}),v.jsx("symbol",{id:"icon-plus-add-circle",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M10.9287 13V16C10.9287 16.2833 11.0245 16.5208 11.2162 16.7125C11.4079 16.9042 11.6454 17 11.9287 17C12.212 17 12.4495 16.9042 12.6412 16.7125C12.8329 16.5208 12.9287 16.2833 12.9287 16V13H15.9287C16.212 13 16.4495 12.9042 16.6412 12.7125C16.8329 12.5208 16.9287 12.2833 16.9287 12C16.9287 11.7167 16.8329 11.4792 16.6412 11.2875C16.4495 11.0958 16.212 11 15.9287 11H12.9287V8C12.9287 7.71667 12.8329 7.47917 12.6412 7.2875C12.4495 7.09583 12.212 7 11.9287 7C11.6454 7 11.4079 7.09583 11.2162 7.2875C11.0245 7.47917 10.9287 7.71667 10.9287 8V11H7.92871C7.64538 11 7.40788 11.0958 7.21621 11.2875C7.02454 11.4792 6.92871 11.7167 6.92871 12C6.92871 12.2833 7.02454 12.5208 7.21621 12.7125C7.40788 12.9042 7.64538 13 7.92871 13H10.9287ZM11.9287 22C10.5454 22 9.24538 21.7375 8.02871 21.2125C6.81204 20.6875 5.75371 19.975 4.85371 19.075C3.95371 18.175 3.24121 17.1167 2.71621 15.9C2.19121 14.6833 1.92871 13.3833 1.92871 12C1.92871 10.6167 2.19121 9.31667 2.71621 8.1C3.24121 6.88333 3.95371 5.825 4.85371 4.925C5.75371 4.025 6.81204 3.3125 8.02871 2.7875C9.24538 2.2625 10.5454 2 11.9287 2C13.312 2 14.612 2.2625 15.8287 2.7875C17.0454 3.3125 18.1037 4.025 19.0037 4.925C19.9037 5.825 20.6162 6.88333 21.1412 8.1C21.6662 9.31667 21.9287 10.6167 21.9287 12C21.9287 13.3833 21.6662 14.6833 21.1412 15.9C20.6162 17.1167 19.9037 18.175 19.0037 19.075C18.1037 19.975 17.0454 20.6875 15.8287 21.2125C14.612 21.7375 13.312 22 11.9287 22ZM11.9287 20C14.162 20 16.0537 19.225 17.6037 17.675C19.1537 16.125 19.9287 14.2333 19.9287 12C19.9287 9.76667 19.1537 7.875 17.6037 6.325C16.0537 4.775 14.162 4 11.9287 4C9.69538 4 7.80371 4.775 6.25371 6.325C4.70371 7.875 3.92871 9.76667 3.92871 12C3.92871 14.2333 4.70371 16.125 6.25371 17.675C7.80371 19.225 9.69538 20 11.9287 20Z"})}),v.jsxs("symbol",{id:"icon-edit",viewBox:"0 0 24 24",children:[v.jsx("path",{d:"M4.29998 22H15.9676C16.6306 22 17.2665 21.7366 17.7355 21.2676C18.2044 20.7989 18.4678 20.1629 18.4678 19.4998V12.8325C18.4678 12.5348 18.3089 12.2597 18.051 12.1108C17.7932 11.9619 17.4755 11.9619 17.2177 12.1108C16.9599 12.2597 16.801 12.5348 16.801 12.8325V19.4998C16.801 19.7208 16.7132 19.9329 16.5568 20.0891C16.4005 20.2454 16.1886 20.3331 15.9676 20.3331H4.29999C4.07899 20.3331 3.86692 20.2454 3.71066 20.0891C3.5544 19.9329 3.46664 19.7208 3.46664 19.4998V7.83217C3.46664 7.61117 3.5544 7.39925 3.71066 7.24298C3.86692 7.08658 4.07897 6.99883 4.29999 6.99883H10.9673C11.265 6.99883 11.5401 6.83992 11.689 6.58208C11.8379 6.32425 11.8379 6.00658 11.689 5.74874C11.5401 5.4909 11.265 5.33199 10.9673 5.33199H4.29999C3.63687 5.33199 3.00093 5.5954 2.53214 6.06433C2.06322 6.53326 1.7998 7.1692 1.7998 7.83217V19.4998C1.7998 20.1629 2.06322 20.7989 2.53214 21.2676C3.00093 21.7366 3.63686 22 4.29998 22Z"}),v.jsx("path",{d:"M9.50036 11.4492L8.90867 14.3995C8.88356 14.5221 8.91495 14.6494 8.9942 14.7463C9.0733 14.8432 9.1919 14.8994 9.31691 14.8994H9.4002L12.3505 14.3077C12.4328 14.2915 12.5084 14.2509 12.5672 14.1911L19.1594 7.59881L16.2093 4.64853L9.61701 11.2408C9.55856 11.2974 9.51808 11.3698 9.50036 11.4492Z"}),v.jsx("path",{d:"M18.2428 2.60697L17.0927 3.76527L20.0346 6.71555L21.1847 5.56551C21.7132 5.03993 21.921 4.27245 21.7302 3.55197C21.5393 2.83149 20.9786 2.2677 20.2594 2.07265C19.54 1.87774 18.7713 2.0814 18.2428 2.60697Z"})]}),v.jsx("symbol",{id:"icon-sync",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M15.4408 19.225C15.1742 19.3583 14.9408 19.3566 14.7408 19.2197C14.5408 19.0827 14.4408 18.8595 14.4408 18.55C14.4408 18.4128 14.4832 18.2789 14.568 18.1485C14.6528 18.0181 14.7604 17.9186 14.8908 17.85C16.0408 17.3167 16.945 16.5125 17.6033 15.4375C18.2617 14.3625 18.5908 13.1925 18.5908 11.9276C18.5908 11.1259 18.395 10.3125 18.0033 9.4875C17.6117 8.6625 17.0992 7.93333 16.4658 7.3L15.7408 6.65V9C15.7408 9.2125 15.6685 9.39062 15.5239 9.53438C15.3793 9.67812 15.2002 9.75 14.9864 9.75C14.7727 9.75 14.595 9.67812 14.4533 9.53438C14.3117 9.39062 14.2408 9.2125 14.2408 9V4.75C14.2408 4.5375 14.3127 4.35938 14.4564 4.21563C14.6002 4.07187 14.7783 4 14.9908 4H19.2408C19.4533 4 19.6314 4.07229 19.7752 4.21687C19.9189 4.36147 19.9908 4.54064 19.9908 4.75437C19.9908 4.96812 19.9189 5.14583 19.7752 5.2875C19.6314 5.42917 19.4533 5.5 19.2408 5.5H16.7158L17.0908 5.85C18.0908 6.78333 18.8408 7.78333 19.3408 8.85C19.8408 9.91667 20.0908 10.9417 20.0908 11.925C20.0908 13.5187 19.67 14.9671 18.8283 16.2703C17.9867 17.5734 16.8575 18.5583 15.4408 19.225ZM5.01582 20C4.80332 20 4.6252 19.9277 4.48145 19.7831C4.3377 19.6385 4.26582 19.4594 4.26582 19.2456C4.26582 19.0319 4.3377 18.8542 4.48145 18.7125C4.6252 18.5708 4.80332 18.5 5.01582 18.5H7.51582L7.14082 18.2C6.08089 17.3485 5.30757 16.4231 4.82087 15.4239C4.33417 14.4246 4.09082 13.3083 4.09082 12.075C4.09082 10.475 4.51999 9.02083 5.37832 7.7125C6.23665 6.40417 7.37415 5.425 8.79082 4.775C9.05749 4.65833 9.28665 4.67083 9.47832 4.8125C9.66999 4.95417 9.76582 5.175 9.76582 5.475C9.76582 5.60735 9.72343 5.73639 9.63865 5.86212C9.55386 5.98786 9.44625 6.08382 9.31582 6.15C8.18249 6.68333 7.27832 7.4875 6.60332 8.5625C5.92832 9.6375 5.59082 10.8083 5.59082 12.075C5.59082 13.125 5.78665 14.0375 6.17832 14.8125C6.56999 15.5875 7.09915 16.2583 7.76582 16.825L8.51582 17.35V15C8.51582 14.7875 8.58811 14.6094 8.7327 14.4656C8.8773 14.3219 9.05646 14.25 9.2702 14.25C9.48394 14.25 9.66165 14.3219 9.80332 14.4656C9.94499 14.6094 10.0158 14.7875 10.0158 15V19.25C10.0158 19.4625 9.94395 19.6406 9.8002 19.7844C9.65645 19.9281 9.47832 20 9.26582 20H5.01582Z"})}),v.jsx("symbol",{id:"icon-delete",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M6.70664 21C6.30664 21 5.95664 20.85 5.65664 20.55C5.35664 20.25 5.20664 19.9 5.20664 19.5V5.25H4.93164C4.71497 5.25 4.53581 5.17917 4.39414 5.0375C4.25247 4.89583 4.18164 4.71667 4.18164 4.5C4.18164 4.28333 4.25247 4.10417 4.39414 3.9625C4.53581 3.82083 4.71497 3.75 4.93164 3.75H8.88164C8.88164 3.53333 8.95247 3.35417 9.09414 3.2125C9.23581 3.07083 9.41497 3 9.63164 3H14.7316C14.9483 3 15.1275 3.07083 15.2691 3.2125C15.4108 3.35417 15.4816 3.53333 15.4816 3.75H19.4316C19.6483 3.75 19.8275 3.82083 19.9691 3.9625C20.1108 4.10417 20.1816 4.28333 20.1816 4.5C20.1816 4.71667 20.1108 4.89583 19.9691 5.0375C19.8275 5.17917 19.6483 5.25 19.4316 5.25H19.1566V19.5C19.1566 19.9 19.0066 20.25 18.7066 20.55C18.4066 20.85 18.0566 21 17.6566 21H6.70664ZM6.70664 5.25V19.5H17.6566V5.25H6.70664ZM9.35664 16.6C9.35664 16.8167 9.42747 16.9958 9.56914 17.1375C9.71081 17.2792 9.88997 17.35 10.1066 17.35C10.3233 17.35 10.5025 17.2792 10.6441 17.1375C10.7858 16.9958 10.8566 16.8167 10.8566 16.6V8.125C10.8566 7.90833 10.7858 7.72917 10.6441 7.5875C10.5025 7.44583 10.3233 7.375 10.1066 7.375C9.88997 7.375 9.71081 7.44583 9.56914 7.5875C9.42747 7.72917 9.35664 7.90833 9.35664 8.125V16.6ZM13.5066 16.6C13.5066 16.8167 13.5775 16.9958 13.7191 17.1375C13.8608 17.2792 14.04 17.35 14.2566 17.35C14.4733 17.35 14.6525 17.2792 14.7941 17.1375C14.9358 16.9958 15.0066 16.8167 15.0066 16.6V8.125C15.0066 7.90833 14.9358 7.72917 14.7941 7.5875C14.6525 7.44583 14.4733 7.375 14.2566 7.375C14.04 7.375 13.8608 7.44583 13.7191 7.5875C13.5775 7.72917 13.5066 7.90833 13.5066 8.125V16.6Z"})}),v.jsx("symbol",{id:"icon-filter",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M11.1229 18.35C10.8896 18.35 10.6896 18.2667 10.5229 18.1C10.3563 17.9333 10.2729 17.725 10.2729 17.475C10.2729 17.2417 10.3563 17.0458 10.5229 16.8875C10.6896 16.7292 10.8896 16.65 11.1229 16.65H13.6229C13.8563 16.65 14.0563 16.7292 14.2229 16.8875C14.3896 17.0458 14.4729 17.25 14.4729 17.5C14.4729 17.7333 14.3896 17.9333 14.2229 18.1C14.0563 18.2667 13.8563 18.35 13.6229 18.35H11.1229ZM4.12295 7.7C3.88962 7.7 3.68962 7.62083 3.52295 7.4625C3.35628 7.30417 3.27295 7.1 3.27295 6.85C3.27295 6.61667 3.35628 6.41667 3.52295 6.25C3.68962 6.08333 3.88962 6 4.12295 6H20.6229C20.8563 6 21.0563 6.08333 21.2229 6.25C21.3896 6.41667 21.4729 6.625 21.4729 6.875C21.4729 7.10833 21.3896 7.30417 21.2229 7.4625C21.0563 7.62083 20.8563 7.7 20.6229 7.7H4.12295ZM7.12295 13.025C6.88962 13.025 6.68962 12.9417 6.52295 12.775C6.35628 12.6083 6.27295 12.4083 6.27295 12.175C6.27295 11.925 6.35628 11.7208 6.52295 11.5625C6.68962 11.4042 6.88962 11.325 7.12295 11.325H17.6229C17.8563 11.325 18.0563 11.4083 18.2229 11.575C18.3896 11.7417 18.4729 11.9417 18.4729 12.175C18.4729 12.425 18.3896 12.6292 18.2229 12.7875C18.0563 12.9458 17.8563 13.025 17.6229 13.025H7.12295Z"})}),v.jsx("symbol",{id:"icon-sort",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M8.61367 18.175H4.11367C3.88034 18.175 3.68034 18.0917 3.51367 17.925C3.34701 17.7583 3.26367 17.55 3.26367 17.3C3.26367 17.0667 3.34701 16.8708 3.51367 16.7125C3.68034 16.5542 3.88034 16.475 4.11367 16.475H8.61367C8.847 16.475 9.04701 16.5542 9.21367 16.7125C9.38034 16.8708 9.46367 17.075 9.46367 17.325C9.46367 17.5583 9.38034 17.7583 9.21367 17.925C9.04701 18.0917 8.847 18.175 8.61367 18.175ZM20.6137 7.52501H4.11367C3.88034 7.52501 3.68034 7.44585 3.51367 7.28751C3.34701 7.12918 3.26367 6.92501 3.26367 6.67501C3.26367 6.44168 3.34701 6.24168 3.51367 6.07501C3.68034 5.90835 3.88034 5.82501 4.11367 5.82501H20.6137C20.847 5.82501 21.047 5.90835 21.2137 6.07501C21.3803 6.24168 21.4637 6.45001 21.4637 6.70001C21.4637 6.93335 21.3803 7.12918 21.2137 7.28751C21.047 7.44585 20.847 7.52501 20.6137 7.52501ZM14.6137 12.85H4.11367C3.88034 12.85 3.68034 12.7667 3.51367 12.6C3.34701 12.4333 3.26367 12.2333 3.26367 12C3.26367 11.75 3.34701 11.5458 3.51367 11.3875C3.68034 11.2292 3.88034 11.15 4.11367 11.15H14.6137C14.847 11.15 15.047 11.2333 15.2137 11.4C15.3803 11.5667 15.4637 11.7667 15.4637 12C15.4637 12.25 15.3803 12.4542 15.2137 12.6125C15.047 12.7708 14.847 12.85 14.6137 12.85Z"})}),v.jsx("symbol",{id:"icon-search",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M16.1867 14.3243H15.4452L15.1825 14.0709C16.3087 12.757 16.8906 10.9644 16.5715 9.05921C16.1304 6.45012 13.953 4.36661 11.3251 4.04751C7.3552 3.55948 4.01407 6.90061 4.5021 10.8706C4.8212 13.4984 6.90471 15.6758 9.5138 16.1169C11.419 16.436 13.2116 15.8541 14.5255 14.7279L14.7789 14.9907V15.7321L18.7676 19.7208C19.1524 20.1056 19.7812 20.1056 20.166 19.7208C20.5508 19.336 20.5508 18.7072 20.166 18.3224L16.1867 14.3243ZM10.5556 14.3243C8.21864 14.3243 6.33222 12.4379 6.33222 10.101C6.33222 7.76405 8.21864 5.87763 10.5556 5.87763C12.8925 5.87763 14.7789 7.76405 14.7789 10.101C14.7789 12.4379 12.8925 14.3243 10.5556 14.3243Z"})}),v.jsx("symbol",{id:"icon-copy",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M8.31012 19C7.87335 19 7.49945 18.8445 7.18842 18.5335C6.8774 18.2224 6.72188 17.8485 6.72188 17.4118V2.58824C6.72188 2.15147 6.8774 1.77757 7.18842 1.46654C7.49945 1.15551 7.87335 1 8.31012 1H19.9572C20.3939 1 20.7678 1.15551 21.0789 1.46654C21.3899 1.77757 21.5454 2.15147 21.5454 2.58824V17.4118C21.5454 17.8485 21.3899 18.2224 21.0789 18.5335C20.7678 18.8445 20.3939 19 19.9572 19H8.31012ZM8.31012 17.4118H19.9572V2.58824H8.31012V17.4118ZM5.13365 22.1765C4.69688 22.1765 4.32298 22.021 4.01195 21.7099C3.70092 21.3989 3.54541 21.025 3.54541 20.5882V5.42059C3.54541 5.19559 3.62195 5.00699 3.77504 4.85478C3.92815 4.70257 4.11785 4.62647 4.34416 4.62647C4.57048 4.62647 4.75865 4.70257 4.90865 4.85478C5.05865 5.00699 5.13365 5.19559 5.13365 5.42059V20.5882H16.8866C17.1116 20.5882 17.3002 20.6648 17.4524 20.8179C17.6046 20.971 17.6807 21.1607 17.6807 21.387C17.6807 21.6133 17.6046 21.8015 17.4524 21.9515C17.3002 22.1015 17.1116 22.1765 16.8866 22.1765H5.13365Z"})}),v.jsxs("symbol",{id:"icon-upload",viewBox:"0 0 24 24",children:[v.jsx("path",{d:"M11.4296 3.29289C11.8201 2.90237 12.4533 2.90237 12.8438 3.29289L16.7813 7.23039C17.1719 7.62092 17.1719 8.25408 16.7813 8.64461C16.3908 9.03513 15.7576 9.03513 15.3671 8.64461L12.1367 5.41421L8.90633 8.64461C8.5158 9.03513 7.88264 9.03513 7.49211 8.64461C7.10159 8.25408 7.10159 7.62092 7.49211 7.23039L11.4296 3.29289Z"}),v.jsx("path",{d:"M12.1367 3.00269C12.689 3.00269 13.1367 3.4504 13.1367 4.00269V14.5027C13.1367 15.055 12.689 15.5027 12.1367 15.5027C11.5844 15.5027 11.1367 15.055 11.1367 14.5027V4.00269C11.1367 3.4504 11.5844 3.00269 12.1367 3.00269Z"}),v.jsx("path",{d:"M3.13672 12.0027C3.689 12.0027 4.13672 12.4504 4.13672 13.0027V19.5027H20.1367V13.0027C20.1367 12.4504 20.5844 12.0027 21.1367 12.0027C21.689 12.0027 22.1367 12.4504 22.1367 13.0027V19.7527C22.1367 20.2168 21.9523 20.6619 21.6242 20.9901C21.296 21.3183 20.8508 21.5027 20.3867 21.5027H3.88672C3.42259 21.5027 2.97747 21.3183 2.64928 20.9901C2.32109 20.6619 2.13672 20.2168 2.13672 19.7527V13.0027C2.13672 12.4504 2.58443 12.0027 3.13672 12.0027Z"})]}),v.jsxs("symbol",{id:"icon-eye",viewBox:"0 0 24 24",children:[v.jsx("path",{fillRule:"evenodd",d:"M4.70739 8.35539C6.37606 6.68654 8.99456 5 12.7274 5C16.4602 5 19.0787 6.68654 20.7474 8.35539C21.5797 9.1878 22.1799 10.019 22.5729 10.6433C22.7698 10.9559 22.9156 11.2183 23.0135 11.4052C23.0625 11.4987 23.0995 11.5734 23.125 11.6263C23.1377 11.6527 23.1475 11.6737 23.1545 11.6889L23.1629 11.7072L23.1655 11.7129L23.1668 11.7158C23.1668 11.7158 23.1671 11.7164 22.5274 12.0007C23.167 12.285 23.1668 12.2857 23.1668 12.2857L23.1655 12.2885L23.1629 12.2943L23.1545 12.3126C23.1475 12.3277 23.1377 12.3487 23.1249 12.3751C23.0995 12.428 23.0624 12.5027 23.0135 12.5962C22.9156 12.783 22.7697 13.0453 22.5729 13.358C22.1798 13.9821 21.5797 14.8131 20.7473 15.6453C19.0787 17.3138 16.4602 19 12.7274 19C8.99462 19 6.37613 17.3138 4.70745 15.6453C3.87513 14.8131 3.27495 13.9821 2.88192 13.358C2.68507 13.0453 2.53919 12.783 2.44131 12.5962C2.39235 12.5027 2.35532 12.428 2.32986 12.3751C2.31713 12.3487 2.30728 12.3277 2.30028 12.3126L2.2919 12.2943L2.28929 12.2885L2.28838 12.2865C2.28838 12.2865 2.28774 12.285 2.92739 12.0007C2.28771 11.7164 2.288 11.7158 2.288 11.7158L2.28927 11.7129L2.29187 11.7072L2.30026 11.6889C2.30726 11.6737 2.3171 11.6527 2.32983 11.6263C2.35529 11.5734 2.39232 11.4987 2.44128 11.4052C2.53916 11.2183 2.68504 10.9559 2.88189 10.6433C3.2749 10.019 3.87508 9.1878 4.70739 8.35539ZM2.92739 12.0007L2.288 11.7158C2.20757 11.8968 2.20729 12.104 2.28774 12.285L2.92739 12.0007ZM3.71007 12.0006C3.79243 11.8464 3.91069 11.6369 4.06665 11.3891C4.41738 10.832 4.95471 10.0881 5.6974 9.34529C7.17873 7.8638 9.46023 6.4 12.7274 6.4C15.9946 6.4 18.2761 7.8638 19.7574 9.34529C20.5001 10.0881 21.0374 10.832 21.3881 11.3891C21.5441 11.6369 21.6624 11.8464 21.7447 12.0006C21.6624 12.1549 21.5441 12.3643 21.3882 12.612C21.0374 13.1689 20.5001 13.9127 19.7574 14.6553C18.2761 16.1365 15.9946 17.6 12.7274 17.6C9.46017 17.6 7.17866 16.1365 5.69734 14.6553C4.95466 13.9127 4.41734 13.1689 4.06661 12.612C3.91068 12.3643 3.79242 12.1549 3.71007 12.0006ZM22.5274 12.0007L23.1668 12.2857C23.2472 12.1047 23.2472 11.8968 23.1668 11.7158L22.5274 12.0007Z"}),v.jsx("path",{d:"M12.7274 9.20074C11.181 9.20074 9.92739 10.4543 9.92739 12.0007C9.92739 13.5471 11.181 14.8007 12.7274 14.8007C14.2738 14.8007 15.5274 13.5471 15.5274 12.0007C15.5274 10.4543 14.2738 9.20074 12.7274 9.20074ZM8.52739 12.0007C8.52739 9.68114 10.4078 7.80074 12.7274 7.80074C15.047 7.80074 16.9274 9.68114 16.9274 12.0007C16.9274 14.3203 15.047 16.2007 12.7274 16.2007C10.4078 16.2007 8.52739 14.3203 8.52739 12.0007Z"})]}),v.jsxs("symbol",{id:"icon-eye-slash",viewBox:"0 0 24 24",children:[v.jsx("path",{d:"M4.8474 4.18205C5.13346 3.92199 5.57618 3.94307 5.83623 4.22914L19.8363 19.6292C20.0964 19.9153 20.0753 20.358 19.7892 20.618C19.5032 20.8781 19.0604 20.857 18.8004 20.571L4.80031 5.17088C4.54026 4.88482 4.56134 4.4421 4.8474 4.18205Z"}),v.jsx("path",{d:"M10.4818 9.3393C10.7419 9.62534 10.7209 10.0681 10.4348 10.3281C9.88543 10.8277 9.55695 11.525 9.52167 12.2668C9.48638 13.0085 9.74717 13.7339 10.2467 14.2833C10.7462 14.8328 11.4435 15.1613 12.1852 15.1967C12.927 15.232 13.6524 14.9713 14.2019 14.4719C14.4879 14.2118 14.9307 14.233 15.1907 14.519C15.4507 14.8051 15.4296 15.2478 15.1435 15.5079C14.3193 16.2571 13.2312 16.6481 12.1186 16.5951C11.006 16.5421 9.96002 16.0493 9.21076 15.2251C8.4615 14.4009 8.07031 13.3128 8.12324 12.2002C8.17617 11.0876 8.66889 10.0416 9.49301 9.2923C9.77904 9.03222 10.2218 9.05326 10.4818 9.3393Z"}),v.jsx("path",{d:"M8.2173 6.88571C8.39195 7.23061 8.25394 7.6518 7.90904 7.82645C6.24608 8.66858 5.05366 9.88592 4.27342 10.9042C3.88447 11.4118 3.60185 11.8649 3.41786 12.1881C3.37298 12.267 3.33405 12.338 3.30094 12.4C3.38329 12.5542 3.50155 12.7637 3.65749 13.0113C4.00821 13.5683 4.54554 14.3121 5.28822 15.0547C6.76954 16.5359 9.05107 17.9994 12.3183 17.9994H12.3239C13.8528 18.0116 15.3627 17.6594 16.7284 16.9721C17.0738 16.7983 17.4946 16.9373 17.6684 17.2827C17.8422 17.628 17.7031 18.0488 17.3578 18.2226C15.7943 19.0095 14.0659 19.4129 12.3156 19.3994C8.58424 19.3986 5.96661 17.7128 4.29832 16.0447C3.466 15.2125 2.86581 14.3815 2.47279 13.7573C2.27593 13.4447 2.13005 13.1824 2.03217 12.9956C1.98321 12.9021 1.94618 12.8274 1.92072 12.7745C1.90799 12.7481 1.89815 12.7271 1.89114 12.7119L1.88276 12.6936L1.88015 12.6878L1.87925 12.6858C1.87925 12.6858 1.8786 12.6844 2.51826 12.4C1.87858 12.1158 1.87878 12.1153 1.87878 12.1153L1.87961 12.1134L1.88122 12.1099L1.88613 12.0991C1.89016 12.0903 1.89571 12.0783 1.9028 12.0632C1.91699 12.0331 1.93734 11.9908 1.96401 11.9375C2.01732 11.831 2.09598 11.6804 2.20114 11.4956C2.41124 11.1265 2.72837 10.6188 3.16214 10.0527C4.02734 8.92353 5.37219 7.54183 7.27656 6.57746C7.62146 6.40281 8.04264 6.54081 8.2173 6.88571ZM2.51826 12.4L1.87878 12.1153C1.79835 12.2963 1.79815 12.5034 1.8786 12.6844L2.51826 12.4Z"}),v.jsx("path",{d:"M10.3942 5.5561C11.0303 5.45074 11.6741 5.3983 12.3189 5.39933C16.0514 5.3995 18.6698 7.08597 20.3384 8.75474C21.1707 9.58715 21.7708 10.4183 22.1639 11.0426C22.3607 11.3553 22.5066 11.6177 22.6045 11.8045C22.6534 11.898 22.6905 11.9728 22.7159 12.0256C22.7287 12.0521 22.7385 12.0731 22.7455 12.0882L22.7539 12.1065L22.7565 12.1123L22.7577 12.1151C22.7577 12.1151 22.758 12.1158 22.1184 12.4C21.4787 12.1157 21.4788 12.1154 21.4788 12.1154L22.1184 12.4L21.4747 12.6757C21.4747 12.6757 21.4789 12.6848 21.3396 12.3926C21.3383 12.3951 21.337 12.3975 21.3357 12.4C21.2533 12.2457 21.1351 12.0362 20.9791 11.7885C20.6284 11.2314 20.091 10.4874 19.3483 9.74464C17.867 8.26314 15.5855 6.79934 12.3183 6.79934L12.3172 6.79933C11.7496 6.79841 11.1829 6.84455 10.623 6.93729C10.2416 7.00046 9.88118 6.74248 9.81801 6.36108C9.75484 5.97967 10.0128 5.61927 10.3942 5.5561ZM22.1184 12.4L22.758 12.6844C22.8385 12.5034 22.8382 12.2961 22.7577 12.1151L22.1184 12.4ZM21.3357 12.4C21.2357 12.5872 21.0831 12.8554 20.8745 13.1743C20.4509 13.8222 19.8024 14.6707 18.9046 15.4748C18.6167 15.7328 18.5923 16.1753 18.8502 16.4633C19.1082 16.7513 19.5507 16.7756 19.8387 16.5177C20.8486 15.6131 21.5734 14.6636 22.0463 13.9405C22.2832 13.5782 22.4582 13.2706 22.5753 13.0507C22.6339 12.9407 22.6781 12.8525 22.7083 12.7901C22.7235 12.7589 22.7351 12.7342 22.7434 12.7164L22.7532 12.695L22.7563 12.6883L22.7573 12.686L22.758 12.6844C22.758 12.6844 22.758 12.6844 22.1184 12.4C21.4787 12.6843 21.4789 12.6848 21.4789 12.6848L21.4747 12.6757C21.4707 12.667 21.464 12.6526 21.4545 12.6329C21.4355 12.5935 21.4055 12.5329 21.3643 12.4541C21.3553 12.4369 21.3457 12.4189 21.3357 12.4Z"}),v.jsx("path",{d:"M12.2895 8.82996C12.3624 8.45029 12.7293 8.20161 13.109 8.27452C14.0016 8.44591 14.8145 8.9021 15.4259 9.57464C16.0373 10.2472 16.4141 11.0998 16.4999 12.0047C16.5364 12.3896 16.254 12.7311 15.8691 12.7676C15.4842 12.8041 15.1426 12.5217 15.1062 12.1368C15.049 11.5334 14.7977 10.9648 14.39 10.5164C13.9823 10.0679 13.4402 9.7637 12.845 9.64941C12.4653 9.5765 12.2166 9.20962 12.2895 8.82996Z"})]}),v.jsx("symbol",{id:"icon-settings",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M20.4093 12C20.4093 11.77 20.3993 11.55 20.3793 11.32L22.2393 9.91C22.6393 9.61 22.7493 9.05 22.4993 8.61L20.6293 5.38C20.3793 4.94 19.8393 4.76 19.3793 4.96L17.2293 5.87C16.8593 5.61 16.4693 5.38 16.0593 5.19L15.7693 2.88C15.7093 2.38 15.2793 2 14.7793 2H11.0493C10.5393 2 10.1093 2.38 10.0493 2.88L9.75933 5.19C9.34933 5.38 8.95933 5.61 8.58933 5.87L6.43933 4.96C5.97933 4.76 5.43933 4.94 5.18933 5.38L3.31933 8.62C3.06933 9.06 3.17933 9.61 3.57933 9.92L5.43933 11.33C5.41933 11.55 5.40933 11.77 5.40933 12C5.40933 12.23 5.41933 12.45 5.43933 12.68L3.57933 14.09C3.17933 14.39 3.06933 14.95 3.31933 15.39L5.18933 18.62C5.43933 19.06 5.97933 19.24 6.43933 19.04L8.58933 18.13C8.95933 18.39 9.34933 18.62 9.75933 18.81L10.0493 21.12C10.1093 21.62 10.5393 22 11.0393 22H14.7693C15.2693 22 15.6993 21.62 15.7593 21.12L16.0493 18.81C16.4593 18.62 16.8493 18.39 17.2193 18.13L19.3693 19.04C19.8293 19.24 20.3693 19.06 20.6193 18.62L22.4893 15.39C22.7393 14.95 22.6293 14.4 22.2293 14.09L20.3693 12.68C20.3993 12.45 20.4093 12.23 20.4093 12ZM12.9493 15.5C11.0193 15.5 9.44933 13.93 9.44933 12C9.44933 10.07 11.0193 8.5 12.9493 8.5C14.8793 8.5 16.4493 10.07 16.4493 12C16.4493 13.93 14.8793 15.5 12.9493 15.5Z"})}),v.jsx("symbol",{id:"icon-user-group",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M1.7002 20C1.48353 20 1.30436 19.9291 1.1627 19.7875C1.02103 19.6458 0.950195 19.4666 0.950195 19.25V17.65C0.950195 17.0666 1.1002 16.5375 1.4002 16.0625C1.7002 15.5875 2.11686 15.2333 2.6502 15C3.86686 14.4666 4.9627 14.0833 5.9377 13.85C6.9127 13.6166 7.91686 13.5 8.9502 13.5C9.98353 13.5 10.9835 13.6166 11.9502 13.85C12.9169 14.0833 14.0085 14.4666 15.2252 15C15.7585 15.2333 16.1794 15.5875 16.4877 16.0625C16.796 16.5375 16.9502 17.0666 16.9502 17.65V19.25C16.9502 19.4666 16.8794 19.6458 16.7377 19.7875C16.596 19.9291 16.4169 20 16.2002 20H1.7002ZM17.9002 20C18.0669 19.9666 18.2002 19.8791 18.3002 19.7375C18.4002 19.5958 18.4502 19.4166 18.4502 19.2V17.65C18.4502 16.6 18.1835 15.7375 17.6502 15.0625C17.1169 14.3875 16.4169 13.8416 15.5502 13.425C16.7002 13.5583 17.7835 13.7541 18.8002 14.0125C19.8169 14.2708 20.6419 14.5666 21.2752 14.9C21.8252 15.2166 22.2585 15.6083 22.5752 16.075C22.8919 16.5416 23.0502 17.0666 23.0502 17.65V19.25C23.0502 19.4666 22.9794 19.6458 22.8377 19.7875C22.696 19.9291 22.5169 20 22.3002 20H17.9002ZM8.9502 11.975C7.8502 11.975 6.9502 11.625 6.2502 10.925C5.5502 10.225 5.2002 9.32498 5.2002 8.22498C5.2002 7.12498 5.5502 6.22498 6.2502 5.52498C6.9502 4.82498 7.8502 4.47498 8.9502 4.47498C10.0502 4.47498 10.9502 4.82498 11.6502 5.52498C12.3502 6.22498 12.7002 7.12498 12.7002 8.22498C12.7002 9.32498 12.3502 10.225 11.6502 10.925C10.9502 11.625 10.0502 11.975 8.9502 11.975ZM17.9502 8.22498C17.9502 9.32498 17.6002 10.225 16.9002 10.925C16.2002 11.625 15.3002 11.975 14.2002 11.975C14.0169 11.975 13.8127 11.9625 13.5877 11.9375C13.3627 11.9125 13.1585 11.8666 12.9752 11.8C13.3752 11.3833 13.6794 10.8708 13.8877 10.2625C14.096 9.65414 14.2002 8.97498 14.2002 8.22498C14.2002 7.47498 14.096 6.81248 13.8877 6.23748C13.6794 5.66248 13.3752 5.13331 12.9752 4.64998C13.1585 4.59998 13.3627 4.55831 13.5877 4.52498C13.8127 4.49164 14.0169 4.47498 14.2002 4.47498C15.3002 4.47498 16.2002 4.82498 16.9002 5.52498C17.6002 6.22498 17.9502 7.12498 17.9502 8.22498ZM2.4502 18.5H15.4502V17.65C15.4502 17.3833 15.371 17.125 15.2127 16.875C15.0544 16.625 14.8585 16.45 14.6252 16.35C13.4252 15.8166 12.4169 15.4583 11.6002 15.275C10.7835 15.0916 9.9002 15 8.9502 15C8.0002 15 7.1127 15.0916 6.2877 15.275C5.4627 15.4583 4.4502 15.8166 3.2502 16.35C3.01686 16.45 2.8252 16.625 2.6752 16.875C2.5252 17.125 2.4502 17.3833 2.4502 17.65V18.5ZM8.9502 10.475C9.6002 10.475 10.1377 10.2625 10.5627 9.83748C10.9877 9.41248 11.2002 8.87498 11.2002 8.22498C11.2002 7.57498 10.9877 7.03748 10.5627 6.61248C10.1377 6.18748 9.6002 5.97498 8.9502 5.97498C8.3002 5.97498 7.7627 6.18748 7.3377 6.61248C6.9127 7.03748 6.7002 7.57498 6.7002 8.22498C6.7002 8.87498 6.9127 9.41248 7.3377 9.83748C7.7627 10.2625 8.3002 10.475 8.9502 10.475Z"})}),v.jsx("symbol",{id:"icon-bullet",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M8.55 21.2375C9.76667 21.7458 11.0833 22 12.5 22C13.9 22 15.2083 21.7458 16.425 21.2375C17.6417 20.7292 18.7 20.025 19.6 19.125C20.5 18.225 21.2083 17.1667 21.725 15.95C22.2417 14.7333 22.5 13.4167 22.5 12C22.5 10.6 22.2417 9.29167 21.725 8.075C21.2083 6.85833 20.5 5.8 19.6 4.9C18.7 4 17.6417 3.29167 16.425 2.775C15.2083 2.25833 13.9 2 12.5 2C11.0833 2 9.76667 2.25833 8.55 2.775C7.33333 3.29167 6.275 4 5.375 4.9C4.475 5.8 3.77083 6.85833 3.2625 8.075C2.75417 9.29167 2.5 10.6 2.5 12C2.5 13.4167 2.75417 14.7333 3.2625 15.95C3.77083 17.1667 4.475 18.225 5.375 19.125C6.275 20.025 7.33333 20.7292 8.55 21.2375Z"})}),v.jsxs("symbol",{id:"icon-shine",viewBox:"0 0 24 24",children:[v.jsx("path",{d:"M5.29378 13.7234C4.97628 13.8835 4.97628 14.351 5.29378 14.5111C5.63128 14.679 6.07628 14.8857 6.60378 15.0923C8.52877 15.8439 10.0463 17.4143 10.7738 19.4005C10.9738 19.9481 11.1738 20.4079 11.3363 20.754C11.4913 21.082 11.9438 21.082 12.0988 20.754C12.2613 20.4053 12.4613 19.9455 12.6613 19.4005C13.3888 17.4117 14.9088 15.8439 16.8312 15.0923C17.3612 14.8857 17.8062 14.679 18.1412 14.5111C18.4587 14.351 18.4587 13.8835 18.1412 13.7234C17.8037 13.5555 17.3587 13.3489 16.8312 13.1422C14.9063 12.3906 13.3888 10.8202 12.6613 8.83397C12.4613 8.2864 12.2613 7.82664 12.0988 7.48054C11.9438 7.15251 11.4913 7.15251 11.3363 7.48054C11.1738 7.82923 10.9738 8.28898 10.7738 8.83397C10.0463 10.8228 8.52627 12.3906 6.60378 13.1422C6.07378 13.3514 5.63128 13.5555 5.29378 13.7234Z"}),v.jsx("path",{d:"M22.7041 6.51724C22.5216 6.42684 22.2816 6.31578 21.9941 6.20213C20.9516 5.79404 20.1291 4.94427 19.7341 3.8672C19.6266 3.57017 19.5191 3.32221 19.4291 3.13366C19.3466 2.95545 19.0991 2.95545 19.0166 3.13366C18.9291 3.32221 18.8216 3.57017 18.7116 3.8672C18.3166 4.94427 17.4941 5.79404 16.4516 6.20213C16.1641 6.3132 15.9241 6.42426 15.7416 6.51724C15.5691 6.60248 15.5691 6.85818 15.7416 6.94342C15.9241 7.03382 16.1641 7.14488 16.4516 7.25853C17.4941 7.66663 18.3166 8.5164 18.7116 9.59346C18.8191 9.89049 18.9266 10.1384 19.0166 10.327C19.0991 10.5052 19.3466 10.5052 19.4291 10.327C19.5166 10.1384 19.6241 9.89049 19.7341 9.59346C20.1291 8.5164 20.9516 7.66663 21.9941 7.25853C22.2816 7.14747 22.5216 7.0364 22.7041 6.94342C22.8766 6.85818 22.8766 6.60506 22.7041 6.51724Z"}),v.jsx("path",{d:"M2.91412 6.86335C3.02662 6.92017 3.17412 6.98733 3.35162 7.05707C3.99412 7.30761 4.49912 7.82935 4.74162 8.49315C4.80912 8.67653 4.87411 8.82892 4.92911 8.94515C4.98161 9.05364 5.13161 9.05364 5.18411 8.94515C5.23911 8.82892 5.30411 8.67653 5.37161 8.49315C5.61411 7.82935 6.11911 7.30761 6.76161 7.05707C6.93911 6.98733 7.08661 6.92017 7.19911 6.86335C7.30411 6.80911 7.30411 6.65414 7.19911 6.5999C7.08661 6.54307 6.93911 6.47592 6.76161 6.40618C6.11911 6.15564 5.61411 5.6339 5.37161 4.9701C5.30411 4.78671 5.23911 4.63432 5.18411 4.51809C5.13161 4.40961 4.98161 4.40961 4.92911 4.51809C4.87411 4.63432 4.80912 4.78671 4.74162 4.9701C4.49912 5.6339 3.99412 6.15564 3.35162 6.40618C3.17412 6.47592 3.02662 6.54307 2.91412 6.5999C2.80662 6.65414 2.80662 6.80911 2.91412 6.86335Z"})]}),v.jsx("symbol",{id:"icon-block",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M12.1627 22C10.78 22 9.48087 21.7375 8.26535 21.2126C7.04983 20.6876 5.99098 19.974 5.0888 19.0718C4.18661 18.1696 3.474 17.1105 2.95099 15.8945C2.428 14.6784 2.1665 13.3773 2.1665 11.9912C2.1665 10.6129 2.4286 9.31604 2.95279 8.10057C3.477 6.8851 4.18982 5.82697 5.09124 4.92617C5.99268 4.02536 7.05121 3.31247 8.26683 2.78747C9.48245 2.26249 10.7814 2 12.1637 2C13.546 2 14.8447 2.26238 16.0598 2.78715C17.2749 3.31192 18.333 4.02451 19.2341 4.92493C20.1352 5.82537 20.8492 6.88363 21.3761 8.09969C21.903 9.31575 22.1665 10.6129 22.1665 11.9912C22.1665 13.3773 21.9042 14.6787 21.3796 15.8954C20.855 17.1121 20.1417 18.1708 19.2396 19.0715C18.3375 19.9723 17.2781 20.6856 16.0616 21.2113C14.8451 21.7371 13.5455 22 12.1627 22ZM12.1635 20.3223C14.4851 20.3223 16.4521 19.5152 18.0644 17.9009C19.6768 16.2866 20.4829 14.3167 20.4829 11.9912C20.4829 11.0224 20.3184 10.0869 19.9893 9.18462C19.6603 8.28236 19.1937 7.46151 18.5895 6.72206L6.88854 18.4171C7.60876 19.0454 8.42381 19.5199 9.33369 19.8409C10.2436 20.1618 11.1869 20.3223 12.1635 20.3223ZM5.76221 17.2662L17.4327 5.58985C16.6886 4.97149 15.8674 4.49919 14.9693 4.17295C14.0711 3.84671 13.1359 3.68358 12.1635 3.68358C9.84197 3.68358 7.87502 4.48852 6.26268 6.09839C4.65035 7.70825 3.84418 9.67252 3.84418 11.9912C3.84418 12.9692 4.01747 13.911 4.36405 14.8165C4.71064 15.7219 5.17669 16.5385 5.76221 17.2662Z"})}),v.jsx("symbol",{id:"icon-attach-file",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M11.537 22.5C9.86458 22.5 8.44032 21.9237 7.26419 20.771C6.08806 19.6183 5.5 18.2155 5.5 16.5626V5.8314C5.5 4.63256 5.91945 3.61095 6.75835 2.76657C7.59726 1.92219 8.614 1.5 9.80858 1.5C11.0194 1.5 12.0437 1.92219 12.8816 2.76657C13.7195 3.61095 14.1385 4.64067 14.1385 5.85574V15.5649C14.1385 16.2949 13.887 16.9154 13.3841 17.4264C12.8812 17.9374 12.2607 18.1929 11.5226 18.1929C10.7845 18.1929 10.168 17.9253 9.67323 17.3899C9.17845 16.8546 8.93105 16.2057 8.93105 15.4432V6.53708C8.93105 6.31808 9.00203 6.1376 9.14397 5.99565C9.28592 5.85371 9.4664 5.78273 9.6854 5.78273C9.89629 5.78273 10.0788 5.85371 10.2329 5.99565C10.387 6.1376 10.4641 6.31808 10.4641 6.53708V15.5162C10.4641 15.8386 10.5679 16.1139 10.7757 16.3421C10.9834 16.5702 11.2373 16.6842 11.5373 16.6842C11.8374 16.6842 12.0904 16.5742 12.2964 16.3542C12.5024 16.1342 12.6054 15.8711 12.6054 15.5649V5.8314C12.6054 5.05272 12.3337 4.39571 11.7903 3.86037C11.2468 3.32503 10.5857 3.05736 9.80707 3.05736C9.02839 3.05736 8.36732 3.32503 7.82387 3.86037C7.28042 4.39571 7.00869 5.05272 7.00869 5.8314V16.6028C7.00869 17.8409 7.44975 18.8818 8.33186 19.7256C9.21397 20.5694 10.2806 20.9913 11.5317 20.9913C12.7991 20.9913 13.8708 20.5662 14.7468 19.7159C15.6228 18.8657 16.0608 17.8145 16.0608 16.5626V6.53708C16.0608 6.31808 16.1318 6.1376 16.2738 5.99565C16.4157 5.85371 16.5945 5.78273 16.8101 5.78273C17.0257 5.78273 17.2102 5.85371 17.3637 5.99565C17.5171 6.1376 17.5939 6.31808 17.5939 6.53708V16.5382C17.5939 18.1912 17.0025 19.598 15.8197 20.7588C14.6369 21.9196 13.2093 22.5 11.537 22.5Z"})}),v.jsx("symbol",{id:"icon-globe",viewBox:"0 0 24 24",children:v.jsx("path",{fillRule:"evenodd",d:"M4.25672 11.3023H8.44493C8.63207 8.49682 9.60739 5.80768 11.2484 3.54104C7.4762 4.24348 4.56928 7.40693 4.25672 11.3023ZM12.8335 3.76626C11.0908 5.91304 10.0468 8.5435 9.8437 11.3023H15.8233C15.6202 8.5435 14.5762 5.91304 12.8335 3.76626ZM15.8233 12.6977C15.6202 15.4565 14.5762 18.087 12.8335 20.2337C11.0908 18.087 10.0468 15.4565 9.8437 12.6977H15.8233ZM8.44493 12.6977H4.25672C4.56928 16.5931 7.47619 19.7565 11.2484 20.459C9.60738 18.1923 8.63207 15.5032 8.44493 12.6977ZM14.4186 20.459C16.0596 18.1923 17.0349 15.5032 17.2221 12.6977H21.4103C21.0977 16.5931 18.1908 19.7565 14.4186 20.459ZM21.4103 11.3023H17.2221C17.0349 8.49682 16.0596 5.80768 14.4186 3.54104C18.1908 4.24348 21.0977 7.40693 21.4103 11.3023ZM2.8335 12C2.8335 6.47715 7.31065 2 12.8335 2C18.3563 2 22.8335 6.47715 22.8335 12C22.8335 17.5228 18.3563 22 12.8335 22C7.31065 22 2.8335 17.5228 2.8335 12Z"})}),v.jsx("symbol",{id:"icon-lock",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M18.0776 23H6.83317C4.80428 23 3.1665 21.3622 3.1665 19.3333V12C3.1665 9.97111 4.80428 8.33333 6.83317 8.33333H7.81095V5.64444C7.81095 3.07778 9.88873 1 12.4554 1C15.0221 1 17.0998 3.07778 17.0998 5.64444V8.33333H18.0776C20.1065 8.33333 21.7443 9.97111 21.7443 12V19.3333C21.7443 21.3622 20.1065 23 18.0776 23ZM6.83317 10.2889C5.87984 10.2889 5.12206 11.0467 5.12206 12V19.3333C5.12206 20.2867 5.87984 21.0444 6.83317 21.0444H18.0776C19.0309 21.0444 19.7887 20.2867 19.7887 19.3333V12C19.7887 11.0467 19.0309 10.2889 18.0776 10.2889H6.83317ZM9.7665 8.33333H15.1443V5.64444C15.1443 4.15333 13.9465 2.95556 12.4554 2.95556C10.9643 2.95556 9.7665 4.15333 9.7665 5.64444V8.33333ZM12.4554 17.6222C11.9176 17.6222 11.4776 17.1822 11.4776 16.6444V14.6889C11.4776 14.1511 11.9176 13.7111 12.4554 13.7111C12.9932 13.7111 13.4332 14.1511 13.4332 14.6889V16.6444C13.4332 17.1822 12.9932 17.6222 12.4554 17.6222Z"})}),v.jsxs("symbol",{id:"icon-loading",viewBox:"0 0 24 24",children:[v.jsx("path",{d:"M4.82159 8C6.88732 8 8.5399 9.65258 8.5399 11.8216C8.5399 13.8873 6.88732 15.5399 4.82159 15.5399C2.65258 15.5399 1 13.8873 1 11.8216C1 9.65258 2.65258 8 4.82159 8Z"}),v.jsx("path",{d:"M13.7042 8.82629C15.3568 8.82629 16.5962 10.169 16.5962 11.8216C16.5962 13.3709 15.3568 14.7136 13.7042 14.7136C12.1549 14.7136 10.8122 13.3709 10.8122 11.8216C10.8122 10.169 12.1549 8.82629 13.7042 8.82629Z"}),v.jsx("path",{d:"M20.9343 9.75587C22.0704 9.75587 23 10.6854 23 11.8216C23 12.8545 22.0704 13.784 20.9343 13.784C19.7981 13.784 18.9718 12.8545 18.9718 11.8216C18.9718 10.6854 19.7981 9.75587 20.9343 9.75587Z"})]}),v.jsxs("symbol",{id:"icon-open-full-screen",viewBox:"0 0 24 24",children:[v.jsx("path",{d:"M8.33301 4H5.74701L10.04 8.293C10.2222 8.4816 10.323 8.7342 10.3207 8.9964C10.3184 9.2586 10.2132 9.50941 10.0278 9.69482C9.84242 9.88023 9.59161 9.9854 9.32941 9.98767C9.06721 9.98995 8.81461 9.88916 8.62601 9.707L4.33301 5.414V8C4.33301 8.26522 4.22765 8.51957 4.04011 8.70711C3.85258 8.89464 3.59822 9 3.33301 9C3.06779 9 2.81344 8.89464 2.6259 8.70711C2.43836 8.51957 2.33301 8.26522 2.33301 8V3C2.33363 2.86888 2.35979 2.73913 2.41001 2.618C2.48553 2.43528 2.61352 2.27906 2.77781 2.16906C2.94209 2.05906 3.1353 2.00023 3.33301 2H8.33301C8.59822 2 8.85258 2.10536 9.04011 2.29289C9.22765 2.48043 9.33301 2.73478 9.33301 3C9.33301 3.26522 9.22765 3.51957 9.04011 3.70711C8.85258 3.89464 8.59822 4 8.33301 4Z"}),v.jsx("path",{d:"M21.8882 2.16906C22.0525 2.27906 22.1805 2.43528 22.256 2.618C22.3062 2.73913 22.3324 2.86888 22.333 3V8C22.333 8.26522 22.2277 8.51957 22.0401 8.70711C21.8526 8.89464 21.5982 9 21.333 9C21.0678 9 20.8135 8.89464 20.6259 8.70711C20.4384 8.51957 20.333 8.26522 20.333 8V5.414L16.04 9.707C15.9478 9.80251 15.8374 9.87869 15.7154 9.9311C15.5934 9.98351 15.4622 10.0111 15.3294 10.0123C15.1966 10.0134 15.065 9.9881 14.9421 9.93782C14.8192 9.88754 14.7075 9.81329 14.6136 9.71939C14.5197 9.6255 14.4455 9.51385 14.3952 9.39095C14.3449 9.26806 14.3196 9.13638 14.3208 9.0036C14.3219 8.87082 14.3495 8.7396 14.4019 8.6176C14.4543 8.49559 14.5305 8.38525 14.626 8.293L18.919 4H16.333C16.0678 4 15.8135 3.89464 15.6259 3.70711C15.4384 3.51957 15.333 3.26522 15.333 3C15.333 2.73478 15.4384 2.48043 15.6259 2.29289C15.8135 2.10536 16.0678 2 16.333 2H21.333C21.5307 2.00023 21.7239 2.05906 21.8882 2.16906Z"}),v.jsx("path",{d:"M8.62601 14.293L4.33301 18.586V16C4.33301 15.7348 4.22765 15.4804 4.04011 15.2929C3.85258 15.1053 3.59822 15 3.33301 15C3.06779 15 2.81344 15.1053 2.6259 15.2929C2.43836 15.4804 2.33301 15.7348 2.33301 16V21C2.33363 21.1311 2.35979 21.2609 2.41001 21.382C2.5115 21.6269 2.70609 21.8215 2.95101 21.923C3.07214 21.9732 3.20188 21.9994 3.33301 22H8.33301C8.59822 22 8.85258 21.8946 9.04011 21.7071C9.22765 21.5196 9.33301 21.2652 9.33301 21C9.33301 20.7348 9.22765 20.4804 9.04011 20.2929C8.85258 20.1053 8.59822 20 8.33301 20H5.74701L10.04 15.707C10.2222 15.5184 10.323 15.2658 10.3207 15.0036C10.3184 14.7414 10.2132 14.4906 10.0278 14.3052C9.84242 14.1198 9.59161 14.0146 9.32941 14.0123C9.06721 14.01 8.81461 14.1108 8.62601 14.293Z"}),v.jsx("path",{d:"M20.6259 15.2929C20.8134 15.1053 21.0678 15 21.333 15C21.5982 15 21.8526 15.1053 22.0401 15.2929C22.2276 15.4804 22.333 15.7348 22.333 16V21C22.3324 21.1311 22.3062 21.2609 22.256 21.382C22.1545 21.6269 21.9599 21.8215 21.715 21.923C21.5939 21.9732 21.4641 21.9994 21.333 22H16.333C16.0678 22 15.8134 21.8946 15.6259 21.7071C15.4383 21.5196 15.333 21.2652 15.333 21C15.333 20.7348 15.4383 20.4804 15.6259 20.2929C15.8134 20.1053 16.0678 20 16.333 20H18.919L14.626 15.707C14.4438 15.5184 14.343 15.2658 14.3453 15.0036C14.3476 14.7414 14.4528 14.4906 14.6382 14.3052C14.8236 14.1198 15.0744 14.0146 15.3366 14.0123C15.5988 14.01 15.8514 14.1108 16.04 14.293L20.333 18.586V16C20.333 15.7348 20.4383 15.4804 20.6259 15.2929Z"})]}),v.jsxs("symbol",{id:"icon-close-full-screen",viewBox:"0 0 24 24",children:[v.jsx("path",{d:"M20.1684 2.28324L15.5698 6.88212V4.16303C15.5698 3.62843 15.1364 3.19525 14.602 3.19525C14.0676 3.19525 13.6342 3.62843 13.6342 4.16303V9.21861L13.6363 9.22944C13.6377 9.35038 13.6601 9.47109 13.7065 9.58474L13.9097 9.89086L13.9175 9.90286L13.9262 9.90874L14.2352 10.1139C14.3526 10.1619 14.4773 10.1862 14.602 10.1862H19.6569C20.1912 10.1862 20.6244 9.75297 20.6244 9.21861C20.6244 8.68402 20.1912 8.25107 19.6569 8.25107L16.9383 8.25084L21.5369 3.6522C21.9148 3.27407 21.9148 2.66136 21.5369 2.28347C21.159 1.90559 20.5463 1.90559 20.1684 2.28324Z"}),v.jsx("path",{d:"M6.70213 8.25037L3.98328 8.2506C3.44868 8.2506 3.0155 8.68378 3.0155 9.21838C3.0155 9.75274 3.44868 10.1862 3.98328 10.1862L9.03816 10.1859C9.1631 10.1859 9.28758 10.1617 9.40499 10.1137L9.71417 9.90827L9.72264 9.90262L9.73041 9.89062L9.9337 9.5845C9.98006 9.47085 10.0026 9.35014 10.0038 9.2292L10.0059 9.21838V4.16303C10.0059 3.62843 9.57252 3.19525 9.03816 3.19525C8.5038 3.19525 8.07039 3.62843 8.07039 4.16303V6.88212L3.47221 2.28324C3.09433 1.90559 2.48161 1.90559 2.10373 2.28324C1.72584 2.66136 1.72584 3.27407 2.10373 3.65196L6.70213 8.25037Z"}),v.jsx("path",{d:"M16.938 15.749L19.6573 15.7493C20.1917 15.7493 20.6249 15.3161 20.6249 14.7817C20.6249 14.2471 20.1917 13.8142 19.6573 13.8142H14.6025C14.4766 13.8142 14.3514 13.8394 14.2333 13.8878C14.1161 13.9361 14.0081 14.0069 13.9177 14.0973C13.8272 14.1876 13.7566 14.2956 13.7081 14.4133C13.6596 14.5311 13.6342 14.6561 13.6342 14.7817V19.8373C13.6342 20.3717 14.0674 20.8051 14.602 20.8051C15.1364 20.8051 15.5698 20.3717 15.5698 19.8373V17.118L20.1684 21.7166C20.5463 22.0943 21.159 22.0943 21.5369 21.7166C21.9148 21.3385 21.9148 20.7258 21.5369 20.3479L16.938 15.749Z"}),v.jsx("path",{d:"M10.0062 14.782C10.0062 14.6563 9.981 14.5311 9.93229 14.4135C9.88382 14.2961 9.81323 14.1878 9.72264 14.0975C9.63205 14.0071 9.52429 13.9363 9.40687 13.8881C9.28875 13.8396 9.16358 13.8144 9.03793 13.8144H3.98328C3.44868 13.8144 3.0155 14.2476 3.0155 14.7822C3.0155 15.3166 3.44868 15.75 3.98328 15.75L6.70237 15.7497L2.10373 20.3482C1.72584 20.7263 1.72584 21.339 2.10373 21.7169C2.48161 22.0945 3.09433 22.0945 3.47221 21.7169L8.07086 17.1182V19.8376C8.07086 20.3719 8.50404 20.8053 9.03863 20.8053C9.57299 20.8053 10.0064 20.3719 10.0064 19.8376L10.0062 14.782Z"})]}),v.jsx("symbol",{id:"icon-overlap-compare",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M20.1567 8.03863H16.4614V4.3133C16.4614 3.0515 15.4399 2 14.1481 2H3.8133C2.5515 2 1.5 3.02146 1.5 4.3133V14.6781C1.5 15.9399 2.52146 16.9914 3.8133 16.9914H7.50858V20.6867C7.50858 21.9485 8.53004 23 9.82189 23H20.1867C21.4485 23 22.5 21.9785 22.5 20.6867V10.3219C22.47 9.06009 21.4485 8.03863 20.1567 8.03863ZM8.7103 15.5494V14.3476L15.2597 9.87125V11.103L8.77039 15.4893C8.74034 15.5193 8.74034 15.5193 8.7103 15.5494ZM8.7103 13.2661V12.0043L12.8562 9.24035H14.5987L8.7103 13.2661ZM8.7103 10.8927V10.3219C8.7103 9.72103 9.22103 9.2103 9.82189 9.2103H11.2339C11.2339 9.24034 8.7103 10.8927 8.7103 10.8927ZM15.2597 12.1846V13.4464L11.9549 15.6996C11.9249 15.7296 11.8949 15.7296 11.8949 15.7597H9.9721L15.2597 12.1846ZM15.2597 14.5579V14.6781C15.2597 15.279 14.7489 15.7897 14.1481 15.7897H13.4571L15.2597 14.5579ZM3.78326 15.7897C3.1824 15.7897 2.67167 15.279 2.67167 14.6781V4.3133C2.67167 3.71245 3.15236 3.20172 3.78326 3.20172H14.1481C14.7489 3.20172 15.2597 3.6824 15.2597 4.3133V8.00858H9.82189C8.56009 8.00858 7.50858 9.03004 7.50858 10.3219V15.7597L3.78326 15.7897ZM21.2682 20.6867C21.2682 21.2876 20.7575 21.7983 20.1567 21.7983H9.82189C9.22103 21.7983 8.7103 21.2876 8.7103 20.6867V16.9914H14.1481C15.4099 16.9914 16.4614 15.97 16.4614 14.6781V9.24035H20.1567C20.7575 9.24035 21.2682 9.75107 21.2682 10.3519V20.6867Z"})}),v.jsx("symbol",{id:"icon-like",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M14.6398 3.00098C14.6043 2.99943 14.5684 3.00113 14.5324 3.00294C14.2503 3.01428 13.9899 3.12916 13.7863 3.31927L7.33309 9.00659V21.0003H7.83506C7.8481 21.0001 7.86114 20.9995 7.87412 20.9983H18.9192C20.0509 20.9982 21.0151 20.1632 21.1771 19.0433L22.3138 11.1686C22.4741 10.0676 21.6102 9.06359 20.4974 9.06518H14.302L15.3 5.89732L15.7278 4.54774C15.8771 4.06989 15.7017 3.56824 15.3508 3.27631C15.3364 3.26497 15.3213 3.25362 15.3058 3.24228C15.1206 3.10281 14.8883 3.01194 14.6398 3.00098ZM2.82716 9.00664C2.55557 9.00993 2.33622 9.22923 2.33301 9.50072V20.4983C2.33196 20.7731 2.55254 20.997 2.82716 21.0003H6.33307V9.00664H2.82716Z"})}),v.jsx("symbol",{id:"icon-save",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M4.83048 1C3.64352 1 2.6665 1.97258 2.6665 3.16018V20.8411C2.6665 22.0287 3.64352 23 4.83048 23H19.6206C20.8076 23 21.7846 22.0287 21.7846 20.8411V5.83987C21.7859 5.66835 21.7191 5.50332 21.5988 5.38104L17.4048 1.18707C17.3443 1.12729 17.2727 1.07999 17.194 1.0479C17.1153 1.0158 17.031 0.999529 16.946 1.00001H15.4557H8.99158L4.83048 1ZM4.83048 2.29561H8.34694V5.24706C8.34694 6.18903 9.12402 6.96737 10.066 6.96737H14.3851C15.3271 6.96737 16.1054 6.18903 16.1054 5.24706V2.29561H16.678L20.4902 6.10784V20.8411C20.4902 21.333 20.1132 21.7107 19.6206 21.7107H18.8849V14.5059C18.8849 13.3806 17.9613 12.4569 16.836 12.4569H7.61508C6.48976 12.4569 5.56613 13.3806 5.56613 14.5059V21.7107H4.83048C4.33787 21.7107 3.96085 21.333 3.96085 20.8411V3.16018C3.96085 2.66822 4.33787 2.29561 4.83048 2.29561ZM9.64128 2.29561H14.8098V5.24706C14.8098 5.49338 14.6314 5.67302 14.3851 5.67302H10.066C9.81966 5.67302 9.64128 5.4934 9.64128 5.24706V2.29561ZM7.61508 13.7513H16.836C17.2664 13.7513 17.5906 14.0755 17.5906 14.5059V21.7107H6.86047V14.5059C6.86047 14.0755 7.18464 13.7513 7.61508 13.7513Z"})}),v.jsx("symbol",{id:"icon-image",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M4.41236 22C3.81808 22 3.31506 21.7941 2.90329 21.3824C2.49153 20.9706 2.28564 20.4676 2.28564 19.8733V4.12671C2.28564 3.53244 2.49153 3.02941 2.90329 2.61765C3.31506 2.20588 3.81808 2 4.41236 2H20.1589C20.7532 2 21.2562 2.20588 21.668 2.61765C22.0798 3.02941 22.2856 3.53244 22.2856 4.12671V19.8733C22.2856 20.4676 22.0798 20.9706 21.668 21.3824C21.2562 21.7941 20.7532 22 20.1589 22H4.41236ZM4.41236 20.2353H20.1589C20.2494 20.2353 20.3324 20.1976 20.4078 20.1222C20.4833 20.0468 20.521 19.9638 20.521 19.8733V4.12671C20.521 4.0362 20.4833 3.95323 20.4078 3.8778C20.3324 3.80239 20.2494 3.76468 20.1589 3.76468H4.41236C4.32185 3.76468 4.23888 3.80239 4.16344 3.8778C4.08803 3.95323 4.05033 4.0362 4.05033 4.12671V19.8733C4.05033 19.9638 4.08803 20.0468 4.16344 20.1222C4.23888 20.1976 4.32185 20.2353 4.41236 20.2353ZM7.17257 17.5882H17.4892C17.7019 17.5882 17.8595 17.4917 17.9621 17.2986C18.0646 17.1056 18.0488 16.9185 17.9146 16.7375L15.1092 12.9797C14.9991 12.8379 14.8573 12.767 14.6838 12.767C14.5104 12.767 14.3686 12.8379 14.2585 12.9797L11.3807 16.7285L9.45308 14.2579C9.34298 14.1237 9.20309 14.0566 9.0334 14.0566C8.86371 14.0566 8.72382 14.1275 8.61372 14.2693L6.75854 16.7375C6.61676 16.9185 6.59715 17.1056 6.69972 17.2986C6.80228 17.4917 6.9599 17.5882 7.17257 17.5882Z"})}),v.jsx("symbol",{id:"icon-bar-chart",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M18.75 20C18.2641 20 17.8509 19.8298 17.5105 19.4894C17.1702 19.149 17 18.7359 17 18.25V15.8462C17 15.3603 17.1702 14.9471 17.5105 14.6068C17.8509 14.2664 18.2641 14.0962 18.75 14.0962C19.2359 14.0962 19.649 14.2664 19.9894 14.6068C20.3298 14.9471 20.5 15.3603 20.5 15.8462V18.25C20.5 18.7359 20.3298 19.149 19.9894 19.4894C19.649 19.8298 19.2359 20 18.75 20ZM13 20C12.5141 20 12.1009 19.8298 11.7606 19.4894C11.4202 19.149 11.25 18.7359 11.25 18.25V6.75C11.25 6.2641 11.4202 5.85096 11.7606 5.51058C12.1009 5.17019 12.5141 5 13 5C13.4859 5 13.899 5.17019 14.2394 5.51058C14.5798 5.85096 14.75 6.2641 14.75 6.75V18.25C14.75 18.7359 14.5798 19.149 14.2394 19.4894C13.899 19.8298 13.4859 20 13 20ZM7.25 20C6.7641 20 6.35096 19.8298 6.01057 19.4894C5.67019 19.149 5.5 18.7359 5.5 18.25V11.6538C5.5 11.1679 5.67019 10.7548 6.01057 10.4144C6.35096 10.074 6.7641 9.90385 7.25 9.90385C7.73588 9.90385 8.14902 10.074 8.4894 10.4144C8.82978 10.7548 8.99997 11.1679 8.99997 11.6538V18.25C8.99997 18.7359 8.82978 19.149 8.4894 19.4894C8.14902 19.8298 7.73588 20 7.25 20Z"})}),v.jsx("symbol",{id:"icon-shine-var2",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M19.662 8.55111L18.4442 9.11111L19.662 9.67111L20.222 10.8889L20.782 9.67111L21.9998 9.11111L20.782 8.55111L20.222 7.33333L19.662 8.55111ZM17.5553 7.33333L18.3909 5.50222L20.222 4.66667L18.3909 3.83111L17.5553 2L16.7198 3.83111L14.8887 4.66667L16.7198 5.50222L17.5553 7.33333Z"})})]}),ze=({color:e,size:t,noPadding:r,name:o})=>v.jsxs("div",{className:Lg({noPadding:r}),children:[v.jsx(Bg,{}),v.jsx("svg",{className:z.icon({color:e,size:t}),viewBox:"0 0 512 512",children:v.jsx("use",{xlinkHref:`#icon-${o}`})})]}),Lg=z.cva({base:{padding:2,height:"100%",display:"flex",alignItems:"center",justifyContent:"center"},variants:{noPadding:{true:{padding:0}}}}),Dg=({children:e,trigger:t})=>{const r=z.accordionSlot({});return v.jsx(Mg,{className:r.root,type:"single",collapsible:!0,children:v.jsxs(Ng,{className:r.item,value:"item-1",children:[v.jsx(Gg,{className:r,children:t}),v.jsx(Wg,{className:r,children:e})]})})},Gg=V.forwardRef(({children:e,className:t,...r},o)=>v.jsx(Fg,{className:t.header,children:v.jsxs(Vg,{className:t.trigger,...r,ref:o,children:[e,v.jsx(ze,{name:"arrow-drop-down",color:"grayLight",size:"large"})]})})),Wg=V.forwardRef(({children:e,className:t,...r},o)=>v.jsx(jg,{className:t.content,...r,ref:o,children:v.jsx("div",{className:"AccordionContentText",children:e})})),kg=z.css({backgroundColor:"blue_20",display:"inline-block",position:"relative",animation:"shimmer 1s infinite",animationTimingFunction:"ease-in-out"}),Ne=({height:e,width:t,background:r})=>v.jsx("div",{className:kg,"aria-busy":"true",style:{height:e,width:t,background:r}}),Hg=({href:e,target:t,onClick:r,children:o,disabled:n,external:i,openInNewWindow:a,noHoverUnderline:s,loading:u,...l})=>!i&&e?v.jsx("a",{...l,href:e,onClick:r,target:a?"_blank":"_self",className:z.anchor({underlined:!s,disabled:n}),children:u?v.jsx(Ne,{height:"10px",width:"100px"}):o}):v.jsx("a",{...l,href:e,target:t,onClick:r,className:z.anchor({underlined:!s,disabled:n}),children:u?v.jsx(Ne,{height:"10px",width:"100px"}):o});var Zg=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Na(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function Xg(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var r=function o(){return this instanceof o?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach(function(o){var n=Object.getOwnPropertyDescriptor(e,o);Object.defineProperty(r,o,n.get?n:{enumerable:!0,get:function(){return e[o]}})}),r}var E1={},oa={exports:{}},yr={exports:{}},fe={};/** @license React v16.13.1
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const v=require("react/jsx-runtime"),z=require("./cq-XQDp3CoU.cjs"),M=require("react"),gt=require("react-dom");function Lh(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const C=Lh(M),qu=Lh(gt);function jh(){const e=t=>t;return new Proxy(e,{get(){return e}})}var vr=jh(),Ly=jh();const jy={className:"accordion",description:"Styles for the Accordion component",slots:["root","item","header","trigger","content"],base:{item:{overflow:"hidden",marginTop:1,"&:first-child":{marginTop:0,borderTopLeftRadius:"4px",borderTopRightRadius:"4px"},"&:last-child":{borderBottomLeftRadius:"4px",borderBottomRightRadius:"4px"},"&:focus-within":{position:"relative",zIndex:1}},header:{borderBottom:"1px solid #F0F0F0",all:"unset",display:"flex",transition:"all 0.25s",_hover:{background:"gray_20"}},trigger:{flex:1,all:"unset",width:"100%",color:"black",height:"44px",display:"flex",fontSize:"14px",cursor:"pointer",padding:"0 20px",fontWeight:"500",lineHeight:"20px",fontFamily:"Poppins",fontStyle:"normal",position:"relative",alignItems:"center",justifyContent:"space-between"},content:{overflow:"hidden",backgroundColor:"white",padding:"8px 20px",color:"gray_60",fontFamily:"Poppins",fontSize:"14px",fontStyle:"normal",fontWeight:"500",position:"relative",'&[data-state="open"]':{animation:"slideDown 300ms cubic-bezier(0.87, 0, 0.13, 1)"},'&[data-state="closed"]':{animation:"slideUp 300ms cubic-bezier(0.87, 0, 0.13, 1)"}},root:{borderRadius:"4px",width:"100%",backgroundColor:"white"}}},By={className:"Anchor",description:"Estilo base e variantes do componente Anchor",base:{color:"blue_80",cursor:"pointer",textDecoration:"none",_disabled:{opacity:.5,cursor:"not-allowed",textDecoration:"none",pointerEvents:"none"}},variants:{underlined:{true:{_hover:{textDecoration:"underline"}}},disabled:{true:{opacity:.5,cursor:"not-allowed",textDecoration:"none",pointerEvents:"none"}}}},ky={className:"avatar",description:"Styles for the Avatar component",slots:["root","image","fallback"],base:{root:{width:45,height:45,overflow:"hidden",userSelect:"none",alignItems:"center",borderRadius:"100%",display:"inline-flex",verticalAlign:"middle",justifyContent:"center",backgroundColor:"gray_80"},image:{width:"100%",height:"100%",objectFit:"cover",borderRadius:"inherit"},fallback:{color:"text.primary.blue",width:"100%",lineHeight:1,height:"100%",display:"flex",fontWeight:500,fontSize:"15px",alignItems:"center",justifyContent:"center",backgroundColor:"gray_60"}},variants:{inline:{true:{root:{display:"inline-block"}}},size:{micro:{root:{width:"22.5px",height:"22.5px"}},small:{root:{width:"37.5px",height:"37.5px"}},medium:{root:{width:"32.5px",height:"32.5px"}},large:{root:{width:"75px",height:"75px"}}},shape:{default:{root:{borderRadius:"50%"}},square:{root:{borderRadius:"0.25rem"}}}}},Gy={className:"avatarGroup",description:"Styles for the AvatarGroup component",slots:["container","avatarStyle","othersStyle"],base:{container:{display:"flex",alignItems:"center",position:"relateive"},othersStyle:{borderRadius:"0.25px",cursor:"pointer",marginLeft:"12px"},avatarStyle:{borderRadius:"50%",marginLeft:"-15px",backgroundColor:"gray_60",boxShadow:"3px 3px 3px -1px #d3d3d3","&:nth-child(1)":{marginLeft:0}}},variants:{square:{true:{avatarStyle:{borderRadius:0}}}}},Wy={className:"blanket",description:"Estilo base e variantes do componente blanket",base:{top:0,left:0,right:0,bottom:0,zIndex:99,width:"100%",opacity:.75,height:"100%",background:"white",transition:"opacity 300ms ease-out"},variants:{position:{absolute:{position:"absolute"},fixed:{position:"fixed"}},global:{true:{zIndex:101}},primary:{true:{background:"blue_60"}},entering:{true:{opacity:.85,background:"grayDarkest",transition:"opacity 300ms ease-out"}},exiting:{true:{opacity:.01,transition:"opacity 300ms ease-out"}}},defaultVariants:{position:"fixed",entering:!0}},Hy={className:"Block",description:"Estilo base e variantes do componente Block",base:{borderRadius:"4px",padding:"1rem"},variants:{background:{white:{background:"white"},gray:{background:"gray_20"},blue:{background:"blue_60"},lightBlue:{background:"blue_tint"},transparent:{background:"transparent"}},border:{noBorder:{border:"none"},gray:{border:"1px solid {colors.gray_60}"},gray40:{border:"1px solid {colors.gray_40}"},blue:{border:"1px solid {colors.blue_60}"},borderTop:{borderTop:"1px solid {colors.gray_60}"},danger:{border:"1px solid {colors.danger_red} "}},alignItems:{center:{gap:"8px",display:"flex",alignItems:"center"},end:{gap:"8px",display:"flex",alignItems:"flex-end"},start:{gap:"8px",display:"flex",alignItems:"flex-start"},baseline:{gap:"8px",display:"flex",alignItems:"baseline"},stretch:{gap:"8px",display:"flex",alignItems:"stretch"}},padding:{noVerticalPadding:{paddingTop:"0px",paddingBottom:"0px"},noPadding:{padding:0},largePadding:{padding:"2rem"},microPadding:{padding:"0.5rem"},xMicroPadding:{padding:"0.25rem"},smallPadding:{padding:"1rem"}},relative:{true:{position:"relative"}},fullWidth:{true:{width:"100%"}},justifyContent:{justifyCenter:{gap:"8px",display:"flex",justifyContent:"center"},justifyEnd:{gap:"8px",display:"flex",justifyContent:"flex-end"},justifyStart:{gap:"8px",display:"flex",justifyContent:"flex-start"}},direction:{row:{flexDirection:"row"},column:{flexDirection:"column"}},fullHeight:{true:{height:"100%"}},radius:{true:{borderRadius:6},false:{borderRadius:0}}},defaultVariants:{background:"white",border:"gray"}},$y={className:"boxGroup",description:"Styles for the boxGroup component",slots:["boxStyle","rowStyle","container","others","subItens"],base:{boxStyle:{backgroundColor:"blue_60",borderRadius:"4px",margin:"4px 16px",width:"fit-content",cursor:"default"},rowStyle:{display:"flex",overflowY:"auto",flexDirection:"column",flexWrap:"wrap"},container:{display:"flex",alignItems:"center"},others:{borderRadius:3,cursor:"pointer",marginLeft:"12px"},subItens:{display:"flex"}},variants:{size:{micro:{boxStyle:{padding:"6px"}},small:{boxStyle:{padding:"8px"}},medium:{boxStyle:{padding:"10px"}},large:{boxStyle:{padding:"12px"}}}},defaultVariants:{size:"medium"}},Xy={className:"breadcrumb",description:"Styles for the breadcrumb component",slots:["container","item","separator"],base:{container:{display:"flex",alignItems:"center",padding:"0 0 16px 0",fontFamily:"Poppins"},item:{border:"none",background:"transparent",outline:"none",textDecoration:"none",fontSize:"12px",fontFamily:"Poppins"},separator:{padding:"0 5px"}},variants:{current:{false:{item:{color:"gray_60",cursor:"pointer",fontFamily:"Poppins",_hover:{textDecoration:"underline"}}},true:{item:{color:"gray_80",cursor:"default",fontFamily:"Poppins"}}}},defaultVariants:{current:!1}},Zy={className:"button",description:"Estilo base e variantes do componente Button",slots:["buttonStyle","wrapperShimmer","contentStyle","buttonLoader"],base:{buttonStyle:{outline:0,borderWidth:0,textAlign:"center",appearance:"none",display:"inline-flex",justifyContent:"center",margin:"0px 2px 8px 2px",borderRadius:4,fontFamily:"Poppins",fontWeight:"500",position:"relative",cursor:"pointer",boxSizing:"border-box",overflow:"hidden",flexShrink:0,transition:"all 0.2s ease-in-out",_disabled:{opacity:.5,pointerEvents:"none"}},wrapperShimmer:{position:"absolute",width:"100%",height:"100%",top:0,right:0,bottom:0,left:0},contentStyle:{opacity:1,display:"flex",userSelect:"none",alignItems:"center",whiteSpace:"nowrap",transition:"opacity .2s",justifyContent:"flex-start"},buttonLoader:{top:0,left:0,right:0,bottom:0,display:"flex",alignItems:"center",position:"absolute",justifyContent:"center"}},variants:{style:{solid:{buttonStyle:{backgroundColor:"surface.strong.blue",border:"1px solid",borderColor:"surface.strong.blue",color:"white",_hover:{backgroundColor:"blue_80",border:"1px solid",borderColor:"blue_80"},_active:{backgroundColor:"blue_100",border:"1px solid",borderColor:"blue_100"},_disabled:{backgroundColor:"blue_40",border:"none"}}},outline:{buttonStyle:{color:"text.primary.blue",border:"1px solid {colors.border.blue}",_hover:{backgroundColor:"surface.light.blue"},_active:{backgroundColor:"surface.light.blue_moderate"},_disabled:{border:"1px solid {colors.blue_40}"}}},ghost:{buttonStyle:{color:"text.primary.blue",_hover:{backgroundColor:"surface.light.blue"},_active:{backgroundColor:"surface.light.blue_moderate"},_disabled:{opacity:.5,pointerEvents:"none"}}},soft:{buttonStyle:{background:"surface.light.blue_moderate",color:"text.primary.blue",_hover:{backgroundColor:"surface.light.blue"},_active:{backgroundColor:"surface.light.blue_moderate"},_disabled:{opacity:.5,pointerEvents:"none"}}},dashed:{buttonStyle:{color:"blue_60",border:"1px dashed {colors.blue_60}",_hover:{backgroundColor:"surface.light.blue"},_active:{backgroundColor:"surface.light.blue_moderate"},_disabled:{opacity:.5,pointerEvents:"none"}}},shade:{buttonStyle:{backgroundColor:"shadowWeakest",color:"gray_80","& svg":{"& path":{fill:"gray_80"}},_hover:{backgroundColor:"shadowWeaker"},_active:{backgroundColor:"shadowWeak"}}},error:{buttonStyle:{backgroundColor:"red_tint",border:"1px solid {colors.danger_red}",color:"text.secondary.red",_hover:{backgroundColor:"none"},_active:{backgroundColor:"danger_red",color:"white"}}},mono:{buttonStyle:{border:"1px solid {colors.gray_60}",color:"gray_60",_hover:{backgroundColor:"none"},_active:{backgroundColor:"gray_20"}}},danger:{buttonStyle:{backgroundColor:"danger_red",color:"white",transition:"0.2s all",_hover:{backgroundColor:"danger_red"},_active:{backgroundColor:"danger_red"}}},gradient:{buttonStyle:{border:"1px solid transparent",color:"blue_60",backgroundImage:"linear-gradient(white, white), radial-gradient(circle at top left, rgb(0, 34, 255) 26%, rgb(0, 221, 238) 68%)",backgroundOrigin:"border-box",backgroundClip:"padding-box, border-box",_hover:{backgroundColor:"surface.light.blue"},_active:{backgroundColor:"surface.light.blue_moderate"},_disabled:{border:"1px solid blue_40"}}}},rightIcon:{true:{buttonStyle:{gap:"8px"},contentStyle:{gap:"8px"}}},leftIcon:{true:{buttonStyle:{gap:"8px"},contentStyle:{gap:"8px"}}},grouped:{grouped:{buttonStyle:{margin:"0 0.5px"}},groupedFirst:{buttonStyle:{borderRadius:"3px 0 0 3px",marginLeft:0}},groupedLast:{buttonStyle:{borderRadius:"0 3px 3px 0",marginRight:0}}},size:{large:{buttonStyle:{padding:"8px 12px",fontSize:"14px",gap:10}},medium:{buttonStyle:{padding:"6px 10px",fontSize:"12px",gap:8}},small:{buttonStyle:{padding:"4px 8px",fontSize:"12px",gap:6}}},shape:{rectangular:{buttonStyle:{borderRadius:0}},noBorder:{buttonStyle:{border:"none",borderWidth:0}},rounded:{buttonStyle:{borderRadius:"22px"}},regular:{buttonStyle:{borderRadius:4}}},spacing:{noSpacing:{buttonStyle:{marginBottom:0}},removeSideSpacing:{buttonStyle:{marginLeft:0,marginRight:0}}},fullWidth:{true:{buttonStyle:{width:"100%"}}},loading:{true:{buttonStyle:{opacity:"1px",pointerEvents:"none",border:"none"}}},block:{true:{buttonStyle:{width:"100%",textAlign:"left",margin:0}}},compact:{true:{buttonStyle:{paddingRight:"12px",paddingLeft:"12px"}}},short:{true:{buttonStyle:{height:"2rem"}}},tall:{true:{buttonStyle:{height:"3rem"}}},underlined:{true:{buttonStyle:{textDecoration:"underline"}}},contentLoading:{true:{contentStyle:{opacity:0}}},contentFullWidth:{true:{contentStyle:{justifyContent:"center"}}}},defaultVariants:{style:"solid",size:"medium"}},zy={className:"Cell",description:"Estilo base e variantes do componente Cell",base:{paddingLeft:"gutter_small_regular_left",paddingRight:"gutter_small_regular_right",boxSizing:"border-box",md:{paddingLeft:"gutter_medium_regular_left",paddingRight:"gutter_medium_regular_right"},lg:{paddingLeft:"gutter_large_regular_left",paddingRight:"gutter_large_regular_right"},sm:{paddingLeft:"gutter_small_regular_left",paddingRight:"gutter_small_regular_right"},xl:{paddingLeft:"gutter_xlarge_regular_left",paddingRight:"gutter_xlarge_regular_right"}},variants:{fullHeight:{true:{height:"100%"}},fullHeightOnMedium:{true:{md:{height:"100%"}}},fullHeightOnLarge:{true:{lg:{height:"100%"}}},fullHeightOnXlarge:{true:{xl:{height:"100%"}}},microSpacing:{true:{paddingLeft:"gutter_small_micro_left",paddingRight:"gutter_small_micro_right",md:{paddingLeft:"gutter_medium_micro_left",paddingRight:"gutter_medium_micro_right"},lg:{paddingLeft:"gutter_large_micro_left",paddingRight:"gutter_large_micro_right"},xl:{paddingLeft:"gutter_xlarge_micro_left",paddingRight:"gutter_xlarge_micro_right"}}},smallPadding:{true:{paddingLeft:"gutter_small_small_left",paddingRight:"gutter_small_small_right",md:{paddingLeft:"gutter_medium_small_left",paddingRight:"gutter_medium_small_right"},lg:{paddingLeft:"gutter_large_small_left",paddingRight:"gutter_large_small_right"},xl:{paddingLeft:"gutter_xlarge_small_left",paddingRight:"gutter_xlarge_small_right"}}},largeSpacing:{true:{paddingLeft:"gutter_small_large_left",paddingRight:"gutter_small_large_right",md:{paddingLeft:"gutter_medium_large_left",paddingRight:"gutter_medium_large_right"},lg:{paddingLeft:"gutter_medium_large_left",paddingRight:"gutter_large_large_right"},xl:{paddingLeft:"gutter_xlarge_large_left",paddingRight:"gutter_xlarge_large_right"}}},verticalSpacing:{true:{paddingTop:"gutter_small_regular_top",paddingBottom:"gutter_small_regular_bottom",md:{paddingTop:"gutter_medium_regular_top",paddingBottom:"gutter_medium_regular_bottom"},lg:{paddingTop:"gutter_large_regular_top",paddingBottom:"gutter_large_regular_bottom"},xl:{paddingTop:"gutter_xlarge_regular_top",paddingBottom:"gutter_xlarge_regular_bottom"}}},microVerticalSpacing:{true:{paddingTop:"gutter_small_micro_top",paddingBottom:"gutter_small_micro_bottom",md:{paddingTop:"gutter_medium_micro_top",paddingBottom:"gutter_medium_micro_bottom"},lg:{paddingTop:"gutter_large_micro_top",paddingBottom:"gutter_large_micro_bottom"},xl:{paddingTop:"gutter_xlarge_micro_top",paddingBottom:"gutter_xlarge_micro_bottom"}}},smallVerticalSpacing:{true:{paddingTop:"gutter_small_small_top",paddingBottom:"gutter_small_small_bottom",md:{paddingTop:"gutter_medium_small_top",paddingBottom:"gutter_medium_small_bottom"},lg:{paddingTop:"gutter_large_small_top",paddingBottom:"gutter_large_small_bottom"},xl:{paddingTop:"gutter_xlarge_small_top",paddingBottom:"gutter_xlarge_small_bottom"}}},largeVerticalSpacing:{true:{paddingTop:"gutter_small_large_top",paddingBottom:"gutter_small_large_bottom",md:{paddingTop:"gutter_medium_large_top",paddingBottom:"gutter_medium_large_bottom"},lg:{paddingTop:"gutter_large_large_top",paddingBottom:"gutter_large_large_bottom"},xl:{paddingTop:"gutter_xlarge_large_top",paddingBottom:"gutter_xlarge_large_bottom"}}},noSpacing:{true:{padding:0,md:{padding:0},lg:{padding:0},xl:{padding:0}}},auto:{true:{flex:"1 1 0",width:"auto"}},autoOnMedium:{true:{md:{flex:"1 1 0",width:"auto"}}},autoOnLarge:{true:{lg:{flex:"1 1 0",width:"auto"}}},autoOnXlarge:{true:{xl:{flex:"1 1 0",width:"auto"}}},shrink:{true:{flex:"0 0 auto",width:"auto"}},shrinkOnMedium:{true:{md:{flex:"0 0 auto",width:"auto"}}},shrinkOnLarge:{true:{lg:{flex:"0 0 auto",width:"auto"}}},shrinkOnXlarge:{true:{xl:{flex:"0 0 auto",width:"auto"}}},fit:{true:{flex:"0 1 auto",width:"auto"}},fitOnMedium:{true:{md:{flex:"0 1 auto",width:"auto"}}},fitOnLarge:{true:{lg:{flex:"0 1 auto",width:"auto"}}},fitOnXlarge:{true:{xl:{flex:"0 1 auto",width:"auto"}}},grow:{true:{flex:"1 0 auto",width:"auto"}},growOnMedium:{true:{md:{flex:"1 0 auto",width:"auto"}}},growOnLarge:{true:{lg:{flex:"1 0 auto",width:"auto"}}},growOnXlarge:{true:{xl:{flex:"1 0 auto",width:"auto"}}},scroll:{true:{overflow:"auto"}},relative:{true:{position:"relative"}}}},Yy={className:"CheckBox",description:"Styles for the CheckBox component",slots:["containerCheckOnly","checkboxStyle","checkboxInput","markContainer","checkMark","checkMarkIcon","columnStyles","subtitle","checkboxLabel"],base:{containerCheckOnly:{marginTop:"2px",cursor:"pointer",overflow:"hidden",position:"relative",display:"inline-block",borderRadius:"4px","&:focus-within":{boxShadow:"0 0 2px secondary"}},checkboxStyle:{width:"18px",height:"18px",background:"white",textAlign:"center",border:"1px solid {colors.gray_60}",borderRadius:"0.25rem",boxSizing:"border-box"},checkboxInput:{top:0,left:0,right:0,margin:0,bottom:0,padding:0,opacity:0,width:"100%",height:"100%",position:"absolute","&:focus + [data-fake-checkbox]":{zIndex:1,border:"1px solid {colors.blue_40}",boxSizing:"border-box"}},markContainer:{display:"flex",position:"absolute",width:"100%",height:"100%",top:0,right:0,bottom:0,left:0,alignItems:"center",justifyContent:"center",borderRadius:"0.25rem"},checkMark:{background:"blue_60",width:"100%",height:"100%",display:"flex",alignItems:"center",justifyContent:"center"},checkMarkIcon:{fill:"white",width:"60%"},columnStyles:{display:"table-cell",verticalAlign:"top"},subtitle:{paddingTop:2},checkboxLabel:{color:"gray_80",cursor:"pointer",display:"inline-block",wordWrap:"break-word",letterSpacing:"normal",fontSize:"16px",lineHeight:"normal",lg:{fontSize:"16px"}}},variants:{disabled:{true:{checkboxStyle:{background:"gray_20",border:"1px solid {colors.gray_40}",borderRadius:"0.25rem"}}},invalid:{true:{checkboxStyle:{background:"alert_red",border:"1px solid {colors.alert_orange}",borderRadius:"0.25rem"}}},pullRight:{true:{columnStyles:{float:"right"}}},spacing:{true:{columnStyles:{paddingLeft:"12px"}}},marginRight:{true:{columnStyles:{marginRight:"32px"}}},subtitle:{true:{columnStyles:{paddingTop:"2px"}}},columnTextBreak:{true:{columnStyles:{whiteSpace:"normal"}}},columnTextNoBreak:{true:{columnStyles:{whiteSpace:"nowrap"}}}}},qy={className:"clickable",description:"Estilo base e variantes do componente Clickable",base:{cursor:"pointer",borderRadius:"0.25rem",_hover:{backgroundColor:"shadowWeakest"},_active:{backgroundColor:"shadowWeaker"}},variants:{disabled:{true:{pointerEvents:"none",opacity:.5}},inverse:{true:{_hover:{backgroundColor:"fogWeakest"},_active:{backgroundColor:"fogWeaker"}}},rectangular:{true:{borderRadius:0}}}},Uy={className:"dialog",description:"Styles for the Dialog component",slots:["root","close","title","portal","header","footer","trigger","overlay","content","description"],base:{overlay:{inset:"0",zIndex:50,position:"fixed",backdropBlur:"4px",bg:"shadowStronger",animation:"overlayShow 0.85s cubic-bezier(0.16, 1, 0.3, 1)"},close:{top:16,right:16,opacity:"0.7",cursor:"pointer",position:"absolute",transition:"opacity",borderRadius:"50%",background:"gray_40",boxShadow:" 0px 2px 8px 0px rgba(0, 0, 0, 0.15)",_hover:{opacity:"1"},_focus:{outline:"2px solid {colors.transparent}",outlineOffset:"2px",focusRingWidth:"2",focusRingColor:"ring",focusRingOffsetWidth:"2"},_disabled:{pointerEvents:"none"}},content:{top:"50%",zIndex:50,left:"50%",position:"fixed",background:"white",boxSizing:"border-box",width:"calc(100% - 30px)",transform:"translate(-50%, -50%)",border:"1px solid {colors.gray_60}",animation:"contentShow 0.85s cubic-bezier(0.16, 1, 0.3, 1)"},header:{display:"flex",textAlign:"center",flexDirection:"column"},footer:{display:"flex",flexDirection:"column-reverse"},title:{border:"1px solid transparent"},description:{textStyle:"sm",border:"1px solid",marginTop:"16px",color:"muted"}},variants:{size:{default:{content:{maxWidth:450}},medium:{content:{maxWidth:600}},micro:{content:{maxWidth:270}},small:{content:{maxWidth:360}},large:{content:{maxWidth:960}},xlarge:{content:{maxWidth:1440}},fullScreen:{content:{margin:0,border:0,inset:0,width:"unset",borderRadius:0,transform:"unset"}}},padding:{micro:{content:{padding:4},close:{top:4,right:4}},small:{content:{padding:8},close:{top:8,right:8}},default:{content:{padding:16},close:{top:16,right:16}},large:{content:{padding:32},close:{top:32,right:32}},xLarge:{content:{padding:64},close:{top:64,right:64}}},shape:{default:{content:{borderRadius:4}},noBorder:{content:{borderRadius:4}}},fullHeight:{true:{content:{minHeight:"calc(100% - 45px)","@large":{maxHeight:"calc(100% - 45px)"}},description:{minHeight:"calc(100% - 45px)","@large":{maxHeight:"calc(100% - 45px)"}}}}},defaultVariants:{size:"default",shape:"default",padding:"default",fullHeight:!1}},Jy={className:"drawer",description:"Styles for the Drawer component",slots:["container","drawerStyle","closeButton"],base:{container:{top:0,left:0,right:0,zIndex:100,width:"100%",minHeight:"100%",overflowX:"hidden",pointerEvents:"none"},drawerStyle:{top:0,bottom:0,zIndex:100,width:"100%",overflowY:"auto",background:"white",overflowX:"hidden",position:"absolute",pointerEvents:"all",transition:"transform 250ms ease-out, box-shadow 250ms ease-out"},closeButton:{zIndex:101,marginTop:8,marginRight:8,float:"right"}},variants:{fixed:{true:{container:{position:"fixed"},drawerStyle:{position:"fixed"},closeButton:{top:0,right:0,zIndex:101,position:"absolute"}}},absolute:{true:{container:{position:"absolute"},drawerStyle:{position:"absolute"}}},side:{left:{drawerStyle:{left:0}},right:{drawerStyle:{right:0}}},size:{micro:{drawerStyle:{maxWidth:360}},small:{drawerStyle:{maxWidth:520}},medium:{drawerStyle:{maxWidth:744}},large:{drawerStyle:{maxWidth:1128}}},elevated:{true:{drawerStyle:{boxShadow:"0 0 9px 3px {colors.shadowWeak} "}}},border:{left:{drawerStyle:{borderLeft:"1px solid {colors.gray_80}"}},right:{drawerStyle:{borderRight:"1px solid {colors.gray_80}"}}},entering:{true:{drawerStyle:{transform:"translate(0, 0)",transition:"transform 250ms ease-out"}}},exiting:{true:{drawerStyle:{transform:"translate(100%, 0)",transition:"transform 250ms ease-out"}}},exitingLeft:{true:{drawerStyle:{transform:"translate(-100%, 0)",transition:"transform 250ms ease-out"}}}},defaultVariants:{side:"right",size:"medium"}},Ky={className:"dropdown",description:"Styles for the Dropdown component",slots:["dropdownMenu","dropdownContainer","dropdownList","labelStyle","dropdownArrow","dropdownStyles"],base:{dropdownMenu:{zIndex:50,top:"100%",opacity:.01,padding:"8px",marginTop:"4px",borderRadius:"4px",position:"absolute",pointerEvents:"none",backgroundColor:"white",transform:"translate(0, -10%)",border:"1px solid {colors.blue_tint}",boxShadow:'0 7.5px {units(0.75)} {units(-0.45)} {"shadow"}',transition:"opacity 200ms ease-out, transform 300ms ease-out"},dropdownContainer:{maxWidth:"100%",position:"relative",display:"inline-block",boxSizing:"border-box"},dropdownList:{margin:0,padding:0,listStyle:"none"},labelStyle:{fontSize:"14px",color:"text.primary.gray",margin:"0px 2px",position:"static"},dropdownArrow:{width:"10px",fill:"gray_60",marginLeft:"8px"},dropdownStyles:{borderWidth:0,display:"flex",outline:"none",cursor:"pointer",minWidth:"22.5px",minHeight:"22.5px",alignItems:"center",position:"relative",justifyContent:"center",background:"transparent"}},variants:{left:{true:{dropdownMenu:{left:0}}},right:{true:{dropdownMenu:{right:0}}},revertTop:{true:{dropdownMenu:{top:"-100%"}}},sideTop:{true:{dropdownMenu:{top:0}}},sideBottom:{true:{dropdownMenu:{top:"unset",bottom:0}}},leftSide:{true:{dropdownMenu:{right:"100%",marginTop:0,marginRight:"3.75px"}}},rightSide:{true:{dropdownMenu:{left:"100%",marginTop:0,marginLeft:"3.75px"}}},insideAButton:{true:{dropdownMenu:{marginRight:"2px",marginLeft:"2px"}}},entering:{true:{dropdownMenu:{opacity:1,transform:"translate(0, 0)",transition:"opacity 200ms ease-out, transform 300ms ease-out",pointerEvents:"auto"}}},exiting:{true:{dropdownMenu:{opacity:0,transform:"translate(0, -10%)",transition:"opacity 200ms ease-out, transform 300ms ease-out",pointerEvents:"none"}}},relative:{true:{dropdownContainer:{position:"relative"}}},asAButton:{true:{dropdownContainer:{marginTop:0},dropdownStyles:{margin:0}}},noSpacing:{true:{dropdownContainer:{marginBottom:0}}},absolute:{true:{dropdownContainer:{position:"absolute"}}},leftMarged:{true:{dropdownArrow:{marginLeft:"11.25px"}}},rightMarged:{true:{dropdownArrow:{marginRight:"11.25px"}}},mono:{true:{dropdownArrow:{fill:"#9B9B9B"}}},primary:{true:{dropdownArrow:{fill:"pantone_2286_C"}}},secondary:{true:{dropdownArrow:{fill:"blue_60"}}},only:{true:{dropdownStyles:{minWidth:"37.5px",height:"37.5px"}}}}},Qy={className:"flatButton",description:"Styles for the FlatButton component",slots:["buttonFlat","contentButton","loaderButton","shimmerButton"],base:{buttonFlat:{appearance:"none",borderWidth:0,height:"40px",padding:"0 16px",borderRadius:"8px",outline:0,position:"relative",fontWeight:500,fontFamily:"inherit",cursor:"pointer",boxSizing:"border-box",overflow:"hidden",display:"flex",alignItems:"center",justifyContent:"center",transition:"all 0.2s ease-in-out"},contentButton:{display:"flex",alignItems:"center",justifyContent:"center",opacity:1,transition:"opacity 0.2s",whiteSpace:"nowrap",userSelect:"none"},loaderButton:{position:"absolute",top:0,right:0,bottom:0,left:0,display:"flex",alignItems:"center",justifyContent:"center"},shimmerButton:{position:"absolute",width:"100%",height:"100%",top:0,right:0,bottom:0,left:0}},variants:{size:{small:{buttonFlat:{height:"32px",fontSize:"14px"}},medium:{buttonFlat:{height:"40px",fontSize:"16px"}},large:{buttonFlat:{height:"48px",fontSize:"18px"}}},variant:{primary:{buttonFlat:{background:"blue_80",color:"white"}},secondary:{buttonFlat:{background:"transparent",border:"1px solid {colors.green_success}",color:"green_success"}},inverse:{buttonFlat:{background:"white",color:"blue_80"}},transparent:{buttonFlat:{background:"transparent",color:"blue_80"}},mono:{buttonFlat:{background:"transparent",border:"1px solid {colors.black}",color:"black"}}},soft:{true:{buttonFlat:{background:"grayLighter"}}},square:{true:{buttonFlat:{borderRadius:"4px"}}},loading:{true:{buttonFlat:{pointerEvents:"none",opacity:.6}}},disabled:{true:{buttonFlat:{pointerEvents:"none",opacity:.5}}}}},e5={className:"formElement",description:"Styles for the Form Element component",slots:["label","elementStyle","legend","elementGroup"],base:{label:{marginBottom:"8px",display:"flex",alignItems:"center",gap:"0.25rem"},elementStyle:{display:"inline-block"},legend:{padding:0,margin:0},elementGroup:{border:0,margin:0,padding:0}},variants:{hideLabel:{true:{label:{display:"none"}}},block:{true:{elementStyle:{display:"block",width:"100%"}}}}},t5={className:"grid",description:"Styles for the Grid component",slots:["root","content"],base:{root:{width:"100%",display:"flex",flexBasis:"auto"},content:{width:"100%",flex:"1 1 0",display:"flex",boxSizing:"border-box",alignItems:"flex-start"}},variants:{fullHeight:{true:{root:{height:"100vh"},content:{height:"100%"}}},gap:{micro:{content:{gap:"0.25rem"}},small:{content:{gap:"0.5rem"}},medium:{content:{gap:"0.75rem"}},large:{content:{gap:"1rem"}},xlarge:{content:{gap:"1.5rem"}}},flexDirection:{row:{content:{flexDirection:"row"}},column:{content:{flexDirection:"column"}},rowReverse:{content:{flexDirection:"row-reverse"}},columnReverse:{content:{flexDirection:"column-reverse"}}},justifyContent:{end:{content:{justifyContent:"flex-end"}},center:{content:{justifyContent:"center"}},start:{content:{justifyContent:"flex-start"}},between:{content:{justifyContent:"space-between"}}},alignItems:{end:{content:{alignItems:"flex-end"}},center:{content:{alignItems:"center"}},stretch:{content:{alignItems:"stretch"}},start:{content:{alignItems:"flex-start"}},baseline:{content:{alignItems:"baseline"}}},flexWrap:{wrap:{content:{flexWrap:"wrap"}},noWrap:{content:{flexWrap:"nowrap"}},wrapReverse:{content:{flexWrap:"wrap-reverse"}}},spacing:{resetSpacing:{content:{marginLeft:"-gutter_small_regular_left",marginRight:"-gutter_small_regular_right",lg:{marginLeft:"-gutter_large_regular_left",marginRight:"-gutter_large_regular_right"},xl:{marginLeft:"-gutter_xlarge_regular_left",marginRight:"-gutter_xlarge_regular_right"}}},resetLargeSpacing:{content:{marginLeft:"-gutter_small_large_left",marginRight:"-gutter_small_large_right",lg:{marginLeft:"-gutter_large_large_left",marginRight:"-gutter_large_large_right"},xl:{marginLeft:"-gutter_xlarge_large_left",marginRight:"-gutter_xlarge_large_right"}}},resetMicroSpacing:{content:{marginLeft:"-gutter_small_micro_left",marginRight:"-gutter_small_micro_right",lg:{marginLeft:"-gutter_large_micro_left",marginRight:"-gutter_large_micro_right"},xl:{marginLeft:"-gutter_xlarge_micro_left",marginRight:"-gutter_xlarge_micro_right"}}},resetSmallSpacing:{content:{marginLeft:"-gutter_small_small_left",marginRight:"-gutter_small_small_right",lg:{marginLeft:"-gutter_large_small_left",marginRight:"-gutter_large_small_right"},xl:{marginLeft:"-gutter_xlarge_small_left",marginRight:"-gutter_xlarge_small_right"}}}}},defaultVariants:{flexWrap:"wrap",flexDirection:"row"}},n5={className:"icon-recipe",description:"Estilo base e variantes do componente Icon",base:{width:20},variants:{color:{mono:{fill:"black"},white:{fill:"white"},muted:{fill:"blue_40"},secondary:{fill:"blue_60"},blueLight:{fill:"blue_60"},grayLight:{fill:"gray_80"},redLight:{fill:"danger_red"},primary:{fill:"pantone_2286_C"},text:{fill:"text.primary.gray"},orangeLight:{fill:"alert_orange"},greenLight:{fill:"green_success"}},size:{micro:{width:8},huge:{width:36},small:{width:16},large:{width:24},default:{width:12}}},defaultVariants:{color:"secondary",size:"default"}},r5={className:"input",description:"Styles for the Input component",slots:["root","separator","input","loader","masked","prefixContainer"],base:{root:{width:"100%",flexWrap:"nowrap",lineHeight:"1.3px",borderRadius:"4px",position:"relative",alignItems:"center",marginBottom:"7.5px",display:"inline-flex",letterSpacing:"normal",boxSizing:"border-box"},separator:{flexShrink:0},input:{margin:0,width:"100%",border:"none",height:"auto",fontWeight:"400",borderRadius:"4px",lineHeight:"1.3px",marginBottom:"0px",fontFamily:"Poppins",fontStyle:"normal",letterSpacing:"normal",boxSizing:"border-box",background:"transparent",_focus:{outline:"none",boxShadow:"none",border:0}},loader:{position:"absolute",width:"100%",height:"100%",top:0,right:0,bottom:0,left:0},masked:{border:0,margin:0,background:"transparent",width:"100%",height:"auto",boxSizing:"border-box",_focus:{outline:"none",boxShadow:"none",border:0}},prefixContainer:{}},variants:{color:{gray:{root:{border:"1px solid {colors.gray_60}",background:"white",_hover:{background:"gray_20"},_focusWithin:{border:"1px solid {colors.blue_60}"}},input:{color:"gray_80",_placeholder:{color:"grayDarker",fontSize:"14px"}},separator:{color:"gray_80"},masked:{color:"gray_80",_placeholder:{color:"grayDarker",fontSize:"14px"}}},blue:{root:{border:"1px solid {colors.gray_60}",background:"white",_hover:{background:"gray_20"},_focusWithin:{border:"1px solid {colors.blue_60}"}},input:{color:"blue_60",_placeholder:{color:"blue_60",fontSize:"14px"}},separator:{color:"blue_60"},masked:{color:"blue_60",_placeholder:{color:"blue_60",fontSize:"14px"}}}},size:{small:{input:{fontSize:"small_micro",padding:"6px 10px"},masked:{fontSize:"small_micro",padding:"6px 10px"}},medium:{input:{fontSize:"small_small",padding:"8px 12px"},masked:{fontSize:"small_small",padding:"8px 12px"}},large:{input:{fontSize:"small_regular",padding:"10px 16px"},masked:{fontSize:"small_regular",padding:"10px 16px"}}},focusBorderless:{true:{root:{_focusWithin:{borderWidth:"0px"}}}},showOverflowEllipsis:{true:{root:{textOverflow:"ellipsis"},separator:{textOverflow:"ellipsis"},masked:{textOverflow:"ellipsis"}}},separatorPrefix:{true:{root:{marginLeft:"10px"}}},separatorSuffix:{true:{root:{marginRight:"10px"}}},removePrefixSpacing:{true:{root:{paddingLeft:"0px"}}},removeSuffixSpacing:{true:{root:{paddingRight:"0px"}}},hasPrefix:{true:{root:{paddingLeft:"10px",flexShrink:0},separator:{marginLeft:"10px"}}},hasSuffix:{true:{root:{paddingRight:"10px",flexShrink:0},separator:{marginRight:"10px"}}},noPadding:{true:{separator:{padding:0}}},inverse:{true:{root:{background:"#FFF",border:"1px solid {colors.gray_20}",color:"gray_80"}}},disabled:{true:{root:{opacity:.5,pointerEvents:"none",border:"1px solid {colors.gray_40}"}}},invalid:{true:{root:{border:"1px solid {colors.danger_red}",background:"white",borderRadius:"0.25rem",_focusWithin:{border:"1px solid {colors.danger_red}",borderRadius:"0.25rem"}}}},error:{true:{root:{border:"1px solid {colors.error}",background:"white",borderRadius:"0.25rem",_focusWithin:{border:"1px solid {colors.error}",borderRadius:"0.25rem"}}}},flat:{true:{root:{borderColor:"blue_40",background:"white"}}},borderless:{true:{root:{borderColor:"grayLight"}}},floating:{true:{root:{boxShadow:"0 1px 2px 0 rgba(0, 0, 0, 0.05)",background:"white",borderColor:"white"}}},removeMargin:{true:{root:{margin:0}}},separator:{true:{root:{width:"1px",height:"22.5px",background:"gray",flexShrink:0}}},block:{true:{root:{display:"flex",width:"100%"}}},inputDefaultPlaceholder:{true:{separator:{_placeholder:{color:"grayDarker",opacity:1,fontSize:"14px"}},masked:{_placeholder:{color:"grayDarker",opacity:1,fontSize:"14px"}}}},inpuFakeValuePlaceholder:{true:{separator:{_placeholder:{color:"grayDarker",opacity:1,fontSize:"14px"}},masked:{_placeholder:{color:"grayDarker",opacity:1,fontSize:"14px"}}}},inputInversePlaceholder:{true:{separator:{_placeholder:{color:"white",opacity:1,fontSize:"14px"}},masked:{_placeholder:{color:"white",opacity:1,fontSize:"14px"}}}}},defaultVariants:{color:"gray",size:"medium"}},o5={className:"label",description:"Styles for the label component",slots:["labelStyles","tableRow"],base:{labelStyles:{backgroundColor:"transparent",border:0,cursor:"pointer",display:"block",padding:0},tableRow:{display:"table-row"}},variants:{inline:{true:{labelStyles:{display:"inline-block",whiteSpace:"nowrap"}}},table:{true:{labelStyles:{display:"table"}}}}},i5={className:"loader",description:"Estilo base e variantes do componente Loader",base:{width:15,height:15,margin:"1.5px",backgroundColor:"white",borderRadius:"100%",display:"inline-block",animationName:"bounce",animationDuration:"1.4s",animationIterationCount:"infinite",animationTimingFunction:"ease-in-out",animationDirection:"both"},variants:{size:{small:{width:8,height:8},large:{width:30,height:30}},color:{mono:{backgroundColor:"gray_60"},primary:{backgroundColor:"blue_60"},secondary:{backgroundColor:"pantone_2286_C"},white:{backgroundColor:"#fff"}},second:{true:{animationDelay:"0.16s"}},third:{true:{animationDelay:"0.32s"}}},defaultVariants:{size:"small",color:"primary"}},a5={className:"modal",description:"Styles for the modal component",slots:["overlay","positioner","content","header","body","footer","title","description","closeButton"],base:{overlay:{position:"fixed",inset:0,background:"shadowStrongest",zIndex:999},positioner:{position:"fixed",inset:0,display:"flex",alignItems:"center",justifyContent:"center",zIndex:999,overflowY:"auto",padding:"4"},content:{position:"relative",background:"gray_0",borderRadius:"8px",boxShadow:"lg",width:"100%",display:"flex",flexDirection:"column",maxHeight:"calc(100vh - 8rem)"},header:{flexShrink:0,padding:"6",borderBottom:"1px solid",borderColor:"gray_40"},title:{fontWeight:"bold",fontSize:"xl",color:"gray_100"},description:{color:"gray_80",mt:"2"},body:{flex:1,padding:"6",overflowY:"auto"},footer:{flexShrink:0,display:"flex",justifyContent:"flex-end",gap:"3",padding:"4",borderTop:"1px solid",borderColor:"gray_40"},closeButton:{position:"absolute",top:"4",right:"4",cursor:"pointer",bg:"transparent",border:"none",fontSize:"md",color:"gray_80",_hover:{color:"gray_100"}}},variants:{size:{micro:{content:{maxWidth:"270px"}},small:{content:{maxWidth:"360px"}},default:{content:{maxWidth:"450px"}},medium:{content:{maxWidth:"600px"}},large:{content:{maxWidth:"960px"}},xLarge:{content:{maxWidth:"1440px"}}},noPadding:{true:{body:{padding:0}}},fullScreen:{true:{positioner:{padding:"0"},content:{maxWidth:"100vw",height:"100vh",maxHeight:"100vh",borderRadius:"0"}}},fullHeight:{true:{content:{height:"100%"}}}},defaultVariants:{size:"default"}},s5={className:"pagination",description:"Styles for the Pagination component",slots:["container","item","arrow"],base:{container:{display:"flex",justifyContent:"center",listStyleType:"none",margin:"8px 0"},item:{padding:"0 14px",margin:"auto 4px",height:"32px",fontSize:"13px",color:"#461CDC",lineHeight:"1.43",textAlign:"center",letterSpacing:"0.01071em",display:"flex",alignItems:"center",boxSizing:"border-box",borderRadius:"16px",minWidth:"32px",_hover:{backgroundColor:"rgba(0, 0, 0, 0.04)",cursor:"pointer"}},arrow:{_before:{position:"relative",content:'""',display:"inline-block",width:"0.4em",height:"0.4em",borderRight:"0.12em solid #461CDC",borderTop:"0.12em solid #461CDC"}}},variants:{selected:{true:{item:{backgroundColor:"#461CDC",color:"#fff",_hover:{backgroundColor:"#461CDC"}}}},dots:{true:{item:{_hover:{backgroundColor:"transparent",cursor:"default"}}}},direction:{left:{arrow:{transform:"rotate(-135deg) translate(-50%)"}},right:{arrow:{transform:"rotate(45deg)"}}},disabled:{true:{item:{pointerEvents:"none",_hover:{backgroundColor:"transparent",cursor:"default"}},arrow:{}}}}},u5={className:"popover",description:"Styles for the Popover component",slots:["content","arrow","closeButton"],base:{content:{padding:"16px",backgroundColor:"white",borderRadius:"4px",boxShadow:" 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",color:"black",fontFamily:"Poppins",fontSize:"14px",fontWeight:"500",minWidth:"180px",zIndex:99},arrow:{fill:"white"},closeButton:{all:"unset",position:"absolute",top:"8px",right:"8px",backgroundColor:"transparent",cursor:"pointer",color:"gray_60",fontSize:"16px",lineHeight:"16px",fontWeight:"500",_hover:{opacity:.8}}},variants:{}},l5={className:"select",description:"Styles for the select component",slots:["selectStyle","separator","selectPrefix","selectSuffix"],base:{separator:{width:1,height:24,background:"gray_60",flexShrink:0},selectPrefix:{paddingLeft:10,flexShrink:0},selectSuffix:{paddingRight:10,flexShrink:0},selectStyle:{width:"100%",minHeight:40,lineHeight:1.3,color:"gray_60",marginBottom:8,flexWrap:"nowrap",background:"#FFF",borderRadius:"4px",position:"relative",alignItems:"center",display:"inline-flex",letterSpacing:"normal",boxSizing:"border-box",fontSize:"small_regular",border:"1px solid {colors.gray_60}","&:focus-within":{borderRadius:4,background:"white",border:"1px solid {colors.blue_60}"}}},variants:{prefix:{true:{separator:{marginLeft:10}}},suffix:{true:{separator:{marginRight:10},selectPrefix:{paddingRight:10,flexShrink:0}}},removePrefixSpacing:{true:{separator:{marginLeft:0},selectPrefix:{padding:0}}},removeSuffixSpacing:{true:{separator:{marginRight:0},selectSuffix:{padding:0}}},inverse:{true:{selectStyle:{background:"white"}}},removeMargins:{true:{selectStyle:{margin:0}}},primary:{true:{selectStyle:{color:"blue_60",svg:{color:"blue_60"}}}},focusBorderless:{true:{selectStyle:{"&:focus-within":{borderWidth:0}}}},insidePrefix:{true:{selectStyle:{height:38}}},insideSuffix:{true:{selectStyle:{height:38}}},disabled:{true:{selectStyle:{background:"gray_20",border:"1px solid {colors.gray_20}",borderRadius:4,color:"gray_40","&::placeholder":{fontSize:"14px",color:"gray_20",lineHeight:"20px"}}}},invalid:{true:{selectStyle:{border:"1px solid {colors.danger_red}",background:"white",borderRadius:4,"&:focus":{border:"1px solid {colors.danger_red}",background:"white",borderRadius:4}}}},flat:{true:{selectStyle:{borderColor:"blue_20",background:"white"}}},floating:{true:{selectStyle:{borderColor:"white",background:"white"}}},small:{true:{selectStyle:{color:"gray_80",fontSize:"small_small",letterSpacing:"normal",lineHeight:1.4,height:32}}}}},c5={className:"separator",description:"Styles for the Separator component",base:{flexShrink:0,background:"gray_80"},variants:{orientation:{horizontal:{height:"1px",width:"100%"},vertical:{height:"100%",width:"1px"}},color:{gray40:{backgroundColor:"gray_40"}},marginHorizontal:{micro:{margin:"4px 0"},small:{margin:"8px 0"},medium:{margin:"16px 0"},large:{margin:"32px 0"},xLarge:{margin:"64px 0"}},marginVertical:{micro:{margin:"0 4px"},small:{margin:"0 8px"},medium:{margin:"0 16px"},large:{margin:"0 32px"},xLarge:{margin:"0 64px"}}},defaultVariants:{orientation:"horizontal"}},d5={className:"switchRecipe",description:"Styles for the Switch component",slots:["root","thumb","container","content","label","subtitle"],base:{root:{all:"unset",width:"30px",height:"14px",marginTop:"5px",backgroundColor:"#a6a6a6",borderRadius:"10px",position:"relative",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",transition:"all ",_focusVisible:{outline:"2px solid transparent",outlineOffset:"2px",focusRingWidth:"2",focusRingColor:"ring",focusRingOffsetWidth:"2"},_disabled:{cursor:"not-allowed",pointerEvents:"none"},"&[data-state=unchecked]":{bg:"gray_80",_hover:{bg:"gray_100"},_disabled:{bg:"gray_60"}}},thumb:{display:"block",width:"10px",height:"10px",backgroundColor:"white",borderRadius:"10px",transition:"transform 100ms",transform:"translateX(2px)",willChange:"transform",'&[data-state="checked"]':{transform:"translateX(1.1875rem)"}},container:{display:"flex",alignItems:"flex-start",gap:"8px"},content:{display:"flex",flexDirection:"column"},label:{color:"#323232",fontFamily:"Poppins",fontSize:"14px",fontStyle:"normal",fontWeight:400,lineHeight:"20px"},subtitle:{color:"#a6a6a6",fontFamily:"Poppins",fontSize:"12px",fontStyle:"normal",fontWeight:"400",lineHeight:"16px"}},variants:{variant:{primary:{root:{"&[data-state=checked]":{bg:"blue_60",_hover:{bg:"blue_80"},_disabled:{bg:"blue_40"}}}},secondary:{root:{"&[data-state=checked]":{bg:"pantone_2286_C",_hover:{bg:"pantone_2286_C"},_disabled:{bg:"pantone_2286_C",opacity:.5}}}}}},defaultVariants:{variant:"primary"}},f5={className:"tabsSlot",description:"Styles for the Tabs component",slots:["root","list","trigger","content"],base:{list:{flexShrink:0,display:"flex",borderBottom:"1px solid #F0F0F0"},trigger:{all:"unset",height:"45px",display:"flex",fontSize:"15px",color:"gray_80",padding:"0 12px",lineHeight:"1px",userSelect:"none",alignItems:"center",fontFamily:"Poppins",backgroundColor:"white",justifyContent:"center","&:first-child":{borderTopLeftRadius:6},"&:last-child":{borderTopRightRadius:6},_hover:{backgroundColor:"blue_tint",color:"blue_60",cursor:"pointer"},_disabled:{opacity:.25,color:"gray_80",cursor:"not-allowed !important",textDecoration:"none",pointerEvents:"none"},'&[data-state="active"]':{color:"blue_60",boxShadow:"inset 0 -1px 0 0 currentColor, 0 1px 0 0 currentColor",_disabled:{opacity:.25,color:"blue_40",cursor:"not-allowed !important",textDecoration:"none",pointerEvents:"none"},_hover:{backgroundColor:"blue_tint",cursor:"pointer"}}},content:{flexGrow:1,padding:"1.25rem 0.25rem",backgroundColor:"white",borderBottomLeftRadius:"6px",borderBottomRightRadius:"6px",outline:"none"},root:{display:"flex",flexDirection:"column"}},variants:{btnIcon:{true:{trigger:{display:"flex",padding:"0px 20px",alignItems:"center",svg:{marginRight:"8px"}}}}}},p5={className:"tagRecipe",description:"Estilo base e variantes do componente Tag",base:{display:"inline-flex",background:"gray_100",alignItems:"center",margin:"0px 8px",padding:"4.4px 8px",width:"auto",color:"white"},variants:{shape:{rounded:{borderRadius:16},squared:{borderRadius:4}},border:{primary:{borderWidth:"1px",borderStyle:"solid",borderColor:"text.primary.blue"}},size:{default:{padding:"2px 6px",fontSize:10},large:{padding:"4px 12px",fontSize:12}},icon:{true:{gap:8}},color:{blue:{backgroundColor:"blue_60"},gray:{backgroundColor:"gray_100"},orange:{backgroundColor:"alert_orange"},red:{backgroundColor:"danger_red"},green:{backgroundColor:"green_success"},blueLight:{backgroundColor:"blue_tint",color:"blue_60",fill:"red !important"},grayLight:{backgroundColor:"gray_20",color:"gray_80",fill:"red !important"},orangeLight:{backgroundColor:"orange_tint",color:"alert_orange",fill:"red !important"},redLight:{backgroundColor:"red_tint",color:"danger_red"},greenLight:{backgroundColor:"green_tint",color:"green_success",fill:"red !important"}},noSpacing:{true:{margin:0}}},defaultVariants:{color:"blue",size:"default",shape:"rounded"}},h5={className:"textArea",description:"The styles for the TextArea component, aligned with Input",slots:["root","textarea"],base:{root:{width:"100%",flexWrap:"nowrap",lineHeight:"1.3px",borderRadius:"4px",position:"relative",alignItems:"stretch",marginBottom:"7.5px",display:"inline-flex",letterSpacing:"normal",boxSizing:"border-box",transition:"background 0.2s ease, border-color 0.2s ease"},textarea:{margin:0,width:"100%",border:"none",minHeight:"76px",cursor:"pointer",fontWeight:"400",borderRadius:"4px",lineHeight:"1.5",fontFamily:"Poppins",fontStyle:"normal",letterSpacing:"normal",boxSizing:"border-box",background:"transparent",padding:"8px 12px",_focus:{outline:"none",boxShadow:"none"}}},variants:{color:{gray:{root:{border:"1px solid {colors.gray_60}",background:"white",_hover:{background:"gray_20"},_focusWithin:{border:"1px solid {colors.blue_60}"}},textarea:{color:"gray_80",_placeholder:{color:"grayDarker",fontSize:"14px"}}},blue:{root:{border:"1px solid {colors.gray_60}",background:"white",_hover:{background:"gray_20"},_focusWithin:{border:"1px solid {colors.blue_60}"}},textarea:{color:"blue_60",_placeholder:{color:"blue_60",fontSize:"14px"}}}},size:{small:{textarea:{fontSize:"small_micro",padding:"6px 10px"}},medium:{textarea:{fontSize:"small_small",padding:"8px 12px"}},large:{textarea:{fontSize:"small_regular",padding:"10px 16px"}}},disabled:{true:{root:{opacity:.5,pointerEvents:"none",border:"1px solid {colors.gray_40}",background:"{colors.white}"}}},invalid:{true:{root:{border:"1px solid {colors.danger_red}",background:"white",_focusWithin:{border:"1px solid {colors.danger_red}"}}}},borderless:{true:{root:{border:"1px solid transparent",_hover:{border:"1px solid {colors.gray_20}"},_focusWithin:{border:"1px solid {colors.blue_60}"}}}},inverse:{true:{root:{background:"#FFF",border:"1px solid {colors.gray_20}",color:"gray_80"}}},removeMargins:{true:{root:{margin:0}}},showOverflowEllipsis:{true:{textarea:{textOverflow:"ellipsis"}}},showFakeValuePlaceholder:{true:{textarea:{_placeholder:{color:"grayDarker",opacity:1}}}}},defaultVariants:{color:"gray",size:"medium"}},g5={className:"title",description:"Styles for the Title component",slots:["titleStyle","titleHeader"],base:{titleStyle:{margin:0,display:"block",fontWeight:"bold",padding:"16px 0px",color:"grayDarker",lineHeight:"short",textAlign:"inherit",wordWrap:"break-word",letterSpacing:"normal",fontFamily:"Poppins"},titleHeader:{margin:0,padding:0,display:"flex",fontSize:"font_size_md",color:"inherit",alignItems:"center",lineHeight:"inherit",fontWeight:"inherit"}},variants:{color:{gray:{titleStyle:{color:"gray_0"}},gray30:{titleStyle:{color:"gray_40"}},gray60:{titleStyle:{color:"gray_60"}},gray80:{titleStyle:{color:"gray_80"}},inverse:{titleStyle:{color:"white"}},mono:{titleStyle:{true:{color:"black"}}},muted:{titleStyle:{true:{color:"gray_40"}}},negative:{titleStyle:{true:{color:"error"}}},primary:{titleStyle:{true:{color:"blue_80"}}},positive:{titleStyle:{true:{color:"green_success"}}},secondary:{titleStyle:{true:{color:"green_success"}}}},alternativeFont:{true:{titleStyle:{fontFamily:"Poppins"}}},fontMontserrat:{true:{titleStyle:{fontFamily:"Montserrat",fontFeatureSettings:"'pnum' on, 'lnum' on"}}},textAlign:{center:{titleStyle:{true:{textAlign:"center"}}},right:{titleStyle:{true:{textAlign:"right"}}},left:{titleStyle:{true:{textAlign:"left"}}}},level:{1:{titleStyle:{true:{fontSize:"font_size_2xl"}}},2:{titleStyle:{true:{fontSize:"font_size_xl"}}},3:{titleStyle:{true:{fontSize:"font_size_lg"}}},4:{titleStyle:{true:{fontSize:"small_title4"}}},5:{titleStyle:{true:{fontSize:"font_size_md"}}},6:{titleStyle:{true:{fontSize:"font_size_sm"}}}},fontWeight:{light:{titleStyle:{true:{fontWeight:"light"}}},regular:{titleStyle:{true:{fontWeight:"normal"}}}},lineHeight:{short:{titleStyle:{true:{lineHeight:"shorter"}}},tall:{titleStyle:{true:{lineHeight:"tall"}}}},noBottomSpacing:{true:{titleStyle:{paddingBottom:0}}},noTopSpacing:{true:{titleStyle:{paddingTop:0}}},noSpacing:{true:{titleStyle:{padding:0}}},truncate:{true:{titleStyle:{width:"100%",overflow:"hidden",whiteSpace:"nowrap",display:"inline-block",textOverflow:"ellipsis"},titleHeader:{width:"100%",overflow:"hidden",whiteSpace:"nowrap",display:"inline-block",textOverflow:"ellipsis"}}},inline:{true:{titleStyle:{display:"inline-block"}}},size:{micro:{titleHeader:{fontSize:"font_size_xs"}},small:{titleHeader:{fontSize:"font_size_sm"}},normal:{titleHeader:{fontSize:"font_size_md"}},medium:{titleHeader:{fontSize:"font_size_lg"}},large:{titleHeader:{fontSize:"font_size_xl"}},xLarge:{titleHeader:{fontSize:"font_size_2xl"}}},block:{true:{titleHeader:{display:"block"}}},flex:{true:{titleHeader:{display:"flex"}}}}},m5={className:"tooltip",description:"Styles for the Tooltip component",slots:["root","trigger","content","arrow"],base:{content:{zIndex:50,overflow:"hidden",rounded:"4px",bg:"surface.strong.gray",padding:"4px 10px",py:"1.5",textStyle:"sm",color:"white",shadow:"md",animateIn:!0,fadeIn:0,zoomIn:95,"&[data-state=closed]":{animateOut:!0,fadeOut:0,zoomOut:95},"&[data-side=top]":{slideInFromBottom:"2"},"&[data-side=bottom]":{slideInFromTop:"2"},"&[data-side=left]":{slideInFromRight:"2"},"&[data-side=right]":{slideInFromLeft:"2"}},arrow:{fill:"surface.strong.gray"}}},v5={className:"visibility",description:"Styles for the Visibility component",slots:["container"],base:{container:{display:"block"}},variants:{hidden:{true:{container:{display:"none"}}}}},b5={className:"wrapper",description:"Estilo base e variantes do componente Wrapper",base:{boxSizing:"border-box",width:"100%",paddingInlineStart:"1.5rem",paddingInlineEnd:"1.5rem","@large":{paddingInlineStart:"4rem",paddingInlineEnd:"4rem"}},variants:{container:{true:{marginInlineStart:"auto",marginInlineEnd:"auto",alignSelf:"center"}},size:{default:{maxWidth:"1440px"},micro:{maxWidth:"800px"},small:{maxWidth:"1200px"},large:{maxWidth:"1800px"}},fullHeight:{true:{height:"100vh"}},gray:{true:{backgroundColor:"gray_20"}},spacing:{large:{paddingInlineStart:"3rem",paddingInlineEnd:"3rem","@large":{paddingInlineStart:"6rem",paddingInlineEnd:"6rem"}},small:{paddingInlineStart:"1rem",paddingInlineEnd:"1rem","@large":{paddingInlineStart:"3rem",paddingInlineEnd:"3rem"}},micro:{paddingInlineStart:"0.5rem",paddingInlineEnd:"0.5rem","@large":{paddingInlineStart:"1.5rem",paddingInlineEnd:"1.5rem"}},none:{padding:0,"@large":{padding:0}}},verticalSpacing:{large:{paddingBlockStart:"5rem",paddingBlockEnd:"5rem"},small:{paddingBlockStart:"1rem",paddingBlockEnd:"1rem"},micro:{paddingBlockStart:"8px",paddingBlockEnd:"8px"},default:{paddingBlockStart:"2.5rem",paddingBlockEnd:"2.5rem"}},relative:{true:{position:"relative"}}},defaultVariants:{size:"default",spacing:"none",verticalSpacing:"default"}},y5={transform(e){return{"@media (max-width: 743px)":{width:`${e/12*100}%`}}}},C5={transform(e){return{"@media (max-width: 1127px)":{width:`${e/12*100}%`}}}},x5={transform(e){return{"@media (min-width: 1127px)":{width:`${e/12*100}%`}}}},w5={transform(e){return{"@media (min-width: 1439px)":{width:`${e/12*100}%`}}}},S5={className:"text-recipe",base:{margin:0,padding:0,display:"block",fontFamily:"Poppins",fontWeight:"normal",wordWrap:"break-word",letterSpacing:"normal",fontSize:"font_size_md",color:"text.primary.gray",fontVariantNumeric:"lining-nums proportional-nums"},variants:{textAlign:{right:{textAlign:"right"},center:{textAlign:"center"},left:{textAlign:"left"}},textDecoration:{underline:{textDecoration:"underline"}},fontMontserrat:{true:{fontFamily:"Montserrat",fontFeatureSettings:"'pnum' on, 'lnum' on"}},error:{true:{color:"{colors.danger_red} !important",fontSize:"font_size_sm",fontStyle:"normal",fontWeight:"500",lineHeight:"16px"}},size:{xxLarge:{fontSize:"font_size_2xl"},xLarge:{fontSize:"font_size_xl"},large:{fontSize:"font_size_lg"},regular:{fontSize:"font_size_md"},medium:{fontSize:"font_size_md_sm"},small:{fontSize:"font_size_sm"},micro:{fontSize:"font_size_xs"}},fontWeight:{bold:{fontWeight:"bold"},light:{fontWeight:"light"},semibold:{fontWeight:"semibold"}},color:{mono:{color:"black"},gray:{color:"gray_80"},blue:{color:"blue_60"},inverse:{color:"white"},light:{color:"gray_60"},muted:{color:"gray_40"},secondary:{color:"text.secondary.gray"},primary:{color:"text.primary.gray"},positive:{color:"green_success"}},lineHeight:{tall:{lineHeight:"tall"},short:{lineHeight:"short"}},inline:{true:{display:"inline-block"}},nowrap:{true:{whiteSpace:"nowrap"}},disabled:{true:{opacity:.5}},collapsed:{true:{lineClamp:1,WebkitLineClamp:1,overflow:"hidden",display:"-webkit-box",textOverflow:"ellipsis",WebkitBoxOrient:"vertical"}},header:{true:{margin:0,padding:0,display:"flex",fontSize:"1rem",color:"inherit",alignItems:"center",lineHeight:"inherit",fontWeight:"inherit"}}},defaultVariants:{size:"regular",color:"gray"}},I5=vr.colors({transparent:{value:"transparent"},current:{value:"currentColor"},black:{value:"#0a0a0a"},white:{value:"#fefefe"},pantone_black_6c:{value:"#000023"},pantone_2369_c:{value:"#461CDC"},pantone_2286_C:{value:"#6BFF50"},pantone_421_U:{value:"#BFBFBF"},pantone_cool_gray_2_u:{value:"#F2F2F2"},pantone_000_C:{value:"#FFFFFF"},gray_0:{value:"{colors.pantone_000_C}"},gray_20:{value:"#F7F7F7"},gray_40:{value:"{colors.pantone_cool_gray_2_u}"},gray_60:{value:"{colors.pantone_421_U}"},gray_80:{value:"#808080"},gray_100:{value:"#404040"},grayDarkest:{value:"#202020"},grayLighter:{value:"#FAFAFD"},blue_0:{value:"#F2F6FF"},blue_20:{value:"#E0E8FF"},blue_40:{value:"#A3B8FF"},blue_60:{value:"{colors.pantone_2369_c}"},blue_80:{value:"#1C1C7A"},blue_100:{value:"{colors.pantone_black_6c}"},danger_red:{value:"#F45D4D"},alert_orange:{value:"#FF9800"},green_success:{value:"#34A853"},blue_informative:{value:"{colors.blue_60}"},red_tint:{value:"#FDF3F2"},blue_tint:{value:"#F2F6FF"},green_tint:{value:"#E9FFE7"},orange_tint:{value:"#FFF9E4"},sky_cyan:{value:"#00ACC1"},soft_blue:{value:"#6A5FFF"},blush_pink:{value:"#FF8FB1"},deep_purple:{value:"#8E24AA"},warm_yellow:{value:"#FFCA28"},earth_brown:{value:"#795548"},charcoal_gray:{value:"#616161"},crimson_red:{value:"{colors.danger_red}"},lime_green:{value:"{colors.pantone_2286_C}"},forest_green:{value:"{colors.green_success}"},vibrant_orange:{value:"{colors.alert_orange}"},indigo_blue:{value:"{colors.blue_informative}"},complementary_background:{value:"{colors.pantone_421_U}"},interactive_hover:{value:"{colors.pantone_cool_gray_2_u} "},shadow:{value:"rgba(0, 0, 0, .2)"},shadowWeakest:{value:"rgba(0, 0, 0, .035)"},shadowWeaker:{value:"rgba(0, 0, 0, .055)"},shadowWeak:{value:"rgba(0, 0, 0, .1)"},shadowStrong:{value:"rgba(0, 0, 0, .3)"},shadowStronger:{value:"rgba(0, 0, 0, .5)"},shadowStrongest:{value:"rgba(0, 0, 0, .7)"},fog:{value:"rgba(255, 255, 255, .2)"},fogWeakest:{value:"rgba(255, 255, 255, .075)"},fogWeaker:{value:"rgba(255, 255, 255, .1)"},fogWeak:{value:"rgba(255, 255, 255, .15)"},fogStrong:{value:"rgba(255, 255, 255, .3)"},fogStronger:{value:"rgba(255, 255, 255, .5)"},fogStrongest:{value:"rgba(255, 255, 255, .7)"},error:{value:"#FF594C"}}),A5=Ly.colors({text:{primary:{blue:{value:"{colors.blue_60}"},gray:{value:"{colors.gray_100}"},white:{value:"{colors.gray_0}"}},secondary:{gray:{value:"{colors.gray_80}"},orange:{value:"{colors.alert_orange}"},red:{value:"{colors.danger_red}"},green:{value:"{colors.green_success}"}}},border:{gray:{light:{value:"{colors.gray_60} "},lighter:{value:"{colors.gray_40} "}},blue:{DEFAULT:{value:"{colors.blue_60}"}}},surface:{strong:{blue:{value:"{colors.blue_60}"},gray:{value:"{colors.gray_100}"},red:{value:"{colors.danger_red}"},green:{value:"{colors.green_success}"},orange:{value:"{colors.alert_orange}"}},light:{gray:{value:"{colors.gray_20}"},red:{value:"{colors.red_tint}"},white:{value:"{colors.gray_0}"},blue:{value:"{colors.blue_tint}"},green:{value:"{colors.green_tint}"},orange:{value:"{colors.orange_tint}"},blue_moderate:{value:"{colors.blue_20}"}}},icon:{gray:{value:"{colors.gray_80}"},blue:{value:"{colors.blue_60}"},white:{value:"{colors.gray_0}"},red:{value:"{colors.danger_red}"},green:{value:"{colors.green_success}"},orange:{value:"{colors.alert_orange}"}}}),E5=vr.fontSizes({small_title1:{value:"32px"},small_title2:{value:"26px"},small_title3:{value:"21px"},small_title4:{value:"18px"},small_title5:{value:"16px"},small_title6:{value:"14px"},small_large:{value:"18px"},small_regular:{value:"16px"},small_small:{value:"14px"},small_micro:{value:"12px"},large_title1:{value:"34px"},large_title2:{value:"29px"},large_title3:{value:"23px"},large_title4:{value:"24px"},large_title5:{value:"16px"},large_title6:{value:"14px"},large_large:{value:"18px"},large_regular:{value:"16px"},large_small:{value:"14px"},large_micro:{value:"12px"},font_size_xs:{value:"10px"},font_size_sm:{value:"12px"},font_size_md_sm:{value:"14px"},font_size_md:{value:"16px"},font_size_lg:{value:"20px"},font_size_xl:{value:"24px"},font_size_2xl:{value:"32px"}}),P5=vr.fontWeights({bold:{value:600},light:{value:300},normal:{value:400},semibold:{value:500}}),R5={shimmer:{"0%":{opacity:1},"50%":{opacity:.5},"100% ":{opacity:1}},slideUp:{from:{height:"45px"},to:{height:0}},bounce:{"0%, 80%, 100%":{transform:"scale(0)"},"40%":{transform:"scale(1.0)"}},slideLeftAndFade:{"0%":{opacity:0,transform:"translateX(2px)"},"100%":{opacity:1,transform:"translateX(0)"}},slideDownAndFade:{"0%":{opacity:0,transform:"translateY(-2px)"},"100%":{opacity:1,transform:"translateY(0)"}},slideRightAndFade:{"0%":{opacity:0,transform:"translateX(-2px)"},"100%":{opacity:1,transform:"translateX(0)"}},slideUpAndFade:{"0%":{opacity:0,transform:"translateY(2px)"},"100%":{opacity:1,transform:"translateY(0)"}},slideDown:{from:{height:0},to:{height:"45px"}},slideDownJsonEditor:{from:{height:0},to:{height:"610px"}},slideUpJsonEditor:{from:{height:"610px"},to:{height:0}},overlayShow:{"0%":{opacity:0},"100%":{opacity:1}},contentShow:{"0%":{opacity:0,transform:"translate(-50%, -48%) scale(.96)"},"100%":{opacity:1,transform:"translate(-50%, -50%) scale(1)"}}},T5=vr.lineHeights({regular:{value:1.4},short:{value:1.125},shorter:{value:1},tall:{value:1.6}}),O5=vr.spacing({gutter_small_micro_top:{value:"4px"},gutter_small_micro_right:{value:"4px"},gutter_small_micro_bottom:{value:"4px"},gutter_small_micro_left:{value:"4px"},gutter_small_small_top:{value:"8px"},gutter_small_small_right:{value:"8px"},gutter_small_small_bottom:{value:"8px"},gutter_small_small_left:{value:"8px"},gutter_small_regular_top:{value:"16px"},gutter_small_regular_right:{value:"16px"},gutter_small_regular_bottom:{value:"16px"},gutter_small_regular_left:{value:"16px"},gutter_small_large_top:{value:"16px"},gutter_small_large_right:{value:"16px"},gutter_small_large_bottom:{value:"16px"},gutter_small_large_left:{value:"16px"},gutter_medium_micro_top:{value:"4px"},gutter_medium_micro_right:{value:"4px"},gutter_medium_micro_bottom:{value:"4px"},gutter_medium_micro_left:{value:"4px"},gutter_medium_small_top:{value:"8px"},gutter_medium_small_right:{value:"8px"},gutter_medium_small_bottom:{value:"8px"},gutter_medium_small_left:{value:"8px"},gutter_medium_regular_top:{value:"8px"},gutter_medium_regular_right:{value:"8px"},gutter_medium_regular_bottom:{value:"8px"},gutter_medium_regular_left:{value:"8px"},gutter_medium_large_top:{value:"16px"},gutter_medium_large_right:{value:"16px"},gutter_medium_large_bottom:{value:"16px"},gutter_medium_large_left:{value:"16px"},gutter_large_small_right:{value:"8px"},gutter_large_small_left:{value:"8px"},gutter_large_small_top:{value:"8px"},gutter_large_small_bottom:{value:"8px"},gutter_large_micro_top:{value:"4px"},gutter_large_micro_right:{value:"4px"},gutter_large_micro_bottom:{value:"4px"},gutter_large_micro_left:{value:"4px"},gutter_large_small:{value:"8px"},gutter_large_regular_top:{value:"8px"},gutter_large_regular_right:{value:"8px"},gutter_large_regular_bottom:{value:"8px"},gutter_large_regular_left:{value:"8px"},gutter_large_large_top:{value:"16px"},gutter_large_large_right:{value:"16px"},gutter_large_large_bottom:{value:"16px"},gutter_large_large_left:{value:"16px"},gutter_xlarge_micro_top:{value:"4px"},gutter_xlarge_micro_right:{value:"4px"},gutter_xlarge_micro_bottom:{value:"4px"},gutter_xlarge_micro_left:{value:"4px"},gutter_xlarge_small_top:{value:"8px"},gutter_xlarge_small_right:{value:"8px"},gutter_xlarge_small_bottom:{value:"8px"},gutter_xlarge_small_left:{value:"8px"},gutter_xlarge_regular_top:{value:"16px"},gutter_xlarge_regular_right:{value:"16px"},gutter_xlarge_regular_bottom:{value:"16px"},gutter_xlarge_regular_left:{value:"16px"},gutter_xlarge_large_top:{value:"16px"},gutter_xlarge_large_right:{value:"16px"},gutter_xlarge_large_bottom:{value:"16px"},gutter_xlarge_large_left:{value:"16px"}}),_5={name:"auroraPreset",utilities:{extend:{small:y5,large:x5,medium:C5,xlarge:w5}},staticCss:{css:[{properties:{large:[1,2,3,4,5,6,7,8,9,10,11,12],medium:[1,2,3,4,5,6,7,8,9,10,11,12],small:[1,2,3,4,5,6,7,8,9,10,11,12],xlarge:[1,2,3,4,5,6,7,8,9,10,11,12]}}]},globalVars:{"--font-poppins":"Poppins, sans-serif","--font-montserrat":"Montserrat Variable, monospace"},theme:{semanticTokens:{colors:A5},extend:{breakpoints:{sm:"640px",md:"1127px",lg:"1024px",xl:"1280px","2xl":"1536px"},recipes:{tagRecipe:p5,textRecipe:S5,icon:n5,block:Hy,clickableRecipe:qy,loader:i5,separator:c5,anchor:By,cell:zy,blanketRecipe:Wy,wrapperRecipe:b5},slotRecipes:{visibilitySlot:v5,avatar:ky,tooltip:m5,dialog:Uy,drawerSlot:Jy,modalSlot:a5,flatButtonSlot:Qy,gridSlot:t5,popover:u5,tabsSlot:f5,switchSlot:d5,accordionSlot:jy,input:r5,formElement:e5,dropdown:Ky,select:l5,avatarGroup:Gy,boxGroupSlot:$y,checkBoxSlot:Yy,button:Zy,labelSlot:o5,titleSlot:g5,paginationSlot:s5,breadcrumbSlot:Xy,textAreaSlot:h5},keyframes:R5,tokens:{colors:I5,spacing:O5,fontSizes:E5,fontWeights:P5,lineHeights:T5,fonts:{Montserrat:{value:"var(--font-montserrat)"},Poppins:{value:"var(--font-poppins)"}}}}}};function M5(e,t){const n=C.createContext(t),r=i=>{const{children:a,...s}=i,u=C.useMemo(()=>s,Object.values(s));return v.jsx(n.Provider,{value:u,children:a})};r.displayName=e+"Provider";function o(i){const a=C.useContext(n);if(a)return a;if(t!==void 0)return t;throw new Error(`\`${i}\` must be used within \`${e}\``)}return[r,o]}function ft(e,t=[]){let n=[];function r(i,a){const s=C.createContext(a),u=n.length;n=[...n,a];const l=d=>{var b;const{scope:f,children:p,...g}=d,h=((b=f==null?void 0:f[e])==null?void 0:b[u])||s,m=C.useMemo(()=>g,Object.values(g));return v.jsx(h.Provider,{value:m,children:p})};l.displayName=i+"Provider";function c(d,f){var h;const p=((h=f==null?void 0:f[e])==null?void 0:h[u])||s,g=C.useContext(p);if(g)return g;if(a!==void 0)return a;throw new Error(`\`${d}\` must be used within \`${i}\``)}return[l,c]}const o=()=>{const i=n.map(a=>C.createContext(a));return function(s){const u=(s==null?void 0:s[e])||i;return C.useMemo(()=>({[`__scope${e}`]:{...s,[e]:u}}),[s,u])}};return o.scopeName=e,[r,V5(o,...t)]}function V5(...e){const t=e[0];if(e.length===1)return t;const n=()=>{const r=e.map(o=>({useScope:o(),scopeName:o.scopeName}));return function(i){const a=r.reduce((s,{useScope:u,scopeName:l})=>{const d=u(i)[`__scope${l}`];return{...s,...d}},{});return C.useMemo(()=>({[`__scope${t.scopeName}`]:a}),[a])}};return n.scopeName=t.scopeName,n}function Hc(e,t){if(typeof e=="function")return e(t);e!=null&&(e.current=t)}function Bh(...e){return t=>{let n=!1;const r=e.map(o=>{const i=Hc(o,t);return!n&&typeof i=="function"&&(n=!0),i});if(n)return()=>{for(let o=0;o<r.length;o++){const i=r[o];typeof i=="function"?i():Hc(e[o],null)}}}}function _e(...e){return C.useCallback(Bh(...e),e)}var or=C.forwardRef((e,t)=>{const{children:n,...r}=e,o=C.Children.toArray(n),i=o.find(D5);if(i){const a=i.props.children,s=o.map(u=>u===i?C.Children.count(a)>1?C.Children.only(null):C.isValidElement(a)?a.props.children:null:u);return v.jsx(nu,{...r,ref:t,children:C.isValidElement(a)?C.cloneElement(a,void 0,s):null})}return v.jsx(nu,{...r,ref:t,children:n})});or.displayName="Slot";var nu=C.forwardRef((e,t)=>{const{children:n,...r}=e;if(C.isValidElement(n)){const o=N5(n),i=F5(r,n.props);return n.type!==C.Fragment&&(i.ref=t?Bh(t,o):o),C.cloneElement(n,i)}return C.Children.count(n)>1?C.Children.only(null):null});nu.displayName="SlotClone";var kh=({children:e})=>v.jsx(v.Fragment,{children:e});function D5(e){return C.isValidElement(e)&&e.type===kh}function F5(e,t){const n={...t};for(const r in t){const o=e[r],i=t[r];/^on[A-Z]/.test(r)?o&&i?n[r]=(...s)=>{i(...s),o(...s)}:o&&(n[r]=o):r==="style"?n[r]={...o,...i}:r==="className"&&(n[r]=[o,i].filter(Boolean).join(" "))}return{...e,...n}}function N5(e){var r,o;let t=(r=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:r.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?e.ref:(t=(o=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:o.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}function Gh(e){const t=e+"CollectionProvider",[n,r]=ft(t),[o,i]=n(t,{collectionRef:{current:null},itemMap:new Map}),a=p=>{const{scope:g,children:h}=p,m=M.useRef(null),b=M.useRef(new Map).current;return v.jsx(o,{scope:g,itemMap:b,collectionRef:m,children:h})};a.displayName=t;const s=e+"CollectionSlot",u=M.forwardRef((p,g)=>{const{scope:h,children:m}=p,b=i(s,h),y=_e(g,b.collectionRef);return v.jsx(or,{ref:y,children:m})});u.displayName=s;const l=e+"CollectionItemSlot",c="data-radix-collection-item",d=M.forwardRef((p,g)=>{const{scope:h,children:m,...b}=p,y=M.useRef(null),w=_e(g,y),I=i(l,h);return M.useEffect(()=>(I.itemMap.set(y,{ref:y,...b}),()=>void I.itemMap.delete(y))),v.jsx(or,{[c]:"",ref:w,children:m})});d.displayName=l;function f(p){const g=i(e+"CollectionConsumer",p);return M.useCallback(()=>{const m=g.collectionRef.current;if(!m)return[];const b=Array.from(m.querySelectorAll(`[${c}]`));return Array.from(g.itemMap.values()).sort((I,S)=>b.indexOf(I.ref.current)-b.indexOf(S.ref.current))},[g.collectionRef,g.itemMap])}return[{Provider:a,Slot:u,ItemSlot:d},f,r]}function me(e,t,{checkForDefaultPrevented:n=!0}={}){return function(o){if(e==null||e(o),n===!1||!o.defaultPrevented)return t==null?void 0:t(o)}}function ut(e){const t=C.useRef(e);return C.useEffect(()=>{t.current=e}),C.useMemo(()=>(...n)=>{var r;return(r=t.current)==null?void 0:r.call(t,...n)},[])}function Ft({prop:e,defaultProp:t,onChange:n=()=>{}}){const[r,o]=L5({defaultProp:t,onChange:n}),i=e!==void 0,a=i?e:r,s=ut(n),u=C.useCallback(l=>{if(i){const d=typeof l=="function"?l(e):l;d!==e&&s(d)}else o(l)},[i,e,o,s]);return[a,u]}function L5({defaultProp:e,onChange:t}){const n=C.useState(e),[r]=n,o=C.useRef(r),i=ut(t);return C.useEffect(()=>{o.current!==r&&(i(r),o.current=r)},[r,o,i]),n}var j5=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],fe=j5.reduce((e,t)=>{const n=C.forwardRef((r,o)=>{const{asChild:i,...a}=r,s=i?or:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),v.jsx(s,{...a,ref:o})});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{});function B5(e,t){e&&qu.flushSync(()=>e.dispatchEvent(t))}var lt=globalThis!=null&&globalThis.document?C.useLayoutEffect:()=>{};function k5(e,t){return C.useReducer((n,r)=>t[n][r]??n,e)}var Qt=e=>{const{present:t,children:n}=e,r=G5(t),o=typeof n=="function"?n({present:r.isPresent}):C.Children.only(n),i=_e(r.ref,W5(o));return typeof n=="function"||r.isPresent?C.cloneElement(o,{ref:i}):null};Qt.displayName="Presence";function G5(e){const[t,n]=C.useState(),r=C.useRef({}),o=C.useRef(e),i=C.useRef("none"),a=e?"mounted":"unmounted",[s,u]=k5(a,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return C.useEffect(()=>{const l=Vr(r.current);i.current=s==="mounted"?l:"none"},[s]),lt(()=>{const l=r.current,c=o.current;if(c!==e){const f=i.current,p=Vr(l);e?u("MOUNT"):p==="none"||(l==null?void 0:l.display)==="none"?u("UNMOUNT"):u(c&&f!==p?"ANIMATION_OUT":"UNMOUNT"),o.current=e}},[e,u]),lt(()=>{if(t){let l;const c=t.ownerDocument.defaultView??window,d=p=>{const h=Vr(r.current).includes(p.animationName);if(p.target===t&&h&&(u("ANIMATION_END"),!o.current)){const m=t.style.animationFillMode;t.style.animationFillMode="forwards",l=c.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=m)})}},f=p=>{p.target===t&&(i.current=Vr(r.current))};return t.addEventListener("animationstart",f),t.addEventListener("animationcancel",d),t.addEventListener("animationend",d),()=>{c.clearTimeout(l),t.removeEventListener("animationstart",f),t.removeEventListener("animationcancel",d),t.removeEventListener("animationend",d)}}else u("ANIMATION_END")},[t,u]),{isPresent:["mounted","unmountSuspended"].includes(s),ref:C.useCallback(l=>{l&&(r.current=getComputedStyle(l)),n(l)},[])}}function Vr(e){return(e==null?void 0:e.animationName)||"none"}function W5(e){var r,o;let t=(r=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:r.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?e.ref:(t=(o=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:o.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}var H5=C.useId||(()=>{}),$5=0;function Pt(e){const[t,n]=C.useState(H5());return lt(()=>{n(r=>r??String($5++))},[e]),t?`radix-${t}`:""}var Uu="Collapsible",[X5,Wh]=ft(Uu),[Z5,Ju]=X5(Uu),Hh=C.forwardRef((e,t)=>{const{__scopeCollapsible:n,open:r,defaultOpen:o,disabled:i,onOpenChange:a,...s}=e,[u=!1,l]=Ft({prop:r,defaultProp:o,onChange:a});return v.jsx(Z5,{scope:n,disabled:i,contentId:Pt(),open:u,onOpenToggle:C.useCallback(()=>l(c=>!c),[l]),children:v.jsx(fe.div,{"data-state":Qu(u),"data-disabled":i?"":void 0,...s,ref:t})})});Hh.displayName=Uu;var $h="CollapsibleTrigger",Xh=C.forwardRef((e,t)=>{const{__scopeCollapsible:n,...r}=e,o=Ju($h,n);return v.jsx(fe.button,{type:"button","aria-controls":o.contentId,"aria-expanded":o.open||!1,"data-state":Qu(o.open),"data-disabled":o.disabled?"":void 0,disabled:o.disabled,...r,ref:t,onClick:me(e.onClick,o.onOpenToggle)})});Xh.displayName=$h;var Ku="CollapsibleContent",Zh=C.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=Ju(Ku,e.__scopeCollapsible);return v.jsx(Qt,{present:n||o.open,children:({present:i})=>v.jsx(z5,{...r,ref:t,present:i})})});Zh.displayName=Ku;var z5=C.forwardRef((e,t)=>{const{__scopeCollapsible:n,present:r,children:o,...i}=e,a=Ju(Ku,n),[s,u]=C.useState(r),l=C.useRef(null),c=_e(t,l),d=C.useRef(0),f=d.current,p=C.useRef(0),g=p.current,h=a.open||s,m=C.useRef(h),b=C.useRef(void 0);return C.useEffect(()=>{const y=requestAnimationFrame(()=>m.current=!1);return()=>cancelAnimationFrame(y)},[]),lt(()=>{const y=l.current;if(y){b.current=b.current||{transitionDuration:y.style.transitionDuration,animationName:y.style.animationName},y.style.transitionDuration="0s",y.style.animationName="none";const w=y.getBoundingClientRect();d.current=w.height,p.current=w.width,m.current||(y.style.transitionDuration=b.current.transitionDuration,y.style.animationName=b.current.animationName),u(r)}},[a.open,r]),v.jsx(fe.div,{"data-state":Qu(a.open),"data-disabled":a.disabled?"":void 0,id:a.contentId,hidden:!h,...i,ref:c,style:{"--radix-collapsible-content-height":f?`${f}px`:void 0,"--radix-collapsible-content-width":g?`${g}px`:void 0,...e.style},children:h&&o})});function Qu(e){return e?"open":"closed"}var Y5=Hh,q5=Xh,U5=Zh,J5=C.createContext(void 0);function el(e){const t=C.useContext(J5);return e||t||"ltr"}var xt="Accordion",K5=["Home","End","ArrowDown","ArrowUp","ArrowLeft","ArrowRight"],[tl,Q5,e3]=Gh(xt),[ko,gM]=ft(xt,[e3,Wh]),nl=Wh(),zh=M.forwardRef((e,t)=>{const{type:n,...r}=e,o=r,i=r;return v.jsx(tl.Provider,{scope:e.__scopeAccordion,children:n==="multiple"?v.jsx(o3,{...i,ref:t}):v.jsx(r3,{...o,ref:t})})});zh.displayName=xt;var[Yh,t3]=ko(xt),[qh,n3]=ko(xt,{collapsible:!1}),r3=M.forwardRef((e,t)=>{const{value:n,defaultValue:r,onValueChange:o=()=>{},collapsible:i=!1,...a}=e,[s,u]=Ft({prop:n,defaultProp:r,onChange:o});return v.jsx(Yh,{scope:e.__scopeAccordion,value:s?[s]:[],onItemOpen:u,onItemClose:M.useCallback(()=>i&&u(""),[i,u]),children:v.jsx(qh,{scope:e.__scopeAccordion,collapsible:i,children:v.jsx(Uh,{...a,ref:t})})})}),o3=M.forwardRef((e,t)=>{const{value:n,defaultValue:r,onValueChange:o=()=>{},...i}=e,[a=[],s]=Ft({prop:n,defaultProp:r,onChange:o}),u=M.useCallback(c=>s((d=[])=>[...d,c]),[s]),l=M.useCallback(c=>s((d=[])=>d.filter(f=>f!==c)),[s]);return v.jsx(Yh,{scope:e.__scopeAccordion,value:a,onItemOpen:u,onItemClose:l,children:v.jsx(qh,{scope:e.__scopeAccordion,collapsible:!0,children:v.jsx(Uh,{...i,ref:t})})})}),[i3,Go]=ko(xt),Uh=M.forwardRef((e,t)=>{const{__scopeAccordion:n,disabled:r,dir:o,orientation:i="vertical",...a}=e,s=M.useRef(null),u=_e(s,t),l=Q5(n),d=el(o)==="ltr",f=me(e.onKeyDown,p=>{var E;if(!K5.includes(p.key))return;const g=p.target,h=l().filter(O=>{var D;return!((D=O.ref.current)!=null&&D.disabled)}),m=h.findIndex(O=>O.ref.current===g),b=h.length;if(m===-1)return;p.preventDefault();let y=m;const w=0,I=b-1,S=()=>{y=m+1,y>I&&(y=w)},A=()=>{y=m-1,y<w&&(y=I)};switch(p.key){case"Home":y=w;break;case"End":y=I;break;case"ArrowRight":i==="horizontal"&&(d?S():A());break;case"ArrowDown":i==="vertical"&&S();break;case"ArrowLeft":i==="horizontal"&&(d?A():S());break;case"ArrowUp":i==="vertical"&&A();break}const x=y%b;(E=h[x].ref.current)==null||E.focus()});return v.jsx(i3,{scope:n,disabled:r,direction:o,orientation:i,children:v.jsx(tl.Slot,{scope:n,children:v.jsx(fe.div,{...a,"data-orientation":i,ref:u,onKeyDown:r?void 0:f})})})}),po="AccordionItem",[a3,rl]=ko(po),Jh=M.forwardRef((e,t)=>{const{__scopeAccordion:n,value:r,...o}=e,i=Go(po,n),a=t3(po,n),s=nl(n),u=Pt(),l=r&&a.value.includes(r)||!1,c=i.disabled||e.disabled;return v.jsx(a3,{scope:n,open:l,disabled:c,triggerId:u,children:v.jsx(Y5,{"data-orientation":i.orientation,"data-state":r0(l),...s,...o,ref:t,disabled:c,open:l,onOpenChange:d=>{d?a.onItemOpen(r):a.onItemClose(r)}})})});Jh.displayName=po;var Kh="AccordionHeader",Qh=M.forwardRef((e,t)=>{const{__scopeAccordion:n,...r}=e,o=Go(xt,n),i=rl(Kh,n);return v.jsx(fe.h3,{"data-orientation":o.orientation,"data-state":r0(i.open),"data-disabled":i.disabled?"":void 0,...r,ref:t})});Qh.displayName=Kh;var ru="AccordionTrigger",e0=M.forwardRef((e,t)=>{const{__scopeAccordion:n,...r}=e,o=Go(xt,n),i=rl(ru,n),a=n3(ru,n),s=nl(n);return v.jsx(tl.ItemSlot,{scope:n,children:v.jsx(q5,{"aria-disabled":i.open&&!a.collapsible||void 0,"data-orientation":o.orientation,id:i.triggerId,...s,...r,ref:t})})});e0.displayName=ru;var t0="AccordionContent",n0=M.forwardRef((e,t)=>{const{__scopeAccordion:n,...r}=e,o=Go(xt,n),i=rl(t0,n),a=nl(n);return v.jsx(U5,{role:"region","aria-labelledby":i.triggerId,"data-orientation":o.orientation,...a,...r,ref:t,style:{"--radix-accordion-content-height":"var(--radix-collapsible-content-height)","--radix-accordion-content-width":"var(--radix-collapsible-content-width)",...e.style}})});n0.displayName=t0;function r0(e){return e?"open":"closed"}var s3=zh,u3=Jh,l3=Qh,c3=e0,d3=n0;const f3=()=>v.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",style:{display:"none"},children:[v.jsxs("symbol",{id:"icon-sort-order",viewBox:"0 0 24 24",children:[v.jsx("path",{d:"M6.95256 0.221649C7.2549 -0.0738828 7.7451 -0.0738828 8.04744 0.221649L13.2732 5.32976C13.5756 5.62529 13.5756 6.10444 13.2732 6.39997C12.9709 6.6955 12.4807 6.6955 12.1784 6.39997L8.27419 2.58373V12.2432C8.27419 12.6612 7.92758 13 7.5 13C7.07242 13 6.72581 12.6612 6.72581 12.2432V2.58373L2.82163 6.39997C2.51929 6.6955 2.0291 6.6955 1.72676 6.39997C1.42441 6.10444 1.42441 5.62529 1.72676 5.32976L6.95256 0.221649Z"}),v.jsx("path",{d:"M15.9526 23.0217C16.2549 23.3351 16.7451 23.3351 17.0474 23.0217L22.2732 17.6038C22.5756 17.2904 22.5756 16.7821 22.2732 16.4687C21.9709 16.1552 21.4807 16.1552 21.1784 16.4687L17.2742 20.5164V11.0594C17.2742 10.6161 16.9276 10.2568 16.5 10.2568C16.0724 10.2568 15.7258 10.6161 15.7258 11.0594V20.5164L11.8216 16.4687C11.5193 16.1552 11.0291 16.1552 10.7268 16.4687C10.4244 16.7821 10.4244 17.2904 10.7268 17.6038L15.9526 23.0217Z"})]}),v.jsx("symbol",{id:"icon-arrow-down-left",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L8.41421 17H15.75C16.3023 17 16.75 17.4477 16.75 18C16.75 18.5523 16.3023 19 15.75 19H6C5.44772 19 5 18.5523 5 18V8.25C5 7.69772 5.44772 7.25 6 7.25C6.55228 7.25 7 7.69772 7 8.25V15.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289Z"})}),v.jsx("symbol",{id:"icon-arrow-up-left",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M6.91455 5H16.6646C17.2168 5 17.6646 5.44772 17.6646 6C17.6646 6.55228 17.2168 7 16.6646 7H9.32876L19.6217 17.2929C20.0122 17.6834 20.0122 18.3166 19.6217 18.7071C19.2311 19.0976 18.598 19.0976 18.2074 18.7071L7.91455 8.41421V15.75C7.91455 16.3023 7.46684 16.75 6.91455 16.75C6.36227 16.75 5.91455 16.3023 5.91455 15.75V6C5.91455 5.44772 6.36227 5 6.91455 5Z"})}),v.jsx("symbol",{id:"icon-arrow-up-right",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M8.07861 6C8.07861 5.44772 8.52633 5 9.07861 5H18.8286C19.3809 5 19.8286 5.44772 19.8286 6V15.75C19.8286 16.3023 19.3809 16.75 18.8286 16.75C18.2763 16.75 17.8286 16.3023 17.8286 15.75V8.41421L7.53572 18.7071C7.1452 19.0976 6.51203 19.0976 6.12151 18.7071C5.73098 18.3166 5.73098 17.6834 6.12151 17.2929L16.4144 7H9.07861C8.52633 7 8.07861 6.55228 8.07861 6Z"})}),v.jsx("symbol",{id:"icon-arrow-down-right",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M5.53606 5.29289C5.92658 4.90237 6.55975 4.90237 6.95027 5.29289L17.2432 15.5858V8.25C17.2432 7.69772 17.6909 7.25 18.2432 7.25C18.7954 7.25 19.2432 7.69772 19.2432 8.25V18C19.2432 18.5523 18.7954 19 18.2432 19H8.49316C7.94088 19 7.49316 18.5523 7.49316 18C7.49316 17.4477 7.94088 17 8.49316 17H15.829L5.53606 6.70711C5.14553 6.31658 5.14553 5.68342 5.53606 5.29289Z"})}),v.jsx("symbol",{id:"icon-arrow-drop-down",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M5.7998 9L11.7998 15L17.7998 9H5.7998Z"})}),v.jsx("symbol",{id:"icon-info-filled",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M12.075 17C12.2917 17 12.4708 16.9292 12.6125 16.7875C12.7542 16.6458 12.825 16.4667 12.825 16.25V11.725C12.825 11.525 12.75 11.3542 12.6 11.2125C12.45 11.0708 12.275 11 12.075 11C11.8583 11 11.6792 11.0708 11.5375 11.2125C11.3958 11.3542 11.325 11.5333 11.325 11.75V16.275C11.325 16.475 11.4 16.6458 11.55 16.7875C11.7 16.9292 11.875 17 12.075 17ZM12 9.15C12.2333 9.15 12.4292 9.075 12.5875 8.925C12.7458 8.775 12.825 8.58333 12.825 8.35C12.825 8.11667 12.7458 7.91667 12.5875 7.75C12.4292 7.58333 12.2333 7.5 12 7.5C11.7667 7.5 11.5708 7.58333 11.4125 7.75C11.2542 7.91667 11.175 8.11667 11.175 8.35C11.175 8.58333 11.2542 8.775 11.4125 8.925C11.5708 9.075 11.7667 9.15 12 9.15ZM12 22C10.5833 22 9.26667 21.7458 8.05 21.2375C6.83333 20.7292 5.775 20.025 4.875 19.125C3.975 18.225 3.27083 17.1667 2.7625 15.95C2.25417 14.7333 2 13.4167 2 12C2 10.6 2.25417 9.29167 2.7625 8.075C3.27083 6.85833 3.975 5.8 4.875 4.9C5.775 4 6.83333 3.29167 8.05 2.775C9.26667 2.25833 10.5833 2 12 2C13.4 2 14.7083 2.25833 15.925 2.775C17.1417 3.29167 18.2 4 19.1 4.9C20 5.8 20.7083 6.85833 21.225 8.075C21.7417 9.29167 22 10.6 22 12C22 13.4167 21.7417 14.7333 21.225 15.95C20.7083 17.1667 20 18.225 19.1 19.125C18.2 20.025 17.1417 20.7292 15.925 21.2375C14.7083 21.7458 13.4 22 12 22Z"})}),v.jsx("symbol",{id:"icon-priority-high",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M12.2907 21C11.8089 21 11.3971 20.8284 11.0555 20.4853C10.7138 20.1421 10.543 19.7296 10.543 19.2478C10.543 18.7659 10.7145 18.3542 11.0577 18.0125C11.4008 17.6708 11.8133 17.5 12.2952 17.5C12.777 17.5 13.1888 17.6716 13.5305 18.0147C13.8721 18.3579 14.043 18.7704 14.043 19.2522C14.043 19.7341 13.8714 20.1458 13.5282 20.4875C13.1851 20.8292 12.7726 21 12.2907 21ZM12.2907 15C11.8089 15 11.3971 14.8286 11.0555 14.4859C10.7138 14.1432 10.543 13.7312 10.543 13.25V4.75C10.543 4.26875 10.7145 3.85677 11.0577 3.51405C11.4008 3.17135 11.8133 3 12.2952 3C12.777 3 13.1888 3.17135 13.5305 3.51405C13.8721 3.85677 14.043 4.26875 14.043 4.75V13.25C14.043 13.7312 13.8714 14.1432 13.5282 14.4859C13.1851 14.8286 12.7726 15 12.2907 15Z"})}),v.jsx("symbol",{id:"icon-alert",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M13.0142 2C11.0363 2 9.10295 2.58649 7.45846 3.6853C5.81397 4.78412 4.53225 6.3459 3.77537 8.17316C3.01849 10.0004 2.82046 12.0111 3.20631 13.9509C3.59216 15.8907 4.54457 17.6725 5.9431 19.0711C7.34162 20.4696 9.12345 21.422 11.0633 21.8078C13.0031 22.1937 15.0137 21.9957 16.841 21.2388C18.6683 20.4819 20.23 19.2002 21.3289 17.5557C22.4277 15.9112 23.0142 13.9778 23.0142 12C23.0112 9.34874 21.9567 6.80693 20.082 4.93221C18.2072 3.05749 15.6654 2.00297 13.0142 2ZM13.0141 17.9276C12.8482 17.9277 12.686 17.8785 12.5481 17.7863C12.4101 17.6941 12.3026 17.5631 12.2391 17.4098C12.1756 17.2565 12.159 17.0878 12.1913 16.9251C12.2237 16.7624 12.3036 16.6129 12.4209 16.4956C12.5382 16.3782 12.6877 16.2983 12.8505 16.266C13.0132 16.2336 13.1819 16.2502 13.3351 16.3137C13.4884 16.3772 13.6195 16.4847 13.7116 16.6227C13.8038 16.7606 13.853 16.9228 13.853 17.0887C13.853 17.1989 13.8313 17.308 13.7892 17.4098C13.747 17.5116 13.6852 17.604 13.6073 17.6819C13.5294 17.7598 13.4369 17.8216 13.3352 17.8638C13.2334 17.906 13.1243 17.9276 13.0141 17.9276ZM14.2413 7.36709L13.898 13.7632C13.8858 13.9894 13.7874 14.2024 13.623 14.3582C13.4586 14.514 13.2406 14.6009 13.0141 14.6009C12.7876 14.6009 12.5696 14.514 12.4052 14.3582C12.2408 14.2024 12.1424 13.9894 12.1302 13.7632L11.7868 7.36709C11.7779 7.20039 11.803 7.03361 11.8606 6.87693C11.9183 6.72025 12.0072 6.57696 12.1221 6.45579C12.2369 6.33462 12.3752 6.23812 12.5286 6.17217C12.6819 6.10622 12.8471 6.07221 13.0141 6.0722C13.181 6.07221 13.3462 6.10622 13.4996 6.17217C13.653 6.23812 13.7913 6.33462 13.9061 6.45579C14.021 6.57696 14.1099 6.72026 14.1675 6.87693C14.2252 7.03361 14.2503 7.20039 14.2413 7.36709Z"})}),v.jsx("symbol",{id:"icon-warning",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M2.96557 21.25C2.81557 21.25 2.68514 21.2156 2.57427 21.1469C2.46341 21.0781 2.37717 20.9875 2.31557 20.875C2.24612 20.765 2.20793 20.6458 2.201 20.5175C2.19405 20.3892 2.23224 20.2583 2.31557 20.125L12.0156 3.375C12.0989 3.24167 12.1947 3.14583 12.3031 3.0875C12.4114 3.02917 12.5322 3 12.6656 3C12.7989 3 12.9197 3.02917 13.0281 3.0875C13.1364 3.14583 13.2322 3.24167 13.3156 3.375L23.0156 20.125C23.0989 20.2583 23.1371 20.3892 23.1301 20.5175C23.1232 20.6458 23.085 20.765 23.0156 20.875C22.954 20.9875 22.8677 21.0781 22.7569 21.1469C22.646 21.2156 22.5156 21.25 22.3656 21.25H2.96557ZM12.7699 18.325C12.9837 18.325 13.1614 18.2527 13.3031 18.1081C13.4447 17.9635 13.5156 17.7844 13.5156 17.5706C13.5156 17.3569 13.4433 17.1792 13.2987 17.0375C13.1541 16.8958 12.9749 16.825 12.7612 16.825C12.5474 16.825 12.3697 16.8973 12.2281 17.0419C12.0864 17.1865 12.0156 17.3656 12.0156 17.5794C12.0156 17.7931 12.0879 17.9708 12.2324 18.1125C12.377 18.2542 12.5562 18.325 12.7699 18.325ZM12.7699 15.55C12.9837 15.55 13.1614 15.4781 13.3031 15.3344C13.4447 15.1906 13.5156 15.0125 13.5156 14.8V10.7C13.5156 10.4875 13.4433 10.3094 13.2987 10.1656C13.1541 10.0219 12.9749 9.95 12.7612 9.95C12.5474 9.95 12.3697 10.0219 12.2281 10.1656C12.0864 10.3094 12.0156 10.4875 12.0156 10.7V14.8C12.0156 15.0125 12.0879 15.1906 12.2324 15.3344C12.377 15.4781 12.5562 15.55 12.7699 15.55Z"})}),v.jsx("symbol",{id:"icon-warning-outline",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M22.292 17.4696L14.6157 4.16819C14.4123 3.81324 14.1188 3.51829 13.7649 3.31316C13.411 3.10803 13.0092 3 12.6001 3C12.191 3 11.7892 3.10803 11.4353 3.31316C11.0814 3.51829 10.7879 3.81324 10.5845 4.16819L2.90816 17.4696C2.70553 17.8234 2.5993 18.2243 2.6001 18.6321C2.6009 19.0398 2.7087 19.4402 2.91272 19.7933C3.11674 20.1464 3.40985 20.4397 3.76274 20.644C4.11564 20.8483 4.51597 20.9564 4.92374 20.9575H20.2765C20.6842 20.9564 21.0846 20.8483 21.4375 20.644C21.7903 20.4397 22.0835 20.1464 22.2875 19.7933C22.4915 19.4402 22.5993 19.0398 22.6001 18.6321C22.6009 18.2243 22.4947 17.8234 22.292 17.4696ZM21.0555 19.0778C20.9783 19.216 20.8651 19.3309 20.728 19.4101C20.5908 19.4894 20.4348 19.5301 20.2765 19.528H4.92374C4.76536 19.5301 4.60936 19.4894 4.47223 19.4101C4.33509 19.3309 4.22192 19.216 4.14467 19.0778C4.0641 18.9427 4.02155 18.7883 4.02155 18.631C4.02155 18.4738 4.0641 18.3194 4.14467 18.1843L11.8282 4.88294C11.9054 4.74613 12.0175 4.63229 12.1531 4.55308C12.2888 4.47386 12.443 4.43212 12.6001 4.43212C12.7572 4.43212 12.9114 4.47386 13.0471 4.55308C13.1827 4.63229 13.2948 4.74613 13.372 4.88294L21.0555 18.1843C21.1361 18.3194 21.1786 18.4738 21.1786 18.631C21.1786 18.7883 21.1361 18.9427 21.0555 19.0778ZM11.8854 14.3819V8.3423C11.8854 8.15274 11.9607 7.97094 12.0947 7.8369C12.2287 7.70286 12.4105 7.62756 12.6001 7.62756C12.7897 7.62756 12.9715 7.70286 13.1055 7.8369C13.2395 7.97094 13.3148 8.15274 13.3148 8.3423V14.3819C13.3148 14.5715 13.2395 14.7532 13.1055 14.8873C12.9715 15.0213 12.7897 15.0966 12.6001 15.0966C12.4105 15.0966 12.2287 15.0213 12.0947 14.8873C11.9607 14.7532 11.8854 14.5715 11.8854 14.3819ZM13.6937 17.0264C13.6937 17.2427 13.6295 17.4542 13.5094 17.634C13.3892 17.8138 13.2184 17.954 13.0186 18.0368C12.8188 18.1195 12.5989 18.1412 12.3868 18.099C12.1746 18.0568 11.9798 17.9526 11.8268 17.7997C11.6739 17.6468 11.5697 17.4519 11.5276 17.2398C11.4854 17.0277 11.507 16.8078 11.5898 16.608C11.6725 16.4081 11.8127 16.2373 11.9925 16.1172C12.1724 15.997 12.3838 15.9329 12.6001 15.9329C12.8895 15.9348 13.1666 16.0506 13.3713 16.2553C13.576 16.4599 13.6918 16.737 13.6937 17.0264Z"})}),v.jsx("symbol",{id:"icon-close",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M5.95711 4.54289C5.56658 4.15237 4.93342 4.15237 4.54289 4.54289C4.15237 4.93342 4.15237 5.56658 4.54289 5.95711L10.5858 12L4.54289 18.0429L4.71967 18.2197L4.54289 18.0429C4.15237 18.4334 4.15237 19.0666 4.54289 19.4571L4.71967 19.2803L4.54289 19.4571C4.93342 19.8476 5.56658 19.8476 5.95711 19.4571L12 13.4142L18.0429 19.4571C18.4334 19.8476 19.0666 19.8476 19.4571 19.4571C19.8476 19.0666 19.8476 18.4334 19.4571 18.0429L13.4142 12L19.4571 5.95711C19.8476 5.56658 19.8476 4.93342 19.4571 4.54289L19.2803 4.71967L19.4571 4.54289C19.0666 4.15237 18.4334 4.15237 18.0429 4.54289L18.2194 4.71941L18.0429 4.54289L12 10.5858L5.95711 4.54289Z"})}),v.jsx("symbol",{id:"icon-close-filled",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M8.225 16.275C8.375 16.425 8.55 16.5 8.75 16.5C8.95 16.5 9.125 16.425 9.275 16.275L12.5 13.05L15.75 16.3C15.8833 16.4333 16.0542 16.4958 16.2625 16.4875C16.4708 16.4792 16.6417 16.4083 16.775 16.275C16.925 16.125 17 15.95 17 15.75C17 15.55 16.925 15.375 16.775 15.225L13.55 12L16.8 8.75C16.9333 8.61667 16.9958 8.44583 16.9875 8.2375C16.9792 8.02917 16.9083 7.85833 16.775 7.725C16.625 7.575 16.45 7.5 16.25 7.5C16.05 7.5 15.875 7.575 15.725 7.725L12.5 10.95L9.25 7.7C9.11667 7.56667 8.94583 7.50417 8.7375 7.5125C8.52917 7.52083 8.35833 7.59167 8.225 7.725C8.075 7.875 8 8.05 8 8.25C8 8.45 8.075 8.625 8.225 8.775L11.45 12L8.2 15.25C8.06667 15.3833 8.00417 15.5542 8.0125 15.7625C8.02083 15.9708 8.09167 16.1417 8.225 16.275ZM12.5 22C11.0833 22 9.76667 21.7458 8.55 21.2375C7.33333 20.7292 6.275 20.025 5.375 19.125C4.475 18.225 3.77083 17.1667 3.2625 15.95C2.75417 14.7333 2.5 13.4167 2.5 12C2.5 10.6 2.75417 9.29167 3.2625 8.075C3.77083 6.85833 4.475 5.8 5.375 4.9C6.275 4 7.33333 3.29167 8.55 2.775C9.76667 2.25833 11.0833 2 12.5 2C13.9 2 15.2083 2.25833 16.425 2.775C17.6417 3.29167 18.7 4 19.6 4.9C20.5 5.8 21.2083 6.85833 21.725 8.075C22.2417 9.29167 22.5 10.6 22.5 12C22.5 13.4167 22.2417 14.7333 21.725 15.95C21.2083 17.1667 20.5 18.225 19.6 19.125C18.7 20.025 17.6417 20.7292 16.425 21.2375C15.2083 21.7458 13.9 22 12.5 22Z"})}),v.jsxs("symbol",{id:"icon-close-circle",viewBox:"0 0 24 24",children:[v.jsx("path",{d:"M12.8281 22C11.4448 22 10.1448 21.7375 8.92812 21.2125C7.71146 20.6875 6.65313 19.975 5.75312 19.075C4.85312 18.175 4.14062 17.1167 3.61563 15.9C3.09062 14.6833 2.82812 13.3833 2.82812 12C2.82812 10.6167 3.09062 9.31667 3.61563 8.1C4.14062 6.88333 4.85312 5.825 5.75312 4.925C6.65313 4.025 7.71146 3.3125 8.92812 2.7875C10.1448 2.2625 11.4448 2 12.8281 2C14.2115 2 15.5115 2.2625 16.7281 2.7875C17.9448 3.3125 19.0031 4.025 19.9031 4.925C20.8031 5.825 21.5156 6.88333 22.0406 8.1C22.5656 9.31667 22.8281 10.6167 22.8281 12C22.8281 13.3833 22.5656 14.6833 22.0406 15.9C21.5156 17.1167 20.8031 18.175 19.9031 19.075C19.0031 19.975 17.9448 20.6875 16.7281 21.2125C15.5115 21.7375 14.2115 22 12.8281 22ZM12.8281 20C15.0615 20 16.9531 19.225 18.5031 17.675C20.0531 16.125 20.8281 14.2333 20.8281 12C20.8281 9.76667 20.0531 7.875 18.5031 6.325C16.9531 4.775 15.0615 4 12.8281 4C10.5948 4 8.70313 4.775 7.15313 6.325C5.60313 7.875 4.82812 9.76667 4.82812 12C4.82812 14.2333 5.60313 16.125 7.15313 17.675C8.70313 19.225 10.5948 20 12.8281 20Z"}),v.jsx("path",{d:"M11.4139 12L9.29259 14.1213C9.09224 14.3217 8.99207 14.5574 8.99207 14.8284C8.99207 15.0995 9.09224 15.3352 9.29259 15.5355C9.49294 15.7359 9.72864 15.8361 9.9997 15.8361C10.2708 15.8361 10.5065 15.7359 10.7068 15.5355L12.8281 13.4142L14.9494 15.5355C15.1498 15.7359 15.3855 15.8361 15.6566 15.8361C15.9276 15.8361 16.1633 15.7359 16.3637 15.5355C16.564 15.3352 16.6642 15.0995 16.6642 14.8284C16.6642 14.5574 16.564 14.3217 16.3637 14.1213L14.2423 12L16.3637 9.87868C16.564 9.67833 16.6642 9.44263 16.6642 9.17157C16.6642 8.90052 16.564 8.66481 16.3637 8.46447C16.1633 8.26412 15.9276 8.16395 15.6566 8.16395C15.3855 8.16395 15.1498 8.26412 14.9494 8.46447L12.8281 10.5858L10.7068 8.46447C10.5065 8.26412 10.2708 8.16395 9.9997 8.16395C9.72864 8.16395 9.49294 8.26412 9.29259 8.46447C9.09224 8.66481 8.99207 8.90052 8.99207 9.17157C8.99207 9.44263 9.09224 9.67833 9.29259 9.87868L11.4139 12Z"})]}),v.jsx("symbol",{id:"icon-check-filled",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M11.8248 14.275L9.3748 11.825C9.2248 11.675 9.04147 11.6 8.8248 11.6C8.60814 11.6 8.4248 11.675 8.2748 11.825C8.10814 11.9917 8.0248 12.1875 8.0248 12.4125C8.0248 12.6375 8.0998 12.825 8.2498 12.975L11.2998 16.025C11.4331 16.1583 11.6081 16.225 11.8248 16.225C12.0415 16.225 12.2165 16.1583 12.3498 16.025L18.3498 10.025C18.4998 9.875 18.5748 9.69167 18.5748 9.475C18.5748 9.25833 18.4915 9.06667 18.3248 8.9C18.1748 8.75 17.9873 8.675 17.7623 8.675C17.5373 8.675 17.3415 8.75833 17.1748 8.925L11.8248 14.275ZM13.2998 22C11.8831 22 10.5665 21.7458 9.3498 21.2375C8.13314 20.7292 7.0748 20.025 6.1748 19.125C5.2748 18.225 4.57064 17.1667 4.0623 15.95C3.55397 14.7333 3.2998 13.4167 3.2998 12C3.2998 10.6 3.55397 9.29167 4.0623 8.075C4.57064 6.85833 5.2748 5.8 6.1748 4.9C7.0748 4 8.13314 3.29167 9.3498 2.775C10.5665 2.25833 11.8831 2 13.2998 2C14.6998 2 16.0081 2.25833 17.2248 2.775C18.4415 3.29167 19.4998 4 20.3998 4.9C21.2998 5.8 22.0081 6.85833 22.5248 8.075C23.0415 9.29167 23.2998 10.6 23.2998 12C23.2998 13.4167 23.0415 14.7333 22.5248 15.95C22.0081 17.1667 21.2998 18.225 20.3998 19.125C19.4998 20.025 18.4415 20.7292 17.2248 21.2375C16.0081 21.7458 14.6998 22 13.2998 22Z"})}),v.jsx("symbol",{id:"icon-help-filled",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M12.7002 2C10.048 2 7.50452 3.05356 5.62917 4.92898C3.75376 6.80425 2.7002 9.34788 2.7002 12C2.7002 14.6521 3.75376 17.1957 5.62917 19.071C7.50445 20.9464 10.0481 22 12.7002 22C15.3523 22 17.8959 20.9464 19.7712 19.071C21.6466 17.1957 22.7002 14.6521 22.7002 12C22.7002 9.34788 21.6466 6.80432 19.7712 4.92898C17.8959 3.05356 15.3523 2 12.7002 2ZM13.4562 15.976C13.4602 16.618 13.1002 17 12.4702 17C11.8402 17 11.4202 16.6319 11.4181 16.094C11.4181 15.348 11.7521 14.976 12.4181 14.956C12.9603 14.94 13.5242 15.272 13.4562 15.976V15.976ZM14.8561 11.3599C14.5721 11.5799 14.2741 11.78 13.9881 11.996V11.9958C13.5664 12.2722 13.324 12.7524 13.3522 13.2559C13.3592 13.4344 13.3065 13.6101 13.202 13.7551C13.0976 13.9001 12.9477 14.006 12.7762 14.0558C12.5936 14.1261 12.3927 14.1338 12.2052 14.0777C12.0177 14.0216 11.8542 13.9048 11.7402 13.7458C11.6654 13.6205 11.6248 13.4778 11.6222 13.3319C11.5929 12.4142 12.0188 11.5414 12.7601 10.9998C13.0811 10.7556 13.384 10.4881 13.6661 10.1999C13.8006 10.0414 13.8825 9.84501 13.9002 9.63785C13.9462 9.07186 13.5822 8.70789 12.9962 8.66982C12.2882 8.62378 11.6922 8.8078 11.2782 9.43378V9.43392C11.1914 9.58152 11.0615 9.69885 10.906 9.77042C10.7504 9.84198 10.5767 9.86403 10.4082 9.83389C9.80814 9.73386 9.55022 9.24586 9.79614 8.68393C10.0537 8.13622 10.4963 7.69705 11.0461 7.44398C11.6108 7.16636 12.2292 7.01484 12.8582 6.99991C13.2139 7.03702 13.5672 7.0952 13.9161 7.17388C14.9821 7.47591 15.6161 8.32787 15.6961 9.45986C15.7746 10.1981 15.4537 10.9222 14.8541 11.3598L14.8561 11.3599Z"})}),v.jsxs("symbol",{id:"icon-plus-add",viewBox:"0 0 24 24",children:[v.jsx("path",{d:"M4.1001 12C4.1001 11.5858 4.43588 11.25 4.8501 11.25H21.3501C21.7643 11.25 22.1001 11.5858 22.1001 12C22.1001 12.4142 21.7643 12.75 21.3501 12.75H4.8501C4.43588 12.75 4.1001 12.4142 4.1001 12Z"}),v.jsx("path",{d:"M13.1001 3C13.5143 3 13.8501 3.33579 13.8501 3.75V20.25C13.8501 20.6642 13.5143 21 13.1001 21C12.6859 21 12.3501 20.6642 12.3501 20.25V3.75C12.3501 3.33579 12.6859 3 13.1001 3Z"}),v.jsx("path",{d:"M13.1001 3.5C12.962 3.5 12.8501 3.61193 12.8501 3.75V10.75H13.3501V3.75C13.3501 3.61193 13.2382 3.5 13.1001 3.5ZM14.3501 10.75V3.75C14.3501 3.05964 13.7905 2.5 13.1001 2.5C12.4097 2.5 11.8501 3.05964 11.8501 3.75V10.75H4.8501C4.15974 10.75 3.6001 11.3096 3.6001 12C3.6001 12.6904 4.15974 13.25 4.8501 13.25H11.8501V20.25C11.8501 20.9404 12.4097 21.5 13.1001 21.5C13.7905 21.5 14.3501 20.9404 14.3501 20.25V13.25H21.3501C22.0405 13.25 22.6001 12.6904 22.6001 12C22.6001 11.3096 22.0405 10.75 21.3501 10.75H14.3501ZM13.3501 11.75H12.8501V12.25H13.3501V11.75ZM14.3501 12.25V11.75H21.3501C21.4882 11.75 21.6001 11.8619 21.6001 12C21.6001 12.1381 21.4882 12.25 21.3501 12.25H14.3501ZM13.3501 13.25H12.8501V20.25C12.8501 20.3881 12.962 20.5 13.1001 20.5C13.2382 20.5 13.3501 20.3881 13.3501 20.25V13.25ZM11.8501 12.25V11.75H4.8501C4.71203 11.75 4.6001 11.8619 4.6001 12C4.6001 12.1381 4.71203 12.25 4.8501 12.25H11.8501Z"})]}),v.jsx("symbol",{id:"icon-plus-add-circle",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M10.9287 13V16C10.9287 16.2833 11.0245 16.5208 11.2162 16.7125C11.4079 16.9042 11.6454 17 11.9287 17C12.212 17 12.4495 16.9042 12.6412 16.7125C12.8329 16.5208 12.9287 16.2833 12.9287 16V13H15.9287C16.212 13 16.4495 12.9042 16.6412 12.7125C16.8329 12.5208 16.9287 12.2833 16.9287 12C16.9287 11.7167 16.8329 11.4792 16.6412 11.2875C16.4495 11.0958 16.212 11 15.9287 11H12.9287V8C12.9287 7.71667 12.8329 7.47917 12.6412 7.2875C12.4495 7.09583 12.212 7 11.9287 7C11.6454 7 11.4079 7.09583 11.2162 7.2875C11.0245 7.47917 10.9287 7.71667 10.9287 8V11H7.92871C7.64538 11 7.40788 11.0958 7.21621 11.2875C7.02454 11.4792 6.92871 11.7167 6.92871 12C6.92871 12.2833 7.02454 12.5208 7.21621 12.7125C7.40788 12.9042 7.64538 13 7.92871 13H10.9287ZM11.9287 22C10.5454 22 9.24538 21.7375 8.02871 21.2125C6.81204 20.6875 5.75371 19.975 4.85371 19.075C3.95371 18.175 3.24121 17.1167 2.71621 15.9C2.19121 14.6833 1.92871 13.3833 1.92871 12C1.92871 10.6167 2.19121 9.31667 2.71621 8.1C3.24121 6.88333 3.95371 5.825 4.85371 4.925C5.75371 4.025 6.81204 3.3125 8.02871 2.7875C9.24538 2.2625 10.5454 2 11.9287 2C13.312 2 14.612 2.2625 15.8287 2.7875C17.0454 3.3125 18.1037 4.025 19.0037 4.925C19.9037 5.825 20.6162 6.88333 21.1412 8.1C21.6662 9.31667 21.9287 10.6167 21.9287 12C21.9287 13.3833 21.6662 14.6833 21.1412 15.9C20.6162 17.1167 19.9037 18.175 19.0037 19.075C18.1037 19.975 17.0454 20.6875 15.8287 21.2125C14.612 21.7375 13.312 22 11.9287 22ZM11.9287 20C14.162 20 16.0537 19.225 17.6037 17.675C19.1537 16.125 19.9287 14.2333 19.9287 12C19.9287 9.76667 19.1537 7.875 17.6037 6.325C16.0537 4.775 14.162 4 11.9287 4C9.69538 4 7.80371 4.775 6.25371 6.325C4.70371 7.875 3.92871 9.76667 3.92871 12C3.92871 14.2333 4.70371 16.125 6.25371 17.675C7.80371 19.225 9.69538 20 11.9287 20Z"})}),v.jsxs("symbol",{id:"icon-edit",viewBox:"0 0 24 24",children:[v.jsx("path",{d:"M4.29998 22H15.9676C16.6306 22 17.2665 21.7366 17.7355 21.2676C18.2044 20.7989 18.4678 20.1629 18.4678 19.4998V12.8325C18.4678 12.5348 18.3089 12.2597 18.051 12.1108C17.7932 11.9619 17.4755 11.9619 17.2177 12.1108C16.9599 12.2597 16.801 12.5348 16.801 12.8325V19.4998C16.801 19.7208 16.7132 19.9329 16.5568 20.0891C16.4005 20.2454 16.1886 20.3331 15.9676 20.3331H4.29999C4.07899 20.3331 3.86692 20.2454 3.71066 20.0891C3.5544 19.9329 3.46664 19.7208 3.46664 19.4998V7.83217C3.46664 7.61117 3.5544 7.39925 3.71066 7.24298C3.86692 7.08658 4.07897 6.99883 4.29999 6.99883H10.9673C11.265 6.99883 11.5401 6.83992 11.689 6.58208C11.8379 6.32425 11.8379 6.00658 11.689 5.74874C11.5401 5.4909 11.265 5.33199 10.9673 5.33199H4.29999C3.63687 5.33199 3.00093 5.5954 2.53214 6.06433C2.06322 6.53326 1.7998 7.1692 1.7998 7.83217V19.4998C1.7998 20.1629 2.06322 20.7989 2.53214 21.2676C3.00093 21.7366 3.63686 22 4.29998 22Z"}),v.jsx("path",{d:"M9.50036 11.4492L8.90867 14.3995C8.88356 14.5221 8.91495 14.6494 8.9942 14.7463C9.0733 14.8432 9.1919 14.8994 9.31691 14.8994H9.4002L12.3505 14.3077C12.4328 14.2915 12.5084 14.2509 12.5672 14.1911L19.1594 7.59881L16.2093 4.64853L9.61701 11.2408C9.55856 11.2974 9.51808 11.3698 9.50036 11.4492Z"}),v.jsx("path",{d:"M18.2428 2.60697L17.0927 3.76527L20.0346 6.71555L21.1847 5.56551C21.7132 5.03993 21.921 4.27245 21.7302 3.55197C21.5393 2.83149 20.9786 2.2677 20.2594 2.07265C19.54 1.87774 18.7713 2.0814 18.2428 2.60697Z"})]}),v.jsx("symbol",{id:"icon-sync",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M15.4408 19.225C15.1742 19.3583 14.9408 19.3566 14.7408 19.2197C14.5408 19.0827 14.4408 18.8595 14.4408 18.55C14.4408 18.4128 14.4832 18.2789 14.568 18.1485C14.6528 18.0181 14.7604 17.9186 14.8908 17.85C16.0408 17.3167 16.945 16.5125 17.6033 15.4375C18.2617 14.3625 18.5908 13.1925 18.5908 11.9276C18.5908 11.1259 18.395 10.3125 18.0033 9.4875C17.6117 8.6625 17.0992 7.93333 16.4658 7.3L15.7408 6.65V9C15.7408 9.2125 15.6685 9.39062 15.5239 9.53438C15.3793 9.67812 15.2002 9.75 14.9864 9.75C14.7727 9.75 14.595 9.67812 14.4533 9.53438C14.3117 9.39062 14.2408 9.2125 14.2408 9V4.75C14.2408 4.5375 14.3127 4.35938 14.4564 4.21563C14.6002 4.07187 14.7783 4 14.9908 4H19.2408C19.4533 4 19.6314 4.07229 19.7752 4.21687C19.9189 4.36147 19.9908 4.54064 19.9908 4.75437C19.9908 4.96812 19.9189 5.14583 19.7752 5.2875C19.6314 5.42917 19.4533 5.5 19.2408 5.5H16.7158L17.0908 5.85C18.0908 6.78333 18.8408 7.78333 19.3408 8.85C19.8408 9.91667 20.0908 10.9417 20.0908 11.925C20.0908 13.5187 19.67 14.9671 18.8283 16.2703C17.9867 17.5734 16.8575 18.5583 15.4408 19.225ZM5.01582 20C4.80332 20 4.6252 19.9277 4.48145 19.7831C4.3377 19.6385 4.26582 19.4594 4.26582 19.2456C4.26582 19.0319 4.3377 18.8542 4.48145 18.7125C4.6252 18.5708 4.80332 18.5 5.01582 18.5H7.51582L7.14082 18.2C6.08089 17.3485 5.30757 16.4231 4.82087 15.4239C4.33417 14.4246 4.09082 13.3083 4.09082 12.075C4.09082 10.475 4.51999 9.02083 5.37832 7.7125C6.23665 6.40417 7.37415 5.425 8.79082 4.775C9.05749 4.65833 9.28665 4.67083 9.47832 4.8125C9.66999 4.95417 9.76582 5.175 9.76582 5.475C9.76582 5.60735 9.72343 5.73639 9.63865 5.86212C9.55386 5.98786 9.44625 6.08382 9.31582 6.15C8.18249 6.68333 7.27832 7.4875 6.60332 8.5625C5.92832 9.6375 5.59082 10.8083 5.59082 12.075C5.59082 13.125 5.78665 14.0375 6.17832 14.8125C6.56999 15.5875 7.09915 16.2583 7.76582 16.825L8.51582 17.35V15C8.51582 14.7875 8.58811 14.6094 8.7327 14.4656C8.8773 14.3219 9.05646 14.25 9.2702 14.25C9.48394 14.25 9.66165 14.3219 9.80332 14.4656C9.94499 14.6094 10.0158 14.7875 10.0158 15V19.25C10.0158 19.4625 9.94395 19.6406 9.8002 19.7844C9.65645 19.9281 9.47832 20 9.26582 20H5.01582Z"})}),v.jsx("symbol",{id:"icon-delete",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M6.70664 21C6.30664 21 5.95664 20.85 5.65664 20.55C5.35664 20.25 5.20664 19.9 5.20664 19.5V5.25H4.93164C4.71497 5.25 4.53581 5.17917 4.39414 5.0375C4.25247 4.89583 4.18164 4.71667 4.18164 4.5C4.18164 4.28333 4.25247 4.10417 4.39414 3.9625C4.53581 3.82083 4.71497 3.75 4.93164 3.75H8.88164C8.88164 3.53333 8.95247 3.35417 9.09414 3.2125C9.23581 3.07083 9.41497 3 9.63164 3H14.7316C14.9483 3 15.1275 3.07083 15.2691 3.2125C15.4108 3.35417 15.4816 3.53333 15.4816 3.75H19.4316C19.6483 3.75 19.8275 3.82083 19.9691 3.9625C20.1108 4.10417 20.1816 4.28333 20.1816 4.5C20.1816 4.71667 20.1108 4.89583 19.9691 5.0375C19.8275 5.17917 19.6483 5.25 19.4316 5.25H19.1566V19.5C19.1566 19.9 19.0066 20.25 18.7066 20.55C18.4066 20.85 18.0566 21 17.6566 21H6.70664ZM6.70664 5.25V19.5H17.6566V5.25H6.70664ZM9.35664 16.6C9.35664 16.8167 9.42747 16.9958 9.56914 17.1375C9.71081 17.2792 9.88997 17.35 10.1066 17.35C10.3233 17.35 10.5025 17.2792 10.6441 17.1375C10.7858 16.9958 10.8566 16.8167 10.8566 16.6V8.125C10.8566 7.90833 10.7858 7.72917 10.6441 7.5875C10.5025 7.44583 10.3233 7.375 10.1066 7.375C9.88997 7.375 9.71081 7.44583 9.56914 7.5875C9.42747 7.72917 9.35664 7.90833 9.35664 8.125V16.6ZM13.5066 16.6C13.5066 16.8167 13.5775 16.9958 13.7191 17.1375C13.8608 17.2792 14.04 17.35 14.2566 17.35C14.4733 17.35 14.6525 17.2792 14.7941 17.1375C14.9358 16.9958 15.0066 16.8167 15.0066 16.6V8.125C15.0066 7.90833 14.9358 7.72917 14.7941 7.5875C14.6525 7.44583 14.4733 7.375 14.2566 7.375C14.04 7.375 13.8608 7.44583 13.7191 7.5875C13.5775 7.72917 13.5066 7.90833 13.5066 8.125V16.6Z"})}),v.jsx("symbol",{id:"icon-filter",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M11.1229 18.35C10.8896 18.35 10.6896 18.2667 10.5229 18.1C10.3563 17.9333 10.2729 17.725 10.2729 17.475C10.2729 17.2417 10.3563 17.0458 10.5229 16.8875C10.6896 16.7292 10.8896 16.65 11.1229 16.65H13.6229C13.8563 16.65 14.0563 16.7292 14.2229 16.8875C14.3896 17.0458 14.4729 17.25 14.4729 17.5C14.4729 17.7333 14.3896 17.9333 14.2229 18.1C14.0563 18.2667 13.8563 18.35 13.6229 18.35H11.1229ZM4.12295 7.7C3.88962 7.7 3.68962 7.62083 3.52295 7.4625C3.35628 7.30417 3.27295 7.1 3.27295 6.85C3.27295 6.61667 3.35628 6.41667 3.52295 6.25C3.68962 6.08333 3.88962 6 4.12295 6H20.6229C20.8563 6 21.0563 6.08333 21.2229 6.25C21.3896 6.41667 21.4729 6.625 21.4729 6.875C21.4729 7.10833 21.3896 7.30417 21.2229 7.4625C21.0563 7.62083 20.8563 7.7 20.6229 7.7H4.12295ZM7.12295 13.025C6.88962 13.025 6.68962 12.9417 6.52295 12.775C6.35628 12.6083 6.27295 12.4083 6.27295 12.175C6.27295 11.925 6.35628 11.7208 6.52295 11.5625C6.68962 11.4042 6.88962 11.325 7.12295 11.325H17.6229C17.8563 11.325 18.0563 11.4083 18.2229 11.575C18.3896 11.7417 18.4729 11.9417 18.4729 12.175C18.4729 12.425 18.3896 12.6292 18.2229 12.7875C18.0563 12.9458 17.8563 13.025 17.6229 13.025H7.12295Z"})}),v.jsx("symbol",{id:"icon-sort",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M8.61367 18.175H4.11367C3.88034 18.175 3.68034 18.0917 3.51367 17.925C3.34701 17.7583 3.26367 17.55 3.26367 17.3C3.26367 17.0667 3.34701 16.8708 3.51367 16.7125C3.68034 16.5542 3.88034 16.475 4.11367 16.475H8.61367C8.847 16.475 9.04701 16.5542 9.21367 16.7125C9.38034 16.8708 9.46367 17.075 9.46367 17.325C9.46367 17.5583 9.38034 17.7583 9.21367 17.925C9.04701 18.0917 8.847 18.175 8.61367 18.175ZM20.6137 7.52501H4.11367C3.88034 7.52501 3.68034 7.44585 3.51367 7.28751C3.34701 7.12918 3.26367 6.92501 3.26367 6.67501C3.26367 6.44168 3.34701 6.24168 3.51367 6.07501C3.68034 5.90835 3.88034 5.82501 4.11367 5.82501H20.6137C20.847 5.82501 21.047 5.90835 21.2137 6.07501C21.3803 6.24168 21.4637 6.45001 21.4637 6.70001C21.4637 6.93335 21.3803 7.12918 21.2137 7.28751C21.047 7.44585 20.847 7.52501 20.6137 7.52501ZM14.6137 12.85H4.11367C3.88034 12.85 3.68034 12.7667 3.51367 12.6C3.34701 12.4333 3.26367 12.2333 3.26367 12C3.26367 11.75 3.34701 11.5458 3.51367 11.3875C3.68034 11.2292 3.88034 11.15 4.11367 11.15H14.6137C14.847 11.15 15.047 11.2333 15.2137 11.4C15.3803 11.5667 15.4637 11.7667 15.4637 12C15.4637 12.25 15.3803 12.4542 15.2137 12.6125C15.047 12.7708 14.847 12.85 14.6137 12.85Z"})}),v.jsx("symbol",{id:"icon-search",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M16.1867 14.3243H15.4452L15.1825 14.0709C16.3087 12.757 16.8906 10.9644 16.5715 9.05921C16.1304 6.45012 13.953 4.36661 11.3251 4.04751C7.3552 3.55948 4.01407 6.90061 4.5021 10.8706C4.8212 13.4984 6.90471 15.6758 9.5138 16.1169C11.419 16.436 13.2116 15.8541 14.5255 14.7279L14.7789 14.9907V15.7321L18.7676 19.7208C19.1524 20.1056 19.7812 20.1056 20.166 19.7208C20.5508 19.336 20.5508 18.7072 20.166 18.3224L16.1867 14.3243ZM10.5556 14.3243C8.21864 14.3243 6.33222 12.4379 6.33222 10.101C6.33222 7.76405 8.21864 5.87763 10.5556 5.87763C12.8925 5.87763 14.7789 7.76405 14.7789 10.101C14.7789 12.4379 12.8925 14.3243 10.5556 14.3243Z"})}),v.jsx("symbol",{id:"icon-copy",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M8.31012 19C7.87335 19 7.49945 18.8445 7.18842 18.5335C6.8774 18.2224 6.72188 17.8485 6.72188 17.4118V2.58824C6.72188 2.15147 6.8774 1.77757 7.18842 1.46654C7.49945 1.15551 7.87335 1 8.31012 1H19.9572C20.3939 1 20.7678 1.15551 21.0789 1.46654C21.3899 1.77757 21.5454 2.15147 21.5454 2.58824V17.4118C21.5454 17.8485 21.3899 18.2224 21.0789 18.5335C20.7678 18.8445 20.3939 19 19.9572 19H8.31012ZM8.31012 17.4118H19.9572V2.58824H8.31012V17.4118ZM5.13365 22.1765C4.69688 22.1765 4.32298 22.021 4.01195 21.7099C3.70092 21.3989 3.54541 21.025 3.54541 20.5882V5.42059C3.54541 5.19559 3.62195 5.00699 3.77504 4.85478C3.92815 4.70257 4.11785 4.62647 4.34416 4.62647C4.57048 4.62647 4.75865 4.70257 4.90865 4.85478C5.05865 5.00699 5.13365 5.19559 5.13365 5.42059V20.5882H16.8866C17.1116 20.5882 17.3002 20.6648 17.4524 20.8179C17.6046 20.971 17.6807 21.1607 17.6807 21.387C17.6807 21.6133 17.6046 21.8015 17.4524 21.9515C17.3002 22.1015 17.1116 22.1765 16.8866 22.1765H5.13365Z"})}),v.jsxs("symbol",{id:"icon-upload",viewBox:"0 0 24 24",children:[v.jsx("path",{d:"M11.4296 3.29289C11.8201 2.90237 12.4533 2.90237 12.8438 3.29289L16.7813 7.23039C17.1719 7.62092 17.1719 8.25408 16.7813 8.64461C16.3908 9.03513 15.7576 9.03513 15.3671 8.64461L12.1367 5.41421L8.90633 8.64461C8.5158 9.03513 7.88264 9.03513 7.49211 8.64461C7.10159 8.25408 7.10159 7.62092 7.49211 7.23039L11.4296 3.29289Z"}),v.jsx("path",{d:"M12.1367 3.00269C12.689 3.00269 13.1367 3.4504 13.1367 4.00269V14.5027C13.1367 15.055 12.689 15.5027 12.1367 15.5027C11.5844 15.5027 11.1367 15.055 11.1367 14.5027V4.00269C11.1367 3.4504 11.5844 3.00269 12.1367 3.00269Z"}),v.jsx("path",{d:"M3.13672 12.0027C3.689 12.0027 4.13672 12.4504 4.13672 13.0027V19.5027H20.1367V13.0027C20.1367 12.4504 20.5844 12.0027 21.1367 12.0027C21.689 12.0027 22.1367 12.4504 22.1367 13.0027V19.7527C22.1367 20.2168 21.9523 20.6619 21.6242 20.9901C21.296 21.3183 20.8508 21.5027 20.3867 21.5027H3.88672C3.42259 21.5027 2.97747 21.3183 2.64928 20.9901C2.32109 20.6619 2.13672 20.2168 2.13672 19.7527V13.0027C2.13672 12.4504 2.58443 12.0027 3.13672 12.0027Z"})]}),v.jsxs("symbol",{id:"icon-eye",viewBox:"0 0 24 24",children:[v.jsx("path",{fillRule:"evenodd",d:"M4.70739 8.35539C6.37606 6.68654 8.99456 5 12.7274 5C16.4602 5 19.0787 6.68654 20.7474 8.35539C21.5797 9.1878 22.1799 10.019 22.5729 10.6433C22.7698 10.9559 22.9156 11.2183 23.0135 11.4052C23.0625 11.4987 23.0995 11.5734 23.125 11.6263C23.1377 11.6527 23.1475 11.6737 23.1545 11.6889L23.1629 11.7072L23.1655 11.7129L23.1668 11.7158C23.1668 11.7158 23.1671 11.7164 22.5274 12.0007C23.167 12.285 23.1668 12.2857 23.1668 12.2857L23.1655 12.2885L23.1629 12.2943L23.1545 12.3126C23.1475 12.3277 23.1377 12.3487 23.1249 12.3751C23.0995 12.428 23.0624 12.5027 23.0135 12.5962C22.9156 12.783 22.7697 13.0453 22.5729 13.358C22.1798 13.9821 21.5797 14.8131 20.7473 15.6453C19.0787 17.3138 16.4602 19 12.7274 19C8.99462 19 6.37613 17.3138 4.70745 15.6453C3.87513 14.8131 3.27495 13.9821 2.88192 13.358C2.68507 13.0453 2.53919 12.783 2.44131 12.5962C2.39235 12.5027 2.35532 12.428 2.32986 12.3751C2.31713 12.3487 2.30728 12.3277 2.30028 12.3126L2.2919 12.2943L2.28929 12.2885L2.28838 12.2865C2.28838 12.2865 2.28774 12.285 2.92739 12.0007C2.28771 11.7164 2.288 11.7158 2.288 11.7158L2.28927 11.7129L2.29187 11.7072L2.30026 11.6889C2.30726 11.6737 2.3171 11.6527 2.32983 11.6263C2.35529 11.5734 2.39232 11.4987 2.44128 11.4052C2.53916 11.2183 2.68504 10.9559 2.88189 10.6433C3.2749 10.019 3.87508 9.1878 4.70739 8.35539ZM2.92739 12.0007L2.288 11.7158C2.20757 11.8968 2.20729 12.104 2.28774 12.285L2.92739 12.0007ZM3.71007 12.0006C3.79243 11.8464 3.91069 11.6369 4.06665 11.3891C4.41738 10.832 4.95471 10.0881 5.6974 9.34529C7.17873 7.8638 9.46023 6.4 12.7274 6.4C15.9946 6.4 18.2761 7.8638 19.7574 9.34529C20.5001 10.0881 21.0374 10.832 21.3881 11.3891C21.5441 11.6369 21.6624 11.8464 21.7447 12.0006C21.6624 12.1549 21.5441 12.3643 21.3882 12.612C21.0374 13.1689 20.5001 13.9127 19.7574 14.6553C18.2761 16.1365 15.9946 17.6 12.7274 17.6C9.46017 17.6 7.17866 16.1365 5.69734 14.6553C4.95466 13.9127 4.41734 13.1689 4.06661 12.612C3.91068 12.3643 3.79242 12.1549 3.71007 12.0006ZM22.5274 12.0007L23.1668 12.2857C23.2472 12.1047 23.2472 11.8968 23.1668 11.7158L22.5274 12.0007Z"}),v.jsx("path",{d:"M12.7274 9.20074C11.181 9.20074 9.92739 10.4543 9.92739 12.0007C9.92739 13.5471 11.181 14.8007 12.7274 14.8007C14.2738 14.8007 15.5274 13.5471 15.5274 12.0007C15.5274 10.4543 14.2738 9.20074 12.7274 9.20074ZM8.52739 12.0007C8.52739 9.68114 10.4078 7.80074 12.7274 7.80074C15.047 7.80074 16.9274 9.68114 16.9274 12.0007C16.9274 14.3203 15.047 16.2007 12.7274 16.2007C10.4078 16.2007 8.52739 14.3203 8.52739 12.0007Z"})]}),v.jsxs("symbol",{id:"icon-eye-slash",viewBox:"0 0 24 24",children:[v.jsx("path",{d:"M4.8474 4.18205C5.13346 3.92199 5.57618 3.94307 5.83623 4.22914L19.8363 19.6292C20.0964 19.9153 20.0753 20.358 19.7892 20.618C19.5032 20.8781 19.0604 20.857 18.8004 20.571L4.80031 5.17088C4.54026 4.88482 4.56134 4.4421 4.8474 4.18205Z"}),v.jsx("path",{d:"M10.4818 9.3393C10.7419 9.62534 10.7209 10.0681 10.4348 10.3281C9.88543 10.8277 9.55695 11.525 9.52167 12.2668C9.48638 13.0085 9.74717 13.7339 10.2467 14.2833C10.7462 14.8328 11.4435 15.1613 12.1852 15.1967C12.927 15.232 13.6524 14.9713 14.2019 14.4719C14.4879 14.2118 14.9307 14.233 15.1907 14.519C15.4507 14.8051 15.4296 15.2478 15.1435 15.5079C14.3193 16.2571 13.2312 16.6481 12.1186 16.5951C11.006 16.5421 9.96002 16.0493 9.21076 15.2251C8.4615 14.4009 8.07031 13.3128 8.12324 12.2002C8.17617 11.0876 8.66889 10.0416 9.49301 9.2923C9.77904 9.03222 10.2218 9.05326 10.4818 9.3393Z"}),v.jsx("path",{d:"M8.2173 6.88571C8.39195 7.23061 8.25394 7.6518 7.90904 7.82645C6.24608 8.66858 5.05366 9.88592 4.27342 10.9042C3.88447 11.4118 3.60185 11.8649 3.41786 12.1881C3.37298 12.267 3.33405 12.338 3.30094 12.4C3.38329 12.5542 3.50155 12.7637 3.65749 13.0113C4.00821 13.5683 4.54554 14.3121 5.28822 15.0547C6.76954 16.5359 9.05107 17.9994 12.3183 17.9994H12.3239C13.8528 18.0116 15.3627 17.6594 16.7284 16.9721C17.0738 16.7983 17.4946 16.9373 17.6684 17.2827C17.8422 17.628 17.7031 18.0488 17.3578 18.2226C15.7943 19.0095 14.0659 19.4129 12.3156 19.3994C8.58424 19.3986 5.96661 17.7128 4.29832 16.0447C3.466 15.2125 2.86581 14.3815 2.47279 13.7573C2.27593 13.4447 2.13005 13.1824 2.03217 12.9956C1.98321 12.9021 1.94618 12.8274 1.92072 12.7745C1.90799 12.7481 1.89815 12.7271 1.89114 12.7119L1.88276 12.6936L1.88015 12.6878L1.87925 12.6858C1.87925 12.6858 1.8786 12.6844 2.51826 12.4C1.87858 12.1158 1.87878 12.1153 1.87878 12.1153L1.87961 12.1134L1.88122 12.1099L1.88613 12.0991C1.89016 12.0903 1.89571 12.0783 1.9028 12.0632C1.91699 12.0331 1.93734 11.9908 1.96401 11.9375C2.01732 11.831 2.09598 11.6804 2.20114 11.4956C2.41124 11.1265 2.72837 10.6188 3.16214 10.0527C4.02734 8.92353 5.37219 7.54183 7.27656 6.57746C7.62146 6.40281 8.04264 6.54081 8.2173 6.88571ZM2.51826 12.4L1.87878 12.1153C1.79835 12.2963 1.79815 12.5034 1.8786 12.6844L2.51826 12.4Z"}),v.jsx("path",{d:"M10.3942 5.5561C11.0303 5.45074 11.6741 5.3983 12.3189 5.39933C16.0514 5.3995 18.6698 7.08597 20.3384 8.75474C21.1707 9.58715 21.7708 10.4183 22.1639 11.0426C22.3607 11.3553 22.5066 11.6177 22.6045 11.8045C22.6534 11.898 22.6905 11.9728 22.7159 12.0256C22.7287 12.0521 22.7385 12.0731 22.7455 12.0882L22.7539 12.1065L22.7565 12.1123L22.7577 12.1151C22.7577 12.1151 22.758 12.1158 22.1184 12.4C21.4787 12.1157 21.4788 12.1154 21.4788 12.1154L22.1184 12.4L21.4747 12.6757C21.4747 12.6757 21.4789 12.6848 21.3396 12.3926C21.3383 12.3951 21.337 12.3975 21.3357 12.4C21.2533 12.2457 21.1351 12.0362 20.9791 11.7885C20.6284 11.2314 20.091 10.4874 19.3483 9.74464C17.867 8.26314 15.5855 6.79934 12.3183 6.79934L12.3172 6.79933C11.7496 6.79841 11.1829 6.84455 10.623 6.93729C10.2416 7.00046 9.88118 6.74248 9.81801 6.36108C9.75484 5.97967 10.0128 5.61927 10.3942 5.5561ZM22.1184 12.4L22.758 12.6844C22.8385 12.5034 22.8382 12.2961 22.7577 12.1151L22.1184 12.4ZM21.3357 12.4C21.2357 12.5872 21.0831 12.8554 20.8745 13.1743C20.4509 13.8222 19.8024 14.6707 18.9046 15.4748C18.6167 15.7328 18.5923 16.1753 18.8502 16.4633C19.1082 16.7513 19.5507 16.7756 19.8387 16.5177C20.8486 15.6131 21.5734 14.6636 22.0463 13.9405C22.2832 13.5782 22.4582 13.2706 22.5753 13.0507C22.6339 12.9407 22.6781 12.8525 22.7083 12.7901C22.7235 12.7589 22.7351 12.7342 22.7434 12.7164L22.7532 12.695L22.7563 12.6883L22.7573 12.686L22.758 12.6844C22.758 12.6844 22.758 12.6844 22.1184 12.4C21.4787 12.6843 21.4789 12.6848 21.4789 12.6848L21.4747 12.6757C21.4707 12.667 21.464 12.6526 21.4545 12.6329C21.4355 12.5935 21.4055 12.5329 21.3643 12.4541C21.3553 12.4369 21.3457 12.4189 21.3357 12.4Z"}),v.jsx("path",{d:"M12.2895 8.82996C12.3624 8.45029 12.7293 8.20161 13.109 8.27452C14.0016 8.44591 14.8145 8.9021 15.4259 9.57464C16.0373 10.2472 16.4141 11.0998 16.4999 12.0047C16.5364 12.3896 16.254 12.7311 15.8691 12.7676C15.4842 12.8041 15.1426 12.5217 15.1062 12.1368C15.049 11.5334 14.7977 10.9648 14.39 10.5164C13.9823 10.0679 13.4402 9.7637 12.845 9.64941C12.4653 9.5765 12.2166 9.20962 12.2895 8.82996Z"})]}),v.jsx("symbol",{id:"icon-settings",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M20.4093 12C20.4093 11.77 20.3993 11.55 20.3793 11.32L22.2393 9.91C22.6393 9.61 22.7493 9.05 22.4993 8.61L20.6293 5.38C20.3793 4.94 19.8393 4.76 19.3793 4.96L17.2293 5.87C16.8593 5.61 16.4693 5.38 16.0593 5.19L15.7693 2.88C15.7093 2.38 15.2793 2 14.7793 2H11.0493C10.5393 2 10.1093 2.38 10.0493 2.88L9.75933 5.19C9.34933 5.38 8.95933 5.61 8.58933 5.87L6.43933 4.96C5.97933 4.76 5.43933 4.94 5.18933 5.38L3.31933 8.62C3.06933 9.06 3.17933 9.61 3.57933 9.92L5.43933 11.33C5.41933 11.55 5.40933 11.77 5.40933 12C5.40933 12.23 5.41933 12.45 5.43933 12.68L3.57933 14.09C3.17933 14.39 3.06933 14.95 3.31933 15.39L5.18933 18.62C5.43933 19.06 5.97933 19.24 6.43933 19.04L8.58933 18.13C8.95933 18.39 9.34933 18.62 9.75933 18.81L10.0493 21.12C10.1093 21.62 10.5393 22 11.0393 22H14.7693C15.2693 22 15.6993 21.62 15.7593 21.12L16.0493 18.81C16.4593 18.62 16.8493 18.39 17.2193 18.13L19.3693 19.04C19.8293 19.24 20.3693 19.06 20.6193 18.62L22.4893 15.39C22.7393 14.95 22.6293 14.4 22.2293 14.09L20.3693 12.68C20.3993 12.45 20.4093 12.23 20.4093 12ZM12.9493 15.5C11.0193 15.5 9.44933 13.93 9.44933 12C9.44933 10.07 11.0193 8.5 12.9493 8.5C14.8793 8.5 16.4493 10.07 16.4493 12C16.4493 13.93 14.8793 15.5 12.9493 15.5Z"})}),v.jsx("symbol",{id:"icon-user-group",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M1.7002 20C1.48353 20 1.30436 19.9291 1.1627 19.7875C1.02103 19.6458 0.950195 19.4666 0.950195 19.25V17.65C0.950195 17.0666 1.1002 16.5375 1.4002 16.0625C1.7002 15.5875 2.11686 15.2333 2.6502 15C3.86686 14.4666 4.9627 14.0833 5.9377 13.85C6.9127 13.6166 7.91686 13.5 8.9502 13.5C9.98353 13.5 10.9835 13.6166 11.9502 13.85C12.9169 14.0833 14.0085 14.4666 15.2252 15C15.7585 15.2333 16.1794 15.5875 16.4877 16.0625C16.796 16.5375 16.9502 17.0666 16.9502 17.65V19.25C16.9502 19.4666 16.8794 19.6458 16.7377 19.7875C16.596 19.9291 16.4169 20 16.2002 20H1.7002ZM17.9002 20C18.0669 19.9666 18.2002 19.8791 18.3002 19.7375C18.4002 19.5958 18.4502 19.4166 18.4502 19.2V17.65C18.4502 16.6 18.1835 15.7375 17.6502 15.0625C17.1169 14.3875 16.4169 13.8416 15.5502 13.425C16.7002 13.5583 17.7835 13.7541 18.8002 14.0125C19.8169 14.2708 20.6419 14.5666 21.2752 14.9C21.8252 15.2166 22.2585 15.6083 22.5752 16.075C22.8919 16.5416 23.0502 17.0666 23.0502 17.65V19.25C23.0502 19.4666 22.9794 19.6458 22.8377 19.7875C22.696 19.9291 22.5169 20 22.3002 20H17.9002ZM8.9502 11.975C7.8502 11.975 6.9502 11.625 6.2502 10.925C5.5502 10.225 5.2002 9.32498 5.2002 8.22498C5.2002 7.12498 5.5502 6.22498 6.2502 5.52498C6.9502 4.82498 7.8502 4.47498 8.9502 4.47498C10.0502 4.47498 10.9502 4.82498 11.6502 5.52498C12.3502 6.22498 12.7002 7.12498 12.7002 8.22498C12.7002 9.32498 12.3502 10.225 11.6502 10.925C10.9502 11.625 10.0502 11.975 8.9502 11.975ZM17.9502 8.22498C17.9502 9.32498 17.6002 10.225 16.9002 10.925C16.2002 11.625 15.3002 11.975 14.2002 11.975C14.0169 11.975 13.8127 11.9625 13.5877 11.9375C13.3627 11.9125 13.1585 11.8666 12.9752 11.8C13.3752 11.3833 13.6794 10.8708 13.8877 10.2625C14.096 9.65414 14.2002 8.97498 14.2002 8.22498C14.2002 7.47498 14.096 6.81248 13.8877 6.23748C13.6794 5.66248 13.3752 5.13331 12.9752 4.64998C13.1585 4.59998 13.3627 4.55831 13.5877 4.52498C13.8127 4.49164 14.0169 4.47498 14.2002 4.47498C15.3002 4.47498 16.2002 4.82498 16.9002 5.52498C17.6002 6.22498 17.9502 7.12498 17.9502 8.22498ZM2.4502 18.5H15.4502V17.65C15.4502 17.3833 15.371 17.125 15.2127 16.875C15.0544 16.625 14.8585 16.45 14.6252 16.35C13.4252 15.8166 12.4169 15.4583 11.6002 15.275C10.7835 15.0916 9.9002 15 8.9502 15C8.0002 15 7.1127 15.0916 6.2877 15.275C5.4627 15.4583 4.4502 15.8166 3.2502 16.35C3.01686 16.45 2.8252 16.625 2.6752 16.875C2.5252 17.125 2.4502 17.3833 2.4502 17.65V18.5ZM8.9502 10.475C9.6002 10.475 10.1377 10.2625 10.5627 9.83748C10.9877 9.41248 11.2002 8.87498 11.2002 8.22498C11.2002 7.57498 10.9877 7.03748 10.5627 6.61248C10.1377 6.18748 9.6002 5.97498 8.9502 5.97498C8.3002 5.97498 7.7627 6.18748 7.3377 6.61248C6.9127 7.03748 6.7002 7.57498 6.7002 8.22498C6.7002 8.87498 6.9127 9.41248 7.3377 9.83748C7.7627 10.2625 8.3002 10.475 8.9502 10.475Z"})}),v.jsx("symbol",{id:"icon-bullet",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M8.55 21.2375C9.76667 21.7458 11.0833 22 12.5 22C13.9 22 15.2083 21.7458 16.425 21.2375C17.6417 20.7292 18.7 20.025 19.6 19.125C20.5 18.225 21.2083 17.1667 21.725 15.95C22.2417 14.7333 22.5 13.4167 22.5 12C22.5 10.6 22.2417 9.29167 21.725 8.075C21.2083 6.85833 20.5 5.8 19.6 4.9C18.7 4 17.6417 3.29167 16.425 2.775C15.2083 2.25833 13.9 2 12.5 2C11.0833 2 9.76667 2.25833 8.55 2.775C7.33333 3.29167 6.275 4 5.375 4.9C4.475 5.8 3.77083 6.85833 3.2625 8.075C2.75417 9.29167 2.5 10.6 2.5 12C2.5 13.4167 2.75417 14.7333 3.2625 15.95C3.77083 17.1667 4.475 18.225 5.375 19.125C6.275 20.025 7.33333 20.7292 8.55 21.2375Z"})}),v.jsxs("symbol",{id:"icon-shine",viewBox:"0 0 24 24",children:[v.jsx("path",{d:"M5.29378 13.7234C4.97628 13.8835 4.97628 14.351 5.29378 14.5111C5.63128 14.679 6.07628 14.8857 6.60378 15.0923C8.52877 15.8439 10.0463 17.4143 10.7738 19.4005C10.9738 19.9481 11.1738 20.4079 11.3363 20.754C11.4913 21.082 11.9438 21.082 12.0988 20.754C12.2613 20.4053 12.4613 19.9455 12.6613 19.4005C13.3888 17.4117 14.9088 15.8439 16.8312 15.0923C17.3612 14.8857 17.8062 14.679 18.1412 14.5111C18.4587 14.351 18.4587 13.8835 18.1412 13.7234C17.8037 13.5555 17.3587 13.3489 16.8312 13.1422C14.9063 12.3906 13.3888 10.8202 12.6613 8.83397C12.4613 8.2864 12.2613 7.82664 12.0988 7.48054C11.9438 7.15251 11.4913 7.15251 11.3363 7.48054C11.1738 7.82923 10.9738 8.28898 10.7738 8.83397C10.0463 10.8228 8.52627 12.3906 6.60378 13.1422C6.07378 13.3514 5.63128 13.5555 5.29378 13.7234Z"}),v.jsx("path",{d:"M22.7041 6.51724C22.5216 6.42684 22.2816 6.31578 21.9941 6.20213C20.9516 5.79404 20.1291 4.94427 19.7341 3.8672C19.6266 3.57017 19.5191 3.32221 19.4291 3.13366C19.3466 2.95545 19.0991 2.95545 19.0166 3.13366C18.9291 3.32221 18.8216 3.57017 18.7116 3.8672C18.3166 4.94427 17.4941 5.79404 16.4516 6.20213C16.1641 6.3132 15.9241 6.42426 15.7416 6.51724C15.5691 6.60248 15.5691 6.85818 15.7416 6.94342C15.9241 7.03382 16.1641 7.14488 16.4516 7.25853C17.4941 7.66663 18.3166 8.5164 18.7116 9.59346C18.8191 9.89049 18.9266 10.1384 19.0166 10.327C19.0991 10.5052 19.3466 10.5052 19.4291 10.327C19.5166 10.1384 19.6241 9.89049 19.7341 9.59346C20.1291 8.5164 20.9516 7.66663 21.9941 7.25853C22.2816 7.14747 22.5216 7.0364 22.7041 6.94342C22.8766 6.85818 22.8766 6.60506 22.7041 6.51724Z"}),v.jsx("path",{d:"M2.91412 6.86335C3.02662 6.92017 3.17412 6.98733 3.35162 7.05707C3.99412 7.30761 4.49912 7.82935 4.74162 8.49315C4.80912 8.67653 4.87411 8.82892 4.92911 8.94515C4.98161 9.05364 5.13161 9.05364 5.18411 8.94515C5.23911 8.82892 5.30411 8.67653 5.37161 8.49315C5.61411 7.82935 6.11911 7.30761 6.76161 7.05707C6.93911 6.98733 7.08661 6.92017 7.19911 6.86335C7.30411 6.80911 7.30411 6.65414 7.19911 6.5999C7.08661 6.54307 6.93911 6.47592 6.76161 6.40618C6.11911 6.15564 5.61411 5.6339 5.37161 4.9701C5.30411 4.78671 5.23911 4.63432 5.18411 4.51809C5.13161 4.40961 4.98161 4.40961 4.92911 4.51809C4.87411 4.63432 4.80912 4.78671 4.74162 4.9701C4.49912 5.6339 3.99412 6.15564 3.35162 6.40618C3.17412 6.47592 3.02662 6.54307 2.91412 6.5999C2.80662 6.65414 2.80662 6.80911 2.91412 6.86335Z"})]}),v.jsx("symbol",{id:"icon-block",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M12.1627 22C10.78 22 9.48087 21.7375 8.26535 21.2126C7.04983 20.6876 5.99098 19.974 5.0888 19.0718C4.18661 18.1696 3.474 17.1105 2.95099 15.8945C2.428 14.6784 2.1665 13.3773 2.1665 11.9912C2.1665 10.6129 2.4286 9.31604 2.95279 8.10057C3.477 6.8851 4.18982 5.82697 5.09124 4.92617C5.99268 4.02536 7.05121 3.31247 8.26683 2.78747C9.48245 2.26249 10.7814 2 12.1637 2C13.546 2 14.8447 2.26238 16.0598 2.78715C17.2749 3.31192 18.333 4.02451 19.2341 4.92493C20.1352 5.82537 20.8492 6.88363 21.3761 8.09969C21.903 9.31575 22.1665 10.6129 22.1665 11.9912C22.1665 13.3773 21.9042 14.6787 21.3796 15.8954C20.855 17.1121 20.1417 18.1708 19.2396 19.0715C18.3375 19.9723 17.2781 20.6856 16.0616 21.2113C14.8451 21.7371 13.5455 22 12.1627 22ZM12.1635 20.3223C14.4851 20.3223 16.4521 19.5152 18.0644 17.9009C19.6768 16.2866 20.4829 14.3167 20.4829 11.9912C20.4829 11.0224 20.3184 10.0869 19.9893 9.18462C19.6603 8.28236 19.1937 7.46151 18.5895 6.72206L6.88854 18.4171C7.60876 19.0454 8.42381 19.5199 9.33369 19.8409C10.2436 20.1618 11.1869 20.3223 12.1635 20.3223ZM5.76221 17.2662L17.4327 5.58985C16.6886 4.97149 15.8674 4.49919 14.9693 4.17295C14.0711 3.84671 13.1359 3.68358 12.1635 3.68358C9.84197 3.68358 7.87502 4.48852 6.26268 6.09839C4.65035 7.70825 3.84418 9.67252 3.84418 11.9912C3.84418 12.9692 4.01747 13.911 4.36405 14.8165C4.71064 15.7219 5.17669 16.5385 5.76221 17.2662Z"})}),v.jsx("symbol",{id:"icon-attach-file",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M11.537 22.5C9.86458 22.5 8.44032 21.9237 7.26419 20.771C6.08806 19.6183 5.5 18.2155 5.5 16.5626V5.8314C5.5 4.63256 5.91945 3.61095 6.75835 2.76657C7.59726 1.92219 8.614 1.5 9.80858 1.5C11.0194 1.5 12.0437 1.92219 12.8816 2.76657C13.7195 3.61095 14.1385 4.64067 14.1385 5.85574V15.5649C14.1385 16.2949 13.887 16.9154 13.3841 17.4264C12.8812 17.9374 12.2607 18.1929 11.5226 18.1929C10.7845 18.1929 10.168 17.9253 9.67323 17.3899C9.17845 16.8546 8.93105 16.2057 8.93105 15.4432V6.53708C8.93105 6.31808 9.00203 6.1376 9.14397 5.99565C9.28592 5.85371 9.4664 5.78273 9.6854 5.78273C9.89629 5.78273 10.0788 5.85371 10.2329 5.99565C10.387 6.1376 10.4641 6.31808 10.4641 6.53708V15.5162C10.4641 15.8386 10.5679 16.1139 10.7757 16.3421C10.9834 16.5702 11.2373 16.6842 11.5373 16.6842C11.8374 16.6842 12.0904 16.5742 12.2964 16.3542C12.5024 16.1342 12.6054 15.8711 12.6054 15.5649V5.8314C12.6054 5.05272 12.3337 4.39571 11.7903 3.86037C11.2468 3.32503 10.5857 3.05736 9.80707 3.05736C9.02839 3.05736 8.36732 3.32503 7.82387 3.86037C7.28042 4.39571 7.00869 5.05272 7.00869 5.8314V16.6028C7.00869 17.8409 7.44975 18.8818 8.33186 19.7256C9.21397 20.5694 10.2806 20.9913 11.5317 20.9913C12.7991 20.9913 13.8708 20.5662 14.7468 19.7159C15.6228 18.8657 16.0608 17.8145 16.0608 16.5626V6.53708C16.0608 6.31808 16.1318 6.1376 16.2738 5.99565C16.4157 5.85371 16.5945 5.78273 16.8101 5.78273C17.0257 5.78273 17.2102 5.85371 17.3637 5.99565C17.5171 6.1376 17.5939 6.31808 17.5939 6.53708V16.5382C17.5939 18.1912 17.0025 19.598 15.8197 20.7588C14.6369 21.9196 13.2093 22.5 11.537 22.5Z"})}),v.jsx("symbol",{id:"icon-globe",viewBox:"0 0 24 24",children:v.jsx("path",{fillRule:"evenodd",d:"M4.25672 11.3023H8.44493C8.63207 8.49682 9.60739 5.80768 11.2484 3.54104C7.4762 4.24348 4.56928 7.40693 4.25672 11.3023ZM12.8335 3.76626C11.0908 5.91304 10.0468 8.5435 9.8437 11.3023H15.8233C15.6202 8.5435 14.5762 5.91304 12.8335 3.76626ZM15.8233 12.6977C15.6202 15.4565 14.5762 18.087 12.8335 20.2337C11.0908 18.087 10.0468 15.4565 9.8437 12.6977H15.8233ZM8.44493 12.6977H4.25672C4.56928 16.5931 7.47619 19.7565 11.2484 20.459C9.60738 18.1923 8.63207 15.5032 8.44493 12.6977ZM14.4186 20.459C16.0596 18.1923 17.0349 15.5032 17.2221 12.6977H21.4103C21.0977 16.5931 18.1908 19.7565 14.4186 20.459ZM21.4103 11.3023H17.2221C17.0349 8.49682 16.0596 5.80768 14.4186 3.54104C18.1908 4.24348 21.0977 7.40693 21.4103 11.3023ZM2.8335 12C2.8335 6.47715 7.31065 2 12.8335 2C18.3563 2 22.8335 6.47715 22.8335 12C22.8335 17.5228 18.3563 22 12.8335 22C7.31065 22 2.8335 17.5228 2.8335 12Z"})}),v.jsx("symbol",{id:"icon-lock",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M18.0776 23H6.83317C4.80428 23 3.1665 21.3622 3.1665 19.3333V12C3.1665 9.97111 4.80428 8.33333 6.83317 8.33333H7.81095V5.64444C7.81095 3.07778 9.88873 1 12.4554 1C15.0221 1 17.0998 3.07778 17.0998 5.64444V8.33333H18.0776C20.1065 8.33333 21.7443 9.97111 21.7443 12V19.3333C21.7443 21.3622 20.1065 23 18.0776 23ZM6.83317 10.2889C5.87984 10.2889 5.12206 11.0467 5.12206 12V19.3333C5.12206 20.2867 5.87984 21.0444 6.83317 21.0444H18.0776C19.0309 21.0444 19.7887 20.2867 19.7887 19.3333V12C19.7887 11.0467 19.0309 10.2889 18.0776 10.2889H6.83317ZM9.7665 8.33333H15.1443V5.64444C15.1443 4.15333 13.9465 2.95556 12.4554 2.95556C10.9643 2.95556 9.7665 4.15333 9.7665 5.64444V8.33333ZM12.4554 17.6222C11.9176 17.6222 11.4776 17.1822 11.4776 16.6444V14.6889C11.4776 14.1511 11.9176 13.7111 12.4554 13.7111C12.9932 13.7111 13.4332 14.1511 13.4332 14.6889V16.6444C13.4332 17.1822 12.9932 17.6222 12.4554 17.6222Z"})}),v.jsxs("symbol",{id:"icon-loading",viewBox:"0 0 24 24",children:[v.jsx("path",{d:"M4.82159 8C6.88732 8 8.5399 9.65258 8.5399 11.8216C8.5399 13.8873 6.88732 15.5399 4.82159 15.5399C2.65258 15.5399 1 13.8873 1 11.8216C1 9.65258 2.65258 8 4.82159 8Z"}),v.jsx("path",{d:"M13.7042 8.82629C15.3568 8.82629 16.5962 10.169 16.5962 11.8216C16.5962 13.3709 15.3568 14.7136 13.7042 14.7136C12.1549 14.7136 10.8122 13.3709 10.8122 11.8216C10.8122 10.169 12.1549 8.82629 13.7042 8.82629Z"}),v.jsx("path",{d:"M20.9343 9.75587C22.0704 9.75587 23 10.6854 23 11.8216C23 12.8545 22.0704 13.784 20.9343 13.784C19.7981 13.784 18.9718 12.8545 18.9718 11.8216C18.9718 10.6854 19.7981 9.75587 20.9343 9.75587Z"})]}),v.jsxs("symbol",{id:"icon-open-full-screen",viewBox:"0 0 24 24",children:[v.jsx("path",{d:"M8.33301 4H5.74701L10.04 8.293C10.2222 8.4816 10.323 8.7342 10.3207 8.9964C10.3184 9.2586 10.2132 9.50941 10.0278 9.69482C9.84242 9.88023 9.59161 9.9854 9.32941 9.98767C9.06721 9.98995 8.81461 9.88916 8.62601 9.707L4.33301 5.414V8C4.33301 8.26522 4.22765 8.51957 4.04011 8.70711C3.85258 8.89464 3.59822 9 3.33301 9C3.06779 9 2.81344 8.89464 2.6259 8.70711C2.43836 8.51957 2.33301 8.26522 2.33301 8V3C2.33363 2.86888 2.35979 2.73913 2.41001 2.618C2.48553 2.43528 2.61352 2.27906 2.77781 2.16906C2.94209 2.05906 3.1353 2.00023 3.33301 2H8.33301C8.59822 2 8.85258 2.10536 9.04011 2.29289C9.22765 2.48043 9.33301 2.73478 9.33301 3C9.33301 3.26522 9.22765 3.51957 9.04011 3.70711C8.85258 3.89464 8.59822 4 8.33301 4Z"}),v.jsx("path",{d:"M21.8882 2.16906C22.0525 2.27906 22.1805 2.43528 22.256 2.618C22.3062 2.73913 22.3324 2.86888 22.333 3V8C22.333 8.26522 22.2277 8.51957 22.0401 8.70711C21.8526 8.89464 21.5982 9 21.333 9C21.0678 9 20.8135 8.89464 20.6259 8.70711C20.4384 8.51957 20.333 8.26522 20.333 8V5.414L16.04 9.707C15.9478 9.80251 15.8374 9.87869 15.7154 9.9311C15.5934 9.98351 15.4622 10.0111 15.3294 10.0123C15.1966 10.0134 15.065 9.9881 14.9421 9.93782C14.8192 9.88754 14.7075 9.81329 14.6136 9.71939C14.5197 9.6255 14.4455 9.51385 14.3952 9.39095C14.3449 9.26806 14.3196 9.13638 14.3208 9.0036C14.3219 8.87082 14.3495 8.7396 14.4019 8.6176C14.4543 8.49559 14.5305 8.38525 14.626 8.293L18.919 4H16.333C16.0678 4 15.8135 3.89464 15.6259 3.70711C15.4384 3.51957 15.333 3.26522 15.333 3C15.333 2.73478 15.4384 2.48043 15.6259 2.29289C15.8135 2.10536 16.0678 2 16.333 2H21.333C21.5307 2.00023 21.7239 2.05906 21.8882 2.16906Z"}),v.jsx("path",{d:"M8.62601 14.293L4.33301 18.586V16C4.33301 15.7348 4.22765 15.4804 4.04011 15.2929C3.85258 15.1053 3.59822 15 3.33301 15C3.06779 15 2.81344 15.1053 2.6259 15.2929C2.43836 15.4804 2.33301 15.7348 2.33301 16V21C2.33363 21.1311 2.35979 21.2609 2.41001 21.382C2.5115 21.6269 2.70609 21.8215 2.95101 21.923C3.07214 21.9732 3.20188 21.9994 3.33301 22H8.33301C8.59822 22 8.85258 21.8946 9.04011 21.7071C9.22765 21.5196 9.33301 21.2652 9.33301 21C9.33301 20.7348 9.22765 20.4804 9.04011 20.2929C8.85258 20.1053 8.59822 20 8.33301 20H5.74701L10.04 15.707C10.2222 15.5184 10.323 15.2658 10.3207 15.0036C10.3184 14.7414 10.2132 14.4906 10.0278 14.3052C9.84242 14.1198 9.59161 14.0146 9.32941 14.0123C9.06721 14.01 8.81461 14.1108 8.62601 14.293Z"}),v.jsx("path",{d:"M20.6259 15.2929C20.8134 15.1053 21.0678 15 21.333 15C21.5982 15 21.8526 15.1053 22.0401 15.2929C22.2276 15.4804 22.333 15.7348 22.333 16V21C22.3324 21.1311 22.3062 21.2609 22.256 21.382C22.1545 21.6269 21.9599 21.8215 21.715 21.923C21.5939 21.9732 21.4641 21.9994 21.333 22H16.333C16.0678 22 15.8134 21.8946 15.6259 21.7071C15.4383 21.5196 15.333 21.2652 15.333 21C15.333 20.7348 15.4383 20.4804 15.6259 20.2929C15.8134 20.1053 16.0678 20 16.333 20H18.919L14.626 15.707C14.4438 15.5184 14.343 15.2658 14.3453 15.0036C14.3476 14.7414 14.4528 14.4906 14.6382 14.3052C14.8236 14.1198 15.0744 14.0146 15.3366 14.0123C15.5988 14.01 15.8514 14.1108 16.04 14.293L20.333 18.586V16C20.333 15.7348 20.4383 15.4804 20.6259 15.2929Z"})]}),v.jsxs("symbol",{id:"icon-close-full-screen",viewBox:"0 0 24 24",children:[v.jsx("path",{d:"M20.1684 2.28324L15.5698 6.88212V4.16303C15.5698 3.62843 15.1364 3.19525 14.602 3.19525C14.0676 3.19525 13.6342 3.62843 13.6342 4.16303V9.21861L13.6363 9.22944C13.6377 9.35038 13.6601 9.47109 13.7065 9.58474L13.9097 9.89086L13.9175 9.90286L13.9262 9.90874L14.2352 10.1139C14.3526 10.1619 14.4773 10.1862 14.602 10.1862H19.6569C20.1912 10.1862 20.6244 9.75297 20.6244 9.21861C20.6244 8.68402 20.1912 8.25107 19.6569 8.25107L16.9383 8.25084L21.5369 3.6522C21.9148 3.27407 21.9148 2.66136 21.5369 2.28347C21.159 1.90559 20.5463 1.90559 20.1684 2.28324Z"}),v.jsx("path",{d:"M6.70213 8.25037L3.98328 8.2506C3.44868 8.2506 3.0155 8.68378 3.0155 9.21838C3.0155 9.75274 3.44868 10.1862 3.98328 10.1862L9.03816 10.1859C9.1631 10.1859 9.28758 10.1617 9.40499 10.1137L9.71417 9.90827L9.72264 9.90262L9.73041 9.89062L9.9337 9.5845C9.98006 9.47085 10.0026 9.35014 10.0038 9.2292L10.0059 9.21838V4.16303C10.0059 3.62843 9.57252 3.19525 9.03816 3.19525C8.5038 3.19525 8.07039 3.62843 8.07039 4.16303V6.88212L3.47221 2.28324C3.09433 1.90559 2.48161 1.90559 2.10373 2.28324C1.72584 2.66136 1.72584 3.27407 2.10373 3.65196L6.70213 8.25037Z"}),v.jsx("path",{d:"M16.938 15.749L19.6573 15.7493C20.1917 15.7493 20.6249 15.3161 20.6249 14.7817C20.6249 14.2471 20.1917 13.8142 19.6573 13.8142H14.6025C14.4766 13.8142 14.3514 13.8394 14.2333 13.8878C14.1161 13.9361 14.0081 14.0069 13.9177 14.0973C13.8272 14.1876 13.7566 14.2956 13.7081 14.4133C13.6596 14.5311 13.6342 14.6561 13.6342 14.7817V19.8373C13.6342 20.3717 14.0674 20.8051 14.602 20.8051C15.1364 20.8051 15.5698 20.3717 15.5698 19.8373V17.118L20.1684 21.7166C20.5463 22.0943 21.159 22.0943 21.5369 21.7166C21.9148 21.3385 21.9148 20.7258 21.5369 20.3479L16.938 15.749Z"}),v.jsx("path",{d:"M10.0062 14.782C10.0062 14.6563 9.981 14.5311 9.93229 14.4135C9.88382 14.2961 9.81323 14.1878 9.72264 14.0975C9.63205 14.0071 9.52429 13.9363 9.40687 13.8881C9.28875 13.8396 9.16358 13.8144 9.03793 13.8144H3.98328C3.44868 13.8144 3.0155 14.2476 3.0155 14.7822C3.0155 15.3166 3.44868 15.75 3.98328 15.75L6.70237 15.7497L2.10373 20.3482C1.72584 20.7263 1.72584 21.339 2.10373 21.7169C2.48161 22.0945 3.09433 22.0945 3.47221 21.7169L8.07086 17.1182V19.8376C8.07086 20.3719 8.50404 20.8053 9.03863 20.8053C9.57299 20.8053 10.0064 20.3719 10.0064 19.8376L10.0062 14.782Z"})]}),v.jsx("symbol",{id:"icon-overlap-compare",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M20.1567 8.03863H16.4614V4.3133C16.4614 3.0515 15.4399 2 14.1481 2H3.8133C2.5515 2 1.5 3.02146 1.5 4.3133V14.6781C1.5 15.9399 2.52146 16.9914 3.8133 16.9914H7.50858V20.6867C7.50858 21.9485 8.53004 23 9.82189 23H20.1867C21.4485 23 22.5 21.9785 22.5 20.6867V10.3219C22.47 9.06009 21.4485 8.03863 20.1567 8.03863ZM8.7103 15.5494V14.3476L15.2597 9.87125V11.103L8.77039 15.4893C8.74034 15.5193 8.74034 15.5193 8.7103 15.5494ZM8.7103 13.2661V12.0043L12.8562 9.24035H14.5987L8.7103 13.2661ZM8.7103 10.8927V10.3219C8.7103 9.72103 9.22103 9.2103 9.82189 9.2103H11.2339C11.2339 9.24034 8.7103 10.8927 8.7103 10.8927ZM15.2597 12.1846V13.4464L11.9549 15.6996C11.9249 15.7296 11.8949 15.7296 11.8949 15.7597H9.9721L15.2597 12.1846ZM15.2597 14.5579V14.6781C15.2597 15.279 14.7489 15.7897 14.1481 15.7897H13.4571L15.2597 14.5579ZM3.78326 15.7897C3.1824 15.7897 2.67167 15.279 2.67167 14.6781V4.3133C2.67167 3.71245 3.15236 3.20172 3.78326 3.20172H14.1481C14.7489 3.20172 15.2597 3.6824 15.2597 4.3133V8.00858H9.82189C8.56009 8.00858 7.50858 9.03004 7.50858 10.3219V15.7597L3.78326 15.7897ZM21.2682 20.6867C21.2682 21.2876 20.7575 21.7983 20.1567 21.7983H9.82189C9.22103 21.7983 8.7103 21.2876 8.7103 20.6867V16.9914H14.1481C15.4099 16.9914 16.4614 15.97 16.4614 14.6781V9.24035H20.1567C20.7575 9.24035 21.2682 9.75107 21.2682 10.3519V20.6867Z"})}),v.jsx("symbol",{id:"icon-like",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M14.6398 3.00098C14.6043 2.99943 14.5684 3.00113 14.5324 3.00294C14.2503 3.01428 13.9899 3.12916 13.7863 3.31927L7.33309 9.00659V21.0003H7.83506C7.8481 21.0001 7.86114 20.9995 7.87412 20.9983H18.9192C20.0509 20.9982 21.0151 20.1632 21.1771 19.0433L22.3138 11.1686C22.4741 10.0676 21.6102 9.06359 20.4974 9.06518H14.302L15.3 5.89732L15.7278 4.54774C15.8771 4.06989 15.7017 3.56824 15.3508 3.27631C15.3364 3.26497 15.3213 3.25362 15.3058 3.24228C15.1206 3.10281 14.8883 3.01194 14.6398 3.00098ZM2.82716 9.00664C2.55557 9.00993 2.33622 9.22923 2.33301 9.50072V20.4983C2.33196 20.7731 2.55254 20.997 2.82716 21.0003H6.33307V9.00664H2.82716Z"})}),v.jsx("symbol",{id:"icon-save",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M4.83048 1C3.64352 1 2.6665 1.97258 2.6665 3.16018V20.8411C2.6665 22.0287 3.64352 23 4.83048 23H19.6206C20.8076 23 21.7846 22.0287 21.7846 20.8411V5.83987C21.7859 5.66835 21.7191 5.50332 21.5988 5.38104L17.4048 1.18707C17.3443 1.12729 17.2727 1.07999 17.194 1.0479C17.1153 1.0158 17.031 0.999529 16.946 1.00001H15.4557H8.99158L4.83048 1ZM4.83048 2.29561H8.34694V5.24706C8.34694 6.18903 9.12402 6.96737 10.066 6.96737H14.3851C15.3271 6.96737 16.1054 6.18903 16.1054 5.24706V2.29561H16.678L20.4902 6.10784V20.8411C20.4902 21.333 20.1132 21.7107 19.6206 21.7107H18.8849V14.5059C18.8849 13.3806 17.9613 12.4569 16.836 12.4569H7.61508C6.48976 12.4569 5.56613 13.3806 5.56613 14.5059V21.7107H4.83048C4.33787 21.7107 3.96085 21.333 3.96085 20.8411V3.16018C3.96085 2.66822 4.33787 2.29561 4.83048 2.29561ZM9.64128 2.29561H14.8098V5.24706C14.8098 5.49338 14.6314 5.67302 14.3851 5.67302H10.066C9.81966 5.67302 9.64128 5.4934 9.64128 5.24706V2.29561ZM7.61508 13.7513H16.836C17.2664 13.7513 17.5906 14.0755 17.5906 14.5059V21.7107H6.86047V14.5059C6.86047 14.0755 7.18464 13.7513 7.61508 13.7513Z"})}),v.jsx("symbol",{id:"icon-image",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M4.41236 22C3.81808 22 3.31506 21.7941 2.90329 21.3824C2.49153 20.9706 2.28564 20.4676 2.28564 19.8733V4.12671C2.28564 3.53244 2.49153 3.02941 2.90329 2.61765C3.31506 2.20588 3.81808 2 4.41236 2H20.1589C20.7532 2 21.2562 2.20588 21.668 2.61765C22.0798 3.02941 22.2856 3.53244 22.2856 4.12671V19.8733C22.2856 20.4676 22.0798 20.9706 21.668 21.3824C21.2562 21.7941 20.7532 22 20.1589 22H4.41236ZM4.41236 20.2353H20.1589C20.2494 20.2353 20.3324 20.1976 20.4078 20.1222C20.4833 20.0468 20.521 19.9638 20.521 19.8733V4.12671C20.521 4.0362 20.4833 3.95323 20.4078 3.8778C20.3324 3.80239 20.2494 3.76468 20.1589 3.76468H4.41236C4.32185 3.76468 4.23888 3.80239 4.16344 3.8778C4.08803 3.95323 4.05033 4.0362 4.05033 4.12671V19.8733C4.05033 19.9638 4.08803 20.0468 4.16344 20.1222C4.23888 20.1976 4.32185 20.2353 4.41236 20.2353ZM7.17257 17.5882H17.4892C17.7019 17.5882 17.8595 17.4917 17.9621 17.2986C18.0646 17.1056 18.0488 16.9185 17.9146 16.7375L15.1092 12.9797C14.9991 12.8379 14.8573 12.767 14.6838 12.767C14.5104 12.767 14.3686 12.8379 14.2585 12.9797L11.3807 16.7285L9.45308 14.2579C9.34298 14.1237 9.20309 14.0566 9.0334 14.0566C8.86371 14.0566 8.72382 14.1275 8.61372 14.2693L6.75854 16.7375C6.61676 16.9185 6.59715 17.1056 6.69972 17.2986C6.80228 17.4917 6.9599 17.5882 7.17257 17.5882Z"})}),v.jsx("symbol",{id:"icon-bar-chart",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M18.75 20C18.2641 20 17.8509 19.8298 17.5105 19.4894C17.1702 19.149 17 18.7359 17 18.25V15.8462C17 15.3603 17.1702 14.9471 17.5105 14.6068C17.8509 14.2664 18.2641 14.0962 18.75 14.0962C19.2359 14.0962 19.649 14.2664 19.9894 14.6068C20.3298 14.9471 20.5 15.3603 20.5 15.8462V18.25C20.5 18.7359 20.3298 19.149 19.9894 19.4894C19.649 19.8298 19.2359 20 18.75 20ZM13 20C12.5141 20 12.1009 19.8298 11.7606 19.4894C11.4202 19.149 11.25 18.7359 11.25 18.25V6.75C11.25 6.2641 11.4202 5.85096 11.7606 5.51058C12.1009 5.17019 12.5141 5 13 5C13.4859 5 13.899 5.17019 14.2394 5.51058C14.5798 5.85096 14.75 6.2641 14.75 6.75V18.25C14.75 18.7359 14.5798 19.149 14.2394 19.4894C13.899 19.8298 13.4859 20 13 20ZM7.25 20C6.7641 20 6.35096 19.8298 6.01057 19.4894C5.67019 19.149 5.5 18.7359 5.5 18.25V11.6538C5.5 11.1679 5.67019 10.7548 6.01057 10.4144C6.35096 10.074 6.7641 9.90385 7.25 9.90385C7.73588 9.90385 8.14902 10.074 8.4894 10.4144C8.82978 10.7548 8.99997 11.1679 8.99997 11.6538V18.25C8.99997 18.7359 8.82978 19.149 8.4894 19.4894C8.14902 19.8298 7.73588 20 7.25 20Z"})}),v.jsx("symbol",{id:"icon-shine-var2",viewBox:"0 0 24 24",children:v.jsx("path",{d:"M19.662 8.55111L18.4442 9.11111L19.662 9.67111L20.222 10.8889L20.782 9.67111L21.9998 9.11111L20.782 8.55111L20.222 7.33333L19.662 8.55111ZM17.5553 7.33333L18.3909 5.50222L20.222 4.66667L18.3909 3.83111L17.5553 2L16.7198 3.83111L14.8887 4.66667L16.7198 5.50222L17.5553 7.33333Z"})})]}),ct=({color:e,size:t,noPadding:n,name:r})=>v.jsxs("div",{className:p3({noPadding:n}),children:[v.jsx(f3,{}),v.jsx("svg",{className:z.icon({color:e,size:t}),viewBox:"0 0 512 512",children:v.jsx("use",{xlinkHref:`#icon-${r}`})})]}),p3=z.cva({base:{padding:2,height:"100%",display:"flex",alignItems:"center",justifyContent:"center"},variants:{noPadding:{true:{padding:0}}}}),h3=({children:e,trigger:t})=>{const n=z.accordionSlot({});return v.jsx(s3,{className:n.root,type:"single",collapsible:!0,children:v.jsxs(u3,{className:n.item,value:"item-1",children:[v.jsx(g3,{className:n,children:t}),v.jsx(m3,{className:n,children:e})]})})},g3=M.forwardRef(({children:e,className:t,...n},r)=>v.jsx(l3,{className:t.header,children:v.jsxs(c3,{className:t.trigger,...n,ref:r,children:[e,v.jsx(ct,{name:"arrow-drop-down",color:"grayLight",size:"large"})]})})),m3=M.forwardRef(({children:e,className:t,...n},r)=>v.jsx(d3,{className:t.content,...n,ref:r,children:v.jsx("div",{className:"AccordionContentText",children:e})})),v3=z.css({backgroundColor:"blue_20",display:"inline-block",position:"relative",animation:"shimmer 1s infinite",animationTimingFunction:"ease-in-out"}),Ze=({height:e,width:t,background:n})=>v.jsx("div",{className:v3,"aria-busy":"true",style:{height:e,width:t,background:n}}),b3=({href:e,target:t,onClick:n,children:r,disabled:o,external:i,openInNewWindow:a,noHoverUnderline:s,loading:u,...l})=>!i&&e?v.jsx("a",{...l,href:e,onClick:n,target:a?"_blank":"_self",className:z.anchor({underlined:!s,disabled:o}),children:u?v.jsx(Ze,{height:"10px",width:"100px"}):r}):v.jsx("a",{...l,href:e,target:t,onClick:n,className:z.anchor({underlined:!s,disabled:o}),children:u?v.jsx(Ze,{height:"10px",width:"100px"}):r});var y3=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function ol(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function il(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var n=function r(){return this instanceof r?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};n.prototype=t.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach(function(r){var o=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(n,r,o.get?o:{enumerable:!0,get:function(){return e[r]}})}),n}var o0={},ou={exports:{}},Dr={exports:{}},pe={};/** @license React v16.13.1
|
|
2
2
|
* react-is.production.min.js
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
5
5
|
*
|
|
6
6
|
* This source code is licensed under the MIT license found in the
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
|
-
*/var
|
|
8
|
+
*/var $c;function C3(){if($c)return pe;$c=1;var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,o=e?Symbol.for("react.strict_mode"):60108,i=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,s=e?Symbol.for("react.context"):60110,u=e?Symbol.for("react.async_mode"):60111,l=e?Symbol.for("react.concurrent_mode"):60111,c=e?Symbol.for("react.forward_ref"):60112,d=e?Symbol.for("react.suspense"):60113,f=e?Symbol.for("react.suspense_list"):60120,p=e?Symbol.for("react.memo"):60115,g=e?Symbol.for("react.lazy"):60116,h=e?Symbol.for("react.block"):60121,m=e?Symbol.for("react.fundamental"):60117,b=e?Symbol.for("react.responder"):60118,y=e?Symbol.for("react.scope"):60119;function w(S){if(typeof S=="object"&&S!==null){var A=S.$$typeof;switch(A){case t:switch(S=S.type,S){case u:case l:case r:case i:case o:case d:return S;default:switch(S=S&&S.$$typeof,S){case s:case c:case g:case p:case a:return S;default:return A}}case n:return A}}}function I(S){return w(S)===l}return pe.AsyncMode=u,pe.ConcurrentMode=l,pe.ContextConsumer=s,pe.ContextProvider=a,pe.Element=t,pe.ForwardRef=c,pe.Fragment=r,pe.Lazy=g,pe.Memo=p,pe.Portal=n,pe.Profiler=i,pe.StrictMode=o,pe.Suspense=d,pe.isAsyncMode=function(S){return I(S)||w(S)===u},pe.isConcurrentMode=I,pe.isContextConsumer=function(S){return w(S)===s},pe.isContextProvider=function(S){return w(S)===a},pe.isElement=function(S){return typeof S=="object"&&S!==null&&S.$$typeof===t},pe.isForwardRef=function(S){return w(S)===c},pe.isFragment=function(S){return w(S)===r},pe.isLazy=function(S){return w(S)===g},pe.isMemo=function(S){return w(S)===p},pe.isPortal=function(S){return w(S)===n},pe.isProfiler=function(S){return w(S)===i},pe.isStrictMode=function(S){return w(S)===o},pe.isSuspense=function(S){return w(S)===d},pe.isValidElementType=function(S){return typeof S=="string"||typeof S=="function"||S===r||S===l||S===i||S===o||S===d||S===f||typeof S=="object"&&S!==null&&(S.$$typeof===g||S.$$typeof===p||S.$$typeof===a||S.$$typeof===s||S.$$typeof===c||S.$$typeof===m||S.$$typeof===b||S.$$typeof===y||S.$$typeof===h)},pe.typeOf=w,pe}var he={};/** @license React v16.13.1
|
|
9
9
|
* react-is.development.js
|
|
10
10
|
*
|
|
11
11
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
12
12
|
*
|
|
13
13
|
* This source code is licensed under the MIT license found in the
|
|
14
14
|
* LICENSE file in the root directory of this source tree.
|
|
15
|
-
*/var
|
|
15
|
+
*/var Xc;function x3(){return Xc||(Xc=1,process.env.NODE_ENV!=="production"&&function(){var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,o=e?Symbol.for("react.strict_mode"):60108,i=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,s=e?Symbol.for("react.context"):60110,u=e?Symbol.for("react.async_mode"):60111,l=e?Symbol.for("react.concurrent_mode"):60111,c=e?Symbol.for("react.forward_ref"):60112,d=e?Symbol.for("react.suspense"):60113,f=e?Symbol.for("react.suspense_list"):60120,p=e?Symbol.for("react.memo"):60115,g=e?Symbol.for("react.lazy"):60116,h=e?Symbol.for("react.block"):60121,m=e?Symbol.for("react.fundamental"):60117,b=e?Symbol.for("react.responder"):60118,y=e?Symbol.for("react.scope"):60119;function w(H){return typeof H=="string"||typeof H=="function"||H===r||H===l||H===i||H===o||H===d||H===f||typeof H=="object"&&H!==null&&(H.$$typeof===g||H.$$typeof===p||H.$$typeof===a||H.$$typeof===s||H.$$typeof===c||H.$$typeof===m||H.$$typeof===b||H.$$typeof===y||H.$$typeof===h)}function I(H){if(typeof H=="object"&&H!==null){var ne=H.$$typeof;switch(ne){case t:var se=H.type;switch(se){case u:case l:case r:case i:case o:case d:return se;default:var le=se&&se.$$typeof;switch(le){case s:case c:case g:case p:case a:return le;default:return ne}}case n:return ne}}}var S=u,A=l,x=s,E=a,O=t,D=c,B=r,L=g,P=p,R=n,_=i,V=o,j=d,F=!1;function k(H){return F||(F=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),T(H)||I(H)===u}function T(H){return I(H)===l}function N(H){return I(H)===s}function G(H){return I(H)===a}function $(H){return typeof H=="object"&&H!==null&&H.$$typeof===t}function W(H){return I(H)===c}function X(H){return I(H)===r}function Z(H){return I(H)===g}function Y(H){return I(H)===p}function q(H){return I(H)===n}function J(H){return I(H)===i}function Q(H){return I(H)===o}function re(H){return I(H)===d}he.AsyncMode=S,he.ConcurrentMode=A,he.ContextConsumer=x,he.ContextProvider=E,he.Element=O,he.ForwardRef=D,he.Fragment=B,he.Lazy=L,he.Memo=P,he.Portal=R,he.Profiler=_,he.StrictMode=V,he.Suspense=j,he.isAsyncMode=k,he.isConcurrentMode=T,he.isContextConsumer=N,he.isContextProvider=G,he.isElement=$,he.isForwardRef=W,he.isFragment=X,he.isLazy=Z,he.isMemo=Y,he.isPortal=q,he.isProfiler=J,he.isStrictMode=Q,he.isSuspense=re,he.isValidElementType=w,he.typeOf=I}()),he}var Zc;function br(){return Zc||(Zc=1,process.env.NODE_ENV==="production"?Dr.exports=C3():Dr.exports=x3()),Dr.exports}/*
|
|
16
16
|
object-assign
|
|
17
17
|
(c) Sindre Sorhus
|
|
18
18
|
@license MIT
|
|
19
|
-
*/var
|
|
20
|
-
Valid keys: `+JSON.stringify(Object.keys(R),null," "));var W=re(Y,K,k,$,X+"."+K,r);if(W)return W}return null}return h(F)}function N(R){switch(typeof R){case"number":case"string":case"undefined":return!0;case"boolean":return!R;case"object":if(Array.isArray(R))return R.every(N);if(R===null||s(R))return!0;var F=d(R);if(F){var D=F.call(R),H;if(F!==R.entries){for(;!(H=D.next()).done;)if(!N(H.value))return!1}else for(;!(H=D.next()).done;){var k=H.value;if(k&&!N(k[1]))return!1}}else return!1;return!0;default:return!1}}function T(R,F){return R==="symbol"?!0:F?F["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&F instanceof Symbol:!1}function M(R){var F=typeof R;return Array.isArray(R)?"array":R instanceof RegExp?"object":T(F,R)?"symbol":F}function G(R){if(typeof R>"u"||R===null)return""+R;var F=M(R);if(F==="object"){if(R instanceof Date)return"date";if(R instanceof RegExp)return"regexp"}return F}function B(R){var F=G(R);switch(F){case"array":case"object":return"an "+F;case"boolean":case"date":case"regexp":return"a "+F;default:return F}}function Z(R){return!R.constructor||!R.constructor.name?f:R.constructor.name}return p.checkPropTypes=n,p.resetWarningCache=n.resetWarningCache,p.PropTypes=p,p},Tn}var Mn,ku;function Ug(){if(ku)return Mn;ku=1;var e=Fa();function t(){}function r(){}return r.resetWarningCache=t,Mn=function(){function o(a,s,u,l,c,d){if(d!==e){var f=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 f.name="Invariant Violation",f}}o.isRequired=o;function n(){return o}var i={array:o,bigint:o,bool:o,func:o,number:o,object:o,string:o,symbol:o,any:o,arrayOf:n,element:o,elementType:o,instanceOf:n,node:o,objectOf:n,oneOf:n,oneOfType:n,shape:n,exact:n,checkPropTypes:r,resetWarningCache:t};return i.PropTypes=i,i},Mn}if(process.env.NODE_ENV!=="production"){var Qg=lr(),Kg=!0;oa.exports=Jg()(Qg.isElement,Kg)}else oa.exports=Ug()();var Oe=oa.exports;const ne=Na(Oe);var Nn,Hu;function ev(){if(Hu)return Nn;Hu=1;function e(){return null}e.isRequired=e;function t(){return e}return Nn={and:t,between:t,booleanSome:t,childrenHavePropXorChildren:t,childrenOf:t,childrenOfType:t,childrenSequenceOf:t,componentWithName:t,disallowedIf:t,elementType:t,empty:t,explicitNull:t,forbidExtraProps:Object,integer:t,keysOf:t,mutuallyExclusiveProps:t,mutuallyExclusiveTrueProps:t,nChildren:t,nonNegativeInteger:e,nonNegativeNumber:t,numericString:t,object:t,or:t,predicate:t,range:t,ref:t,requiredBy:t,restrictedProp:t,sequenceOf:t,shape:t,stringEndsWith:t,stringStartsWith:t,uniqueArray:t,uniqueArrayOf:t,valuesOf:t,withShape:t},Nn}var Zu=Object.prototype.toString,P1=function(t){var r=Zu.call(t),o=r==="[object Arguments]";return o||(o=r!=="[object Array]"&&t!==null&&typeof t=="object"&&typeof t.length=="number"&&t.length>=0&&Zu.call(t.callee)==="[object Function]"),o},Fn,Xu;function tv(){if(Xu)return Fn;Xu=1;var e;if(!Object.keys){var t=Object.prototype.hasOwnProperty,r=Object.prototype.toString,o=P1,n=Object.prototype.propertyIsEnumerable,i=!n.call({toString:null},"toString"),a=n.call(function(){},"prototype"),s=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],u=function(f){var p=f.constructor;return p&&p.prototype===f},l={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},c=function(){if(typeof window>"u")return!1;for(var f in window)try{if(!l["$"+f]&&t.call(window,f)&&window[f]!==null&&typeof window[f]=="object")try{u(window[f])}catch{return!0}}catch{return!0}return!1}(),d=function(f){if(typeof window>"u"||!c)return u(f);try{return u(f)}catch{return!1}};e=function(p){var m=p!==null&&typeof p=="object",g=r.call(p)==="[object Function]",h=o(p),b=m&&r.call(p)==="[object String]",C=[];if(!m&&!g&&!h)throw new TypeError("Object.keys called on a non-object");var S=a&&g;if(b&&p.length>0&&!t.call(p,0))for(var w=0;w<p.length;++w)C.push(String(w));if(h&&p.length>0)for(var I=0;I<p.length;++I)C.push(String(I));else for(var A in p)!(S&&A==="prototype")&&t.call(p,A)&&C.push(String(A));if(i)for(var x=d(p),E=0;E<s.length;++E)!(x&&s[E]==="constructor")&&t.call(p,s[E])&&C.push(s[E]);return C}}return Fn=e,Fn}var rv=Array.prototype.slice,nv=P1,$u=Object.keys,Tr=$u?function(t){return $u(t)}:tv(),zu=Object.keys;Tr.shim=function(){if(Object.keys){var t=function(){var r=Object.keys(arguments);return r&&r.length===arguments.length}(1,2);t||(Object.keys=function(o){return nv(o)?zu(rv.call(o)):zu(o)})}else Object.keys=Tr;return Object.keys||Tr};var Va=Tr,Mr=Object.defineProperty||!1;if(Mr)try{Mr({},"a",{value:1})}catch{Mr=!1}var un=Mr,O1=SyntaxError,Fe=TypeError,ov=Object.getOwnPropertyDescriptor,Nr=ov;if(Nr)try{Nr([],"length")}catch{Nr=null}var cr=Nr,Yu=un,iv=O1,St=Fe,qu=cr,ja=function(t,r,o){if(!t||typeof t!="object"&&typeof t!="function")throw new St("`obj` must be an object or a function`");if(typeof r!="string"&&typeof r!="symbol")throw new St("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new St("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new St("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new St("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new St("`loose`, if provided, must be a boolean");var n=arguments.length>3?arguments[3]:null,i=arguments.length>4?arguments[4]:null,a=arguments.length>5?arguments[5]:null,s=arguments.length>6?arguments[6]:!1,u=!!qu&&qu(t,r);if(Yu)Yu(t,r,{configurable:a===null&&u?u.configurable:!a,enumerable:n===null&&u?u.enumerable:!n,value:o,writable:i===null&&u?u.writable:!i});else if(s||!n&&!i&&!a)t[r]=o;else throw new iv("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},ia=un,_1=function(){return!!ia};_1.hasArrayLengthDefineBug=function(){if(!ia)return null;try{return ia([],"length",{value:1}).length!==1}catch{return!0}};var Ba=_1,av=Va,uv=typeof Symbol=="function"&&typeof Symbol("foo")=="symbol",sv=Object.prototype.toString,lv=Array.prototype.concat,Ju=ja,cv=function(e){return typeof e=="function"&&sv.call(e)==="[object Function]"},T1=Ba(),dv=function(e,t,r,o){if(t in e){if(o===!0){if(e[t]===r)return}else if(!cv(o)||!o())return}T1?Ju(e,t,r,!0):Ju(e,t,r)},M1=function(e,t){var r=arguments.length>2?arguments[2]:{},o=av(t);uv&&(o=lv.call(o,Object.getOwnPropertySymbols(t)));for(var n=0;n<o.length;n+=1)dv(e,o[n],t[o[n]],r[o[n]])};M1.supportsDescriptors=!!T1;var Re=M1,N1={exports:{}},sn=Object,fv=Error,pv=EvalError,gv=RangeError,vv=ReferenceError,mv=URIError,hv=Math.abs,F1=Math.floor,bv=Math.max,yv=Math.min,Cv=Math.pow,xv=Math.round,La=Number.isNaN||function(t){return t!==t},wv=La,Iv=function(t){return wv(t)||t===0?t:t<0?-1:1},Vn,Uu;function Da(){return Uu||(Uu=1,Vn=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var t={},r=Symbol("test"),o=Object(r);if(typeof r=="string"||Object.prototype.toString.call(r)!=="[object Symbol]"||Object.prototype.toString.call(o)!=="[object Symbol]")return!1;var n=42;t[r]=n;for(var i in t)return!1;if(typeof Object.keys=="function"&&Object.keys(t).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(t).length!==0)return!1;var a=Object.getOwnPropertySymbols(t);if(a.length!==1||a[0]!==r||!Object.prototype.propertyIsEnumerable.call(t,r))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var s=Object.getOwnPropertyDescriptor(t,r);if(s.value!==n||s.enumerable!==!0)return!1}return!0}),Vn}var jn,Qu;function V1(){if(Qu)return jn;Qu=1;var e=typeof Symbol<"u"&&Symbol,t=Da();return jn=function(){return typeof e!="function"||typeof Symbol!="function"||typeof e("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:t()},jn}var Bn,Ku;function j1(){return Ku||(Ku=1,Bn=typeof Reflect<"u"&&Reflect.getPrototypeOf||null),Bn}var Ln,es;function B1(){if(es)return Ln;es=1;var e=sn;return Ln=e.getPrototypeOf||null,Ln}var Sv="Function.prototype.bind called on incompatible ",Av=Object.prototype.toString,Ev=Math.max,Rv="[object Function]",ts=function(t,r){for(var o=[],n=0;n<t.length;n+=1)o[n]=t[n];for(var i=0;i<r.length;i+=1)o[i+t.length]=r[i];return o},Pv=function(t,r){for(var o=[],n=r,i=0;n<t.length;n+=1,i+=1)o[i]=t[n];return o},Ov=function(e,t){for(var r="",o=0;o<e.length;o+=1)r+=e[o],o+1<e.length&&(r+=t);return r},_v=function(t){var r=this;if(typeof r!="function"||Av.apply(r)!==Rv)throw new TypeError(Sv+r);for(var o=Pv(arguments,1),n,i=function(){if(this instanceof n){var c=r.apply(this,ts(o,arguments));return Object(c)===c?c:this}return r.apply(t,ts(o,arguments))},a=Ev(0,r.length-o.length),s=[],u=0;u<a;u++)s[u]="$"+u;if(n=Function("binder","return function ("+Ov(s,",")+"){ return binder.apply(this,arguments); }")(i),r.prototype){var l=function(){};l.prototype=r.prototype,n.prototype=new l,l.prototype=null}return n},Tv=_v,dr=Function.prototype.bind||Tv,Ga=Function.prototype.call,Wa=Function.prototype.apply,Mv=typeof Reflect<"u"&&Reflect&&Reflect.apply,Nv=dr,Fv=Wa,Vv=Ga,jv=Mv,L1=jv||Nv.call(Vv,Fv),Bv=dr,Lv=Fe,Dv=Ga,Gv=L1,ka=function(t){if(t.length<1||typeof t[0]!="function")throw new Lv("a function is required");return Gv(Bv,Dv,t)},Dn,rs;function Wv(){if(rs)return Dn;rs=1;var e=ka,t=cr,r;try{r=[].__proto__===Array.prototype}catch(a){if(!a||typeof a!="object"||!("code"in a)||a.code!=="ERR_PROTO_ACCESS")throw a}var o=!!r&&t&&t(Object.prototype,"__proto__"),n=Object,i=n.getPrototypeOf;return Dn=o&&typeof o.get=="function"?e([o.get]):typeof i=="function"?function(s){return i(s==null?s:n(s))}:!1,Dn}var Gn,ns;function kv(){if(ns)return Gn;ns=1;var e=j1(),t=B1(),r=Wv();return Gn=e?function(n){return e(n)}:t?function(n){if(!n||typeof n!="object"&&typeof n!="function")throw new TypeError("getProto: not an object");return t(n)}:r?function(n){return r(n)}:null,Gn}var Wn,os;function fr(){if(os)return Wn;os=1;var e=Function.prototype.call,t=Object.prototype.hasOwnProperty,r=dr;return Wn=r.call(e,t),Wn}var ie,Hv=sn,Zv=fv,Xv=pv,$v=gv,zv=vv,Dt=O1,Ft=Fe,Yv=mv,qv=hv,Jv=F1,Uv=bv,Qv=yv,Kv=Cv,em=xv,tm=Iv,D1=Function,kn=function(e){try{return D1('"use strict"; return ('+e+").constructor;")()}catch{}},rr=cr,rm=un,Hn=function(){throw new Ft},nm=rr?function(){try{return arguments.callee,Hn}catch{try{return rr(arguments,"callee").get}catch{return Hn}}}():Hn,At=V1()(),xe=kv(),om=B1(),im=j1(),G1=Wa,pr=Ga,Tt={},am=typeof Uint8Array>"u"||!xe?ie:xe(Uint8Array),mt={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?ie:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?ie:ArrayBuffer,"%ArrayIteratorPrototype%":At&&xe?xe([][Symbol.iterator]()):ie,"%AsyncFromSyncIteratorPrototype%":ie,"%AsyncFunction%":Tt,"%AsyncGenerator%":Tt,"%AsyncGeneratorFunction%":Tt,"%AsyncIteratorPrototype%":Tt,"%Atomics%":typeof Atomics>"u"?ie:Atomics,"%BigInt%":typeof BigInt>"u"?ie:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?ie:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?ie:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?ie:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Zv,"%eval%":eval,"%EvalError%":Xv,"%Float32Array%":typeof Float32Array>"u"?ie:Float32Array,"%Float64Array%":typeof Float64Array>"u"?ie:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?ie:FinalizationRegistry,"%Function%":D1,"%GeneratorFunction%":Tt,"%Int8Array%":typeof Int8Array>"u"?ie:Int8Array,"%Int16Array%":typeof Int16Array>"u"?ie:Int16Array,"%Int32Array%":typeof Int32Array>"u"?ie:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":At&&xe?xe(xe([][Symbol.iterator]())):ie,"%JSON%":typeof JSON=="object"?JSON:ie,"%Map%":typeof Map>"u"?ie:Map,"%MapIteratorPrototype%":typeof Map>"u"||!At||!xe?ie:xe(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Hv,"%Object.getOwnPropertyDescriptor%":rr,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?ie:Promise,"%Proxy%":typeof Proxy>"u"?ie:Proxy,"%RangeError%":$v,"%ReferenceError%":zv,"%Reflect%":typeof Reflect>"u"?ie:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?ie:Set,"%SetIteratorPrototype%":typeof Set>"u"||!At||!xe?ie:xe(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?ie:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":At&&xe?xe(""[Symbol.iterator]()):ie,"%Symbol%":At?Symbol:ie,"%SyntaxError%":Dt,"%ThrowTypeError%":nm,"%TypedArray%":am,"%TypeError%":Ft,"%Uint8Array%":typeof Uint8Array>"u"?ie:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?ie:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?ie:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?ie:Uint32Array,"%URIError%":Yv,"%WeakMap%":typeof WeakMap>"u"?ie:WeakMap,"%WeakRef%":typeof WeakRef>"u"?ie:WeakRef,"%WeakSet%":typeof WeakSet>"u"?ie:WeakSet,"%Function.prototype.call%":pr,"%Function.prototype.apply%":G1,"%Object.defineProperty%":rm,"%Object.getPrototypeOf%":om,"%Math.abs%":qv,"%Math.floor%":Jv,"%Math.max%":Uv,"%Math.min%":Qv,"%Math.pow%":Kv,"%Math.round%":em,"%Math.sign%":tm,"%Reflect.getPrototypeOf%":im};if(xe)try{null.error}catch(e){var um=xe(xe(e));mt["%Error.prototype%"]=um}var sm=function e(t){var r;if(t==="%AsyncFunction%")r=kn("async function () {}");else if(t==="%GeneratorFunction%")r=kn("function* () {}");else if(t==="%AsyncGeneratorFunction%")r=kn("async function* () {}");else if(t==="%AsyncGenerator%"){var o=e("%AsyncGeneratorFunction%");o&&(r=o.prototype)}else if(t==="%AsyncIteratorPrototype%"){var n=e("%AsyncGenerator%");n&&xe&&(r=xe(n.prototype))}return mt[t]=r,r},is={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},gr=dr,kr=fr(),lm=gr.call(pr,Array.prototype.concat),cm=gr.call(G1,Array.prototype.splice),as=gr.call(pr,String.prototype.replace),Hr=gr.call(pr,String.prototype.slice),dm=gr.call(pr,RegExp.prototype.exec),fm=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,pm=/\\(\\)?/g,gm=function(t){var r=Hr(t,0,1),o=Hr(t,-1);if(r==="%"&&o!=="%")throw new Dt("invalid intrinsic syntax, expected closing `%`");if(o==="%"&&r!=="%")throw new Dt("invalid intrinsic syntax, expected opening `%`");var n=[];return as(t,fm,function(i,a,s,u){n[n.length]=s?as(u,pm,"$1"):a||i}),n},vm=function(t,r){var o=t,n;if(kr(is,o)&&(n=is[o],o="%"+n[0]+"%"),kr(mt,o)){var i=mt[o];if(i===Tt&&(i=sm(o)),typeof i>"u"&&!r)throw new Ft("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:n,name:o,value:i}}throw new Dt("intrinsic "+t+" does not exist!")},xt=function(t,r){if(typeof t!="string"||t.length===0)throw new Ft("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof r!="boolean")throw new Ft('"allowMissing" argument must be a boolean');if(dm(/^%?[^%]*%?$/,t)===null)throw new Dt("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var o=gm(t),n=o.length>0?o[0]:"",i=vm("%"+n+"%",r),a=i.name,s=i.value,u=!1,l=i.alias;l&&(n=l[0],cm(o,lm([0,1],l)));for(var c=1,d=!0;c<o.length;c+=1){var f=o[c],p=Hr(f,0,1),m=Hr(f,-1);if((p==='"'||p==="'"||p==="`"||m==='"'||m==="'"||m==="`")&&p!==m)throw new Dt("property names with quotes must have matching quotes");if((f==="constructor"||!d)&&(u=!0),n+="."+f,a="%"+n+"%",kr(mt,a))s=mt[a];else if(s!=null){if(!(f in s)){if(!r)throw new Ft("base intrinsic for "+t+" exists, but the property is not available.");return}if(rr&&c+1>=o.length){var g=rr(s,f);d=!!g,d&&"get"in g&&!("originalValue"in g.get)?s=g.get:s=s[f]}else d=kr(s,f),s=s[f];d&&!u&&(mt[a]=s)}}return s},mm=xt,us=ja,hm=Ba(),ss=cr,ls=Fe,bm=mm("%Math.floor%"),ym=function(t,r){if(typeof t!="function")throw new ls("`fn` is not a function");if(typeof r!="number"||r<0||r>4294967295||bm(r)!==r)throw new ls("`length` must be a positive 32-bit integer");var o=arguments.length>2&&!!arguments[2],n=!0,i=!0;if("length"in t&&ss){var a=ss(t,"length");a&&!a.configurable&&(n=!1),a&&!a.writable&&(i=!1)}return(n||i||!o)&&(hm?us(t,"length",r,!0,!0):us(t,"length",r)),t},Cm=dr,xm=Wa,wm=L1,Im=function(){return wm(Cm,xm,arguments)};(function(e){var t=ym,r=un,o=ka,n=Im;e.exports=function(a){var s=o(arguments),u=a.length-(arguments.length-1);return t(s,1+(u>0?u:0),!0)},r?r(e.exports,"apply",{value:n}):e.exports.apply=n})(N1);var wt=N1.exports,W1=xt,k1=ka,Sm=k1([W1("%String.prototype.indexOf%")]),Je=function(t,r){var o=W1(t,!!r);return typeof o=="function"&&Sm(t,".prototype.")>-1?k1([o]):o},Zn,cs;function H1(){if(cs)return Zn;cs=1;var e=Va,t=Da()(),r=Je,o=sn,n=r("Array.prototype.push"),i=r("Object.prototype.propertyIsEnumerable"),a=t?o.getOwnPropertySymbols:null;return Zn=function(u,l){if(u==null)throw new TypeError("target must be an object");var c=o(u);if(arguments.length===1)return c;for(var d=1;d<arguments.length;++d){var f=o(arguments[d]),p=e(f),m=t&&(o.getOwnPropertySymbols||a);if(m)for(var g=m(f),h=0;h<g.length;++h){var b=g[h];i(f,b)&&n(p,b)}for(var C=0;C<p.length;++C){var S=p[C];if(i(f,S)){var w=f[S];c[S]=w}}}return c},Zn}var Xn,ds;function Z1(){if(ds)return Xn;ds=1;var e=H1(),t=function(){if(!Object.assign)return!1;for(var o="abcdefghijklmnopqrst",n=o.split(""),i={},a=0;a<n.length;++a)i[n[a]]=n[a];var s=Object.assign({},i),u="";for(var l in s)u+=l;return o!==u},r=function(){if(!Object.assign||!Object.preventExtensions)return!1;var o=Object.preventExtensions({1:2});try{Object.assign(o,"xy")}catch{return o[1]==="y"}return!1};return Xn=function(){return!Object.assign||t()||r()?e:Object.assign},Xn}var $n,fs;function Am(){if(fs)return $n;fs=1;var e=Re,t=Z1();return $n=function(){var o=t();return e(Object,{assign:o},{assign:function(){return Object.assign!==o}}),o},$n}var zn,ps;function X1(){if(ps)return zn;ps=1;var e=Re,t=wt,r=H1(),o=Z1(),n=Am(),i=t.apply(o()),a=function(u,l){return i(Object,arguments)};return e(a,{getPolyfill:o,implementation:r,shim:n}),zn=a,zn}var Yn,gs;function $1(){if(gs)return Yn;gs=1;var e={}.toString;return Yn=Array.isArray||function(t){return e.call(t)=="[object Array]"},Yn}var qn,vs;function Em(){if(vs)return qn;vs=1;var e=Fe,t=$1();return qn=function(o,n){if(!t(o))throw new e("target must be an array");for(var i=0;i<n.length;i++)o[o.length]=n[i]},qn}var Jn,ms;function Rm(){if(ms)return Jn;ms=1;var e=xt,t=Em(),r=e("%Reflect.ownKeys%",!0),o=e("%Object.getOwnPropertyNames%",!0),n=e("%Object.getOwnPropertySymbols%",!0),i=Va;return Jn=r||function(s){var u=(o||i)(s);return n&&t(u,n(s)),u},Jn}var Un,hs;function z1(){if(hs)return Un;hs=1;var e=$1();return Un=function(r){return r&&typeof r=="object"&&!e(r)},Un}var Qn,bs;function Pm(){if(bs)return Qn;bs=1;var e=X1(),t=fr(),r=Rm(),o=Fe,n=z1(),i="",a="prop-types-exact: "+i,s=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for(a):a,u=Je,l=u("Object.prototype.propertyIsEnumerable");function c(f){return f[a]=s,f}function d(f){return f&&f[a]===s}return Qn=function(p){if(!n(p))throw new o("given propTypes must be an object");if(t(p,a)&&!d(p[a]))throw new o("Against all odds, you created a propType for a prop that uses both the zero-width space and our custom string - which, sadly, conflicts with `prop-types-exact`");var m={};return m[a]=c(function(h,b,C){var S=r(h).filter(function(w){return!t(p,w)&&l(h,w)});return S.length>0?new o(C+": unknown props found: "+S.join(", ")):null}),e({},p,m)},Qn}var Kn={},eo={},ys;function ue(){return ys||(ys=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var t=r(X1());function r(n){return n&&n.__esModule?n:{default:n}}function o(n,i){var a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;return(0,t.default)(n.bind(),{typeName:i,typeChecker:a,isRequired:(0,t.default)(n.isRequired.bind(),{typeName:i,typeChecker:a,typeRequired:!0})})}}(eo)),eo}var Cs;function It(){return Cs||(Cs=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var t=r(ue());function r(n){return n&&n.__esModule?n:{default:n}}function o(n){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"and";if(!Array.isArray(n))throw new TypeError("and: 2 or more validators are required");if(n.length<=1)throw new RangeError("and: 2 or more validators are required");var a=function(){for(var u=arguments.length,l=new Array(u),c=0;c<u;c++)l[c]=arguments[c];var d=null;return n.some(function(f){return d=f.apply(void 0,l),d!=null}),d??null};return a.isRequired=function(){for(var u=arguments.length,l=new Array(u),c=0;c<u;c++)l[c]=arguments[c];var d=null;return n.some(function(f){return d=f.isRequired.apply(f,l),d!=null}),d??null},(0,t.default)(a,i,n)}}(Kn)),Kn}var to={},Om=Fe,Xt=function(t){if(t==null)throw new Om(arguments.length>0&&arguments[1]||"Cannot call method on "+t);return t},ro,xs;function Y1(){if(xs)return ro;xs=1;var e=xt,t=wt,r=t(e("String.prototype.indexOf"));return ro=function(n,i){var a=e(n,!!i);return typeof a=="function"&&r(n,".prototype.")>-1?t(a):a},ro}var no,ws;function q1(){if(ws)return no;ws=1;var e=Xt,t=Y1(),r=t("Object.prototype.propertyIsEnumerable"),o=t("Array.prototype.push");return no=function(i){var a=e(i),s=[];for(var u in a)r(a,u)&&o(s,[u,a[u]]);return s},no}var oo,Is;function J1(){if(Is)return oo;Is=1;var e=q1();return oo=function(){return typeof Object.entries=="function"?Object.entries:e},oo}var io,Ss;function _m(){if(Ss)return io;Ss=1;var e=J1(),t=Re;return io=function(){var o=e();return t(Object,{entries:o},{entries:function(){return Object.entries!==o}}),o},io}var ao,As;function Tm(){if(As)return ao;As=1;var e=Re,t=wt,r=q1(),o=J1(),n=_m(),i=t(o(),Object);return e(i,{getPolyfill:o,implementation:r,shim:n}),ao=i,ao}var uo={},so={},Es;function Ha(){return Es||(Es=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=r(z1());function r(n){return n&&n.__esModule?n:{default:n}}var o=t.default;e.default=o}(so)),so}var Rs;function Za(){return Rs||(Rs=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=n;var t=o(Ha()),r=o(ue());function o(i){return i&&i.__esModule?i:{default:i}}function n(i){if(!(0,t.default)(i))throw new TypeError("shape must be a normal object");function a(s,u,l,c){var d=s[u];if(d==null)return null;for(var f=arguments.length,p=new Array(f>4?f-4:0),m=4;m<f;m++)p[m-4]=arguments[m];for(var g in i){var h=i[g];if(h){var b=h.apply(void 0,[d,g,l,c].concat(p));if(b)return b}}return null}return a.isRequired=function(u,l,c){var d=u[l];if(d==null)return new TypeError("".concat(c,": ").concat(l," is required."));for(var f=arguments.length,p=new Array(f>3?f-3:0),m=3;m<f;m++)p[m-3]=arguments[m];return a.apply(void 0,[u,l,c].concat(p))},(0,r.default)(a,"shape",i)}}(uo)),uo}var lo={},co={},Ps;function U1(){return Ps||(Ps=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=r;function t(o){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?t=function(i){return typeof i}:t=function(i){return i&&typeof Symbol=="function"&&i.constructor===Symbol&&i!==Symbol.prototype?"symbol":typeof i},t(o)}function r(o){return!o||t(o)!=="object"&&typeof o!="function"}}(co)),co}var Os;function Q1(){return Os||(Os=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=n;var t=o(U1()),r=o(ue());function o(i){return i&&i.__esModule?i:{default:i}}function n(i){if(typeof i!="function")throw new TypeError("objectOf: propType must be a function");var a=function(u,l,c,d,f){for(var p=arguments.length,m=new Array(p>5?p-5:0),g=5;g<p;g++)m[g-5]=arguments[g];var h=u[l];if(h==null||(0,t.default)(h))return null;var b;return Object.keys(h).some(function(C){return b=i.apply(void 0,[h,C,c,d,"".concat(f,".").concat(C)].concat(m)),b}),b||null};return a.isRequired=function(u,l,c){var d=u[l];if(d==null)return new TypeError("".concat(c,": ").concat(l," is required."));for(var f=arguments.length,p=new Array(f>3?f-3:0),m=3;m<f;m++)p[m-3]=arguments[m];return a.apply(void 0,[u,l,c].concat(p))},(0,r.default)(a,"valuesOf",i)}}(lo)),lo}var _s;function Xa(){return _s||(_s=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=j;var t=i(Tm()),r=i(Za()),o=i(Q1()),n=i(ue());function i(O){return O&&O.__esModule?O:{default:O}}function a(O){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?a=function(T){return typeof T}:a=function(T){return T&&typeof Symbol=="function"&&T.constructor===Symbol&&T!==Symbol.prototype?"symbol":typeof T},a(O)}function s(O,N){var T=Object.keys(O);if(Object.getOwnPropertySymbols){var M=Object.getOwnPropertySymbols(O);N&&(M=M.filter(function(G){return Object.getOwnPropertyDescriptor(O,G).enumerable})),T.push.apply(T,M)}return T}function u(O){for(var N=1;N<arguments.length;N++){var T=arguments[N]!=null?arguments[N]:{};N%2?s(Object(T),!0).forEach(function(M){l(O,M,T[M])}):Object.getOwnPropertyDescriptors?Object.defineProperties(O,Object.getOwnPropertyDescriptors(T)):s(Object(T)).forEach(function(M){Object.defineProperty(O,M,Object.getOwnPropertyDescriptor(T,M))})}return O}function l(O,N,T){return N in O?Object.defineProperty(O,N,{value:T,enumerable:!0,configurable:!0,writable:!0}):O[N]=T,O}function c(O,N){return g(O)||m(O,N)||f(O,N)||d()}function d(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
21
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function f(O,N){if(O){if(typeof O=="string")return p(O,N);var T=Object.prototype.toString.call(O).slice(8,-1);if(T==="Object"&&O.constructor&&(T=O.constructor.name),T==="Map"||T==="Set")return Array.from(O);if(T==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(T))return p(O,N)}}function p(O,N){(N==null||N>O.length)&&(N=O.length);for(var T=0,M=new Array(N);T<N;T++)M[T]=O[T];return M}function m(O,N){if(!(typeof Symbol>"u"||!(Symbol.iterator in Object(O)))){var T=[],M=!0,G=!1,B=void 0;try{for(var Z=O[Symbol.iterator](),R;!(M=(R=Z.next()).done)&&(T.push(R.value),!(N&&T.length===N));M=!0);}catch(F){G=!0,B=F}finally{try{!M&&Z.return!=null&&Z.return()}finally{if(G)throw B}}return T}}function g(O){if(Array.isArray(O))return O}function h(O,N,T){var M=O[N];return typeof M=="number"&&!isNaN(M)?null:new TypeError("".concat(T,": ").concat(N," must be a non-NaN number."))}function b(O,N){var T=O[N];return typeof T=="function"||typeof T=="number"&&!isNaN(T)?null:new TypeError("".concat(N,": a function, or a non-NaN number is required"))}function C(O,N){var T=N.gt,M=N.gte;return typeof T=="number"?O>T:typeof M=="number"?O>=M:!0}function S(O,N){var T=N.lt,M=N.lte;return typeof T=="number"?O<T:typeof M=="number"?O<=M:!0}function w(O){var N=O.gt,T=O.gte;return typeof N=="number"?"greater than ".concat(N):typeof T=="number"?"greater than or equal to ".concat(T):""}function I(O){var N=O.lt,T=O.lte;return typeof N=="number"?"less than ".concat(N):typeof T=="number"?"less than or equal to ".concat(T):""}function A(O,N,T){var M=[w(T),I(T)].filter(Boolean).join(" and ");return"".concat(O,": ").concat(N," must be ").concat(M)}function x(O){return(0,t.default)(O).reduce(function(N,T){var M=c(T,2),G=M[0],B=M[1],Z=typeof B=="number"?function(){return B}:B;return u(u({},N),{},l({},G,Z))},{})}function E(O,N){return(0,t.default)(O).reduce(function(T,M){var G=c(M,2),B=G[0],Z=G[1],R=Z(N);return u(u({},T),{},l({},B,R))},{})}var P=[(0,r.default)({lt:b,gt:b}).isRequired,(0,r.default)({lte:b,gt:b}).isRequired,(0,r.default)({lt:b,gte:b}).isRequired,(0,r.default)({lte:b,gte:b}).isRequired,(0,r.default)({lt:b}).isRequired,(0,r.default)({lte:b}).isRequired,(0,r.default)({gt:b}).isRequired,(0,r.default)({gte:b}).isRequired];function _(O,N){return P.every(function(T){return!!T(O,N)})}var L=(0,o.default)(h).isRequired;function j(O){var N=_({options:O},"options");if(N)throw new TypeError("between: only one of the pairs of `lt`/`lte`, and `gt`/`gte`, may be supplied, and at least one pair must be provided.");var T=x(O),M=function(B,Z,R){var F=B[Z];if(F==null)return null;if(typeof F!="number")return new RangeError("".concat(R,": ").concat(Z,' must be a number, got "').concat(a(F),'"'));for(var D=E(T,B),H=arguments.length,k=new Array(H>3?H-3:0),$=3;$<H;$++)k[$-3]=arguments[$];var X=L.apply(void 0,[l({},Z,D),Z,R].concat(k));return X||(!C(F,D)||!S(F,D)?new RangeError(A(R,Z,D)):null)};return M.isRequired=function(B,Z,R){var F=B[Z];if(typeof F!="number")return new RangeError("".concat(R,": ").concat(Z,' must be a number, got "').concat(a(F),'"'));for(var D=E(T,B),H=arguments.length,k=new Array(H>3?H-3:0),$=3;$<H;$++)k[$-3]=arguments[$];var X=L.apply(void 0,[l({},Z,D),Z,R].concat(k));return X||(!C(F,D)||!S(F,D)?new RangeError(A(R,Z,D)):null)},(0,n.default)(M,"between",O)}}(to)),to}var fo={},Ts;function Mm(){return Ts||(Ts=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=n;var t=Oe,r=o(ue());function o(i){return i&&i.__esModule?i:{default:i}}function n(){for(var i=arguments.length,a=new Array(i),s=0;s<i;s++)a[s]=arguments[s];if(a.length<1)throw new TypeError("at least one prop (one of which must be `true`) is required");if(!a.every(function(c){return typeof c=="string"}))throw new TypeError("all booleanSome props must be strings");var u=a.join(", or "),l=function(d,f,p){var m=function(w,I){return w+(d[I]===!1?1:0)},g=a.reduce(m,0);if(g===a.length)return new Error("A ".concat(p," must have at least one of these boolean props be `true`: ").concat(u));for(var h=arguments.length,b=new Array(h>3?h-3:0),C=3;C<h;C++)b[C-3]=arguments[C];return t.bool.apply(void 0,[d,f,p].concat(b))};return l.isRequired=function(d,f,p){var m=function(w,I){return w+(d[I]===!1?1:0)},g=a.reduce(m,0);if(g===a.length)return new Error("A ".concat(p," must have at least one of these boolean props be `true`: ").concat(u));for(var h=arguments.length,b=new Array(h>3?h-3:0),C=3;C<h;C++)b[C-3]=arguments[C];return t.bool.isRequired.apply(t.bool,[d,f,p].concat(b))},(0,r.default)(l,"booleanSome: ".concat(u),a)}}(fo)),fo}var po={},Ms;function Nm(){return Ms||(Ms=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var t=o(V),r=o(ue());function o(a){return a&&a.__esModule?a:{default:a}}function n(a){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?n=function(u){return typeof u}:n=function(u){return u&&typeof Symbol=="function"&&u.constructor===Symbol&&u!==Symbol.prototype?"symbol":typeof u},n(a)}function i(a){if(typeof a!="string"&&n(a)!=="symbol")throw new TypeError("invalid prop: must be string or symbol");var s=function(l,c,d){var f=l.children,p=0,m=0,g=0;return t.default.Children.forEach(f,function(h){h&&(p+=1,h.props[a]&&(m+=1),t.default.Children.count(h.props.children)&&(g+=1))}),m===p&&g===0||m===0&&g===p||m===0&&g===0?null:new TypeError("`".concat(d,"` requires children to all have prop “").concat(a,"”, all have children, or all have neither."))};return s.isRequired=s,(0,r.default)(s,"childrenHavePropXorChildrenWithProp:".concat(a),a)}}(po)),po}var go={},vo={},Ns;function $a(){return Ns||(Ns=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var t=r(V);function r(n){return n&&n.__esModule?n:{default:n}}function o(n){return t.default.Children.toArray(n).filter(function(i){return i===0||i})}}(vo)),vo}var Fs;function Fm(){return Fs||(Fs=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=u;var t=o($a()),r=o(ue());function o(l){return l&&l.__esModule?l:{default:l}}function n(l,c){var d=Object.keys(l);if(Object.getOwnPropertySymbols){var f=Object.getOwnPropertySymbols(l);c&&(f=f.filter(function(p){return Object.getOwnPropertyDescriptor(l,p).enumerable})),d.push.apply(d,f)}return d}function i(l){for(var c=1;c<arguments.length;c++){var d=arguments[c]!=null?arguments[c]:{};c%2?n(Object(d),!0).forEach(function(f){a(l,f,d[f])}):Object.getOwnPropertyDescriptors?Object.defineProperties(l,Object.getOwnPropertyDescriptors(d)):n(Object(d)).forEach(function(f){Object.defineProperty(l,f,Object.getOwnPropertyDescriptor(d,f))})}return l}function a(l,c,d){return c in l?Object.defineProperty(l,c,{value:d,enumerable:!0,configurable:!0,writable:!0}):l[c]=d,l}function s(l,c,d){for(var f=arguments.length,p=new Array(f>3?f-3:0),m=3;m<f;m++)p[m-3]=arguments[m];var g;return c.some(function(h){return g=l.apply(void 0,[i(i({},d),{},{children:h}),"children"].concat(p)),g}),g||null}function u(l){function c(d,f,p){if(f!=="children")return new TypeError("".concat(p,' is using the childrenOf validator on non-children prop "').concat(f,'"'));var m=d[f];if(m==null)return null;var g=(0,t.default)(m);if(g.length===0)return null;for(var h=arguments.length,b=new Array(h>3?h-3:0),C=3;C<h;C++)b[C-3]=arguments[C];return s.apply(void 0,[l,g,d,p].concat(b))}return c.isRequired=function(d,f,p){if(f!=="children")return new TypeError("".concat(p,' is using the childrenOf validator on non-children prop "').concat(f,'"'));var m=(0,t.default)(d[f]);if(m.length===0)return new TypeError("`".concat(p,"` requires at least one node of type ").concat(l.typeName||l.name));for(var g=arguments.length,h=new Array(g>3?g-3:0),b=3;b<g;b++)h[b-3]=arguments[b];return s.apply(void 0,[l,m,d,p].concat(h))},(0,r.default)(c,"childrenOf",l)}}(go)),go}var mo={},ho,Vs;function Vm(){if(Vs)return ho;Vs=1;var e=sn,t=Xt;return ho=function(o){return t(o),e(o)},ho}var bo,js;function jm(){return js||(js=1,bo=Number.MAX_SAFE_INTEGER||9007199254740991),bo}var yo,Bs;function Bm(){return Bs||(Bs=1,yo=function(t){return t===null||typeof t!="function"&&typeof t!="object"}),yo}var Co,Ls;function Lm(){return Ls||(Ls=1,Co=function(t){return t===null||typeof t!="function"&&typeof t!="object"}),Co}var xo,Ds;function za(){if(Ds)return xo;Ds=1;var e=Function.prototype.toString,t=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,r,o;if(typeof t=="function"&&typeof Object.defineProperty=="function")try{r=Object.defineProperty({},"length",{get:function(){throw o}}),o={},t(function(){throw 42},null,r)}catch(C){C!==o&&(t=null)}else t=null;var n=/^\s*class\b/,i=function(S){try{var w=e.call(S);return n.test(w)}catch{return!1}},a=function(S){try{return i(S)?!1:(e.call(S),!0)}catch{return!1}},s=Object.prototype.toString,u="[object Object]",l="[object Function]",c="[object GeneratorFunction]",d="[object HTMLAllCollection]",f="[object HTML document.all class]",p="[object HTMLCollection]",m=typeof Symbol=="function"&&!!Symbol.toStringTag,g=!(0 in[,]),h=function(){return!1};if(typeof document=="object"){var b=document.all;s.call(b)===s.call(document.all)&&(h=function(S){if((g||!S)&&(typeof S>"u"||typeof S=="object"))try{var w=s.call(S);return(w===d||w===f||w===p||w===u)&&S("")==null}catch{}return!1})}return xo=t?function(S){if(h(S))return!0;if(!S||typeof S!="function"&&typeof S!="object")return!1;try{t(S,null,r)}catch(w){if(w!==o)return!1}return!i(S)&&a(S)}:function(S){if(h(S))return!0;if(!S||typeof S!="function"&&typeof S!="object")return!1;if(m)return a(S);if(i(S))return!1;var w=s.call(S);return w!==l&&w!==c&&!/^\[object HTML/.test(w)?!1:a(S)},xo}var wo,Gs;function K1(){if(Gs)return wo;Gs=1;var e=Da();return wo=function(){return e()&&!!Symbol.toStringTag},wo}var Io,Ws;function Dm(){if(Ws)return Io;Ws=1;var e=Je,t=e("Date.prototype.getDay"),r=function(s){try{return t(s),!0}catch{return!1}},o=e("Object.prototype.toString"),n="[object Date]",i=K1()();return Io=function(s){return typeof s!="object"||s===null?!1:i?r(s):o(s)===n},Io}var Cr={exports:{}},So,ks;function ed(){if(ks)return So;ks=1;var e=Je,t=K1()(),r=fr(),o=cr,n;if(t){var i=e("RegExp.prototype.exec"),a={},s=function(){throw a},u={toString:s,valueOf:s};typeof Symbol.toPrimitive=="symbol"&&(u[Symbol.toPrimitive]=s),n=function(f){if(!f||typeof f!="object")return!1;var p=o(f,"lastIndex"),m=p&&r(p,"value");if(!m)return!1;try{i(f,u)}catch(g){return g===a}}}else{var l=e("Object.prototype.toString"),c="[object RegExp]";n=function(f){return!f||typeof f!="object"&&typeof f!="function"?!1:l(f)===c}}return So=n,So}var Ao,Hs;function td(){if(Hs)return Ao;Hs=1;var e=Je,t=ed(),r=e("RegExp.prototype.exec"),o=Fe;return Ao=function(i){if(!t(i))throw new o("`regex` must be a RegExp");return function(s){return r(i,s)!==null}},Ao}var Zs;function Gm(){if(Zs)return Cr.exports;Zs=1;var e=Je,t=e("Object.prototype.toString"),r=V1()(),o=td();if(r){var n=e("Symbol.prototype.toString"),i=o(/^Symbol\(.*\)$/),a=function(u){return typeof u.valueOf()!="symbol"?!1:i(n(u))};Cr.exports=function(u){if(typeof u=="symbol")return!0;if(!u||typeof u!="object"||t(u)!=="[object Symbol]")return!1;try{return a(u)}catch{return!1}}}else Cr.exports=function(u){return!1};return Cr.exports}var Eo,Xs;function Wm(){if(Xs)return Eo;Xs=1;var e=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol",t=Lm(),r=za(),o=Dm(),n=Gm(),i=function(u,l){if(typeof u>"u"||u===null)throw new TypeError("Cannot call method on "+u);if(typeof l!="string"||l!=="number"&&l!=="string")throw new TypeError('hint must be "string" or "number"');var c=l==="string"?["toString","valueOf"]:["valueOf","toString"],d,f,p;for(p=0;p<c.length;++p)if(d=u[c[p]],r(d)&&(f=d.call(u),t(f)))return f;throw new TypeError("No default value")},a=function(u,l){var c=u[l];if(c!==null&&typeof c<"u"){if(!r(c))throw new TypeError(c+" returned for property "+String(l)+" of object "+u+" is not a function");return c}};return Eo=function(u){if(t(u))return u;var l="default";arguments.length>1&&(arguments[1]===String?l="string":arguments[1]===Number&&(l="number"));var c;if(e&&(Symbol.toPrimitive?c=a(u,Symbol.toPrimitive):n(u)&&(c=Symbol.prototype.valueOf)),typeof c<"u"){var d=c.call(u,l);if(t(d))return d;throw new TypeError("unable to convert exotic object to primitive")}return l==="default"&&(o(u)||n(u))&&(l="string"),i(u,l==="default"?"number":l)},Eo}var Ro,$s;function km(){if($s)return Ro;$s=1;var e=Wm();return Ro=function(r){return arguments.length>1?e(r,arguments[1]):e(r)},Ro}var Po,zs;function Hm(){if(zs)return Po;zs=1;var e=xt,t=e("%String%"),r=Fe;return Po=function(n){if(typeof n=="symbol")throw new r("Cannot convert a Symbol value to a string");return t(n)},Po}var Oo,Ys;function rd(){if(Ys)return Oo;Ys=1;var e=Xt,t=Hm(),r=Je,o=r("String.prototype.replace"),n=/^\s$/.test(""),i=n?/^[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]+/:/^[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]+/,a=n?/[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]+$/:/[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]+$/;return Oo=function(){var u=t(e(this));return o(o(u,i,""),a,"")},Oo}var _o,qs;function nd(){if(qs)return _o;qs=1;var e=rd(),t="",r="";return _o=function(){return String.prototype.trim&&t.trim()===t&&r.trim()===r&&("_"+r).trim()==="_"+r&&(r+"_").trim()===r+"_"?String.prototype.trim:e},_o}var To,Js;function Zm(){if(Js)return To;Js=1;var e=Ba(),t=ja,r=nd();return To=function(){var n=r();return String.prototype.trim!==n&&(e?t(String.prototype,"trim",n,!0):t(String.prototype,"trim",n)),n},To}var Mo,Us;function Xm(){if(Us)return Mo;Us=1;var e=wt,t=Re,r=Xt,o=rd(),n=nd(),i=Zm(),a=e(n()),s=function(l){return r(l),a(l)};return t(s,{getPolyfill:n,implementation:o,shim:i}),Mo=s,Mo}var No,Qs;function $m(){if(Qs)return No;Qs=1;var e=xt,t=e("%RegExp%"),r=Fe,o=e("%parseInt%"),n=Je,i=td(),a=n("String.prototype.slice"),s=i(/^0b[01]+$/i),u=i(/^0o[0-7]+$/i),l=i(/^[-+]0x[0-9a-f]+$/i),c=["
","",""].join(""),d=new t("["+c+"]","g"),f=i(d),p=Xm();return No=function m(g){if(typeof g!="string")throw new r("Assertion failed: `argument` is not a String");if(s(g))return+o(a(g,2),2);if(u(g))return+o(a(g,2),8);if(f(g)||l(g))return NaN;var h=p(g);return h!==g?m(h):+g},No}var Fo,Ks;function zm(){if(Ks)return Fo;Ks=1;var e=xt,t=Fe,r=e("%Number%"),o=Bm(),n=km(),i=$m();return Fo=function(s){var u=o(s)?s:n(s,r);if(typeof u=="symbol")throw new t("Cannot convert a Symbol value to a number");if(typeof u=="bigint")throw new t("Conversion from 'BigInt' to 'number' is not allowed.");return typeof u=="string"?i(u):+u},Fo}var Vo,el;function Ym(){if(el)return Vo;el=1;var e=F1;return Vo=function(r){return typeof r=="bigint"?r:e(r)},Vo}var jo,tl;function qm(){if(tl)return jo;tl=1;var e=Ym(),t=Fe;return jo=function(o){if(typeof o!="number"&&typeof o!="bigint")throw new t("argument must be a Number or a BigInt");var n=o<0?-e(-o):e(o);return n===0?0:n},jo}var Bo,rl;function Jm(){if(rl)return Bo;rl=1;var e=La;return Bo=function(r){return(typeof r=="number"||typeof r=="bigint")&&!e(r)&&r!==1/0&&r!==-1/0},Bo}var Lo,nl;function Um(){if(nl)return Lo;nl=1;var e=zm(),t=qm(),r=La,o=Jm();return Lo=function(i){var a=e(i);return r(a)||a===0?0:o(a)?t(a):a},Lo}var Do,ol;function Qm(){if(ol)return Do;ol=1;var e=jm(),t=Um();return Do=function(o){var n=t(o);return n<=0?0:n>e?e:n},Do}var Go,il;function Km(){return il||(il=1,Go=za()),Go}var Wo,al;function od(){if(al)return Wo;al=1;var e=Vm(),t=Qm(),r=Km();return Wo=function(n){var i=e(this),a=t(i.length);if(!r(n))throw new TypeError("Array#find: predicate must be a function");if(a!==0){var s;arguments.length>0&&(s=arguments[1]);for(var u=0,l;u<a;u++)if(l=i[u],n.apply(s,[l,u,i]))return l}},Wo}var ko,ul;function id(){return ul||(ul=1,ko=function(){var t=Array.prototype.find&&[,1].find(function(){return!0})!==1;return t?Array.prototype.find:od()}),ko}var Ho,sl;function e5(){if(sl)return Ho;sl=1;var e=fr(),t=typeof Symbol=="function"&&typeof Symbol.unscopables=="symbol",r=t&&Array.prototype[Symbol.unscopables],o=TypeError;return Ho=function(i){if(typeof i!="string"||!i)throw new o("method must be a non-empty string");if(!e(Array.prototype,i))throw new o("method must be on Array.prototype");t&&r&&(r[i]=!0)},Ho}var Zo,ll;function t5(){if(ll)return Zo;ll=1;var e=Re,t=e5(),r=id();return Zo=function(){var n=r();return e(Array.prototype,{find:n},{find:function(){return Array.prototype.find!==n}}),t("find"),n},Zo}var Xo,cl;function ad(){if(cl)return Xo;cl=1;var e=Re,t=Y1(),r=Xt,o=od(),n=id(),i=t5(),a=t("Array.prototype.slice"),s=n(),u=function(c,d){r(c);var f=a(arguments,1);return s.apply(c,f)};return e(u,{getPolyfill:n,implementation:o,shim:i}),Xo=u,Xo}var $o={},zo,dl;function ud(){if(dl)return zo;dl=1;var e=function(){return typeof(function(){}).name=="string"},t=Object.getOwnPropertyDescriptor;if(t)try{t([],"length")}catch{t=null}e.functionsHaveConfigurableNames=function(){if(!e()||!t)return!1;var n=t(function(){},"name");return!!n&&!!n.configurable};var r=Function.prototype.bind;return e.boundFunctionsHaveNames=function(){return e()&&typeof r=="function"&&(function(){}).bind().name!==""},zo=e,zo}var Yo,fl;function sd(){if(fl)return Yo;fl=1;var e=za(),t=fr(),r=ud()(),o=Je,n=o("Function.prototype.toString"),i=o("String.prototype.match"),a=o("Object.prototype.toString"),s=/^class /,u=function(b){if(e(b)||typeof b!="function")return!1;try{var C=i(n(b),s);return!!C}catch{}return!1},l=/\s*function\s+([^(\s]*)\s*/,c=!(0 in[,]),d="[object Object]",f="[object HTMLAllCollection]",p=Function.prototype,m=function(){return!1};if(typeof document=="object"){var g=document.all;a(g)===a(document.all)&&(m=function(b){if((c||!b)&&(typeof b>"u"||typeof b=="object"))try{var C=a(b);return(C===f||C===d)&&b("")==null}catch{}return!1})}return Yo=function(){if(m(this)||!u(this)&&!e(this))throw new TypeError("Function.prototype.name sham getter called on non-function");if(r&&t(this,"name"))return this.name;if(this===p)return"";var b=n(this),C=i(b,l),S=C&&C[1];return S},Yo}var qo,pl;function ld(){if(pl)return qo;pl=1;var e=sd();return qo=function(){return e},qo}var Jo,gl;function r5(){if(gl)return Jo;gl=1;var e=Re.supportsDescriptors,t=ud()(),r=ld(),o=Object.defineProperty,n=TypeError;return Jo=function(){var a=r();if(t)return a;if(!e)throw new n("Shimming Function.prototype.name support requires ES5 property descriptor support.");var s=Function.prototype;return o(s,"name",{configurable:!0,enumerable:!1,get:function(){var u=a.call(this);return this!==s&&o(this,"name",{configurable:!0,enumerable:!1,value:u,writable:!1}),u}}),a},Jo}var Uo,vl;function n5(){if(vl)return Uo;vl=1;var e=Re,t=wt,r=sd(),o=ld(),n=r5(),i=t(r);return e(i,{getPolyfill:o,implementation:r,shim:n}),Uo=i,Uo}var ml;function Ya(){return ml||(ml=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=n;var t=o(n5()),r=lr();function o(i){return i&&i.__esModule?i:{default:i}}function n(i){return typeof i=="string"?i:typeof i=="function"?i.displayName||(0,t.default)(i):(0,r.isForwardRef)({type:i,$$typeof:r.Element})?i.displayName:(0,r.isMemo)(i)?n(i.type):null}}($o)),$o}var hl;function o5(){return hl||(hl=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=i(ad()),r=i(Ya()),o=i($a()),n=i(ue());function i(c){return c&&c.__esModule?c:{default:c}}function a(c,d,f){if(!d.every(function(m){return m&&(0,t.default)(c,function(g){return g==="*"||m.type===g})})){var p=c.map(r.default).join(", or ");return new TypeError("`".concat(f,"` only accepts children of type ").concat(p))}return null}function s(c,d,f){if(d.length===0){var p=c.map(r.default).join(", or ");return new TypeError("`".concat(f,"` requires at least one node of type ").concat(p))}return null}function u(){for(var c=arguments.length,d=new Array(c),f=0;f<c;f++)d[f]=arguments[f];if(d.length<1)throw new TypeError("childrenOfType: at least 1 type is required");function p(m,g,h){return a(d,(0,o.default)(m[g]),h)}return p.isRequired=function(m,g,h){var b=(0,o.default)(m[g]);return s(d,b,h)||a(d,b,h)},(0,n.default)(p,"childrenOfType",d)}var l=u;e.default=l}(mo)),mo}var Qo={},Ko={},ei={},ti={},ri={},bl;function cd(){return bl||(bl=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=Math.floor,r=isFinite,o=Number.isInteger||function(n){return typeof n=="number"&&r(n)&&t(n)===n};e.default=o}(ri)),ri}var yl;function qa(){return yl||(yl=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=o(cd()),r=o(ue());function o(s){return s&&s.__esModule?s:{default:s}}function n(s,u,l){var c=s[u];return c==null||!(0,t.default)(c)?new RangeError("".concat(u," in ").concat(l," must be an integer")):null}var i=function(u,l){var c=u[l];if(c==null)return null;for(var d=arguments.length,f=new Array(d>2?d-2:0),p=2;p<d;p++)f[p-2]=arguments[p];return n.apply(void 0,[u,l].concat(f))};i.isRequired=n;var a=function(){return(0,r.default)(i,"integer")};e.default=a}(ti)),ti}var ni={},oi,Cl;function dd(){if(Cl)return oi;Cl=1;var e=function(t){return t!==t};return oi=function(r,o){return r===0&&o===0?1/r===1/o:!!(r===o||e(r)&&e(o))},oi}var ii,xl;function fd(){if(xl)return ii;xl=1;var e=dd();return ii=function(){return typeof Object.is=="function"?Object.is:e},ii}var ai,wl;function i5(){if(wl)return ai;wl=1;var e=fd(),t=Re;return ai=function(){var o=e();return t(Object,{is:o},{is:function(){return Object.is!==o}}),o},ai}var ui,Il;function pd(){if(Il)return ui;Il=1;var e=Re,t=wt,r=dd(),o=fd(),n=i5(),i=t(o(),Object);return e(i,{getPolyfill:o,implementation:r,shim:n}),ui=i,ui}var Sl;function gd(){return Sl||(Sl=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=o(pd()),r=o(ue());function o(u){return u&&u.__esModule?u:{default:u}}function n(u){return typeof u=="number"&&isFinite(u)&&u>=0&&!(0,t.default)(u,-0)}function i(u,l,c){var d=u[l];return d==null||n(d)?null:new RangeError("".concat(l," in ").concat(c," must be a non-negative number"))}function a(u,l,c){var d=u[l];return n(d)?null:new RangeError("".concat(l," in ").concat(c," must be a non-negative number"))}i.isRequired=a;var s=function(){return(0,r.default)(i,"nonNegativeNumber")};e.default=s}(ni)),ni}var Al;function vd(){return Al||(Al=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=n(It()),r=n(qa()),o=n(gd());function n(a){return a&&a.__esModule?a:{default:a}}var i=(0,t.default)([(0,r.default)(),(0,o.default)()],"nonNegativeInteger");e.default=i}(ei)),ei}var si={},li={},El;function md(){return El||(El=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=n;var t=r(V);function r(i){return i&&i.__esModule?i:{default:i}}function o(i){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?o=function(s){return typeof s}:o=function(s){return s&&typeof Symbol=="function"&&s.constructor===Symbol&&s!==Symbol.prototype?"symbol":typeof s},o(i)}function n(i){return i===null?"null":Array.isArray(i)?"array":o(i)!=="object"?o(i):t.default.isValidElement(i)?i.type:i}}(li)),li}var Rl;function hd(){return Rl||(Rl=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=n(Ha()),r=n(md()),o=n(ue());function n(u){return u&&u.__esModule?u:{default:u}}var i={prop:"prop",context:"context",childContext:"child context"};function a(u,l,c,d,f){var p=u[l];if(p==null||(0,t.default)(p))return null;var m=i[d]||d;return new TypeError("Invalid ".concat(m," `").concat(f,"` of type `").concat((0,r.default)(p),"` supplied to `").concat(c,"`, expected `object`."))}a.isRequired=function(l,c,d,f,p){var m=l[c];if(m==null){var g=i[f]||f;return new TypeError("The ".concat(g," `").concat(p,"` is marked as required in `").concat(d,"`, but its value is `").concat(m,"`."))}for(var h=arguments.length,b=new Array(h>5?h-5:0),C=5;C<h;C++)b[C-5]=arguments[C];return a.apply(void 0,[l,c,d,f,p].concat(b))};var s=function(){return(0,o.default)(a,"object")};e.default=s}(si)),si}var ci={},Pl;function Ja(){return Pl||(Pl=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=n;var t=o(It()),r=o(Za());function o(i){return i&&i.__esModule?i:{default:i}}function n(i,a){if(typeof i!="function")throw new TypeError("type must be a valid PropType");var s=(0,r.default)(a);return(0,t.default)([i,s],"withShape")}}(ci)),ci}var Ol;function bd(){return Ol||(Ol=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=I;var t=Oe,r=l(It()),o=l(Xa()),n=l(vd()),i=l(hd()),a=l(Ja()),s=l(md()),u=l(ue());function l(A){return A&&A.__esModule?A:{default:A}}function c(A,x){var E=Object.keys(A);if(Object.getOwnPropertySymbols){var P=Object.getOwnPropertySymbols(A);x&&(P=P.filter(function(_){return Object.getOwnPropertyDescriptor(A,_).enumerable})),E.push.apply(E,P)}return E}function d(A){for(var x=1;x<arguments.length;x++){var E=arguments[x]!=null?arguments[x]:{};x%2?c(Object(E),!0).forEach(function(P){f(A,P,E[P])}):Object.getOwnPropertyDescriptors?Object.defineProperties(A,Object.getOwnPropertyDescriptors(E)):c(Object(E)).forEach(function(P){Object.defineProperty(A,P,Object.getOwnPropertyDescriptor(E,P))})}return A}function f(A,x,E){return x in A?Object.defineProperty(A,x,{value:E,enumerable:!0,configurable:!0,writable:!0}):A[x]=E,A}var p=n.default,m=(0,r.default)([n.default,(0,o.default)({gte:1})]);function g(A,x){return typeof x!="number"||typeof A!="number"||A<=x?null:new RangeError("min must be less than or equal to max")}var h={validator:function(x,E){var P=x[E];return typeof P!="function"?new TypeError('"validator" must be a propType validator function'):null},min:function(x,E){return p(x,E)||g(x.min,x.max)},max:function(x,E){return m(x,E)||g(x.min,x.max)}};function b(A){var x=A.min,E=A.max,P,_;return typeof x!="number"&&typeof E!="number"?(P=1,_=1):(P=typeof x=="number"?x:1,_=typeof E=="number"?E:1/0),{minimum:P,maximum:_}}function C(A){var x=[],E;return A.reduce(function(P,_){var L=(0,s.default)(_);return!E||L===E?x.push(_):(P.push(x),x=[_]),E=L,P},[]).concat(x.length>0?[x]:[])}function S(A,x,E,P){for(var _=x[E],L=C(_),j=arguments.length,O=new Array(j>4?j-4:0),N=4;N<j;N++)O[N-4]=arguments[N];for(var T=0;T<A.length;T+=1){var M=A[T],G=M.validator,B=M.min,Z=M.max,R=b({min:B,max:Z}),F=R.minimum,D=R.maximum;if(!(L.length===0&&F===0)){var H=(0,t.arrayOf)(G).isRequired,k=L.shift(),$=H.apply(void 0,[d(d({},x),{},f({},E,k)),E,P].concat(O));if($){if(F===0){L.unshift(k);continue}return $}if(k.length<F)return new RangeError("".concat(P,": specifier index ").concat(T," requires a minimum of ").concat(B," items, but only has ").concat(k.length,"."));if(k.length>D)return new RangeError("".concat(P,": specifier index ").concat(T," requires a maximum of ").concat(Z," items, but has ").concat(k.length,"."))}}return L.length>0?new TypeError("".concat(P,": after all ").concat(A.length," specifiers matched, ").concat(L.length," types of items were remaining.")):null}var w=(0,a.default)((0,i.default)(),h).isRequired;function I(){for(var A=arguments.length,x=new Array(A),E=0;E<A;E++)x[E]=arguments[E];if(x.length===0)throw new RangeError("sequenceOf: at least one specifier is required");var P=x.map(function(L,j){return w({specifier:L},"specifier","sequenceOf specifier","suequenceOf specifier, index ".concat(j),"specifier, index ".concat(j))});if(P.some(Boolean))throw new TypeError(`
|
|
19
|
+
*/var fi,zc;function w3(){if(zc)return fi;zc=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function r(i){if(i==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(i)}function o(){try{if(!Object.assign)return!1;var i=new String("abc");if(i[5]="de",Object.getOwnPropertyNames(i)[0]==="5")return!1;for(var a={},s=0;s<10;s++)a["_"+String.fromCharCode(s)]=s;var u=Object.getOwnPropertyNames(a).map(function(c){return a[c]});if(u.join("")!=="0123456789")return!1;var l={};return"abcdefghijklmnopqrst".split("").forEach(function(c){l[c]=c}),Object.keys(Object.assign({},l)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return fi=o()?Object.assign:function(i,a){for(var s,u=r(i),l,c=1;c<arguments.length;c++){s=Object(arguments[c]);for(var d in s)t.call(s,d)&&(u[d]=s[d]);if(e){l=e(s);for(var f=0;f<l.length;f++)n.call(s,l[f])&&(u[l[f]]=s[l[f]])}}return u},fi}var pi,Yc;function al(){if(Yc)return pi;Yc=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return pi=e,pi}var hi,qc;function i0(){return qc||(qc=1,hi=Function.call.bind(Object.prototype.hasOwnProperty)),hi}var gi,Uc;function S3(){if(Uc)return gi;Uc=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var t=al(),n={},r=i0();e=function(i){var a="Warning: "+i;typeof console<"u"&&console.error(a);try{throw new Error(a)}catch{}}}function o(i,a,s,u,l){if(process.env.NODE_ENV!=="production"){for(var c in i)if(r(i,c)){var d;try{if(typeof i[c]!="function"){var f=Error((u||"React class")+": "+s+" type `"+c+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof i[c]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw f.name="Invariant Violation",f}d=i[c](a,c,u,s,null,t)}catch(g){d=g}if(d&&!(d instanceof Error)&&e((u||"React class")+": type specification of "+s+" `"+c+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof d+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),d instanceof Error&&!(d.message in n)){n[d.message]=!0;var p=l?l():"";e("Failed "+s+" type: "+d.message+(p??""))}}}}return o.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(n={})},gi=o,gi}var mi,Jc;function I3(){if(Jc)return mi;Jc=1;var e=br(),t=w3(),n=al(),r=i0(),o=S3(),i=function(){};process.env.NODE_ENV!=="production"&&(i=function(s){var u="Warning: "+s;typeof console<"u"&&console.error(u);try{throw new Error(u)}catch{}});function a(){return null}return mi=function(s,u){var l=typeof Symbol=="function"&&Symbol.iterator,c="@@iterator";function d(T){var N=T&&(l&&T[l]||T[c]);if(typeof N=="function")return N}var f="<<anonymous>>",p={array:b("array"),bigint:b("bigint"),bool:b("boolean"),func:b("function"),number:b("number"),object:b("object"),string:b("string"),symbol:b("symbol"),any:y(),arrayOf:w,element:I(),elementType:S(),instanceOf:A,node:D(),objectOf:E,oneOf:x,oneOfType:O,shape:L,exact:P};function g(T,N){return T===N?T!==0||1/T===1/N:T!==T&&N!==N}function h(T,N){this.message=T,this.data=N&&typeof N=="object"?N:{},this.stack=""}h.prototype=Error.prototype;function m(T){if(process.env.NODE_ENV!=="production")var N={},G=0;function $(X,Z,Y,q,J,Q,re){if(q=q||f,Q=Q||Y,re!==n){if(u){var H=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw H.name="Invariant Violation",H}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var ne=q+":"+Y;!N[ne]&&G<3&&(i("You are manually calling a React.PropTypes validation function for the `"+Q+"` prop on `"+q+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),N[ne]=!0,G++)}}return Z[Y]==null?X?Z[Y]===null?new h("The "+J+" `"+Q+"` is marked as required "+("in `"+q+"`, but its value is `null`.")):new h("The "+J+" `"+Q+"` is marked as required in "+("`"+q+"`, but its value is `undefined`.")):null:T(Z,Y,q,J,Q)}var W=$.bind(null,!1);return W.isRequired=$.bind(null,!0),W}function b(T){function N(G,$,W,X,Z,Y){var q=G[$],J=V(q);if(J!==T){var Q=j(q);return new h("Invalid "+X+" `"+Z+"` of type "+("`"+Q+"` supplied to `"+W+"`, expected ")+("`"+T+"`."),{expectedType:T})}return null}return m(N)}function y(){return m(a)}function w(T){function N(G,$,W,X,Z){if(typeof T!="function")return new h("Property `"+Z+"` of component `"+W+"` has invalid PropType notation inside arrayOf.");var Y=G[$];if(!Array.isArray(Y)){var q=V(Y);return new h("Invalid "+X+" `"+Z+"` of type "+("`"+q+"` supplied to `"+W+"`, expected an array."))}for(var J=0;J<Y.length;J++){var Q=T(Y,J,W,X,Z+"["+J+"]",n);if(Q instanceof Error)return Q}return null}return m(N)}function I(){function T(N,G,$,W,X){var Z=N[G];if(!s(Z)){var Y=V(Z);return new h("Invalid "+W+" `"+X+"` of type "+("`"+Y+"` supplied to `"+$+"`, expected a single ReactElement."))}return null}return m(T)}function S(){function T(N,G,$,W,X){var Z=N[G];if(!e.isValidElementType(Z)){var Y=V(Z);return new h("Invalid "+W+" `"+X+"` of type "+("`"+Y+"` supplied to `"+$+"`, expected a single ReactElement type."))}return null}return m(T)}function A(T){function N(G,$,W,X,Z){if(!(G[$]instanceof T)){var Y=T.name||f,q=k(G[$]);return new h("Invalid "+X+" `"+Z+"` of type "+("`"+q+"` supplied to `"+W+"`, expected ")+("instance of `"+Y+"`."))}return null}return m(N)}function x(T){if(!Array.isArray(T))return process.env.NODE_ENV!=="production"&&(arguments.length>1?i("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):i("Invalid argument supplied to oneOf, expected an array.")),a;function N(G,$,W,X,Z){for(var Y=G[$],q=0;q<T.length;q++)if(g(Y,T[q]))return null;var J=JSON.stringify(T,function(re,H){var ne=j(H);return ne==="symbol"?String(H):H});return new h("Invalid "+X+" `"+Z+"` of value `"+String(Y)+"` "+("supplied to `"+W+"`, expected one of "+J+"."))}return m(N)}function E(T){function N(G,$,W,X,Z){if(typeof T!="function")return new h("Property `"+Z+"` of component `"+W+"` has invalid PropType notation inside objectOf.");var Y=G[$],q=V(Y);if(q!=="object")return new h("Invalid "+X+" `"+Z+"` of type "+("`"+q+"` supplied to `"+W+"`, expected an object."));for(var J in Y)if(r(Y,J)){var Q=T(Y,J,W,X,Z+"."+J,n);if(Q instanceof Error)return Q}return null}return m(N)}function O(T){if(!Array.isArray(T))return process.env.NODE_ENV!=="production"&&i("Invalid argument supplied to oneOfType, expected an instance of array."),a;for(var N=0;N<T.length;N++){var G=T[N];if(typeof G!="function")return i("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+F(G)+" at index "+N+"."),a}function $(W,X,Z,Y,q){for(var J=[],Q=0;Q<T.length;Q++){var re=T[Q],H=re(W,X,Z,Y,q,n);if(H==null)return null;H.data&&r(H.data,"expectedType")&&J.push(H.data.expectedType)}var ne=J.length>0?", expected one of type ["+J.join(", ")+"]":"";return new h("Invalid "+Y+" `"+q+"` supplied to "+("`"+Z+"`"+ne+"."))}return m($)}function D(){function T(N,G,$,W,X){return R(N[G])?null:new h("Invalid "+W+" `"+X+"` supplied to "+("`"+$+"`, expected a ReactNode."))}return m(T)}function B(T,N,G,$,W){return new h((T||"React class")+": "+N+" type `"+G+"."+$+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+W+"`.")}function L(T){function N(G,$,W,X,Z){var Y=G[$],q=V(Y);if(q!=="object")return new h("Invalid "+X+" `"+Z+"` of type `"+q+"` "+("supplied to `"+W+"`, expected `object`."));for(var J in T){var Q=T[J];if(typeof Q!="function")return B(W,X,Z,J,j(Q));var re=Q(Y,J,W,X,Z+"."+J,n);if(re)return re}return null}return m(N)}function P(T){function N(G,$,W,X,Z){var Y=G[$],q=V(Y);if(q!=="object")return new h("Invalid "+X+" `"+Z+"` of type `"+q+"` "+("supplied to `"+W+"`, expected `object`."));var J=t({},G[$],T);for(var Q in J){var re=T[Q];if(r(T,Q)&&typeof re!="function")return B(W,X,Z,Q,j(re));if(!re)return new h("Invalid "+X+" `"+Z+"` key `"+Q+"` supplied to `"+W+"`.\nBad object: "+JSON.stringify(G[$],null," ")+`
|
|
20
|
+
Valid keys: `+JSON.stringify(Object.keys(T),null," "));var H=re(Y,Q,W,X,Z+"."+Q,n);if(H)return H}return null}return m(N)}function R(T){switch(typeof T){case"number":case"string":case"undefined":return!0;case"boolean":return!T;case"object":if(Array.isArray(T))return T.every(R);if(T===null||s(T))return!0;var N=d(T);if(N){var G=N.call(T),$;if(N!==T.entries){for(;!($=G.next()).done;)if(!R($.value))return!1}else for(;!($=G.next()).done;){var W=$.value;if(W&&!R(W[1]))return!1}}else return!1;return!0;default:return!1}}function _(T,N){return T==="symbol"?!0:N?N["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&N instanceof Symbol:!1}function V(T){var N=typeof T;return Array.isArray(T)?"array":T instanceof RegExp?"object":_(N,T)?"symbol":N}function j(T){if(typeof T>"u"||T===null)return""+T;var N=V(T);if(N==="object"){if(T instanceof Date)return"date";if(T instanceof RegExp)return"regexp"}return N}function F(T){var N=j(T);switch(N){case"array":case"object":return"an "+N;case"boolean":case"date":case"regexp":return"a "+N;default:return N}}function k(T){return!T.constructor||!T.constructor.name?f:T.constructor.name}return p.checkPropTypes=o,p.resetWarningCache=o.resetWarningCache,p.PropTypes=p,p},mi}var vi,Kc;function A3(){if(Kc)return vi;Kc=1;var e=al();function t(){}function n(){}return n.resetWarningCache=t,vi=function(){function r(a,s,u,l,c,d){if(d!==e){var f=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 f.name="Invariant Violation",f}}r.isRequired=r;function o(){return r}var i={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:o,element:r,elementType:r,instanceOf:o,node:r,objectOf:o,oneOf:o,oneOfType:o,shape:o,exact:o,checkPropTypes:n,resetWarningCache:t};return i.PropTypes=i,i},vi}if(process.env.NODE_ENV!=="production"){var E3=br(),P3=!0;ou.exports=I3()(E3.isElement,P3)}else ou.exports=A3()();var Be=ou.exports;const oe=ol(Be);var bi,Qc;function R3(){if(Qc)return bi;Qc=1;function e(){return null}e.isRequired=e;function t(){return e}return bi={and:t,between:t,booleanSome:t,childrenHavePropXorChildren:t,childrenOf:t,childrenOfType:t,childrenSequenceOf:t,componentWithName:t,disallowedIf:t,elementType:t,empty:t,explicitNull:t,forbidExtraProps:Object,integer:t,keysOf:t,mutuallyExclusiveProps:t,mutuallyExclusiveTrueProps:t,nChildren:t,nonNegativeInteger:e,nonNegativeNumber:t,numericString:t,object:t,or:t,predicate:t,range:t,ref:t,requiredBy:t,restrictedProp:t,sequenceOf:t,shape:t,stringEndsWith:t,stringStartsWith:t,uniqueArray:t,uniqueArrayOf:t,valuesOf:t,withShape:t},bi}var ed=Object.prototype.toString,a0=function(t){var n=ed.call(t),r=n==="[object Arguments]";return r||(r=n!=="[object Array]"&&t!==null&&typeof t=="object"&&typeof t.length=="number"&&t.length>=0&&ed.call(t.callee)==="[object Function]"),r},yi,td;function T3(){if(td)return yi;td=1;var e;if(!Object.keys){var t=Object.prototype.hasOwnProperty,n=Object.prototype.toString,r=a0,o=Object.prototype.propertyIsEnumerable,i=!o.call({toString:null},"toString"),a=o.call(function(){},"prototype"),s=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],u=function(f){var p=f.constructor;return p&&p.prototype===f},l={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},c=function(){if(typeof window>"u")return!1;for(var f in window)try{if(!l["$"+f]&&t.call(window,f)&&window[f]!==null&&typeof window[f]=="object")try{u(window[f])}catch{return!0}}catch{return!0}return!1}(),d=function(f){if(typeof window>"u"||!c)return u(f);try{return u(f)}catch{return!1}};e=function(p){var g=p!==null&&typeof p=="object",h=n.call(p)==="[object Function]",m=r(p),b=g&&n.call(p)==="[object String]",y=[];if(!g&&!h&&!m)throw new TypeError("Object.keys called on a non-object");var w=a&&h;if(b&&p.length>0&&!t.call(p,0))for(var I=0;I<p.length;++I)y.push(String(I));if(m&&p.length>0)for(var S=0;S<p.length;++S)y.push(String(S));else for(var A in p)!(w&&A==="prototype")&&t.call(p,A)&&y.push(String(A));if(i)for(var x=d(p),E=0;E<s.length;++E)!(x&&s[E]==="constructor")&&t.call(p,s[E])&&y.push(s[E]);return y}}return yi=e,yi}var O3=Array.prototype.slice,_3=a0,nd=Object.keys,Jr=nd?function(t){return nd(t)}:T3(),rd=Object.keys;Jr.shim=function(){if(Object.keys){var t=function(){var n=Object.keys(arguments);return n&&n.length===arguments.length}(1,2);t||(Object.keys=function(r){return _3(r)?rd(O3.call(r)):rd(r)})}else Object.keys=Jr;return Object.keys||Jr};var sl=Jr,Kr=Object.defineProperty||!1;if(Kr)try{Kr({},"a",{value:1})}catch{Kr=!1}var Wo=Kr,s0=SyntaxError,Ye=TypeError,M3=Object.getOwnPropertyDescriptor,Qr=M3;if(Qr)try{Qr([],"length")}catch{Qr=null}var yr=Qr,od=Wo,V3=s0,rn=Ye,id=yr,ul=function(t,n,r){if(!t||typeof t!="object"&&typeof t!="function")throw new rn("`obj` must be an object or a function`");if(typeof n!="string"&&typeof n!="symbol")throw new rn("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new rn("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new rn("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new rn("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new rn("`loose`, if provided, must be a boolean");var o=arguments.length>3?arguments[3]:null,i=arguments.length>4?arguments[4]:null,a=arguments.length>5?arguments[5]:null,s=arguments.length>6?arguments[6]:!1,u=!!id&&id(t,n);if(od)od(t,n,{configurable:a===null&&u?u.configurable:!a,enumerable:o===null&&u?u.enumerable:!o,value:r,writable:i===null&&u?u.writable:!i});else if(s||!o&&!i&&!a)t[n]=r;else throw new V3("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},iu=Wo,u0=function(){return!!iu};u0.hasArrayLengthDefineBug=function(){if(!iu)return null;try{return iu([],"length",{value:1}).length!==1}catch{return!0}};var ll=u0,D3=sl,F3=typeof Symbol=="function"&&typeof Symbol("foo")=="symbol",N3=Object.prototype.toString,L3=Array.prototype.concat,ad=ul,j3=function(e){return typeof e=="function"&&N3.call(e)==="[object Function]"},l0=ll(),B3=function(e,t,n,r){if(t in e){if(r===!0){if(e[t]===n)return}else if(!j3(r)||!r())return}l0?ad(e,t,n,!0):ad(e,t,n)},c0=function(e,t){var n=arguments.length>2?arguments[2]:{},r=D3(t);F3&&(r=L3.call(r,Object.getOwnPropertySymbols(t)));for(var o=0;o<r.length;o+=1)B3(e,r[o],t[r[o]],n[r[o]])};c0.supportsDescriptors=!!l0;var Ne=c0,d0={exports:{}},Ho=Object,k3=Error,G3=EvalError,W3=RangeError,H3=ReferenceError,$3=URIError,X3=Math.abs,f0=Math.floor,Z3=Math.max,z3=Math.min,Y3=Math.pow,q3=Math.round,cl=Number.isNaN||function(t){return t!==t},U3=cl,J3=function(t){return U3(t)||t===0?t:t<0?-1:1},Ci,sd;function dl(){return sd||(sd=1,Ci=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var t={},n=Symbol("test"),r=Object(n);if(typeof n=="string"||Object.prototype.toString.call(n)!=="[object Symbol]"||Object.prototype.toString.call(r)!=="[object Symbol]")return!1;var o=42;t[n]=o;for(var i in t)return!1;if(typeof Object.keys=="function"&&Object.keys(t).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(t).length!==0)return!1;var a=Object.getOwnPropertySymbols(t);if(a.length!==1||a[0]!==n||!Object.prototype.propertyIsEnumerable.call(t,n))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var s=Object.getOwnPropertyDescriptor(t,n);if(s.value!==o||s.enumerable!==!0)return!1}return!0}),Ci}var xi,ud;function p0(){if(ud)return xi;ud=1;var e=typeof Symbol<"u"&&Symbol,t=dl();return xi=function(){return typeof e!="function"||typeof Symbol!="function"||typeof e("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:t()},xi}var wi,ld;function h0(){return ld||(ld=1,wi=typeof Reflect<"u"&&Reflect.getPrototypeOf||null),wi}var Si,cd;function g0(){if(cd)return Si;cd=1;var e=Ho;return Si=e.getPrototypeOf||null,Si}var K3="Function.prototype.bind called on incompatible ",Q3=Object.prototype.toString,e4=Math.max,t4="[object Function]",dd=function(t,n){for(var r=[],o=0;o<t.length;o+=1)r[o]=t[o];for(var i=0;i<n.length;i+=1)r[i+t.length]=n[i];return r},n4=function(t,n){for(var r=[],o=n,i=0;o<t.length;o+=1,i+=1)r[i]=t[o];return r},r4=function(e,t){for(var n="",r=0;r<e.length;r+=1)n+=e[r],r+1<e.length&&(n+=t);return n},o4=function(t){var n=this;if(typeof n!="function"||Q3.apply(n)!==t4)throw new TypeError(K3+n);for(var r=n4(arguments,1),o,i=function(){if(this instanceof o){var c=n.apply(this,dd(r,arguments));return Object(c)===c?c:this}return n.apply(t,dd(r,arguments))},a=e4(0,n.length-r.length),s=[],u=0;u<a;u++)s[u]="$"+u;if(o=Function("binder","return function ("+r4(s,",")+"){ return binder.apply(this,arguments); }")(i),n.prototype){var l=function(){};l.prototype=n.prototype,o.prototype=new l,l.prototype=null}return o},i4=o4,Cr=Function.prototype.bind||i4,fl=Function.prototype.call,pl=Function.prototype.apply,a4=typeof Reflect<"u"&&Reflect&&Reflect.apply,s4=Cr,u4=pl,l4=fl,c4=a4,m0=c4||s4.call(l4,u4),d4=Cr,f4=Ye,p4=fl,h4=m0,hl=function(t){if(t.length<1||typeof t[0]!="function")throw new f4("a function is required");return h4(d4,p4,t)},Ii,fd;function g4(){if(fd)return Ii;fd=1;var e=hl,t=yr,n;try{n=[].__proto__===Array.prototype}catch(a){if(!a||typeof a!="object"||!("code"in a)||a.code!=="ERR_PROTO_ACCESS")throw a}var r=!!n&&t&&t(Object.prototype,"__proto__"),o=Object,i=o.getPrototypeOf;return Ii=r&&typeof r.get=="function"?e([r.get]):typeof i=="function"?function(s){return i(s==null?s:o(s))}:!1,Ii}var Ai,pd;function m4(){if(pd)return Ai;pd=1;var e=h0(),t=g0(),n=g4();return Ai=e?function(o){return e(o)}:t?function(o){if(!o||typeof o!="object"&&typeof o!="function")throw new TypeError("getProto: not an object");return t(o)}:n?function(o){return n(o)}:null,Ai}var Ei,hd;function xr(){if(hd)return Ei;hd=1;var e=Function.prototype.call,t=Object.prototype.hasOwnProperty,n=Cr;return Ei=n.call(e,t),Ei}var ae,v4=Ho,b4=k3,y4=G3,C4=W3,x4=H3,En=s0,Cn=Ye,w4=$3,S4=X3,I4=f0,A4=Z3,E4=z3,P4=Y3,R4=q3,T4=J3,v0=Function,Pi=function(e){try{return v0('"use strict"; return ('+e+").constructor;")()}catch{}},ir=yr,O4=Wo,Ri=function(){throw new Cn},_4=ir?function(){try{return arguments.callee,Ri}catch{try{return ir(arguments,"callee").get}catch{return Ri}}}():Ri,on=p0()(),Pe=m4(),M4=g0(),V4=h0(),b0=pl,wr=fl,dn={},D4=typeof Uint8Array>"u"||!Pe?ae:Pe(Uint8Array),Zt={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?ae:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?ae:ArrayBuffer,"%ArrayIteratorPrototype%":on&&Pe?Pe([][Symbol.iterator]()):ae,"%AsyncFromSyncIteratorPrototype%":ae,"%AsyncFunction%":dn,"%AsyncGenerator%":dn,"%AsyncGeneratorFunction%":dn,"%AsyncIteratorPrototype%":dn,"%Atomics%":typeof Atomics>"u"?ae:Atomics,"%BigInt%":typeof BigInt>"u"?ae:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?ae:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?ae:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?ae:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":b4,"%eval%":eval,"%EvalError%":y4,"%Float32Array%":typeof Float32Array>"u"?ae:Float32Array,"%Float64Array%":typeof Float64Array>"u"?ae:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?ae:FinalizationRegistry,"%Function%":v0,"%GeneratorFunction%":dn,"%Int8Array%":typeof Int8Array>"u"?ae:Int8Array,"%Int16Array%":typeof Int16Array>"u"?ae:Int16Array,"%Int32Array%":typeof Int32Array>"u"?ae:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":on&&Pe?Pe(Pe([][Symbol.iterator]())):ae,"%JSON%":typeof JSON=="object"?JSON:ae,"%Map%":typeof Map>"u"?ae:Map,"%MapIteratorPrototype%":typeof Map>"u"||!on||!Pe?ae:Pe(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":v4,"%Object.getOwnPropertyDescriptor%":ir,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?ae:Promise,"%Proxy%":typeof Proxy>"u"?ae:Proxy,"%RangeError%":C4,"%ReferenceError%":x4,"%Reflect%":typeof Reflect>"u"?ae:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?ae:Set,"%SetIteratorPrototype%":typeof Set>"u"||!on||!Pe?ae:Pe(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?ae:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":on&&Pe?Pe(""[Symbol.iterator]()):ae,"%Symbol%":on?Symbol:ae,"%SyntaxError%":En,"%ThrowTypeError%":_4,"%TypedArray%":D4,"%TypeError%":Cn,"%Uint8Array%":typeof Uint8Array>"u"?ae:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?ae:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?ae:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?ae:Uint32Array,"%URIError%":w4,"%WeakMap%":typeof WeakMap>"u"?ae:WeakMap,"%WeakRef%":typeof WeakRef>"u"?ae:WeakRef,"%WeakSet%":typeof WeakSet>"u"?ae:WeakSet,"%Function.prototype.call%":wr,"%Function.prototype.apply%":b0,"%Object.defineProperty%":O4,"%Object.getPrototypeOf%":M4,"%Math.abs%":S4,"%Math.floor%":I4,"%Math.max%":A4,"%Math.min%":E4,"%Math.pow%":P4,"%Math.round%":R4,"%Math.sign%":T4,"%Reflect.getPrototypeOf%":V4};if(Pe)try{null.error}catch(e){var F4=Pe(Pe(e));Zt["%Error.prototype%"]=F4}var N4=function e(t){var n;if(t==="%AsyncFunction%")n=Pi("async function () {}");else if(t==="%GeneratorFunction%")n=Pi("function* () {}");else if(t==="%AsyncGeneratorFunction%")n=Pi("async function* () {}");else if(t==="%AsyncGenerator%"){var r=e("%AsyncGeneratorFunction%");r&&(n=r.prototype)}else if(t==="%AsyncIteratorPrototype%"){var o=e("%AsyncGenerator%");o&&Pe&&(n=Pe(o.prototype))}return Zt[t]=n,n},gd={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},Sr=Cr,ho=xr(),L4=Sr.call(wr,Array.prototype.concat),j4=Sr.call(b0,Array.prototype.splice),md=Sr.call(wr,String.prototype.replace),go=Sr.call(wr,String.prototype.slice),B4=Sr.call(wr,RegExp.prototype.exec),k4=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,G4=/\\(\\)?/g,W4=function(t){var n=go(t,0,1),r=go(t,-1);if(n==="%"&&r!=="%")throw new En("invalid intrinsic syntax, expected closing `%`");if(r==="%"&&n!=="%")throw new En("invalid intrinsic syntax, expected opening `%`");var o=[];return md(t,k4,function(i,a,s,u){o[o.length]=s?md(u,G4,"$1"):a||i}),o},H4=function(t,n){var r=t,o;if(ho(gd,r)&&(o=gd[r],r="%"+o[0]+"%"),ho(Zt,r)){var i=Zt[r];if(i===dn&&(i=N4(r)),typeof i>"u"&&!n)throw new Cn("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:o,name:r,value:i}}throw new En("intrinsic "+t+" does not exist!")},en=function(t,n){if(typeof t!="string"||t.length===0)throw new Cn("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof n!="boolean")throw new Cn('"allowMissing" argument must be a boolean');if(B4(/^%?[^%]*%?$/,t)===null)throw new En("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var r=W4(t),o=r.length>0?r[0]:"",i=H4("%"+o+"%",n),a=i.name,s=i.value,u=!1,l=i.alias;l&&(o=l[0],j4(r,L4([0,1],l)));for(var c=1,d=!0;c<r.length;c+=1){var f=r[c],p=go(f,0,1),g=go(f,-1);if((p==='"'||p==="'"||p==="`"||g==='"'||g==="'"||g==="`")&&p!==g)throw new En("property names with quotes must have matching quotes");if((f==="constructor"||!d)&&(u=!0),o+="."+f,a="%"+o+"%",ho(Zt,a))s=Zt[a];else if(s!=null){if(!(f in s)){if(!n)throw new Cn("base intrinsic for "+t+" exists, but the property is not available.");return}if(ir&&c+1>=r.length){var h=ir(s,f);d=!!h,d&&"get"in h&&!("originalValue"in h.get)?s=h.get:s=s[f]}else d=ho(s,f),s=s[f];d&&!u&&(Zt[a]=s)}}return s},$4=en,vd=ul,X4=ll(),bd=yr,yd=Ye,Z4=$4("%Math.floor%"),z4=function(t,n){if(typeof t!="function")throw new yd("`fn` is not a function");if(typeof n!="number"||n<0||n>4294967295||Z4(n)!==n)throw new yd("`length` must be a positive 32-bit integer");var r=arguments.length>2&&!!arguments[2],o=!0,i=!0;if("length"in t&&bd){var a=bd(t,"length");a&&!a.configurable&&(o=!1),a&&!a.writable&&(i=!1)}return(o||i||!r)&&(X4?vd(t,"length",n,!0,!0):vd(t,"length",n)),t},Y4=Cr,q4=pl,U4=m0,J4=function(){return U4(Y4,q4,arguments)};(function(e){var t=z4,n=Wo,r=hl,o=J4;e.exports=function(a){var s=r(arguments),u=a.length-(arguments.length-1);return t(s,1+(u>0?u:0),!0)},n?n(e.exports,"apply",{value:o}):e.exports.apply=o})(d0);var tn=d0.exports,y0=en,C0=hl,K4=C0([y0("%String.prototype.indexOf%")]),pt=function(t,n){var r=y0(t,!!n);return typeof r=="function"&&K4(t,".prototype.")>-1?C0([r]):r},Ti,Cd;function x0(){if(Cd)return Ti;Cd=1;var e=sl,t=dl()(),n=pt,r=Ho,o=n("Array.prototype.push"),i=n("Object.prototype.propertyIsEnumerable"),a=t?r.getOwnPropertySymbols:null;return Ti=function(u,l){if(u==null)throw new TypeError("target must be an object");var c=r(u);if(arguments.length===1)return c;for(var d=1;d<arguments.length;++d){var f=r(arguments[d]),p=e(f),g=t&&(r.getOwnPropertySymbols||a);if(g)for(var h=g(f),m=0;m<h.length;++m){var b=h[m];i(f,b)&&o(p,b)}for(var y=0;y<p.length;++y){var w=p[y];if(i(f,w)){var I=f[w];c[w]=I}}}return c},Ti}var Oi,xd;function w0(){if(xd)return Oi;xd=1;var e=x0(),t=function(){if(!Object.assign)return!1;for(var r="abcdefghijklmnopqrst",o=r.split(""),i={},a=0;a<o.length;++a)i[o[a]]=o[a];var s=Object.assign({},i),u="";for(var l in s)u+=l;return r!==u},n=function(){if(!Object.assign||!Object.preventExtensions)return!1;var r=Object.preventExtensions({1:2});try{Object.assign(r,"xy")}catch{return r[1]==="y"}return!1};return Oi=function(){return!Object.assign||t()||n()?e:Object.assign},Oi}var _i,wd;function Q4(){if(wd)return _i;wd=1;var e=Ne,t=w0();return _i=function(){var r=t();return e(Object,{assign:r},{assign:function(){return Object.assign!==r}}),r},_i}var Mi,Sd;function S0(){if(Sd)return Mi;Sd=1;var e=Ne,t=tn,n=x0(),r=w0(),o=Q4(),i=t.apply(r()),a=function(u,l){return i(Object,arguments)};return e(a,{getPolyfill:r,implementation:n,shim:o}),Mi=a,Mi}var Vi,Id;function I0(){if(Id)return Vi;Id=1;var e={}.toString;return Vi=Array.isArray||function(t){return e.call(t)=="[object Array]"},Vi}var Di,Ad;function e9(){if(Ad)return Di;Ad=1;var e=Ye,t=I0();return Di=function(r,o){if(!t(r))throw new e("target must be an array");for(var i=0;i<o.length;i++)r[r.length]=o[i]},Di}var Fi,Ed;function t9(){if(Ed)return Fi;Ed=1;var e=en,t=e9(),n=e("%Reflect.ownKeys%",!0),r=e("%Object.getOwnPropertyNames%",!0),o=e("%Object.getOwnPropertySymbols%",!0),i=sl;return Fi=n||function(s){var u=(r||i)(s);return o&&t(u,o(s)),u},Fi}var Ni,Pd;function A0(){if(Pd)return Ni;Pd=1;var e=I0();return Ni=function(n){return n&&typeof n=="object"&&!e(n)},Ni}var Li,Rd;function n9(){if(Rd)return Li;Rd=1;var e=S0(),t=xr(),n=t9(),r=Ye,o=A0(),i="",a="prop-types-exact: "+i,s=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for(a):a,u=pt,l=u("Object.prototype.propertyIsEnumerable");function c(f){return f[a]=s,f}function d(f){return f&&f[a]===s}return Li=function(p){if(!o(p))throw new r("given propTypes must be an object");if(t(p,a)&&!d(p[a]))throw new r("Against all odds, you created a propType for a prop that uses both the zero-width space and our custom string - which, sadly, conflicts with `prop-types-exact`");var g={};return g[a]=c(function(m,b,y){var w=n(m).filter(function(I){return!t(p,I)&&l(m,I)});return w.length>0?new r(y+": unknown props found: "+w.join(", ")):null}),e({},p,g)},Li}var ji={},Bi={},Td;function ue(){return Td||(Td=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=r;var t=n(S0());function n(o){return o&&o.__esModule?o:{default:o}}function r(o,i){var a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;return(0,t.default)(o.bind(),{typeName:i,typeChecker:a,isRequired:(0,t.default)(o.isRequired.bind(),{typeName:i,typeChecker:a,typeRequired:!0})})}}(Bi)),Bi}var Od;function nn(){return Od||(Od=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=r;var t=n(ue());function n(o){return o&&o.__esModule?o:{default:o}}function r(o){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"and";if(!Array.isArray(o))throw new TypeError("and: 2 or more validators are required");if(o.length<=1)throw new RangeError("and: 2 or more validators are required");var a=function(){for(var u=arguments.length,l=new Array(u),c=0;c<u;c++)l[c]=arguments[c];var d=null;return o.some(function(f){return d=f.apply(void 0,l),d!=null}),d??null};return a.isRequired=function(){for(var u=arguments.length,l=new Array(u),c=0;c<u;c++)l[c]=arguments[c];var d=null;return o.some(function(f){return d=f.isRequired.apply(f,l),d!=null}),d??null},(0,t.default)(a,i,o)}}(ji)),ji}var ki={},r9=Ye,Fn=function(t){if(t==null)throw new r9(arguments.length>0&&arguments[1]||"Cannot call method on "+t);return t},Gi,_d;function E0(){if(_d)return Gi;_d=1;var e=en,t=tn,n=t(e("String.prototype.indexOf"));return Gi=function(o,i){var a=e(o,!!i);return typeof a=="function"&&n(o,".prototype.")>-1?t(a):a},Gi}var Wi,Md;function P0(){if(Md)return Wi;Md=1;var e=Fn,t=E0(),n=t("Object.prototype.propertyIsEnumerable"),r=t("Array.prototype.push");return Wi=function(i){var a=e(i),s=[];for(var u in a)n(a,u)&&r(s,[u,a[u]]);return s},Wi}var Hi,Vd;function R0(){if(Vd)return Hi;Vd=1;var e=P0();return Hi=function(){return typeof Object.entries=="function"?Object.entries:e},Hi}var $i,Dd;function o9(){if(Dd)return $i;Dd=1;var e=R0(),t=Ne;return $i=function(){var r=e();return t(Object,{entries:r},{entries:function(){return Object.entries!==r}}),r},$i}var Xi,Fd;function i9(){if(Fd)return Xi;Fd=1;var e=Ne,t=tn,n=P0(),r=R0(),o=o9(),i=t(r(),Object);return e(i,{getPolyfill:r,implementation:n,shim:o}),Xi=i,Xi}var Zi={},zi={},Nd;function gl(){return Nd||(Nd=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=n(A0());function n(o){return o&&o.__esModule?o:{default:o}}var r=t.default;e.default=r}(zi)),zi}var Ld;function ml(){return Ld||(Ld=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var t=r(gl()),n=r(ue());function r(i){return i&&i.__esModule?i:{default:i}}function o(i){if(!(0,t.default)(i))throw new TypeError("shape must be a normal object");function a(s,u,l,c){var d=s[u];if(d==null)return null;for(var f=arguments.length,p=new Array(f>4?f-4:0),g=4;g<f;g++)p[g-4]=arguments[g];for(var h in i){var m=i[h];if(m){var b=m.apply(void 0,[d,h,l,c].concat(p));if(b)return b}}return null}return a.isRequired=function(u,l,c){var d=u[l];if(d==null)return new TypeError("".concat(c,": ").concat(l," is required."));for(var f=arguments.length,p=new Array(f>3?f-3:0),g=3;g<f;g++)p[g-3]=arguments[g];return a.apply(void 0,[u,l,c].concat(p))},(0,n.default)(a,"shape",i)}}(Zi)),Zi}var Yi={},qi={},jd;function T0(){return jd||(jd=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=n;function t(r){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?t=function(i){return typeof i}:t=function(i){return i&&typeof Symbol=="function"&&i.constructor===Symbol&&i!==Symbol.prototype?"symbol":typeof i},t(r)}function n(r){return!r||t(r)!=="object"&&typeof r!="function"}}(qi)),qi}var Bd;function O0(){return Bd||(Bd=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var t=r(T0()),n=r(ue());function r(i){return i&&i.__esModule?i:{default:i}}function o(i){if(typeof i!="function")throw new TypeError("objectOf: propType must be a function");var a=function(u,l,c,d,f){for(var p=arguments.length,g=new Array(p>5?p-5:0),h=5;h<p;h++)g[h-5]=arguments[h];var m=u[l];if(m==null||(0,t.default)(m))return null;var b;return Object.keys(m).some(function(y){return b=i.apply(void 0,[m,y,c,d,"".concat(f,".").concat(y)].concat(g)),b}),b||null};return a.isRequired=function(u,l,c){var d=u[l];if(d==null)return new TypeError("".concat(c,": ").concat(l," is required."));for(var f=arguments.length,p=new Array(f>3?f-3:0),g=3;g<f;g++)p[g-3]=arguments[g];return a.apply(void 0,[u,l,c].concat(p))},(0,n.default)(a,"valuesOf",i)}}(Yi)),Yi}var kd;function vl(){return kd||(kd=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=L;var t=i(i9()),n=i(ml()),r=i(O0()),o=i(ue());function i(P){return P&&P.__esModule?P:{default:P}}function a(P){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?a=function(_){return typeof _}:a=function(_){return _&&typeof Symbol=="function"&&_.constructor===Symbol&&_!==Symbol.prototype?"symbol":typeof _},a(P)}function s(P,R){var _=Object.keys(P);if(Object.getOwnPropertySymbols){var V=Object.getOwnPropertySymbols(P);R&&(V=V.filter(function(j){return Object.getOwnPropertyDescriptor(P,j).enumerable})),_.push.apply(_,V)}return _}function u(P){for(var R=1;R<arguments.length;R++){var _=arguments[R]!=null?arguments[R]:{};R%2?s(Object(_),!0).forEach(function(V){l(P,V,_[V])}):Object.getOwnPropertyDescriptors?Object.defineProperties(P,Object.getOwnPropertyDescriptors(_)):s(Object(_)).forEach(function(V){Object.defineProperty(P,V,Object.getOwnPropertyDescriptor(_,V))})}return P}function l(P,R,_){return R in P?Object.defineProperty(P,R,{value:_,enumerable:!0,configurable:!0,writable:!0}):P[R]=_,P}function c(P,R){return h(P)||g(P,R)||f(P,R)||d()}function d(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
21
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function f(P,R){if(P){if(typeof P=="string")return p(P,R);var _=Object.prototype.toString.call(P).slice(8,-1);if(_==="Object"&&P.constructor&&(_=P.constructor.name),_==="Map"||_==="Set")return Array.from(P);if(_==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(_))return p(P,R)}}function p(P,R){(R==null||R>P.length)&&(R=P.length);for(var _=0,V=new Array(R);_<R;_++)V[_]=P[_];return V}function g(P,R){if(!(typeof Symbol>"u"||!(Symbol.iterator in Object(P)))){var _=[],V=!0,j=!1,F=void 0;try{for(var k=P[Symbol.iterator](),T;!(V=(T=k.next()).done)&&(_.push(T.value),!(R&&_.length===R));V=!0);}catch(N){j=!0,F=N}finally{try{!V&&k.return!=null&&k.return()}finally{if(j)throw F}}return _}}function h(P){if(Array.isArray(P))return P}function m(P,R,_){var V=P[R];return typeof V=="number"&&!isNaN(V)?null:new TypeError("".concat(_,": ").concat(R," must be a non-NaN number."))}function b(P,R){var _=P[R];return typeof _=="function"||typeof _=="number"&&!isNaN(_)?null:new TypeError("".concat(R,": a function, or a non-NaN number is required"))}function y(P,R){var _=R.gt,V=R.gte;return typeof _=="number"?P>_:typeof V=="number"?P>=V:!0}function w(P,R){var _=R.lt,V=R.lte;return typeof _=="number"?P<_:typeof V=="number"?P<=V:!0}function I(P){var R=P.gt,_=P.gte;return typeof R=="number"?"greater than ".concat(R):typeof _=="number"?"greater than or equal to ".concat(_):""}function S(P){var R=P.lt,_=P.lte;return typeof R=="number"?"less than ".concat(R):typeof _=="number"?"less than or equal to ".concat(_):""}function A(P,R,_){var V=[I(_),S(_)].filter(Boolean).join(" and ");return"".concat(P,": ").concat(R," must be ").concat(V)}function x(P){return(0,t.default)(P).reduce(function(R,_){var V=c(_,2),j=V[0],F=V[1],k=typeof F=="number"?function(){return F}:F;return u(u({},R),{},l({},j,k))},{})}function E(P,R){return(0,t.default)(P).reduce(function(_,V){var j=c(V,2),F=j[0],k=j[1],T=k(R);return u(u({},_),{},l({},F,T))},{})}var O=[(0,n.default)({lt:b,gt:b}).isRequired,(0,n.default)({lte:b,gt:b}).isRequired,(0,n.default)({lt:b,gte:b}).isRequired,(0,n.default)({lte:b,gte:b}).isRequired,(0,n.default)({lt:b}).isRequired,(0,n.default)({lte:b}).isRequired,(0,n.default)({gt:b}).isRequired,(0,n.default)({gte:b}).isRequired];function D(P,R){return O.every(function(_){return!!_(P,R)})}var B=(0,r.default)(m).isRequired;function L(P){var R=D({options:P},"options");if(R)throw new TypeError("between: only one of the pairs of `lt`/`lte`, and `gt`/`gte`, may be supplied, and at least one pair must be provided.");var _=x(P),V=function(F,k,T){var N=F[k];if(N==null)return null;if(typeof N!="number")return new RangeError("".concat(T,": ").concat(k,' must be a number, got "').concat(a(N),'"'));for(var G=E(_,F),$=arguments.length,W=new Array($>3?$-3:0),X=3;X<$;X++)W[X-3]=arguments[X];var Z=B.apply(void 0,[l({},k,G),k,T].concat(W));return Z||(!y(N,G)||!w(N,G)?new RangeError(A(T,k,G)):null)};return V.isRequired=function(F,k,T){var N=F[k];if(typeof N!="number")return new RangeError("".concat(T,": ").concat(k,' must be a number, got "').concat(a(N),'"'));for(var G=E(_,F),$=arguments.length,W=new Array($>3?$-3:0),X=3;X<$;X++)W[X-3]=arguments[X];var Z=B.apply(void 0,[l({},k,G),k,T].concat(W));return Z||(!y(N,G)||!w(N,G)?new RangeError(A(T,k,G)):null)},(0,o.default)(V,"between",P)}}(ki)),ki}var Ui={},Gd;function a9(){return Gd||(Gd=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var t=Be,n=r(ue());function r(i){return i&&i.__esModule?i:{default:i}}function o(){for(var i=arguments.length,a=new Array(i),s=0;s<i;s++)a[s]=arguments[s];if(a.length<1)throw new TypeError("at least one prop (one of which must be `true`) is required");if(!a.every(function(c){return typeof c=="string"}))throw new TypeError("all booleanSome props must be strings");var u=a.join(", or "),l=function(d,f,p){var g=function(I,S){return I+(d[S]===!1?1:0)},h=a.reduce(g,0);if(h===a.length)return new Error("A ".concat(p," must have at least one of these boolean props be `true`: ").concat(u));for(var m=arguments.length,b=new Array(m>3?m-3:0),y=3;y<m;y++)b[y-3]=arguments[y];return t.bool.apply(void 0,[d,f,p].concat(b))};return l.isRequired=function(d,f,p){var g=function(I,S){return I+(d[S]===!1?1:0)},h=a.reduce(g,0);if(h===a.length)return new Error("A ".concat(p," must have at least one of these boolean props be `true`: ").concat(u));for(var m=arguments.length,b=new Array(m>3?m-3:0),y=3;y<m;y++)b[y-3]=arguments[y];return t.bool.isRequired.apply(t.bool,[d,f,p].concat(b))},(0,n.default)(l,"booleanSome: ".concat(u),a)}}(Ui)),Ui}var Ji={},Wd;function s9(){return Wd||(Wd=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var t=r(M),n=r(ue());function r(a){return a&&a.__esModule?a:{default:a}}function o(a){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?o=function(u){return typeof u}:o=function(u){return u&&typeof Symbol=="function"&&u.constructor===Symbol&&u!==Symbol.prototype?"symbol":typeof u},o(a)}function i(a){if(typeof a!="string"&&o(a)!=="symbol")throw new TypeError("invalid prop: must be string or symbol");var s=function(l,c,d){var f=l.children,p=0,g=0,h=0;return t.default.Children.forEach(f,function(m){m&&(p+=1,m.props[a]&&(g+=1),t.default.Children.count(m.props.children)&&(h+=1))}),g===p&&h===0||g===0&&h===p||g===0&&h===0?null:new TypeError("`".concat(d,"` requires children to all have prop “").concat(a,"”, all have children, or all have neither."))};return s.isRequired=s,(0,n.default)(s,"childrenHavePropXorChildrenWithProp:".concat(a),a)}}(Ji)),Ji}var Ki={},Qi={},Hd;function bl(){return Hd||(Hd=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=r;var t=n(M);function n(o){return o&&o.__esModule?o:{default:o}}function r(o){return t.default.Children.toArray(o).filter(function(i){return i===0||i})}}(Qi)),Qi}var $d;function u9(){return $d||($d=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=u;var t=r(bl()),n=r(ue());function r(l){return l&&l.__esModule?l:{default:l}}function o(l,c){var d=Object.keys(l);if(Object.getOwnPropertySymbols){var f=Object.getOwnPropertySymbols(l);c&&(f=f.filter(function(p){return Object.getOwnPropertyDescriptor(l,p).enumerable})),d.push.apply(d,f)}return d}function i(l){for(var c=1;c<arguments.length;c++){var d=arguments[c]!=null?arguments[c]:{};c%2?o(Object(d),!0).forEach(function(f){a(l,f,d[f])}):Object.getOwnPropertyDescriptors?Object.defineProperties(l,Object.getOwnPropertyDescriptors(d)):o(Object(d)).forEach(function(f){Object.defineProperty(l,f,Object.getOwnPropertyDescriptor(d,f))})}return l}function a(l,c,d){return c in l?Object.defineProperty(l,c,{value:d,enumerable:!0,configurable:!0,writable:!0}):l[c]=d,l}function s(l,c,d){for(var f=arguments.length,p=new Array(f>3?f-3:0),g=3;g<f;g++)p[g-3]=arguments[g];var h;return c.some(function(m){return h=l.apply(void 0,[i(i({},d),{},{children:m}),"children"].concat(p)),h}),h||null}function u(l){function c(d,f,p){if(f!=="children")return new TypeError("".concat(p,' is using the childrenOf validator on non-children prop "').concat(f,'"'));var g=d[f];if(g==null)return null;var h=(0,t.default)(g);if(h.length===0)return null;for(var m=arguments.length,b=new Array(m>3?m-3:0),y=3;y<m;y++)b[y-3]=arguments[y];return s.apply(void 0,[l,h,d,p].concat(b))}return c.isRequired=function(d,f,p){if(f!=="children")return new TypeError("".concat(p,' is using the childrenOf validator on non-children prop "').concat(f,'"'));var g=(0,t.default)(d[f]);if(g.length===0)return new TypeError("`".concat(p,"` requires at least one node of type ").concat(l.typeName||l.name));for(var h=arguments.length,m=new Array(h>3?h-3:0),b=3;b<h;b++)m[b-3]=arguments[b];return s.apply(void 0,[l,g,d,p].concat(m))},(0,n.default)(c,"childrenOf",l)}}(Ki)),Ki}var ea={},ta,Xd;function l9(){if(Xd)return ta;Xd=1;var e=Ho,t=Fn;return ta=function(r){return t(r),e(r)},ta}var na,Zd;function c9(){return Zd||(Zd=1,na=Number.MAX_SAFE_INTEGER||9007199254740991),na}var ra,zd;function d9(){return zd||(zd=1,ra=function(t){return t===null||typeof t!="function"&&typeof t!="object"}),ra}var oa,Yd;function f9(){return Yd||(Yd=1,oa=function(t){return t===null||typeof t!="function"&&typeof t!="object"}),oa}var ia,qd;function yl(){if(qd)return ia;qd=1;var e=Function.prototype.toString,t=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,n,r;if(typeof t=="function"&&typeof Object.defineProperty=="function")try{n=Object.defineProperty({},"length",{get:function(){throw r}}),r={},t(function(){throw 42},null,n)}catch(y){y!==r&&(t=null)}else t=null;var o=/^\s*class\b/,i=function(w){try{var I=e.call(w);return o.test(I)}catch{return!1}},a=function(w){try{return i(w)?!1:(e.call(w),!0)}catch{return!1}},s=Object.prototype.toString,u="[object Object]",l="[object Function]",c="[object GeneratorFunction]",d="[object HTMLAllCollection]",f="[object HTML document.all class]",p="[object HTMLCollection]",g=typeof Symbol=="function"&&!!Symbol.toStringTag,h=!(0 in[,]),m=function(){return!1};if(typeof document=="object"){var b=document.all;s.call(b)===s.call(document.all)&&(m=function(w){if((h||!w)&&(typeof w>"u"||typeof w=="object"))try{var I=s.call(w);return(I===d||I===f||I===p||I===u)&&w("")==null}catch{}return!1})}return ia=t?function(w){if(m(w))return!0;if(!w||typeof w!="function"&&typeof w!="object")return!1;try{t(w,null,n)}catch(I){if(I!==r)return!1}return!i(w)&&a(w)}:function(w){if(m(w))return!0;if(!w||typeof w!="function"&&typeof w!="object")return!1;if(g)return a(w);if(i(w))return!1;var I=s.call(w);return I!==l&&I!==c&&!/^\[object HTML/.test(I)?!1:a(w)},ia}var aa,Ud;function _0(){if(Ud)return aa;Ud=1;var e=dl();return aa=function(){return e()&&!!Symbol.toStringTag},aa}var sa,Jd;function p9(){if(Jd)return sa;Jd=1;var e=pt,t=e("Date.prototype.getDay"),n=function(s){try{return t(s),!0}catch{return!1}},r=e("Object.prototype.toString"),o="[object Date]",i=_0()();return sa=function(s){return typeof s!="object"||s===null?!1:i?n(s):r(s)===o},sa}var Fr={exports:{}},ua,Kd;function M0(){if(Kd)return ua;Kd=1;var e=pt,t=_0()(),n=xr(),r=yr,o;if(t){var i=e("RegExp.prototype.exec"),a={},s=function(){throw a},u={toString:s,valueOf:s};typeof Symbol.toPrimitive=="symbol"&&(u[Symbol.toPrimitive]=s),o=function(f){if(!f||typeof f!="object")return!1;var p=r(f,"lastIndex"),g=p&&n(p,"value");if(!g)return!1;try{i(f,u)}catch(h){return h===a}}}else{var l=e("Object.prototype.toString"),c="[object RegExp]";o=function(f){return!f||typeof f!="object"&&typeof f!="function"?!1:l(f)===c}}return ua=o,ua}var la,Qd;function V0(){if(Qd)return la;Qd=1;var e=pt,t=M0(),n=e("RegExp.prototype.exec"),r=Ye;return la=function(i){if(!t(i))throw new r("`regex` must be a RegExp");return function(s){return n(i,s)!==null}},la}var ef;function h9(){if(ef)return Fr.exports;ef=1;var e=pt,t=e("Object.prototype.toString"),n=p0()(),r=V0();if(n){var o=e("Symbol.prototype.toString"),i=r(/^Symbol\(.*\)$/),a=function(u){return typeof u.valueOf()!="symbol"?!1:i(o(u))};Fr.exports=function(u){if(typeof u=="symbol")return!0;if(!u||typeof u!="object"||t(u)!=="[object Symbol]")return!1;try{return a(u)}catch{return!1}}}else Fr.exports=function(u){return!1};return Fr.exports}var ca,tf;function g9(){if(tf)return ca;tf=1;var e=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol",t=f9(),n=yl(),r=p9(),o=h9(),i=function(u,l){if(typeof u>"u"||u===null)throw new TypeError("Cannot call method on "+u);if(typeof l!="string"||l!=="number"&&l!=="string")throw new TypeError('hint must be "string" or "number"');var c=l==="string"?["toString","valueOf"]:["valueOf","toString"],d,f,p;for(p=0;p<c.length;++p)if(d=u[c[p]],n(d)&&(f=d.call(u),t(f)))return f;throw new TypeError("No default value")},a=function(u,l){var c=u[l];if(c!==null&&typeof c<"u"){if(!n(c))throw new TypeError(c+" returned for property "+String(l)+" of object "+u+" is not a function");return c}};return ca=function(u){if(t(u))return u;var l="default";arguments.length>1&&(arguments[1]===String?l="string":arguments[1]===Number&&(l="number"));var c;if(e&&(Symbol.toPrimitive?c=a(u,Symbol.toPrimitive):o(u)&&(c=Symbol.prototype.valueOf)),typeof c<"u"){var d=c.call(u,l);if(t(d))return d;throw new TypeError("unable to convert exotic object to primitive")}return l==="default"&&(r(u)||o(u))&&(l="string"),i(u,l==="default"?"number":l)},ca}var da,nf;function m9(){if(nf)return da;nf=1;var e=g9();return da=function(n){return arguments.length>1?e(n,arguments[1]):e(n)},da}var fa,rf;function v9(){if(rf)return fa;rf=1;var e=en,t=e("%String%"),n=Ye;return fa=function(o){if(typeof o=="symbol")throw new n("Cannot convert a Symbol value to a string");return t(o)},fa}var pa,of;function D0(){if(of)return pa;of=1;var e=Fn,t=v9(),n=pt,r=n("String.prototype.replace"),o=/^\s$/.test(""),i=o?/^[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]+/:/^[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]+/,a=o?/[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]+$/:/[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]+$/;return pa=function(){var u=t(e(this));return r(r(u,i,""),a,"")},pa}var ha,af;function F0(){if(af)return ha;af=1;var e=D0(),t="",n="";return ha=function(){return String.prototype.trim&&t.trim()===t&&n.trim()===n&&("_"+n).trim()==="_"+n&&(n+"_").trim()===n+"_"?String.prototype.trim:e},ha}var ga,sf;function b9(){if(sf)return ga;sf=1;var e=ll(),t=ul,n=F0();return ga=function(){var o=n();return String.prototype.trim!==o&&(e?t(String.prototype,"trim",o,!0):t(String.prototype,"trim",o)),o},ga}var ma,uf;function y9(){if(uf)return ma;uf=1;var e=tn,t=Ne,n=Fn,r=D0(),o=F0(),i=b9(),a=e(o()),s=function(l){return n(l),a(l)};return t(s,{getPolyfill:o,implementation:r,shim:i}),ma=s,ma}var va,lf;function C9(){if(lf)return va;lf=1;var e=en,t=e("%RegExp%"),n=Ye,r=e("%parseInt%"),o=pt,i=V0(),a=o("String.prototype.slice"),s=i(/^0b[01]+$/i),u=i(/^0o[0-7]+$/i),l=i(/^[-+]0x[0-9a-f]+$/i),c=["
","",""].join(""),d=new t("["+c+"]","g"),f=i(d),p=y9();return va=function g(h){if(typeof h!="string")throw new n("Assertion failed: `argument` is not a String");if(s(h))return+r(a(h,2),2);if(u(h))return+r(a(h,2),8);if(f(h)||l(h))return NaN;var m=p(h);return m!==h?g(m):+h},va}var ba,cf;function x9(){if(cf)return ba;cf=1;var e=en,t=Ye,n=e("%Number%"),r=d9(),o=m9(),i=C9();return ba=function(s){var u=r(s)?s:o(s,n);if(typeof u=="symbol")throw new t("Cannot convert a Symbol value to a number");if(typeof u=="bigint")throw new t("Conversion from 'BigInt' to 'number' is not allowed.");return typeof u=="string"?i(u):+u},ba}var ya,df;function w9(){if(df)return ya;df=1;var e=f0;return ya=function(n){return typeof n=="bigint"?n:e(n)},ya}var Ca,ff;function S9(){if(ff)return Ca;ff=1;var e=w9(),t=Ye;return Ca=function(r){if(typeof r!="number"&&typeof r!="bigint")throw new t("argument must be a Number or a BigInt");var o=r<0?-e(-r):e(r);return o===0?0:o},Ca}var xa,pf;function I9(){if(pf)return xa;pf=1;var e=cl;return xa=function(n){return(typeof n=="number"||typeof n=="bigint")&&!e(n)&&n!==1/0&&n!==-1/0},xa}var wa,hf;function A9(){if(hf)return wa;hf=1;var e=x9(),t=S9(),n=cl,r=I9();return wa=function(i){var a=e(i);return n(a)||a===0?0:r(a)?t(a):a},wa}var Sa,gf;function E9(){if(gf)return Sa;gf=1;var e=c9(),t=A9();return Sa=function(r){var o=t(r);return o<=0?0:o>e?e:o},Sa}var Ia,mf;function P9(){return mf||(mf=1,Ia=yl()),Ia}var Aa,vf;function N0(){if(vf)return Aa;vf=1;var e=l9(),t=E9(),n=P9();return Aa=function(o){var i=e(this),a=t(i.length);if(!n(o))throw new TypeError("Array#find: predicate must be a function");if(a!==0){var s;arguments.length>0&&(s=arguments[1]);for(var u=0,l;u<a;u++)if(l=i[u],o.apply(s,[l,u,i]))return l}},Aa}var Ea,bf;function L0(){return bf||(bf=1,Ea=function(){var t=Array.prototype.find&&[,1].find(function(){return!0})!==1;return t?Array.prototype.find:N0()}),Ea}var Pa,yf;function R9(){if(yf)return Pa;yf=1;var e=xr(),t=typeof Symbol=="function"&&typeof Symbol.unscopables=="symbol",n=t&&Array.prototype[Symbol.unscopables],r=TypeError;return Pa=function(i){if(typeof i!="string"||!i)throw new r("method must be a non-empty string");if(!e(Array.prototype,i))throw new r("method must be on Array.prototype");t&&n&&(n[i]=!0)},Pa}var Ra,Cf;function T9(){if(Cf)return Ra;Cf=1;var e=Ne,t=R9(),n=L0();return Ra=function(){var o=n();return e(Array.prototype,{find:o},{find:function(){return Array.prototype.find!==o}}),t("find"),o},Ra}var Ta,xf;function j0(){if(xf)return Ta;xf=1;var e=Ne,t=E0(),n=Fn,r=N0(),o=L0(),i=T9(),a=t("Array.prototype.slice"),s=o(),u=function(c,d){n(c);var f=a(arguments,1);return s.apply(c,f)};return e(u,{getPolyfill:o,implementation:r,shim:i}),Ta=u,Ta}var Oa={},_a,wf;function B0(){if(wf)return _a;wf=1;var e=function(){return typeof(function(){}).name=="string"},t=Object.getOwnPropertyDescriptor;if(t)try{t([],"length")}catch{t=null}e.functionsHaveConfigurableNames=function(){if(!e()||!t)return!1;var o=t(function(){},"name");return!!o&&!!o.configurable};var n=Function.prototype.bind;return e.boundFunctionsHaveNames=function(){return e()&&typeof n=="function"&&(function(){}).bind().name!==""},_a=e,_a}var Ma,Sf;function k0(){if(Sf)return Ma;Sf=1;var e=yl(),t=xr(),n=B0()(),r=pt,o=r("Function.prototype.toString"),i=r("String.prototype.match"),a=r("Object.prototype.toString"),s=/^class /,u=function(b){if(e(b)||typeof b!="function")return!1;try{var y=i(o(b),s);return!!y}catch{}return!1},l=/\s*function\s+([^(\s]*)\s*/,c=!(0 in[,]),d="[object Object]",f="[object HTMLAllCollection]",p=Function.prototype,g=function(){return!1};if(typeof document=="object"){var h=document.all;a(h)===a(document.all)&&(g=function(b){if((c||!b)&&(typeof b>"u"||typeof b=="object"))try{var y=a(b);return(y===f||y===d)&&b("")==null}catch{}return!1})}return Ma=function(){if(g(this)||!u(this)&&!e(this))throw new TypeError("Function.prototype.name sham getter called on non-function");if(n&&t(this,"name"))return this.name;if(this===p)return"";var b=o(this),y=i(b,l),w=y&&y[1];return w},Ma}var Va,If;function G0(){if(If)return Va;If=1;var e=k0();return Va=function(){return e},Va}var Da,Af;function O9(){if(Af)return Da;Af=1;var e=Ne.supportsDescriptors,t=B0()(),n=G0(),r=Object.defineProperty,o=TypeError;return Da=function(){var a=n();if(t)return a;if(!e)throw new o("Shimming Function.prototype.name support requires ES5 property descriptor support.");var s=Function.prototype;return r(s,"name",{configurable:!0,enumerable:!1,get:function(){var u=a.call(this);return this!==s&&r(this,"name",{configurable:!0,enumerable:!1,value:u,writable:!1}),u}}),a},Da}var Fa,Ef;function _9(){if(Ef)return Fa;Ef=1;var e=Ne,t=tn,n=k0(),r=G0(),o=O9(),i=t(n);return e(i,{getPolyfill:r,implementation:n,shim:o}),Fa=i,Fa}var Pf;function Cl(){return Pf||(Pf=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var t=r(_9()),n=br();function r(i){return i&&i.__esModule?i:{default:i}}function o(i){return typeof i=="string"?i:typeof i=="function"?i.displayName||(0,t.default)(i):(0,n.isForwardRef)({type:i,$$typeof:n.Element})?i.displayName:(0,n.isMemo)(i)?o(i.type):null}}(Oa)),Oa}var Rf;function M9(){return Rf||(Rf=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=i(j0()),n=i(Cl()),r=i(bl()),o=i(ue());function i(c){return c&&c.__esModule?c:{default:c}}function a(c,d,f){if(!d.every(function(g){return g&&(0,t.default)(c,function(h){return h==="*"||g.type===h})})){var p=c.map(n.default).join(", or ");return new TypeError("`".concat(f,"` only accepts children of type ").concat(p))}return null}function s(c,d,f){if(d.length===0){var p=c.map(n.default).join(", or ");return new TypeError("`".concat(f,"` requires at least one node of type ").concat(p))}return null}function u(){for(var c=arguments.length,d=new Array(c),f=0;f<c;f++)d[f]=arguments[f];if(d.length<1)throw new TypeError("childrenOfType: at least 1 type is required");function p(g,h,m){return a(d,(0,r.default)(g[h]),m)}return p.isRequired=function(g,h,m){var b=(0,r.default)(g[h]);return s(d,b,m)||a(d,b,m)},(0,o.default)(p,"childrenOfType",d)}var l=u;e.default=l}(ea)),ea}var Na={},La={},ja={},Ba={},ka={},Tf;function W0(){return Tf||(Tf=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=Math.floor,n=isFinite,r=Number.isInteger||function(o){return typeof o=="number"&&n(o)&&t(o)===o};e.default=r}(ka)),ka}var Of;function xl(){return Of||(Of=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=r(W0()),n=r(ue());function r(s){return s&&s.__esModule?s:{default:s}}function o(s,u,l){var c=s[u];return c==null||!(0,t.default)(c)?new RangeError("".concat(u," in ").concat(l," must be an integer")):null}var i=function(u,l){var c=u[l];if(c==null)return null;for(var d=arguments.length,f=new Array(d>2?d-2:0),p=2;p<d;p++)f[p-2]=arguments[p];return o.apply(void 0,[u,l].concat(f))};i.isRequired=o;var a=function(){return(0,n.default)(i,"integer")};e.default=a}(Ba)),Ba}var Ga={},Wa,_f;function H0(){if(_f)return Wa;_f=1;var e=function(t){return t!==t};return Wa=function(n,r){return n===0&&r===0?1/n===1/r:!!(n===r||e(n)&&e(r))},Wa}var Ha,Mf;function $0(){if(Mf)return Ha;Mf=1;var e=H0();return Ha=function(){return typeof Object.is=="function"?Object.is:e},Ha}var $a,Vf;function V9(){if(Vf)return $a;Vf=1;var e=$0(),t=Ne;return $a=function(){var r=e();return t(Object,{is:r},{is:function(){return Object.is!==r}}),r},$a}var Xa,Df;function X0(){if(Df)return Xa;Df=1;var e=Ne,t=tn,n=H0(),r=$0(),o=V9(),i=t(r(),Object);return e(i,{getPolyfill:r,implementation:n,shim:o}),Xa=i,Xa}var Ff;function Z0(){return Ff||(Ff=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=r(X0()),n=r(ue());function r(u){return u&&u.__esModule?u:{default:u}}function o(u){return typeof u=="number"&&isFinite(u)&&u>=0&&!(0,t.default)(u,-0)}function i(u,l,c){var d=u[l];return d==null||o(d)?null:new RangeError("".concat(l," in ").concat(c," must be a non-negative number"))}function a(u,l,c){var d=u[l];return o(d)?null:new RangeError("".concat(l," in ").concat(c," must be a non-negative number"))}i.isRequired=a;var s=function(){return(0,n.default)(i,"nonNegativeNumber")};e.default=s}(Ga)),Ga}var Nf;function z0(){return Nf||(Nf=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=o(nn()),n=o(xl()),r=o(Z0());function o(a){return a&&a.__esModule?a:{default:a}}var i=(0,t.default)([(0,n.default)(),(0,r.default)()],"nonNegativeInteger");e.default=i}(ja)),ja}var Za={},za={},Lf;function Y0(){return Lf||(Lf=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var t=n(M);function n(i){return i&&i.__esModule?i:{default:i}}function r(i){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?r=function(s){return typeof s}:r=function(s){return s&&typeof Symbol=="function"&&s.constructor===Symbol&&s!==Symbol.prototype?"symbol":typeof s},r(i)}function o(i){return i===null?"null":Array.isArray(i)?"array":r(i)!=="object"?r(i):t.default.isValidElement(i)?i.type:i}}(za)),za}var jf;function q0(){return jf||(jf=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=o(gl()),n=o(Y0()),r=o(ue());function o(u){return u&&u.__esModule?u:{default:u}}var i={prop:"prop",context:"context",childContext:"child context"};function a(u,l,c,d,f){var p=u[l];if(p==null||(0,t.default)(p))return null;var g=i[d]||d;return new TypeError("Invalid ".concat(g," `").concat(f,"` of type `").concat((0,n.default)(p),"` supplied to `").concat(c,"`, expected `object`."))}a.isRequired=function(l,c,d,f,p){var g=l[c];if(g==null){var h=i[f]||f;return new TypeError("The ".concat(h," `").concat(p,"` is marked as required in `").concat(d,"`, but its value is `").concat(g,"`."))}for(var m=arguments.length,b=new Array(m>5?m-5:0),y=5;y<m;y++)b[y-5]=arguments[y];return a.apply(void 0,[l,c,d,f,p].concat(b))};var s=function(){return(0,r.default)(a,"object")};e.default=s}(Za)),Za}var Ya={},Bf;function wl(){return Bf||(Bf=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var t=r(nn()),n=r(ml());function r(i){return i&&i.__esModule?i:{default:i}}function o(i,a){if(typeof i!="function")throw new TypeError("type must be a valid PropType");var s=(0,n.default)(a);return(0,t.default)([i,s],"withShape")}}(Ya)),Ya}var kf;function U0(){return kf||(kf=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=S;var t=Be,n=l(nn()),r=l(vl()),o=l(z0()),i=l(q0()),a=l(wl()),s=l(Y0()),u=l(ue());function l(A){return A&&A.__esModule?A:{default:A}}function c(A,x){var E=Object.keys(A);if(Object.getOwnPropertySymbols){var O=Object.getOwnPropertySymbols(A);x&&(O=O.filter(function(D){return Object.getOwnPropertyDescriptor(A,D).enumerable})),E.push.apply(E,O)}return E}function d(A){for(var x=1;x<arguments.length;x++){var E=arguments[x]!=null?arguments[x]:{};x%2?c(Object(E),!0).forEach(function(O){f(A,O,E[O])}):Object.getOwnPropertyDescriptors?Object.defineProperties(A,Object.getOwnPropertyDescriptors(E)):c(Object(E)).forEach(function(O){Object.defineProperty(A,O,Object.getOwnPropertyDescriptor(E,O))})}return A}function f(A,x,E){return x in A?Object.defineProperty(A,x,{value:E,enumerable:!0,configurable:!0,writable:!0}):A[x]=E,A}var p=o.default,g=(0,n.default)([o.default,(0,r.default)({gte:1})]);function h(A,x){return typeof x!="number"||typeof A!="number"||A<=x?null:new RangeError("min must be less than or equal to max")}var m={validator:function(x,E){var O=x[E];return typeof O!="function"?new TypeError('"validator" must be a propType validator function'):null},min:function(x,E){return p(x,E)||h(x.min,x.max)},max:function(x,E){return g(x,E)||h(x.min,x.max)}};function b(A){var x=A.min,E=A.max,O,D;return typeof x!="number"&&typeof E!="number"?(O=1,D=1):(O=typeof x=="number"?x:1,D=typeof E=="number"?E:1/0),{minimum:O,maximum:D}}function y(A){var x=[],E;return A.reduce(function(O,D){var B=(0,s.default)(D);return!E||B===E?x.push(D):(O.push(x),x=[D]),E=B,O},[]).concat(x.length>0?[x]:[])}function w(A,x,E,O){for(var D=x[E],B=y(D),L=arguments.length,P=new Array(L>4?L-4:0),R=4;R<L;R++)P[R-4]=arguments[R];for(var _=0;_<A.length;_+=1){var V=A[_],j=V.validator,F=V.min,k=V.max,T=b({min:F,max:k}),N=T.minimum,G=T.maximum;if(!(B.length===0&&N===0)){var $=(0,t.arrayOf)(j).isRequired,W=B.shift(),X=$.apply(void 0,[d(d({},x),{},f({},E,W)),E,O].concat(P));if(X){if(N===0){B.unshift(W);continue}return X}if(W.length<N)return new RangeError("".concat(O,": specifier index ").concat(_," requires a minimum of ").concat(F," items, but only has ").concat(W.length,"."));if(W.length>G)return new RangeError("".concat(O,": specifier index ").concat(_," requires a maximum of ").concat(k," items, but has ").concat(W.length,"."))}}return B.length>0?new TypeError("".concat(O,": after all ").concat(A.length," specifiers matched, ").concat(B.length," types of items were remaining.")):null}var I=(0,a.default)((0,i.default)(),m).isRequired;function S(){for(var A=arguments.length,x=new Array(A),E=0;E<A;E++)x[E]=arguments[E];if(x.length===0)throw new RangeError("sequenceOf: at least one specifier is required");var O=x.map(function(B,L){return I({specifier:B},"specifier","sequenceOf specifier","suequenceOf specifier, index ".concat(L),"specifier, index ".concat(L))});if(O.some(Boolean))throw new TypeError(`
|
|
22
22
|
sequenceOf: all specifiers must match the appropriate shape.
|
|
23
23
|
|
|
24
24
|
Errors:
|
|
25
|
-
`.concat(
|
|
25
|
+
`.concat(O.map(function(B,L){return" - Argument index ".concat(L,": ").concat(B.message)}).join(`,
|
|
26
26
|
`),`
|
|
27
|
-
`));var
|
|
28
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function a(f,p){if(f){if(typeof f=="string")return l(f,p);var
|
|
27
|
+
`));var D=function(L,P){var R=L[P];if(R==null)return null;for(var _=arguments.length,V=new Array(_>2?_-2:0),j=2;j<_;j++)V[j-2]=arguments[j];var F=t.array.apply(void 0,[L,P].concat(V));return F||w.apply(void 0,[x,L,P].concat(V))};return D.isRequired=function(L,P,R){for(var _=arguments.length,V=new Array(_>3?_-3:0),j=3;j<_;j++)V[j-3]=arguments[j];var F=t.array.isRequired.apply(t.array,[L,P,R].concat(V));return F||w.apply(void 0,[x,L,P,R].concat(V))},(0,u.default)(D,"sequenceOf",x)}}(La)),La}var Gf;function D9(){return Gf||(Gf=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=u;var t=o(U0()),n=o(bl()),r=o(ue());function o(l){return l&&l.__esModule?l:{default:l}}function i(l,c){var d=Object.keys(l);if(Object.getOwnPropertySymbols){var f=Object.getOwnPropertySymbols(l);c&&(f=f.filter(function(p){return Object.getOwnPropertyDescriptor(l,p).enumerable})),d.push.apply(d,f)}return d}function a(l){for(var c=1;c<arguments.length;c++){var d=arguments[c]!=null?arguments[c]:{};c%2?i(Object(d),!0).forEach(function(f){s(l,f,d[f])}):Object.getOwnPropertyDescriptors?Object.defineProperties(l,Object.getOwnPropertyDescriptors(d)):i(Object(d)).forEach(function(f){Object.defineProperty(l,f,Object.getOwnPropertyDescriptor(d,f))})}return l}function s(l,c,d){return c in l?Object.defineProperty(l,c,{value:d,enumerable:!0,configurable:!0,writable:!0}):l[c]=d,l}function u(){for(var l=arguments.length,c=new Array(l),d=0;d<l;d++)c[d]=arguments[d];var f=t.default.apply(void 0,c),p=function(h,m,b){if(m!=="children")return new TypeError("".concat(b,' is using the childrenSequenceOf validator on non-children prop "').concat(m,'"'));var y=h[m],w=(0,n.default)(y);if(w.length===0)return null;for(var I=arguments.length,S=new Array(I>3?I-3:0),A=3;A<I;A++)S[A-3]=arguments[A];return f.apply(void 0,[a(a({},h),{},{children:w}),m,b].concat(S))};return p.isRequired=function(h,m,b){if(m!=="children")return new TypeError("".concat(b,' is using the childrenSequenceOf validator on non-children prop "').concat(m,'"'));var y=h[m],w=(0,n.default)(y);if(w.length===0)return new TypeError("".concat(b,": renderable children are required."));for(var I=arguments.length,S=new Array(I>3?I-3:0),A=3;A<I;A++)S[A-3]=arguments[A];return f.isRequired.apply(f,[a(a({},h),{},{children:w}),m,b].concat(S))},(0,r.default)(p,"childrenSequenceOf",c)}}(Na)),Na}var qa={},Wf;function F9(){return Wf||(Wf=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=l;var t=a(M),n=a(M0()),r=a(j0()),o=a(Cl()),i=a(ue());function a(c){return c&&c.__esModule?c:{default:c}}function s(c,d){for(var f=c;/\([^()]*\)/g.test(f);){var p=f,g=void 0;do g=p,p=g.replace(/\([^()]*\)/g,"");while(g!==p);if(d.indexOf(p)===-1)return f;f=f.replace(RegExp("^".concat(p,"\\(|\\)$"),"g"),"")}return f}function u(c,d,f,p,g){for(var h=arguments.length,m=new Array(h>5?h-5:0),b=5;b<h;b++)m[b-5]=arguments[b];if(Array.isArray(f))return(0,r.default)(f.map(function(S){return u.apply(void 0,[c,d,S,p,g].concat(m))}),Boolean)||null;if(!t.default.isValidElement(f))return new TypeError("".concat(g,".").concat(p," is not a valid React element"));var y=f.type,w=(0,o.default)(y),I=d.length>0?s(w,d):w;return(0,n.default)(c)&&!c.test(I)?new TypeError("`".concat(g,".").concat(p,"` only accepts components matching the regular expression ").concat(c)):!(0,n.default)(c)&&I!==c?new TypeError("`".concat(g,".").concat(p,"` only accepts components named ").concat(c,", got ").concat(I)):null}function l(c){var d=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(typeof c!="string"&&!(0,n.default)(c))throw new TypeError("name must be a string or a regex");var f=Object.keys(d);if(f.length>1||f.length===1&&f[0]!=="stripHOCs")throw new TypeError("The only options supported are: “stripHOCs”, got: “".concat(f.join("”, “"),"”"));var p=d.stripHOCs,g=p===void 0?[]:p,h=g.every(function(b){return typeof b!="string"||/[()]/g.test(b)?!1:/^(?:[a-z][a-zA-Z0-9]+|[A-Z][a-z][a-zA-Z0-9]+)$/.test(b)});if(!h)throw new TypeError("every provided HOC name must be a string with no parens, and in camelCase");function m(b,y,w){var I=b[y];if(b[y]==null)return null;for(var S=arguments.length,A=new Array(S>3?S-3:0),x=3;x<S;x++)A[x-3]=arguments[x];return u.apply(void 0,[c,g,I,y,w].concat(A))}return m.isRequired=function(y,w,I){var S=y[w];if(S==null)return new TypeError("`".concat(I,".").concat(w,"` requires at least one component named ").concat(c));for(var A=arguments.length,x=new Array(A>3?A-3:0),E=3;E<A;E++)x[E-3]=arguments[E];return u.apply(void 0,[c,g,S,w,I].concat(x))},(0,i.default)(m,"componentWithName:".concat(c),c)}}(qa)),qa}var Ua={},Hf;function N9(){return Hf||(Hf=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=r;var t=n(ue());function n(o){return o&&o.__esModule?o:{default:o}}function r(o,i,a){if(typeof o!="function"||typeof o.isRequired!="function")throw new TypeError("a propType validator is required; propType validators must also provide `.isRequired`");if(typeof i!="string")throw new TypeError("other prop name must be a string");if(typeof a!="function")throw new TypeError("other prop type validator is required");function s(l,c,d){for(var f=arguments.length,p=new Array(f>3?f-3:0),g=3;g<f;g++)p[g-3]=arguments[g];var h=o.isRequired.apply(o,[l,c,d].concat(p));if(h)return h;if(l[i]==null)return null;var m=a.apply(void 0,[l,i,d].concat(p));return m?null:new Error("prop “".concat(c,"” is disallowed when “").concat(i,"” matches the provided validator"))}var u=function(c,d){if(c[d]==null)return null;for(var f=arguments.length,p=new Array(f>2?f-2:0),g=2;g<f;g++)p[g-2]=arguments[g];return s.apply(void 0,[c,d].concat(p))};return u.isRequired=s,(0,t.default)(u,"disallowedIf",{propType:o,otherPropName:i,otherPropType:a})}}(Ua)),Ua}var Ja={},$f;function L9(){return $f||($f=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=c;var t=Be,n=br(),r=a(nn()),o=a(Cl()),i=a(ue());function a(d){return d&&d.__esModule?d:{default:d}}function s(d){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?s=function(p){return typeof p}:s=function(p){return p&&typeof Symbol=="function"&&p.constructor===Symbol&&p!==Symbol.prototype?"symbol":typeof p},s(d)}function u(d){if(typeof d=="string")return d;var f=(0,o.default)(d);return f||"Anonymous Component"}function l(d,f,p,g){var h=f[p].type;return h===d?null:new TypeError("".concat(g,".").concat(p," must be a React element of type ").concat(u(d)))}function c(d){if(d==="*")return(0,i.default)(t.element,"elementType(*)",d);if(!(0,n.isValidElementType)(d))throw new TypeError('Type must be a React Component, an HTML element tag name, or "*". Got an '.concat(s(d)));function f(h,m,b){if(h[m]==null)return null;for(var y=arguments.length,w=new Array(y>3?y-3:0),I=3;I<y;I++)w[I-3]=arguments[I];return l.apply(void 0,[d,h,m,b].concat(w))}f.isRequired=f;var p=u(d),g="elementType(".concat(p,")");return(0,i.default)((0,r.default)([t.element,f],g),g,d)}}(Ja)),Ja}var Ka={},Qa={},Xf;function J0(){return Xf||(Xf=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=d;var t=Be,n=r(ue());function r(f){return f&&f.__esModule?f:{default:f}}function o(f){return u(f)||s(f)||a(f)||i()}function i(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
28
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function a(f,p){if(f){if(typeof f=="string")return l(f,p);var g=Object.prototype.toString.call(f).slice(8,-1);if(g==="Object"&&f.constructor&&(g=f.constructor.name),g==="Map"||g==="Set")return Array.from(f);if(g==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(g))return l(f,p)}}function s(f){if(typeof Symbol<"u"&&Symbol.iterator in Object(f))return Array.from(f)}function u(f){if(Array.isArray(f))return l(f)}function l(f,p){(p==null||p>f.length)&&(p=f.length);for(var g=0,h=new Array(p);g<p;g++)h[g]=f[g];return h}function c(f){var p=function(h,m,b){for(var y=arguments.length,w=new Array(y>3?y-3:0),I=3;I<y;I++)w[I-3]=arguments[I];var S=h[m];if(typeof S>"u")return null;var A=f.map(function(x){return x.apply(void 0,[h,m,b].concat(w))}).filter(Boolean);return A.length<f.length?null:new TypeError("".concat(b,": invalid value supplied to ").concat(m,"."))};return p.isRequired=function(h,m,b){for(var y=arguments.length,w=new Array(y>3?y-3:0),I=3;I<y;I++)w[I-3]=arguments[I];var S=h[m];if(typeof S>"u")return new TypeError("".concat(b,": missing value for required ").concat(m,"."));var A=f.map(function(x){return x.apply(void 0,[h,m,b].concat(w))}).filter(Boolean);return A.length===f.length?new TypeError("".concat(b,": invalid value ").concat(A," supplied to required ").concat(m,".")):null},(0,n.default)(p,"oneOfType",f)}function d(f){var p=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"or";if(!Array.isArray(f))throw new TypeError("or: 2 or more validators are required");if(f.length<=1)throw new RangeError("or: 2 or more validators are required");var g=c([(0,t.arrayOf)(c(f))].concat(o(f)));return(0,n.default)(g,p,f)}}(Qa)),Qa}var es={},Zf;function K0(){return Zf||(Zf=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=n(ue());function n(a){return a&&a.__esModule?a:{default:a}}function r(a){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?r=function(u){return typeof u}:r=function(u){return u&&typeof Symbol=="function"&&u.constructor===Symbol&&u!==Symbol.prototype?"symbol":typeof u},r(a)}function o(a,s,u){return a[s]==null?null:new TypeError("".concat(u,": prop “").concat(s,"” must be null or undefined; received ").concat(r(a[s])))}o.isRequired=function(s,u,l){return s[u]===null?null:new TypeError("".concat(l,": prop “").concat(u,"” must be null; received ").concat(r(s[u])))};var i=function(){return(0,t.default)(o,"explicitNull")};e.default=i}(es)),es}var zf;function j9(){return zf||(zf=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=Be,n=a(J0()),r=a(K0()),o=a(wl()),i=a(ue());function a(c){return c&&c.__esModule?c:{default:c}}var s,u=(0,n.default)([r.default,(0,t.oneOf)([!1,"",NaN]),(0,o.default)(t.array,{length:(0,t.oneOf)([0]).isRequired}).isRequired,function(){return s.apply(void 0,arguments)}]);s=(0,t.arrayOf)(u).isRequired;var l=function(){return(0,i.default)(u,"empty")};e.default=l}(Ka)),Ka}var ts={},Yf;function B9(){return Yf||(Yf=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var t=r(T0()),n=r(ue());function r(a){return a&&a.__esModule?a:{default:a}}function o(a,s,u){return s in a?Object.defineProperty(a,s,{value:u,enumerable:!0,configurable:!0,writable:!0}):a[s]=u,a}function i(a){var s=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"keysOf";if(typeof a!="function")throw new TypeError("argument to keysOf must be a valid PropType function");var u=function(c,d,f,p,g){for(var h=arguments.length,m=new Array(h>5?h-5:0),b=5;b<h;b++)m[b-5]=arguments[b];var y=c[d];if(y==null||(0,t.default)(y))return null;var w=null;return Object.keys(y).some(function(I){return w=a.apply(void 0,[o({},I,I),I,f,p,"(".concat(g,").").concat(I)].concat(m)),w!=null}),w||null};return u.isRequired=function(c,d,f){var p=c[d];if(p==null)return new TypeError("".concat(f,": ").concat(d," is required, but value is ").concat(p));for(var g=arguments.length,h=new Array(g>3?g-3:0),m=3;m<g;m++)h[m-3]=arguments[m];return u.apply(void 0,[c,d,f].concat(h))},(0,n.default)(u,s,a)}}(ts)),ts}var ns={},qf;function k9(){return qf||(qf=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=a;var t=n(ue());function n(s){return s&&s.__esModule?s:{default:s}}function r(s,u){var l=Object.keys(s);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(s);u&&(c=c.filter(function(d){return Object.getOwnPropertyDescriptor(s,d).enumerable})),l.push.apply(l,c)}return l}function o(s){for(var u=1;u<arguments.length;u++){var l=arguments[u]!=null?arguments[u]:{};u%2?r(Object(l),!0).forEach(function(c){i(s,c,l[c])}):Object.getOwnPropertyDescriptors?Object.defineProperties(s,Object.getOwnPropertyDescriptors(l)):r(Object(l)).forEach(function(c){Object.defineProperty(s,c,Object.getOwnPropertyDescriptor(l,c))})}return s}function i(s,u,l){return u in s?Object.defineProperty(s,u,{value:l,enumerable:!0,configurable:!0,writable:!0}):s[u]=l,s}function a(s){if(typeof s!="function")throw new TypeError("a propType is required");for(var u=arguments.length,l=new Array(u>1?u-1:0),c=1;c<u;c++)l[c-1]=arguments[c];if(l.length<1)throw new TypeError("at least one prop that is mutually exclusive with this propType is required");var d=l.join(", or "),f=l.reduce(function(h,m){return o(o({},h),{},i({},m,!0))},{}),p=function(m,b){return m+(f[b]?1:0)},g=function(m,b,y){var w=Object.keys(m).filter(function(x){return m[x]!=null}).reduce(p,0);if(w>1)return new Error("A ".concat(y," cannot have more than one of these props: ").concat(d));for(var I=arguments.length,S=new Array(I>3?I-3:0),A=3;A<I;A++)S[A-3]=arguments[A];return s.apply(void 0,[m,b,y].concat(S))};return g.isRequired=function(m,b,y){var w=Object.keys(m).filter(function(x){return x===b||m[x]!=null}).reduce(p,0);if(w>1)return new Error("A ".concat(y," cannot have more than one of these props: ").concat(d));for(var I=arguments.length,S=new Array(I>3?I-3:0),A=3;A<I;A++)S[A-3]=arguments[A];return s.apply(void 0,[m,b,y].concat(S))},(0,t.default)(g,"mutuallyExclusiveProps:".concat(d),l)}}(ns)),ns}var rs={},Uf;function G9(){return Uf||(Uf=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var t=Be,n=r(ue());function r(i){return i&&i.__esModule?i:{default:i}}function o(){for(var i=arguments.length,a=new Array(i),s=0;s<i;s++)a[s]=arguments[s];if(a.length<1)throw new TypeError("at least one prop that is mutually exclusive is required");if(!a.every(function(c){return typeof c=="string"}))throw new TypeError("all exclusive true props must be strings");var u=a.join(", or "),l=function(d,f,p){var g=function(I,S){return I+(d[S]?1:0)},h=a.reduce(g,0);if(h>1)return new Error("A ".concat(p," cannot have more than one of these boolean props be true: ").concat(u));for(var m=arguments.length,b=new Array(m>3?m-3:0),y=3;y<m;y++)b[y-3]=arguments[y];return t.bool.apply(void 0,[d,f,p].concat(b))};return l.isRequired=function(d,f,p){var g=function(I,S){return I+(d[S]?1:0)},h=a.reduce(g,0);if(h>1)return new Error("A ".concat(p," cannot have more than one of these boolean props be true: ").concat(u));for(var m=arguments.length,b=new Array(m>3?m-3:0),y=3;y<m;y++)b[y-3]=arguments[y];return t.bool.isRequired.apply(t.bool,[d,f,p].concat(b))},(0,n.default)(l,"mutuallyExclusiveTrueProps: ".concat(u),a)}}(rs)),rs}var os={},Jf;function W9(){return Jf||(Jf=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=i;var t=o(M),n=Be,r=o(ue());function o(a){return a&&a.__esModule?a:{default:a}}function i(a){var s=arguments.length>1&&arguments[1]!==void 0?arguments[1]:n.node;if(typeof a!="number"||isNaN(a)||a<0)throw new TypeError("a non-negative number is required");var u=function(c,d,f){if(d!=="children")return new TypeError("".concat(f," is using the nChildren validator on a non-children prop"));var p=c.children,g=t.default.Children.count(p);if(g!==a)return new RangeError("".concat(f," expects to receive ").concat(a," children, but received ").concat(g," children."));for(var h=arguments.length,m=new Array(h>3?h-3:0),b=3;b<h;b++)m[b-3]=arguments[b];return s.apply(void 0,[c,d,f].concat(m))};return u.isRequired=u,(0,r.default)(u,"nChildren:".concat(a),a)}}(os)),os}var is={},Kf;function H9(){return Kf||(Kf=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=Be,n=r(ue());function r(s){return s&&s.__esModule?s:{default:s}}var o=/^[-+]?(?:[1-9][0-9]*(?:\.[0-9]+)?|0|0\.[0-9]+)$/,i=function(u,l,c){if(u[l]==null)return null;for(var d=arguments.length,f=new Array(d>3?d-3:0),p=3;p<d;p++)f[p-3]=arguments[p];var g=t.string.apply(void 0,[u,l,c].concat(f));if(g)return g;var h=u[l],m=o.test(h);return m?null:new TypeError("".concat(c,': prop "').concat(l,'" (value "').concat(h,`") must be a numeric string:
|
|
29
29
|
- starting with an optional + or -
|
|
30
30
|
- that does not have a leading zero
|
|
31
31
|
- with an optional decimal part (that contains only one decimal point, if present)
|
|
32
32
|
- that otherwise only contains digits (0-9)
|
|
33
33
|
- not +-NaN, or +-Infinity
|
|
34
|
-
`))};i.isRequired=function(u,l,c){if(u[l]==null)return new TypeError("".concat(c,": ").concat(l," is required"));for(var d=arguments.length,f=new Array(d>3?d-3:0),p=3;p<d;p++)f[p-3]=arguments[p];return i.apply(void 0,[u,l,c].concat(f))};var a=function(){return(0,r.default)(i,"numericString")};e.default=a}(xi)),xi}var wi={},kl;function m5(){return kl||(kl=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var t=r(ue());function r(n){return n&&n.__esModule?n:{default:n}}function o(n){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";if(typeof n!="function")throw new TypeError("`fn` must be a function");if(typeof i!="string")throw new TypeError("`message`, if provided, must be a string");function a(u,l,c){var d=n(u[l]);return d?null:new TypeError("`".concat(c,"` requires that `").concat(l,"` pass a predicate function").concat(i?": ".concat(i):"","."))}function s(u,l){if(u[l]==null)return null;for(var c=arguments.length,d=new Array(c>2?c-2:0),f=2;f<c;f++)d[f-2]=arguments[f];return a.apply(void 0,[u,l].concat(d))}return s.isRequired=a,(0,t.default)(s,"predicate",n)}}(wi)),wi}var Ii={},Hl;function h5(){return Hl||(Hl=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=l;var t=a(It()),r=a(Xa()),o=a(qa()),n=a(cd()),i=a(ue());function a(c){return c&&c.__esModule?c:{default:c}}var s=Number.MAX_SAFE_INTEGER||Math.pow(2,53)-1;function u(c){return(0,n.default)(c)&&Math.abs(c)<s}function l(c,d){if(!u(c)||!u(d))throw new RangeError('"range" requires two integers: '.concat(c," and ").concat(d," given"));if(c===d)throw new RangeError("min and max must not be the same");return(0,i.default)((0,t.default)([(0,o.default)(),(0,r.default)({gte:c,lt:d})],"range"),"range",{min:c,max:d})}}(Ii)),Ii}var Si={},Zl;function b5(){return Zl||(Zl=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=V,r=n(Ha()),o=n(ue());function n(d){return d&&d.__esModule?d:{default:d}}var i=Object.prototype.isPrototypeOf;function a(d){if(!(0,r.default)(d))return!1;var f=Object.keys(d);return f.length===1&&f[0]==="current"}function s(d){return typeof d=="function"&&!i.call(t.Component,d)&&(!t.PureComponent||!i.call(t.PureComponent,d))}function u(d,f,p){var m=d[f];return s(m)||a(m)?null:new TypeError("".concat(f," in ").concat(p," must be a ref"))}function l(d,f,p){var m=d[f];if(m==null)return null;for(var g=arguments.length,h=new Array(g>3?g-3:0),b=3;b<g;b++)h[b-3]=arguments[b];return u.apply(void 0,[d,f,p].concat(h))}l.isRequired=u;var c=function(){return(0,o.default)(l,"ref")};e.default=c}(Si)),Si}var Ai={},Xl;function y5(){return Xl||(Xl=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=n;var t=o(pd()),r=o(ue());function o(i){return i&&i.__esModule?i:{default:i}}function n(i,a){var s=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;function u(l,c,d){if(l[i]){var f=l[c];if((0,t.default)(f,s)||typeof f>"u")return new TypeError("".concat(d,": when ").concat(i," is true, prop “").concat(c,"” must be present."))}for(var p=arguments.length,m=new Array(p>3?p-3:0),g=3;g<p;g++)m[g-3]=arguments[g];return a.apply(void 0,[l,c,d].concat(m))}return u.isRequired=function(c,d,f){var p=c[d];if((0,t.default)(p,s))return new TypeError("".concat(f,": prop “").concat(d,"” must be present."));for(var m=arguments.length,g=new Array(m>3?m-3:0),h=3;h<m;h++)g[h-3]=arguments[h];return a.isRequired.apply(a,[c,d,f].concat(g))},(0,r.default)(u,"requiredBy “".concat(i,"”"),[i,s])}}(Ai)),Ai}var Ei={},$l;function C5(){return $l||($l=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=r(ue());function r(i){return i&&i.__esModule?i:{default:i}}function o(i){function a(s,u,l,c){if(s[u]==null)return null;if(i&&typeof i=="function"){for(var d=arguments.length,f=new Array(d>4?d-4:0),p=4;p<d;p++)f[p-4]=arguments[p];return new TypeError(i.apply(void 0,[s,u,l,c].concat(f)))}return new TypeError("The ".concat(u," ").concat(c," on ").concat(l," is not allowed."))}return a.isRequired=a,a}var n=function(){var a=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null;return(0,t.default)(o(a),"restrictedProp")};e.default=n}(Ei)),Ei}var Ri={},zl;function x5(){return zl||(zl=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=n;var t=Oe,r=o(ue());function o(i){return i&&i.__esModule?i:{default:i}}function n(i){if(typeof i!="string"||i.length===0)throw new TypeError("a non-empty string is required");var a=function(u,l,c){var d=u[l];if(d==null)return null;for(var f=arguments.length,p=new Array(f>3?f-3:0),m=3;m<f;m++)p[m-3]=arguments[m];var g=t.string.apply(void 0,[u,l,c].concat(p));return g||(!d.endsWith(i)||d.length<=i.length?new TypeError("".concat(c,": ").concat(l,' does not end with "').concat(i,'"')):null)};return a.isRequired=function(){var u=t.string.isRequired.apply(t.string,arguments);return u||a.apply(void 0,arguments)},(0,r.default)(a,"stringEndsWith: ".concat(i))}}(Ri)),Ri}var Pi={},Yl;function w5(){return Yl||(Yl=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=n;var t=Oe,r=o(ue());function o(i){return i&&i.__esModule?i:{default:i}}function n(i){if(typeof i!="string"||i.length===0)throw new TypeError("a non-empty string is required");var a=function(u,l,c){var d=u[l];if(d==null)return null;for(var f=arguments.length,p=new Array(f>3?f-3:0),m=3;m<f;m++)p[m-3]=arguments[m];var g=t.string.apply(void 0,[u,l,c].concat(p));return g||(!d.startsWith(i)||d.length<=i.length?new TypeError("".concat(c,": ").concat(l,' does not start with "').concat(i,'"')):null)};return a.isRequired=function(){var u=t.string.isRequired.apply(t.string,arguments);return u||a.apply(void 0,arguments)},(0,r.default)(a,"stringStartsWith: ".concat(i))}}(Pi)),Pi}var Oi={},ql;function xd(){return ql||(ql=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=Oe,r=o(ue());function o(c){return c&&c.__esModule?c:{default:c}}function n(c){return new Set(c).size}function i(c){var d=[];return c.forEach(function(f){d.indexOf(f)===-1&&d.push(f)}),d.length}var a=typeof Set=="function"?n:i;function s(c,d,f){for(var p=arguments.length,m=new Array(p>3?p-3:0),g=3;g<p;g++)m[g-3]=arguments[g];var h=t.array.isRequired.apply(t.array,[c,d,f].concat(m));if(h!=null)return h;var b=c[d],C=a(b);return C!==b.length?new RangeError("".concat(f,": values must be unique. ").concat(b.length-C," duplicate values found.")):null}function u(c,d){var f=c[d];if(f==null)return null;for(var p=arguments.length,m=new Array(p>2?p-2:0),g=2;g<p;g++)m[g-2]=arguments[g];return s.apply(void 0,[c,d].concat(m))}u.isRequired=s;var l=function(){return(0,r.default)(u,"uniqueArray")};e.default=l}(Oi)),Oi}var _i={},Jl;function I5(){return Jl||(Jl=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=l;var t=Oe,r=n(It()),o=n(xd());function n(c){return c&&c.__esModule?c:{default:c}}function i(c,d){var f=Object.keys(c);if(Object.getOwnPropertySymbols){var p=Object.getOwnPropertySymbols(c);d&&(p=p.filter(function(m){return Object.getOwnPropertyDescriptor(c,m).enumerable})),f.push.apply(f,p)}return f}function a(c){for(var d=1;d<arguments.length;d++){var f=arguments[d]!=null?arguments[d]:{};d%2?i(Object(f),!0).forEach(function(p){s(c,p,f[p])}):Object.getOwnPropertyDescriptors?Object.defineProperties(c,Object.getOwnPropertyDescriptors(f)):i(Object(f)).forEach(function(p){Object.defineProperty(c,p,Object.getOwnPropertyDescriptor(f,p))})}return c}function s(c,d,f){return d in c?Object.defineProperty(c,d,{value:f,enumerable:!0,configurable:!0,writable:!0}):c[d]=f,c}var u=(0,o.default)();function l(c){if(typeof c!="function")throw new TypeError("type must be a validator function");for(var d=null,f="uniqueArrayOfType",p=arguments.length,m=new Array(p>1?p-1:0),g=1;g<p;g++)m[g-1]=arguments[g];if(m.length===1)if(typeof m[0]=="function")d=m[0];else if(typeof m[0]=="string")f=m[0];else throw new TypeError("single input must either be string or function");else if(m.length===2)if(typeof m[0]=="function"&&typeof m[1]=="string")d=m[0],f=m[1];else throw new TypeError("multiple inputs must be in [function, string] order");else if(m.length>2)throw new TypeError("only [], [name], [mapper], and [mapper, name] are valid inputs");function h(w,I){var A=w[I];if(A==null)return null;for(var x=A.map(d),E=arguments.length,P=new Array(E>2?E-2:0),_=2;_<E;_++)P[_-2]=arguments[_];return u.apply(void 0,[a(a({},w),{},s({},I,x)),I].concat(P))}h.isRequired=function(I,A){for(var x=I[A],E=arguments.length,P=new Array(E>2?E-2:0),_=2;_<E;_++)P[_-2]=arguments[_];return x==null?t.array.isRequired.apply(t.array,[I,A].concat(P)):h.apply(void 0,[I,A].concat(P))};var b=(0,t.arrayOf)(c),C=d?h:u,S=(0,r.default)([b,C],f);return S.isRequired=(0,r.default)([C.isRequired,b.isRequired],"".concat(f,".isRequired")),S}}(_i)),_i}var Ti,Ul;function S5(){if(Ul)return Ti;Ul=1;var e=R(Pm()),t=R(It()),r=R(Xa()),o=R(Mm()),n=R(Nm()),i=R(Fm()),a=R(o5()),s=R(a5()),u=R(u5()),l=R(s5()),c=R(l5()),d=R(c5()),f=R(Cd()),p=R(qa()),m=R(d5()),g=R(f5()),h=R(p5()),b=R(g5()),C=R(vd()),S=R(gd()),w=R(v5()),I=R(hd()),A=R(yd()),x=R(m5()),E=R(h5()),P=R(b5()),_=R(y5()),L=R(C5()),j=R(bd()),O=R(Za()),N=R(x5()),T=R(w5()),M=R(xd()),G=R(I5()),B=R(Q1()),Z=R(Ja());function R(F){return F&&F.__esModule?F:{default:F}}return Ti={and:t.default,between:r.default,booleanSome:o.default,childrenHavePropXorChildren:n.default,childrenOf:i.default,childrenOfType:a.default,childrenSequenceOf:s.default,componentWithName:u.default,disallowedIf:l.default,elementType:c.default,empty:d.default,explicitNull:f.default,forbidExtraProps:e.default,integer:p.default,keysOf:m.default,mutuallyExclusiveProps:g.default,mutuallyExclusiveTrueProps:h.default,nChildren:b.default,nonNegativeInteger:C.default,nonNegativeNumber:S.default,numericString:w.default,object:I.default,or:A.default,predicate:x.default,range:E.default,ref:P.default,requiredBy:_.default,restrictedProp:L.default,sequenceOf:j.default,shape:O.default,stringEndsWith:N.default,stringStartsWith:T.default,uniqueArray:M.default,uniqueArrayOf:G.default,valuesOf:B.default,withShape:Z.default},Ti}var A5=process.env.NODE_ENV==="production"?ev():S5(),E5=!!(typeof window<"u"&&window.document&&window.document.createElement);function R5(){if(!E5||!window.addEventListener||!window.removeEventListener||!Object.defineProperty)return!1;var e=!1;try{var t=Object.defineProperty({},"passive",{get:function(){function o(){e=!0}return o}()}),r=function(){};window.addEventListener("testPassiveEventSupport",r,t),window.removeEventListener("testPassiveEventSupport",r,t)}catch{}return e}var Mi=void 0;function P5(){return Mi===void 0&&(Mi=R5()),Mi}function O5(e){if(e)return P5()?e:!!e.capture}function _5(e){if(!e)return 0;if(e===!0)return 100;var t=e.capture<<0,r=e.passive<<1,o=e.once<<2;return t+r+o}function Ql(e){e.handlers===e.nextHandlers&&(e.nextHandlers=e.handlers.slice())}function ln(e){this.target=e,this.events={}}ln.prototype.getEventHandlers=function(){function e(t,r){var o=String(t)+" "+String(_5(r));return this.events[o]||(this.events[o]={handlers:[],handleEvent:void 0},this.events[o].nextHandlers=this.events[o].handlers),this.events[o]}return e}();ln.prototype.handleEvent=function(){function e(t,r,o){var n=this.getEventHandlers(t,r);n.handlers=n.nextHandlers,n.handlers.forEach(function(i){i&&i(o)})}return e}();ln.prototype.add=function(){function e(t,r,o){var n=this,i=this.getEventHandlers(t,o);Ql(i),i.nextHandlers.length===0&&(i.handleEvent=this.handleEvent.bind(this,t,o),this.target.addEventListener(t,i.handleEvent,o)),i.nextHandlers.push(r);var a=!0,s=function(){function u(){if(a){a=!1,Ql(i);var l=i.nextHandlers.indexOf(r);i.nextHandlers.splice(l,1),i.nextHandlers.length===0&&(n.target&&n.target.removeEventListener(t,i.handleEvent,o),i.handleEvent=void 0)}}return u}();return s}return e}();var Ni="__consolidated_events_handlers__";function T5(e,t,r,o){e[Ni]||(e[Ni]=new ln(e));var n=O5(o);return e[Ni].add(t,r,n)}const M5=Object.freeze(Object.defineProperty({__proto__:null,addEventListener:T5},Symbol.toStringTag,{value:"Module"})),N5=Xg(M5);var F5=Xt,V5=Je,j5=V5("Object.prototype.propertyIsEnumerable"),wd=function(t){var r=F5(t),o=[];for(var n in r)j5(r,n)&&(o[o.length]=r[n]);return o},B5=wd,Id=function(){return typeof Object.values=="function"?Object.values:B5},L5=Id,D5=Re,G5=function(){var t=L5();return D5(Object,{values:t},{values:function(){return Object.values!==t}}),t},W5=Re,k5=wt,H5=wd,Sd=Id,Z5=G5,Ad=k5(Sd(),Object);W5(Ad,{getPolyfill:Sd,implementation:H5,shim:Z5});var X5=Ad,Ed=function(t){if(arguments.length<1)throw new TypeError("1 argument is required");if(typeof t!="object")throw new TypeError("Argument 1 (”other“) to Node.contains must be an instance of Node");var r=t;do{if(this===r)return!0;r&&(r=r.parentNode)}while(r);return!1},$5=Ed,Rd=function(){if(typeof document<"u"){if(document.contains)return document.contains;if(document.body&&document.body.contains)try{if(typeof document.body.contains.call(document,"")=="boolean")return document.body.contains}catch{}}return $5},Fi,Kl;function z5(){if(Kl)return Fi;Kl=1;var e=Re,t=Rd;return Fi=function(){var o=t();return typeof document<"u"&&(e(document,{contains:o},{contains:function(){return document.contains!==o}}),typeof Element<"u"&&e(Element.prototype,{contains:o},{contains:function(){return Element.prototype.contains!==o}})),o},Fi}var Y5=Re,q5=Ed,Pd=Rd,J5=Pd(),U5=z5(),Od=function(t,r){return J5.apply(t,[r])};Y5(Od,{getPolyfill:Pd,implementation:q5,shim:U5});var Q5=Od;(function(e){Object.defineProperty(e,"__esModule",{value:!0});var t=function(){function w(I,A){for(var x=0;x<A.length;x++){var E=A[x];E.enumerable=E.enumerable||!1,E.configurable=!0,"value"in E&&(E.writable=!0),Object.defineProperty(I,E.key,E)}}return function(I,A,x){return A&&w(I.prototype,A),x&&w(I,x),I}}(),r=V,o=f(r),n=Oe,i=f(n),a=A5,s=N5,u=X5,l=f(u),c=Q5,d=f(c);function f(w){return w&&w.__esModule?w:{default:w}}function p(w,I){if(!(w instanceof I))throw new TypeError("Cannot call a class as a function")}function m(w,I){if(!w)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return I&&(typeof I=="object"||typeof I=="function")?I:w}function g(w,I){if(typeof I!="function"&&I!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof I);w.prototype=Object.create(I&&I.prototype,{constructor:{value:w,enumerable:!1,writable:!0,configurable:!0}}),I&&(Object.setPrototypeOf?Object.setPrototypeOf(w,I):w.__proto__=I)}var h={BLOCK:"block",FLEX:"flex",INLINE:"inline",INLINE_BLOCK:"inline-block",CONTENTS:"contents"},b=(0,a.forbidExtraProps)({children:i.default.node.isRequired,onOutsideClick:i.default.func.isRequired,disabled:i.default.bool,useCapture:i.default.bool,display:i.default.oneOf((0,l.default)(h))}),C={disabled:!1,useCapture:!0,display:h.BLOCK},S=function(w){g(I,w);function I(){var A;p(this,I);for(var x=arguments.length,E=Array(x),P=0;P<x;P++)E[P]=arguments[P];var _=m(this,(A=I.__proto__||Object.getPrototypeOf(I)).call.apply(A,[this].concat(E)));return _.onMouseDown=_.onMouseDown.bind(_),_.onMouseUp=_.onMouseUp.bind(_),_.setChildNodeRef=_.setChildNodeRef.bind(_),_}return t(I,[{key:"componentDidMount",value:function(){function A(){var x=this.props,E=x.disabled,P=x.useCapture;E||this.addMouseDownEventListener(P)}return A}()},{key:"componentDidUpdate",value:function(){function A(x){var E=x.disabled,P=this.props,_=P.disabled,L=P.useCapture;E!==_&&(_?this.removeEventListeners():this.addMouseDownEventListener(L))}return A}()},{key:"componentWillUnmount",value:function(){function A(){this.removeEventListeners()}return A}()},{key:"onMouseDown",value:function(){function A(x){var E=this.props.useCapture,P=this.childNode&&(0,d.default)(this.childNode,x.target);P||(this.removeMouseUp&&(this.removeMouseUp(),this.removeMouseUp=null),this.removeMouseUp=(0,s.addEventListener)(document,"mouseup",this.onMouseUp,{capture:E}))}return A}()},{key:"onMouseUp",value:function(){function A(x){var E=this.props.onOutsideClick,P=this.childNode&&(0,d.default)(this.childNode,x.target);this.removeMouseUp&&(this.removeMouseUp(),this.removeMouseUp=null),P||E(x)}return A}()},{key:"setChildNodeRef",value:function(){function A(x){this.childNode=x}return A}()},{key:"addMouseDownEventListener",value:function(){function A(x){this.removeMouseDown=(0,s.addEventListener)(document,"mousedown",this.onMouseDown,{capture:x})}return A}()},{key:"removeEventListeners",value:function(){function A(){this.removeMouseDown&&this.removeMouseDown(),this.removeMouseUp&&this.removeMouseUp()}return A}()},{key:"render",value:function(){function A(){var x=this.props,E=x.children,P=x.display;return o.default.createElement("div",{ref:this.setChildNodeRef,style:P!==h.BLOCK&&(0,l.default)(h).includes(P)?{display:P}:void 0},E)}return A}()}]),I}(o.default.Component);e.default=S,S.propTypes=b,S.defaultProps=C})(E1);var K5=E1;const _d=Na(K5),Ee=({size:e,color:t,error:r,header:o,inline:n,nowrap:i,loading:a,children:s,disabled:u,collapsed:l,textAlign:c,fontWeight:d,lineHeight:f,fontMontserrat:p,shimmerWidth:m,shimmerHeight:g,textDecoration:h,title:b,...C})=>e==="small"?v.jsx("small",{...C,className:z.textRecipe({size:e,color:t,error:r,header:o,inline:n,nowrap:i,disabled:u,collapsed:l,textAlign:c,fontWeight:d,lineHeight:f,fontMontserrat:p,textDecoration:h}),title:b,children:a?v.jsx(Ne,{height:"16px",width:"50%"}):s}):n?v.jsx("span",{...C,className:z.textRecipe({size:e,color:t,error:r,header:o,nowrap:i,disabled:u,collapsed:l,textAlign:c,fontWeight:d,lineHeight:f,fontMontserrat:p,textDecoration:h,inline:!a}),title:b,children:a?v.jsx(Ne,{height:"16px",width:"50%"}):s}):v.jsx("p",{...C,className:z.textRecipe({size:e,color:t,error:r,header:o,inline:n,nowrap:i,disabled:u,collapsed:l,textAlign:c,fontWeight:d,lineHeight:f,fontMontserrat:p,textDecoration:h}),title:b,children:a?v.jsx(Ne,{width:m||"60%",height:g||"1ex"}):s}),Ua=({label:e,inline:t,invalid:r,children:o,opcional:n,hideLabel:i,fontWeight:a,errorMessage:s,labelDescription:u})=>{const l=z.formElement({block:!t,hideLabel:i});return v.jsxs("div",{className:l.elementStyle,children:[v.jsxs("div",{className:l.label,children:[typeof e=="string"?v.jsx(Ee,{size:"medium",fontWeight:a,color:"primary",children:e}):e,u&&v.jsx(Ee,{size:"small",color:"gray",children:u}),n&&v.jsx(Ee,{fontWeight:a,size:"small",color:"gray",children:"(opcional)"})]}),o,r&&s&&v.jsx(Ee,{size:"small",error:!0,children:`${s}`})]})};var Td={exports:{}};(function(e,t){(function(r,o){e.exports=o(V)})(Zg,function(r){return function(o){function n(a){if(i[a])return i[a].exports;var s=i[a]={exports:{},id:a,loaded:!1};return o[a].call(s.exports,s,s.exports,n),s.loaded=!0,s.exports}var i={};return n.m=o,n.c=i,n.p="",n(0)}([function(o,n,i){function a(A){return A&&A.__esModule?A:{default:A}}function s(A,x){var E={};for(var P in A)x.indexOf(P)>=0||Object.prototype.hasOwnProperty.call(A,P)&&(E[P]=A[P]);return E}function u(A,x){if(!(A instanceof x))throw new TypeError("Cannot call a class as a function")}function l(A,x){if(!A)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!x||typeof x!="object"&&typeof x!="function"?A:x}function c(A,x){if(typeof x!="function"&&x!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof x);A.prototype=Object.create(x&&x.prototype,{constructor:{value:A,enumerable:!1,writable:!0,configurable:!0}}),x&&(Object.setPrototypeOf?Object.setPrototypeOf(A,x):A.__proto__=x)}Object.defineProperty(n,"__esModule",{value:!0}),n.conformToMask=void 0;var d=Object.assign||function(A){for(var x=1;x<arguments.length;x++){var E=arguments[x];for(var P in E)Object.prototype.hasOwnProperty.call(E,P)&&(A[P]=E[P])}return A},f=function(){function A(x,E){for(var P=0;P<E.length;P++){var _=E[P];_.enumerable=_.enumerable||!1,_.configurable=!0,"value"in _&&(_.writable=!0),Object.defineProperty(x,_.key,_)}}return function(x,E,P){return E&&A(x.prototype,E),P&&A(x,P),x}}(),p=i(3);Object.defineProperty(n,"conformToMask",{enumerable:!0,get:function(){return a(p).default}});var m=i(11),g=a(m),h=i(9),b=a(h),C=i(5),S=a(C),w=i(2),I=function(A){function x(){var E;u(this,x);for(var P=arguments.length,_=Array(P),L=0;L<P;L++)_[L]=arguments[L];var j=l(this,(E=x.__proto__||Object.getPrototypeOf(x)).call.apply(E,[this].concat(_)));return j.setRef=j.setRef.bind(j),j.onBlur=j.onBlur.bind(j),j.onChange=j.onChange.bind(j),j}return c(x,A),f(x,[{key:"setRef",value:function(E){this.inputElement=E}},{key:"initTextMask",value:function(){var E=this.props,P=this.props.value;this.textMaskInputElement=(0,S.default)(d({inputElement:this.inputElement},E)),this.textMaskInputElement.update(P)}},{key:"componentDidMount",value:function(){this.initTextMask()}},{key:"componentDidUpdate",value:function(E){var P=this.props,_=P.value,L=P.pipe,j=P.mask,O=P.guide,N=P.placeholderChar,T=P.showMask,M={guide:O,placeholderChar:N,showMask:T},G=typeof L=="function"&&typeof E.pipe=="function"?L.toString()!==E.pipe.toString():(0,w.isNil)(L)&&!(0,w.isNil)(E.pipe)||!(0,w.isNil)(L)&&(0,w.isNil)(E.pipe),B=j.toString()!==E.mask.toString(),Z=Object.keys(M).some(function(F){return M[F]!==E[F]})||B||G,R=_!==this.inputElement.value;(R||Z)&&this.initTextMask()}},{key:"render",value:function(){var P=this.props,_=P.render,L=s(P,["render"]);return delete L.mask,delete L.guide,delete L.pipe,delete L.placeholderChar,delete L.keepCharPositions,delete L.value,delete L.onBlur,delete L.onChange,delete L.showMask,_(this.setRef,d({onBlur:this.onBlur,onChange:this.onChange,defaultValue:this.props.value},L))}},{key:"onChange",value:function(E){this.textMaskInputElement.update(),typeof this.props.onChange=="function"&&this.props.onChange(E)}},{key:"onBlur",value:function(E){typeof this.props.onBlur=="function"&&this.props.onBlur(E)}}]),x}(g.default.PureComponent);n.default=I,I.propTypes={mask:b.default.oneOfType([b.default.array,b.default.func,b.default.bool,b.default.shape({mask:b.default.oneOfType([b.default.array,b.default.func]),pipe:b.default.func})]).isRequired,guide:b.default.bool,value:b.default.oneOfType([b.default.string,b.default.number]),pipe:b.default.func,placeholderChar:b.default.string,keepCharPositions:b.default.bool,showMask:b.default.bool},I.defaultProps={render:function(A,x){return g.default.createElement("input",d({ref:A},x))}}},function(o,n){Object.defineProperty(n,"__esModule",{value:!0}),n.placeholderChar="_",n.strFunction="function"},function(o,n,i){function a(){var g=arguments.length>0&&arguments[0]!==void 0?arguments[0]:p,h=arguments.length>1&&arguments[1]!==void 0?arguments[1]:f.placeholderChar;if(!s(g))throw new Error("Text-mask:convertMaskToPlaceholder; The mask property must be an array.");if(g.indexOf(h)!==-1)throw new Error(`Placeholder character must not be used as part of the mask. Please specify a character that is not present in your mask as your placeholder character.
|
|
34
|
+
`))};i.isRequired=function(u,l,c){if(u[l]==null)return new TypeError("".concat(c,": ").concat(l," is required"));for(var d=arguments.length,f=new Array(d>3?d-3:0),p=3;p<d;p++)f[p-3]=arguments[p];return i.apply(void 0,[u,l,c].concat(f))};var a=function(){return(0,n.default)(i,"numericString")};e.default=a}(is)),is}var as={},Qf;function $9(){return Qf||(Qf=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=r;var t=n(ue());function n(o){return o&&o.__esModule?o:{default:o}}function r(o){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";if(typeof o!="function")throw new TypeError("`fn` must be a function");if(typeof i!="string")throw new TypeError("`message`, if provided, must be a string");function a(u,l,c){var d=o(u[l]);return d?null:new TypeError("`".concat(c,"` requires that `").concat(l,"` pass a predicate function").concat(i?": ".concat(i):"","."))}function s(u,l){if(u[l]==null)return null;for(var c=arguments.length,d=new Array(c>2?c-2:0),f=2;f<c;f++)d[f-2]=arguments[f];return a.apply(void 0,[u,l].concat(d))}return s.isRequired=a,(0,t.default)(s,"predicate",o)}}(as)),as}var ss={},e1;function X9(){return e1||(e1=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=l;var t=a(nn()),n=a(vl()),r=a(xl()),o=a(W0()),i=a(ue());function a(c){return c&&c.__esModule?c:{default:c}}var s=Number.MAX_SAFE_INTEGER||Math.pow(2,53)-1;function u(c){return(0,o.default)(c)&&Math.abs(c)<s}function l(c,d){if(!u(c)||!u(d))throw new RangeError('"range" requires two integers: '.concat(c," and ").concat(d," given"));if(c===d)throw new RangeError("min and max must not be the same");return(0,i.default)((0,t.default)([(0,r.default)(),(0,n.default)({gte:c,lt:d})],"range"),"range",{min:c,max:d})}}(ss)),ss}var us={},t1;function Z9(){return t1||(t1=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=M,n=o(gl()),r=o(ue());function o(d){return d&&d.__esModule?d:{default:d}}var i=Object.prototype.isPrototypeOf;function a(d){if(!(0,n.default)(d))return!1;var f=Object.keys(d);return f.length===1&&f[0]==="current"}function s(d){return typeof d=="function"&&!i.call(t.Component,d)&&(!t.PureComponent||!i.call(t.PureComponent,d))}function u(d,f,p){var g=d[f];return s(g)||a(g)?null:new TypeError("".concat(f," in ").concat(p," must be a ref"))}function l(d,f,p){var g=d[f];if(g==null)return null;for(var h=arguments.length,m=new Array(h>3?h-3:0),b=3;b<h;b++)m[b-3]=arguments[b];return u.apply(void 0,[d,f,p].concat(m))}l.isRequired=u;var c=function(){return(0,r.default)(l,"ref")};e.default=c}(us)),us}var ls={},n1;function z9(){return n1||(n1=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var t=r(X0()),n=r(ue());function r(i){return i&&i.__esModule?i:{default:i}}function o(i,a){var s=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;function u(l,c,d){if(l[i]){var f=l[c];if((0,t.default)(f,s)||typeof f>"u")return new TypeError("".concat(d,": when ").concat(i," is true, prop “").concat(c,"” must be present."))}for(var p=arguments.length,g=new Array(p>3?p-3:0),h=3;h<p;h++)g[h-3]=arguments[h];return a.apply(void 0,[l,c,d].concat(g))}return u.isRequired=function(c,d,f){var p=c[d];if((0,t.default)(p,s))return new TypeError("".concat(f,": prop “").concat(d,"” must be present."));for(var g=arguments.length,h=new Array(g>3?g-3:0),m=3;m<g;m++)h[m-3]=arguments[m];return a.isRequired.apply(a,[c,d,f].concat(h))},(0,n.default)(u,"requiredBy “".concat(i,"”"),[i,s])}}(ls)),ls}var cs={},r1;function Y9(){return r1||(r1=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=n(ue());function n(i){return i&&i.__esModule?i:{default:i}}function r(i){function a(s,u,l,c){if(s[u]==null)return null;if(i&&typeof i=="function"){for(var d=arguments.length,f=new Array(d>4?d-4:0),p=4;p<d;p++)f[p-4]=arguments[p];return new TypeError(i.apply(void 0,[s,u,l,c].concat(f)))}return new TypeError("The ".concat(u," ").concat(c," on ").concat(l," is not allowed."))}return a.isRequired=a,a}var o=function(){var a=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null;return(0,t.default)(r(a),"restrictedProp")};e.default=o}(cs)),cs}var ds={},o1;function q9(){return o1||(o1=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var t=Be,n=r(ue());function r(i){return i&&i.__esModule?i:{default:i}}function o(i){if(typeof i!="string"||i.length===0)throw new TypeError("a non-empty string is required");var a=function(u,l,c){var d=u[l];if(d==null)return null;for(var f=arguments.length,p=new Array(f>3?f-3:0),g=3;g<f;g++)p[g-3]=arguments[g];var h=t.string.apply(void 0,[u,l,c].concat(p));return h||(!d.endsWith(i)||d.length<=i.length?new TypeError("".concat(c,": ").concat(l,' does not end with "').concat(i,'"')):null)};return a.isRequired=function(){var u=t.string.isRequired.apply(t.string,arguments);return u||a.apply(void 0,arguments)},(0,n.default)(a,"stringEndsWith: ".concat(i))}}(ds)),ds}var fs={},i1;function U9(){return i1||(i1=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var t=Be,n=r(ue());function r(i){return i&&i.__esModule?i:{default:i}}function o(i){if(typeof i!="string"||i.length===0)throw new TypeError("a non-empty string is required");var a=function(u,l,c){var d=u[l];if(d==null)return null;for(var f=arguments.length,p=new Array(f>3?f-3:0),g=3;g<f;g++)p[g-3]=arguments[g];var h=t.string.apply(void 0,[u,l,c].concat(p));return h||(!d.startsWith(i)||d.length<=i.length?new TypeError("".concat(c,": ").concat(l,' does not start with "').concat(i,'"')):null)};return a.isRequired=function(){var u=t.string.isRequired.apply(t.string,arguments);return u||a.apply(void 0,arguments)},(0,n.default)(a,"stringStartsWith: ".concat(i))}}(fs)),fs}var ps={},a1;function Q0(){return a1||(a1=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=Be,n=r(ue());function r(c){return c&&c.__esModule?c:{default:c}}function o(c){return new Set(c).size}function i(c){var d=[];return c.forEach(function(f){d.indexOf(f)===-1&&d.push(f)}),d.length}var a=typeof Set=="function"?o:i;function s(c,d,f){for(var p=arguments.length,g=new Array(p>3?p-3:0),h=3;h<p;h++)g[h-3]=arguments[h];var m=t.array.isRequired.apply(t.array,[c,d,f].concat(g));if(m!=null)return m;var b=c[d],y=a(b);return y!==b.length?new RangeError("".concat(f,": values must be unique. ").concat(b.length-y," duplicate values found.")):null}function u(c,d){var f=c[d];if(f==null)return null;for(var p=arguments.length,g=new Array(p>2?p-2:0),h=2;h<p;h++)g[h-2]=arguments[h];return s.apply(void 0,[c,d].concat(g))}u.isRequired=s;var l=function(){return(0,n.default)(u,"uniqueArray")};e.default=l}(ps)),ps}var hs={},s1;function J9(){return s1||(s1=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=l;var t=Be,n=o(nn()),r=o(Q0());function o(c){return c&&c.__esModule?c:{default:c}}function i(c,d){var f=Object.keys(c);if(Object.getOwnPropertySymbols){var p=Object.getOwnPropertySymbols(c);d&&(p=p.filter(function(g){return Object.getOwnPropertyDescriptor(c,g).enumerable})),f.push.apply(f,p)}return f}function a(c){for(var d=1;d<arguments.length;d++){var f=arguments[d]!=null?arguments[d]:{};d%2?i(Object(f),!0).forEach(function(p){s(c,p,f[p])}):Object.getOwnPropertyDescriptors?Object.defineProperties(c,Object.getOwnPropertyDescriptors(f)):i(Object(f)).forEach(function(p){Object.defineProperty(c,p,Object.getOwnPropertyDescriptor(f,p))})}return c}function s(c,d,f){return d in c?Object.defineProperty(c,d,{value:f,enumerable:!0,configurable:!0,writable:!0}):c[d]=f,c}var u=(0,r.default)();function l(c){if(typeof c!="function")throw new TypeError("type must be a validator function");for(var d=null,f="uniqueArrayOfType",p=arguments.length,g=new Array(p>1?p-1:0),h=1;h<p;h++)g[h-1]=arguments[h];if(g.length===1)if(typeof g[0]=="function")d=g[0];else if(typeof g[0]=="string")f=g[0];else throw new TypeError("single input must either be string or function");else if(g.length===2)if(typeof g[0]=="function"&&typeof g[1]=="string")d=g[0],f=g[1];else throw new TypeError("multiple inputs must be in [function, string] order");else if(g.length>2)throw new TypeError("only [], [name], [mapper], and [mapper, name] are valid inputs");function m(I,S){var A=I[S];if(A==null)return null;for(var x=A.map(d),E=arguments.length,O=new Array(E>2?E-2:0),D=2;D<E;D++)O[D-2]=arguments[D];return u.apply(void 0,[a(a({},I),{},s({},S,x)),S].concat(O))}m.isRequired=function(S,A){for(var x=S[A],E=arguments.length,O=new Array(E>2?E-2:0),D=2;D<E;D++)O[D-2]=arguments[D];return x==null?t.array.isRequired.apply(t.array,[S,A].concat(O)):m.apply(void 0,[S,A].concat(O))};var b=(0,t.arrayOf)(c),y=d?m:u,w=(0,n.default)([b,y],f);return w.isRequired=(0,n.default)([y.isRequired,b.isRequired],"".concat(f,".isRequired")),w}}(hs)),hs}var gs,u1;function K9(){if(u1)return gs;u1=1;var e=T(n9()),t=T(nn()),n=T(vl()),r=T(a9()),o=T(s9()),i=T(u9()),a=T(M9()),s=T(D9()),u=T(F9()),l=T(N9()),c=T(L9()),d=T(j9()),f=T(K0()),p=T(xl()),g=T(B9()),h=T(k9()),m=T(G9()),b=T(W9()),y=T(z0()),w=T(Z0()),I=T(H9()),S=T(q0()),A=T(J0()),x=T($9()),E=T(X9()),O=T(Z9()),D=T(z9()),B=T(Y9()),L=T(U0()),P=T(ml()),R=T(q9()),_=T(U9()),V=T(Q0()),j=T(J9()),F=T(O0()),k=T(wl());function T(N){return N&&N.__esModule?N:{default:N}}return gs={and:t.default,between:n.default,booleanSome:r.default,childrenHavePropXorChildren:o.default,childrenOf:i.default,childrenOfType:a.default,childrenSequenceOf:s.default,componentWithName:u.default,disallowedIf:l.default,elementType:c.default,empty:d.default,explicitNull:f.default,forbidExtraProps:e.default,integer:p.default,keysOf:g.default,mutuallyExclusiveProps:h.default,mutuallyExclusiveTrueProps:m.default,nChildren:b.default,nonNegativeInteger:y.default,nonNegativeNumber:w.default,numericString:I.default,object:S.default,or:A.default,predicate:x.default,range:E.default,ref:O.default,requiredBy:D.default,restrictedProp:B.default,sequenceOf:L.default,shape:P.default,stringEndsWith:R.default,stringStartsWith:_.default,uniqueArray:V.default,uniqueArrayOf:j.default,valuesOf:F.default,withShape:k.default},gs}var Q9=process.env.NODE_ENV==="production"?R3():K9(),e6=!!(typeof window<"u"&&window.document&&window.document.createElement);function t6(){if(!e6||!window.addEventListener||!window.removeEventListener||!Object.defineProperty)return!1;var e=!1;try{var t=Object.defineProperty({},"passive",{get:function(){function r(){e=!0}return r}()}),n=function(){};window.addEventListener("testPassiveEventSupport",n,t),window.removeEventListener("testPassiveEventSupport",n,t)}catch{}return e}var ms=void 0;function n6(){return ms===void 0&&(ms=t6()),ms}function r6(e){if(e)return n6()?e:!!e.capture}function o6(e){if(!e)return 0;if(e===!0)return 100;var t=e.capture<<0,n=e.passive<<1,r=e.once<<2;return t+n+r}function l1(e){e.handlers===e.nextHandlers&&(e.nextHandlers=e.handlers.slice())}function $o(e){this.target=e,this.events={}}$o.prototype.getEventHandlers=function(){function e(t,n){var r=String(t)+" "+String(o6(n));return this.events[r]||(this.events[r]={handlers:[],handleEvent:void 0},this.events[r].nextHandlers=this.events[r].handlers),this.events[r]}return e}();$o.prototype.handleEvent=function(){function e(t,n,r){var o=this.getEventHandlers(t,n);o.handlers=o.nextHandlers,o.handlers.forEach(function(i){i&&i(r)})}return e}();$o.prototype.add=function(){function e(t,n,r){var o=this,i=this.getEventHandlers(t,r);l1(i),i.nextHandlers.length===0&&(i.handleEvent=this.handleEvent.bind(this,t,r),this.target.addEventListener(t,i.handleEvent,r)),i.nextHandlers.push(n);var a=!0,s=function(){function u(){if(a){a=!1,l1(i);var l=i.nextHandlers.indexOf(n);i.nextHandlers.splice(l,1),i.nextHandlers.length===0&&(o.target&&o.target.removeEventListener(t,i.handleEvent,r),i.handleEvent=void 0)}}return u}();return s}return e}();var vs="__consolidated_events_handlers__";function i6(e,t,n,r){e[vs]||(e[vs]=new $o(e));var o=r6(r);return e[vs].add(t,n,o)}const a6=Object.freeze(Object.defineProperty({__proto__:null,addEventListener:i6},Symbol.toStringTag,{value:"Module"})),s6=il(a6);var u6=Fn,l6=pt,c6=l6("Object.prototype.propertyIsEnumerable"),eg=function(t){var n=u6(t),r=[];for(var o in n)c6(n,o)&&(r[r.length]=n[o]);return r},d6=eg,tg=function(){return typeof Object.values=="function"?Object.values:d6},f6=tg,p6=Ne,h6=function(){var t=f6();return p6(Object,{values:t},{values:function(){return Object.values!==t}}),t},g6=Ne,m6=tn,v6=eg,ng=tg,b6=h6,rg=m6(ng(),Object);g6(rg,{getPolyfill:ng,implementation:v6,shim:b6});var y6=rg,og=function(t){if(arguments.length<1)throw new TypeError("1 argument is required");if(typeof t!="object")throw new TypeError("Argument 1 (”other“) to Node.contains must be an instance of Node");var n=t;do{if(this===n)return!0;n&&(n=n.parentNode)}while(n);return!1},C6=og,ig=function(){if(typeof document<"u"){if(document.contains)return document.contains;if(document.body&&document.body.contains)try{if(typeof document.body.contains.call(document,"")=="boolean")return document.body.contains}catch{}}return C6},bs,c1;function x6(){if(c1)return bs;c1=1;var e=Ne,t=ig;return bs=function(){var r=t();return typeof document<"u"&&(e(document,{contains:r},{contains:function(){return document.contains!==r}}),typeof Element<"u"&&e(Element.prototype,{contains:r},{contains:function(){return Element.prototype.contains!==r}})),r},bs}var w6=Ne,S6=og,ag=ig,I6=ag(),A6=x6(),sg=function(t,n){return I6.apply(t,[n])};w6(sg,{getPolyfill:ag,implementation:S6,shim:A6});var E6=sg;(function(e){Object.defineProperty(e,"__esModule",{value:!0});var t=function(){function I(S,A){for(var x=0;x<A.length;x++){var E=A[x];E.enumerable=E.enumerable||!1,E.configurable=!0,"value"in E&&(E.writable=!0),Object.defineProperty(S,E.key,E)}}return function(S,A,x){return A&&I(S.prototype,A),x&&I(S,x),S}}(),n=M,r=f(n),o=Be,i=f(o),a=Q9,s=s6,u=y6,l=f(u),c=E6,d=f(c);function f(I){return I&&I.__esModule?I:{default:I}}function p(I,S){if(!(I instanceof S))throw new TypeError("Cannot call a class as a function")}function g(I,S){if(!I)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return S&&(typeof S=="object"||typeof S=="function")?S:I}function h(I,S){if(typeof S!="function"&&S!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof S);I.prototype=Object.create(S&&S.prototype,{constructor:{value:I,enumerable:!1,writable:!0,configurable:!0}}),S&&(Object.setPrototypeOf?Object.setPrototypeOf(I,S):I.__proto__=S)}var m={BLOCK:"block",FLEX:"flex",INLINE:"inline",INLINE_BLOCK:"inline-block",CONTENTS:"contents"},b=(0,a.forbidExtraProps)({children:i.default.node.isRequired,onOutsideClick:i.default.func.isRequired,disabled:i.default.bool,useCapture:i.default.bool,display:i.default.oneOf((0,l.default)(m))}),y={disabled:!1,useCapture:!0,display:m.BLOCK},w=function(I){h(S,I);function S(){var A;p(this,S);for(var x=arguments.length,E=Array(x),O=0;O<x;O++)E[O]=arguments[O];var D=g(this,(A=S.__proto__||Object.getPrototypeOf(S)).call.apply(A,[this].concat(E)));return D.onMouseDown=D.onMouseDown.bind(D),D.onMouseUp=D.onMouseUp.bind(D),D.setChildNodeRef=D.setChildNodeRef.bind(D),D}return t(S,[{key:"componentDidMount",value:function(){function A(){var x=this.props,E=x.disabled,O=x.useCapture;E||this.addMouseDownEventListener(O)}return A}()},{key:"componentDidUpdate",value:function(){function A(x){var E=x.disabled,O=this.props,D=O.disabled,B=O.useCapture;E!==D&&(D?this.removeEventListeners():this.addMouseDownEventListener(B))}return A}()},{key:"componentWillUnmount",value:function(){function A(){this.removeEventListeners()}return A}()},{key:"onMouseDown",value:function(){function A(x){var E=this.props.useCapture,O=this.childNode&&(0,d.default)(this.childNode,x.target);O||(this.removeMouseUp&&(this.removeMouseUp(),this.removeMouseUp=null),this.removeMouseUp=(0,s.addEventListener)(document,"mouseup",this.onMouseUp,{capture:E}))}return A}()},{key:"onMouseUp",value:function(){function A(x){var E=this.props.onOutsideClick,O=this.childNode&&(0,d.default)(this.childNode,x.target);this.removeMouseUp&&(this.removeMouseUp(),this.removeMouseUp=null),O||E(x)}return A}()},{key:"setChildNodeRef",value:function(){function A(x){this.childNode=x}return A}()},{key:"addMouseDownEventListener",value:function(){function A(x){this.removeMouseDown=(0,s.addEventListener)(document,"mousedown",this.onMouseDown,{capture:x})}return A}()},{key:"removeEventListeners",value:function(){function A(){this.removeMouseDown&&this.removeMouseDown(),this.removeMouseUp&&this.removeMouseUp()}return A}()},{key:"render",value:function(){function A(){var x=this.props,E=x.children,O=x.display;return r.default.createElement("div",{ref:this.setChildNodeRef,style:O!==m.BLOCK&&(0,l.default)(m).includes(O)?{display:O}:void 0},E)}return A}()}]),S}(r.default.Component);e.default=w,w.propTypes=b,w.defaultProps=y})(o0);var P6=o0;const ug=ol(P6),De=({size:e,color:t,error:n,header:r,inline:o,nowrap:i,loading:a,children:s,disabled:u,collapsed:l,textAlign:c,fontWeight:d,lineHeight:f,fontMontserrat:p,shimmerWidth:g,shimmerHeight:h,textDecoration:m,title:b,...y})=>e==="small"?v.jsx("small",{...y,className:z.textRecipe({size:e,color:t,error:n,header:r,inline:o,nowrap:i,disabled:u,collapsed:l,textAlign:c,fontWeight:d,lineHeight:f,fontMontserrat:p,textDecoration:m}),title:b,children:a?v.jsx(Ze,{height:"16px",width:"50%"}):s}):o?v.jsx("span",{...y,className:z.textRecipe({size:e,color:t,error:n,header:r,nowrap:i,disabled:u,collapsed:l,textAlign:c,fontWeight:d,lineHeight:f,fontMontserrat:p,textDecoration:m,inline:!a}),title:b,children:a?v.jsx(Ze,{height:"16px",width:"50%"}):s}):v.jsx("p",{...y,className:z.textRecipe({size:e,color:t,error:n,header:r,inline:o,nowrap:i,disabled:u,collapsed:l,textAlign:c,fontWeight:d,lineHeight:f,fontMontserrat:p,textDecoration:m}),title:b,children:a?v.jsx(Ze,{width:g||"60%",height:h||"1ex"}):s}),Sl=({label:e,inline:t,invalid:n,children:r,opcional:o,hideLabel:i,fontWeight:a,errorMessage:s,labelDescription:u})=>{const l=z.formElement({block:!t,hideLabel:i});return v.jsxs("div",{className:l.elementStyle,children:[v.jsxs("div",{className:l.label,children:[typeof e=="string"?v.jsx(De,{size:"medium",fontWeight:a,color:"primary",children:e}):e,u&&v.jsx(De,{size:"small",color:"gray",children:u}),o&&v.jsx(De,{fontWeight:a,size:"small",color:"gray",children:"(opcional)"})]}),r,n&&s&&v.jsx(De,{size:"small",error:!0,children:`${s}`})]})};var lg={exports:{}};(function(e,t){(function(n,r){e.exports=r(M)})(y3,function(n){return function(r){function o(a){if(i[a])return i[a].exports;var s=i[a]={exports:{},id:a,loaded:!1};return r[a].call(s.exports,s,s.exports,o),s.loaded=!0,s.exports}var i={};return o.m=r,o.c=i,o.p="",o(0)}([function(r,o,i){function a(A){return A&&A.__esModule?A:{default:A}}function s(A,x){var E={};for(var O in A)x.indexOf(O)>=0||Object.prototype.hasOwnProperty.call(A,O)&&(E[O]=A[O]);return E}function u(A,x){if(!(A instanceof x))throw new TypeError("Cannot call a class as a function")}function l(A,x){if(!A)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!x||typeof x!="object"&&typeof x!="function"?A:x}function c(A,x){if(typeof x!="function"&&x!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof x);A.prototype=Object.create(x&&x.prototype,{constructor:{value:A,enumerable:!1,writable:!0,configurable:!0}}),x&&(Object.setPrototypeOf?Object.setPrototypeOf(A,x):A.__proto__=x)}Object.defineProperty(o,"__esModule",{value:!0}),o.conformToMask=void 0;var d=Object.assign||function(A){for(var x=1;x<arguments.length;x++){var E=arguments[x];for(var O in E)Object.prototype.hasOwnProperty.call(E,O)&&(A[O]=E[O])}return A},f=function(){function A(x,E){for(var O=0;O<E.length;O++){var D=E[O];D.enumerable=D.enumerable||!1,D.configurable=!0,"value"in D&&(D.writable=!0),Object.defineProperty(x,D.key,D)}}return function(x,E,O){return E&&A(x.prototype,E),O&&A(x,O),x}}(),p=i(3);Object.defineProperty(o,"conformToMask",{enumerable:!0,get:function(){return a(p).default}});var g=i(11),h=a(g),m=i(9),b=a(m),y=i(5),w=a(y),I=i(2),S=function(A){function x(){var E;u(this,x);for(var O=arguments.length,D=Array(O),B=0;B<O;B++)D[B]=arguments[B];var L=l(this,(E=x.__proto__||Object.getPrototypeOf(x)).call.apply(E,[this].concat(D)));return L.setRef=L.setRef.bind(L),L.onBlur=L.onBlur.bind(L),L.onChange=L.onChange.bind(L),L}return c(x,A),f(x,[{key:"setRef",value:function(E){this.inputElement=E}},{key:"initTextMask",value:function(){var E=this.props,O=this.props.value;this.textMaskInputElement=(0,w.default)(d({inputElement:this.inputElement},E)),this.textMaskInputElement.update(O)}},{key:"componentDidMount",value:function(){this.initTextMask()}},{key:"componentDidUpdate",value:function(E){var O=this.props,D=O.value,B=O.pipe,L=O.mask,P=O.guide,R=O.placeholderChar,_=O.showMask,V={guide:P,placeholderChar:R,showMask:_},j=typeof B=="function"&&typeof E.pipe=="function"?B.toString()!==E.pipe.toString():(0,I.isNil)(B)&&!(0,I.isNil)(E.pipe)||!(0,I.isNil)(B)&&(0,I.isNil)(E.pipe),F=L.toString()!==E.mask.toString(),k=Object.keys(V).some(function(N){return V[N]!==E[N]})||F||j,T=D!==this.inputElement.value;(T||k)&&this.initTextMask()}},{key:"render",value:function(){var O=this.props,D=O.render,B=s(O,["render"]);return delete B.mask,delete B.guide,delete B.pipe,delete B.placeholderChar,delete B.keepCharPositions,delete B.value,delete B.onBlur,delete B.onChange,delete B.showMask,D(this.setRef,d({onBlur:this.onBlur,onChange:this.onChange,defaultValue:this.props.value},B))}},{key:"onChange",value:function(E){this.textMaskInputElement.update(),typeof this.props.onChange=="function"&&this.props.onChange(E)}},{key:"onBlur",value:function(E){typeof this.props.onBlur=="function"&&this.props.onBlur(E)}}]),x}(h.default.PureComponent);o.default=S,S.propTypes={mask:b.default.oneOfType([b.default.array,b.default.func,b.default.bool,b.default.shape({mask:b.default.oneOfType([b.default.array,b.default.func]),pipe:b.default.func})]).isRequired,guide:b.default.bool,value:b.default.oneOfType([b.default.string,b.default.number]),pipe:b.default.func,placeholderChar:b.default.string,keepCharPositions:b.default.bool,showMask:b.default.bool},S.defaultProps={render:function(A,x){return h.default.createElement("input",d({ref:A},x))}}},function(r,o){Object.defineProperty(o,"__esModule",{value:!0}),o.placeholderChar="_",o.strFunction="function"},function(r,o,i){function a(){var h=arguments.length>0&&arguments[0]!==void 0?arguments[0]:p,m=arguments.length>1&&arguments[1]!==void 0?arguments[1]:f.placeholderChar;if(!s(h))throw new Error("Text-mask:convertMaskToPlaceholder; The mask property must be an array.");if(h.indexOf(m)!==-1)throw new Error(`Placeholder character must not be used as part of the mask. Please specify a character that is not present in your mask as your placeholder character.
|
|
35
35
|
|
|
36
|
-
`+("The placeholder character that was received is: "+JSON.stringify(
|
|
36
|
+
`+("The placeholder character that was received is: "+JSON.stringify(m)+`
|
|
37
37
|
|
|
38
|
-
`)+("The mask that was received is: "+JSON.stringify(
|
|
38
|
+
`)+("The mask that was received is: "+JSON.stringify(h)));return h.map(function(b){return b instanceof RegExp?m:b}).join("")}function s(h){return Array.isArray&&Array.isArray(h)||h instanceof Array}function u(h){return typeof h=="string"||h instanceof String}function l(h){return typeof h=="number"&&h.length===void 0&&!isNaN(h)}function c(h){return typeof h>"u"||h===null}function d(h){for(var m=[],b=void 0;b=h.indexOf(g),b!==-1;)m.push(b),h.splice(b,1);return{maskWithoutCaretTraps:h,indexes:m}}Object.defineProperty(o,"__esModule",{value:!0}),o.convertMaskToPlaceholder=a,o.isArray=s,o.isString=u,o.isNumber=l,o.isNil=c,o.processCaretTraps=d;var f=i(1),p=[],g="[]"},function(r,o,i){function a(){var f=arguments.length>0&&arguments[0]!==void 0?arguments[0]:d,p=arguments.length>1&&arguments[1]!==void 0?arguments[1]:c,g=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(!(0,u.isArray)(p)){if((typeof p>"u"?"undefined":s(p))!==l.strFunction)throw new Error("Text-mask:conformToMask; The mask property must be an array.");p=p(f,g),p=(0,u.processCaretTraps)(p).maskWithoutCaretTraps}var h=g.guide,m=h===void 0||h,b=g.previousConformedValue,y=b===void 0?d:b,w=g.placeholderChar,I=w===void 0?l.placeholderChar:w,S=g.placeholder,A=S===void 0?(0,u.convertMaskToPlaceholder)(p,I):S,x=g.currentCaretPosition,E=g.keepCharPositions,O=m===!1&&y!==void 0,D=f.length,B=y.length,L=A.length,P=p.length,R=D-B,_=R>0,V=x+(_?-R:0),j=V+Math.abs(R);if(E===!0&&!_){for(var F=d,k=V;k<j;k++)A[k]===I&&(F+=I);f=f.slice(0,V)+F+f.slice(V,D)}for(var T=f.split(d).map(function(we,ve){return{char:we,isNew:ve>=V&&ve<j}}),N=D-1;N>=0;N--){var G=T[N].char;if(G!==I){var $=N>=V&&B===P;G===A[$?N-R:N]&&T.splice(N,1)}}var W=d,X=!1;e:for(var Z=0;Z<L;Z++){var Y=A[Z];if(Y===I){if(T.length>0)for(;T.length>0;){var q=T.shift(),J=q.char,Q=q.isNew;if(J===I&&O!==!0){W+=I;continue e}if(p[Z].test(J)){if(E===!0&&Q!==!1&&y!==d&&m!==!1&&_){for(var re=T.length,H=null,ne=0;ne<re;ne++){var se=T[ne];if(se.char!==I&&se.isNew===!1)break;if(se.char===I){H=ne;break}}H!==null?(W+=J,T.splice(H,1)):Z--}else W+=J;continue e}X=!0}O===!1&&(W+=A.substr(Z,L));break}W+=Y}if(O&&_===!1){for(var le=null,ge=0;ge<W.length;ge++)A[ge]===I&&(le=ge);W=le!==null?W.substr(0,le+1):d}return{conformedValue:W,meta:{someCharsRejected:X}}}Object.defineProperty(o,"__esModule",{value:!0});var s=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(f){return typeof f}:function(f){return f&&typeof Symbol=="function"&&f.constructor===Symbol&&f!==Symbol.prototype?"symbol":typeof f};o.default=a;var u=i(2),l=i(1),c=[],d=""},function(r,o){function i(u){var l=u.previousConformedValue,c=l===void 0?s:l,d=u.previousPlaceholder,f=d===void 0?s:d,p=u.currentCaretPosition,g=p===void 0?0:p,h=u.conformedValue,m=u.rawValue,b=u.placeholderChar,y=u.placeholder,w=u.indexesOfPipedChars,I=w===void 0?a:w,S=u.caretTrapIndexes,A=S===void 0?a:S;if(g===0||!m.length)return 0;var x=m.length,E=c.length,O=y.length,D=h.length,B=x-E,L=B>0,P=E===0,R=B>1&&!L&&!P;if(R)return g;var _=L&&(c===h||h===y),V=0,j=void 0,F=void 0;if(_)V=g-B;else{var k=h.toLowerCase(),T=m.toLowerCase(),N=T.substr(0,g).split(s),G=N.filter(function(ie){return k.indexOf(ie)!==-1});F=G[G.length-1];var $=f.substr(0,G.length).split(s).filter(function(ie){return ie!==b}).length,W=y.substr(0,G.length).split(s).filter(function(ie){return ie!==b}).length,X=W!==$,Z=f[G.length-1]!==void 0&&y[G.length-2]!==void 0&&f[G.length-1]!==b&&f[G.length-1]!==y[G.length-1]&&f[G.length-1]===y[G.length-2];!L&&(X||Z)&&$>0&&y.indexOf(F)>-1&&m[g]!==void 0&&(j=!0,F=m[g]);for(var Y=I.map(function(ie){return k[ie]}),q=Y.filter(function(ie){return ie===F}).length,J=G.filter(function(ie){return ie===F}).length,Q=y.substr(0,y.indexOf(b)).split(s).filter(function(ie,Se){return ie===F&&m[Se]!==ie}).length,re=Q+J+q+(j?1:0),H=0,ne=0;ne<D;ne++){var se=k[ne];if(V=ne+1,se===F&&H++,H>=re)break}}if(L){for(var le=V,ge=V;ge<=O;ge++)if(y[ge]===b&&(le=ge),y[ge]===b||A.indexOf(ge)!==-1||ge===O)return le}else if(j){for(var we=V-1;we>=0;we--)if(h[we]===F||A.indexOf(we)!==-1||we===0)return we}else for(var ve=V;ve>=0;ve--)if(y[ve-1]===b||A.indexOf(ve)!==-1||ve===0)return ve}Object.defineProperty(o,"__esModule",{value:!0}),o.default=i;var a=[],s=""},function(r,o,i){function a(x){return x&&x.__esModule?x:{default:x}}function s(x){var E={previousConformedValue:void 0,previousPlaceholder:void 0};return{state:E,update:function(O){var D=arguments.length>1&&arguments[1]!==void 0?arguments[1]:x,B=D.inputElement,L=D.mask,P=D.guide,R=D.pipe,_=D.placeholderChar,V=_===void 0?b.placeholderChar:_,j=D.keepCharPositions,F=j!==void 0&&j,k=D.showMask,T=k!==void 0&&k;if(typeof O>"u"&&(O=B.value),O!==E.previousConformedValue){(typeof L>"u"?"undefined":d(L))===I&&L.pipe!==void 0&&L.mask!==void 0&&(R=L.pipe,L=L.mask);var N=void 0,G=void 0;if(L instanceof Array&&(N=(0,m.convertMaskToPlaceholder)(L,V)),L!==!1){var $=l(O),W=B.selectionEnd,X=E.previousConformedValue,Z=E.previousPlaceholder,Y=void 0;if((typeof L>"u"?"undefined":d(L))===b.strFunction){if(G=L($,{currentCaretPosition:W,previousConformedValue:X,placeholderChar:V}),G===!1)return;var q=(0,m.processCaretTraps)(G),J=q.maskWithoutCaretTraps,Q=q.indexes;G=J,Y=Q,N=(0,m.convertMaskToPlaceholder)(G,V)}else G=L;var re={previousConformedValue:X,guide:P,placeholderChar:V,pipe:R,placeholder:N,currentCaretPosition:W,keepCharPositions:F},H=(0,h.default)($,G,re),ne=H.conformedValue,se=(typeof R>"u"?"undefined":d(R))===b.strFunction,le={};se&&(le=R(ne,c({rawValue:$},re)),le===!1?le={value:X,rejected:!0}:(0,m.isString)(le)&&(le={value:le}));var ge=se?le.value:ne,we=(0,p.default)({previousConformedValue:X,previousPlaceholder:Z,conformedValue:ge,placeholder:N,rawValue:$,currentCaretPosition:W,placeholderChar:V,indexesOfPipedChars:le.indexesOfPipedChars,caretTrapIndexes:Y}),ve=ge===N&&we===0,ie=T?N:y,Se=ve?ie:ge;E.previousConformedValue=Se,E.previousPlaceholder=N,B.value!==Se&&(B.value=Se,u(B,we))}}}}}function u(x,E){document.activeElement===x&&(S?A(function(){return x.setSelectionRange(E,E,w)},0):x.setSelectionRange(E,E,w))}function l(x){if((0,m.isString)(x))return x;if((0,m.isNumber)(x))return String(x);if(x==null)return y;throw new Error(`The 'value' provided to Text Mask needs to be a string or a number. The value received was:
|
|
39
39
|
|
|
40
|
-
`+JSON.stringify(x))}Object.defineProperty(n,"__esModule",{value:!0});var c=Object.assign||function(x){for(var E=1;E<arguments.length;E++){var P=arguments[E];for(var _ in P)Object.prototype.hasOwnProperty.call(P,_)&&(x[_]=P[_])}return x},d=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(x){return typeof x}:function(x){return x&&typeof Symbol=="function"&&x.constructor===Symbol&&x!==Symbol.prototype?"symbol":typeof x};n.default=s;var f=i(4),p=a(f),m=i(3),g=a(m),h=i(2),b=i(1),C="",S="none",w="object",I=typeof navigator<"u"&&/Android/i.test(navigator.userAgent),A=typeof requestAnimationFrame<"u"?requestAnimationFrame:setTimeout},function(o,n){function i(s){return function(){return s}}var a=function(){};a.thatReturns=i,a.thatReturnsFalse=i(!1),a.thatReturnsTrue=i(!0),a.thatReturnsNull=i(null),a.thatReturnsThis=function(){return this},a.thatReturnsArgument=function(s){return s},o.exports=a},function(o,n,i){function a(s,u,l,c,d,f,p,m){if(!s){var g;if(u===void 0)g=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var h=[l,c,d,f,p,m],b=0;g=new Error(u.replace(/%s/g,function(){return h[b++]})),g.name="Invariant Violation"}throw g.framesToPop=1,g}}o.exports=a},function(o,n,i){var a=i(6),s=i(7),u=i(10);o.exports=function(){function l(f,p,m,g,h,b){b!==u&&s(!1,"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")}function c(){return l}l.isRequired=l;var d={array:l,bool:l,func:l,number:l,object:l,string:l,symbol:l,any:l,arrayOf:c,element:l,instanceOf:c,node:l,objectOf:c,oneOf:c,oneOfType:c,shape:c,exact:c};return d.checkPropTypes=a,d.PropTypes=d,d}},function(o,n,i){o.exports=i(8)()},function(o,n){var i="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";o.exports=i},function(o,n){o.exports=r}])})})(Td);var e3=Td.exports;const t3=Na(e3);var r3="Separator",ec="horizontal",n3=["horizontal","vertical"],Md=y.forwardRef((e,t)=>{const{decorative:r,orientation:o=ec,...n}=e,i=o3(o)?o:ec,s=r?{role:"none"}:{"aria-orientation":i==="vertical"?i:void 0,role:"separator"};return v.jsx(de.div,{"data-orientation":i,...s,...n,ref:t})});Md.displayName=r3;function o3(e){return n3.includes(e)}var i3=Md;const aa=({orientation:e,marginVertical:t,marginHorizontal:r,color:o})=>v.jsx(i3,{className:z.separator({orientation:e,marginHorizontal:r,marginVertical:t,color:o})}),Nd=V.forwardRef(({id:e,flat:t,mask:r,name:o,type:n,icon:i,size:a,value:s,block:u,style:l,color:c,onBlur:d,prefix:f,suffix:p,invalid:m,error:g,inverse:h,onFocus:b,shimmer:C,disabled:S,floating:w,onChange:I,readOnly:A,maxLength:x,onKeyDown:E,noPadding:P,separator:_,borderless:L,spellCheck:j,autoCorrect:O,placeholder:N,autoComplete:T,removeMargin:M,focusBorderless:G,separatorPrefix:B,separatorSuffix:Z,removePrefixSpacing:R,removeSuffixSpacing:F,showOverflowEllipsis:D,inputDefaultPlaceholder:H,inputInversePlaceholder:k,inpuFakeValuePlaceholder:$,...X},Y)=>{const q=z.input({flat:t,block:u,hasPrefix:!!f,hasSuffix:!!p,inverse:h,invalid:m,error:g,color:c,size:a,disabled:S,floating:w,noPadding:P,separator:_,borderless:L,removeMargin:M,focusBorderless:G,separatorPrefix:B,separatorSuffix:Z,removePrefixSpacing:R,removeSuffixSpacing:F,showOverflowEllipsis:D,inputDefaultPlaceholder:H,inputInversePlaceholder:k,inpuFakeValuePlaceholder:$});return v.jsxs("div",{ref:Y,className:q.root,style:l,children:[C&&v.jsx("div",{className:q.loader,children:v.jsx(Ne,{width:"100%",height:"100%"})}),f&&v.jsxs(v.Fragment,{children:[v.jsx("div",{className:q.prefixContainer,children:f}),B&&v.jsx(aa,{orientation:"vertical",marginVertical:"small"})]}),r!=null?v.jsx(t3,{id:e,mask:r,name:o,type:n,value:s,onBlur:d,onFocus:b,onChange:I,readOnly:A,disabled:!!S,maxLength:x,onKeyDown:E,spellCheck:j,"aria-readonly":A,autoCorrect:O,placeholder:N,className:q.masked,autoComplete:T,...X}):v.jsx("input",{id:e,name:o,type:n,value:s,onBlur:d,onFocus:b,onChange:I,readOnly:A,disabled:!!S,maxLength:x,onKeyDown:E,spellCheck:j,"aria-readonly":A,className:q.input,autoCorrect:O,placeholder:N,autoComplete:T,...X}),i&&i,p&&v.jsxs(v.Fragment,{children:[Z&&v.jsx(aa,{orientation:"vertical",marginVertical:"small"}),v.jsx("div",{className:q.separator,children:p})]})]})});Nd.displayName="InputOnly";const Fd=V.forwardRef(({id:e,name:t,mask:r,type:o,size:n,label:i,value:a,style:s,color:u,inline:l,onBlur:c,prefix:d,suffix:f,invalid:p,error:m,inverse:g,onFocus:h,disabled:b,floating:C,onChange:S,readOnly:w,hideLabel:I=!1,maxLength:A,onKeyDown:x,borderless:E,fontWeight:P,spellCheck:_,autoCorrect:L,placeholder:j,autoComplete:O,errorMessage:N,removeMargin:T,focusBorderless:M,separatorPrefix:G,separatorSuffix:B,labelDescription:Z,removePrefixSpacing:R,removeSuffixSpacing:F,showOverflowEllipsis:D,...H},k)=>v.jsx(Ua,{label:i,inline:l,invalid:p,hideLabel:I,fontWeight:P,errorMessage:N,labelDescription:Z,block:!1,children:v.jsx(Nd,{id:e,ref:k,...H,size:n,name:t,mask:r,type:o,color:u,value:a,style:s,onBlur:c,prefix:d,suffix:f,invalid:p,error:m,inverse:g,onFocus:h,disabled:b,floating:C,onChange:S,readOnly:w,maxLength:A,onKeyDown:x,borderless:E,spellCheck:_,autoCorrect:L,placeholder:j,autoComplete:O,removeMargin:T,focusBorderless:M,separatorPrefix:G,separatorSuffix:B,removePrefixSpacing:R,removeSuffixSpacing:F,showOverflowEllipsis:D})}));function a3({id:e,name:t,size:r,label:o,value:n,prefix:i,inline:a,invalid:s,inverse:u,disabled:l,hideLabel:c,placeholder:d,labelDescription:f,inputRemoveMargins:p,inputFocusBorderless:m,inputOverflowEllipsis:g}){return v.jsx(_d,{onOutsideClick:()=>{},children:v.jsx(Fd,{id:e,name:t,type:"text",value:n,label:o,size:r,prefix:!!i,inline:a,invalid:s,inverse:u,autoComplete:"off",disabled:l,hideLabel:c,placeholder:d,removeMargin:p,labelDescription:f,focusBorderless:m,showOverflowEllipsis:g,color:"gray",separatorPrefix:!1,separatorSuffix:!1,removePrefixSpacing:!1,removeSuffixSpacing:!1,suffix:!1,noPadding:!1,error:!1,flat:!1,borderless:!1,floating:!1,separator:!1,block:!1,inputDefaultPlaceholder:!1,inpuFakeValuePlaceholder:!1,inputInversePlaceholder:!1})})}var Qa="Avatar",[u3,fC]=qe(Qa),[s3,Vd]=u3(Qa),jd=y.forwardRef((e,t)=>{const{__scopeAvatar:r,...o}=e,[n,i]=y.useState("idle");return v.jsx(s3,{scope:r,imageLoadingStatus:n,onImageLoadingStatusChange:i,children:v.jsx(de.span,{...o,ref:t})})});jd.displayName=Qa;var Bd="AvatarImage",Ld=y.forwardRef((e,t)=>{const{__scopeAvatar:r,src:o,onLoadingStatusChange:n=()=>{},...i}=e,a=Vd(Bd,r),s=l3(o,i.referrerPolicy),u=Xe(l=>{n(l),a.onImageLoadingStatusChange(l)});return $e(()=>{s!=="idle"&&u(s)},[s,u]),s==="loaded"?v.jsx(de.img,{...i,ref:t,src:o}):null});Ld.displayName=Bd;var Dd="AvatarFallback",Gd=y.forwardRef((e,t)=>{const{__scopeAvatar:r,delayMs:o,...n}=e,i=Vd(Dd,r),[a,s]=y.useState(o===void 0);return y.useEffect(()=>{if(o!==void 0){const u=window.setTimeout(()=>s(!0),o);return()=>window.clearTimeout(u)}},[o]),a&&i.imageLoadingStatus!=="loaded"?v.jsx(de.span,{...n,ref:t}):null});Gd.displayName=Dd;function l3(e,t){const[r,o]=y.useState("idle");return $e(()=>{if(!e){o("error");return}let n=!0;const i=new window.Image,a=s=>()=>{n&&o(s)};return o("loading"),i.onload=a("loaded"),i.onerror=a("error"),i.src=e,t&&(i.referrerPolicy=t),()=>{n=!1}},[e,t]),r}var c3=jd,d3=Ld,f3=Gd;const Wd=({icon:e,size:t,shape:r,source:o,inline:n,loading:i,fallback:a})=>{const s=z.avatar({inline:n,size:t,shape:r});return v.jsxs(c3,{className:s.root,children:[v.jsx(d3,{className:s.image,src:o,alt:"Avatar"}),v.jsxs(f3,{className:s.fallback,delayMs:600,children:[a&&!i&&!e&&a,!a&&!i&&e&&v.jsx(ze,{name:"alert",size:"large",color:"secondary"}),i&&v.jsx(Ne,{width:"100%",height:"100%"})]})]})};function p3(e,t=globalThis==null?void 0:globalThis.document){const r=Xe(e);y.useEffect(()=>{const o=n=>{n.key==="Escape"&&r(n)};return t.addEventListener("keydown",o,{capture:!0}),()=>t.removeEventListener("keydown",o,{capture:!0})},[r,t])}var g3="DismissableLayer",ua="dismissableLayer.update",v3="dismissableLayer.pointerDownOutside",m3="dismissableLayer.focusOutside",tc,kd=y.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),Ka=y.forwardRef((e,t)=>{const{disableOutsidePointerEvents:r=!1,onEscapeKeyDown:o,onPointerDownOutside:n,onFocusOutside:i,onInteractOutside:a,onDismiss:s,...u}=e,l=y.useContext(kd),[c,d]=y.useState(null),f=(c==null?void 0:c.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,p]=y.useState({}),m=Se(t,x=>d(x)),g=Array.from(l.layers),[h]=[...l.layersWithOutsidePointerEventsDisabled].slice(-1),b=g.indexOf(h),C=c?g.indexOf(c):-1,S=l.layersWithOutsidePointerEventsDisabled.size>0,w=C>=b,I=y3(x=>{const E=x.target,P=[...l.branches].some(_=>_.contains(E));!w||P||(n==null||n(x),a==null||a(x),x.defaultPrevented||s==null||s())},f),A=C3(x=>{const E=x.target;[...l.branches].some(_=>_.contains(E))||(i==null||i(x),a==null||a(x),x.defaultPrevented||s==null||s())},f);return p3(x=>{C===l.layers.size-1&&(o==null||o(x),!x.defaultPrevented&&s&&(x.preventDefault(),s()))},f),y.useEffect(()=>{if(c)return r&&(l.layersWithOutsidePointerEventsDisabled.size===0&&(tc=f.body.style.pointerEvents,f.body.style.pointerEvents="none"),l.layersWithOutsidePointerEventsDisabled.add(c)),l.layers.add(c),rc(),()=>{r&&l.layersWithOutsidePointerEventsDisabled.size===1&&(f.body.style.pointerEvents=tc)}},[c,f,r,l]),y.useEffect(()=>()=>{c&&(l.layers.delete(c),l.layersWithOutsidePointerEventsDisabled.delete(c),rc())},[c,l]),y.useEffect(()=>{const x=()=>p({});return document.addEventListener(ua,x),()=>document.removeEventListener(ua,x)},[]),v.jsx(de.div,{...u,ref:m,style:{pointerEvents:S?w?"auto":"none":void 0,...e.style},onFocusCapture:ve(e.onFocusCapture,A.onFocusCapture),onBlurCapture:ve(e.onBlurCapture,A.onBlurCapture),onPointerDownCapture:ve(e.onPointerDownCapture,I.onPointerDownCapture)})});Ka.displayName=g3;var h3="DismissableLayerBranch",b3=y.forwardRef((e,t)=>{const r=y.useContext(kd),o=y.useRef(null),n=Se(t,o);return y.useEffect(()=>{const i=o.current;if(i)return r.branches.add(i),()=>{r.branches.delete(i)}},[r.branches]),v.jsx(de.div,{...e,ref:n})});b3.displayName=h3;function y3(e,t=globalThis==null?void 0:globalThis.document){const r=Xe(e),o=y.useRef(!1),n=y.useRef(()=>{});return y.useEffect(()=>{const i=s=>{if(s.target&&!o.current){let u=function(){Hd(v3,r,l,{discrete:!0})};const l={originalEvent:s};s.pointerType==="touch"?(t.removeEventListener("click",n.current),n.current=u,t.addEventListener("click",n.current,{once:!0})):u()}else t.removeEventListener("click",n.current);o.current=!1},a=window.setTimeout(()=>{t.addEventListener("pointerdown",i)},0);return()=>{window.clearTimeout(a),t.removeEventListener("pointerdown",i),t.removeEventListener("click",n.current)}},[t,r]),{onPointerDownCapture:()=>o.current=!0}}function C3(e,t=globalThis==null?void 0:globalThis.document){const r=Xe(e),o=y.useRef(!1);return y.useEffect(()=>{const n=i=>{i.target&&!o.current&&Hd(m3,r,{originalEvent:i},{discrete:!1})};return t.addEventListener("focusin",n),()=>t.removeEventListener("focusin",n)},[t,r]),{onFocusCapture:()=>o.current=!0,onBlurCapture:()=>o.current=!1}}function rc(){const e=new CustomEvent(ua);document.dispatchEvent(e)}function Hd(e,t,r,{discrete:o}){const n=r.originalEvent.target,i=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:r});t&&n.addEventListener(e,t,{once:!0}),o?cg(n,i):n.dispatchEvent(i)}const x3=["top","right","bottom","left"],ut=Math.min,_e=Math.max,Zr=Math.round,xr=Math.floor,He=e=>({x:e,y:e}),w3={left:"right",right:"left",bottom:"top",top:"bottom"},I3={start:"end",end:"start"};function sa(e,t,r){return _e(e,ut(t,r))}function Ke(e,t){return typeof e=="function"?e(t):e}function et(e){return e.split("-")[0]}function $t(e){return e.split("-")[1]}function eu(e){return e==="x"?"y":"x"}function tu(e){return e==="y"?"height":"width"}function st(e){return["top","bottom"].includes(et(e))?"y":"x"}function ru(e){return eu(st(e))}function S3(e,t,r){r===void 0&&(r=!1);const o=$t(e),n=ru(e),i=tu(n);let a=n==="x"?o===(r?"end":"start")?"right":"left":o==="start"?"bottom":"top";return t.reference[i]>t.floating[i]&&(a=Xr(a)),[a,Xr(a)]}function A3(e){const t=Xr(e);return[la(e),t,la(t)]}function la(e){return e.replace(/start|end/g,t=>I3[t])}function E3(e,t,r){const o=["left","right"],n=["right","left"],i=["top","bottom"],a=["bottom","top"];switch(e){case"top":case"bottom":return r?t?n:o:t?o:n;case"left":case"right":return t?i:a;default:return[]}}function R3(e,t,r,o){const n=$t(e);let i=E3(et(e),r==="start",o);return n&&(i=i.map(a=>a+"-"+n),t&&(i=i.concat(i.map(la)))),i}function Xr(e){return e.replace(/left|right|bottom|top/g,t=>w3[t])}function P3(e){return{top:0,right:0,bottom:0,left:0,...e}}function Zd(e){return typeof e!="number"?P3(e):{top:e,right:e,bottom:e,left:e}}function $r(e){const{x:t,y:r,width:o,height:n}=e;return{width:o,height:n,top:r,left:t,right:t+o,bottom:r+n,x:t,y:r}}function nc(e,t,r){let{reference:o,floating:n}=e;const i=st(t),a=ru(t),s=tu(a),u=et(t),l=i==="y",c=o.x+o.width/2-n.width/2,d=o.y+o.height/2-n.height/2,f=o[s]/2-n[s]/2;let p;switch(u){case"top":p={x:c,y:o.y-n.height};break;case"bottom":p={x:c,y:o.y+o.height};break;case"right":p={x:o.x+o.width,y:d};break;case"left":p={x:o.x-n.width,y:d};break;default:p={x:o.x,y:o.y}}switch($t(t)){case"start":p[a]-=f*(r&&l?-1:1);break;case"end":p[a]+=f*(r&&l?-1:1);break}return p}const O3=async(e,t,r)=>{const{placement:o="bottom",strategy:n="absolute",middleware:i=[],platform:a}=r,s=i.filter(Boolean),u=await(a.isRTL==null?void 0:a.isRTL(t));let l=await a.getElementRects({reference:e,floating:t,strategy:n}),{x:c,y:d}=nc(l,o,u),f=o,p={},m=0;for(let g=0;g<s.length;g++){const{name:h,fn:b}=s[g],{x:C,y:S,data:w,reset:I}=await b({x:c,y:d,initialPlacement:o,placement:f,strategy:n,middlewareData:p,rects:l,platform:a,elements:{reference:e,floating:t}});c=C??c,d=S??d,p={...p,[h]:{...p[h],...w}},I&&m<=50&&(m++,typeof I=="object"&&(I.placement&&(f=I.placement),I.rects&&(l=I.rects===!0?await a.getElementRects({reference:e,floating:t,strategy:n}):I.rects),{x:c,y:d}=nc(l,f,u)),g=-1)}return{x:c,y:d,placement:f,strategy:n,middlewareData:p}};async function nr(e,t){var r;t===void 0&&(t={});const{x:o,y:n,platform:i,rects:a,elements:s,strategy:u}=e,{boundary:l="clippingAncestors",rootBoundary:c="viewport",elementContext:d="floating",altBoundary:f=!1,padding:p=0}=Ke(t,e),m=Zd(p),h=s[f?d==="floating"?"reference":"floating":d],b=$r(await i.getClippingRect({element:(r=await(i.isElement==null?void 0:i.isElement(h)))==null||r?h:h.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(s.floating)),boundary:l,rootBoundary:c,strategy:u})),C=d==="floating"?{x:o,y:n,width:a.floating.width,height:a.floating.height}:a.reference,S=await(i.getOffsetParent==null?void 0:i.getOffsetParent(s.floating)),w=await(i.isElement==null?void 0:i.isElement(S))?await(i.getScale==null?void 0:i.getScale(S))||{x:1,y:1}:{x:1,y:1},I=$r(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:s,rect:C,offsetParent:S,strategy:u}):C);return{top:(b.top-I.top+m.top)/w.y,bottom:(I.bottom-b.bottom+m.bottom)/w.y,left:(b.left-I.left+m.left)/w.x,right:(I.right-b.right+m.right)/w.x}}const _3=e=>({name:"arrow",options:e,async fn(t){const{x:r,y:o,placement:n,rects:i,platform:a,elements:s,middlewareData:u}=t,{element:l,padding:c=0}=Ke(e,t)||{};if(l==null)return{};const d=Zd(c),f={x:r,y:o},p=ru(n),m=tu(p),g=await a.getDimensions(l),h=p==="y",b=h?"top":"left",C=h?"bottom":"right",S=h?"clientHeight":"clientWidth",w=i.reference[m]+i.reference[p]-f[p]-i.floating[m],I=f[p]-i.reference[p],A=await(a.getOffsetParent==null?void 0:a.getOffsetParent(l));let x=A?A[S]:0;(!x||!await(a.isElement==null?void 0:a.isElement(A)))&&(x=s.floating[S]||i.floating[m]);const E=w/2-I/2,P=x/2-g[m]/2-1,_=ut(d[b],P),L=ut(d[C],P),j=_,O=x-g[m]-L,N=x/2-g[m]/2+E,T=sa(j,N,O),M=!u.arrow&&$t(n)!=null&&N!==T&&i.reference[m]/2-(N<j?_:L)-g[m]/2<0,G=M?N<j?N-j:N-O:0;return{[p]:f[p]+G,data:{[p]:T,centerOffset:N-T-G,...M&&{alignmentOffset:G}},reset:M}}}),T3=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var r,o;const{placement:n,middlewareData:i,rects:a,initialPlacement:s,platform:u,elements:l}=t,{mainAxis:c=!0,crossAxis:d=!0,fallbackPlacements:f,fallbackStrategy:p="bestFit",fallbackAxisSideDirection:m="none",flipAlignment:g=!0,...h}=Ke(e,t);if((r=i.arrow)!=null&&r.alignmentOffset)return{};const b=et(n),C=st(s),S=et(s)===s,w=await(u.isRTL==null?void 0:u.isRTL(l.floating)),I=f||(S||!g?[Xr(s)]:A3(s)),A=m!=="none";!f&&A&&I.push(...R3(s,g,m,w));const x=[s,...I],E=await nr(t,h),P=[];let _=((o=i.flip)==null?void 0:o.overflows)||[];if(c&&P.push(E[b]),d){const N=S3(n,a,w);P.push(E[N[0]],E[N[1]])}if(_=[..._,{placement:n,overflows:P}],!P.every(N=>N<=0)){var L,j;const N=(((L=i.flip)==null?void 0:L.index)||0)+1,T=x[N];if(T)return{data:{index:N,overflows:_},reset:{placement:T}};let M=(j=_.filter(G=>G.overflows[0]<=0).sort((G,B)=>G.overflows[1]-B.overflows[1])[0])==null?void 0:j.placement;if(!M)switch(p){case"bestFit":{var O;const G=(O=_.filter(B=>{if(A){const Z=st(B.placement);return Z===C||Z==="y"}return!0}).map(B=>[B.placement,B.overflows.filter(Z=>Z>0).reduce((Z,R)=>Z+R,0)]).sort((B,Z)=>B[1]-Z[1])[0])==null?void 0:O[0];G&&(M=G);break}case"initialPlacement":M=s;break}if(n!==M)return{reset:{placement:M}}}return{}}}};function oc(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function ic(e){return x3.some(t=>e[t]>=0)}const M3=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:r}=t,{strategy:o="referenceHidden",...n}=Ke(e,t);switch(o){case"referenceHidden":{const i=await nr(t,{...n,elementContext:"reference"}),a=oc(i,r.reference);return{data:{referenceHiddenOffsets:a,referenceHidden:ic(a)}}}case"escaped":{const i=await nr(t,{...n,altBoundary:!0}),a=oc(i,r.floating);return{data:{escapedOffsets:a,escaped:ic(a)}}}default:return{}}}}};async function N3(e,t){const{placement:r,platform:o,elements:n}=e,i=await(o.isRTL==null?void 0:o.isRTL(n.floating)),a=et(r),s=$t(r),u=st(r)==="y",l=["left","top"].includes(a)?-1:1,c=i&&u?-1:1,d=Ke(t,e);let{mainAxis:f,crossAxis:p,alignmentAxis:m}=typeof d=="number"?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:d.mainAxis||0,crossAxis:d.crossAxis||0,alignmentAxis:d.alignmentAxis};return s&&typeof m=="number"&&(p=s==="end"?m*-1:m),u?{x:p*c,y:f*l}:{x:f*l,y:p*c}}const F3=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var r,o;const{x:n,y:i,placement:a,middlewareData:s}=t,u=await N3(t,e);return a===((r=s.offset)==null?void 0:r.placement)&&(o=s.arrow)!=null&&o.alignmentOffset?{}:{x:n+u.x,y:i+u.y,data:{...u,placement:a}}}}},V3=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:r,y:o,placement:n}=t,{mainAxis:i=!0,crossAxis:a=!1,limiter:s={fn:h=>{let{x:b,y:C}=h;return{x:b,y:C}}},...u}=Ke(e,t),l={x:r,y:o},c=await nr(t,u),d=st(et(n)),f=eu(d);let p=l[f],m=l[d];if(i){const h=f==="y"?"top":"left",b=f==="y"?"bottom":"right",C=p+c[h],S=p-c[b];p=sa(C,p,S)}if(a){const h=d==="y"?"top":"left",b=d==="y"?"bottom":"right",C=m+c[h],S=m-c[b];m=sa(C,m,S)}const g=s.fn({...t,[f]:p,[d]:m});return{...g,data:{x:g.x-r,y:g.y-o,enabled:{[f]:i,[d]:a}}}}}},j3=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:r,y:o,placement:n,rects:i,middlewareData:a}=t,{offset:s=0,mainAxis:u=!0,crossAxis:l=!0}=Ke(e,t),c={x:r,y:o},d=st(n),f=eu(d);let p=c[f],m=c[d];const g=Ke(s,t),h=typeof g=="number"?{mainAxis:g,crossAxis:0}:{mainAxis:0,crossAxis:0,...g};if(u){const S=f==="y"?"height":"width",w=i.reference[f]-i.floating[S]+h.mainAxis,I=i.reference[f]+i.reference[S]-h.mainAxis;p<w?p=w:p>I&&(p=I)}if(l){var b,C;const S=f==="y"?"width":"height",w=["top","left"].includes(et(n)),I=i.reference[d]-i.floating[S]+(w&&((b=a.offset)==null?void 0:b[d])||0)+(w?0:h.crossAxis),A=i.reference[d]+i.reference[S]+(w?0:((C=a.offset)==null?void 0:C[d])||0)-(w?h.crossAxis:0);m<I?m=I:m>A&&(m=A)}return{[f]:p,[d]:m}}}},B3=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var r,o;const{placement:n,rects:i,platform:a,elements:s}=t,{apply:u=()=>{},...l}=Ke(e,t),c=await nr(t,l),d=et(n),f=$t(n),p=st(n)==="y",{width:m,height:g}=i.floating;let h,b;d==="top"||d==="bottom"?(h=d,b=f===(await(a.isRTL==null?void 0:a.isRTL(s.floating))?"start":"end")?"left":"right"):(b=d,h=f==="end"?"top":"bottom");const C=g-c.top-c.bottom,S=m-c.left-c.right,w=ut(g-c[h],C),I=ut(m-c[b],S),A=!t.middlewareData.shift;let x=w,E=I;if((r=t.middlewareData.shift)!=null&&r.enabled.x&&(E=S),(o=t.middlewareData.shift)!=null&&o.enabled.y&&(x=C),A&&!f){const _=_e(c.left,0),L=_e(c.right,0),j=_e(c.top,0),O=_e(c.bottom,0);p?E=m-2*(_!==0||L!==0?_+L:_e(c.left,c.right)):x=g-2*(j!==0||O!==0?j+O:_e(c.top,c.bottom))}await u({...t,availableWidth:E,availableHeight:x});const P=await a.getDimensions(s.floating);return m!==P.width||g!==P.height?{reset:{rects:!0}}:{}}}};function cn(){return typeof window<"u"}function zt(e){return Xd(e)?(e.nodeName||"").toLowerCase():"#document"}function Te(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Ue(e){var t;return(t=(Xd(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Xd(e){return cn()?e instanceof Node||e instanceof Te(e).Node:!1}function Ve(e){return cn()?e instanceof Element||e instanceof Te(e).Element:!1}function Ye(e){return cn()?e instanceof HTMLElement||e instanceof Te(e).HTMLElement:!1}function ac(e){return!cn()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Te(e).ShadowRoot}function vr(e){const{overflow:t,overflowX:r,overflowY:o,display:n}=je(e);return/auto|scroll|overlay|hidden|clip/.test(t+o+r)&&!["inline","contents"].includes(n)}function L3(e){return["table","td","th"].includes(zt(e))}function dn(e){return[":popover-open",":modal"].some(t=>{try{return e.matches(t)}catch{return!1}})}function nu(e){const t=ou(),r=Ve(e)?je(e):e;return["transform","translate","scale","rotate","perspective"].some(o=>r[o]?r[o]!=="none":!1)||(r.containerType?r.containerType!=="normal":!1)||!t&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!t&&(r.filter?r.filter!=="none":!1)||["transform","translate","scale","rotate","perspective","filter"].some(o=>(r.willChange||"").includes(o))||["paint","layout","strict","content"].some(o=>(r.contain||"").includes(o))}function D3(e){let t=lt(e);for(;Ye(t)&&!Gt(t);){if(nu(t))return t;if(dn(t))return null;t=lt(t)}return null}function ou(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function Gt(e){return["html","body","#document"].includes(zt(e))}function je(e){return Te(e).getComputedStyle(e)}function fn(e){return Ve(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function lt(e){if(zt(e)==="html")return e;const t=e.assignedSlot||e.parentNode||ac(e)&&e.host||Ue(e);return ac(t)?t.host:t}function $d(e){const t=lt(e);return Gt(t)?e.ownerDocument?e.ownerDocument.body:e.body:Ye(t)&&vr(t)?t:$d(t)}function or(e,t,r){var o;t===void 0&&(t=[]),r===void 0&&(r=!0);const n=$d(e),i=n===((o=e.ownerDocument)==null?void 0:o.body),a=Te(n);if(i){const s=ca(a);return t.concat(a,a.visualViewport||[],vr(n)?n:[],s&&r?or(s):[])}return t.concat(n,or(n,[],r))}function ca(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function zd(e){const t=je(e);let r=parseFloat(t.width)||0,o=parseFloat(t.height)||0;const n=Ye(e),i=n?e.offsetWidth:r,a=n?e.offsetHeight:o,s=Zr(r)!==i||Zr(o)!==a;return s&&(r=i,o=a),{width:r,height:o,$:s}}function iu(e){return Ve(e)?e:e.contextElement}function Vt(e){const t=iu(e);if(!Ye(t))return He(1);const r=t.getBoundingClientRect(),{width:o,height:n,$:i}=zd(t);let a=(i?Zr(r.width):r.width)/o,s=(i?Zr(r.height):r.height)/n;return(!a||!Number.isFinite(a))&&(a=1),(!s||!Number.isFinite(s))&&(s=1),{x:a,y:s}}const G3=He(0);function Yd(e){const t=Te(e);return!ou()||!t.visualViewport?G3:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function W3(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==Te(e)?!1:t}function ht(e,t,r,o){t===void 0&&(t=!1),r===void 0&&(r=!1);const n=e.getBoundingClientRect(),i=iu(e);let a=He(1);t&&(o?Ve(o)&&(a=Vt(o)):a=Vt(e));const s=W3(i,r,o)?Yd(i):He(0);let u=(n.left+s.x)/a.x,l=(n.top+s.y)/a.y,c=n.width/a.x,d=n.height/a.y;if(i){const f=Te(i),p=o&&Ve(o)?Te(o):o;let m=f,g=ca(m);for(;g&&o&&p!==m;){const h=Vt(g),b=g.getBoundingClientRect(),C=je(g),S=b.left+(g.clientLeft+parseFloat(C.paddingLeft))*h.x,w=b.top+(g.clientTop+parseFloat(C.paddingTop))*h.y;u*=h.x,l*=h.y,c*=h.x,d*=h.y,u+=S,l+=w,m=Te(g),g=ca(m)}}return $r({width:c,height:d,x:u,y:l})}function au(e,t){const r=fn(e).scrollLeft;return t?t.left+r:ht(Ue(e)).left+r}function qd(e,t,r){r===void 0&&(r=!1);const o=e.getBoundingClientRect(),n=o.left+t.scrollLeft-(r?0:au(e,o)),i=o.top+t.scrollTop;return{x:n,y:i}}function k3(e){let{elements:t,rect:r,offsetParent:o,strategy:n}=e;const i=n==="fixed",a=Ue(o),s=t?dn(t.floating):!1;if(o===a||s&&i)return r;let u={scrollLeft:0,scrollTop:0},l=He(1);const c=He(0),d=Ye(o);if((d||!d&&!i)&&((zt(o)!=="body"||vr(a))&&(u=fn(o)),Ye(o))){const p=ht(o);l=Vt(o),c.x=p.x+o.clientLeft,c.y=p.y+o.clientTop}const f=a&&!d&&!i?qd(a,u,!0):He(0);return{width:r.width*l.x,height:r.height*l.y,x:r.x*l.x-u.scrollLeft*l.x+c.x+f.x,y:r.y*l.y-u.scrollTop*l.y+c.y+f.y}}function H3(e){return Array.from(e.getClientRects())}function Z3(e){const t=Ue(e),r=fn(e),o=e.ownerDocument.body,n=_e(t.scrollWidth,t.clientWidth,o.scrollWidth,o.clientWidth),i=_e(t.scrollHeight,t.clientHeight,o.scrollHeight,o.clientHeight);let a=-r.scrollLeft+au(e);const s=-r.scrollTop;return je(o).direction==="rtl"&&(a+=_e(t.clientWidth,o.clientWidth)-n),{width:n,height:i,x:a,y:s}}function X3(e,t){const r=Te(e),o=Ue(e),n=r.visualViewport;let i=o.clientWidth,a=o.clientHeight,s=0,u=0;if(n){i=n.width,a=n.height;const l=ou();(!l||l&&t==="fixed")&&(s=n.offsetLeft,u=n.offsetTop)}return{width:i,height:a,x:s,y:u}}function $3(e,t){const r=ht(e,!0,t==="fixed"),o=r.top+e.clientTop,n=r.left+e.clientLeft,i=Ye(e)?Vt(e):He(1),a=e.clientWidth*i.x,s=e.clientHeight*i.y,u=n*i.x,l=o*i.y;return{width:a,height:s,x:u,y:l}}function uc(e,t,r){let o;if(t==="viewport")o=X3(e,r);else if(t==="document")o=Z3(Ue(e));else if(Ve(t))o=$3(t,r);else{const n=Yd(e);o={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return $r(o)}function Jd(e,t){const r=lt(e);return r===t||!Ve(r)||Gt(r)?!1:je(r).position==="fixed"||Jd(r,t)}function z3(e,t){const r=t.get(e);if(r)return r;let o=or(e,[],!1).filter(s=>Ve(s)&&zt(s)!=="body"),n=null;const i=je(e).position==="fixed";let a=i?lt(e):e;for(;Ve(a)&&!Gt(a);){const s=je(a),u=nu(a);!u&&s.position==="fixed"&&(n=null),(i?!u&&!n:!u&&s.position==="static"&&!!n&&["absolute","fixed"].includes(n.position)||vr(a)&&!u&&Jd(e,a))?o=o.filter(c=>c!==a):n=s,a=lt(a)}return t.set(e,o),o}function Y3(e){let{element:t,boundary:r,rootBoundary:o,strategy:n}=e;const a=[...r==="clippingAncestors"?dn(t)?[]:z3(t,this._c):[].concat(r),o],s=a[0],u=a.reduce((l,c)=>{const d=uc(t,c,n);return l.top=_e(d.top,l.top),l.right=ut(d.right,l.right),l.bottom=ut(d.bottom,l.bottom),l.left=_e(d.left,l.left),l},uc(t,s,n));return{width:u.right-u.left,height:u.bottom-u.top,x:u.left,y:u.top}}function q3(e){const{width:t,height:r}=zd(e);return{width:t,height:r}}function J3(e,t,r){const o=Ye(t),n=Ue(t),i=r==="fixed",a=ht(e,!0,i,t);let s={scrollLeft:0,scrollTop:0};const u=He(0);if(o||!o&&!i)if((zt(t)!=="body"||vr(n))&&(s=fn(t)),o){const f=ht(t,!0,i,t);u.x=f.x+t.clientLeft,u.y=f.y+t.clientTop}else n&&(u.x=au(n));const l=n&&!o&&!i?qd(n,s):He(0),c=a.left+s.scrollLeft-u.x-l.x,d=a.top+s.scrollTop-u.y-l.y;return{x:c,y:d,width:a.width,height:a.height}}function Vi(e){return je(e).position==="static"}function sc(e,t){if(!Ye(e)||je(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return Ue(e)===r&&(r=r.ownerDocument.body),r}function Ud(e,t){const r=Te(e);if(dn(e))return r;if(!Ye(e)){let n=lt(e);for(;n&&!Gt(n);){if(Ve(n)&&!Vi(n))return n;n=lt(n)}return r}let o=sc(e,t);for(;o&&L3(o)&&Vi(o);)o=sc(o,t);return o&&Gt(o)&&Vi(o)&&!nu(o)?r:o||D3(e)||r}const U3=async function(e){const t=this.getOffsetParent||Ud,r=this.getDimensions,o=await r(e.floating);return{reference:J3(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:o.width,height:o.height}}};function Q3(e){return je(e).direction==="rtl"}const K3={convertOffsetParentRelativeRectToViewportRelativeRect:k3,getDocumentElement:Ue,getClippingRect:Y3,getOffsetParent:Ud,getElementRects:U3,getClientRects:H3,getDimensions:q3,getScale:Vt,isElement:Ve,isRTL:Q3};function Qd(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function eh(e,t){let r=null,o;const n=Ue(e);function i(){var s;clearTimeout(o),(s=r)==null||s.disconnect(),r=null}function a(s,u){s===void 0&&(s=!1),u===void 0&&(u=1),i();const l=e.getBoundingClientRect(),{left:c,top:d,width:f,height:p}=l;if(s||t(),!f||!p)return;const m=xr(d),g=xr(n.clientWidth-(c+f)),h=xr(n.clientHeight-(d+p)),b=xr(c),S={rootMargin:-m+"px "+-g+"px "+-h+"px "+-b+"px",threshold:_e(0,ut(1,u))||1};let w=!0;function I(A){const x=A[0].intersectionRatio;if(x!==u){if(!w)return a();x?a(!1,x):o=setTimeout(()=>{a(!1,1e-7)},1e3)}x===1&&!Qd(l,e.getBoundingClientRect())&&a(),w=!1}try{r=new IntersectionObserver(I,{...S,root:n.ownerDocument})}catch{r=new IntersectionObserver(I,S)}r.observe(e)}return a(!0),i}function uu(e,t,r,o){o===void 0&&(o={});const{ancestorScroll:n=!0,ancestorResize:i=!0,elementResize:a=typeof ResizeObserver=="function",layoutShift:s=typeof IntersectionObserver=="function",animationFrame:u=!1}=o,l=iu(e),c=n||i?[...l?or(l):[],...or(t)]:[];c.forEach(b=>{n&&b.addEventListener("scroll",r,{passive:!0}),i&&b.addEventListener("resize",r)});const d=l&&s?eh(l,r):null;let f=-1,p=null;a&&(p=new ResizeObserver(b=>{let[C]=b;C&&C.target===l&&p&&(p.unobserve(t),cancelAnimationFrame(f),f=requestAnimationFrame(()=>{var S;(S=p)==null||S.observe(t)})),r()}),l&&!u&&p.observe(l),p.observe(t));let m,g=u?ht(e):null;u&&h();function h(){const b=ht(e);g&&!Qd(g,b)&&r(),g=b,m=requestAnimationFrame(h)}return r(),()=>{var b;c.forEach(C=>{n&&C.removeEventListener("scroll",r),i&&C.removeEventListener("resize",r)}),d==null||d(),(b=p)==null||b.disconnect(),p=null,u&&cancelAnimationFrame(m)}}const th=F3,rh=V3,nh=T3,oh=B3,ih=M3,lc=_3,ah=j3,uh=(e,t,r)=>{const o=new Map,n={platform:K3,...r},i={...n.platform,_c:o};return O3(e,t,{...n,platform:i})};var Fr=typeof document<"u"?V.useLayoutEffect:V.useEffect;function zr(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let r,o,n;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(r=e.length,r!==t.length)return!1;for(o=r;o--!==0;)if(!zr(e[o],t[o]))return!1;return!0}if(n=Object.keys(e),r=n.length,r!==Object.keys(t).length)return!1;for(o=r;o--!==0;)if(!{}.hasOwnProperty.call(t,n[o]))return!1;for(o=r;o--!==0;){const i=n[o];if(!(i==="_owner"&&e.$$typeof)&&!zr(e[i],t[i]))return!1}return!0}return e!==e&&t!==t}function Kd(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function cc(e,t){const r=Kd(e);return Math.round(t*r)/r}function ji(e){const t=y.useRef(e);return Fr(()=>{t.current=e}),t}function ef(e){e===void 0&&(e={});const{placement:t="bottom",strategy:r="absolute",middleware:o=[],platform:n,elements:{reference:i,floating:a}={},transform:s=!0,whileElementsMounted:u,open:l}=e,[c,d]=y.useState({x:0,y:0,strategy:r,placement:t,middlewareData:{},isPositioned:!1}),[f,p]=y.useState(o);zr(f,o)||p(o);const[m,g]=y.useState(null),[h,b]=y.useState(null),C=y.useCallback(B=>{B!==A.current&&(A.current=B,g(B))},[]),S=y.useCallback(B=>{B!==x.current&&(x.current=B,b(B))},[]),w=i||m,I=a||h,A=y.useRef(null),x=y.useRef(null),E=y.useRef(c),P=u!=null,_=ji(u),L=ji(n),j=ji(l),O=y.useCallback(()=>{if(!A.current||!x.current)return;const B={placement:t,strategy:r,middleware:f};L.current&&(B.platform=L.current),uh(A.current,x.current,B).then(Z=>{const R={...Z,isPositioned:j.current!==!1};N.current&&!zr(E.current,R)&&(E.current=R,Sa.flushSync(()=>{d(R)}))})},[f,t,r,L,j]);Fr(()=>{l===!1&&E.current.isPositioned&&(E.current.isPositioned=!1,d(B=>({...B,isPositioned:!1})))},[l]);const N=y.useRef(!1);Fr(()=>(N.current=!0,()=>{N.current=!1}),[]),Fr(()=>{if(w&&(A.current=w),I&&(x.current=I),w&&I){if(_.current)return _.current(w,I,O);O()}},[w,I,O,_,P]);const T=y.useMemo(()=>({reference:A,floating:x,setReference:C,setFloating:S}),[C,S]),M=y.useMemo(()=>({reference:w,floating:I}),[w,I]),G=y.useMemo(()=>{const B={position:r,left:0,top:0};if(!M.floating)return B;const Z=cc(M.floating,c.x),R=cc(M.floating,c.y);return s?{...B,transform:"translate("+Z+"px, "+R+"px)",...Kd(M.floating)>=1.5&&{willChange:"transform"}}:{position:r,left:Z,top:R}},[r,s,M.floating,c.x,c.y]);return y.useMemo(()=>({...c,update:O,refs:T,elements:M,floatingStyles:G}),[c,O,T,M,G])}const sh=e=>{function t(r){return{}.hasOwnProperty.call(r,"current")}return{name:"arrow",options:e,fn(r){const{element:o,padding:n}=typeof e=="function"?e(r):e;return o&&t(o)?o.current!=null?lc({element:o.current,padding:n}).fn(r):{}:o?lc({element:o,padding:n}).fn(r):{}}}},tf=(e,t)=>({...th(e),options:[e,t]}),rf=(e,t)=>({...rh(e),options:[e,t]}),nf=(e,t)=>({...ah(e),options:[e,t]}),of=(e,t)=>({...nh(e),options:[e,t]}),af=(e,t)=>({...oh(e),options:[e,t]}),uf=(e,t)=>({...ih(e),options:[e,t]}),sf=(e,t)=>({...sh(e),options:[e,t]});var lh="Arrow",lf=y.forwardRef((e,t)=>{const{children:r,width:o=10,height:n=5,...i}=e;return v.jsx(de.svg,{...i,ref:t,width:o,height:n,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?r:v.jsx("polygon",{points:"0,0 30,0 15,10"})})});lf.displayName=lh;var ch=lf;function cf(e){const[t,r]=y.useState(void 0);return $e(()=>{if(e){r({width:e.offsetWidth,height:e.offsetHeight});const o=new ResizeObserver(n=>{if(!Array.isArray(n)||!n.length)return;const i=n[0];let a,s;if("borderBoxSize"in i){const u=i.borderBoxSize,l=Array.isArray(u)?u[0]:u;a=l.inlineSize,s=l.blockSize}else a=e.offsetWidth,s=e.offsetHeight;r({width:a,height:s})});return o.observe(e,{box:"border-box"}),()=>o.unobserve(e)}else r(void 0)},[e]),t}var su="Popper",[df,ff]=qe(su),[dh,pf]=df(su),gf=e=>{const{__scopePopper:t,children:r}=e,[o,n]=y.useState(null);return v.jsx(dh,{scope:t,anchor:o,onAnchorChange:n,children:r})};gf.displayName=su;var vf="PopperAnchor",mf=y.forwardRef((e,t)=>{const{__scopePopper:r,virtualRef:o,...n}=e,i=pf(vf,r),a=y.useRef(null),s=Se(t,a);return y.useEffect(()=>{i.onAnchorChange((o==null?void 0:o.current)||a.current)}),o?null:v.jsx(de.div,{...n,ref:s})});mf.displayName=vf;var lu="PopperContent",[fh,ph]=df(lu),hf=y.forwardRef((e,t)=>{var Y,q,U,K,re,W;const{__scopePopper:r,side:o="bottom",sideOffset:n=0,align:i="center",alignOffset:a=0,arrowPadding:s=0,avoidCollisions:u=!0,collisionBoundary:l=[],collisionPadding:c=0,sticky:d="partial",hideWhenDetached:f=!1,updatePositionStrategy:p="optimized",onPlaced:m,...g}=e,h=pf(lu,r),[b,C]=y.useState(null),S=Se(t,te=>C(te)),[w,I]=y.useState(null),A=cf(w),x=(A==null?void 0:A.width)??0,E=(A==null?void 0:A.height)??0,P=o+(i!=="center"?"-"+i:""),_=typeof c=="number"?c:{top:0,right:0,bottom:0,left:0,...c},L=Array.isArray(l)?l:[l],j=L.length>0,O={padding:_,boundary:L.filter(vh),altBoundary:j},{refs:N,floatingStyles:T,placement:M,isPositioned:G,middlewareData:B}=ef({strategy:"fixed",placement:P,whileElementsMounted:(...te)=>uu(...te,{animationFrame:p==="always"}),elements:{reference:h.anchor},middleware:[tf({mainAxis:n+E,alignmentAxis:a}),u&&rf({mainAxis:!0,crossAxis:!1,limiter:d==="partial"?nf():void 0,...O}),u&&of({...O}),af({...O,apply:({elements:te,rects:ae,availableWidth:se,availableHeight:ge})=>{const{width:be,height:me}=ae.reference,oe=te.floating.style;oe.setProperty("--radix-popper-available-width",`${se}px`),oe.setProperty("--radix-popper-available-height",`${ge}px`),oe.setProperty("--radix-popper-anchor-width",`${be}px`),oe.setProperty("--radix-popper-anchor-height",`${me}px`)}}),w&&sf({element:w,padding:s}),mh({arrowWidth:x,arrowHeight:E}),f&&uf({strategy:"referenceHidden",...O})]}),[Z,R]=Cf(M),F=Xe(m);$e(()=>{G&&(F==null||F())},[G,F]);const D=(Y=B.arrow)==null?void 0:Y.x,H=(q=B.arrow)==null?void 0:q.y,k=((U=B.arrow)==null?void 0:U.centerOffset)!==0,[$,X]=y.useState();return $e(()=>{b&&X(window.getComputedStyle(b).zIndex)},[b]),v.jsx("div",{ref:N.setFloating,"data-radix-popper-content-wrapper":"",style:{...T,transform:G?T.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:$,"--radix-popper-transform-origin":[(K=B.transformOrigin)==null?void 0:K.x,(re=B.transformOrigin)==null?void 0:re.y].join(" "),...((W=B.hide)==null?void 0:W.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:v.jsx(fh,{scope:r,placedSide:Z,onArrowChange:I,arrowX:D,arrowY:H,shouldHideArrow:k,children:v.jsx(de.div,{"data-side":Z,"data-align":R,...g,ref:S,style:{...g.style,animation:G?void 0:"none"}})})})});hf.displayName=lu;var bf="PopperArrow",gh={top:"bottom",right:"left",bottom:"top",left:"right"},yf=y.forwardRef(function(t,r){const{__scopePopper:o,...n}=t,i=ph(bf,o),a=gh[i.placedSide];return v.jsx("span",{ref:i.onArrowChange,style:{position:"absolute",left:i.arrowX,top:i.arrowY,[a]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[i.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[i.placedSide],visibility:i.shouldHideArrow?"hidden":void 0},children:v.jsx(ch,{...n,ref:r,style:{...n.style,display:"block"}})})});yf.displayName=bf;function vh(e){return e!==null}var mh=e=>({name:"transformOrigin",options:e,fn(t){var h,b,C;const{placement:r,rects:o,middlewareData:n}=t,a=((h=n.arrow)==null?void 0:h.centerOffset)!==0,s=a?0:e.arrowWidth,u=a?0:e.arrowHeight,[l,c]=Cf(r),d={start:"0%",center:"50%",end:"100%"}[c],f=(((b=n.arrow)==null?void 0:b.x)??0)+s/2,p=(((C=n.arrow)==null?void 0:C.y)??0)+u/2;let m="",g="";return l==="bottom"?(m=a?d:`${f}px`,g=`${-u}px`):l==="top"?(m=a?d:`${f}px`,g=`${o.floating.height+u}px`):l==="right"?(m=`${-u}px`,g=a?d:`${p}px`):l==="left"&&(m=`${o.floating.width+u}px`,g=a?d:`${p}px`),{data:{x:m,y:g}}}});function Cf(e){const[t,r="center"]=e.split("-");return[t,r]}var hh=gf,bh=mf,yh=hf,Ch=yf,xh="Portal",xf=y.forwardRef((e,t)=>{var s;const{container:r,...o}=e,[n,i]=y.useState(!1);$e(()=>i(!0),[]);const a=r||n&&((s=globalThis==null?void 0:globalThis.document)==null?void 0:s.body);return a?Qe.createPortal(v.jsx(de.div,{...o,ref:t}),a):null});xf.displayName=xh;var wh="VisuallyHidden",wf=y.forwardRef((e,t)=>v.jsx(de.span,{...e,ref:t,style:{position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal",...e.style}}));wf.displayName=wh;var Ih=wf,[pn,pC]=qe("Tooltip",[ff]),gn=ff(),If="TooltipProvider",Sh=700,da="tooltip.open",[Ah,cu]=pn(If),Sf=e=>{const{__scopeTooltip:t,delayDuration:r=Sh,skipDelayDuration:o=300,disableHoverableContent:n=!1,children:i}=e,[a,s]=y.useState(!0),u=y.useRef(!1),l=y.useRef(0);return y.useEffect(()=>{const c=l.current;return()=>window.clearTimeout(c)},[]),v.jsx(Ah,{scope:t,isOpenDelayed:a,delayDuration:r,onOpen:y.useCallback(()=>{window.clearTimeout(l.current),s(!1)},[]),onClose:y.useCallback(()=>{window.clearTimeout(l.current),l.current=window.setTimeout(()=>s(!0),o)},[o]),isPointerInTransitRef:u,onPointerInTransitChange:y.useCallback(c=>{u.current=c},[]),disableHoverableContent:n,children:i})};Sf.displayName=If;var vn="Tooltip",[Eh,mn]=pn(vn),Af=e=>{const{__scopeTooltip:t,children:r,open:o,defaultOpen:n=!1,onOpenChange:i,disableHoverableContent:a,delayDuration:s}=e,u=cu(vn,e.__scopeTooltip),l=gn(t),[c,d]=y.useState(null),f=it(),p=y.useRef(0),m=a??u.disableHoverableContent,g=s??u.delayDuration,h=y.useRef(!1),[b=!1,C]=dt({prop:o,defaultProp:n,onChange:x=>{x?(u.onOpen(),document.dispatchEvent(new CustomEvent(da))):u.onClose(),i==null||i(x)}}),S=y.useMemo(()=>b?h.current?"delayed-open":"instant-open":"closed",[b]),w=y.useCallback(()=>{window.clearTimeout(p.current),p.current=0,h.current=!1,C(!0)},[C]),I=y.useCallback(()=>{window.clearTimeout(p.current),p.current=0,C(!1)},[C]),A=y.useCallback(()=>{window.clearTimeout(p.current),p.current=window.setTimeout(()=>{h.current=!0,C(!0),p.current=0},g)},[g,C]);return y.useEffect(()=>()=>{p.current&&(window.clearTimeout(p.current),p.current=0)},[]),v.jsx(hh,{...l,children:v.jsx(Eh,{scope:t,contentId:f,open:b,stateAttribute:S,trigger:c,onTriggerChange:d,onTriggerEnter:y.useCallback(()=>{u.isOpenDelayed?A():w()},[u.isOpenDelayed,A,w]),onTriggerLeave:y.useCallback(()=>{m?I():(window.clearTimeout(p.current),p.current=0)},[I,m]),onOpen:w,onClose:I,disableHoverableContent:m,children:r})})};Af.displayName=vn;var fa="TooltipTrigger",Ef=y.forwardRef((e,t)=>{const{__scopeTooltip:r,...o}=e,n=mn(fa,r),i=cu(fa,r),a=gn(r),s=y.useRef(null),u=Se(t,s,n.onTriggerChange),l=y.useRef(!1),c=y.useRef(!1),d=y.useCallback(()=>l.current=!1,[]);return y.useEffect(()=>()=>document.removeEventListener("pointerup",d),[d]),v.jsx(bh,{asChild:!0,...a,children:v.jsx(de.button,{"aria-describedby":n.open?n.contentId:void 0,"data-state":n.stateAttribute,...o,ref:u,onPointerMove:ve(e.onPointerMove,f=>{f.pointerType!=="touch"&&!c.current&&!i.isPointerInTransitRef.current&&(n.onTriggerEnter(),c.current=!0)}),onPointerLeave:ve(e.onPointerLeave,()=>{n.onTriggerLeave(),c.current=!1}),onPointerDown:ve(e.onPointerDown,()=>{l.current=!0,document.addEventListener("pointerup",d,{once:!0})}),onFocus:ve(e.onFocus,()=>{l.current||n.onOpen()}),onBlur:ve(e.onBlur,n.onClose),onClick:ve(e.onClick,n.onClose)})})});Ef.displayName=fa;var Rh="TooltipPortal",[gC,Ph]=pn(Rh,{forceMount:void 0}),Wt="TooltipContent",Rf=y.forwardRef((e,t)=>{const r=Ph(Wt,e.__scopeTooltip),{forceMount:o=r.forceMount,side:n="top",...i}=e,a=mn(Wt,e.__scopeTooltip);return v.jsx(Ct,{present:o||a.open,children:a.disableHoverableContent?v.jsx(Pf,{side:n,...i,ref:t}):v.jsx(Oh,{side:n,...i,ref:t})})}),Oh=y.forwardRef((e,t)=>{const r=mn(Wt,e.__scopeTooltip),o=cu(Wt,e.__scopeTooltip),n=y.useRef(null),i=Se(t,n),[a,s]=y.useState(null),{trigger:u,onClose:l}=r,c=n.current,{onPointerInTransitChange:d}=o,f=y.useCallback(()=>{s(null),d(!1)},[d]),p=y.useCallback((m,g)=>{const h=m.currentTarget,b={x:m.clientX,y:m.clientY},C=Mh(b,h.getBoundingClientRect()),S=Nh(b,C),w=Fh(g.getBoundingClientRect()),I=jh([...S,...w]);s(I),d(!0)},[d]);return y.useEffect(()=>()=>f(),[f]),y.useEffect(()=>{if(u&&c){const m=h=>p(h,c),g=h=>p(h,u);return u.addEventListener("pointerleave",m),c.addEventListener("pointerleave",g),()=>{u.removeEventListener("pointerleave",m),c.removeEventListener("pointerleave",g)}}},[u,c,p,f]),y.useEffect(()=>{if(a){const m=g=>{const h=g.target,b={x:g.clientX,y:g.clientY},C=(u==null?void 0:u.contains(h))||(c==null?void 0:c.contains(h)),S=!Vh(b,a);C?f():S&&(f(),l())};return document.addEventListener("pointermove",m),()=>document.removeEventListener("pointermove",m)}},[u,c,a,l,f]),v.jsx(Pf,{...e,ref:i})}),[_h,Th]=pn(vn,{isInside:!1}),Pf=y.forwardRef((e,t)=>{const{__scopeTooltip:r,children:o,"aria-label":n,onEscapeKeyDown:i,onPointerDownOutside:a,...s}=e,u=mn(Wt,r),l=gn(r),{onClose:c}=u;return y.useEffect(()=>(document.addEventListener(da,c),()=>document.removeEventListener(da,c)),[c]),y.useEffect(()=>{if(u.trigger){const d=f=>{const p=f.target;p!=null&&p.contains(u.trigger)&&c()};return window.addEventListener("scroll",d,{capture:!0}),()=>window.removeEventListener("scroll",d,{capture:!0})}},[u.trigger,c]),v.jsx(Ka,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:i,onPointerDownOutside:a,onFocusOutside:d=>d.preventDefault(),onDismiss:c,children:v.jsxs(yh,{"data-state":u.stateAttribute,...l,...s,ref:t,style:{...s.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"},children:[v.jsx(s1,{children:o}),v.jsx(_h,{scope:r,isInside:!0,children:v.jsx(Ih,{id:u.contentId,role:"tooltip",children:n||o})})]})})});Rf.displayName=Wt;var Of="TooltipArrow",_f=y.forwardRef((e,t)=>{const{__scopeTooltip:r,...o}=e,n=gn(r);return Th(Of,r).isInside?null:v.jsx(Ch,{...n,...o,ref:t})});_f.displayName=Of;function Mh(e,t){const r=Math.abs(t.top-e.y),o=Math.abs(t.bottom-e.y),n=Math.abs(t.right-e.x),i=Math.abs(t.left-e.x);switch(Math.min(r,o,n,i)){case i:return"left";case n:return"right";case r:return"top";case o:return"bottom";default:throw new Error("unreachable")}}function Nh(e,t,r=5){const o=[];switch(t){case"top":o.push({x:e.x-r,y:e.y+r},{x:e.x+r,y:e.y+r});break;case"bottom":o.push({x:e.x-r,y:e.y-r},{x:e.x+r,y:e.y-r});break;case"left":o.push({x:e.x+r,y:e.y-r},{x:e.x+r,y:e.y+r});break;case"right":o.push({x:e.x-r,y:e.y-r},{x:e.x-r,y:e.y+r});break}return o}function Fh(e){const{top:t,right:r,bottom:o,left:n}=e;return[{x:n,y:t},{x:r,y:t},{x:r,y:o},{x:n,y:o}]}function Vh(e,t){const{x:r,y:o}=e;let n=!1;for(let i=0,a=t.length-1;i<t.length;a=i++){const s=t[i].x,u=t[i].y,l=t[a].x,c=t[a].y;u>o!=c>o&&r<(l-s)*(o-u)/(c-u)+s&&(n=!n)}return n}function jh(e){const t=e.slice();return t.sort((r,o)=>r.x<o.x?-1:r.x>o.x?1:r.y<o.y?-1:r.y>o.y?1:0),Bh(t)}function Bh(e){if(e.length<=1)return e.slice();const t=[];for(let o=0;o<e.length;o++){const n=e[o];for(;t.length>=2;){const i=t[t.length-1],a=t[t.length-2];if((i.x-a.x)*(n.y-a.y)>=(i.y-a.y)*(n.x-a.x))t.pop();else break}t.push(n)}t.pop();const r=[];for(let o=e.length-1;o>=0;o--){const n=e[o];for(;r.length>=2;){const i=r[r.length-1],a=r[r.length-2];if((i.x-a.x)*(n.y-a.y)>=(i.y-a.y)*(n.x-a.x))r.pop();else break}r.push(n)}return r.pop(),t.length===1&&r.length===1&&t[0].x===r[0].x&&t[0].y===r[0].y?t:t.concat(r)}var Lh=Sf,Dh=Af,Gh=Ef,Wh=Rf,kh=_f;const pa=({open:e,content:t,children:r,defaultOpen:o,onOpenChange:n,side:i="top"})=>{const a=z.tooltip({});return v.jsx(Lh,{delayDuration:800,skipDelayDuration:500,children:v.jsxs(Dh,{open:e,defaultOpen:o,onOpenChange:n,children:[v.jsx(Gh,{children:r}),v.jsxs(Wh,{side:i,className:a.content,children:[t,v.jsx(kh,{className:a.arrow})]})]})})},Hh=({size:e,side:t,apps:r=[],showItems:o=4,square:n,rawCounter:i,inline:a})=>{var l,c;const s=`+${i==null?void 0:i.toLocaleString("pt-BR")}`,u=z.avatarGroup({square:n});return v.jsxs("div",{className:u.container,children:[(l=r==null?void 0:r.filter((d,f)=>f<o))==null?void 0:l.map((d,f)=>v.jsx("div",{className:u.avatarStyle,children:v.jsx(pa,{side:t,content:d&&(d==null?void 0:d.name),children:v.jsx(Wd,{source:d==null?void 0:d.icon,size:e,shape:n?"square":"default",inline:a})})},f)),i&&v.jsx("div",{className:u.othersStyle,children:v.jsx(Ee,{size:"small",color:"muted",fontWeight:"bold",children:s})}),!i&&r.length>o&&v.jsx("div",{className:u.othersStyle,children:v.jsx(pa,{side:t,content:(c=r==null?void 0:r.filter((d,f)=>f>=o))==null?void 0:c.map((d,f)=>v.jsx(Ee,{size:"micro",textAlign:"center",color:"inverse",collapsed:!0,children:d&&(d==null?void 0:d.name)},d?d==null?void 0:d.name:f)),children:v.jsx(Ee,{size:"small",color:"muted",fontWeight:"bold",children:`+${r.length-o}`})})})]})};function Tf(e,t){if(e==null)return{};var r={};for(var o in e)if({}.hasOwnProperty.call(e,o)){if(t.indexOf(o)!==-1)continue;r[o]=e[o]}return r}function Yr(e,t){return Yr=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,o){return r.__proto__=o,r},Yr(e,t)}function Zh(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Yr(e,t)}const dc={disabled:!1};var Xh=process.env.NODE_ENV!=="production"?ne.oneOfType([ne.number,ne.shape({enter:ne.number,exit:ne.number,appear:ne.number}).isRequired]):null;process.env.NODE_ENV!=="production"&&ne.oneOfType([ne.string,ne.shape({enter:ne.string,exit:ne.string,active:ne.string}),ne.shape({enter:ne.string,enterDone:ne.string,enterActive:ne.string,exit:ne.string,exitDone:ne.string,exitActive:ne.string})]);const Mf=V.createContext(null);var $h=function(t){return t.scrollTop},Qt="unmounted",gt="exited",vt="entering",Mt="entered",ga="exiting",Be=function(e){Zh(t,e);function t(o,n){var i;i=e.call(this,o,n)||this;var a=n,s=a&&!a.isMounting?o.enter:o.appear,u;return i.appearStatus=null,o.in?s?(u=gt,i.appearStatus=vt):u=Mt:o.unmountOnExit||o.mountOnEnter?u=Qt:u=gt,i.state={status:u},i.nextCallback=null,i}t.getDerivedStateFromProps=function(n,i){var a=n.in;return a&&i.status===Qt?{status:gt}:null};var r=t.prototype;return r.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},r.componentDidUpdate=function(n){var i=null;if(n!==this.props){var a=this.state.status;this.props.in?a!==vt&&a!==Mt&&(i=vt):(a===vt||a===Mt)&&(i=ga)}this.updateStatus(!1,i)},r.componentWillUnmount=function(){this.cancelNextCallback()},r.getTimeouts=function(){var n=this.props.timeout,i,a,s;return i=a=s=n,n!=null&&typeof n!="number"&&(i=n.exit,a=n.enter,s=n.appear!==void 0?n.appear:a),{exit:i,enter:a,appear:s}},r.updateStatus=function(n,i){if(n===void 0&&(n=!1),i!==null)if(this.cancelNextCallback(),i===vt){if(this.props.unmountOnExit||this.props.mountOnEnter){var a=this.props.nodeRef?this.props.nodeRef.current:Qe.findDOMNode(this);a&&$h(a)}this.performEnter(n)}else this.performExit();else this.props.unmountOnExit&&this.state.status===gt&&this.setState({status:Qt})},r.performEnter=function(n){var i=this,a=this.props.enter,s=this.context?this.context.isMounting:n,u=this.props.nodeRef?[s]:[Qe.findDOMNode(this),s],l=u[0],c=u[1],d=this.getTimeouts(),f=s?d.appear:d.enter;if(!n&&!a||dc.disabled){this.safeSetState({status:Mt},function(){i.props.onEntered(l)});return}this.props.onEnter(l,c),this.safeSetState({status:vt},function(){i.props.onEntering(l,c),i.onTransitionEnd(f,function(){i.safeSetState({status:Mt},function(){i.props.onEntered(l,c)})})})},r.performExit=function(){var n=this,i=this.props.exit,a=this.getTimeouts(),s=this.props.nodeRef?void 0:Qe.findDOMNode(this);if(!i||dc.disabled){this.safeSetState({status:gt},function(){n.props.onExited(s)});return}this.props.onExit(s),this.safeSetState({status:ga},function(){n.props.onExiting(s),n.onTransitionEnd(a.exit,function(){n.safeSetState({status:gt},function(){n.props.onExited(s)})})})},r.cancelNextCallback=function(){this.nextCallback!==null&&(this.nextCallback.cancel(),this.nextCallback=null)},r.safeSetState=function(n,i){i=this.setNextCallback(i),this.setState(n,i)},r.setNextCallback=function(n){var i=this,a=!0;return this.nextCallback=function(s){a&&(a=!1,i.nextCallback=null,n(s))},this.nextCallback.cancel=function(){a=!1},this.nextCallback},r.onTransitionEnd=function(n,i){this.setNextCallback(i);var a=this.props.nodeRef?this.props.nodeRef.current:Qe.findDOMNode(this),s=n==null&&!this.props.addEndListener;if(!a||s){setTimeout(this.nextCallback,0);return}if(this.props.addEndListener){var u=this.props.nodeRef?[this.nextCallback]:[a,this.nextCallback],l=u[0],c=u[1];this.props.addEndListener(l,c)}n!=null&&setTimeout(this.nextCallback,n)},r.render=function(){var n=this.state.status;if(n===Qt)return null;var i=this.props,a=i.children;i.in,i.mountOnEnter,i.unmountOnExit,i.appear,i.enter,i.exit,i.timeout,i.addEndListener,i.onEnter,i.onEntering,i.onEntered,i.onExit,i.onExiting,i.onExited,i.nodeRef;var s=Tf(i,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return V.createElement(Mf.Provider,{value:null},typeof a=="function"?a(n,s):V.cloneElement(V.Children.only(a),s))},t}(V.Component);Be.contextType=Mf;Be.propTypes=process.env.NODE_ENV!=="production"?{nodeRef:ne.shape({current:typeof Element>"u"?ne.any:function(e,t,r,o,n,i){var a=e[t];return ne.instanceOf(a&&"ownerDocument"in a?a.ownerDocument.defaultView.Element:Element)(e,t,r,o,n,i)}}),children:ne.oneOfType([ne.func.isRequired,ne.element.isRequired]).isRequired,in:ne.bool,mountOnEnter:ne.bool,unmountOnExit:ne.bool,appear:ne.bool,enter:ne.bool,exit:ne.bool,timeout:function(t){var r=Xh;t.addEndListener||(r=r.isRequired);for(var o=arguments.length,n=new Array(o>1?o-1:0),i=1;i<o;i++)n[i-1]=arguments[i];return r.apply(void 0,[t].concat(n))},addEndListener:ne.func,onEnter:ne.func,onEntering:ne.func,onEntered:ne.func,onExit:ne.func,onExiting:ne.func,onExited:ne.func}:{};function Et(){}Be.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:Et,onEntering:Et,onEntered:Et,onExit:Et,onExiting:Et,onExited:Et};Be.UNMOUNTED=Qt;Be.EXITED=gt;Be.ENTERING=vt;Be.ENTERED=Mt;Be.EXITING=ga;const zh={name:"default",value:0},Yh=V.createContext({breakpoint:zh,isGreaterThan:()=>!1,isLessThan:()=>!1}),Nf=Yh.Consumer,Ff={small:640,large:1024,medium:1127,xlarge:1280},Vf=(e,t)=>{const r=typeof e=="string"?Ff[e]:e;return t!==null&&t<r},jf=(e,t)=>{const r=typeof e=="string"?Ff[e]:e;return t===null||t>=r},Bf=({showFor:e,hideFor:t,unmount:r=!1,children:o})=>{const n=i=>e&&Vf(e,i.breakpoint.value)||t&&jf(t,i.breakpoint.value)?r?null:v.jsx("div",{style:{display:"none"},children:o}):o;return v.jsx(Nf,{children:i=>n(i)})},du=({position:e,showFor:t,hideFor:r,global:o,visible:n,onClick:i,onClose:a,primary:s})=>{const u=V.useRef(null);return v.jsx(Be,{in:n,timeout:300,mountOnEnter:!0,unmountOnExit:!0,nodeRef:u,onEnter:()=>{u.current&&(u.current.scrollTop=0)},onExited:()=>a&&a(),children:l=>v.jsx(Bf,{showFor:t,hideFor:r,children:v.jsx("button",{ref:u,type:"button",className:z.blanketRecipe({position:e,global:o,primary:s,entering:l==="entering"||l==="entered",exiting:l==="exiting"||l==="exited"}),onClick:i,"aria-label":"Blanket"})})})},qh=({border:e,padding:t,children:r,relative:o,direction:n,alignItems:i,fullHeight:a,background:s,justifyContent:u,fullWidth:l,...c})=>v.jsx("div",{...c,className:z.block({border:e,padding:t,relative:o,direction:n,alignItems:i,fullHeight:a,background:s,justifyContent:u,fullWidth:l}),children:r}),Jh=({size:e,segments:t,showItems:r=4})=>{const o=z.boxGroupSlot({size:e}),n=(s,u,l)=>v.jsxs("div",{className:o.subItens,children:[v.jsx("div",{className:o.boxStyle,children:u.name}),v.jsx("div",{className:o.boxStyle,children:s[l+1].name})]},l),i=(s,u)=>v.jsx("div",{className:o.subItens,children:v.jsx("div",{className:z.boxGroupSlot({size:e}).boxStyle,children:s.name})},u),a=()=>{const s=t.filter((u,l)=>l<r);return s.map((u,l)=>l+1<s.length&&l%2===0?n(s,u,l):s.length%2!==0&&l===s.length-1?i(u,l):null)};return v.jsxs("div",{className:o.container,children:[v.jsx("div",{className:o.rowStyle,children:a()}),t.length>r&&v.jsx("div",{className:o.others,children:v.jsx(pa,{side:"bottom",content:t.filter((s,u)=>u>=r).map((s,u)=>v.jsx(Ee,{collapsed:!0,size:"micro",color:"inverse",textAlign:"center",children:s&&s.name},s?s.name:u)),children:v.jsx(Ee,{size:"small",color:"gray",fontWeight:"bold",children:`+${(t==null?void 0:t.length)-r}`})})})]})},Uh=({className:e})=>v.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[v.jsx("g",{clipPath:"url(#clip0_7281_18876)",children:v.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.83785 3.08736C5.06565 2.85955 5.435 2.85955 5.6628 3.08736L9.1628 6.58736C9.39061 6.81516 9.39061 7.18451 9.1628 7.41232L5.6628 10.9123C5.435 11.1401 5.06565 11.1401 4.83785 10.9123C4.61004 10.6845 4.61004 10.3152 4.83785 10.0874L7.92537 6.99984L4.83785 3.91232C4.61004 3.68451 4.61004 3.31516 4.83785 3.08736Z",fill:"#A6A6A6"})}),v.jsx("defs",{children:v.jsx("clipPath",{id:"clip0_7281_18876",children:v.jsx("rect",{width:"14",height:"14",rx:"5",fill:"white"})})})]}),Qh=({crumbs:e})=>{if(!e||e.length<=1)return null;const t=z.breadcrumbSlot({});return v.jsx("nav",{className:t.container,"aria-label":"Breadcrumb",children:e.map(({name:r,onClick:o},n)=>{const i=n===e.length-1,a=z.breadcrumbSlot({current:i}).item;return v.jsxs(V.Fragment,{children:[i?v.jsx("span",{className:a,children:r}):v.jsx("button",{className:a,onClick:()=>o&&o(),children:r}),!i&&v.jsx(Uh,{className:t.separator})]},`${r}-${n}`)})})},Kh=z.css({display:"flex",alignItems:"center",justifyContent:"center"}),fu=({color:e,second:t,size:r,third:o})=>v.jsxs("div",{className:Kh,children:[v.jsx("div",{className:z.loader({color:e,size:r,second:t,third:o})}),v.jsx("div",{className:z.loader({color:e,size:r,second:t,third:o})}),v.jsx("div",{className:z.loader({color:e,size:r,second:t,third:o})})]}),hn=V.forwardRef(({size:e,tall:t,block:r,shape:o,short:n,style:i,type:a,compact:s,grouped:u,loading:l,spacing:c,shimmer:d,children:f,leftIcon:p,disabled:m,fullWidth:g,rightIcon:h,underlined:b,onBlur:C,onClick:S,title:w,...I},A)=>{const x={ghost:"primary",solid:"white",mono:"mono",danger:"white",default:"primary"},E=i?x[i]:x.default;return v.jsxs("button",{ref:A,type:a,disabled:m,onBlur:C,title:w,onClick:S,className:z.button({size:e,tall:t,block:r,shape:o,short:n,style:i,compact:s,grouped:u,loading:l,spacing:c,fullWidth:g,underlined:b,leftIcon:!!p,rightIcon:!!h}).buttonStyle,...I,children:[l&&d&&v.jsx("div",{className:z.button({}).wrapperShimmer,children:v.jsx(Ne,{height:"100%",width:"100%"})}),v.jsxs("div",{className:z.button({leftIcon:!!p,rightIcon:!!h,contentLoading:!!l,contentFullWidth:!!g}).contentStyle,children:[p,f,h]}),l&&v.jsx("div",{className:z.button({}).buttonLoader,children:!d&&v.jsx(fu,{size:"small",color:E})})]})});hn.displayName="Button";const e4=({fit:e,size:t,auto:r,grow:o,style:n,shrink:i,scroll:a,children:s,relative:u,largeSize:l,noSpacing:c,mediumSize:d,xlargeSize:f,fitOnLarge:p,fullHeight:m,fitOnMedium:g,fitOnXlarge:h,autoOnLarge:b,growOnLarge:C,microSpacing:S,smallSpacing:w,largeSpacing:I,autoOnMedium:A,autoOnXlarge:x,growOnMedium:E,growOnXlarge:P,shrinkOnLarge:_,shrinkOnMedium:L,shrinkOnXlarge:j,verticalSpacing:O,fullHeightOnLarge:N,fullHeightOnMedium:T,fullHeightOnXlarge:M,microVerticalSpacing:G,smallVerticalSpacing:B,largeVerticalSpacing:Z})=>{const R=f||l||d||t,F=z.cx(z.cell({fit:e,auto:r,grow:o,scroll:a,shrink:i,relative:u,noSpacing:c,fitOnLarge:p,fullHeight:m,fitOnMedium:g,fitOnXlarge:h,autoOnLarge:b,growOnLarge:C,microSpacing:S,largeSpacing:I,autoOnMedium:A,autoOnXlarge:x,growOnMedium:E,growOnXlarge:P,shrinkOnLarge:_,shrinkOnMedium:L,shrinkOnXlarge:j,verticalSpacing:O,fullHeightOnLarge:N,fullHeightOnMedium:T,fullHeightOnXlarge:M,microVerticalSpacing:G,smallVerticalSpacing:B,largeVerticalSpacing:Z,smallPadding:w}),z.css({small:t??R,large:l??R,medium:d??R,xlarge:f??R}));return v.jsx("div",{style:n,className:F,children:s})},Lf=({children:e,htmlFor:t,inline:r,table:o})=>{const n=z.labelSlot({inline:r,table:o});return v.jsx("label",{className:n.labelStyles,htmlFor:t,children:o?v.jsx("div",{className:n.tableRow,children:e}):e})},t4=({checked:e,defaultChecked:t,disabled:r,id:o,invalid:n,name:i,onBlur:a,onChange:s,onFocus:u})=>{const l=z.checkBoxSlot({});return v.jsx("div",{className:l.containerCheckOnly,children:v.jsxs("div",{className:z.checkBoxSlot({disabled:r,invalid:n}).checkboxStyle,children:[v.jsx("input",{className:l.checkboxInput,type:"checkbox",id:o,name:i,checked:e,defaultChecked:t,disabled:r,"aria-invalid":n,onBlur:a,onChange:s,onFocus:u}),v.jsx("div",{className:l.markContainer,"data-fake-checkbox":!n&&!r,children:e&&v.jsx("div",{className:l.checkMark,children:v.jsx("svg",{className:l.checkMarkIcon,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 54.19 42.05",children:v.jsx("path",{d:"M48,0a6,6,0,0,0-4.12,1.81c-9.36,9.38-16.58,17.25-25.16,26L10,20.47a6,6,0,0,0-8,8.92l.28.23,13,11a6,6,0,0,0,8.13-.34c10.79-10.81,18.46-19.43,29-30A6,6,0,0,0,48,0Z"})})})})]})})},r4=({id:e,name:t,label:r,onBlur:o,checked:n,invalid:i,onFocus:a,disabled:s,onChange:u,subtitle:l,pullRight:c,boldLabel:d,smallLabel:f,inlineText:p})=>{const m=z.checkBoxSlot({pullRight:c,spacing:!c,marginRight:c,columnTextBreak:!p,columnTextNoBreak:p});return v.jsxs(Lf,{htmlFor:e,children:[v.jsx("div",{className:m.columnStyles,children:v.jsx(t4,{id:e,name:t,onBlur:o,checked:n,invalid:i,onFocus:a,disabled:s,onChange:u})}),r&&v.jsxs("div",{className:m.columnStyles,children:[v.jsx("div",{className:m.checkboxLabel,children:typeof r=="string"?v.jsx(Ee,{disabled:s,size:f?"small":"regular",fontWeight:d?"bold":"semibold",children:r}):r}),l&&v.jsx("div",{className:m.subtitle,children:v.jsx(Ee,{size:"micro",color:"gray",children:l})})]})]})},n4=({children:e,disabled:t,inline:r,inverse:o,onClick:n,rectangular:i})=>r?v.jsx("span",{className:z.clickableRecipe({disabled:t,inverse:o,rectangular:i}),onClick:n,children:e}):v.jsx("div",{className:z.clickableRecipe({disabled:t,inverse:o,rectangular:i}),onClick:n,children:e});var Bi="focusScope.autoFocusOnMount",Li="focusScope.autoFocusOnUnmount",fc={bubbles:!1,cancelable:!0},o4="FocusScope",Df=y.forwardRef((e,t)=>{const{loop:r=!1,trapped:o=!1,onMountAutoFocus:n,onUnmountAutoFocus:i,...a}=e,[s,u]=y.useState(null),l=Xe(n),c=Xe(i),d=y.useRef(null),f=Se(t,g=>u(g)),p=y.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;y.useEffect(()=>{if(o){let g=function(S){if(p.paused||!s)return;const w=S.target;s.contains(w)?d.current=w:nt(d.current,{select:!0})},h=function(S){if(p.paused||!s)return;const w=S.relatedTarget;w!==null&&(s.contains(w)||nt(d.current,{select:!0}))},b=function(S){if(document.activeElement===document.body)for(const I of S)I.removedNodes.length>0&&nt(s)};document.addEventListener("focusin",g),document.addEventListener("focusout",h);const C=new MutationObserver(b);return s&&C.observe(s,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",g),document.removeEventListener("focusout",h),C.disconnect()}}},[o,s,p.paused]),y.useEffect(()=>{if(s){gc.add(p);const g=document.activeElement;if(!s.contains(g)){const b=new CustomEvent(Bi,fc);s.addEventListener(Bi,l),s.dispatchEvent(b),b.defaultPrevented||(i4(c4(Gf(s)),{select:!0}),document.activeElement===g&&nt(s))}return()=>{s.removeEventListener(Bi,l),setTimeout(()=>{const b=new CustomEvent(Li,fc);s.addEventListener(Li,c),s.dispatchEvent(b),b.defaultPrevented||nt(g??document.body,{select:!0}),s.removeEventListener(Li,c),gc.remove(p)},0)}}},[s,l,c,p]);const m=y.useCallback(g=>{if(!r&&!o||p.paused)return;const h=g.key==="Tab"&&!g.altKey&&!g.ctrlKey&&!g.metaKey,b=document.activeElement;if(h&&b){const C=g.currentTarget,[S,w]=a4(C);S&&w?!g.shiftKey&&b===w?(g.preventDefault(),r&&nt(S,{select:!0})):g.shiftKey&&b===S&&(g.preventDefault(),r&&nt(w,{select:!0})):b===C&&g.preventDefault()}},[r,o,p.paused]);return v.jsx(de.div,{tabIndex:-1,...a,ref:f,onKeyDown:m})});Df.displayName=o4;function i4(e,{select:t=!1}={}){const r=document.activeElement;for(const o of e)if(nt(o,{select:t}),document.activeElement!==r)return}function a4(e){const t=Gf(e),r=pc(t,e),o=pc(t.reverse(),e);return[r,o]}function Gf(e){const t=[],r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:o=>{const n=o.tagName==="INPUT"&&o.type==="hidden";return o.disabled||o.hidden||n?NodeFilter.FILTER_SKIP:o.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;r.nextNode();)t.push(r.currentNode);return t}function pc(e,t){for(const r of e)if(!u4(r,{upTo:t}))return r}function u4(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function s4(e){return e instanceof HTMLInputElement&&"select"in e}function nt(e,{select:t=!1}={}){if(e&&e.focus){const r=document.activeElement;e.focus({preventScroll:!0}),e!==r&&s4(e)&&t&&e.select()}}var gc=l4();function l4(){let e=[];return{add(t){const r=e[0];t!==r&&(r==null||r.pause()),e=vc(e,t),e.unshift(t)},remove(t){var r;e=vc(e,t),(r=e[0])==null||r.resume()}}}function vc(e,t){const r=[...e],o=r.indexOf(t);return o!==-1&&r.splice(o,1),r}function c4(e){return e.filter(t=>t.tagName!=="A")}var Di=0;function d4(){y.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??mc()),document.body.insertAdjacentElement("beforeend",e[1]??mc()),Di++,()=>{Di===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(t=>t.remove()),Di--}},[])}function mc(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.outline="none",e.style.opacity="0",e.style.position="fixed",e.style.pointerEvents="none",e}var ke=function(){return ke=Object.assign||function(t){for(var r,o=1,n=arguments.length;o<n;o++){r=arguments[o];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(t[i]=r[i])}return t},ke.apply(this,arguments)};function Wf(e,t){var r={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,o=Object.getOwnPropertySymbols(e);n<o.length;n++)t.indexOf(o[n])<0&&Object.prototype.propertyIsEnumerable.call(e,o[n])&&(r[o[n]]=e[o[n]]);return r}function f4(e,t,r){if(r||arguments.length===2)for(var o=0,n=t.length,i;o<n;o++)(i||!(o in t))&&(i||(i=Array.prototype.slice.call(t,0,o)),i[o]=t[o]);return e.concat(i||Array.prototype.slice.call(t))}var Vr="right-scroll-bar-position",jr="width-before-scroll-bar",p4="with-scroll-bars-hidden",g4="--removed-body-scroll-bar-size";function Gi(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function v4(e,t){var r=V.useState(function(){return{value:e,callback:t,facade:{get current(){return r.value},set current(o){var n=r.value;n!==o&&(r.value=o,r.callback(o,n))}}}})[0];return r.callback=t,r.facade}var m4=typeof window<"u"?y.useLayoutEffect:y.useEffect,hc=new WeakMap;function h4(e,t){var r=v4(null,function(o){return e.forEach(function(n){return Gi(n,o)})});return m4(function(){var o=hc.get(r);if(o){var n=new Set(o),i=new Set(e),a=r.current;n.forEach(function(s){i.has(s)||Gi(s,null)}),i.forEach(function(s){n.has(s)||Gi(s,a)})}hc.set(r,e)},[e]),r}function b4(e){return e}function y4(e,t){t===void 0&&(t=b4);var r=[],o=!1,n={read:function(){if(o)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return r.length?r[r.length-1]:e},useMedium:function(i){var a=t(i,o);return r.push(a),function(){r=r.filter(function(s){return s!==a})}},assignSyncMedium:function(i){for(o=!0;r.length;){var a=r;r=[],a.forEach(i)}r={push:function(s){return i(s)},filter:function(){return r}}},assignMedium:function(i){o=!0;var a=[];if(r.length){var s=r;r=[],s.forEach(i),a=r}var u=function(){var c=a;a=[],c.forEach(i)},l=function(){return Promise.resolve().then(u)};l(),r={push:function(c){a.push(c),l()},filter:function(c){return a=a.filter(c),r}}}};return n}function C4(e){e===void 0&&(e={});var t=y4(null);return t.options=ke({async:!0,ssr:!1},e),t}var kf=function(e){var t=e.sideCar,r=Wf(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var o=t.read();if(!o)throw new Error("Sidecar medium not found");return y.createElement(o,ke({},r))};kf.isSideCarExport=!0;function x4(e,t){return e.useMedium(t),kf}var Hf=C4(),Wi=function(){},bn=y.forwardRef(function(e,t){var r=y.useRef(null),o=y.useState({onScrollCapture:Wi,onWheelCapture:Wi,onTouchMoveCapture:Wi}),n=o[0],i=o[1],a=e.forwardProps,s=e.children,u=e.className,l=e.removeScrollBar,c=e.enabled,d=e.shards,f=e.sideCar,p=e.noIsolation,m=e.inert,g=e.allowPinchZoom,h=e.as,b=h===void 0?"div":h,C=e.gapMode,S=Wf(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as","gapMode"]),w=f,I=h4([r,t]),A=ke(ke({},S),n);return y.createElement(y.Fragment,null,c&&y.createElement(w,{sideCar:Hf,removeScrollBar:l,shards:d,noIsolation:p,inert:m,setCallbacks:i,allowPinchZoom:!!g,lockRef:r,gapMode:C}),a?y.cloneElement(y.Children.only(s),ke(ke({},A),{ref:I})):y.createElement(b,ke({},A,{className:u,ref:I}),s))});bn.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};bn.classNames={fullWidth:jr,zeroRight:Vr};var w4=function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function I4(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=w4();return t&&e.setAttribute("nonce",t),e}function S4(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function A4(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var E4=function(){var e=0,t=null;return{add:function(r){e==0&&(t=I4())&&(S4(t,r),A4(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},R4=function(){var e=E4();return function(t,r){y.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&r])}},Zf=function(){var e=R4(),t=function(r){var o=r.styles,n=r.dynamic;return e(o,n),null};return t},P4={left:0,top:0,right:0,gap:0},ki=function(e){return parseInt(e||"",10)||0},O4=function(e){var t=window.getComputedStyle(document.body),r=t[e==="padding"?"paddingLeft":"marginLeft"],o=t[e==="padding"?"paddingTop":"marginTop"],n=t[e==="padding"?"paddingRight":"marginRight"];return[ki(r),ki(o),ki(n)]},_4=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return P4;var t=O4(e),r=document.documentElement.clientWidth,o=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,o-r+t[2]-t[0])}},T4=Zf(),jt="data-scroll-locked",M4=function(e,t,r,o){var n=e.left,i=e.top,a=e.right,s=e.gap;return r===void 0&&(r="margin"),`
|
|
41
|
-
.`.concat(
|
|
42
|
-
overflow: hidden `).concat(
|
|
43
|
-
padding-right: `).concat(s,"px ").concat(
|
|
40
|
+
`+JSON.stringify(x))}Object.defineProperty(o,"__esModule",{value:!0});var c=Object.assign||function(x){for(var E=1;E<arguments.length;E++){var O=arguments[E];for(var D in O)Object.prototype.hasOwnProperty.call(O,D)&&(x[D]=O[D])}return x},d=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(x){return typeof x}:function(x){return x&&typeof Symbol=="function"&&x.constructor===Symbol&&x!==Symbol.prototype?"symbol":typeof x};o.default=s;var f=i(4),p=a(f),g=i(3),h=a(g),m=i(2),b=i(1),y="",w="none",I="object",S=typeof navigator<"u"&&/Android/i.test(navigator.userAgent),A=typeof requestAnimationFrame<"u"?requestAnimationFrame:setTimeout},function(r,o){function i(s){return function(){return s}}var a=function(){};a.thatReturns=i,a.thatReturnsFalse=i(!1),a.thatReturnsTrue=i(!0),a.thatReturnsNull=i(null),a.thatReturnsThis=function(){return this},a.thatReturnsArgument=function(s){return s},r.exports=a},function(r,o,i){function a(s,u,l,c,d,f,p,g){if(!s){var h;if(u===void 0)h=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var m=[l,c,d,f,p,g],b=0;h=new Error(u.replace(/%s/g,function(){return m[b++]})),h.name="Invariant Violation"}throw h.framesToPop=1,h}}r.exports=a},function(r,o,i){var a=i(6),s=i(7),u=i(10);r.exports=function(){function l(f,p,g,h,m,b){b!==u&&s(!1,"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")}function c(){return l}l.isRequired=l;var d={array:l,bool:l,func:l,number:l,object:l,string:l,symbol:l,any:l,arrayOf:c,element:l,instanceOf:c,node:l,objectOf:c,oneOf:c,oneOfType:c,shape:c,exact:c};return d.checkPropTypes=a,d.PropTypes=d,d}},function(r,o,i){r.exports=i(8)()},function(r,o){var i="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";r.exports=i},function(r,o){r.exports=n}])})})(lg);var R6=lg.exports;const T6=ol(R6);var O6="Separator",d1="horizontal",_6=["horizontal","vertical"],cg=C.forwardRef((e,t)=>{const{decorative:n,orientation:r=d1,...o}=e,i=M6(r)?r:d1,s=n?{role:"none"}:{"aria-orientation":i==="vertical"?i:void 0,role:"separator"};return v.jsx(fe.div,{"data-orientation":i,...s,...o,ref:t})});cg.displayName=O6;function M6(e){return _6.includes(e)}var V6=cg;const au=({orientation:e,marginVertical:t,marginHorizontal:n,color:r})=>v.jsx(V6,{className:z.separator({orientation:e,marginHorizontal:n,marginVertical:t,color:r})}),dg=M.forwardRef(({id:e,flat:t,mask:n,name:r,type:o,icon:i,size:a,value:s,block:u,style:l,color:c,onBlur:d,prefix:f,suffix:p,invalid:g,error:h,inverse:m,onFocus:b,shimmer:y,disabled:w,floating:I,onChange:S,readOnly:A,maxLength:x,onKeyDown:E,noPadding:O,separator:D,borderless:B,spellCheck:L,autoCorrect:P,placeholder:R,autoComplete:_,removeMargin:V,focusBorderless:j,separatorPrefix:F,separatorSuffix:k,removePrefixSpacing:T,removeSuffixSpacing:N,showOverflowEllipsis:G,inputDefaultPlaceholder:$,inputInversePlaceholder:W,inpuFakeValuePlaceholder:X,...Z},Y)=>{const q=z.input({flat:t,block:u,hasPrefix:!!f,hasSuffix:!!p,inverse:m,invalid:g,error:h,color:c,size:a,disabled:w,floating:I,noPadding:O,separator:D,borderless:B,removeMargin:V,focusBorderless:j,separatorPrefix:F,separatorSuffix:k,removePrefixSpacing:T,removeSuffixSpacing:N,showOverflowEllipsis:G,inputDefaultPlaceholder:$,inputInversePlaceholder:W,inpuFakeValuePlaceholder:X});return v.jsxs("div",{ref:Y,className:q.root,style:l,children:[y&&v.jsx("div",{className:q.loader,children:v.jsx(Ze,{width:"100%",height:"100%"})}),f&&v.jsxs(v.Fragment,{children:[v.jsx("div",{className:q.prefixContainer,children:f}),F&&v.jsx(au,{orientation:"vertical",marginVertical:"small"})]}),n!=null?v.jsx(T6,{id:e,mask:n,name:r,type:o,value:s,onBlur:d,onFocus:b,onChange:S,readOnly:A,disabled:!!w,maxLength:x,onKeyDown:E,spellCheck:L,"aria-readonly":A,autoCorrect:P,placeholder:R,className:q.masked,autoComplete:_,...Z}):v.jsx("input",{id:e,name:r,type:o,value:s,onBlur:d,onFocus:b,onChange:S,readOnly:A,disabled:!!w,maxLength:x,onKeyDown:E,spellCheck:L,"aria-readonly":A,className:q.input,autoCorrect:P,placeholder:R,autoComplete:_,...Z}),i&&i,p&&v.jsxs(v.Fragment,{children:[k&&v.jsx(au,{orientation:"vertical",marginVertical:"small"}),v.jsx("div",{className:q.separator,children:p})]})]})});dg.displayName="InputOnly";const fg=M.forwardRef(({id:e,name:t,mask:n,type:r,size:o,label:i,value:a,style:s,color:u,inline:l,onBlur:c,prefix:d,suffix:f,invalid:p,error:g,inverse:h,onFocus:m,disabled:b,floating:y,onChange:w,readOnly:I,hideLabel:S=!1,maxLength:A,onKeyDown:x,borderless:E,fontWeight:O,spellCheck:D,autoCorrect:B,placeholder:L,autoComplete:P,errorMessage:R,removeMargin:_,focusBorderless:V,separatorPrefix:j,separatorSuffix:F,labelDescription:k,removePrefixSpacing:T,removeSuffixSpacing:N,showOverflowEllipsis:G,...$},W)=>v.jsx(Sl,{label:i,inline:l,invalid:p,hideLabel:S,fontWeight:O,errorMessage:R,labelDescription:k,block:!1,children:v.jsx(dg,{id:e,ref:W,...$,size:o,name:t,mask:n,type:r,color:u,value:a,style:s,onBlur:c,prefix:d,suffix:f,invalid:p,error:g,inverse:h,onFocus:m,disabled:b,floating:y,onChange:w,readOnly:I,maxLength:A,onKeyDown:x,borderless:E,spellCheck:D,autoCorrect:B,placeholder:L,autoComplete:P,removeMargin:_,focusBorderless:V,separatorPrefix:j,separatorSuffix:F,removePrefixSpacing:T,removeSuffixSpacing:N,showOverflowEllipsis:G})}));function D6({id:e,name:t,size:n,label:r,value:o,prefix:i,inline:a,invalid:s,inverse:u,disabled:l,hideLabel:c,placeholder:d,labelDescription:f,inputRemoveMargins:p,inputFocusBorderless:g,inputOverflowEllipsis:h}){return v.jsx(ug,{onOutsideClick:()=>{},children:v.jsx(fg,{id:e,name:t,type:"text",value:o,label:r,size:n,prefix:!!i,inline:a,invalid:s,inverse:u,autoComplete:"off",disabled:l,hideLabel:c,placeholder:d,removeMargin:p,labelDescription:f,focusBorderless:g,showOverflowEllipsis:h,color:"gray",separatorPrefix:!1,separatorSuffix:!1,removePrefixSpacing:!1,removeSuffixSpacing:!1,suffix:!1,noPadding:!1,error:!1,flat:!1,borderless:!1,floating:!1,separator:!1,block:!1,inputDefaultPlaceholder:!1,inpuFakeValuePlaceholder:!1,inputInversePlaceholder:!1})})}var Il="Avatar",[F6,mM]=ft(Il),[N6,pg]=F6(Il),hg=C.forwardRef((e,t)=>{const{__scopeAvatar:n,...r}=e,[o,i]=C.useState("idle");return v.jsx(N6,{scope:n,imageLoadingStatus:o,onImageLoadingStatusChange:i,children:v.jsx(fe.span,{...r,ref:t})})});hg.displayName=Il;var gg="AvatarImage",mg=C.forwardRef((e,t)=>{const{__scopeAvatar:n,src:r,onLoadingStatusChange:o=()=>{},...i}=e,a=pg(gg,n),s=L6(r,i.referrerPolicy),u=ut(l=>{o(l),a.onImageLoadingStatusChange(l)});return lt(()=>{s!=="idle"&&u(s)},[s,u]),s==="loaded"?v.jsx(fe.img,{...i,ref:t,src:r}):null});mg.displayName=gg;var vg="AvatarFallback",bg=C.forwardRef((e,t)=>{const{__scopeAvatar:n,delayMs:r,...o}=e,i=pg(vg,n),[a,s]=C.useState(r===void 0);return C.useEffect(()=>{if(r!==void 0){const u=window.setTimeout(()=>s(!0),r);return()=>window.clearTimeout(u)}},[r]),a&&i.imageLoadingStatus!=="loaded"?v.jsx(fe.span,{...o,ref:t}):null});bg.displayName=vg;function L6(e,t){const[n,r]=C.useState("idle");return lt(()=>{if(!e){r("error");return}let o=!0;const i=new window.Image,a=s=>()=>{o&&r(s)};return r("loading"),i.onload=a("loaded"),i.onerror=a("error"),i.src=e,t&&(i.referrerPolicy=t),()=>{o=!1}},[e,t]),n}var j6=hg,B6=mg,k6=bg;const yg=({icon:e,size:t,shape:n,source:r,inline:o,loading:i,fallback:a})=>{const s=z.avatar({inline:o,size:t,shape:n});return v.jsxs(j6,{className:s.root,children:[v.jsx(B6,{className:s.image,src:r,alt:"Avatar"}),v.jsxs(k6,{className:s.fallback,delayMs:600,children:[a&&!i&&!e&&a,!a&&!i&&e&&v.jsx(ct,{name:"alert",size:"large",color:"secondary"}),i&&v.jsx(Ze,{width:"100%",height:"100%"})]})]})};function G6(e,t=globalThis==null?void 0:globalThis.document){const n=ut(e);C.useEffect(()=>{const r=o=>{o.key==="Escape"&&n(o)};return t.addEventListener("keydown",r,{capture:!0}),()=>t.removeEventListener("keydown",r,{capture:!0})},[n,t])}var W6="DismissableLayer",su="dismissableLayer.update",H6="dismissableLayer.pointerDownOutside",$6="dismissableLayer.focusOutside",f1,Cg=C.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),Al=C.forwardRef((e,t)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:r,onPointerDownOutside:o,onFocusOutside:i,onInteractOutside:a,onDismiss:s,...u}=e,l=C.useContext(Cg),[c,d]=C.useState(null),f=(c==null?void 0:c.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,p]=C.useState({}),g=_e(t,x=>d(x)),h=Array.from(l.layers),[m]=[...l.layersWithOutsidePointerEventsDisabled].slice(-1),b=h.indexOf(m),y=c?h.indexOf(c):-1,w=l.layersWithOutsidePointerEventsDisabled.size>0,I=y>=b,S=z6(x=>{const E=x.target,O=[...l.branches].some(D=>D.contains(E));!I||O||(o==null||o(x),a==null||a(x),x.defaultPrevented||s==null||s())},f),A=Y6(x=>{const E=x.target;[...l.branches].some(D=>D.contains(E))||(i==null||i(x),a==null||a(x),x.defaultPrevented||s==null||s())},f);return G6(x=>{y===l.layers.size-1&&(r==null||r(x),!x.defaultPrevented&&s&&(x.preventDefault(),s()))},f),C.useEffect(()=>{if(c)return n&&(l.layersWithOutsidePointerEventsDisabled.size===0&&(f1=f.body.style.pointerEvents,f.body.style.pointerEvents="none"),l.layersWithOutsidePointerEventsDisabled.add(c)),l.layers.add(c),p1(),()=>{n&&l.layersWithOutsidePointerEventsDisabled.size===1&&(f.body.style.pointerEvents=f1)}},[c,f,n,l]),C.useEffect(()=>()=>{c&&(l.layers.delete(c),l.layersWithOutsidePointerEventsDisabled.delete(c),p1())},[c,l]),C.useEffect(()=>{const x=()=>p({});return document.addEventListener(su,x),()=>document.removeEventListener(su,x)},[]),v.jsx(fe.div,{...u,ref:g,style:{pointerEvents:w?I?"auto":"none":void 0,...e.style},onFocusCapture:me(e.onFocusCapture,A.onFocusCapture),onBlurCapture:me(e.onBlurCapture,A.onBlurCapture),onPointerDownCapture:me(e.onPointerDownCapture,S.onPointerDownCapture)})});Al.displayName=W6;var X6="DismissableLayerBranch",Z6=C.forwardRef((e,t)=>{const n=C.useContext(Cg),r=C.useRef(null),o=_e(t,r);return C.useEffect(()=>{const i=r.current;if(i)return n.branches.add(i),()=>{n.branches.delete(i)}},[n.branches]),v.jsx(fe.div,{...e,ref:o})});Z6.displayName=X6;function z6(e,t=globalThis==null?void 0:globalThis.document){const n=ut(e),r=C.useRef(!1),o=C.useRef(()=>{});return C.useEffect(()=>{const i=s=>{if(s.target&&!r.current){let u=function(){xg(H6,n,l,{discrete:!0})};const l={originalEvent:s};s.pointerType==="touch"?(t.removeEventListener("click",o.current),o.current=u,t.addEventListener("click",o.current,{once:!0})):u()}else t.removeEventListener("click",o.current);r.current=!1},a=window.setTimeout(()=>{t.addEventListener("pointerdown",i)},0);return()=>{window.clearTimeout(a),t.removeEventListener("pointerdown",i),t.removeEventListener("click",o.current)}},[t,n]),{onPointerDownCapture:()=>r.current=!0}}function Y6(e,t=globalThis==null?void 0:globalThis.document){const n=ut(e),r=C.useRef(!1);return C.useEffect(()=>{const o=i=>{i.target&&!r.current&&xg($6,n,{originalEvent:i},{discrete:!1})};return t.addEventListener("focusin",o),()=>t.removeEventListener("focusin",o)},[t,n]),{onFocusCapture:()=>r.current=!0,onBlurCapture:()=>r.current=!1}}function p1(){const e=new CustomEvent(su);document.dispatchEvent(e)}function xg(e,t,n,{discrete:r}){const o=n.originalEvent.target,i=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&o.addEventListener(e,t,{once:!0}),r?B5(o,i):o.dispatchEvent(i)}const q6=["top","right","bottom","left"],Tt=Math.min,ke=Math.max,mo=Math.round,Nr=Math.floor,it=e=>({x:e,y:e}),U6={left:"right",right:"left",bottom:"top",top:"bottom"},J6={start:"end",end:"start"};function uu(e,t,n){return ke(e,Tt(t,n))}function mt(e,t){return typeof e=="function"?e(t):e}function vt(e){return e.split("-")[0]}function Nn(e){return e.split("-")[1]}function El(e){return e==="x"?"y":"x"}function Pl(e){return e==="y"?"height":"width"}function Ot(e){return["top","bottom"].includes(vt(e))?"y":"x"}function Rl(e){return El(Ot(e))}function K6(e,t,n){n===void 0&&(n=!1);const r=Nn(e),o=Rl(e),i=Pl(o);let a=o==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return t.reference[i]>t.floating[i]&&(a=vo(a)),[a,vo(a)]}function Q6(e){const t=vo(e);return[lu(e),t,lu(t)]}function lu(e){return e.replace(/start|end/g,t=>J6[t])}function e8(e,t,n){const r=["left","right"],o=["right","left"],i=["top","bottom"],a=["bottom","top"];switch(e){case"top":case"bottom":return n?t?o:r:t?r:o;case"left":case"right":return t?i:a;default:return[]}}function t8(e,t,n,r){const o=Nn(e);let i=e8(vt(e),n==="start",r);return o&&(i=i.map(a=>a+"-"+o),t&&(i=i.concat(i.map(lu)))),i}function vo(e){return e.replace(/left|right|bottom|top/g,t=>U6[t])}function n8(e){return{top:0,right:0,bottom:0,left:0,...e}}function wg(e){return typeof e!="number"?n8(e):{top:e,right:e,bottom:e,left:e}}function bo(e){const{x:t,y:n,width:r,height:o}=e;return{width:r,height:o,top:n,left:t,right:t+r,bottom:n+o,x:t,y:n}}function h1(e,t,n){let{reference:r,floating:o}=e;const i=Ot(t),a=Rl(t),s=Pl(a),u=vt(t),l=i==="y",c=r.x+r.width/2-o.width/2,d=r.y+r.height/2-o.height/2,f=r[s]/2-o[s]/2;let p;switch(u){case"top":p={x:c,y:r.y-o.height};break;case"bottom":p={x:c,y:r.y+r.height};break;case"right":p={x:r.x+r.width,y:d};break;case"left":p={x:r.x-o.width,y:d};break;default:p={x:r.x,y:r.y}}switch(Nn(t)){case"start":p[a]-=f*(n&&l?-1:1);break;case"end":p[a]+=f*(n&&l?-1:1);break}return p}const r8=async(e,t,n)=>{const{placement:r="bottom",strategy:o="absolute",middleware:i=[],platform:a}=n,s=i.filter(Boolean),u=await(a.isRTL==null?void 0:a.isRTL(t));let l=await a.getElementRects({reference:e,floating:t,strategy:o}),{x:c,y:d}=h1(l,r,u),f=r,p={},g=0;for(let h=0;h<s.length;h++){const{name:m,fn:b}=s[h],{x:y,y:w,data:I,reset:S}=await b({x:c,y:d,initialPlacement:r,placement:f,strategy:o,middlewareData:p,rects:l,platform:a,elements:{reference:e,floating:t}});c=y??c,d=w??d,p={...p,[m]:{...p[m],...I}},S&&g<=50&&(g++,typeof S=="object"&&(S.placement&&(f=S.placement),S.rects&&(l=S.rects===!0?await a.getElementRects({reference:e,floating:t,strategy:o}):S.rects),{x:c,y:d}=h1(l,f,u)),h=-1)}return{x:c,y:d,placement:f,strategy:o,middlewareData:p}};async function ar(e,t){var n;t===void 0&&(t={});const{x:r,y:o,platform:i,rects:a,elements:s,strategy:u}=e,{boundary:l="clippingAncestors",rootBoundary:c="viewport",elementContext:d="floating",altBoundary:f=!1,padding:p=0}=mt(t,e),g=wg(p),m=s[f?d==="floating"?"reference":"floating":d],b=bo(await i.getClippingRect({element:(n=await(i.isElement==null?void 0:i.isElement(m)))==null||n?m:m.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(s.floating)),boundary:l,rootBoundary:c,strategy:u})),y=d==="floating"?{x:r,y:o,width:a.floating.width,height:a.floating.height}:a.reference,w=await(i.getOffsetParent==null?void 0:i.getOffsetParent(s.floating)),I=await(i.isElement==null?void 0:i.isElement(w))?await(i.getScale==null?void 0:i.getScale(w))||{x:1,y:1}:{x:1,y:1},S=bo(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:s,rect:y,offsetParent:w,strategy:u}):y);return{top:(b.top-S.top+g.top)/I.y,bottom:(S.bottom-b.bottom+g.bottom)/I.y,left:(b.left-S.left+g.left)/I.x,right:(S.right-b.right+g.right)/I.x}}const o8=e=>({name:"arrow",options:e,async fn(t){const{x:n,y:r,placement:o,rects:i,platform:a,elements:s,middlewareData:u}=t,{element:l,padding:c=0}=mt(e,t)||{};if(l==null)return{};const d=wg(c),f={x:n,y:r},p=Rl(o),g=Pl(p),h=await a.getDimensions(l),m=p==="y",b=m?"top":"left",y=m?"bottom":"right",w=m?"clientHeight":"clientWidth",I=i.reference[g]+i.reference[p]-f[p]-i.floating[g],S=f[p]-i.reference[p],A=await(a.getOffsetParent==null?void 0:a.getOffsetParent(l));let x=A?A[w]:0;(!x||!await(a.isElement==null?void 0:a.isElement(A)))&&(x=s.floating[w]||i.floating[g]);const E=I/2-S/2,O=x/2-h[g]/2-1,D=Tt(d[b],O),B=Tt(d[y],O),L=D,P=x-h[g]-B,R=x/2-h[g]/2+E,_=uu(L,R,P),V=!u.arrow&&Nn(o)!=null&&R!==_&&i.reference[g]/2-(R<L?D:B)-h[g]/2<0,j=V?R<L?R-L:R-P:0;return{[p]:f[p]+j,data:{[p]:_,centerOffset:R-_-j,...V&&{alignmentOffset:j}},reset:V}}}),i8=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n,r;const{placement:o,middlewareData:i,rects:a,initialPlacement:s,platform:u,elements:l}=t,{mainAxis:c=!0,crossAxis:d=!0,fallbackPlacements:f,fallbackStrategy:p="bestFit",fallbackAxisSideDirection:g="none",flipAlignment:h=!0,...m}=mt(e,t);if((n=i.arrow)!=null&&n.alignmentOffset)return{};const b=vt(o),y=Ot(s),w=vt(s)===s,I=await(u.isRTL==null?void 0:u.isRTL(l.floating)),S=f||(w||!h?[vo(s)]:Q6(s)),A=g!=="none";!f&&A&&S.push(...t8(s,h,g,I));const x=[s,...S],E=await ar(t,m),O=[];let D=((r=i.flip)==null?void 0:r.overflows)||[];if(c&&O.push(E[b]),d){const R=K6(o,a,I);O.push(E[R[0]],E[R[1]])}if(D=[...D,{placement:o,overflows:O}],!O.every(R=>R<=0)){var B,L;const R=(((B=i.flip)==null?void 0:B.index)||0)+1,_=x[R];if(_)return{data:{index:R,overflows:D},reset:{placement:_}};let V=(L=D.filter(j=>j.overflows[0]<=0).sort((j,F)=>j.overflows[1]-F.overflows[1])[0])==null?void 0:L.placement;if(!V)switch(p){case"bestFit":{var P;const j=(P=D.filter(F=>{if(A){const k=Ot(F.placement);return k===y||k==="y"}return!0}).map(F=>[F.placement,F.overflows.filter(k=>k>0).reduce((k,T)=>k+T,0)]).sort((F,k)=>F[1]-k[1])[0])==null?void 0:P[0];j&&(V=j);break}case"initialPlacement":V=s;break}if(o!==V)return{reset:{placement:V}}}return{}}}};function g1(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function m1(e){return q6.some(t=>e[t]>=0)}const a8=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:n}=t,{strategy:r="referenceHidden",...o}=mt(e,t);switch(r){case"referenceHidden":{const i=await ar(t,{...o,elementContext:"reference"}),a=g1(i,n.reference);return{data:{referenceHiddenOffsets:a,referenceHidden:m1(a)}}}case"escaped":{const i=await ar(t,{...o,altBoundary:!0}),a=g1(i,n.floating);return{data:{escapedOffsets:a,escaped:m1(a)}}}default:return{}}}}};async function s8(e,t){const{placement:n,platform:r,elements:o}=e,i=await(r.isRTL==null?void 0:r.isRTL(o.floating)),a=vt(n),s=Nn(n),u=Ot(n)==="y",l=["left","top"].includes(a)?-1:1,c=i&&u?-1:1,d=mt(t,e);let{mainAxis:f,crossAxis:p,alignmentAxis:g}=typeof d=="number"?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:d.mainAxis||0,crossAxis:d.crossAxis||0,alignmentAxis:d.alignmentAxis};return s&&typeof g=="number"&&(p=s==="end"?g*-1:g),u?{x:p*c,y:f*l}:{x:f*l,y:p*c}}const u8=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var n,r;const{x:o,y:i,placement:a,middlewareData:s}=t,u=await s8(t,e);return a===((n=s.offset)==null?void 0:n.placement)&&(r=s.arrow)!=null&&r.alignmentOffset?{}:{x:o+u.x,y:i+u.y,data:{...u,placement:a}}}}},l8=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:o}=t,{mainAxis:i=!0,crossAxis:a=!1,limiter:s={fn:m=>{let{x:b,y}=m;return{x:b,y}}},...u}=mt(e,t),l={x:n,y:r},c=await ar(t,u),d=Ot(vt(o)),f=El(d);let p=l[f],g=l[d];if(i){const m=f==="y"?"top":"left",b=f==="y"?"bottom":"right",y=p+c[m],w=p-c[b];p=uu(y,p,w)}if(a){const m=d==="y"?"top":"left",b=d==="y"?"bottom":"right",y=g+c[m],w=g-c[b];g=uu(y,g,w)}const h=s.fn({...t,[f]:p,[d]:g});return{...h,data:{x:h.x-n,y:h.y-r,enabled:{[f]:i,[d]:a}}}}}},c8=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:n,y:r,placement:o,rects:i,middlewareData:a}=t,{offset:s=0,mainAxis:u=!0,crossAxis:l=!0}=mt(e,t),c={x:n,y:r},d=Ot(o),f=El(d);let p=c[f],g=c[d];const h=mt(s,t),m=typeof h=="number"?{mainAxis:h,crossAxis:0}:{mainAxis:0,crossAxis:0,...h};if(u){const w=f==="y"?"height":"width",I=i.reference[f]-i.floating[w]+m.mainAxis,S=i.reference[f]+i.reference[w]-m.mainAxis;p<I?p=I:p>S&&(p=S)}if(l){var b,y;const w=f==="y"?"width":"height",I=["top","left"].includes(vt(o)),S=i.reference[d]-i.floating[w]+(I&&((b=a.offset)==null?void 0:b[d])||0)+(I?0:m.crossAxis),A=i.reference[d]+i.reference[w]+(I?0:((y=a.offset)==null?void 0:y[d])||0)-(I?m.crossAxis:0);g<S?g=S:g>A&&(g=A)}return{[f]:p,[d]:g}}}},d8=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var n,r;const{placement:o,rects:i,platform:a,elements:s}=t,{apply:u=()=>{},...l}=mt(e,t),c=await ar(t,l),d=vt(o),f=Nn(o),p=Ot(o)==="y",{width:g,height:h}=i.floating;let m,b;d==="top"||d==="bottom"?(m=d,b=f===(await(a.isRTL==null?void 0:a.isRTL(s.floating))?"start":"end")?"left":"right"):(b=d,m=f==="end"?"top":"bottom");const y=h-c.top-c.bottom,w=g-c.left-c.right,I=Tt(h-c[m],y),S=Tt(g-c[b],w),A=!t.middlewareData.shift;let x=I,E=S;if((n=t.middlewareData.shift)!=null&&n.enabled.x&&(E=w),(r=t.middlewareData.shift)!=null&&r.enabled.y&&(x=y),A&&!f){const D=ke(c.left,0),B=ke(c.right,0),L=ke(c.top,0),P=ke(c.bottom,0);p?E=g-2*(D!==0||B!==0?D+B:ke(c.left,c.right)):x=h-2*(L!==0||P!==0?L+P:ke(c.top,c.bottom))}await u({...t,availableWidth:E,availableHeight:x});const O=await a.getDimensions(s.floating);return g!==O.width||h!==O.height?{reset:{rects:!0}}:{}}}};function Xo(){return typeof window<"u"}function Ln(e){return Sg(e)?(e.nodeName||"").toLowerCase():"#document"}function Ge(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function ht(e){var t;return(t=(Sg(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Sg(e){return Xo()?e instanceof Node||e instanceof Ge(e).Node:!1}function Je(e){return Xo()?e instanceof Element||e instanceof Ge(e).Element:!1}function dt(e){return Xo()?e instanceof HTMLElement||e instanceof Ge(e).HTMLElement:!1}function v1(e){return!Xo()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Ge(e).ShadowRoot}function Ir(e){const{overflow:t,overflowX:n,overflowY:r,display:o}=Ke(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!["inline","contents"].includes(o)}function f8(e){return["table","td","th"].includes(Ln(e))}function Zo(e){return[":popover-open",":modal"].some(t=>{try{return e.matches(t)}catch{return!1}})}function Tl(e){const t=Ol(),n=Je(e)?Ke(e):e;return["transform","translate","scale","rotate","perspective"].some(r=>n[r]?n[r]!=="none":!1)||(n.containerType?n.containerType!=="normal":!1)||!t&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!t&&(n.filter?n.filter!=="none":!1)||["transform","translate","scale","rotate","perspective","filter"].some(r=>(n.willChange||"").includes(r))||["paint","layout","strict","content"].some(r=>(n.contain||"").includes(r))}function p8(e){let t=_t(e);for(;dt(t)&&!Pn(t);){if(Tl(t))return t;if(Zo(t))return null;t=_t(t)}return null}function Ol(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function Pn(e){return["html","body","#document"].includes(Ln(e))}function Ke(e){return Ge(e).getComputedStyle(e)}function zo(e){return Je(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function _t(e){if(Ln(e)==="html")return e;const t=e.assignedSlot||e.parentNode||v1(e)&&e.host||ht(e);return v1(t)?t.host:t}function Ig(e){const t=_t(e);return Pn(t)?e.ownerDocument?e.ownerDocument.body:e.body:dt(t)&&Ir(t)?t:Ig(t)}function sr(e,t,n){var r;t===void 0&&(t=[]),n===void 0&&(n=!0);const o=Ig(e),i=o===((r=e.ownerDocument)==null?void 0:r.body),a=Ge(o);if(i){const s=cu(a);return t.concat(a,a.visualViewport||[],Ir(o)?o:[],s&&n?sr(s):[])}return t.concat(o,sr(o,[],n))}function cu(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Ag(e){const t=Ke(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const o=dt(e),i=o?e.offsetWidth:n,a=o?e.offsetHeight:r,s=mo(n)!==i||mo(r)!==a;return s&&(n=i,r=a),{width:n,height:r,$:s}}function _l(e){return Je(e)?e:e.contextElement}function xn(e){const t=_l(e);if(!dt(t))return it(1);const n=t.getBoundingClientRect(),{width:r,height:o,$:i}=Ag(t);let a=(i?mo(n.width):n.width)/r,s=(i?mo(n.height):n.height)/o;return(!a||!Number.isFinite(a))&&(a=1),(!s||!Number.isFinite(s))&&(s=1),{x:a,y:s}}const h8=it(0);function Eg(e){const t=Ge(e);return!Ol()||!t.visualViewport?h8:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function g8(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==Ge(e)?!1:t}function qt(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);const o=e.getBoundingClientRect(),i=_l(e);let a=it(1);t&&(r?Je(r)&&(a=xn(r)):a=xn(e));const s=g8(i,n,r)?Eg(i):it(0);let u=(o.left+s.x)/a.x,l=(o.top+s.y)/a.y,c=o.width/a.x,d=o.height/a.y;if(i){const f=Ge(i),p=r&&Je(r)?Ge(r):r;let g=f,h=cu(g);for(;h&&r&&p!==g;){const m=xn(h),b=h.getBoundingClientRect(),y=Ke(h),w=b.left+(h.clientLeft+parseFloat(y.paddingLeft))*m.x,I=b.top+(h.clientTop+parseFloat(y.paddingTop))*m.y;u*=m.x,l*=m.y,c*=m.x,d*=m.y,u+=w,l+=I,g=Ge(h),h=cu(g)}}return bo({width:c,height:d,x:u,y:l})}function Ml(e,t){const n=zo(e).scrollLeft;return t?t.left+n:qt(ht(e)).left+n}function Pg(e,t,n){n===void 0&&(n=!1);const r=e.getBoundingClientRect(),o=r.left+t.scrollLeft-(n?0:Ml(e,r)),i=r.top+t.scrollTop;return{x:o,y:i}}function m8(e){let{elements:t,rect:n,offsetParent:r,strategy:o}=e;const i=o==="fixed",a=ht(r),s=t?Zo(t.floating):!1;if(r===a||s&&i)return n;let u={scrollLeft:0,scrollTop:0},l=it(1);const c=it(0),d=dt(r);if((d||!d&&!i)&&((Ln(r)!=="body"||Ir(a))&&(u=zo(r)),dt(r))){const p=qt(r);l=xn(r),c.x=p.x+r.clientLeft,c.y=p.y+r.clientTop}const f=a&&!d&&!i?Pg(a,u,!0):it(0);return{width:n.width*l.x,height:n.height*l.y,x:n.x*l.x-u.scrollLeft*l.x+c.x+f.x,y:n.y*l.y-u.scrollTop*l.y+c.y+f.y}}function v8(e){return Array.from(e.getClientRects())}function b8(e){const t=ht(e),n=zo(e),r=e.ownerDocument.body,o=ke(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),i=ke(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let a=-n.scrollLeft+Ml(e);const s=-n.scrollTop;return Ke(r).direction==="rtl"&&(a+=ke(t.clientWidth,r.clientWidth)-o),{width:o,height:i,x:a,y:s}}function y8(e,t){const n=Ge(e),r=ht(e),o=n.visualViewport;let i=r.clientWidth,a=r.clientHeight,s=0,u=0;if(o){i=o.width,a=o.height;const l=Ol();(!l||l&&t==="fixed")&&(s=o.offsetLeft,u=o.offsetTop)}return{width:i,height:a,x:s,y:u}}function C8(e,t){const n=qt(e,!0,t==="fixed"),r=n.top+e.clientTop,o=n.left+e.clientLeft,i=dt(e)?xn(e):it(1),a=e.clientWidth*i.x,s=e.clientHeight*i.y,u=o*i.x,l=r*i.y;return{width:a,height:s,x:u,y:l}}function b1(e,t,n){let r;if(t==="viewport")r=y8(e,n);else if(t==="document")r=b8(ht(e));else if(Je(t))r=C8(t,n);else{const o=Eg(e);r={x:t.x-o.x,y:t.y-o.y,width:t.width,height:t.height}}return bo(r)}function Rg(e,t){const n=_t(e);return n===t||!Je(n)||Pn(n)?!1:Ke(n).position==="fixed"||Rg(n,t)}function x8(e,t){const n=t.get(e);if(n)return n;let r=sr(e,[],!1).filter(s=>Je(s)&&Ln(s)!=="body"),o=null;const i=Ke(e).position==="fixed";let a=i?_t(e):e;for(;Je(a)&&!Pn(a);){const s=Ke(a),u=Tl(a);!u&&s.position==="fixed"&&(o=null),(i?!u&&!o:!u&&s.position==="static"&&!!o&&["absolute","fixed"].includes(o.position)||Ir(a)&&!u&&Rg(e,a))?r=r.filter(c=>c!==a):o=s,a=_t(a)}return t.set(e,r),r}function w8(e){let{element:t,boundary:n,rootBoundary:r,strategy:o}=e;const a=[...n==="clippingAncestors"?Zo(t)?[]:x8(t,this._c):[].concat(n),r],s=a[0],u=a.reduce((l,c)=>{const d=b1(t,c,o);return l.top=ke(d.top,l.top),l.right=Tt(d.right,l.right),l.bottom=Tt(d.bottom,l.bottom),l.left=ke(d.left,l.left),l},b1(t,s,o));return{width:u.right-u.left,height:u.bottom-u.top,x:u.left,y:u.top}}function S8(e){const{width:t,height:n}=Ag(e);return{width:t,height:n}}function I8(e,t,n){const r=dt(t),o=ht(t),i=n==="fixed",a=qt(e,!0,i,t);let s={scrollLeft:0,scrollTop:0};const u=it(0);if(r||!r&&!i)if((Ln(t)!=="body"||Ir(o))&&(s=zo(t)),r){const f=qt(t,!0,i,t);u.x=f.x+t.clientLeft,u.y=f.y+t.clientTop}else o&&(u.x=Ml(o));const l=o&&!r&&!i?Pg(o,s):it(0),c=a.left+s.scrollLeft-u.x-l.x,d=a.top+s.scrollTop-u.y-l.y;return{x:c,y:d,width:a.width,height:a.height}}function ys(e){return Ke(e).position==="static"}function y1(e,t){if(!dt(e)||Ke(e).position==="fixed")return null;if(t)return t(e);let n=e.offsetParent;return ht(e)===n&&(n=n.ownerDocument.body),n}function Tg(e,t){const n=Ge(e);if(Zo(e))return n;if(!dt(e)){let o=_t(e);for(;o&&!Pn(o);){if(Je(o)&&!ys(o))return o;o=_t(o)}return n}let r=y1(e,t);for(;r&&f8(r)&&ys(r);)r=y1(r,t);return r&&Pn(r)&&ys(r)&&!Tl(r)?n:r||p8(e)||n}const A8=async function(e){const t=this.getOffsetParent||Tg,n=this.getDimensions,r=await n(e.floating);return{reference:I8(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function E8(e){return Ke(e).direction==="rtl"}const P8={convertOffsetParentRelativeRectToViewportRelativeRect:m8,getDocumentElement:ht,getClippingRect:w8,getOffsetParent:Tg,getElementRects:A8,getClientRects:v8,getDimensions:S8,getScale:xn,isElement:Je,isRTL:E8};function Og(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function R8(e,t){let n=null,r;const o=ht(e);function i(){var s;clearTimeout(r),(s=n)==null||s.disconnect(),n=null}function a(s,u){s===void 0&&(s=!1),u===void 0&&(u=1),i();const l=e.getBoundingClientRect(),{left:c,top:d,width:f,height:p}=l;if(s||t(),!f||!p)return;const g=Nr(d),h=Nr(o.clientWidth-(c+f)),m=Nr(o.clientHeight-(d+p)),b=Nr(c),w={rootMargin:-g+"px "+-h+"px "+-m+"px "+-b+"px",threshold:ke(0,Tt(1,u))||1};let I=!0;function S(A){const x=A[0].intersectionRatio;if(x!==u){if(!I)return a();x?a(!1,x):r=setTimeout(()=>{a(!1,1e-7)},1e3)}x===1&&!Og(l,e.getBoundingClientRect())&&a(),I=!1}try{n=new IntersectionObserver(S,{...w,root:o.ownerDocument})}catch{n=new IntersectionObserver(S,w)}n.observe(e)}return a(!0),i}function Vl(e,t,n,r){r===void 0&&(r={});const{ancestorScroll:o=!0,ancestorResize:i=!0,elementResize:a=typeof ResizeObserver=="function",layoutShift:s=typeof IntersectionObserver=="function",animationFrame:u=!1}=r,l=_l(e),c=o||i?[...l?sr(l):[],...sr(t)]:[];c.forEach(b=>{o&&b.addEventListener("scroll",n,{passive:!0}),i&&b.addEventListener("resize",n)});const d=l&&s?R8(l,n):null;let f=-1,p=null;a&&(p=new ResizeObserver(b=>{let[y]=b;y&&y.target===l&&p&&(p.unobserve(t),cancelAnimationFrame(f),f=requestAnimationFrame(()=>{var w;(w=p)==null||w.observe(t)})),n()}),l&&!u&&p.observe(l),p.observe(t));let g,h=u?qt(e):null;u&&m();function m(){const b=qt(e);h&&!Og(h,b)&&n(),h=b,g=requestAnimationFrame(m)}return n(),()=>{var b;c.forEach(y=>{o&&y.removeEventListener("scroll",n),i&&y.removeEventListener("resize",n)}),d==null||d(),(b=p)==null||b.disconnect(),p=null,u&&cancelAnimationFrame(g)}}const T8=u8,O8=l8,_8=i8,M8=d8,V8=a8,C1=o8,D8=c8,F8=(e,t,n)=>{const r=new Map,o={platform:P8,...n},i={...o.platform,_c:r};return r8(e,t,{...o,platform:i})};var eo=typeof document<"u"?M.useLayoutEffect:M.useEffect;function yo(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let n,r,o;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(n=e.length,n!==t.length)return!1;for(r=n;r--!==0;)if(!yo(e[r],t[r]))return!1;return!0}if(o=Object.keys(e),n=o.length,n!==Object.keys(t).length)return!1;for(r=n;r--!==0;)if(!{}.hasOwnProperty.call(t,o[r]))return!1;for(r=n;r--!==0;){const i=o[r];if(!(i==="_owner"&&e.$$typeof)&&!yo(e[i],t[i]))return!1}return!0}return e!==e&&t!==t}function _g(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function x1(e,t){const n=_g(e);return Math.round(t*n)/n}function Cs(e){const t=C.useRef(e);return eo(()=>{t.current=e}),t}function Mg(e){e===void 0&&(e={});const{placement:t="bottom",strategy:n="absolute",middleware:r=[],platform:o,elements:{reference:i,floating:a}={},transform:s=!0,whileElementsMounted:u,open:l}=e,[c,d]=C.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[f,p]=C.useState(r);yo(f,r)||p(r);const[g,h]=C.useState(null),[m,b]=C.useState(null),y=C.useCallback(F=>{F!==A.current&&(A.current=F,h(F))},[]),w=C.useCallback(F=>{F!==x.current&&(x.current=F,b(F))},[]),I=i||g,S=a||m,A=C.useRef(null),x=C.useRef(null),E=C.useRef(c),O=u!=null,D=Cs(u),B=Cs(o),L=Cs(l),P=C.useCallback(()=>{if(!A.current||!x.current)return;const F={placement:t,strategy:n,middleware:f};B.current&&(F.platform=B.current),F8(A.current,x.current,F).then(k=>{const T={...k,isPositioned:L.current!==!1};R.current&&!yo(E.current,T)&&(E.current=T,qu.flushSync(()=>{d(T)}))})},[f,t,n,B,L]);eo(()=>{l===!1&&E.current.isPositioned&&(E.current.isPositioned=!1,d(F=>({...F,isPositioned:!1})))},[l]);const R=C.useRef(!1);eo(()=>(R.current=!0,()=>{R.current=!1}),[]),eo(()=>{if(I&&(A.current=I),S&&(x.current=S),I&&S){if(D.current)return D.current(I,S,P);P()}},[I,S,P,D,O]);const _=C.useMemo(()=>({reference:A,floating:x,setReference:y,setFloating:w}),[y,w]),V=C.useMemo(()=>({reference:I,floating:S}),[I,S]),j=C.useMemo(()=>{const F={position:n,left:0,top:0};if(!V.floating)return F;const k=x1(V.floating,c.x),T=x1(V.floating,c.y);return s?{...F,transform:"translate("+k+"px, "+T+"px)",..._g(V.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:k,top:T}},[n,s,V.floating,c.x,c.y]);return C.useMemo(()=>({...c,update:P,refs:_,elements:V,floatingStyles:j}),[c,P,_,V,j])}const N8=e=>{function t(n){return{}.hasOwnProperty.call(n,"current")}return{name:"arrow",options:e,fn(n){const{element:r,padding:o}=typeof e=="function"?e(n):e;return r&&t(r)?r.current!=null?C1({element:r.current,padding:o}).fn(n):{}:r?C1({element:r,padding:o}).fn(n):{}}}},Vg=(e,t)=>({...T8(e),options:[e,t]}),Dg=(e,t)=>({...O8(e),options:[e,t]}),Fg=(e,t)=>({...D8(e),options:[e,t]}),Ng=(e,t)=>({..._8(e),options:[e,t]}),Lg=(e,t)=>({...M8(e),options:[e,t]}),jg=(e,t)=>({...V8(e),options:[e,t]}),Bg=(e,t)=>({...N8(e),options:[e,t]});var L8="Arrow",kg=C.forwardRef((e,t)=>{const{children:n,width:r=10,height:o=5,...i}=e;return v.jsx(fe.svg,{...i,ref:t,width:r,height:o,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?n:v.jsx("polygon",{points:"0,0 30,0 15,10"})})});kg.displayName=L8;var j8=kg;function Gg(e){const[t,n]=C.useState(void 0);return lt(()=>{if(e){n({width:e.offsetWidth,height:e.offsetHeight});const r=new ResizeObserver(o=>{if(!Array.isArray(o)||!o.length)return;const i=o[0];let a,s;if("borderBoxSize"in i){const u=i.borderBoxSize,l=Array.isArray(u)?u[0]:u;a=l.inlineSize,s=l.blockSize}else a=e.offsetWidth,s=e.offsetHeight;n({width:a,height:s})});return r.observe(e,{box:"border-box"}),()=>r.unobserve(e)}else n(void 0)},[e]),t}var Dl="Popper",[Wg,Hg]=ft(Dl),[B8,$g]=Wg(Dl),Xg=e=>{const{__scopePopper:t,children:n}=e,[r,o]=C.useState(null);return v.jsx(B8,{scope:t,anchor:r,onAnchorChange:o,children:n})};Xg.displayName=Dl;var Zg="PopperAnchor",zg=C.forwardRef((e,t)=>{const{__scopePopper:n,virtualRef:r,...o}=e,i=$g(Zg,n),a=C.useRef(null),s=_e(t,a);return C.useEffect(()=>{i.onAnchorChange((r==null?void 0:r.current)||a.current)}),r?null:v.jsx(fe.div,{...o,ref:s})});zg.displayName=Zg;var Fl="PopperContent",[k8,G8]=Wg(Fl),Yg=C.forwardRef((e,t)=>{var Y,q,J,Q,re,H;const{__scopePopper:n,side:r="bottom",sideOffset:o=0,align:i="center",alignOffset:a=0,arrowPadding:s=0,avoidCollisions:u=!0,collisionBoundary:l=[],collisionPadding:c=0,sticky:d="partial",hideWhenDetached:f=!1,updatePositionStrategy:p="optimized",onPlaced:g,...h}=e,m=$g(Fl,n),[b,y]=C.useState(null),w=_e(t,ne=>y(ne)),[I,S]=C.useState(null),A=Gg(I),x=(A==null?void 0:A.width)??0,E=(A==null?void 0:A.height)??0,O=r+(i!=="center"?"-"+i:""),D=typeof c=="number"?c:{top:0,right:0,bottom:0,left:0,...c},B=Array.isArray(l)?l:[l],L=B.length>0,P={padding:D,boundary:B.filter(H8),altBoundary:L},{refs:R,floatingStyles:_,placement:V,isPositioned:j,middlewareData:F}=Mg({strategy:"fixed",placement:O,whileElementsMounted:(...ne)=>Vl(...ne,{animationFrame:p==="always"}),elements:{reference:m.anchor},middleware:[Vg({mainAxis:o+E,alignmentAxis:a}),u&&Dg({mainAxis:!0,crossAxis:!1,limiter:d==="partial"?Fg():void 0,...P}),u&&Ng({...P}),Lg({...P,apply:({elements:ne,rects:se,availableWidth:le,availableHeight:ge})=>{const{width:we,height:ve}=se.reference,ie=ne.floating.style;ie.setProperty("--radix-popper-available-width",`${le}px`),ie.setProperty("--radix-popper-available-height",`${ge}px`),ie.setProperty("--radix-popper-anchor-width",`${we}px`),ie.setProperty("--radix-popper-anchor-height",`${ve}px`)}}),I&&Bg({element:I,padding:s}),$8({arrowWidth:x,arrowHeight:E}),f&&jg({strategy:"referenceHidden",...P})]}),[k,T]=Jg(V),N=ut(g);lt(()=>{j&&(N==null||N())},[j,N]);const G=(Y=F.arrow)==null?void 0:Y.x,$=(q=F.arrow)==null?void 0:q.y,W=((J=F.arrow)==null?void 0:J.centerOffset)!==0,[X,Z]=C.useState();return lt(()=>{b&&Z(window.getComputedStyle(b).zIndex)},[b]),v.jsx("div",{ref:R.setFloating,"data-radix-popper-content-wrapper":"",style:{..._,transform:j?_.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:X,"--radix-popper-transform-origin":[(Q=F.transformOrigin)==null?void 0:Q.x,(re=F.transformOrigin)==null?void 0:re.y].join(" "),...((H=F.hide)==null?void 0:H.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:v.jsx(k8,{scope:n,placedSide:k,onArrowChange:S,arrowX:G,arrowY:$,shouldHideArrow:W,children:v.jsx(fe.div,{"data-side":k,"data-align":T,...h,ref:w,style:{...h.style,animation:j?void 0:"none"}})})})});Yg.displayName=Fl;var qg="PopperArrow",W8={top:"bottom",right:"left",bottom:"top",left:"right"},Ug=C.forwardRef(function(t,n){const{__scopePopper:r,...o}=t,i=G8(qg,r),a=W8[i.placedSide];return v.jsx("span",{ref:i.onArrowChange,style:{position:"absolute",left:i.arrowX,top:i.arrowY,[a]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[i.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[i.placedSide],visibility:i.shouldHideArrow?"hidden":void 0},children:v.jsx(j8,{...o,ref:n,style:{...o.style,display:"block"}})})});Ug.displayName=qg;function H8(e){return e!==null}var $8=e=>({name:"transformOrigin",options:e,fn(t){var m,b,y;const{placement:n,rects:r,middlewareData:o}=t,a=((m=o.arrow)==null?void 0:m.centerOffset)!==0,s=a?0:e.arrowWidth,u=a?0:e.arrowHeight,[l,c]=Jg(n),d={start:"0%",center:"50%",end:"100%"}[c],f=(((b=o.arrow)==null?void 0:b.x)??0)+s/2,p=(((y=o.arrow)==null?void 0:y.y)??0)+u/2;let g="",h="";return l==="bottom"?(g=a?d:`${f}px`,h=`${-u}px`):l==="top"?(g=a?d:`${f}px`,h=`${r.floating.height+u}px`):l==="right"?(g=`${-u}px`,h=a?d:`${p}px`):l==="left"&&(g=`${r.floating.width+u}px`,h=a?d:`${p}px`),{data:{x:g,y:h}}}});function Jg(e){const[t,n="center"]=e.split("-");return[t,n]}var X8=Xg,Z8=zg,z8=Yg,Y8=Ug,q8="Portal",Kg=C.forwardRef((e,t)=>{var s;const{container:n,...r}=e,[o,i]=C.useState(!1);lt(()=>i(!0),[]);const a=n||o&&((s=globalThis==null?void 0:globalThis.document)==null?void 0:s.body);return a?gt.createPortal(v.jsx(fe.div,{...r,ref:t}),a):null});Kg.displayName=q8;var U8="VisuallyHidden",Qg=C.forwardRef((e,t)=>v.jsx(fe.span,{...e,ref:t,style:{position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal",...e.style}}));Qg.displayName=U8;var J8=Qg,[Yo,vM]=ft("Tooltip",[Hg]),qo=Hg(),e2="TooltipProvider",K8=700,du="tooltip.open",[Q8,Nl]=Yo(e2),t2=e=>{const{__scopeTooltip:t,delayDuration:n=K8,skipDelayDuration:r=300,disableHoverableContent:o=!1,children:i}=e,[a,s]=C.useState(!0),u=C.useRef(!1),l=C.useRef(0);return C.useEffect(()=>{const c=l.current;return()=>window.clearTimeout(c)},[]),v.jsx(Q8,{scope:t,isOpenDelayed:a,delayDuration:n,onOpen:C.useCallback(()=>{window.clearTimeout(l.current),s(!1)},[]),onClose:C.useCallback(()=>{window.clearTimeout(l.current),l.current=window.setTimeout(()=>s(!0),r)},[r]),isPointerInTransitRef:u,onPointerInTransitChange:C.useCallback(c=>{u.current=c},[]),disableHoverableContent:o,children:i})};t2.displayName=e2;var Uo="Tooltip",[e7,Jo]=Yo(Uo),n2=e=>{const{__scopeTooltip:t,children:n,open:r,defaultOpen:o=!1,onOpenChange:i,disableHoverableContent:a,delayDuration:s}=e,u=Nl(Uo,e.__scopeTooltip),l=qo(t),[c,d]=C.useState(null),f=Pt(),p=C.useRef(0),g=a??u.disableHoverableContent,h=s??u.delayDuration,m=C.useRef(!1),[b=!1,y]=Ft({prop:r,defaultProp:o,onChange:x=>{x?(u.onOpen(),document.dispatchEvent(new CustomEvent(du))):u.onClose(),i==null||i(x)}}),w=C.useMemo(()=>b?m.current?"delayed-open":"instant-open":"closed",[b]),I=C.useCallback(()=>{window.clearTimeout(p.current),p.current=0,m.current=!1,y(!0)},[y]),S=C.useCallback(()=>{window.clearTimeout(p.current),p.current=0,y(!1)},[y]),A=C.useCallback(()=>{window.clearTimeout(p.current),p.current=window.setTimeout(()=>{m.current=!0,y(!0),p.current=0},h)},[h,y]);return C.useEffect(()=>()=>{p.current&&(window.clearTimeout(p.current),p.current=0)},[]),v.jsx(X8,{...l,children:v.jsx(e7,{scope:t,contentId:f,open:b,stateAttribute:w,trigger:c,onTriggerChange:d,onTriggerEnter:C.useCallback(()=>{u.isOpenDelayed?A():I()},[u.isOpenDelayed,A,I]),onTriggerLeave:C.useCallback(()=>{g?S():(window.clearTimeout(p.current),p.current=0)},[S,g]),onOpen:I,onClose:S,disableHoverableContent:g,children:n})})};n2.displayName=Uo;var fu="TooltipTrigger",r2=C.forwardRef((e,t)=>{const{__scopeTooltip:n,...r}=e,o=Jo(fu,n),i=Nl(fu,n),a=qo(n),s=C.useRef(null),u=_e(t,s,o.onTriggerChange),l=C.useRef(!1),c=C.useRef(!1),d=C.useCallback(()=>l.current=!1,[]);return C.useEffect(()=>()=>document.removeEventListener("pointerup",d),[d]),v.jsx(Z8,{asChild:!0,...a,children:v.jsx(fe.button,{"aria-describedby":o.open?o.contentId:void 0,"data-state":o.stateAttribute,...r,ref:u,onPointerMove:me(e.onPointerMove,f=>{f.pointerType!=="touch"&&!c.current&&!i.isPointerInTransitRef.current&&(o.onTriggerEnter(),c.current=!0)}),onPointerLeave:me(e.onPointerLeave,()=>{o.onTriggerLeave(),c.current=!1}),onPointerDown:me(e.onPointerDown,()=>{l.current=!0,document.addEventListener("pointerup",d,{once:!0})}),onFocus:me(e.onFocus,()=>{l.current||o.onOpen()}),onBlur:me(e.onBlur,o.onClose),onClick:me(e.onClick,o.onClose)})})});r2.displayName=fu;var t7="TooltipPortal",[bM,n7]=Yo(t7,{forceMount:void 0}),Rn="TooltipContent",o2=C.forwardRef((e,t)=>{const n=n7(Rn,e.__scopeTooltip),{forceMount:r=n.forceMount,side:o="top",...i}=e,a=Jo(Rn,e.__scopeTooltip);return v.jsx(Qt,{present:r||a.open,children:a.disableHoverableContent?v.jsx(i2,{side:o,...i,ref:t}):v.jsx(r7,{side:o,...i,ref:t})})}),r7=C.forwardRef((e,t)=>{const n=Jo(Rn,e.__scopeTooltip),r=Nl(Rn,e.__scopeTooltip),o=C.useRef(null),i=_e(t,o),[a,s]=C.useState(null),{trigger:u,onClose:l}=n,c=o.current,{onPointerInTransitChange:d}=r,f=C.useCallback(()=>{s(null),d(!1)},[d]),p=C.useCallback((g,h)=>{const m=g.currentTarget,b={x:g.clientX,y:g.clientY},y=a7(b,m.getBoundingClientRect()),w=s7(b,y),I=u7(h.getBoundingClientRect()),S=c7([...w,...I]);s(S),d(!0)},[d]);return C.useEffect(()=>()=>f(),[f]),C.useEffect(()=>{if(u&&c){const g=m=>p(m,c),h=m=>p(m,u);return u.addEventListener("pointerleave",g),c.addEventListener("pointerleave",h),()=>{u.removeEventListener("pointerleave",g),c.removeEventListener("pointerleave",h)}}},[u,c,p,f]),C.useEffect(()=>{if(a){const g=h=>{const m=h.target,b={x:h.clientX,y:h.clientY},y=(u==null?void 0:u.contains(m))||(c==null?void 0:c.contains(m)),w=!l7(b,a);y?f():w&&(f(),l())};return document.addEventListener("pointermove",g),()=>document.removeEventListener("pointermove",g)}},[u,c,a,l,f]),v.jsx(i2,{...e,ref:i})}),[o7,i7]=Yo(Uo,{isInside:!1}),i2=C.forwardRef((e,t)=>{const{__scopeTooltip:n,children:r,"aria-label":o,onEscapeKeyDown:i,onPointerDownOutside:a,...s}=e,u=Jo(Rn,n),l=qo(n),{onClose:c}=u;return C.useEffect(()=>(document.addEventListener(du,c),()=>document.removeEventListener(du,c)),[c]),C.useEffect(()=>{if(u.trigger){const d=f=>{const p=f.target;p!=null&&p.contains(u.trigger)&&c()};return window.addEventListener("scroll",d,{capture:!0}),()=>window.removeEventListener("scroll",d,{capture:!0})}},[u.trigger,c]),v.jsx(Al,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:i,onPointerDownOutside:a,onFocusOutside:d=>d.preventDefault(),onDismiss:c,children:v.jsxs(z8,{"data-state":u.stateAttribute,...l,...s,ref:t,style:{...s.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"},children:[v.jsx(kh,{children:r}),v.jsx(o7,{scope:n,isInside:!0,children:v.jsx(J8,{id:u.contentId,role:"tooltip",children:o||r})})]})})});o2.displayName=Rn;var a2="TooltipArrow",s2=C.forwardRef((e,t)=>{const{__scopeTooltip:n,...r}=e,o=qo(n);return i7(a2,n).isInside?null:v.jsx(Y8,{...o,...r,ref:t})});s2.displayName=a2;function a7(e,t){const n=Math.abs(t.top-e.y),r=Math.abs(t.bottom-e.y),o=Math.abs(t.right-e.x),i=Math.abs(t.left-e.x);switch(Math.min(n,r,o,i)){case i:return"left";case o:return"right";case n:return"top";case r:return"bottom";default:throw new Error("unreachable")}}function s7(e,t,n=5){const r=[];switch(t){case"top":r.push({x:e.x-n,y:e.y+n},{x:e.x+n,y:e.y+n});break;case"bottom":r.push({x:e.x-n,y:e.y-n},{x:e.x+n,y:e.y-n});break;case"left":r.push({x:e.x+n,y:e.y-n},{x:e.x+n,y:e.y+n});break;case"right":r.push({x:e.x-n,y:e.y-n},{x:e.x-n,y:e.y+n});break}return r}function u7(e){const{top:t,right:n,bottom:r,left:o}=e;return[{x:o,y:t},{x:n,y:t},{x:n,y:r},{x:o,y:r}]}function l7(e,t){const{x:n,y:r}=e;let o=!1;for(let i=0,a=t.length-1;i<t.length;a=i++){const s=t[i].x,u=t[i].y,l=t[a].x,c=t[a].y;u>r!=c>r&&n<(l-s)*(r-u)/(c-u)+s&&(o=!o)}return o}function c7(e){const t=e.slice();return t.sort((n,r)=>n.x<r.x?-1:n.x>r.x?1:n.y<r.y?-1:n.y>r.y?1:0),d7(t)}function d7(e){if(e.length<=1)return e.slice();const t=[];for(let r=0;r<e.length;r++){const o=e[r];for(;t.length>=2;){const i=t[t.length-1],a=t[t.length-2];if((i.x-a.x)*(o.y-a.y)>=(i.y-a.y)*(o.x-a.x))t.pop();else break}t.push(o)}t.pop();const n=[];for(let r=e.length-1;r>=0;r--){const o=e[r];for(;n.length>=2;){const i=n[n.length-1],a=n[n.length-2];if((i.x-a.x)*(o.y-a.y)>=(i.y-a.y)*(o.x-a.x))n.pop();else break}n.push(o)}return n.pop(),t.length===1&&n.length===1&&t[0].x===n[0].x&&t[0].y===n[0].y?t:t.concat(n)}var f7=t2,p7=n2,h7=r2,g7=o2,m7=s2;const pu=({open:e,content:t,children:n,defaultOpen:r,onOpenChange:o,side:i="top"})=>{const a=z.tooltip({});return v.jsx(f7,{delayDuration:800,skipDelayDuration:500,children:v.jsxs(p7,{open:e,defaultOpen:r,onOpenChange:o,children:[v.jsx(h7,{children:n}),v.jsxs(g7,{side:i,className:a.content,children:[t,v.jsx(m7,{className:a.arrow})]})]})})},v7=({size:e,side:t,apps:n=[],showItems:r=4,square:o,rawCounter:i,inline:a})=>{var l,c;const s=`+${i==null?void 0:i.toLocaleString("pt-BR")}`,u=z.avatarGroup({square:o});return v.jsxs("div",{className:u.container,children:[(l=n==null?void 0:n.filter((d,f)=>f<r))==null?void 0:l.map((d,f)=>v.jsx("div",{className:u.avatarStyle,children:v.jsx(pu,{side:t,content:d&&(d==null?void 0:d.name),children:v.jsx(yg,{source:d==null?void 0:d.icon,size:e,shape:o?"square":"default",inline:a})})},f)),i&&v.jsx("div",{className:u.othersStyle,children:v.jsx(De,{size:"small",color:"muted",fontWeight:"bold",children:s})}),!i&&n.length>r&&v.jsx("div",{className:u.othersStyle,children:v.jsx(pu,{side:t,content:(c=n==null?void 0:n.filter((d,f)=>f>=r))==null?void 0:c.map((d,f)=>v.jsx(De,{size:"micro",textAlign:"center",color:"inverse",collapsed:!0,children:d&&(d==null?void 0:d.name)},d?d==null?void 0:d.name:f)),children:v.jsx(De,{size:"small",color:"muted",fontWeight:"bold",children:`+${n.length-r}`})})})]})};function u2(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)!==-1)continue;n[r]=e[r]}return n}function Co(e,t){return Co=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,r){return n.__proto__=r,n},Co(e,t)}function b7(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Co(e,t)}const w1={disabled:!1};var y7=process.env.NODE_ENV!=="production"?oe.oneOfType([oe.number,oe.shape({enter:oe.number,exit:oe.number,appear:oe.number}).isRequired]):null;process.env.NODE_ENV!=="production"&&oe.oneOfType([oe.string,oe.shape({enter:oe.string,exit:oe.string,active:oe.string}),oe.shape({enter:oe.string,enterDone:oe.string,enterActive:oe.string,exit:oe.string,exitDone:oe.string,exitActive:oe.string})]);const l2=M.createContext(null);var C7=function(t){return t.scrollTop},Yn="unmounted",kt="exited",Gt="entering",fn="entered",hu="exiting",Qe=function(e){b7(t,e);function t(r,o){var i;i=e.call(this,r,o)||this;var a=o,s=a&&!a.isMounting?r.enter:r.appear,u;return i.appearStatus=null,r.in?s?(u=kt,i.appearStatus=Gt):u=fn:r.unmountOnExit||r.mountOnEnter?u=Yn:u=kt,i.state={status:u},i.nextCallback=null,i}t.getDerivedStateFromProps=function(o,i){var a=o.in;return a&&i.status===Yn?{status:kt}:null};var n=t.prototype;return n.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},n.componentDidUpdate=function(o){var i=null;if(o!==this.props){var a=this.state.status;this.props.in?a!==Gt&&a!==fn&&(i=Gt):(a===Gt||a===fn)&&(i=hu)}this.updateStatus(!1,i)},n.componentWillUnmount=function(){this.cancelNextCallback()},n.getTimeouts=function(){var o=this.props.timeout,i,a,s;return i=a=s=o,o!=null&&typeof o!="number"&&(i=o.exit,a=o.enter,s=o.appear!==void 0?o.appear:a),{exit:i,enter:a,appear:s}},n.updateStatus=function(o,i){if(o===void 0&&(o=!1),i!==null)if(this.cancelNextCallback(),i===Gt){if(this.props.unmountOnExit||this.props.mountOnEnter){var a=this.props.nodeRef?this.props.nodeRef.current:gt.findDOMNode(this);a&&C7(a)}this.performEnter(o)}else this.performExit();else this.props.unmountOnExit&&this.state.status===kt&&this.setState({status:Yn})},n.performEnter=function(o){var i=this,a=this.props.enter,s=this.context?this.context.isMounting:o,u=this.props.nodeRef?[s]:[gt.findDOMNode(this),s],l=u[0],c=u[1],d=this.getTimeouts(),f=s?d.appear:d.enter;if(!o&&!a||w1.disabled){this.safeSetState({status:fn},function(){i.props.onEntered(l)});return}this.props.onEnter(l,c),this.safeSetState({status:Gt},function(){i.props.onEntering(l,c),i.onTransitionEnd(f,function(){i.safeSetState({status:fn},function(){i.props.onEntered(l,c)})})})},n.performExit=function(){var o=this,i=this.props.exit,a=this.getTimeouts(),s=this.props.nodeRef?void 0:gt.findDOMNode(this);if(!i||w1.disabled){this.safeSetState({status:kt},function(){o.props.onExited(s)});return}this.props.onExit(s),this.safeSetState({status:hu},function(){o.props.onExiting(s),o.onTransitionEnd(a.exit,function(){o.safeSetState({status:kt},function(){o.props.onExited(s)})})})},n.cancelNextCallback=function(){this.nextCallback!==null&&(this.nextCallback.cancel(),this.nextCallback=null)},n.safeSetState=function(o,i){i=this.setNextCallback(i),this.setState(o,i)},n.setNextCallback=function(o){var i=this,a=!0;return this.nextCallback=function(s){a&&(a=!1,i.nextCallback=null,o(s))},this.nextCallback.cancel=function(){a=!1},this.nextCallback},n.onTransitionEnd=function(o,i){this.setNextCallback(i);var a=this.props.nodeRef?this.props.nodeRef.current:gt.findDOMNode(this),s=o==null&&!this.props.addEndListener;if(!a||s){setTimeout(this.nextCallback,0);return}if(this.props.addEndListener){var u=this.props.nodeRef?[this.nextCallback]:[a,this.nextCallback],l=u[0],c=u[1];this.props.addEndListener(l,c)}o!=null&&setTimeout(this.nextCallback,o)},n.render=function(){var o=this.state.status;if(o===Yn)return null;var i=this.props,a=i.children;i.in,i.mountOnEnter,i.unmountOnExit,i.appear,i.enter,i.exit,i.timeout,i.addEndListener,i.onEnter,i.onEntering,i.onEntered,i.onExit,i.onExiting,i.onExited,i.nodeRef;var s=u2(i,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return M.createElement(l2.Provider,{value:null},typeof a=="function"?a(o,s):M.cloneElement(M.Children.only(a),s))},t}(M.Component);Qe.contextType=l2;Qe.propTypes=process.env.NODE_ENV!=="production"?{nodeRef:oe.shape({current:typeof Element>"u"?oe.any:function(e,t,n,r,o,i){var a=e[t];return oe.instanceOf(a&&"ownerDocument"in a?a.ownerDocument.defaultView.Element:Element)(e,t,n,r,o,i)}}),children:oe.oneOfType([oe.func.isRequired,oe.element.isRequired]).isRequired,in:oe.bool,mountOnEnter:oe.bool,unmountOnExit:oe.bool,appear:oe.bool,enter:oe.bool,exit:oe.bool,timeout:function(t){var n=y7;t.addEndListener||(n=n.isRequired);for(var r=arguments.length,o=new Array(r>1?r-1:0),i=1;i<r;i++)o[i-1]=arguments[i];return n.apply(void 0,[t].concat(o))},addEndListener:oe.func,onEnter:oe.func,onEntering:oe.func,onEntered:oe.func,onExit:oe.func,onExiting:oe.func,onExited:oe.func}:{};function an(){}Qe.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:an,onEntering:an,onEntered:an,onExit:an,onExiting:an,onExited:an};Qe.UNMOUNTED=Yn;Qe.EXITED=kt;Qe.ENTERING=Gt;Qe.ENTERED=fn;Qe.EXITING=hu;const x7={name:"default",value:0},w7=M.createContext({breakpoint:x7,isGreaterThan:()=>!1,isLessThan:()=>!1}),c2=w7.Consumer,d2={small:640,large:1024,medium:1127,xlarge:1280},f2=(e,t)=>{const n=typeof e=="string"?d2[e]:e;return t!==null&&t<n},p2=(e,t)=>{const n=typeof e=="string"?d2[e]:e;return t===null||t>=n},h2=({showFor:e,hideFor:t,unmount:n=!1,children:r})=>{const o=i=>e&&f2(e,i.breakpoint.value)||t&&p2(t,i.breakpoint.value)?n?null:v.jsx("div",{style:{display:"none"},children:r}):r;return v.jsx(c2,{children:i=>o(i)})},g2=({position:e,showFor:t,hideFor:n,global:r,visible:o,onClick:i,onClose:a,primary:s})=>{const u=M.useRef(null);return v.jsx(Qe,{in:o,timeout:300,mountOnEnter:!0,unmountOnExit:!0,nodeRef:u,onEnter:()=>{u.current&&(u.current.scrollTop=0)},onExited:()=>a&&a(),children:l=>v.jsx(h2,{showFor:t,hideFor:n,children:v.jsx("button",{ref:u,type:"button",className:z.blanketRecipe({position:e,global:r,primary:s,entering:l==="entering"||l==="entered",exiting:l==="exiting"||l==="exited"}),onClick:i,"aria-label":"Blanket"})})})},S7=({border:e,padding:t,children:n,relative:r,direction:o,alignItems:i,fullHeight:a,background:s,justifyContent:u,fullWidth:l,...c})=>v.jsx("div",{...c,className:z.block({border:e,padding:t,relative:r,direction:o,alignItems:i,fullHeight:a,background:s,justifyContent:u,fullWidth:l}),children:n}),I7=({size:e,segments:t,showItems:n=4})=>{const r=z.boxGroupSlot({size:e}),o=(s,u,l)=>v.jsxs("div",{className:r.subItens,children:[v.jsx("div",{className:r.boxStyle,children:u.name}),v.jsx("div",{className:r.boxStyle,children:s[l+1].name})]},l),i=(s,u)=>v.jsx("div",{className:r.subItens,children:v.jsx("div",{className:z.boxGroupSlot({size:e}).boxStyle,children:s.name})},u),a=()=>{const s=t.filter((u,l)=>l<n);return s.map((u,l)=>l+1<s.length&&l%2===0?o(s,u,l):s.length%2!==0&&l===s.length-1?i(u,l):null)};return v.jsxs("div",{className:r.container,children:[v.jsx("div",{className:r.rowStyle,children:a()}),t.length>n&&v.jsx("div",{className:r.others,children:v.jsx(pu,{side:"bottom",content:t.filter((s,u)=>u>=n).map((s,u)=>v.jsx(De,{collapsed:!0,size:"micro",color:"inverse",textAlign:"center",children:s&&s.name},s?s.name:u)),children:v.jsx(De,{size:"small",color:"gray",fontWeight:"bold",children:`+${(t==null?void 0:t.length)-n}`})})})]})},A7=({className:e})=>v.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[v.jsx("g",{clipPath:"url(#clip0_7281_18876)",children:v.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.83785 3.08736C5.06565 2.85955 5.435 2.85955 5.6628 3.08736L9.1628 6.58736C9.39061 6.81516 9.39061 7.18451 9.1628 7.41232L5.6628 10.9123C5.435 11.1401 5.06565 11.1401 4.83785 10.9123C4.61004 10.6845 4.61004 10.3152 4.83785 10.0874L7.92537 6.99984L4.83785 3.91232C4.61004 3.68451 4.61004 3.31516 4.83785 3.08736Z",fill:"#A6A6A6"})}),v.jsx("defs",{children:v.jsx("clipPath",{id:"clip0_7281_18876",children:v.jsx("rect",{width:"14",height:"14",rx:"5",fill:"white"})})})]}),E7=({crumbs:e})=>{if(!e||e.length<=1)return null;const t=z.breadcrumbSlot({});return v.jsx("nav",{className:t.container,"aria-label":"Breadcrumb",children:e.map(({name:n,onClick:r},o)=>{const i=o===e.length-1,a=z.breadcrumbSlot({current:i}).item;return v.jsxs(M.Fragment,{children:[i?v.jsx("span",{className:a,children:n}):v.jsx("button",{className:a,onClick:()=>r&&r(),children:n}),!i&&v.jsx(A7,{className:t.separator})]},`${n}-${o}`)})})},P7=z.css({display:"flex",alignItems:"center",justifyContent:"center"}),Ll=({color:e,second:t,size:n,third:r})=>v.jsxs("div",{className:P7,children:[v.jsx("div",{className:z.loader({color:e,size:n,second:t,third:r})}),v.jsx("div",{className:z.loader({color:e,size:n,second:t,third:r})}),v.jsx("div",{className:z.loader({color:e,size:n,second:t,third:r})})]}),Ko=M.forwardRef(({size:e,tall:t,block:n,shape:r,short:o,style:i,type:a,compact:s,grouped:u,loading:l,spacing:c,shimmer:d,children:f,leftIcon:p,disabled:g,fullWidth:h,rightIcon:m,underlined:b,onBlur:y,onClick:w,title:I,...S},A)=>{const x={ghost:"primary",solid:"white",mono:"mono",danger:"white",default:"primary"},E=i?x[i]:x.default;return v.jsxs("button",{ref:A,type:a,disabled:g,onBlur:y,title:I,onClick:w,className:z.button({size:e,tall:t,block:n,shape:r,short:o,style:i,compact:s,grouped:u,loading:l,spacing:c,fullWidth:h,underlined:b,leftIcon:!!p,rightIcon:!!m}).buttonStyle,...S,children:[l&&d&&v.jsx("div",{className:z.button({}).wrapperShimmer,children:v.jsx(Ze,{height:"100%",width:"100%"})}),v.jsxs("div",{className:z.button({leftIcon:!!p,rightIcon:!!m,contentLoading:!!l,contentFullWidth:!!h}).contentStyle,children:[p,f,m]}),l&&v.jsx("div",{className:z.button({}).buttonLoader,children:!d&&v.jsx(Ll,{size:"small",color:E})})]})});Ko.displayName="Button";const R7=({fit:e,size:t,auto:n,grow:r,style:o,shrink:i,scroll:a,children:s,relative:u,largeSize:l,noSpacing:c,mediumSize:d,xlargeSize:f,fitOnLarge:p,fullHeight:g,fitOnMedium:h,fitOnXlarge:m,autoOnLarge:b,growOnLarge:y,microSpacing:w,smallSpacing:I,largeSpacing:S,autoOnMedium:A,autoOnXlarge:x,growOnMedium:E,growOnXlarge:O,shrinkOnLarge:D,shrinkOnMedium:B,shrinkOnXlarge:L,verticalSpacing:P,fullHeightOnLarge:R,fullHeightOnMedium:_,fullHeightOnXlarge:V,microVerticalSpacing:j,smallVerticalSpacing:F,largeVerticalSpacing:k})=>{const T=f||l||d||t,N=z.cx(z.cell({fit:e,auto:n,grow:r,scroll:a,shrink:i,relative:u,noSpacing:c,fitOnLarge:p,fullHeight:g,fitOnMedium:h,fitOnXlarge:m,autoOnLarge:b,growOnLarge:y,microSpacing:w,largeSpacing:S,autoOnMedium:A,autoOnXlarge:x,growOnMedium:E,growOnXlarge:O,shrinkOnLarge:D,shrinkOnMedium:B,shrinkOnXlarge:L,verticalSpacing:P,fullHeightOnLarge:R,fullHeightOnMedium:_,fullHeightOnXlarge:V,microVerticalSpacing:j,smallVerticalSpacing:F,largeVerticalSpacing:k,smallPadding:I}),z.css({small:t??T,large:l??T,medium:d??T,xlarge:f??T}));return v.jsx("div",{style:o,className:N,children:s})},m2=({children:e,htmlFor:t,inline:n,table:r})=>{const o=z.labelSlot({inline:n,table:r});return v.jsx("label",{className:o.labelStyles,htmlFor:t,children:r?v.jsx("div",{className:o.tableRow,children:e}):e})},T7=({checked:e,defaultChecked:t,disabled:n,id:r,invalid:o,name:i,onBlur:a,onChange:s,onFocus:u})=>{const l=z.checkBoxSlot({});return v.jsx("div",{className:l.containerCheckOnly,children:v.jsxs("div",{className:z.checkBoxSlot({disabled:n,invalid:o}).checkboxStyle,children:[v.jsx("input",{className:l.checkboxInput,type:"checkbox",id:r,name:i,checked:e,defaultChecked:t,disabled:n,"aria-invalid":o,onBlur:a,onChange:s,onFocus:u}),v.jsx("div",{className:l.markContainer,"data-fake-checkbox":!o&&!n,children:e&&v.jsx("div",{className:l.checkMark,children:v.jsx("svg",{className:l.checkMarkIcon,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 54.19 42.05",children:v.jsx("path",{d:"M48,0a6,6,0,0,0-4.12,1.81c-9.36,9.38-16.58,17.25-25.16,26L10,20.47a6,6,0,0,0-8,8.92l.28.23,13,11a6,6,0,0,0,8.13-.34c10.79-10.81,18.46-19.43,29-30A6,6,0,0,0,48,0Z"})})})})]})})},O7=({id:e,name:t,label:n,onBlur:r,checked:o,invalid:i,onFocus:a,disabled:s,onChange:u,subtitle:l,pullRight:c,boldLabel:d,smallLabel:f,inlineText:p})=>{const g=z.checkBoxSlot({pullRight:c,spacing:!c,marginRight:c,columnTextBreak:!p,columnTextNoBreak:p});return v.jsxs(m2,{htmlFor:e,children:[v.jsx("div",{className:g.columnStyles,children:v.jsx(T7,{id:e,name:t,onBlur:r,checked:o,invalid:i,onFocus:a,disabled:s,onChange:u})}),n&&v.jsxs("div",{className:g.columnStyles,children:[v.jsx("div",{className:g.checkboxLabel,children:typeof n=="string"?v.jsx(De,{disabled:s,size:f?"small":"regular",fontWeight:d?"bold":"semibold",children:n}):n}),l&&v.jsx("div",{className:g.subtitle,children:v.jsx(De,{size:"micro",color:"gray",children:l})})]})]})},_7=({children:e,disabled:t,inline:n,inverse:r,onClick:o,rectangular:i})=>n?v.jsx("span",{className:z.clickableRecipe({disabled:t,inverse:r,rectangular:i}),onClick:o,children:e}):v.jsx("div",{className:z.clickableRecipe({disabled:t,inverse:r,rectangular:i}),onClick:o,children:e});var xs="focusScope.autoFocusOnMount",ws="focusScope.autoFocusOnUnmount",S1={bubbles:!1,cancelable:!0},M7="FocusScope",v2=C.forwardRef((e,t)=>{const{loop:n=!1,trapped:r=!1,onMountAutoFocus:o,onUnmountAutoFocus:i,...a}=e,[s,u]=C.useState(null),l=ut(o),c=ut(i),d=C.useRef(null),f=_e(t,h=>u(h)),p=C.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;C.useEffect(()=>{if(r){let h=function(w){if(p.paused||!s)return;const I=w.target;s.contains(I)?d.current=I:St(d.current,{select:!0})},m=function(w){if(p.paused||!s)return;const I=w.relatedTarget;I!==null&&(s.contains(I)||St(d.current,{select:!0}))},b=function(w){if(document.activeElement===document.body)for(const S of w)S.removedNodes.length>0&&St(s)};document.addEventListener("focusin",h),document.addEventListener("focusout",m);const y=new MutationObserver(b);return s&&y.observe(s,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",h),document.removeEventListener("focusout",m),y.disconnect()}}},[r,s,p.paused]),C.useEffect(()=>{if(s){A1.add(p);const h=document.activeElement;if(!s.contains(h)){const b=new CustomEvent(xs,S1);s.addEventListener(xs,l),s.dispatchEvent(b),b.defaultPrevented||(V7(j7(b2(s)),{select:!0}),document.activeElement===h&&St(s))}return()=>{s.removeEventListener(xs,l),setTimeout(()=>{const b=new CustomEvent(ws,S1);s.addEventListener(ws,c),s.dispatchEvent(b),b.defaultPrevented||St(h??document.body,{select:!0}),s.removeEventListener(ws,c),A1.remove(p)},0)}}},[s,l,c,p]);const g=C.useCallback(h=>{if(!n&&!r||p.paused)return;const m=h.key==="Tab"&&!h.altKey&&!h.ctrlKey&&!h.metaKey,b=document.activeElement;if(m&&b){const y=h.currentTarget,[w,I]=D7(y);w&&I?!h.shiftKey&&b===I?(h.preventDefault(),n&&St(w,{select:!0})):h.shiftKey&&b===w&&(h.preventDefault(),n&&St(I,{select:!0})):b===y&&h.preventDefault()}},[n,r,p.paused]);return v.jsx(fe.div,{tabIndex:-1,...a,ref:f,onKeyDown:g})});v2.displayName=M7;function V7(e,{select:t=!1}={}){const n=document.activeElement;for(const r of e)if(St(r,{select:t}),document.activeElement!==n)return}function D7(e){const t=b2(e),n=I1(t,e),r=I1(t.reverse(),e);return[n,r]}function b2(e){const t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>{const o=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||o?NodeFilter.FILTER_SKIP:r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function I1(e,t){for(const n of e)if(!F7(n,{upTo:t}))return n}function F7(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function N7(e){return e instanceof HTMLInputElement&&"select"in e}function St(e,{select:t=!1}={}){if(e&&e.focus){const n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&N7(e)&&t&&e.select()}}var A1=L7();function L7(){let e=[];return{add(t){const n=e[0];t!==n&&(n==null||n.pause()),e=E1(e,t),e.unshift(t)},remove(t){var n;e=E1(e,t),(n=e[0])==null||n.resume()}}}function E1(e,t){const n=[...e],r=n.indexOf(t);return r!==-1&&n.splice(r,1),n}function j7(e){return e.filter(t=>t.tagName!=="A")}var Ss=0;function B7(){C.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??P1()),document.body.insertAdjacentElement("beforeend",e[1]??P1()),Ss++,()=>{Ss===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(t=>t.remove()),Ss--}},[])}function P1(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.outline="none",e.style.opacity="0",e.style.position="fixed",e.style.pointerEvents="none",e}var ot=function(){return ot=Object.assign||function(t){for(var n,r=1,o=arguments.length;r<o;r++){n=arguments[r];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t},ot.apply(this,arguments)};function y2(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]]);return n}function k7(e,t,n){if(n||arguments.length===2)for(var r=0,o=t.length,i;r<o;r++)(i||!(r in t))&&(i||(i=Array.prototype.slice.call(t,0,r)),i[r]=t[r]);return e.concat(i||Array.prototype.slice.call(t))}var to="right-scroll-bar-position",no="width-before-scroll-bar",G7="with-scroll-bars-hidden",W7="--removed-body-scroll-bar-size";function Is(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function H7(e,t){var n=M.useState(function(){return{value:e,callback:t,facade:{get current(){return n.value},set current(r){var o=n.value;o!==r&&(n.value=r,n.callback(r,o))}}}})[0];return n.callback=t,n.facade}var $7=typeof window<"u"?C.useLayoutEffect:C.useEffect,R1=new WeakMap;function X7(e,t){var n=H7(null,function(r){return e.forEach(function(o){return Is(o,r)})});return $7(function(){var r=R1.get(n);if(r){var o=new Set(r),i=new Set(e),a=n.current;o.forEach(function(s){i.has(s)||Is(s,null)}),i.forEach(function(s){o.has(s)||Is(s,a)})}R1.set(n,e)},[e]),n}function Z7(e){return e}function z7(e,t){t===void 0&&(t=Z7);var n=[],r=!1,o={read:function(){if(r)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return n.length?n[n.length-1]:e},useMedium:function(i){var a=t(i,r);return n.push(a),function(){n=n.filter(function(s){return s!==a})}},assignSyncMedium:function(i){for(r=!0;n.length;){var a=n;n=[],a.forEach(i)}n={push:function(s){return i(s)},filter:function(){return n}}},assignMedium:function(i){r=!0;var a=[];if(n.length){var s=n;n=[],s.forEach(i),a=n}var u=function(){var c=a;a=[],c.forEach(i)},l=function(){return Promise.resolve().then(u)};l(),n={push:function(c){a.push(c),l()},filter:function(c){return a=a.filter(c),n}}}};return o}function Y7(e){e===void 0&&(e={});var t=z7(null);return t.options=ot({async:!0,ssr:!1},e),t}var C2=function(e){var t=e.sideCar,n=y2(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var r=t.read();if(!r)throw new Error("Sidecar medium not found");return C.createElement(r,ot({},n))};C2.isSideCarExport=!0;function q7(e,t){return e.useMedium(t),C2}var x2=Y7(),As=function(){},Qo=C.forwardRef(function(e,t){var n=C.useRef(null),r=C.useState({onScrollCapture:As,onWheelCapture:As,onTouchMoveCapture:As}),o=r[0],i=r[1],a=e.forwardProps,s=e.children,u=e.className,l=e.removeScrollBar,c=e.enabled,d=e.shards,f=e.sideCar,p=e.noIsolation,g=e.inert,h=e.allowPinchZoom,m=e.as,b=m===void 0?"div":m,y=e.gapMode,w=y2(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as","gapMode"]),I=f,S=X7([n,t]),A=ot(ot({},w),o);return C.createElement(C.Fragment,null,c&&C.createElement(I,{sideCar:x2,removeScrollBar:l,shards:d,noIsolation:p,inert:g,setCallbacks:i,allowPinchZoom:!!h,lockRef:n,gapMode:y}),a?C.cloneElement(C.Children.only(s),ot(ot({},A),{ref:S})):C.createElement(b,ot({},A,{className:u,ref:S}),s))});Qo.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};Qo.classNames={fullWidth:no,zeroRight:to};var U7=function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function J7(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=U7();return t&&e.setAttribute("nonce",t),e}function K7(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function Q7(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var eC=function(){var e=0,t=null;return{add:function(n){e==0&&(t=J7())&&(K7(t,n),Q7(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},tC=function(){var e=eC();return function(t,n){C.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},w2=function(){var e=tC(),t=function(n){var r=n.styles,o=n.dynamic;return e(r,o),null};return t},nC={left:0,top:0,right:0,gap:0},Es=function(e){return parseInt(e||"",10)||0},rC=function(e){var t=window.getComputedStyle(document.body),n=t[e==="padding"?"paddingLeft":"marginLeft"],r=t[e==="padding"?"paddingTop":"marginTop"],o=t[e==="padding"?"paddingRight":"marginRight"];return[Es(n),Es(r),Es(o)]},oC=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return nC;var t=rC(e),n=document.documentElement.clientWidth,r=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,r-n+t[2]-t[0])}},iC=w2(),wn="data-scroll-locked",aC=function(e,t,n,r){var o=e.left,i=e.top,a=e.right,s=e.gap;return n===void 0&&(n="margin"),`
|
|
41
|
+
.`.concat(G7,` {
|
|
42
|
+
overflow: hidden `).concat(r,`;
|
|
43
|
+
padding-right: `).concat(s,"px ").concat(r,`;
|
|
44
44
|
}
|
|
45
|
-
body[`).concat(
|
|
46
|
-
overflow: hidden `).concat(
|
|
45
|
+
body[`).concat(wn,`] {
|
|
46
|
+
overflow: hidden `).concat(r,`;
|
|
47
47
|
overscroll-behavior: contain;
|
|
48
|
-
`).concat([t&&"position: relative ".concat(
|
|
49
|
-
padding-left: `.concat(
|
|
48
|
+
`).concat([t&&"position: relative ".concat(r,";"),n==="margin"&&`
|
|
49
|
+
padding-left: `.concat(o,`px;
|
|
50
50
|
padding-top: `).concat(i,`px;
|
|
51
51
|
padding-right: `).concat(a,`px;
|
|
52
52
|
margin-left:0;
|
|
53
53
|
margin-top:0;
|
|
54
|
-
margin-right: `).concat(s,"px ").concat(
|
|
55
|
-
`),
|
|
54
|
+
margin-right: `).concat(s,"px ").concat(r,`;
|
|
55
|
+
`),n==="padding"&&"padding-right: ".concat(s,"px ").concat(r,";")].filter(Boolean).join(""),`
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
-
.`).concat(
|
|
59
|
-
right: `).concat(s,"px ").concat(
|
|
58
|
+
.`).concat(to,` {
|
|
59
|
+
right: `).concat(s,"px ").concat(r,`;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
.`).concat(
|
|
63
|
-
margin-right: `).concat(s,"px ").concat(
|
|
62
|
+
.`).concat(no,` {
|
|
63
|
+
margin-right: `).concat(s,"px ").concat(r,`;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
-
.`).concat(
|
|
67
|
-
right: 0 `).concat(
|
|
66
|
+
.`).concat(to," .").concat(to,` {
|
|
67
|
+
right: 0 `).concat(r,`;
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
-
.`).concat(
|
|
71
|
-
margin-right: 0 `).concat(
|
|
70
|
+
.`).concat(no," .").concat(no,` {
|
|
71
|
+
margin-right: 0 `).concat(r,`;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
body[`).concat(
|
|
75
|
-
`).concat(
|
|
74
|
+
body[`).concat(wn,`] {
|
|
75
|
+
`).concat(W7,": ").concat(s,`px;
|
|
76
76
|
}
|
|
77
|
-
`)},
|
|
77
|
+
`)},T1=function(){var e=parseInt(document.body.getAttribute(wn)||"0",10);return isFinite(e)?e:0},sC=function(){C.useEffect(function(){return document.body.setAttribute(wn,(T1()+1).toString()),function(){var e=T1()-1;e<=0?document.body.removeAttribute(wn):document.body.setAttribute(wn,e.toString())}},[])},uC=function(e){var t=e.noRelative,n=e.noImportant,r=e.gapMode,o=r===void 0?"margin":r;sC();var i=C.useMemo(function(){return oC(o)},[o]);return C.createElement(iC,{styles:aC(i,!t,o,n?"":"!important")})},gu=!1;if(typeof window<"u")try{var Lr=Object.defineProperty({},"passive",{get:function(){return gu=!0,!0}});window.addEventListener("test",Lr,Lr),window.removeEventListener("test",Lr,Lr)}catch{gu=!1}var sn=gu?{passive:!1}:!1,lC=function(e){return e.tagName==="TEXTAREA"},S2=function(e,t){if(!(e instanceof Element))return!1;var n=window.getComputedStyle(e);return n[t]!=="hidden"&&!(n.overflowY===n.overflowX&&!lC(e)&&n[t]==="visible")},cC=function(e){return S2(e,"overflowY")},dC=function(e){return S2(e,"overflowX")},O1=function(e,t){var n=t.ownerDocument,r=t;do{typeof ShadowRoot<"u"&&r instanceof ShadowRoot&&(r=r.host);var o=I2(e,r);if(o){var i=A2(e,r),a=i[1],s=i[2];if(a>s)return!0}r=r.parentNode}while(r&&r!==n.body);return!1},fC=function(e){var t=e.scrollTop,n=e.scrollHeight,r=e.clientHeight;return[t,n,r]},pC=function(e){var t=e.scrollLeft,n=e.scrollWidth,r=e.clientWidth;return[t,n,r]},I2=function(e,t){return e==="v"?cC(t):dC(t)},A2=function(e,t){return e==="v"?fC(t):pC(t)},hC=function(e,t){return e==="h"&&t==="rtl"?-1:1},gC=function(e,t,n,r,o){var i=hC(e,window.getComputedStyle(t).direction),a=i*r,s=n.target,u=t.contains(s),l=!1,c=a>0,d=0,f=0;do{var p=A2(e,s),g=p[0],h=p[1],m=p[2],b=h-m-i*g;(g||b)&&I2(e,s)&&(d+=b,f+=g),s instanceof ShadowRoot?s=s.host:s=s.parentNode}while(!u&&s!==document.body||u&&(t.contains(s)||t===s));return(c&&Math.abs(d)<1||!c&&Math.abs(f)<1)&&(l=!0),l},jr=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},_1=function(e){return[e.deltaX,e.deltaY]},M1=function(e){return e&&"current"in e?e.current:e},mC=function(e,t){return e[0]===t[0]&&e[1]===t[1]},vC=function(e){return`
|
|
78
78
|
.block-interactivity-`.concat(e,` {pointer-events: none;}
|
|
79
79
|
.allow-interactivity-`).concat(e,` {pointer-events: all;}
|
|
80
|
-
`)},
|
|
80
|
+
`)},bC=0,un=[];function yC(e){var t=C.useRef([]),n=C.useRef([0,0]),r=C.useRef(),o=C.useState(bC++)[0],i=C.useState(w2)[0],a=C.useRef(e);C.useEffect(function(){a.current=e},[e]),C.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(o));var h=k7([e.lockRef.current],(e.shards||[]).map(M1),!0).filter(Boolean);return h.forEach(function(m){return m.classList.add("allow-interactivity-".concat(o))}),function(){document.body.classList.remove("block-interactivity-".concat(o)),h.forEach(function(m){return m.classList.remove("allow-interactivity-".concat(o))})}}},[e.inert,e.lockRef.current,e.shards]);var s=C.useCallback(function(h,m){if("touches"in h&&h.touches.length===2||h.type==="wheel"&&h.ctrlKey)return!a.current.allowPinchZoom;var b=jr(h),y=n.current,w="deltaX"in h?h.deltaX:y[0]-b[0],I="deltaY"in h?h.deltaY:y[1]-b[1],S,A=h.target,x=Math.abs(w)>Math.abs(I)?"h":"v";if("touches"in h&&x==="h"&&A.type==="range")return!1;var E=O1(x,A);if(!E)return!0;if(E?S=x:(S=x==="v"?"h":"v",E=O1(x,A)),!E)return!1;if(!r.current&&"changedTouches"in h&&(w||I)&&(r.current=S),!S)return!0;var O=r.current||S;return gC(O,m,h,O==="h"?w:I)},[]),u=C.useCallback(function(h){var m=h;if(!(!un.length||un[un.length-1]!==i)){var b="deltaY"in m?_1(m):jr(m),y=t.current.filter(function(S){return S.name===m.type&&(S.target===m.target||m.target===S.shadowParent)&&mC(S.delta,b)})[0];if(y&&y.should){m.cancelable&&m.preventDefault();return}if(!y){var w=(a.current.shards||[]).map(M1).filter(Boolean).filter(function(S){return S.contains(m.target)}),I=w.length>0?s(m,w[0]):!a.current.noIsolation;I&&m.cancelable&&m.preventDefault()}}},[]),l=C.useCallback(function(h,m,b,y){var w={name:h,delta:m,target:b,should:y,shadowParent:CC(b)};t.current.push(w),setTimeout(function(){t.current=t.current.filter(function(I){return I!==w})},1)},[]),c=C.useCallback(function(h){n.current=jr(h),r.current=void 0},[]),d=C.useCallback(function(h){l(h.type,_1(h),h.target,s(h,e.lockRef.current))},[]),f=C.useCallback(function(h){l(h.type,jr(h),h.target,s(h,e.lockRef.current))},[]);C.useEffect(function(){return un.push(i),e.setCallbacks({onScrollCapture:d,onWheelCapture:d,onTouchMoveCapture:f}),document.addEventListener("wheel",u,sn),document.addEventListener("touchmove",u,sn),document.addEventListener("touchstart",c,sn),function(){un=un.filter(function(h){return h!==i}),document.removeEventListener("wheel",u,sn),document.removeEventListener("touchmove",u,sn),document.removeEventListener("touchstart",c,sn)}},[]);var p=e.removeScrollBar,g=e.inert;return C.createElement(C.Fragment,null,g?C.createElement(i,{styles:vC(o)}):null,p?C.createElement(uC,{gapMode:e.gapMode}):null)}function CC(e){for(var t=null;e!==null;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}const xC=q7(x2,yC);var jl=C.forwardRef(function(e,t){return C.createElement(Qo,ot({},e,{ref:t,sideCar:xC}))});jl.classNames=Qo.classNames;var wC=function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},ln=new WeakMap,Br=new WeakMap,kr={},Ps=0,E2=function(e){return e&&(e.host||E2(e.parentNode))},SC=function(e,t){return t.map(function(n){if(e.contains(n))return n;var r=E2(n);return r&&e.contains(r)?r:(console.error("aria-hidden",n,"in not contained inside",e,". Doing nothing"),null)}).filter(function(n){return!!n})},IC=function(e,t,n,r){var o=SC(t,Array.isArray(e)?e:[e]);kr[n]||(kr[n]=new WeakMap);var i=kr[n],a=[],s=new Set,u=new Set(o),l=function(d){!d||s.has(d)||(s.add(d),l(d.parentNode))};o.forEach(l);var c=function(d){!d||u.has(d)||Array.prototype.forEach.call(d.children,function(f){if(s.has(f))c(f);else try{var p=f.getAttribute(r),g=p!==null&&p!=="false",h=(ln.get(f)||0)+1,m=(i.get(f)||0)+1;ln.set(f,h),i.set(f,m),a.push(f),h===1&&g&&Br.set(f,!0),m===1&&f.setAttribute(n,"true"),g||f.setAttribute(r,"true")}catch(b){console.error("aria-hidden: cannot operate on ",f,b)}})};return c(t),s.clear(),Ps++,function(){a.forEach(function(d){var f=ln.get(d)-1,p=i.get(d)-1;ln.set(d,f),i.set(d,p),f||(Br.has(d)||d.removeAttribute(r),Br.delete(d)),p||d.removeAttribute(n)}),Ps--,Ps||(ln=new WeakMap,ln=new WeakMap,Br=new WeakMap,kr={})}},P2=function(e,t,n){n===void 0&&(n="data-aria-hidden");var r=Array.from(Array.isArray(e)?e:[e]),o=wC(e);return o?(r.push.apply(r,Array.from(o.querySelectorAll("[aria-live]"))),IC(r,o,n,"aria-hidden")):function(){return null}},Bl="Dialog",[R2,yM]=ft(Bl),[AC,et]=R2(Bl),T2=e=>{const{__scopeDialog:t,children:n,open:r,defaultOpen:o,onOpenChange:i,modal:a=!0}=e,s=C.useRef(null),u=C.useRef(null),[l=!1,c]=Ft({prop:r,defaultProp:o,onChange:i});return v.jsx(AC,{scope:t,triggerRef:s,contentRef:u,contentId:Pt(),titleId:Pt(),descriptionId:Pt(),open:l,onOpenChange:c,onOpenToggle:C.useCallback(()=>c(d=>!d),[c]),modal:a,children:n})};T2.displayName=Bl;var O2="DialogTrigger",_2=C.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=et(O2,n),i=_e(t,o.triggerRef);return v.jsx(fe.button,{type:"button","aria-haspopup":"dialog","aria-expanded":o.open,"aria-controls":o.contentId,"data-state":Wl(o.open),...r,ref:i,onClick:me(e.onClick,o.onOpenToggle)})});_2.displayName=O2;var kl="DialogPortal",[EC,M2]=R2(kl,{forceMount:void 0}),V2=e=>{const{__scopeDialog:t,forceMount:n,children:r,container:o}=e,i=et(kl,t);return v.jsx(EC,{scope:t,forceMount:n,children:C.Children.map(r,a=>v.jsx(Qt,{present:n||i.open,children:v.jsx(Kg,{asChild:!0,container:o,children:a})}))})};V2.displayName=kl;var xo="DialogOverlay",D2=C.forwardRef((e,t)=>{const n=M2(xo,e.__scopeDialog),{forceMount:r=n.forceMount,...o}=e,i=et(xo,e.__scopeDialog);return i.modal?v.jsx(Qt,{present:r||i.open,children:v.jsx(PC,{...o,ref:t})}):null});D2.displayName=xo;var PC=C.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=et(xo,n);return v.jsx(jl,{as:or,allowPinchZoom:!0,shards:[o.contentRef],children:v.jsx(fe.div,{"data-state":Wl(o.open),...r,ref:t,style:{pointerEvents:"auto",...r.style}})})}),Ut="DialogContent",F2=C.forwardRef((e,t)=>{const n=M2(Ut,e.__scopeDialog),{forceMount:r=n.forceMount,...o}=e,i=et(Ut,e.__scopeDialog);return v.jsx(Qt,{present:r||i.open,children:i.modal?v.jsx(RC,{...o,ref:t}):v.jsx(TC,{...o,ref:t})})});F2.displayName=Ut;var RC=C.forwardRef((e,t)=>{const n=et(Ut,e.__scopeDialog),r=C.useRef(null),o=_e(t,n.contentRef,r);return C.useEffect(()=>{const i=r.current;if(i)return P2(i)},[]),v.jsx(N2,{...e,ref:o,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:me(e.onCloseAutoFocus,i=>{var a;i.preventDefault(),(a=n.triggerRef.current)==null||a.focus()}),onPointerDownOutside:me(e.onPointerDownOutside,i=>{const a=i.detail.originalEvent,s=a.button===0&&a.ctrlKey===!0;(a.button===2||s)&&i.preventDefault()}),onFocusOutside:me(e.onFocusOutside,i=>i.preventDefault())})}),TC=C.forwardRef((e,t)=>{const n=et(Ut,e.__scopeDialog),r=C.useRef(!1),o=C.useRef(!1);return v.jsx(N2,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:i=>{var a,s;(a=e.onCloseAutoFocus)==null||a.call(e,i),i.defaultPrevented||(r.current||(s=n.triggerRef.current)==null||s.focus(),i.preventDefault()),r.current=!1,o.current=!1},onInteractOutside:i=>{var u,l;(u=e.onInteractOutside)==null||u.call(e,i),i.defaultPrevented||(r.current=!0,i.detail.originalEvent.type==="pointerdown"&&(o.current=!0));const a=i.target;((l=n.triggerRef.current)==null?void 0:l.contains(a))&&i.preventDefault(),i.detail.originalEvent.type==="focusin"&&o.current&&i.preventDefault()}})}),N2=C.forwardRef((e,t)=>{const{__scopeDialog:n,trapFocus:r,onOpenAutoFocus:o,onCloseAutoFocus:i,...a}=e,s=et(Ut,n),u=C.useRef(null),l=_e(t,u);return B7(),v.jsxs(v.Fragment,{children:[v.jsx(v2,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:o,onUnmountAutoFocus:i,children:v.jsx(Al,{role:"dialog",id:s.contentId,"aria-describedby":s.descriptionId,"aria-labelledby":s.titleId,"data-state":Wl(s.open),...a,ref:l,onDismiss:()=>s.onOpenChange(!1)})}),v.jsxs(v.Fragment,{children:[v.jsx(OC,{titleId:s.titleId}),v.jsx(MC,{contentRef:u,descriptionId:s.descriptionId})]})]})}),Gl="DialogTitle",L2=C.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=et(Gl,n);return v.jsx(fe.h2,{id:o.titleId,...r,ref:t})});L2.displayName=Gl;var j2="DialogDescription",B2=C.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=et(j2,n);return v.jsx(fe.p,{id:o.descriptionId,...r,ref:t})});B2.displayName=j2;var k2="DialogClose",G2=C.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=et(k2,n);return v.jsx(fe.button,{type:"button",...r,ref:t,onClick:me(e.onClick,()=>o.onOpenChange(!1))})});G2.displayName=k2;function Wl(e){return e?"open":"closed"}var W2="DialogTitleWarning",[CM,H2]=M5(W2,{contentName:Ut,titleName:Gl,docsSlug:"dialog"}),OC=({titleId:e})=>{const t=H2(W2),n=`\`${t.contentName}\` requires a \`${t.titleName}\` for the component to be accessible for screen reader users.
|
|
81
81
|
|
|
82
82
|
If you want to hide the \`${t.titleName}\`, you can wrap it with our VisuallyHidden component.
|
|
83
83
|
|
|
84
|
-
For more information, see https://radix-ui.com/primitives/docs/components/${t.docsSlug}`;return y.useEffect(()=>{e&&(document.getElementById(e)||console.error(r))},[r,e]),null},nb="DialogDescriptionWarning",ob=({contentRef:e,descriptionId:t})=>{const o=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${d2(nb).contentName}}.`;return y.useEffect(()=>{var i;const n=(i=e.current)==null?void 0:i.getAttribute("aria-describedby");t&&n&&(document.getElementById(t)||console.warn(o))},[o,e,t]),null},ib=Uf,ab=Kf,ub=t2,sb=r2,lb=n2,cb=i2,db=u2,fb=l2;const pb=({size:e,shape:t,title:r,padding:o,children:n,fullHeight:i,triggerOpen:a,removeOverlay:s,removeCloseButton:u})=>{const l=z.dialog({fullHeight:i,padding:o,shape:t,size:e});return v.jsxs(ib,{children:[v.jsx(ab,{asChild:!0,children:v.jsx("div",{children:a})}),v.jsxs(ub,{children:[!s&&v.jsx(sb,{className:l.overlay}),v.jsxs(lb,{className:l.content,children:[v.jsx(cb,{className:l.title,children:v.jsx(Ee,{size:"regular",color:"gray",children:r})}),!u&&v.jsx(fb,{asChild:!0,className:l.close,children:v.jsx("div",{children:v.jsx(ze,{name:"close",color:"mono",size:"default"})})}),v.jsx(db,{className:l.description,children:n})]})]})]})},f2=({children:e,disabled:t,loading:r,icon:o,variant:n="primary",soft:i,square:a,shimmer:s,size:u="medium",name:l,colorIcon:c,...d})=>v.jsxs("button",{...d,className:z.flatButtonSlot({variant:n,soft:i,square:a,size:u,loading:r,disabled:t}).buttonFlat,type:"button",children:[r&&s&&v.jsx("div",{className:z.flatButtonSlot().shimmerButton,children:v.jsx(Ne,{height:"100%",width:"100%"})}),v.jsxs("div",{className:z.flatButtonSlot({loading:r}).contentButton,children:[typeof l=="string"?v.jsx(ze,{name:l,size:u,color:c}):o,e]}),r&&v.jsx("div",{className:z.flatButtonSlot().loaderButton,children:!s&&v.jsx(fu,{size:"small"})})]}),gb=({size:e="small",side:t="right",fixed:r,border:o,active:n,global:i,onClose:a,children:s,elevated:u,onClosed:l,removeBlanket:c,primaryBlanket:d,fixedCloseButton:f,removeCloseButton:p,closeOnClickOutside:m})=>{const g=V.useRef(null);return v.jsxs(V.Fragment,{children:[v.jsx("div",{className:z.drawerSlot({fixed:r,absolute:!r}).container,children:v.jsx(Be,{in:n,timeout:250,nodeRef:g,onEnter:()=>{g.current&&(g.current.scrollTop=0)},onExited:()=>l&&l(),children:h=>v.jsxs("div",{className:z.drawerSlot({elevated:u&&h!=="exited",size:e,side:t,border:o,entering:h==="entering"||h==="entered",exiting:t==="right"&&(h==="exiting"||h==="exited"),exitingLeft:t!=="right"&&(h==="exiting"||h==="exited")}).drawerStyle,children:[!p&&v.jsx("div",{className:z.drawerSlot({fixed:f}).closeButton,children:v.jsx(f2,{colorIcon:"mono",name:"close",size:"large",onClick:()=>a&&a()})}),s]})})}),!c&&v.jsx(du,{global:i,primary:d,visible:n,onClick:()=>a&&m&&a()})]})},vb=({option:e,handleSelectOption:t})=>v.jsx("li",{style:{listStyle:"none"},children:v.jsx(hn,{short:!0,block:!0,compact:!0,style:"ghost",spacing:"noSpacing",onClick:t,children:e==null?void 0:e.label})}),wc=({options:e,handleSelectOption:t})=>v.jsx("ul",{className:z.dropdown().dropdownList,children:e==null?void 0:e.map(r=>v.jsx(vb,{option:r,handleSelectOption:()=>t(r)},r.value))}),Ic=({left:e,side:t,combo:r,bottom:o,isOpen:n,children:i,revertTop:a,mountOnEnter:s,insideAButton:u,unmountOnExit:l,onClickOutside:c,dropdownCustomStyles:d})=>{const f=V.useRef(null);return v.jsx(_d,{onOutsideClick:()=>c&&c(),children:v.jsx(Be,{in:n,timeout:300,mountOnEnter:s,unmountOnExit:l,nodeRef:f,onEnter:()=>{f.current&&(f.current.scrollTop=0)},children:p=>v.jsx("div",{ref:f,style:d,className:z.dropdown({left:e&&!t,revertTop:a,right:!e&&!t,leftSide:e&&t,rightSide:!e&&t,sideTop:t&&!o,sideBottom:t&&o,insideAButton:!r&&u,exiting:p==="exiting"||p==="exited",entering:p==="entering"||p==="entered"}).dropdownMenu,children:i})})})},p2=({soft:e,mono:t,ghost:r,secondary:o,transparent:n})=>e||r||n?"primary":o?"secondary":t?"mono":"secondary",mb=({error:e,ghost:t,mono:r,soft:o,shade:n})=>e?"error":t?"ghost":r?"mono":o?"soft":n?"shade":"ghost",hb=({noBorder:e,rectangular:t})=>e?"noBorder":t?"rectangular":"regular",bb=({small:e,large:t})=>e?"small":t?"large":"medium",yb=({icon:e,tall:t,mono:r,soft:o,only:n,label:i,block:a,short:s,large:u,small:l,ghost:c,shade:d,error:f,onClick:p,loading:m,shimmer:g,compact:h,iconName:b,disabled:C,noBorder:S,fullWidth:w,secondary:I,removeIcon:A,rectangular:x,transparent:E})=>v.jsxs(hn,{tall:t,block:a,short:s,loading:m,shimmer:g,compact:h,onClick:p,spacing:"noSpacing",fullWidth:w,disabled:C||m,size:bb({large:u,small:l}),shape:hb({noBorder:S,rectangular:x}),style:mb({ghost:c,mono:r,shade:d,soft:o,error:f}),children:[v.jsx("div",{className:z.dropdown({only:n}).labelStyle,children:i}),!A&&e&&(typeof i=="string"?v.jsx(ze,{noPadding:!0,size:"small",name:b,color:"secondary"}):e),!e&&!A&&v.jsx(ze,{name:"arrow-drop-down",color:p2({soft:o,mono:r,ghost:c,secondary:I,transparent:E})})]}),Cb=({only:e,left:t,icon:r,mono:o,side:n,soft:i,tall:a,label:s,block:u,combo:l,shade:c,short:d,small:f,large:p,button:m,bottom:g,options:h,loading:b,compact:C,ghost:S,shimmer:w,children:I,relative:A,disabled:x,iconName:E,noBorder:P,container:_,fullWidth:L,noSpacing:j,secondary:O,revertTop:N,removeIcon:T,rectangular:M,transparent:G,onToggleMenu:B,mountOnEnter:Z,closeOnSelect:R,unmountOnExit:F,error:D=!1,onSelectOption:H,buttonAbsolute:k,dropdownCustomStyles:$,isOpen:X})=>{const[Y,q]=V.useState(X),[U,K]=V.useState(!1);V.useEffect(()=>{X&&q(X)},[X]),V.useEffect(()=>{B&&B(Y)},[Y,B,X]);const re=()=>{q(U&&!Y?!1:!Y)},W=()=>{q(!1),K(!!Y)},te=ae=>{H&&H(ae),R&&re()};return v.jsxs(v.Fragment,{children:[_&&v.jsxs("div",{className:z.dropdown({noSpacing:j,relative:A}).dropdownContainer,children:[v.jsx("div",{onClick:()=>re(),children:I}),v.jsx(Ic,{left:t,side:n,isOpen:Y,bottom:g,revertTop:N,mountOnEnter:Z,unmountOnExit:F,dropdownCustomStyles:$,onClickOutside:()=>W(),children:h?v.jsx(wc,{handleSelectOption:te,options:h}):v.jsx(Ee,{size:"micro",children:"Sem opções"})})]}),!_&&v.jsxs("div",{className:z.dropdown({asAButton:m,noSpacing:j,relative:!l&&l&&(_||m||e||A),absolute:k}).dropdownContainer,children:[m?v.jsx(yb,{icon:r,tall:a,mono:o,soft:i,only:e,label:s,block:u,short:d,large:p,small:f,ghost:S,shade:c,error:D,loading:b,shimmer:w,compact:C,iconName:E,disabled:x,noBorder:P,fullWidth:L,secondary:O,removeIcon:T,rectangular:M,transparent:G,onClick:()=>re()}):v.jsx("button",{className:z.dropdown({only:e}).dropdownStyles,type:"button",onClick:re,children:v.jsx(ze,{name:"arrow-drop-down",color:p2({soft:i,mono:o,ghost:S,secondary:O,transparent:G}),size:"default"})}),v.jsxs(Ic,{left:t,side:n,combo:l,isOpen:Y,bottom:g,revertTop:N,insideAButton:m,mountOnEnter:Z,unmountOnExit:F,dropdownCustomStyles:$,onClickOutside:()=>W(),children:[I,!I&&v.jsx(v.Fragment,{children:h?v.jsx(wc,{handleSelectOption:te,options:h}):v.jsx(Ee,{size:"micro",children:"Sem opções"})})]})]})]})},g2=({id:e,gap:t,spacing:r,children:o,flexWrap:n,alignItems:i,fullHeight:a,flexDirection:s,justifyContent:u})=>{const l=z.gridSlot({gap:t,spacing:r,flexWrap:n,alignItems:i,fullHeight:a,flexDirection:s,justifyContent:u});return v.jsx("div",{className:l.root,id:e,children:v.jsx("div",{className:l.content,children:o})})},xb=({flex:e,size:t,fixed:r,style:o,global:n,onClose:i,visible:a,children:s,noPadding:u,fullHeight:l,fullScreen:c,centralize:d,removeBlanket:f,onClickBlanket:p,removeCloseButton:m})=>{const{closeButton:g,container:h,modalStyles:b}=z.modalSlot({centralize:d,fixed:r,flex:e,fullHeight:l,fullScreen:c,noPadding:u,size:t});return a?Qe.createPortal(v.jsxs("div",{className:h,children:[v.jsxs("div",{className:b,style:o,children:[!m&&v.jsx("div",{className:g,style:o}),s]}),(f||!c)&&v.jsx(du,{global:n,visible:!0,onClick:()=>p?p():i&&i()})]}),document.body):null},Kt="...",Er=(e,t)=>{const r=t-e+1;return Array.from({length:r},(o,n)=>n+e)},wb=({pageSize:e,siblingCount:t=1,currentPage:r})=>V.useMemo(()=>{const n=e;if(t+5>=n)return Er(1,n);const a=Math.max(r-t,1),s=Math.min(r+t,n),u=a>2,l=s<n-2,c=1,d=n;if(!u&&l){const f=3+2*t;return[...Er(1,f),Kt,n]}if(u&&!l){const f=3+2*t,p=Er(n-f+1,n);return[c,Kt,...p]}if(u&&l){const f=Er(a,s);return[c,Kt,...f,Kt,d]}return[]},[e,t,r]),Ib=({onPageChange:e,totalCount:t,currentPage:r,pageSize:o,siblingCount:n=1})=>{const i=wb({currentPage:r,siblingCount:n,pageSize:o});if(r===0||(i==null?void 0:i.length)<2)return null;const a=()=>{e(r+1)},s=()=>{e(r-1)},u=i[i.length-1],l=z.paginationSlot({});return v.jsxs("ul",{className:l.container,children:[v.jsx("li",{className:z.paginationSlot({disabled:r===1}).item,onClick:s,children:v.jsx("div",{className:z.paginationSlot({direction:"left"}).arrow})}),i==null?void 0:i.map((c,d)=>c===Kt?v.jsx("li",{className:z.paginationSlot({dots:!0}).item,children:"…"},`dots-${d}`):v.jsx("li",{className:z.paginationSlot({selected:c===r}).item,onClick:()=>e(Number(c)),children:c},c)),v.jsx("li",{className:z.paginationSlot({disabled:r===u}).item,onClick:a,children:v.jsx("div",{className:z.paginationSlot({direction:"right",disabled:r===u}).arrow})})]})};function at(e,t,{checkForDefaultPrevented:r=!0}={}){return function(n){if(e==null||e(n),r===!1||!n.defaultPrevented)return t==null?void 0:t(n)}}function Sc(e,t){if(typeof e=="function")return e(t);e!=null&&(e.current=t)}function v2(...e){return t=>{let r=!1;const o=e.map(n=>{const i=Sc(n,t);return!r&&typeof i=="function"&&(r=!0),i});if(r)return()=>{for(let n=0;n<o.length;n++){const i=o[n];typeof i=="function"?i():Sc(e[n],null)}}}}function ft(...e){return y.useCallback(v2(...e),e)}function m2(e,t=[]){let r=[];function o(i,a){const s=y.createContext(a),u=r.length;r=[...r,a];const l=d=>{var b;const{scope:f,children:p,...m}=d,g=((b=f==null?void 0:f[e])==null?void 0:b[u])||s,h=y.useMemo(()=>m,Object.values(m));return v.jsx(g.Provider,{value:h,children:p})};l.displayName=i+"Provider";function c(d,f){var g;const p=((g=f==null?void 0:f[e])==null?void 0:g[u])||s,m=y.useContext(p);if(m)return m;if(a!==void 0)return a;throw new Error(`\`${d}\` must be used within \`${i}\``)}return[l,c]}const n=()=>{const i=r.map(a=>y.createContext(a));return function(s){const u=(s==null?void 0:s[e])||i;return y.useMemo(()=>({[`__scope${e}`]:{...s,[e]:u}}),[s,u])}};return n.scopeName=e,[o,Sb(n,...t)]}function Sb(...e){const t=e[0];if(e.length===1)return t;const r=()=>{const o=e.map(n=>({useScope:n(),scopeName:n.scopeName}));return function(i){const a=o.reduce((s,{useScope:u,scopeName:l})=>{const d=u(i)[`__scope${l}`];return{...s,...d}},{});return y.useMemo(()=>({[`__scope${t.scopeName}`]:a}),[a])}};return r.scopeName=t.scopeName,r}function h2(e){const t=Ab(e),r=y.forwardRef((o,n)=>{const{children:i,...a}=o,s=y.Children.toArray(i),u=s.find(Rb);if(u){const l=u.props.children,c=s.map(d=>d===u?y.Children.count(l)>1?y.Children.only(null):y.isValidElement(l)?l.props.children:null:d);return v.jsx(t,{...a,ref:n,children:y.isValidElement(l)?y.cloneElement(l,void 0,c):null})}return v.jsx(t,{...a,ref:n,children:i})});return r.displayName=`${e}.Slot`,r}function Ab(e){const t=y.forwardRef((r,o)=>{const{children:n,...i}=r;if(y.isValidElement(n)){const a=Ob(n),s=Pb(i,n.props);return n.type!==y.Fragment&&(s.ref=o?v2(o,a):a),y.cloneElement(n,s)}return y.Children.count(n)>1?y.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var Eb=Symbol("radix.slottable");function Rb(e){return y.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===Eb}function Pb(e,t){const r={...t};for(const o in t){const n=e[o],i=t[o];/^on[A-Z]/.test(o)?n&&i?r[o]=(...s)=>{const u=i(...s);return n(...s),u}:n&&(r[o]=n):o==="style"?r[o]={...n,...i}:o==="className"&&(r[o]=[n,i].filter(Boolean).join(" "))}return{...e,...r}}function Ob(e){var o,n;let t=(o=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:o.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=(n=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:n.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}var _b=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],rt=_b.reduce((e,t)=>{const r=h2(`Primitive.${t}`),o=y.forwardRef((n,i)=>{const{asChild:a,...s}=n,u=a?r:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),v.jsx(u,{...s,ref:i})});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{});function Tb(e,t){e&&Sa.flushSync(()=>e.dispatchEvent(t))}function kt(e){const t=y.useRef(e);return y.useEffect(()=>{t.current=e}),y.useMemo(()=>(...r)=>{var o;return(o=t.current)==null?void 0:o.call(t,...r)},[])}function Mb(e,t=globalThis==null?void 0:globalThis.document){const r=kt(e);y.useEffect(()=>{const o=n=>{n.key==="Escape"&&r(n)};return t.addEventListener("keydown",o,{capture:!0}),()=>t.removeEventListener("keydown",o,{capture:!0})},[r,t])}var Nb="DismissableLayer",ma="dismissableLayer.update",Fb="dismissableLayer.pointerDownOutside",Vb="dismissableLayer.focusOutside",Ac,b2=y.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),y2=y.forwardRef((e,t)=>{const{disableOutsidePointerEvents:r=!1,onEscapeKeyDown:o,onPointerDownOutside:n,onFocusOutside:i,onInteractOutside:a,onDismiss:s,...u}=e,l=y.useContext(b2),[c,d]=y.useState(null),f=(c==null?void 0:c.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,p]=y.useState({}),m=ft(t,x=>d(x)),g=Array.from(l.layers),[h]=[...l.layersWithOutsidePointerEventsDisabled].slice(-1),b=g.indexOf(h),C=c?g.indexOf(c):-1,S=l.layersWithOutsidePointerEventsDisabled.size>0,w=C>=b,I=Lb(x=>{const E=x.target,P=[...l.branches].some(_=>_.contains(E));!w||P||(n==null||n(x),a==null||a(x),x.defaultPrevented||s==null||s())},f),A=Db(x=>{const E=x.target;[...l.branches].some(_=>_.contains(E))||(i==null||i(x),a==null||a(x),x.defaultPrevented||s==null||s())},f);return Mb(x=>{C===l.layers.size-1&&(o==null||o(x),!x.defaultPrevented&&s&&(x.preventDefault(),s()))},f),y.useEffect(()=>{if(c)return r&&(l.layersWithOutsidePointerEventsDisabled.size===0&&(Ac=f.body.style.pointerEvents,f.body.style.pointerEvents="none"),l.layersWithOutsidePointerEventsDisabled.add(c)),l.layers.add(c),Ec(),()=>{r&&l.layersWithOutsidePointerEventsDisabled.size===1&&(f.body.style.pointerEvents=Ac)}},[c,f,r,l]),y.useEffect(()=>()=>{c&&(l.layers.delete(c),l.layersWithOutsidePointerEventsDisabled.delete(c),Ec())},[c,l]),y.useEffect(()=>{const x=()=>p({});return document.addEventListener(ma,x),()=>document.removeEventListener(ma,x)},[]),v.jsx(rt.div,{...u,ref:m,style:{pointerEvents:S?w?"auto":"none":void 0,...e.style},onFocusCapture:at(e.onFocusCapture,A.onFocusCapture),onBlurCapture:at(e.onBlurCapture,A.onBlurCapture),onPointerDownCapture:at(e.onPointerDownCapture,I.onPointerDownCapture)})});y2.displayName=Nb;var jb="DismissableLayerBranch",Bb=y.forwardRef((e,t)=>{const r=y.useContext(b2),o=y.useRef(null),n=ft(t,o);return y.useEffect(()=>{const i=o.current;if(i)return r.branches.add(i),()=>{r.branches.delete(i)}},[r.branches]),v.jsx(rt.div,{...e,ref:n})});Bb.displayName=jb;function Lb(e,t=globalThis==null?void 0:globalThis.document){const r=kt(e),o=y.useRef(!1),n=y.useRef(()=>{});return y.useEffect(()=>{const i=s=>{if(s.target&&!o.current){let u=function(){C2(Fb,r,l,{discrete:!0})};const l={originalEvent:s};s.pointerType==="touch"?(t.removeEventListener("click",n.current),n.current=u,t.addEventListener("click",n.current,{once:!0})):u()}else t.removeEventListener("click",n.current);o.current=!1},a=window.setTimeout(()=>{t.addEventListener("pointerdown",i)},0);return()=>{window.clearTimeout(a),t.removeEventListener("pointerdown",i),t.removeEventListener("click",n.current)}},[t,r]),{onPointerDownCapture:()=>o.current=!0}}function Db(e,t=globalThis==null?void 0:globalThis.document){const r=kt(e),o=y.useRef(!1);return y.useEffect(()=>{const n=i=>{i.target&&!o.current&&C2(Vb,r,{originalEvent:i},{discrete:!1})};return t.addEventListener("focusin",n),()=>t.removeEventListener("focusin",n)},[t,r]),{onFocusCapture:()=>o.current=!0,onBlurCapture:()=>o.current=!1}}function Ec(){const e=new CustomEvent(ma);document.dispatchEvent(e)}function C2(e,t,r,{discrete:o}){const n=r.originalEvent.target,i=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:r});t&&n.addEventListener(e,t,{once:!0}),o?Tb(n,i):n.dispatchEvent(i)}var Zi=0;function Gb(){y.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??Rc()),document.body.insertAdjacentElement("beforeend",e[1]??Rc()),Zi++,()=>{Zi===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(t=>t.remove()),Zi--}},[])}function Rc(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.outline="none",e.style.opacity="0",e.style.position="fixed",e.style.pointerEvents="none",e}var Xi="focusScope.autoFocusOnMount",$i="focusScope.autoFocusOnUnmount",Pc={bubbles:!1,cancelable:!0},Wb="FocusScope",x2=y.forwardRef((e,t)=>{const{loop:r=!1,trapped:o=!1,onMountAutoFocus:n,onUnmountAutoFocus:i,...a}=e,[s,u]=y.useState(null),l=kt(n),c=kt(i),d=y.useRef(null),f=ft(t,g=>u(g)),p=y.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;y.useEffect(()=>{if(o){let g=function(S){if(p.paused||!s)return;const w=S.target;s.contains(w)?d.current=w:ot(d.current,{select:!0})},h=function(S){if(p.paused||!s)return;const w=S.relatedTarget;w!==null&&(s.contains(w)||ot(d.current,{select:!0}))},b=function(S){if(document.activeElement===document.body)for(const I of S)I.removedNodes.length>0&&ot(s)};document.addEventListener("focusin",g),document.addEventListener("focusout",h);const C=new MutationObserver(b);return s&&C.observe(s,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",g),document.removeEventListener("focusout",h),C.disconnect()}}},[o,s,p.paused]),y.useEffect(()=>{if(s){_c.add(p);const g=document.activeElement;if(!s.contains(g)){const b=new CustomEvent(Xi,Pc);s.addEventListener(Xi,l),s.dispatchEvent(b),b.defaultPrevented||(kb(zb(w2(s)),{select:!0}),document.activeElement===g&&ot(s))}return()=>{s.removeEventListener(Xi,l),setTimeout(()=>{const b=new CustomEvent($i,Pc);s.addEventListener($i,c),s.dispatchEvent(b),b.defaultPrevented||ot(g??document.body,{select:!0}),s.removeEventListener($i,c),_c.remove(p)},0)}}},[s,l,c,p]);const m=y.useCallback(g=>{if(!r&&!o||p.paused)return;const h=g.key==="Tab"&&!g.altKey&&!g.ctrlKey&&!g.metaKey,b=document.activeElement;if(h&&b){const C=g.currentTarget,[S,w]=Hb(C);S&&w?!g.shiftKey&&b===w?(g.preventDefault(),r&&ot(S,{select:!0})):g.shiftKey&&b===S&&(g.preventDefault(),r&&ot(w,{select:!0})):b===C&&g.preventDefault()}},[r,o,p.paused]);return v.jsx(rt.div,{tabIndex:-1,...a,ref:f,onKeyDown:m})});x2.displayName=Wb;function kb(e,{select:t=!1}={}){const r=document.activeElement;for(const o of e)if(ot(o,{select:t}),document.activeElement!==r)return}function Hb(e){const t=w2(e),r=Oc(t,e),o=Oc(t.reverse(),e);return[r,o]}function w2(e){const t=[],r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:o=>{const n=o.tagName==="INPUT"&&o.type==="hidden";return o.disabled||o.hidden||n?NodeFilter.FILTER_SKIP:o.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;r.nextNode();)t.push(r.currentNode);return t}function Oc(e,t){for(const r of e)if(!Zb(r,{upTo:t}))return r}function Zb(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function Xb(e){return e instanceof HTMLInputElement&&"select"in e}function ot(e,{select:t=!1}={}){if(e&&e.focus){const r=document.activeElement;e.focus({preventScroll:!0}),e!==r&&Xb(e)&&t&&e.select()}}var _c=$b();function $b(){let e=[];return{add(t){const r=e[0];t!==r&&(r==null||r.pause()),e=Tc(e,t),e.unshift(t)},remove(t){var r;e=Tc(e,t),(r=e[0])==null||r.resume()}}}function Tc(e,t){const r=[...e],o=r.indexOf(t);return o!==-1&&r.splice(o,1),r}function zb(e){return e.filter(t=>t.tagName!=="A")}var ct=globalThis!=null&&globalThis.document?y.useLayoutEffect:()=>{},Yb=y[" useId ".trim().toString()]||(()=>{}),qb=0;function Jb(e){const[t,r]=y.useState(Yb());return ct(()=>{r(o=>o??String(qb++))},[e]),e||(t?`radix-${t}`:"")}var Ub="Arrow",I2=y.forwardRef((e,t)=>{const{children:r,width:o=10,height:n=5,...i}=e;return v.jsx(rt.svg,{...i,ref:t,width:o,height:n,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?r:v.jsx("polygon",{points:"0,0 30,0 15,10"})})});I2.displayName=Ub;var Qb=I2;function Kb(e){const[t,r]=y.useState(void 0);return ct(()=>{if(e){r({width:e.offsetWidth,height:e.offsetHeight});const o=new ResizeObserver(n=>{if(!Array.isArray(n)||!n.length)return;const i=n[0];let a,s;if("borderBoxSize"in i){const u=i.borderBoxSize,l=Array.isArray(u)?u[0]:u;a=l.inlineSize,s=l.blockSize}else a=e.offsetWidth,s=e.offsetHeight;r({width:a,height:s})});return o.observe(e,{box:"border-box"}),()=>o.unobserve(e)}else r(void 0)},[e]),t}var bu="Popper",[S2,A2]=m2(bu),[e9,E2]=S2(bu),R2=e=>{const{__scopePopper:t,children:r}=e,[o,n]=y.useState(null);return v.jsx(e9,{scope:t,anchor:o,onAnchorChange:n,children:r})};R2.displayName=bu;var P2="PopperAnchor",O2=y.forwardRef((e,t)=>{const{__scopePopper:r,virtualRef:o,...n}=e,i=E2(P2,r),a=y.useRef(null),s=ft(t,a),u=y.useRef(null);return y.useEffect(()=>{const l=u.current;u.current=(o==null?void 0:o.current)||a.current,l!==u.current&&i.onAnchorChange(u.current)}),o?null:v.jsx(rt.div,{...n,ref:s})});O2.displayName=P2;var yu="PopperContent",[t9,r9]=S2(yu),_2=y.forwardRef((e,t)=>{var Y,q,U,K,re,W;const{__scopePopper:r,side:o="bottom",sideOffset:n=0,align:i="center",alignOffset:a=0,arrowPadding:s=0,avoidCollisions:u=!0,collisionBoundary:l=[],collisionPadding:c=0,sticky:d="partial",hideWhenDetached:f=!1,updatePositionStrategy:p="optimized",onPlaced:m,...g}=e,h=E2(yu,r),[b,C]=y.useState(null),S=ft(t,te=>C(te)),[w,I]=y.useState(null),A=Kb(w),x=(A==null?void 0:A.width)??0,E=(A==null?void 0:A.height)??0,P=o+(i!=="center"?"-"+i:""),_=typeof c=="number"?c:{top:0,right:0,bottom:0,left:0,...c},L=Array.isArray(l)?l:[l],j=L.length>0,O={padding:_,boundary:L.filter(o9),altBoundary:j},{refs:N,floatingStyles:T,placement:M,isPositioned:G,middlewareData:B}=ef({strategy:"fixed",placement:P,whileElementsMounted:(...te)=>uu(...te,{animationFrame:p==="always"}),elements:{reference:h.anchor},middleware:[tf({mainAxis:n+E,alignmentAxis:a}),u&&rf({mainAxis:!0,crossAxis:!1,limiter:d==="partial"?nf():void 0,...O}),u&&of({...O}),af({...O,apply:({elements:te,rects:ae,availableWidth:se,availableHeight:ge})=>{const{width:be,height:me}=ae.reference,oe=te.floating.style;oe.setProperty("--radix-popper-available-width",`${se}px`),oe.setProperty("--radix-popper-available-height",`${ge}px`),oe.setProperty("--radix-popper-anchor-width",`${be}px`),oe.setProperty("--radix-popper-anchor-height",`${me}px`)}}),w&&sf({element:w,padding:s}),i9({arrowWidth:x,arrowHeight:E}),f&&uf({strategy:"referenceHidden",...O})]}),[Z,R]=N2(M),F=kt(m);ct(()=>{G&&(F==null||F())},[G,F]);const D=(Y=B.arrow)==null?void 0:Y.x,H=(q=B.arrow)==null?void 0:q.y,k=((U=B.arrow)==null?void 0:U.centerOffset)!==0,[$,X]=y.useState();return ct(()=>{b&&X(window.getComputedStyle(b).zIndex)},[b]),v.jsx("div",{ref:N.setFloating,"data-radix-popper-content-wrapper":"",style:{...T,transform:G?T.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:$,"--radix-popper-transform-origin":[(K=B.transformOrigin)==null?void 0:K.x,(re=B.transformOrigin)==null?void 0:re.y].join(" "),...((W=B.hide)==null?void 0:W.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:v.jsx(t9,{scope:r,placedSide:Z,onArrowChange:I,arrowX:D,arrowY:H,shouldHideArrow:k,children:v.jsx(rt.div,{"data-side":Z,"data-align":R,...g,ref:S,style:{...g.style,animation:G?void 0:"none"}})})})});_2.displayName=yu;var T2="PopperArrow",n9={top:"bottom",right:"left",bottom:"top",left:"right"},M2=y.forwardRef(function(t,r){const{__scopePopper:o,...n}=t,i=r9(T2,o),a=n9[i.placedSide];return v.jsx("span",{ref:i.onArrowChange,style:{position:"absolute",left:i.arrowX,top:i.arrowY,[a]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[i.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[i.placedSide],visibility:i.shouldHideArrow?"hidden":void 0},children:v.jsx(Qb,{...n,ref:r,style:{...n.style,display:"block"}})})});M2.displayName=T2;function o9(e){return e!==null}var i9=e=>({name:"transformOrigin",options:e,fn(t){var h,b,C;const{placement:r,rects:o,middlewareData:n}=t,a=((h=n.arrow)==null?void 0:h.centerOffset)!==0,s=a?0:e.arrowWidth,u=a?0:e.arrowHeight,[l,c]=N2(r),d={start:"0%",center:"50%",end:"100%"}[c],f=(((b=n.arrow)==null?void 0:b.x)??0)+s/2,p=(((C=n.arrow)==null?void 0:C.y)??0)+u/2;let m="",g="";return l==="bottom"?(m=a?d:`${f}px`,g=`${-u}px`):l==="top"?(m=a?d:`${f}px`,g=`${o.floating.height+u}px`):l==="right"?(m=`${-u}px`,g=a?d:`${p}px`):l==="left"&&(m=`${o.floating.width+u}px`,g=a?d:`${p}px`),{data:{x:m,y:g}}}});function N2(e){const[t,r="center"]=e.split("-");return[t,r]}var a9=R2,F2=O2,u9=_2,s9=M2,l9="Portal",V2=y.forwardRef((e,t)=>{var s;const{container:r,...o}=e,[n,i]=y.useState(!1);ct(()=>i(!0),[]);const a=r||n&&((s=globalThis==null?void 0:globalThis.document)==null?void 0:s.body);return a?Qe.createPortal(v.jsx(rt.div,{...o,ref:t}),a):null});V2.displayName=l9;function c9(e,t){return y.useReducer((r,o)=>t[r][o]??r,e)}var Cu=e=>{const{present:t,children:r}=e,o=d9(t),n=typeof r=="function"?r({present:o.isPresent}):y.Children.only(r),i=ft(o.ref,f9(n));return typeof r=="function"||o.isPresent?y.cloneElement(n,{ref:i}):null};Cu.displayName="Presence";function d9(e){const[t,r]=y.useState(),o=y.useRef(null),n=y.useRef(e),i=y.useRef("none"),a=e?"mounted":"unmounted",[s,u]=c9(a,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return y.useEffect(()=>{const l=Rr(o.current);i.current=s==="mounted"?l:"none"},[s]),ct(()=>{const l=o.current,c=n.current;if(c!==e){const f=i.current,p=Rr(l);e?u("MOUNT"):p==="none"||(l==null?void 0:l.display)==="none"?u("UNMOUNT"):u(c&&f!==p?"ANIMATION_OUT":"UNMOUNT"),n.current=e}},[e,u]),ct(()=>{if(t){let l;const c=t.ownerDocument.defaultView??window,d=p=>{const g=Rr(o.current).includes(CSS.escape(p.animationName));if(p.target===t&&g&&(u("ANIMATION_END"),!n.current)){const h=t.style.animationFillMode;t.style.animationFillMode="forwards",l=c.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=h)})}},f=p=>{p.target===t&&(i.current=Rr(o.current))};return t.addEventListener("animationstart",f),t.addEventListener("animationcancel",d),t.addEventListener("animationend",d),()=>{c.clearTimeout(l),t.removeEventListener("animationstart",f),t.removeEventListener("animationcancel",d),t.removeEventListener("animationend",d)}}else u("ANIMATION_END")},[t,u]),{isPresent:["mounted","unmountSuspended"].includes(s),ref:y.useCallback(l=>{o.current=l?getComputedStyle(l):null,r(l)},[])}}function Rr(e){return(e==null?void 0:e.animationName)||"none"}function f9(e){var o,n;let t=(o=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:o.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=(n=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:n.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}var p9=y[" useInsertionEffect ".trim().toString()]||ct;function g9({prop:e,defaultProp:t,onChange:r=()=>{},caller:o}){const[n,i,a]=v9({defaultProp:t,onChange:r}),s=e!==void 0,u=s?e:n;{const c=y.useRef(e!==void 0);y.useEffect(()=>{const d=c.current;d!==s&&console.warn(`${o} is changing from ${d?"controlled":"uncontrolled"} to ${s?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),c.current=s},[s,o])}const l=y.useCallback(c=>{var d;if(s){const f=m9(c)?c(e):c;f!==e&&((d=a.current)==null||d.call(a,f))}else i(c)},[s,e,i,a]);return[u,l]}function v9({defaultProp:e,onChange:t}){const[r,o]=y.useState(e),n=y.useRef(r),i=y.useRef(t);return p9(()=>{i.current=t},[t]),y.useEffect(()=>{var a;n.current!==r&&((a=i.current)==null||a.call(i,r),n.current=r)},[r,n]),[r,o,i]}function m9(e){return typeof e=="function"}var yn="Popover",[j2,hC]=m2(yn,[A2]),mr=A2(),[h9,pt]=j2(yn),B2=e=>{const{__scopePopover:t,children:r,open:o,defaultOpen:n,onOpenChange:i,modal:a=!1}=e,s=mr(t),u=y.useRef(null),[l,c]=y.useState(!1),[d,f]=g9({prop:o,defaultProp:n??!1,onChange:i,caller:yn});return v.jsx(a9,{...s,children:v.jsx(h9,{scope:t,contentId:Jb(),triggerRef:u,open:d,onOpenChange:f,onOpenToggle:y.useCallback(()=>f(p=>!p),[f]),hasCustomAnchor:l,onCustomAnchorAdd:y.useCallback(()=>c(!0),[]),onCustomAnchorRemove:y.useCallback(()=>c(!1),[]),modal:a,children:r})})};B2.displayName=yn;var L2="PopoverAnchor",b9=y.forwardRef((e,t)=>{const{__scopePopover:r,...o}=e,n=pt(L2,r),i=mr(r),{onCustomAnchorAdd:a,onCustomAnchorRemove:s}=n;return y.useEffect(()=>(a(),()=>s()),[a,s]),v.jsx(F2,{...i,...o,ref:t})});b9.displayName=L2;var D2="PopoverTrigger",G2=y.forwardRef((e,t)=>{const{__scopePopover:r,...o}=e,n=pt(D2,r),i=mr(r),a=ft(t,n.triggerRef),s=v.jsx(rt.button,{type:"button","aria-haspopup":"dialog","aria-expanded":n.open,"aria-controls":n.contentId,"data-state":$2(n.open),...o,ref:a,onClick:at(e.onClick,n.onOpenToggle)});return n.hasCustomAnchor?s:v.jsx(F2,{asChild:!0,...i,children:s})});G2.displayName=D2;var xu="PopoverPortal",[y9,C9]=j2(xu,{forceMount:void 0}),W2=e=>{const{__scopePopover:t,forceMount:r,children:o,container:n}=e,i=pt(xu,t);return v.jsx(y9,{scope:t,forceMount:r,children:v.jsx(Cu,{present:r||i.open,children:v.jsx(V2,{asChild:!0,container:n,children:o})})})};W2.displayName=xu;var Ht="PopoverContent",k2=y.forwardRef((e,t)=>{const r=C9(Ht,e.__scopePopover),{forceMount:o=r.forceMount,...n}=e,i=pt(Ht,e.__scopePopover);return v.jsx(Cu,{present:o||i.open,children:i.modal?v.jsx(w9,{...n,ref:t}):v.jsx(I9,{...n,ref:t})})});k2.displayName=Ht;var x9=h2("PopoverContent.RemoveScroll"),w9=y.forwardRef((e,t)=>{const r=pt(Ht,e.__scopePopover),o=y.useRef(null),n=ft(t,o),i=y.useRef(!1);return y.useEffect(()=>{const a=o.current;if(a)return qf(a)},[]),v.jsx(pu,{as:x9,allowPinchZoom:!0,children:v.jsx(H2,{...e,ref:n,trapFocus:r.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:at(e.onCloseAutoFocus,a=>{var s;a.preventDefault(),i.current||(s=r.triggerRef.current)==null||s.focus()}),onPointerDownOutside:at(e.onPointerDownOutside,a=>{const s=a.detail.originalEvent,u=s.button===0&&s.ctrlKey===!0,l=s.button===2||u;i.current=l},{checkForDefaultPrevented:!1}),onFocusOutside:at(e.onFocusOutside,a=>a.preventDefault(),{checkForDefaultPrevented:!1})})})}),I9=y.forwardRef((e,t)=>{const r=pt(Ht,e.__scopePopover),o=y.useRef(!1),n=y.useRef(!1);return v.jsx(H2,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:i=>{var a,s;(a=e.onCloseAutoFocus)==null||a.call(e,i),i.defaultPrevented||(o.current||(s=r.triggerRef.current)==null||s.focus(),i.preventDefault()),o.current=!1,n.current=!1},onInteractOutside:i=>{var u,l;(u=e.onInteractOutside)==null||u.call(e,i),i.defaultPrevented||(o.current=!0,i.detail.originalEvent.type==="pointerdown"&&(n.current=!0));const a=i.target;((l=r.triggerRef.current)==null?void 0:l.contains(a))&&i.preventDefault(),i.detail.originalEvent.type==="focusin"&&n.current&&i.preventDefault()}})}),H2=y.forwardRef((e,t)=>{const{__scopePopover:r,trapFocus:o,onOpenAutoFocus:n,onCloseAutoFocus:i,disableOutsidePointerEvents:a,onEscapeKeyDown:s,onPointerDownOutside:u,onFocusOutside:l,onInteractOutside:c,...d}=e,f=pt(Ht,r),p=mr(r);return Gb(),v.jsx(x2,{asChild:!0,loop:!0,trapped:o,onMountAutoFocus:n,onUnmountAutoFocus:i,children:v.jsx(y2,{asChild:!0,disableOutsidePointerEvents:a,onInteractOutside:c,onEscapeKeyDown:s,onPointerDownOutside:u,onFocusOutside:l,onDismiss:()=>f.onOpenChange(!1),children:v.jsx(u9,{"data-state":$2(f.open),role:"dialog",id:f.contentId,...p,...d,ref:t,style:{...d.style,"--radix-popover-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-popover-content-available-width":"var(--radix-popper-available-width)","--radix-popover-content-available-height":"var(--radix-popper-available-height)","--radix-popover-trigger-width":"var(--radix-popper-anchor-width)","--radix-popover-trigger-height":"var(--radix-popper-anchor-height)"}})})})}),Z2="PopoverClose",S9=y.forwardRef((e,t)=>{const{__scopePopover:r,...o}=e,n=pt(Z2,r);return v.jsx(rt.button,{type:"button",...o,ref:t,onClick:at(e.onClick,()=>n.onOpenChange(!1))})});S9.displayName=Z2;var A9="PopoverArrow",X2=y.forwardRef((e,t)=>{const{__scopePopover:r,...o}=e,n=mr(r);return v.jsx(s9,{...n,...o,ref:t})});X2.displayName=A9;function $2(e){return e?"open":"closed"}var E9=B2,R9=G2,P9=W2,O9=k2,_9=X2;const T9=({trigger:e,content:t,children:r,side:o="bottom",align:n="center",sideOffset:i=5,collisionPadding:a=8,open:s,onOpenChange:u})=>{const l=z.popover();return v.jsxs(E9,{open:s,onOpenChange:u,children:[v.jsx(R9,{asChild:!0,children:e}),v.jsx(P9,{children:v.jsxs(O9,{side:o,align:n,sideOffset:i,collisionPadding:a,onOpenAutoFocus:c=>c.preventDefault(),children:[v.jsx("div",{className:l.content,children:t||r}),v.jsx(_9,{className:l.arrow})]})})]})},z2=e=>{const t=r=>v.jsx(Nf,{children:o=>v.jsx(e,{...r,breakpoint:o.breakpoint,isGreaterThan:n=>jf(n,o.breakpoint.value),isLessThan:n=>Vf(n,o.breakpoint.value)})});return t.displayName=`WithBreakpoints(${e.displayName||e.name||"Component"})`,t};function yt(e){"@babel/helpers - typeof";return yt=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},yt(e)}function M9(e,t){if(yt(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var o=r.call(e,t);if(yt(o)!="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Y2(e){var t=M9(e,"string");return yt(t)=="symbol"?t:t+""}function Nt(e,t,r){return(t=Y2(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Mc(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),r.push.apply(r,o)}return r}function J(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Mc(Object(r),!0).forEach(function(o){Nt(e,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Mc(Object(r)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(r,o))})}return e}function N9(e){if(Array.isArray(e))return e}function F9(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var o,n,i,a,s=[],u=!0,l=!1;try{if(i=(r=r.call(e)).next,t===0){if(Object(r)!==r)return;u=!1}else for(;!(u=(o=i.call(r)).done)&&(s.push(o.value),s.length!==t);u=!0);}catch(c){l=!0,n=c}finally{try{if(!u&&r.return!=null&&(a=r.return(),Object(a)!==a))return}finally{if(l)throw n}}return s}}function ha(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,o=Array(t);r<t;r++)o[r]=e[r];return o}function q2(e,t){if(e){if(typeof e=="string")return ha(e,t);var r={}.toString.call(e).slice(8,-1);return r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set"?Array.from(e):r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?ha(e,t):void 0}}function V9(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
85
|
-
|
|
86
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Bt(e){return H9(e)||Z9(e)||q2(e)||X9()}function $9(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}function z9(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}var Y9=function(){function e(r){var o=this;this._insertTag=function(n){var i;o.tags.length===0?o.insertionPoint?i=o.insertionPoint.nextSibling:o.prepend?i=o.container.firstChild:i=o.before:i=o.tags[o.tags.length-1].nextSibling,o.container.insertBefore(n,i),o.tags.push(n)},this.isSpeedy=r.speedy===void 0?!0:r.speedy,this.tags=[],this.ctr=0,this.nonce=r.nonce,this.key=r.key,this.container=r.container,this.prepend=r.prepend,this.insertionPoint=r.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(o){o.forEach(this._insertTag)},t.insert=function(o){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(z9(this));var n=this.tags[this.tags.length-1];if(this.isSpeedy){var i=$9(n);try{i.insertRule(o,i.cssRules.length)}catch{}}else n.appendChild(document.createTextNode(o));this.ctr++},t.flush=function(){this.tags.forEach(function(o){var n;return(n=o.parentNode)==null?void 0:n.removeChild(o)}),this.tags=[],this.ctr=0},e}(),Ae="-ms-",Ur="-moz-",le="-webkit-",U2="comm",Iu="rule",Su="decl",q9="@import",Q2="@keyframes",J9="@layer",U9=Math.abs,Cn=String.fromCharCode,Q9=Object.assign;function K9(e,t){return Ie(e,0)^45?(((t<<2^Ie(e,0))<<2^Ie(e,1))<<2^Ie(e,2))<<2^Ie(e,3):0}function K2(e){return e.trim()}function e6(e,t){return(e=t.exec(e))?e[0]:e}function ce(e,t,r){return e.replace(t,r)}function ba(e,t){return e.indexOf(t)}function Ie(e,t){return e.charCodeAt(t)|0}function ir(e,t,r){return e.slice(t,r)}function Ge(e){return e.length}function Au(e){return e.length}function Pr(e,t){return t.push(e),e}function t6(e,t){return e.map(t).join("")}var xn=1,Zt=1,ep=0,Pe=0,Ce=0,Yt="";function wn(e,t,r,o,n,i,a){return{value:e,root:t,parent:r,type:o,props:n,children:i,line:xn,column:Zt,length:a,return:""}}function Jt(e,t){return Q9(wn("",null,null,"",null,null,0),e,{length:-e.length},t)}function r6(){return Ce}function n6(){return Ce=Pe>0?Ie(Yt,--Pe):0,Zt--,Ce===10&&(Zt=1,xn--),Ce}function Me(){return Ce=Pe<ep?Ie(Yt,Pe++):0,Zt++,Ce===10&&(Zt=1,xn++),Ce}function Ze(){return Ie(Yt,Pe)}function Br(){return Pe}function hr(e,t){return ir(Yt,e,t)}function ar(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function tp(e){return xn=Zt=1,ep=Ge(Yt=e),Pe=0,[]}function rp(e){return Yt="",e}function Lr(e){return K2(hr(Pe-1,ya(e===91?e+2:e===40?e+1:e)))}function o6(e){for(;(Ce=Ze())&&Ce<33;)Me();return ar(e)>2||ar(Ce)>3?"":" "}function i6(e,t){for(;--t&&Me()&&!(Ce<48||Ce>102||Ce>57&&Ce<65||Ce>70&&Ce<97););return hr(e,Br()+(t<6&&Ze()==32&&Me()==32))}function ya(e){for(;Me();)switch(Ce){case e:return Pe;case 34:case 39:e!==34&&e!==39&&ya(Ce);break;case 40:e===41&&ya(e);break;case 92:Me();break}return Pe}function a6(e,t){for(;Me()&&e+Ce!==57;)if(e+Ce===84&&Ze()===47)break;return"/*"+hr(t,Pe-1)+"*"+Cn(e===47?e:Me())}function u6(e){for(;!ar(Ze());)Me();return hr(e,Pe)}function s6(e){return rp(Dr("",null,null,null,[""],e=tp(e),0,[0],e))}function Dr(e,t,r,o,n,i,a,s,u){for(var l=0,c=0,d=a,f=0,p=0,m=0,g=1,h=1,b=1,C=0,S="",w=n,I=i,A=o,x=S;h;)switch(m=C,C=Me()){case 40:if(m!=108&&Ie(x,d-1)==58){ba(x+=ce(Lr(C),"&","&\f"),"&\f")!=-1&&(b=-1);break}case 34:case 39:case 91:x+=Lr(C);break;case 9:case 10:case 13:case 32:x+=o6(m);break;case 92:x+=i6(Br()-1,7);continue;case 47:switch(Ze()){case 42:case 47:Pr(l6(a6(Me(),Br()),t,r),u);break;default:x+="/"}break;case 123*g:s[l++]=Ge(x)*b;case 125*g:case 59:case 0:switch(C){case 0:case 125:h=0;case 59+c:b==-1&&(x=ce(x,/\f/g,"")),p>0&&Ge(x)-d&&Pr(p>32?Vc(x+";",o,r,d-1):Vc(ce(x," ","")+";",o,r,d-2),u);break;case 59:x+=";";default:if(Pr(A=Fc(x,t,r,l,c,n,s,S,w=[],I=[],d),i),C===123)if(c===0)Dr(x,t,A,A,w,i,d,s,I);else switch(f===99&&Ie(x,3)===110?100:f){case 100:case 108:case 109:case 115:Dr(e,A,A,o&&Pr(Fc(e,A,A,0,0,n,s,S,n,w=[],d),I),n,I,d,s,o?w:I);break;default:Dr(x,A,A,A,[""],I,0,s,I)}}l=c=p=0,g=b=1,S=x="",d=a;break;case 58:d=1+Ge(x),p=m;default:if(g<1){if(C==123)--g;else if(C==125&&g++==0&&n6()==125)continue}switch(x+=Cn(C),C*g){case 38:b=c>0?1:(x+="\f",-1);break;case 44:s[l++]=(Ge(x)-1)*b,b=1;break;case 64:Ze()===45&&(x+=Lr(Me())),f=Ze(),c=d=Ge(S=x+=u6(Br())),C++;break;case 45:m===45&&Ge(x)==2&&(g=0)}}return i}function Fc(e,t,r,o,n,i,a,s,u,l,c){for(var d=n-1,f=n===0?i:[""],p=Au(f),m=0,g=0,h=0;m<o;++m)for(var b=0,C=ir(e,d+1,d=U9(g=a[m])),S=e;b<p;++b)(S=K2(g>0?f[b]+" "+C:ce(C,/&\f/g,f[b])))&&(u[h++]=S);return wn(e,t,r,n===0?Iu:s,u,l,c)}function l6(e,t,r){return wn(e,t,r,U2,Cn(r6()),ir(e,2,-2),0)}function Vc(e,t,r,o){return wn(e,t,r,Su,ir(e,0,o),ir(e,o+1,-1),o)}function Lt(e,t){for(var r="",o=Au(e),n=0;n<o;n++)r+=t(e[n],n,e,t)||"";return r}function c6(e,t,r,o){switch(e.type){case J9:if(e.children.length)break;case q9:case Su:return e.return=e.return||e.value;case U2:return"";case Q2:return e.return=e.value+"{"+Lt(e.children,o)+"}";case Iu:e.value=e.props.join(",")}return Ge(r=Lt(e.children,o))?e.return=e.value+"{"+r+"}":""}function d6(e){var t=Au(e);return function(r,o,n,i){for(var a="",s=0;s<t;s++)a+=e[s](r,o,n,i)||"";return a}}function f6(e){return function(t){t.root||(t=t.return)&&e(t)}}function p6(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}var g6=function(t,r,o){for(var n=0,i=0;n=i,i=Ze(),n===38&&i===12&&(r[o]=1),!ar(i);)Me();return hr(t,Pe)},v6=function(t,r){var o=-1,n=44;do switch(ar(n)){case 0:n===38&&Ze()===12&&(r[o]=1),t[o]+=g6(Pe-1,r,o);break;case 2:t[o]+=Lr(n);break;case 4:if(n===44){t[++o]=Ze()===58?"&\f":"",r[o]=t[o].length;break}default:t[o]+=Cn(n)}while(n=Me());return t},m6=function(t,r){return rp(v6(tp(t),r))},jc=new WeakMap,h6=function(t){if(!(t.type!=="rule"||!t.parent||t.length<1)){for(var r=t.value,o=t.parent,n=t.column===o.column&&t.line===o.line;o.type!=="rule";)if(o=o.parent,!o)return;if(!(t.props.length===1&&r.charCodeAt(0)!==58&&!jc.get(o))&&!n){jc.set(t,!0);for(var i=[],a=m6(r,i),s=o.props,u=0,l=0;u<a.length;u++)for(var c=0;c<s.length;c++,l++)t.props[l]=i[u]?a[u].replace(/&\f/g,s[c]):s[c]+" "+a[u]}}},b6=function(t){if(t.type==="decl"){var r=t.value;r.charCodeAt(0)===108&&r.charCodeAt(2)===98&&(t.return="",t.value="")}};function np(e,t){switch(K9(e,t)){case 5103:return le+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return le+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return le+e+Ur+e+Ae+e+e;case 6828:case 4268:return le+e+Ae+e+e;case 6165:return le+e+Ae+"flex-"+e+e;case 5187:return le+e+ce(e,/(\w+).+(:[^]+)/,le+"box-$1$2"+Ae+"flex-$1$2")+e;case 5443:return le+e+Ae+"flex-item-"+ce(e,/flex-|-self/,"")+e;case 4675:return le+e+Ae+"flex-line-pack"+ce(e,/align-content|flex-|-self/,"")+e;case 5548:return le+e+Ae+ce(e,"shrink","negative")+e;case 5292:return le+e+Ae+ce(e,"basis","preferred-size")+e;case 6060:return le+"box-"+ce(e,"-grow","")+le+e+Ae+ce(e,"grow","positive")+e;case 4554:return le+ce(e,/([^-])(transform)/g,"$1"+le+"$2")+e;case 6187:return ce(ce(ce(e,/(zoom-|grab)/,le+"$1"),/(image-set)/,le+"$1"),e,"")+e;case 5495:case 3959:return ce(e,/(image-set\([^]*)/,le+"$1$`$1");case 4968:return ce(ce(e,/(.+:)(flex-)?(.*)/,le+"box-pack:$3"+Ae+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+le+e+e;case 4095:case 3583:case 4068:case 2532:return ce(e,/(.+)-inline(.+)/,le+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(Ge(e)-1-t>6)switch(Ie(e,t+1)){case 109:if(Ie(e,t+4)!==45)break;case 102:return ce(e,/(.+:)(.+)-([^]+)/,"$1"+le+"$2-$3$1"+Ur+(Ie(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~ba(e,"stretch")?np(ce(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(Ie(e,t+1)!==115)break;case 6444:switch(Ie(e,Ge(e)-3-(~ba(e,"!important")&&10))){case 107:return ce(e,":",":"+le)+e;case 101:return ce(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+le+(Ie(e,14)===45?"inline-":"")+"box$3$1"+le+"$2$3$1"+Ae+"$2box$3")+e}break;case 5936:switch(Ie(e,t+11)){case 114:return le+e+Ae+ce(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return le+e+Ae+ce(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return le+e+Ae+ce(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return le+e+Ae+e+e}return e}var y6=function(t,r,o,n){if(t.length>-1&&!t.return)switch(t.type){case Su:t.return=np(t.value,t.length);break;case Q2:return Lt([Jt(t,{value:ce(t.value,"@","@"+le)})],n);case Iu:if(t.length)return t6(t.props,function(i){switch(e6(i,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return Lt([Jt(t,{props:[ce(i,/:(read-\w+)/,":"+Ur+"$1")]})],n);case"::placeholder":return Lt([Jt(t,{props:[ce(i,/:(plac\w+)/,":"+le+"input-$1")]}),Jt(t,{props:[ce(i,/:(plac\w+)/,":"+Ur+"$1")]}),Jt(t,{props:[ce(i,/:(plac\w+)/,Ae+"input-$1")]})],n)}return""})}},C6=[y6],x6=function(t){var r=t.key;if(r==="css"){var o=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(o,function(g){var h=g.getAttribute("data-emotion");h.indexOf(" ")!==-1&&(document.head.appendChild(g),g.setAttribute("data-s",""))})}var n=t.stylisPlugins||C6,i={},a,s=[];a=t.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+r+' "]'),function(g){for(var h=g.getAttribute("data-emotion").split(" "),b=1;b<h.length;b++)i[h[b]]=!0;s.push(g)});var u,l=[h6,b6];{var c,d=[c6,f6(function(g){c.insert(g)})],f=d6(l.concat(n,d)),p=function(h){return Lt(s6(h),f)};u=function(h,b,C,S){c=C,p(h?h+"{"+b.styles+"}":b.styles),S&&(m.inserted[b.name]=!0)}}var m={key:r,sheet:new Y9({key:r,container:a,nonce:t.nonce,speedy:t.speedy,prepend:t.prepend,insertionPoint:t.insertionPoint}),nonce:t.nonce,inserted:i,registered:{},insert:u};return m.sheet.hydrate(s),m},op=lr(),w6={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},I6={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},ip={};ip[op.ForwardRef]=w6;ip[op.Memo]=I6;var S6=!0;function A6(e,t,r){var o="";return r.split(" ").forEach(function(n){e[n]!==void 0?t.push(e[n]+";"):n&&(o+=n+" ")}),o}var ap=function(t,r,o){var n=t.key+"-"+r.name;(o===!1||S6===!1)&&t.registered[n]===void 0&&(t.registered[n]=r.styles)},E6=function(t,r,o){ap(t,r,o);var n=t.key+"-"+r.name;if(t.inserted[r.name]===void 0){var i=r;do t.insert(r===i?"."+n:"",i,t.sheet,!0),i=i.next;while(i!==void 0)}};function R6(e){for(var t=0,r,o=0,n=e.length;n>=4;++o,n-=4)r=e.charCodeAt(o)&255|(e.charCodeAt(++o)&255)<<8|(e.charCodeAt(++o)&255)<<16|(e.charCodeAt(++o)&255)<<24,r=(r&65535)*1540483477+((r>>>16)*59797<<16),r^=r>>>24,t=(r&65535)*1540483477+((r>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(n){case 3:t^=(e.charCodeAt(o+2)&255)<<16;case 2:t^=(e.charCodeAt(o+1)&255)<<8;case 1:t^=e.charCodeAt(o)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}var P6={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},O6=/[A-Z]|^ms/g,_6=/_EMO_([^_]+?)_([^]*?)_EMO_/g,up=function(t){return t.charCodeAt(1)===45},Bc=function(t){return t!=null&&typeof t!="boolean"},zi=p6(function(e){return up(e)?e:e.replace(O6,"-$&").toLowerCase()}),Lc=function(t,r){switch(t){case"animation":case"animationName":if(typeof r=="string")return r.replace(_6,function(o,n,i){return We={name:n,styles:i,next:We},n})}return P6[t]!==1&&!up(t)&&typeof r=="number"&&r!==0?r+"px":r};function ur(e,t,r){if(r==null)return"";var o=r;if(o.__emotion_styles!==void 0)return o;switch(typeof r){case"boolean":return"";case"object":{var n=r;if(n.anim===1)return We={name:n.name,styles:n.styles,next:We},n.name;var i=r;if(i.styles!==void 0){var a=i.next;if(a!==void 0)for(;a!==void 0;)We={name:a.name,styles:a.styles,next:We},a=a.next;var s=i.styles+";";return s}return T6(e,t,r)}case"function":{if(e!==void 0){var u=We,l=r(e);return We=u,ur(e,t,l)}break}}var c=r;return c}function T6(e,t,r){var o="";if(Array.isArray(r))for(var n=0;n<r.length;n++)o+=ur(e,t,r[n])+";";else for(var i in r){var a=r[i];if(typeof a!="object"){var s=a;Bc(s)&&(o+=zi(i)+":"+Lc(i,s)+";")}else if(Array.isArray(a)&&typeof a[0]=="string"&&t==null)for(var u=0;u<a.length;u++)Bc(a[u])&&(o+=zi(i)+":"+Lc(i,a[u])+";");else{var l=ur(e,t,a);switch(i){case"animation":case"animationName":{o+=zi(i)+":"+l+";";break}default:o+=i+"{"+l+"}"}}}return o}var Dc=/label:\s*([^\s;{]+)\s*(;|$)/g,We;function sp(e,t,r){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var o=!0,n="";We=void 0;var i=e[0];if(i==null||i.raw===void 0)o=!1,n+=ur(r,t,i);else{var a=i;n+=a[0]}for(var s=1;s<e.length;s++)if(n+=ur(r,t,e[s]),o){var u=i;n+=u[s]}Dc.lastIndex=0;for(var l="",c;(c=Dc.exec(n))!==null;)l+="-"+c[1];var d=R6(n)+l;return{name:d,styles:n,next:We}}var M6=function(t){return t()},N6=y.useInsertionEffect?y.useInsertionEffect:!1,F6=N6||M6,lp=y.createContext(typeof HTMLElement<"u"?x6({key:"css"}):null);lp.Provider;var V6=function(t){return V.forwardRef(function(r,o){var n=V.useContext(lp);return t(r,n,o)})},j6=y.createContext({}),Eu={}.hasOwnProperty,Ca="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",B6=function(t,r){var o={};for(var n in r)Eu.call(r,n)&&(o[n]=r[n]);return o[Ca]=t,o},L6=function(t){var r=t.cache,o=t.serialized,n=t.isStringTag;return ap(r,o,n),F6(function(){return E6(r,o,n)}),null},D6=V6(function(e,t,r){var o=e.css;typeof o=="string"&&t.registered[o]!==void 0&&(o=t.registered[o]);var n=e[Ca],i=[o],a="";typeof e.className=="string"?a=A6(t.registered,i,e.className):e.className!=null&&(a=e.className+" ");var s=sp(i,void 0,y.useContext(j6));a+=t.key+"-"+s.name;var u={};for(var l in e)Eu.call(e,l)&&l!=="css"&&l!==Ca&&(u[l]=e[l]);return u.className=a,r&&(u.ref=r),y.createElement(y.Fragment,null,y.createElement(L6,{cache:t,serialized:s,isStringTag:typeof n=="string"}),y.createElement(n,u))}),G6=D6,Q=function(t,r){var o=arguments;if(r==null||!Eu.call(r,"css"))return y.createElement.apply(void 0,o);var n=o.length,i=new Array(n);i[0]=G6,i[1]=B6(t,r);for(var a=2;a<n;a++)i[a]=o[a];return y.createElement.apply(null,i)};(function(e){var t;t||(t=e.JSX||(e.JSX={}))})(Q||(Q={}));function Ru(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return sp(t)}function W6(){var e=Ru.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}function k6(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}var xa=V.useLayoutEffect,H6=["className","clearValue","cx","getStyles","getClassNames","getValue","hasValue","isMulti","isRtl","options","selectOption","selectProps","setValue","theme"],Qr=function(){};function Z6(e,t){return t?t[0]==="-"?e+t:e+"__"+t:e}function X6(e,t){for(var r=arguments.length,o=new Array(r>2?r-2:0),n=2;n<r;n++)o[n-2]=arguments[n];var i=[].concat(o);if(t&&e)for(var a in t)t.hasOwnProperty(a)&&t[a]&&i.push("".concat(Z6(e,a)));return i.filter(function(s){return s}).map(function(s){return String(s).trim()}).join(" ")}var Kr=function(t){return t8(t)?t.filter(Boolean):yt(t)==="object"&&t!==null?[t]:[]},cp=function(t){t.className,t.clearValue,t.cx,t.getStyles,t.getClassNames,t.getValue,t.hasValue,t.isMulti,t.isRtl,t.options,t.selectOption,t.selectProps,t.setValue,t.theme;var r=De(t,H6);return J({},r)},he=function(t,r,o){var n=t.cx,i=t.getStyles,a=t.getClassNames,s=t.className;return{css:i(r,t),className:n(o??{},a(r,t),s)}};function $6(e,t,r){if(r){var o=r(e,t);if(typeof o=="string")return o}return e}function In(e){return[document.documentElement,document.body,window].indexOf(e)>-1}function z6(e){return In(e)?window.innerHeight:e.clientHeight}function dp(e){return In(e)?window.pageYOffset:e.scrollTop}function en(e,t){if(In(e)){window.scrollTo(0,t);return}e.scrollTop=t}function Y6(e){var t=getComputedStyle(e),r=t.position==="absolute",o=/(auto|scroll)/;if(t.position==="fixed")return document.documentElement;for(var n=e;n=n.parentElement;)if(t=getComputedStyle(n),!(r&&t.position==="static")&&o.test(t.overflow+t.overflowY+t.overflowX))return n;return document.documentElement}function q6(e,t,r,o){return r*((e=e/o-1)*e*e+1)+t}function Or(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:200,o=arguments.length>3&&arguments[3]!==void 0?arguments[3]:Qr,n=dp(e),i=t-n,a=10,s=0;function u(){s+=a;var l=q6(s,n,i,r);en(e,l),s<r?window.requestAnimationFrame(u):o(e)}u()}function Gc(e,t){var r=e.getBoundingClientRect(),o=t.getBoundingClientRect(),n=t.offsetHeight/3;o.bottom+n>r.bottom?en(e,Math.min(t.offsetTop+t.clientHeight-e.offsetHeight+n,e.scrollHeight)):o.top-n<r.top&&en(e,Math.max(t.offsetTop-n,0))}function J6(e){var t=e.getBoundingClientRect();return{bottom:t.bottom,height:t.height,left:t.left,right:t.right,top:t.top,width:t.width}}function Wc(){try{return document.createEvent("TouchEvent"),!0}catch{return!1}}function U6(){try{return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}catch{return!1}}var fp=!1,Q6={get passive(){return fp=!0}},_r=typeof window<"u"?window:{};_r.addEventListener&&_r.removeEventListener&&(_r.addEventListener("p",Qr,Q6),_r.removeEventListener("p",Qr,!1));var K6=fp;function e8(e){return e!=null}function t8(e){return Array.isArray(e)}function er(e,t,r){return e?t:r}var r8=function(t){for(var r=arguments.length,o=new Array(r>1?r-1:0),n=1;n<r;n++)o[n-1]=arguments[n];var i=Object.entries(t).filter(function(a){var s=we(a,1),u=s[0];return!o.includes(u)});return i.reduce(function(a,s){var u=we(s,2),l=u[0],c=u[1];return a[l]=c,a},{})},n8=["children","innerProps"],o8=["children","innerProps"];function i8(e){var t=e.maxHeight,r=e.menuEl,o=e.minHeight,n=e.placement,i=e.shouldScroll,a=e.isFixedPosition,s=e.controlHeight,u=Y6(r),l={placement:"bottom",maxHeight:t};if(!r||!r.offsetParent)return l;var c=u.getBoundingClientRect(),d=c.height,f=r.getBoundingClientRect(),p=f.bottom,m=f.height,g=f.top,h=r.offsetParent.getBoundingClientRect(),b=h.top,C=a?window.innerHeight:z6(u),S=dp(u),w=parseInt(getComputedStyle(r).marginBottom,10),I=parseInt(getComputedStyle(r).marginTop,10),A=b-I,x=C-g,E=A+S,P=d-S-g,_=p-C+S+w,L=S+g-I,j=160;switch(n){case"auto":case"bottom":if(x>=m)return{placement:"bottom",maxHeight:t};if(P>=m&&!a)return i&&Or(u,_,j),{placement:"bottom",maxHeight:t};if(!a&&P>=o||a&&x>=o){i&&Or(u,_,j);var O=a?x-w:P-w;return{placement:"bottom",maxHeight:O}}if(n==="auto"||a){var N=t,T=a?A:E;return T>=o&&(N=Math.min(T-w-s,t)),{placement:"top",maxHeight:N}}if(n==="bottom")return i&&en(u,_),{placement:"bottom",maxHeight:t};break;case"top":if(A>=m)return{placement:"top",maxHeight:t};if(E>=m&&!a)return i&&Or(u,L,j),{placement:"top",maxHeight:t};if(!a&&E>=o||a&&A>=o){var M=t;return(!a&&E>=o||a&&A>=o)&&(M=a?A-I:E-I),i&&Or(u,L,j),{placement:"top",maxHeight:M}}return{placement:"bottom",maxHeight:t};default:throw new Error('Invalid placement provided "'.concat(n,'".'))}return l}function a8(e){var t={bottom:"top",top:"bottom"};return e?t[e]:"bottom"}var pp=function(t){return t==="auto"?"bottom":t},u8=function(t,r){var o,n=t.placement,i=t.theme,a=i.borderRadius,s=i.spacing,u=i.colors;return J((o={label:"menu"},Nt(o,a8(n),"100%"),Nt(o,"position","absolute"),Nt(o,"width","100%"),Nt(o,"zIndex",1),o),r?{}:{backgroundColor:u.neutral0,borderRadius:a,boxShadow:"0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)",marginBottom:s.menuGutter,marginTop:s.menuGutter})},gp=V.createContext(null),s8=function(t){var r=t.children,o=t.minMenuHeight,n=t.maxMenuHeight,i=t.menuPlacement,a=t.menuPosition,s=t.menuShouldScrollIntoView,u=t.theme,l=V.useContext(gp)||{},c=l.setPortalPlacement,d=V.useRef(null),f=V.useState(n),p=we(f,2),m=p[0],g=p[1],h=V.useState(null),b=we(h,2),C=b[0],S=b[1],w=u.spacing.controlHeight;return xa(function(){var I=d.current;if(I){var A=a==="fixed",x=s&&!A,E=i8({maxHeight:n,menuEl:I,minHeight:o,placement:i,shouldScroll:x,isFixedPosition:A,controlHeight:w});g(E.maxHeight),S(E.placement),c==null||c(E.placement)}},[n,i,a,s,o,c,w]),r({ref:d,placerProps:J(J({},t),{},{placement:C||pp(i),maxHeight:m})})},l8=function(t){var r=t.children,o=t.innerRef,n=t.innerProps;return Q("div",ee({},he(t,"menu",{menu:!0}),{ref:o},n),r)},c8=l8,d8=function(t,r){var o=t.maxHeight,n=t.theme.spacing.baseUnit;return J({maxHeight:o,overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},r?{}:{paddingBottom:n,paddingTop:n})},f8=function(t){var r=t.children,o=t.innerProps,n=t.innerRef,i=t.isMulti;return Q("div",ee({},he(t,"menuList",{"menu-list":!0,"menu-list--is-multi":i}),{ref:n},o),r)},vp=function(t,r){var o=t.theme,n=o.spacing.baseUnit,i=o.colors;return J({textAlign:"center"},r?{}:{color:i.neutral40,padding:"".concat(n*2,"px ").concat(n*3,"px")})},p8=vp,g8=vp,v8=function(t){var r=t.children,o=r===void 0?"No options":r,n=t.innerProps,i=De(t,n8);return Q("div",ee({},he(J(J({},i),{},{children:o,innerProps:n}),"noOptionsMessage",{"menu-notice":!0,"menu-notice--no-options":!0}),n),o)},m8=function(t){var r=t.children,o=r===void 0?"Loading...":r,n=t.innerProps,i=De(t,o8);return Q("div",ee({},he(J(J({},i),{},{children:o,innerProps:n}),"loadingMessage",{"menu-notice":!0,"menu-notice--loading":!0}),n),o)},h8=function(t){var r=t.rect,o=t.offset,n=t.position;return{left:r.left,position:n,top:o,width:r.width,zIndex:1}},b8=function(t){var r=t.appendTo,o=t.children,n=t.controlElement,i=t.innerProps,a=t.menuPlacement,s=t.menuPosition,u=V.useRef(null),l=V.useRef(null),c=V.useState(pp(a)),d=we(c,2),f=d[0],p=d[1],m=V.useMemo(function(){return{setPortalPlacement:p}},[]),g=V.useState(null),h=we(g,2),b=h[0],C=h[1],S=V.useCallback(function(){if(n){var x=J6(n),E=s==="fixed"?0:window.pageYOffset,P=x[f]+E;(P!==(b==null?void 0:b.offset)||x.left!==(b==null?void 0:b.rect.left)||x.width!==(b==null?void 0:b.rect.width))&&C({offset:P,rect:x})}},[n,s,f,b==null?void 0:b.offset,b==null?void 0:b.rect.left,b==null?void 0:b.rect.width]);xa(function(){S()},[S]);var w=V.useCallback(function(){typeof l.current=="function"&&(l.current(),l.current=null),n&&u.current&&(l.current=uu(n,u.current,S,{elementResize:"ResizeObserver"in window}))},[n,S]);xa(function(){w()},[w]);var I=V.useCallback(function(x){u.current=x,w()},[w]);if(!r&&s!=="fixed"||!b)return null;var A=Q("div",ee({ref:I},he(J(J({},t),{},{offset:b.offset,position:s,rect:b.rect}),"menuPortal",{"menu-portal":!0}),i),o);return Q(gp.Provider,{value:m},r?Qe.createPortal(A,r):A)},y8=function(t){var r=t.isDisabled,o=t.isRtl;return{label:"container",direction:o?"rtl":void 0,pointerEvents:r?"none":void 0,position:"relative"}},C8=function(t){var r=t.children,o=t.innerProps,n=t.isDisabled,i=t.isRtl;return Q("div",ee({},he(t,"container",{"--is-disabled":n,"--is-rtl":i}),o),r)},x8=function(t,r){var o=t.theme.spacing,n=t.isMulti,i=t.hasValue,a=t.selectProps.controlShouldRenderValue;return J({alignItems:"center",display:n&&i&&a?"flex":"grid",flex:1,flexWrap:"wrap",WebkitOverflowScrolling:"touch",position:"relative",overflow:"hidden"},r?{}:{padding:"".concat(o.baseUnit/2,"px ").concat(o.baseUnit*2,"px")})},w8=function(t){var r=t.children,o=t.innerProps,n=t.isMulti,i=t.hasValue;return Q("div",ee({},he(t,"valueContainer",{"value-container":!0,"value-container--is-multi":n,"value-container--has-value":i}),o),r)},I8=function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},S8=function(t){var r=t.children,o=t.innerProps;return Q("div",ee({},he(t,"indicatorsContainer",{indicators:!0}),o),r)},kc,A8=["size"],E8=["innerProps","isRtl","size"];function R8(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}var P8=process.env.NODE_ENV==="production"?{name:"8mmkcg",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0"}:{name:"tj5bde-Svg",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;label:Svg;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGljYXRvcnMudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXlCSSIsImZpbGUiOiJpbmRpY2F0b3JzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWFjdE5vZGUgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3gsIGtleWZyYW1lcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHtcbiAgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWUsXG4gIENTU09iamVjdFdpdGhMYWJlbCxcbiAgR3JvdXBCYXNlLFxufSBmcm9tICcuLi90eXBlcyc7XG5pbXBvcnQgeyBnZXRTdHlsZVByb3BzIH0gZnJvbSAnLi4vdXRpbHMnO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgSWNvbnNcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBTdmcgPSAoe1xuICBzaXplLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzdmcnXSAmIHsgc2l6ZTogbnVtYmVyIH0pID0+IChcbiAgPHN2Z1xuICAgIGhlaWdodD17c2l6ZX1cbiAgICB3aWR0aD17c2l6ZX1cbiAgICB2aWV3Qm94PVwiMCAwIDIwIDIwXCJcbiAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICBjc3M9e3tcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgZmlsbDogJ2N1cnJlbnRDb2xvcicsXG4gICAgICBsaW5lSGVpZ2h0OiAxLFxuICAgICAgc3Ryb2tlOiAnY3VycmVudENvbG9yJyxcbiAgICAgIHN0cm9rZVdpZHRoOiAwLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IHR5cGUgQ3Jvc3NJY29uUHJvcHMgPSBKU1guSW50cmluc2ljRWxlbWVudHNbJ3N2ZyddICYgeyBzaXplPzogbnVtYmVyIH07XG5leHBvcnQgY29uc3QgQ3Jvc3NJY29uID0gKHByb3BzOiBDcm9zc0ljb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNMTQuMzQ4IDE0Ljg0OWMtMC40NjkgMC40NjktMS4yMjkgMC40NjktMS42OTcgMGwtMi42NTEtMy4wMzAtMi42NTEgMy4wMjljLTAuNDY5IDAuNDY5LTEuMjI5IDAuNDY5LTEuNjk3IDAtMC40NjktMC40NjktMC40NjktMS4yMjkgMC0xLjY5N2wyLjc1OC0zLjE1LTIuNzU5LTMuMTUyYy0wLjQ2OS0wLjQ2OS0wLjQ2OS0xLjIyOCAwLTEuNjk3czEuMjI4LTAuNDY5IDEuNjk3IDBsMi42NTIgMy4wMzEgMi42NTEtMy4wMzFjMC40NjktMC40NjkgMS4yMjgtMC40NjkgMS42OTcgMHMwLjQ2OSAxLjIyOSAwIDEuNjk3bC0yLjc1OCAzLjE1MiAyLjc1OCAzLjE1YzAuNDY5IDAuNDY5IDAuNDY5IDEuMjI5IDAgMS42OTh6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuZXhwb3J0IHR5cGUgRG93bkNoZXZyb25Qcm9wcyA9IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3ZnJ10gJiB7IHNpemU/OiBudW1iZXIgfTtcbmV4cG9ydCBjb25zdCBEb3duQ2hldnJvbiA9IChwcm9wczogRG93bkNoZXZyb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNNC41MTYgNy41NDhjMC40MzYtMC40NDYgMS4wNDMtMC40ODEgMS41NzYgMGwzLjkwOCAzLjc0NyAzLjkwOC0zLjc0N2MwLjUzMy0wLjQ4MSAxLjE0MS0wLjQ0NiAxLjU3NCAwIDAuNDM2IDAuNDQ1IDAuNDA4IDEuMTk3IDAgMS42MTUtMC40MDYgMC40MTgtNC42OTUgNC41MDItNC42OTUgNC41MDItMC4yMTcgMC4yMjMtMC41MDIgMC4zMzUtMC43ODcgMC4zMzVzLTAuNTctMC4xMTItMC43ODktMC4zMzVjMCAwLTQuMjg3LTQuMDg0LTQuNjk1LTQuNTAycy0wLjQzNi0xLjE3IDAtMS42MTV6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgQnV0dG9uc1xuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG5cbmV4cG9ydCBpbnRlcmZhY2UgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIC8qKiBUaGUgY2hpbGRyZW4gdG8gYmUgcmVuZGVyZWQgaW5zaWRlIHRoZSBpbmRpY2F0b3IuICovXG4gIGNoaWxkcmVuPzogUmVhY3ROb2RlO1xuICAvKiogUHJvcHMgdGhhdCB3aWxsIGJlIHBhc3NlZCBvbiB0byB0aGUgY2hpbGRyZW4uICovXG4gIGlubmVyUHJvcHM6IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snZGl2J107XG4gIC8qKiBUaGUgZm9jdXNlZCBzdGF0ZSBvZiB0aGUgc2VsZWN0LiAqL1xuICBpc0ZvY3VzZWQ6IGJvb2xlYW47XG4gIGlzRGlzYWJsZWQ6IGJvb2xlYW47XG59XG5cbmNvbnN0IGJhc2VDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgdGhlbWU6IHtcbiAgICAgIHNwYWNpbmc6IHsgYmFzZVVuaXQgfSxcbiAgICAgIGNvbG9ycyxcbiAgICB9LFxuICB9OlxuICAgIHwgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuICAgIHwgQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2luZGljYXRvckNvbnRhaW5lcicsXG4gIGRpc3BsYXk6ICdmbGV4JyxcbiAgdHJhbnNpdGlvbjogJ2NvbG9yIDE1MG1zJyxcbiAgLi4uKHVuc3R5bGVkXG4gICAgPyB7fVxuICAgIDoge1xuICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw2MCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIHBhZGRpbmc6IGJhc2VVbml0ICogMixcbiAgICAgICAgJzpob3Zlcic6IHtcbiAgICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw4MCA6IGNvbG9ycy5uZXV0cmFsNDAsXG4gICAgICAgIH0sXG4gICAgICB9KSxcbn0pO1xuXG5leHBvcnQgY29uc3QgZHJvcGRvd25JbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IERyb3Bkb3duSW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnZHJvcGRvd25JbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2Ryb3Bkb3duLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8RG93bkNoZXZyb24gLz59XG4gICAgPC9kaXY+XG4gICk7XG59O1xuXG5leHBvcnQgaW50ZXJmYWNlIENsZWFySW5kaWNhdG9yUHJvcHM8XG4gIE9wdGlvbiA9IHVua25vd24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuID0gYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPiA9IEdyb3VwQmFzZTxPcHRpb24+XG4+IGV4dGVuZHMgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWU8T3B0aW9uLCBJc011bHRpLCBHcm91cD4ge1xuICAvKiogVGhlIGNoaWxkcmVuIHRvIGJlIHJlbmRlcmVkIGluc2lkZSB0aGUgaW5kaWNhdG9yLiAqL1xuICBjaGlsZHJlbj86IFJlYWN0Tm9kZTtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xufVxuXG5leHBvcnQgY29uc3QgY2xlYXJJbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IENsZWFySW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnY2xlYXJJbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2NsZWFyLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8Q3Jvc3NJY29uIC8+fVxuICAgIDwvZGl2PlxuICApO1xufTtcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBTZXBhcmF0b3Jcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5leHBvcnQgaW50ZXJmYWNlIEluZGljYXRvclNlcGFyYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgaXNEaXNhYmxlZDogYm9vbGVhbjtcbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpbm5lclByb3BzPzogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ107XG59XG5cbmV4cG9ydCBjb25zdCBpbmRpY2F0b3JTZXBhcmF0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0Rpc2FibGVkLFxuICAgIHRoZW1lOiB7XG4gICAgICBzcGFjaW5nOiB7IGJhc2VVbml0IH0sXG4gICAgICBjb2xvcnMsXG4gICAgfSxcbiAgfTogSW5kaWNhdG9yU2VwYXJhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4sXG4gIHVuc3R5bGVkOiBib29sZWFuXG4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdpbmRpY2F0b3JTZXBhcmF0b3InLFxuICBhbGlnblNlbGY6ICdzdHJldGNoJyxcbiAgd2lkdGg6IDEsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgYmFja2dyb3VuZENvbG9yOiBpc0Rpc2FibGVkID8gY29sb3JzLm5ldXRyYWwxMCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIG1hcmdpbkJvdHRvbTogYmFzZVVuaXQgKiAyLFxuICAgICAgICBtYXJnaW5Ub3A6IGJhc2VVbml0ICogMixcbiAgICAgIH0pLFxufSk7XG5cbmV4cG9ydCBjb25zdCBJbmRpY2F0b3JTZXBhcmF0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHByb3BzOiBJbmRpY2F0b3JTZXBhcmF0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgaW5uZXJQcm9wcyB9ID0gcHJvcHM7XG4gIHJldHVybiAoXG4gICAgPHNwYW5cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgICAgey4uLmdldFN0eWxlUHJvcHMocHJvcHMsICdpbmRpY2F0b3JTZXBhcmF0b3InLCB7XG4gICAgICAgICdpbmRpY2F0b3Itc2VwYXJhdG9yJzogdHJ1ZSxcbiAgICAgIH0pfVxuICAgIC8+XG4gICk7XG59O1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIExvYWRpbmdcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBsb2FkaW5nRG90QW5pbWF0aW9ucyA9IGtleWZyYW1lc2BcbiAgMCUsIDgwJSwgMTAwJSB7IG9wYWNpdHk6IDA7IH1cbiAgNDAlIHsgb3BhY2l0eTogMTsgfVxuYDtcblxuZXhwb3J0IGNvbnN0IGxvYWRpbmdJbmRpY2F0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgc2l6ZSxcbiAgICB0aGVtZToge1xuICAgICAgY29sb3JzLFxuICAgICAgc3BhY2luZzogeyBiYXNlVW5pdCB9LFxuICAgIH0sXG4gIH06IExvYWRpbmdJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2xvYWRpbmdJbmRpY2F0b3InLFxuICBkaXNwbGF5OiAnZmxleCcsXG4gIHRyYW5zaXRpb246ICdjb2xvciAxNTBtcycsXG4gIGFsaWduU2VsZjogJ2NlbnRlcicsXG4gIGZvbnRTaXplOiBzaXplLFxuICBsaW5lSGVpZ2h0OiAxLFxuICBtYXJnaW5SaWdodDogc2l6ZSxcbiAgdGV4dEFsaWduOiAnY2VudGVyJyxcbiAgdmVydGljYWxBbGlnbjogJ21pZGRsZScsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsNjAgOiBjb2xvcnMubmV1dHJhbDIwLFxuICAgICAgICBwYWRkaW5nOiBiYXNlVW5pdCAqIDIsXG4gICAgICB9KSxcbn0pO1xuXG5pbnRlcmZhY2UgTG9hZGluZ0RvdFByb3BzIHtcbiAgZGVsYXk6IG51bWJlcjtcbiAgb2Zmc2V0OiBib29sZWFuO1xufVxuY29uc3QgTG9hZGluZ0RvdCA9ICh7IGRlbGF5LCBvZmZzZXQgfTogTG9hZGluZ0RvdFByb3BzKSA9PiAoXG4gIDxzcGFuXG4gICAgY3NzPXt7XG4gICAgICBhbmltYXRpb246IGAke2xvYWRpbmdEb3RBbmltYXRpb25zfSAxcyBlYXNlLWluLW91dCAke2RlbGF5fW1zIGluZmluaXRlO2AsXG4gICAgICBiYWNrZ3JvdW5kQ29sb3I6ICdjdXJyZW50Q29sb3InLFxuICAgICAgYm9yZGVyUmFkaXVzOiAnMWVtJyxcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgbWFyZ2luTGVmdDogb2Zmc2V0ID8gJzFlbScgOiB1bmRlZmluZWQsXG4gICAgICBoZWlnaHQ6ICcxZW0nLFxuICAgICAgdmVydGljYWxBbGlnbjogJ3RvcCcsXG4gICAgICB3aWR0aDogJzFlbScsXG4gICAgfX1cbiAgLz5cbik7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTG9hZGluZ0luZGljYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpc0Rpc2FibGVkOiBib29sZWFuO1xuICAvKiogU2V0IHNpemUgb2YgdGhlIGNvbnRhaW5lci4gKi9cbiAgc2l6ZTogbnVtYmVyO1xufVxuZXhwb3J0IGNvbnN0IExvYWRpbmdJbmRpY2F0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oe1xuICBpbm5lclByb3BzLFxuICBpc1J0bCxcbiAgc2l6ZSA9IDQsXG4gIC4uLnJlc3RQcm9wc1xufTogTG9hZGluZ0luZGljYXRvclByb3BzPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+KSA9PiB7XG4gIHJldHVybiAoXG4gICAgPGRpdlxuICAgICAgey4uLmdldFN0eWxlUHJvcHMoXG4gICAgICAgIHsgLi4ucmVzdFByb3BzLCBpbm5lclByb3BzLCBpc1J0bCwgc2l6ZSB9LFxuICAgICAgICAnbG9hZGluZ0luZGljYXRvcicsXG4gICAgICAgIHtcbiAgICAgICAgICBpbmRpY2F0b3I6IHRydWUsXG4gICAgICAgICAgJ2xvYWRpbmctaW5kaWNhdG9yJzogdHJ1ZSxcbiAgICAgICAgfVxuICAgICAgKX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIDxMb2FkaW5nRG90IGRlbGF5PXswfSBvZmZzZXQ9e2lzUnRsfSAvPlxuICAgICAgPExvYWRpbmdEb3QgZGVsYXk9ezE2MH0gb2Zmc2V0IC8+XG4gICAgICA8TG9hZGluZ0RvdCBkZWxheT17MzIwfSBvZmZzZXQ9eyFpc1J0bH0gLz5cbiAgICA8L2Rpdj5cbiAgKTtcbn07XG4iXX0= */",toString:R8},mp=function(t){var r=t.size,o=De(t,A8);return Q("svg",ee({height:r,width:r,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:P8},o))},Pu=function(t){return Q(mp,ee({size:20},t),Q("path",{d:"M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"}))},hp=function(t){return Q(mp,ee({size:20},t),Q("path",{d:"M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"}))},bp=function(t,r){var o=t.isFocused,n=t.theme,i=n.spacing.baseUnit,a=n.colors;return J({label:"indicatorContainer",display:"flex",transition:"color 150ms"},r?{}:{color:o?a.neutral60:a.neutral20,padding:i*2,":hover":{color:o?a.neutral80:a.neutral40}})},O8=bp,_8=function(t){var r=t.children,o=t.innerProps;return Q("div",ee({},he(t,"dropdownIndicator",{indicator:!0,"dropdown-indicator":!0}),o),r||Q(hp,null))},T8=bp,M8=function(t){var r=t.children,o=t.innerProps;return Q("div",ee({},he(t,"clearIndicator",{indicator:!0,"clear-indicator":!0}),o),r||Q(Pu,null))},N8=function(t,r){var o=t.isDisabled,n=t.theme,i=n.spacing.baseUnit,a=n.colors;return J({label:"indicatorSeparator",alignSelf:"stretch",width:1},r?{}:{backgroundColor:o?a.neutral10:a.neutral20,marginBottom:i*2,marginTop:i*2})},F8=function(t){var r=t.innerProps;return Q("span",ee({},r,he(t,"indicatorSeparator",{"indicator-separator":!0})))},V8=W6(kc||(kc=k6([`
|
|
84
|
+
For more information, see https://radix-ui.com/primitives/docs/components/${t.docsSlug}`;return C.useEffect(()=>{e&&(document.getElementById(e)||console.error(n))},[n,e]),null},_C="DialogDescriptionWarning",MC=({contentRef:e,descriptionId:t})=>{const r=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${H2(_C).contentName}}.`;return C.useEffect(()=>{var i;const o=(i=e.current)==null?void 0:i.getAttribute("aria-describedby");t&&o&&(document.getElementById(t)||console.warn(r))},[r,e,t]),null},VC=T2,DC=_2,FC=V2,NC=D2,LC=F2,jC=L2,BC=B2,kC=G2;const GC=({size:e,shape:t,title:n,padding:r,children:o,fullHeight:i,triggerOpen:a,removeOverlay:s,removeCloseButton:u})=>{const l=z.dialog({fullHeight:i,padding:r,shape:t,size:e});return v.jsxs(VC,{children:[v.jsx(DC,{asChild:!0,children:v.jsx("div",{children:a})}),v.jsxs(FC,{children:[!s&&v.jsx(NC,{className:l.overlay}),v.jsxs(LC,{className:l.content,children:[v.jsx(jC,{className:l.title,children:v.jsx(De,{size:"regular",color:"gray",children:n})}),!u&&v.jsx(kC,{asChild:!0,className:l.close,children:v.jsx("div",{children:v.jsx(ct,{name:"close",color:"mono",size:"default"})})}),v.jsx(BC,{className:l.description,children:o})]})]})]})},$2=({children:e,disabled:t,loading:n,icon:r,variant:o="primary",soft:i,square:a,shimmer:s,size:u="medium",name:l,colorIcon:c,...d})=>v.jsxs("button",{...d,className:z.flatButtonSlot({variant:o,soft:i,square:a,size:u,loading:n,disabled:t}).buttonFlat,type:"button",children:[n&&s&&v.jsx("div",{className:z.flatButtonSlot().shimmerButton,children:v.jsx(Ze,{height:"100%",width:"100%"})}),v.jsxs("div",{className:z.flatButtonSlot({loading:n}).contentButton,children:[typeof l=="string"?v.jsx(ct,{name:l,size:u,color:c}):r,e]}),n&&v.jsx("div",{className:z.flatButtonSlot().loaderButton,children:!s&&v.jsx(Ll,{size:"small"})})]}),WC=({size:e="small",side:t="right",fixed:n,border:r,active:o,global:i,onClose:a,children:s,elevated:u,onClosed:l,removeBlanket:c,primaryBlanket:d,fixedCloseButton:f,removeCloseButton:p,closeOnClickOutside:g})=>{const h=M.useRef(null);return v.jsxs(M.Fragment,{children:[v.jsx("div",{className:z.drawerSlot({fixed:n,absolute:!n}).container,children:v.jsx(Qe,{in:o,timeout:250,nodeRef:h,onEnter:()=>{h.current&&(h.current.scrollTop=0)},onExited:()=>l&&l(),children:m=>v.jsxs("div",{className:z.drawerSlot({elevated:u&&m!=="exited",size:e,side:t,border:r,entering:m==="entering"||m==="entered",exiting:t==="right"&&(m==="exiting"||m==="exited"),exitingLeft:t!=="right"&&(m==="exiting"||m==="exited")}).drawerStyle,children:[!p&&v.jsx("div",{className:z.drawerSlot({fixed:f}).closeButton,children:v.jsx($2,{colorIcon:"mono",name:"close",size:"large",onClick:()=>a&&a()})}),s]})})}),!c&&v.jsx(g2,{global:i,primary:d,visible:o,onClick:()=>a&&g&&a()})]})},HC=({option:e,handleSelectOption:t})=>v.jsx("li",{style:{listStyle:"none"},children:v.jsx(Ko,{short:!0,block:!0,compact:!0,style:"ghost",spacing:"noSpacing",onClick:t,children:e==null?void 0:e.label})}),V1=({options:e,handleSelectOption:t})=>v.jsx("ul",{className:z.dropdown().dropdownList,children:e==null?void 0:e.map(n=>v.jsx(HC,{option:n,handleSelectOption:()=>t(n)},n.value))}),D1=({left:e,side:t,combo:n,bottom:r,isOpen:o,children:i,revertTop:a,mountOnEnter:s,insideAButton:u,unmountOnExit:l,onClickOutside:c,dropdownCustomStyles:d})=>{const f=M.useRef(null);return v.jsx(ug,{onOutsideClick:()=>c&&c(),children:v.jsx(Qe,{in:o,timeout:300,mountOnEnter:s,unmountOnExit:l,nodeRef:f,onEnter:()=>{f.current&&(f.current.scrollTop=0)},children:p=>v.jsx("div",{ref:f,style:d,className:z.dropdown({left:e&&!t,revertTop:a,right:!e&&!t,leftSide:e&&t,rightSide:!e&&t,sideTop:t&&!r,sideBottom:t&&r,insideAButton:!n&&u,exiting:p==="exiting"||p==="exited",entering:p==="entering"||p==="entered"}).dropdownMenu,children:i})})})},X2=({soft:e,mono:t,ghost:n,secondary:r,transparent:o})=>e||n||o?"primary":r?"secondary":t?"mono":"secondary",$C=({error:e,ghost:t,mono:n,soft:r,shade:o})=>e?"error":t?"ghost":n?"mono":r?"soft":o?"shade":"ghost",XC=({noBorder:e,rectangular:t})=>e?"noBorder":t?"rectangular":"regular",ZC=({small:e,large:t})=>e?"small":t?"large":"medium",zC=({icon:e,tall:t,mono:n,soft:r,only:o,label:i,block:a,short:s,large:u,small:l,ghost:c,shade:d,error:f,onClick:p,loading:g,shimmer:h,compact:m,iconName:b,disabled:y,noBorder:w,fullWidth:I,secondary:S,removeIcon:A,rectangular:x,transparent:E})=>v.jsxs(Ko,{tall:t,block:a,short:s,loading:g,shimmer:h,compact:m,onClick:p,spacing:"noSpacing",fullWidth:I,disabled:y||g,size:ZC({large:u,small:l}),shape:XC({noBorder:w,rectangular:x}),style:$C({ghost:c,mono:n,shade:d,soft:r,error:f}),children:[v.jsx("div",{className:z.dropdown({only:o}).labelStyle,children:i}),!A&&e&&(typeof i=="string"?v.jsx(ct,{noPadding:!0,size:"small",name:b,color:"secondary"}):e),!e&&!A&&v.jsx(ct,{name:"arrow-drop-down",color:X2({soft:r,mono:n,ghost:c,secondary:S,transparent:E})})]}),YC=({only:e,left:t,icon:n,mono:r,side:o,soft:i,tall:a,label:s,block:u,combo:l,shade:c,short:d,small:f,large:p,button:g,bottom:h,options:m,loading:b,compact:y,ghost:w,shimmer:I,children:S,relative:A,disabled:x,iconName:E,noBorder:O,container:D,fullWidth:B,noSpacing:L,secondary:P,revertTop:R,removeIcon:_,rectangular:V,transparent:j,onToggleMenu:F,mountOnEnter:k,closeOnSelect:T,unmountOnExit:N,error:G=!1,onSelectOption:$,buttonAbsolute:W,dropdownCustomStyles:X,isOpen:Z})=>{const[Y,q]=M.useState(Z),[J,Q]=M.useState(!1);M.useEffect(()=>{Z&&q(Z)},[Z]),M.useEffect(()=>{F&&F(Y)},[Y,F,Z]);const re=()=>{q(J&&!Y?!1:!Y)},H=()=>{q(!1),Q(!!Y)},ne=se=>{$&&$(se),T&&re()};return v.jsxs(v.Fragment,{children:[D&&v.jsxs("div",{className:z.dropdown({noSpacing:L,relative:A}).dropdownContainer,children:[v.jsx("div",{onClick:()=>re(),children:S}),v.jsx(D1,{left:t,side:o,isOpen:Y,bottom:h,revertTop:R,mountOnEnter:k,unmountOnExit:N,dropdownCustomStyles:X,onClickOutside:()=>H(),children:m?v.jsx(V1,{handleSelectOption:ne,options:m}):v.jsx(De,{size:"micro",children:"Sem opções"})})]}),!D&&v.jsxs("div",{className:z.dropdown({asAButton:g,noSpacing:L,relative:!l&&l&&(D||g||e||A),absolute:W}).dropdownContainer,children:[g?v.jsx(zC,{icon:n,tall:a,mono:r,soft:i,only:e,label:s,block:u,short:d,large:p,small:f,ghost:w,shade:c,error:G,loading:b,shimmer:I,compact:y,iconName:E,disabled:x,noBorder:O,fullWidth:B,secondary:P,removeIcon:_,rectangular:V,transparent:j,onClick:()=>re()}):v.jsx("button",{className:z.dropdown({only:e}).dropdownStyles,type:"button",onClick:re,children:v.jsx(ct,{name:"arrow-drop-down",color:X2({soft:i,mono:r,ghost:w,secondary:P,transparent:j}),size:"default"})}),v.jsxs(D1,{left:t,side:o,combo:l,isOpen:Y,bottom:h,revertTop:R,insideAButton:g,mountOnEnter:k,unmountOnExit:N,dropdownCustomStyles:X,onClickOutside:()=>H(),children:[S,!S&&v.jsx(v.Fragment,{children:m?v.jsx(V1,{handleSelectOption:ne,options:m}):v.jsx(De,{size:"micro",children:"Sem opções"})})]})]})]})},Z2=({id:e,gap:t,spacing:n,children:r,flexWrap:o,alignItems:i,fullHeight:a,flexDirection:s,justifyContent:u})=>{const l=z.gridSlot({gap:t,spacing:n,flexWrap:o,alignItems:i,fullHeight:a,flexDirection:s,justifyContent:u});return v.jsx("div",{className:l.root,id:e,children:v.jsx("div",{className:l.content,children:r})})};var z2={exports:{}};/*!
|
|
85
|
+
* tabbable 6.2.0
|
|
86
|
+
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
87
|
+
*/var Y2=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"],wo=Y2.join(","),q2=typeof Element>"u",Jt=q2?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,So=!q2&&Element.prototype.getRootNode?function(e){var t;return e==null||(t=e.getRootNode)===null||t===void 0?void 0:t.call(e)}:function(e){return e==null?void 0:e.ownerDocument},Io=function e(t,n){var r;n===void 0&&(n=!0);var o=t==null||(r=t.getAttribute)===null||r===void 0?void 0:r.call(t,"inert"),i=o===""||o==="true",a=i||n&&t&&e(t.parentNode);return a},qC=function(t){var n,r=t==null||(n=t.getAttribute)===null||n===void 0?void 0:n.call(t,"contenteditable");return r===""||r==="true"},U2=function(t,n,r){if(Io(t))return[];var o=Array.prototype.slice.apply(t.querySelectorAll(wo));return n&&Jt.call(t,wo)&&o.unshift(t),o=o.filter(r),o},J2=function e(t,n,r){for(var o=[],i=Array.from(t);i.length;){var a=i.shift();if(!Io(a,!1))if(a.tagName==="SLOT"){var s=a.assignedElements(),u=s.length?s:a.children,l=e(u,!0,r);r.flatten?o.push.apply(o,l):o.push({scopeParent:a,candidates:l})}else{var c=Jt.call(a,wo);c&&r.filter(a)&&(n||!t.includes(a))&&o.push(a);var d=a.shadowRoot||typeof r.getShadowRoot=="function"&&r.getShadowRoot(a),f=!Io(d,!1)&&(!r.shadowRootFilter||r.shadowRootFilter(a));if(d&&f){var p=e(d===!0?a.children:d.children,!0,r);r.flatten?o.push.apply(o,p):o.push({scopeParent:a,candidates:p})}else i.unshift.apply(i,a.children)}}return o},K2=function(t){return!isNaN(parseInt(t.getAttribute("tabindex"),10))},Et=function(t){if(!t)throw new Error("No node provided");return t.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName)||qC(t))&&!K2(t)?0:t.tabIndex},UC=function(t,n){var r=Et(t);return r<0&&n&&!K2(t)?0:r},JC=function(t,n){return t.tabIndex===n.tabIndex?t.documentOrder-n.documentOrder:t.tabIndex-n.tabIndex},Q2=function(t){return t.tagName==="INPUT"},KC=function(t){return Q2(t)&&t.type==="hidden"},QC=function(t){var n=t.tagName==="DETAILS"&&Array.prototype.slice.apply(t.children).some(function(r){return r.tagName==="SUMMARY"});return n},ex=function(t,n){for(var r=0;r<t.length;r++)if(t[r].checked&&t[r].form===n)return t[r]},tx=function(t){if(!t.name)return!0;var n=t.form||So(t),r=function(s){return n.querySelectorAll('input[type="radio"][name="'+s+'"]')},o;if(typeof window<"u"&&typeof window.CSS<"u"&&typeof window.CSS.escape=="function")o=r(window.CSS.escape(t.name));else try{o=r(t.name)}catch(a){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",a.message),!1}var i=ex(o,t.form);return!i||i===t},nx=function(t){return Q2(t)&&t.type==="radio"},rx=function(t){return nx(t)&&!tx(t)},ox=function(t){var n,r=t&&So(t),o=(n=r)===null||n===void 0?void 0:n.host,i=!1;if(r&&r!==t){var a,s,u;for(i=!!((a=o)!==null&&a!==void 0&&(s=a.ownerDocument)!==null&&s!==void 0&&s.contains(o)||t!=null&&(u=t.ownerDocument)!==null&&u!==void 0&&u.contains(t));!i&&o;){var l,c,d;r=So(o),o=(l=r)===null||l===void 0?void 0:l.host,i=!!((c=o)!==null&&c!==void 0&&(d=c.ownerDocument)!==null&&d!==void 0&&d.contains(o))}}return i},F1=function(t){var n=t.getBoundingClientRect(),r=n.width,o=n.height;return r===0&&o===0},ix=function(t,n){var r=n.displayCheck,o=n.getShadowRoot;if(getComputedStyle(t).visibility==="hidden")return!0;var i=Jt.call(t,"details>summary:first-of-type"),a=i?t.parentElement:t;if(Jt.call(a,"details:not([open]) *"))return!0;if(!r||r==="full"||r==="legacy-full"){if(typeof o=="function"){for(var s=t;t;){var u=t.parentElement,l=So(t);if(u&&!u.shadowRoot&&o(u)===!0)return F1(t);t.assignedSlot?t=t.assignedSlot:!u&&l!==t.ownerDocument?t=l.host:t=u}t=s}if(ox(t))return!t.getClientRects().length;if(r!=="legacy-full")return!0}else if(r==="non-zero-area")return F1(t);return!1},ax=function(t){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(t.tagName))for(var n=t.parentElement;n;){if(n.tagName==="FIELDSET"&&n.disabled){for(var r=0;r<n.children.length;r++){var o=n.children.item(r);if(o.tagName==="LEGEND")return Jt.call(n,"fieldset[disabled] *")?!0:!o.contains(t)}return!0}n=n.parentElement}return!1},Ao=function(t,n){return!(n.disabled||Io(n)||KC(n)||ix(n,t)||QC(n)||ax(n))},mu=function(t,n){return!(rx(n)||Et(n)<0||!Ao(t,n))},sx=function(t){var n=parseInt(t.getAttribute("tabindex"),10);return!!(isNaN(n)||n>=0)},ux=function e(t){var n=[],r=[];return t.forEach(function(o,i){var a=!!o.scopeParent,s=a?o.scopeParent:o,u=UC(s,a),l=a?e(o.candidates):s;u===0?a?n.push.apply(n,l):n.push(s):r.push({documentOrder:i,tabIndex:u,item:o,isScope:a,content:l})}),r.sort(JC).reduce(function(o,i){return i.isScope?o.push.apply(o,i.content):o.push(i.content),o},[]).concat(n)},em=function(t,n){n=n||{};var r;return n.getShadowRoot?r=J2([t],n.includeContainer,{filter:mu.bind(null,n),flatten:!1,getShadowRoot:n.getShadowRoot,shadowRootFilter:sx}):r=U2(t,n.includeContainer,mu.bind(null,n)),ux(r)},tm=function(t,n){n=n||{};var r;return n.getShadowRoot?r=J2([t],n.includeContainer,{filter:Ao.bind(null,n),flatten:!0,getShadowRoot:n.getShadowRoot}):r=U2(t,n.includeContainer,Ao.bind(null,n)),r},Wt=function(t,n){if(n=n||{},!t)throw new Error("No node provided");return Jt.call(t,wo)===!1?!1:mu(n,t)},lx=Y2.concat("iframe").join(","),ro=function(t,n){if(n=n||{},!t)throw new Error("No node provided");return Jt.call(t,lx)===!1?!1:Ao(n,t)};const cx=Object.freeze(Object.defineProperty({__proto__:null,focusable:tm,getTabIndex:Et,isFocusable:ro,isTabbable:Wt,tabbable:em},Symbol.toStringTag,{value:"Module"}));/*!
|
|
88
|
+
* focus-trap 7.6.5
|
|
89
|
+
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
|
|
90
|
+
*/function vu(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function dx(e){if(Array.isArray(e))return vu(e)}function fx(e,t,n){return(t=vx(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function px(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function hx(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
91
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function N1(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,r)}return n}function L1(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?N1(Object(n),!0).forEach(function(r){fx(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):N1(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function gx(e){return dx(e)||px(e)||bx(e)||hx()}function mx(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function vx(e){var t=mx(e,"string");return typeof t=="symbol"?t:t+""}function bx(e,t){if(e){if(typeof e=="string")return vu(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?vu(e,t):void 0}}var j1={activateTrap:function(t,n){if(t.length>0){var r=t[t.length-1];r!==n&&r._setPausedState(!0)}var o=t.indexOf(n);o===-1||t.splice(o,1),t.push(n)},deactivateTrap:function(t,n){var r=t.indexOf(n);r!==-1&&t.splice(r,1),t.length>0&&!t[t.length-1]._isManuallyPaused()&&t[t.length-1]._setPausedState(!1)}},yx=function(t){return t.tagName&&t.tagName.toLowerCase()==="input"&&typeof t.select=="function"},Cx=function(t){return(t==null?void 0:t.key)==="Escape"||(t==null?void 0:t.key)==="Esc"||(t==null?void 0:t.keyCode)===27},Qn=function(t){return(t==null?void 0:t.key)==="Tab"||(t==null?void 0:t.keyCode)===9},xx=function(t){return Qn(t)&&!t.shiftKey},wx=function(t){return Qn(t)&&t.shiftKey},B1=function(t){return setTimeout(t,0)},$n=function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return typeof t=="function"?t.apply(void 0,r):t},Gr=function(t){return t.target.shadowRoot&&typeof t.composedPath=="function"?t.composedPath()[0]:t.target},Sx=[],Ix=function(t,n){var r=(n==null?void 0:n.document)||document,o=(n==null?void 0:n.trapStack)||Sx,i=L1({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0,isKeyForward:xx,isKeyBackward:wx},n),a={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,manuallyPaused:!1,delayInitialFocusTimer:void 0,recentNavEvent:void 0},s,u=function(P,R,_){return P&&P[R]!==void 0?P[R]:i[_||R]},l=function(P,R){var _=typeof(R==null?void 0:R.composedPath)=="function"?R.composedPath():void 0;return a.containerGroups.findIndex(function(V){var j=V.container,F=V.tabbableNodes;return j.contains(P)||(_==null?void 0:_.includes(j))||F.find(function(k){return k===P})})},c=function(P){var R=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},_=R.hasFallback,V=_===void 0?!1:_,j=R.params,F=j===void 0?[]:j,k=i[P];if(typeof k=="function"&&(k=k.apply(void 0,gx(F))),k===!0&&(k=void 0),!k){if(k===void 0||k===!1)return k;throw new Error("`".concat(P,"` was specified but was not a node, or did not return a node"))}var T=k;if(typeof k=="string"){try{T=r.querySelector(k)}catch(N){throw new Error("`".concat(P,'` appears to be an invalid selector; error="').concat(N.message,'"'))}if(!T&&!V)throw new Error("`".concat(P,"` as selector refers to no known node"))}return T},d=function(){var P=c("initialFocus",{hasFallback:!0});if(P===!1)return!1;if(P===void 0||P&&!ro(P,i.tabbableOptions))if(l(r.activeElement)>=0)P=r.activeElement;else{var R=a.tabbableGroups[0],_=R&&R.firstTabbableNode;P=_||c("fallbackFocus")}else P===null&&(P=c("fallbackFocus"));if(!P)throw new Error("Your focus-trap needs to have at least one focusable element");return P},f=function(){if(a.containerGroups=a.containers.map(function(P){var R=em(P,i.tabbableOptions),_=tm(P,i.tabbableOptions),V=R.length>0?R[0]:void 0,j=R.length>0?R[R.length-1]:void 0,F=_.find(function(N){return Wt(N)}),k=_.slice().reverse().find(function(N){return Wt(N)}),T=!!R.find(function(N){return Et(N)>0});return{container:P,tabbableNodes:R,focusableNodes:_,posTabIndexesFound:T,firstTabbableNode:V,lastTabbableNode:j,firstDomTabbableNode:F,lastDomTabbableNode:k,nextTabbableNode:function(G){var $=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,W=R.indexOf(G);return W<0?$?_.slice(_.indexOf(G)+1).find(function(X){return Wt(X)}):_.slice(0,_.indexOf(G)).reverse().find(function(X){return Wt(X)}):R[W+($?1:-1)]}}}),a.tabbableGroups=a.containerGroups.filter(function(P){return P.tabbableNodes.length>0}),a.tabbableGroups.length<=0&&!c("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times");if(a.containerGroups.find(function(P){return P.posTabIndexesFound})&&a.containerGroups.length>1)throw new Error("At least one node with a positive tabindex was found in one of your focus-trap's multiple containers. Positive tabindexes are only supported in single-container focus-traps.")},p=function(P){var R=P.activeElement;if(R)return R.shadowRoot&&R.shadowRoot.activeElement!==null?p(R.shadowRoot):R},g=function(P){if(P!==!1&&P!==p(document)){if(!P||!P.focus){g(d());return}P.focus({preventScroll:!!i.preventScroll}),a.mostRecentlyFocusedNode=P,yx(P)&&P.select()}},h=function(P){var R=c("setReturnFocus",{params:[P]});return R||(R===!1?!1:P)},m=function(P){var R=P.target,_=P.event,V=P.isBackward,j=V===void 0?!1:V;R=R||Gr(_),f();var F=null;if(a.tabbableGroups.length>0){var k=l(R,_),T=k>=0?a.containerGroups[k]:void 0;if(k<0)j?F=a.tabbableGroups[a.tabbableGroups.length-1].lastTabbableNode:F=a.tabbableGroups[0].firstTabbableNode;else if(j){var N=a.tabbableGroups.findIndex(function(Y){var q=Y.firstTabbableNode;return R===q});if(N<0&&(T.container===R||ro(R,i.tabbableOptions)&&!Wt(R,i.tabbableOptions)&&!T.nextTabbableNode(R,!1))&&(N=k),N>=0){var G=N===0?a.tabbableGroups.length-1:N-1,$=a.tabbableGroups[G];F=Et(R)>=0?$.lastTabbableNode:$.lastDomTabbableNode}else Qn(_)||(F=T.nextTabbableNode(R,!1))}else{var W=a.tabbableGroups.findIndex(function(Y){var q=Y.lastTabbableNode;return R===q});if(W<0&&(T.container===R||ro(R,i.tabbableOptions)&&!Wt(R,i.tabbableOptions)&&!T.nextTabbableNode(R))&&(W=k),W>=0){var X=W===a.tabbableGroups.length-1?0:W+1,Z=a.tabbableGroups[X];F=Et(R)>=0?Z.firstTabbableNode:Z.firstDomTabbableNode}else Qn(_)||(F=T.nextTabbableNode(R))}}else F=c("fallbackFocus");return F},b=function(P){var R=Gr(P);if(!(l(R,P)>=0)){if($n(i.clickOutsideDeactivates,P)){s.deactivate({returnFocus:i.returnFocusOnDeactivate});return}$n(i.allowOutsideClick,P)||P.preventDefault()}},y=function(P){var R=Gr(P),_=l(R,P)>=0;if(_||R instanceof Document)_&&(a.mostRecentlyFocusedNode=R);else{P.stopImmediatePropagation();var V,j=!0;if(a.mostRecentlyFocusedNode)if(Et(a.mostRecentlyFocusedNode)>0){var F=l(a.mostRecentlyFocusedNode),k=a.containerGroups[F].tabbableNodes;if(k.length>0){var T=k.findIndex(function(N){return N===a.mostRecentlyFocusedNode});T>=0&&(i.isKeyForward(a.recentNavEvent)?T+1<k.length&&(V=k[T+1],j=!1):T-1>=0&&(V=k[T-1],j=!1))}}else a.containerGroups.some(function(N){return N.tabbableNodes.some(function(G){return Et(G)>0})})||(j=!1);else j=!1;j&&(V=m({target:a.mostRecentlyFocusedNode,isBackward:i.isKeyBackward(a.recentNavEvent)})),g(V||a.mostRecentlyFocusedNode||d())}a.recentNavEvent=void 0},w=function(P){var R=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;a.recentNavEvent=P;var _=m({event:P,isBackward:R});_&&(Qn(P)&&P.preventDefault(),g(_))},I=function(P){(i.isKeyForward(P)||i.isKeyBackward(P))&&w(P,i.isKeyBackward(P))},S=function(P){Cx(P)&&$n(i.escapeDeactivates,P)!==!1&&(P.preventDefault(),s.deactivate())},A=function(P){var R=Gr(P);l(R,P)>=0||$n(i.clickOutsideDeactivates,P)||$n(i.allowOutsideClick,P)||(P.preventDefault(),P.stopImmediatePropagation())},x=function(){if(a.active)return j1.activateTrap(o,s),a.delayInitialFocusTimer=i.delayInitialFocus?B1(function(){g(d())}):g(d()),r.addEventListener("focusin",y,!0),r.addEventListener("mousedown",b,{capture:!0,passive:!1}),r.addEventListener("touchstart",b,{capture:!0,passive:!1}),r.addEventListener("click",A,{capture:!0,passive:!1}),r.addEventListener("keydown",I,{capture:!0,passive:!1}),r.addEventListener("keydown",S),s},E=function(){if(a.active)return r.removeEventListener("focusin",y,!0),r.removeEventListener("mousedown",b,!0),r.removeEventListener("touchstart",b,!0),r.removeEventListener("click",A,!0),r.removeEventListener("keydown",I,!0),r.removeEventListener("keydown",S),s},O=function(P){var R=P.some(function(_){var V=Array.from(_.removedNodes);return V.some(function(j){return j===a.mostRecentlyFocusedNode})});R&&g(d())},D=typeof window<"u"&&"MutationObserver"in window?new MutationObserver(O):void 0,B=function(){D&&(D.disconnect(),a.active&&!a.paused&&a.containers.map(function(P){D.observe(P,{subtree:!0,childList:!0})}))};return s={get active(){return a.active},get paused(){return a.paused},activate:function(P){if(a.active)return this;var R=u(P,"onActivate"),_=u(P,"onPostActivate"),V=u(P,"checkCanFocusTrap");V||f(),a.active=!0,a.paused=!1,a.nodeFocusedBeforeActivation=p(r),R==null||R();var j=function(){V&&f(),x(),B(),_==null||_()};return V?(V(a.containers.concat()).then(j,j),this):(j(),this)},deactivate:function(P){if(!a.active)return this;var R=L1({onDeactivate:i.onDeactivate,onPostDeactivate:i.onPostDeactivate,checkCanReturnFocus:i.checkCanReturnFocus},P);clearTimeout(a.delayInitialFocusTimer),a.delayInitialFocusTimer=void 0,E(),a.active=!1,a.paused=!1,B(),j1.deactivateTrap(o,s);var _=u(R,"onDeactivate"),V=u(R,"onPostDeactivate"),j=u(R,"checkCanReturnFocus"),F=u(R,"returnFocus","returnFocusOnDeactivate");_==null||_();var k=function(){B1(function(){F&&g(h(a.nodeFocusedBeforeActivation)),V==null||V()})};return F&&j?(j(h(a.nodeFocusedBeforeActivation)).then(k,k),this):(k(),this)},pause:function(P){return a.active?(a.manuallyPaused=!0,this._setPausedState(!0,P)):this},unpause:function(P){return a.active?(a.manuallyPaused=!1,o[o.length-1]!==this?this:this._setPausedState(!1,P)):this},updateContainerElements:function(P){var R=[].concat(P).filter(Boolean);return a.containers=R.map(function(_){return typeof _=="string"?r.querySelector(_):_}),a.active&&f(),B(),this}},Object.defineProperties(s,{_isManuallyPaused:{value:function(){return a.manuallyPaused}},_setPausedState:{value:function(P,R){if(a.paused===P)return this;if(a.paused=P,P){var _=u(R,"onPause"),V=u(R,"onPostPause");_==null||_(),E(),B(),V==null||V()}else{var j=u(R,"onUnpause"),F=u(R,"onPostUnpause");j==null||j(),f(),x(),B(),F==null||F()}return this}}}),s.updateContainerElements(t),s};const Ax=Object.freeze(Object.defineProperty({__proto__:null,createFocusTrap:Ix},Symbol.toStringTag,{value:"Module"})),Ex=il(Ax),Px=il(cx);function Tn(e){"@babel/helpers - typeof";return Tn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Tn(e)}var Rs,Ts;function Rx(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Tx(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,rm(r.key),r)}}function Ox(e,t,n){return t&&Tx(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function _x(e,t,n){return t=Eo(t),Mx(e,nm()?Reflect.construct(t,n||[],Eo(e).constructor):t.apply(e,n))}function Mx(e,t){if(t&&(Tn(t)=="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Vx(e)}function Vx(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function nm(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(nm=function(){return!!e})()}function Eo(e){return Eo=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},Eo(e)}function Dx(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&bu(e,t)}function bu(e,t){return bu=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,r){return n.__proto__=r,n},bu(e,t)}function Fx(e,t,n){return(t=rm(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function rm(e){var t=Nx(e,"string");return Tn(t)=="symbol"?t:t+""}function Nx(e,t){if(Tn(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(Tn(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var qn=M,Lx=Ex,jx=Lx.createFocusTrap,Bx=Px,kx=Bx.isFocusable,Gx=parseInt((Rs=(Ts=/^(\d+)\./.exec(qn.version))===null||Ts===void 0?void 0:Ts[1])!==null&&Rs!==void 0?Rs:0,10),Hl=function(e){function t(n){var r;Rx(this,t),r=_x(this,t,[n]),Fx(r,"getNodeForOption",function(a){var s,u=(s=this.internalOptions[a])!==null&&s!==void 0?s:this.originalOptions[a];if(typeof u=="function"){for(var l=arguments.length,c=new Array(l>1?l-1:0),d=1;d<l;d++)c[d-1]=arguments[d];u=u.apply(void 0,c)}if(u===!0&&(u=void 0),!u){if(u===void 0||u===!1)return u;throw new Error("`".concat(a,"` was specified but was not a node, or did not return a node"))}var f=u;if(typeof u=="string"){var p;if(f=(p=this.getDocument())===null||p===void 0?void 0:p.querySelector(u),!f)throw new Error("`".concat(a,"` as selector refers to no known node"))}return f}),r.handleDeactivate=r.handleDeactivate.bind(r),r.handlePostDeactivate=r.handlePostDeactivate.bind(r),r.handleClickOutsideDeactivates=r.handleClickOutsideDeactivates.bind(r),r.internalOptions={returnFocusOnDeactivate:!1,checkCanReturnFocus:null,onDeactivate:r.handleDeactivate,onPostDeactivate:r.handlePostDeactivate,clickOutsideDeactivates:r.handleClickOutsideDeactivates},r.originalOptions={returnFocusOnDeactivate:!0,onDeactivate:null,onPostDeactivate:null,checkCanReturnFocus:null,clickOutsideDeactivates:!1};var o=n.focusTrapOptions;for(var i in o)if(Object.prototype.hasOwnProperty.call(o,i)){if(i==="returnFocusOnDeactivate"||i==="onDeactivate"||i==="onPostDeactivate"||i==="checkCanReturnFocus"||i==="clickOutsideDeactivates"){r.originalOptions[i]=o[i];continue}r.internalOptions[i]=o[i]}return r.outsideClick=null,r.focusTrapElements=n.containerElements||[],r.updatePreviousElement(),r}return Dx(t,e),Ox(t,[{key:"getDocument",value:function(){return this.props.focusTrapOptions.document||(typeof document<"u"?document:void 0)}},{key:"getReturnFocusNode",value:function(){var r=this.getNodeForOption("setReturnFocus",this.previouslyFocusedElement);return r||(r===!1?!1:this.previouslyFocusedElement)}},{key:"updatePreviousElement",value:function(){var r=this.getDocument();r&&(this.previouslyFocusedElement=r.activeElement)}},{key:"deactivateTrap",value:function(){!this.focusTrap||!this.focusTrap.active||this.focusTrap.deactivate({returnFocus:!1,checkCanReturnFocus:null,onDeactivate:this.originalOptions.onDeactivate})}},{key:"handleClickOutsideDeactivates",value:function(r){var o=typeof this.originalOptions.clickOutsideDeactivates=="function"?this.originalOptions.clickOutsideDeactivates.call(null,r):this.originalOptions.clickOutsideDeactivates;return o&&(this.outsideClick={target:r.target,allowDeactivation:o}),o}},{key:"handleDeactivate",value:function(){this.originalOptions.onDeactivate&&this.originalOptions.onDeactivate.call(null),this.deactivateTrap()}},{key:"handlePostDeactivate",value:function(){var r=this,o=function(){var a=r.getReturnFocusNode(),s=!!(r.originalOptions.returnFocusOnDeactivate&&a!==null&&a!==void 0&&a.focus&&(!r.outsideClick||r.outsideClick.allowDeactivation&&!kx(r.outsideClick.target,r.internalOptions.tabbableOptions))),u=r.internalOptions.preventScroll,l=u===void 0?!1:u;s&&a.focus({preventScroll:l}),r.originalOptions.onPostDeactivate&&r.originalOptions.onPostDeactivate.call(null),r.outsideClick=null};this.originalOptions.checkCanReturnFocus?this.originalOptions.checkCanReturnFocus.call(null,this.getReturnFocusNode()).then(o,o):o()}},{key:"setupFocusTrap",value:function(){if(this.focusTrap)this.props.active&&!this.focusTrap.active&&(this.focusTrap.activate(),this.props.paused&&this.focusTrap.pause());else{var r=this.focusTrapElements.some(Boolean);r&&(this.focusTrap=this.props._createFocusTrap(this.focusTrapElements,this.internalOptions),this.props.active&&this.focusTrap.activate(),this.props.paused&&this.focusTrap.pause())}}},{key:"componentDidMount",value:function(){this.props.active&&this.setupFocusTrap()}},{key:"componentDidUpdate",value:function(r){if(this.focusTrap){r.containerElements!==this.props.containerElements&&this.focusTrap.updateContainerElements(this.props.containerElements);var o=!r.active&&this.props.active,i=r.active&&!this.props.active,a=!r.paused&&this.props.paused,s=r.paused&&!this.props.paused;if(o&&(this.updatePreviousElement(),this.focusTrap.activate()),i){this.deactivateTrap();return}a&&this.focusTrap.pause(),s&&this.focusTrap.unpause()}else r.containerElements!==this.props.containerElements&&(this.focusTrapElements=this.props.containerElements),this.props.active&&(this.updatePreviousElement(),this.setupFocusTrap())}},{key:"componentWillUnmount",value:function(){this.deactivateTrap()}},{key:"render",value:function(){var r=this,o=this.props.children?qn.Children.only(this.props.children):void 0;if(o){if(o.type&&o.type===qn.Fragment)throw new Error("A focus-trap cannot use a Fragment as its child container. Try replacing it with a <div> element.");var i=function(u){var l=r.props.containerElements;o&&(Gx>=19?typeof o.props.ref=="function"?o.props.ref(u):o.props.ref&&(o.props.ref.current=u):typeof o.ref=="function"?o.ref(u):o.ref&&(o.ref.current=u)),r.focusTrapElements=l||[u]},a=qn.cloneElement(o,{ref:i});return a}return null}}])}(qn.Component);Hl.defaultProps={active:!0,paused:!1,focusTrapOptions:{},_createFocusTrap:jx};z2.exports=Hl;var Wx=z2.exports.FocusTrap=Hl;const $l=M.createContext({});function Xl(e){const t=M.useRef(null);return t.current===null&&(t.current=e()),t.current}const Zl=typeof window<"u",om=Zl?M.useLayoutEffect:M.useEffect,ei=M.createContext(null);function zl(e,t){e.indexOf(t)===-1&&e.push(t)}function Yl(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}const bt=(e,t,n)=>n>t?t:n<e?e:n;function yu(e,t){return t?`${e}. For more information and steps for solving, visit https://motion.dev/troubleshooting/${t}`:e}let jn=()=>{},yt=()=>{};process.env.NODE_ENV!=="production"&&(jn=(e,t,n)=>{!e&&typeof console<"u"&&console.warn(yu(t,n))},yt=(e,t,n)=>{if(!e)throw new Error(yu(t,n))});const Ct={},im=e=>/^-?(?:\d+(?:\.\d+)?|\.\d+)$/u.test(e);function am(e){return typeof e=="object"&&e!==null}const sm=e=>/^0[^.\s]+$/u.test(e);function ql(e){let t;return()=>(t===void 0&&(t=e()),t)}const ze=e=>e,Hx=(e,t)=>n=>t(e(n)),Ar=(...e)=>e.reduce(Hx),ur=(e,t,n)=>{const r=t-e;return r===0?1:(n-e)/r};class Ul{constructor(){this.subscriptions=[]}add(t){return zl(this.subscriptions,t),()=>Yl(this.subscriptions,t)}notify(t,n,r){const o=this.subscriptions.length;if(o)if(o===1)this.subscriptions[0](t,n,r);else for(let i=0;i<o;i++){const a=this.subscriptions[i];a&&a(t,n,r)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}}const Ue=e=>e*1e3,Xe=e=>e/1e3;function um(e,t){return t?e*(1e3/t):0}const k1=new Set;function Jl(e,t,n){e||k1.has(t)||(console.warn(yu(t,n)),k1.add(t))}const lm=(e,t,n)=>(((1-3*n+3*t)*e+(3*n-6*t))*e+3*t)*e,$x=1e-7,Xx=12;function Zx(e,t,n,r,o){let i,a,s=0;do a=t+(n-t)/2,i=lm(a,r,o)-e,i>0?n=a:t=a;while(Math.abs(i)>$x&&++s<Xx);return a}function Er(e,t,n,r){if(e===t&&n===r)return ze;const o=i=>Zx(i,0,1,e,n);return i=>i===0||i===1?i:lm(o(i),t,r)}const cm=e=>t=>t<=.5?e(2*t)/2:(2-e(2*(1-t)))/2,dm=e=>t=>1-e(1-t),fm=Er(.33,1.53,.69,.99),Kl=dm(fm),pm=cm(Kl),hm=e=>(e*=2)<1?.5*Kl(e):.5*(2-Math.pow(2,-10*(e-1))),Ql=e=>1-Math.sin(Math.acos(e)),gm=dm(Ql),mm=cm(Ql),zx=Er(.42,0,1,1),Yx=Er(0,0,.58,1),vm=Er(.42,0,.58,1),qx=e=>Array.isArray(e)&&typeof e[0]!="number",bm=e=>Array.isArray(e)&&typeof e[0]=="number",G1={linear:ze,easeIn:zx,easeInOut:vm,easeOut:Yx,circIn:Ql,circInOut:mm,circOut:gm,backIn:Kl,backInOut:pm,backOut:fm,anticipate:hm},Ux=e=>typeof e=="string",W1=e=>{if(bm(e)){yt(e.length===4,"Cubic bezier arrays must contain four numerical values.","cubic-bezier-length");const[t,n,r,o]=e;return Er(t,n,r,o)}else if(Ux(e))return yt(G1[e]!==void 0,`Invalid easing type '${e}'`,"invalid-easing-type"),G1[e];return e},Wr=["setup","read","resolveKeyframes","preUpdate","update","preRender","render","postRender"];function Jx(e,t){let n=new Set,r=new Set,o=!1,i=!1;const a=new WeakSet;let s={delta:0,timestamp:0,isProcessing:!1};function u(c){a.has(c)&&(l.schedule(c),e()),c(s)}const l={schedule:(c,d=!1,f=!1)=>{const g=f&&o?n:r;return d&&a.add(c),g.has(c)||g.add(c),c},cancel:c=>{r.delete(c),a.delete(c)},process:c=>{if(s=c,o){i=!0;return}o=!0,[n,r]=[r,n],n.forEach(u),n.clear(),o=!1,i&&(i=!1,l.process(c))}};return l}const Kx=40;function ym(e,t){let n=!1,r=!0;const o={delta:0,timestamp:0,isProcessing:!1},i=()=>n=!0,a=Wr.reduce((w,I)=>(w[I]=Jx(i),w),{}),{setup:s,read:u,resolveKeyframes:l,preUpdate:c,update:d,preRender:f,render:p,postRender:g}=a,h=()=>{const w=Ct.useManualTiming?o.timestamp:performance.now();n=!1,Ct.useManualTiming||(o.delta=r?1e3/60:Math.max(Math.min(w-o.timestamp,Kx),1)),o.timestamp=w,o.isProcessing=!0,s.process(o),u.process(o),l.process(o),c.process(o),d.process(o),f.process(o),p.process(o),g.process(o),o.isProcessing=!1,n&&t&&(r=!1,e(h))},m=()=>{n=!0,r=!0,o.isProcessing||e(h)};return{schedule:Wr.reduce((w,I)=>{const S=a[I];return w[I]=(A,x=!1,E=!1)=>(n||m(),S.schedule(A,x,E)),w},{}),cancel:w=>{for(let I=0;I<Wr.length;I++)a[Wr[I]].cancel(w)},state:o,steps:a}}const{schedule:be,cancel:Mt,state:Te,steps:Os}=ym(typeof requestAnimationFrame<"u"?requestAnimationFrame:ze,!0);let oo;function Qx(){oo=void 0}const Le={now:()=>(oo===void 0&&Le.set(Te.isProcessing||Ct.useManualTiming?Te.timestamp:performance.now()),oo),set:e=>{oo=e,queueMicrotask(Qx)}},Cm=e=>t=>typeof t=="string"&&t.startsWith(e),ec=Cm("--"),ew=Cm("var(--"),tc=e=>ew(e)?tw.test(e.split("/*")[0].trim()):!1,tw=/var\(--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)$/iu,Bn={test:e=>typeof e=="number",parse:parseFloat,transform:e=>e},lr={...Bn,transform:e=>bt(0,1,e)},Hr={...Bn,default:1},er=e=>Math.round(e*1e5)/1e5,nc=/-?(?:\d+(?:\.\d+)?|\.\d+)/gu;function nw(e){return e==null}const rw=/^(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))$/iu,rc=(e,t)=>n=>!!(typeof n=="string"&&rw.test(n)&&n.startsWith(e)||t&&!nw(n)&&Object.prototype.hasOwnProperty.call(n,t)),xm=(e,t,n)=>r=>{if(typeof r!="string")return r;const[o,i,a,s]=r.match(nc);return{[e]:parseFloat(o),[t]:parseFloat(i),[n]:parseFloat(a),alpha:s!==void 0?parseFloat(s):1}},ow=e=>bt(0,255,e),_s={...Bn,transform:e=>Math.round(ow(e))},$t={test:rc("rgb","red"),parse:xm("red","green","blue"),transform:({red:e,green:t,blue:n,alpha:r=1})=>"rgba("+_s.transform(e)+", "+_s.transform(t)+", "+_s.transform(n)+", "+er(lr.transform(r))+")"};function iw(e){let t="",n="",r="",o="";return e.length>5?(t=e.substring(1,3),n=e.substring(3,5),r=e.substring(5,7),o=e.substring(7,9)):(t=e.substring(1,2),n=e.substring(2,3),r=e.substring(3,4),o=e.substring(4,5),t+=t,n+=n,r+=r,o+=o),{red:parseInt(t,16),green:parseInt(n,16),blue:parseInt(r,16),alpha:o?parseInt(o,16)/255:1}}const Cu={test:rc("#"),parse:iw,transform:$t.transform},Pr=e=>({test:t=>typeof t=="string"&&t.endsWith(e)&&t.split(" ").length===1,parse:parseFloat,transform:t=>`${t}${e}`}),It=Pr("deg"),at=Pr("%"),te=Pr("px"),aw=Pr("vh"),sw=Pr("vw"),H1={...at,parse:e=>at.parse(e)/100,transform:e=>at.transform(e*100)},pn={test:rc("hsl","hue"),parse:xm("hue","saturation","lightness"),transform:({hue:e,saturation:t,lightness:n,alpha:r=1})=>"hsla("+Math.round(e)+", "+at.transform(er(t))+", "+at.transform(er(n))+", "+er(lr.transform(r))+")"},Ae={test:e=>$t.test(e)||Cu.test(e)||pn.test(e),parse:e=>$t.test(e)?$t.parse(e):pn.test(e)?pn.parse(e):Cu.parse(e),transform:e=>typeof e=="string"?e:e.hasOwnProperty("red")?$t.transform(e):pn.transform(e),getAnimatableNone:e=>{const t=Ae.parse(e);return t.alpha=0,Ae.transform(t)}},uw=/(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))/giu;function lw(e){var t,n;return isNaN(e)&&typeof e=="string"&&(((t=e.match(nc))==null?void 0:t.length)||0)+(((n=e.match(uw))==null?void 0:n.length)||0)>0}const wm="number",Sm="color",cw="var",dw="var(",$1="${}",fw=/var\s*\(\s*--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)|#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\)|-?(?:\d+(?:\.\d+)?|\.\d+)/giu;function cr(e){const t=e.toString(),n=[],r={color:[],number:[],var:[]},o=[];let i=0;const s=t.replace(fw,u=>(Ae.test(u)?(r.color.push(i),o.push(Sm),n.push(Ae.parse(u))):u.startsWith(dw)?(r.var.push(i),o.push(cw),n.push(u)):(r.number.push(i),o.push(wm),n.push(parseFloat(u))),++i,$1)).split($1);return{values:n,split:s,indexes:r,types:o}}function Im(e){return cr(e).values}function Am(e){const{split:t,types:n}=cr(e),r=t.length;return o=>{let i="";for(let a=0;a<r;a++)if(i+=t[a],o[a]!==void 0){const s=n[a];s===wm?i+=er(o[a]):s===Sm?i+=Ae.transform(o[a]):i+=o[a]}return i}}const pw=e=>typeof e=="number"?0:Ae.test(e)?Ae.getAnimatableNone(e):e;function hw(e){const t=Im(e);return Am(e)(t.map(pw))}const Vt={test:lw,parse:Im,createTransformer:Am,getAnimatableNone:hw};function Ms(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+(t-e)*6*n:n<1/2?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function gw({hue:e,saturation:t,lightness:n,alpha:r}){e/=360,t/=100,n/=100;let o=0,i=0,a=0;if(!t)o=i=a=n;else{const s=n<.5?n*(1+t):n+t-n*t,u=2*n-s;o=Ms(u,s,e+1/3),i=Ms(u,s,e),a=Ms(u,s,e-1/3)}return{red:Math.round(o*255),green:Math.round(i*255),blue:Math.round(a*255),alpha:r}}function Po(e,t){return n=>n>0?t:e}const Ce=(e,t,n)=>e+(t-e)*n,Vs=(e,t,n)=>{const r=e*e,o=n*(t*t-r)+r;return o<0?0:Math.sqrt(o)},mw=[Cu,$t,pn],vw=e=>mw.find(t=>t.test(e));function X1(e){const t=vw(e);if(jn(!!t,`'${e}' is not an animatable color. Use the equivalent color code instead.`,"color-not-animatable"),!t)return!1;let n=t.parse(e);return t===pn&&(n=gw(n)),n}const Z1=(e,t)=>{const n=X1(e),r=X1(t);if(!n||!r)return Po(e,t);const o={...n};return i=>(o.red=Vs(n.red,r.red,i),o.green=Vs(n.green,r.green,i),o.blue=Vs(n.blue,r.blue,i),o.alpha=Ce(n.alpha,r.alpha,i),$t.transform(o))},xu=new Set(["none","hidden"]);function bw(e,t){return xu.has(e)?n=>n<=0?e:t:n=>n>=1?t:e}function yw(e,t){return n=>Ce(e,t,n)}function oc(e){return typeof e=="number"?yw:typeof e=="string"?tc(e)?Po:Ae.test(e)?Z1:ww:Array.isArray(e)?Em:typeof e=="object"?Ae.test(e)?Z1:Cw:Po}function Em(e,t){const n=[...e],r=n.length,o=e.map((i,a)=>oc(i)(i,t[a]));return i=>{for(let a=0;a<r;a++)n[a]=o[a](i);return n}}function Cw(e,t){const n={...e,...t},r={};for(const o in n)e[o]!==void 0&&t[o]!==void 0&&(r[o]=oc(e[o])(e[o],t[o]));return o=>{for(const i in r)n[i]=r[i](o);return n}}function xw(e,t){const n=[],r={color:0,var:0,number:0};for(let o=0;o<t.values.length;o++){const i=t.types[o],a=e.indexes[i][r[i]],s=e.values[a]??0;n[o]=s,r[i]++}return n}const ww=(e,t)=>{const n=Vt.createTransformer(t),r=cr(e),o=cr(t);return r.indexes.var.length===o.indexes.var.length&&r.indexes.color.length===o.indexes.color.length&&r.indexes.number.length>=o.indexes.number.length?xu.has(e)&&!o.values.length||xu.has(t)&&!r.values.length?bw(e,t):Ar(Em(xw(r,o),o.values),n):(jn(!0,`Complex values '${e}' and '${t}' too different to mix. Ensure all colors are of the same type, and that each contains the same quantity of number and color values. Falling back to instant transition.`,"complex-values-different"),Po(e,t))};function Pm(e,t,n){return typeof e=="number"&&typeof t=="number"&&typeof n=="number"?Ce(e,t,n):oc(e)(e,t)}const Sw=e=>{const t=({timestamp:n})=>e(n);return{start:(n=!0)=>be.update(t,n),stop:()=>Mt(t),now:()=>Te.isProcessing?Te.timestamp:Le.now()}},Rm=(e,t,n=10)=>{let r="";const o=Math.max(Math.round(t/n),2);for(let i=0;i<o;i++)r+=Math.round(e(i/(o-1))*1e4)/1e4+", ";return`linear(${r.substring(0,r.length-2)})`},Ro=2e4;function ic(e){let t=0;const n=50;let r=e.next(t);for(;!r.done&&t<Ro;)t+=n,r=e.next(t);return t>=Ro?1/0:t}function Iw(e,t=100,n){const r=n({...e,keyframes:[0,t]}),o=Math.min(ic(r),Ro);return{type:"keyframes",ease:i=>r.next(o*i).value/t,duration:Xe(o)}}const Aw=5;function Tm(e,t,n){const r=Math.max(t-Aw,0);return um(n-e(r),t-r)}const ye={stiffness:100,damping:10,mass:1,velocity:0,duration:800,bounce:.3,visualDuration:.3,restSpeed:{granular:.01,default:2},restDelta:{granular:.005,default:.5},minDuration:.01,maxDuration:10,minDamping:.05,maxDamping:1},z1=.001;function Ew({duration:e=ye.duration,bounce:t=ye.bounce,velocity:n=ye.velocity,mass:r=ye.mass}){let o,i;jn(e<=Ue(ye.maxDuration),"Spring duration must be 10 seconds or less","spring-duration-limit");let a=1-t;a=bt(ye.minDamping,ye.maxDamping,a),e=bt(ye.minDuration,ye.maxDuration,Xe(e)),a<1?(o=l=>{const c=l*a,d=c*e,f=c-n,p=wu(l,a),g=Math.exp(-d);return z1-f/p*g},i=l=>{const d=l*a*e,f=d*n+n,p=Math.pow(a,2)*Math.pow(l,2)*e,g=Math.exp(-d),h=wu(Math.pow(l,2),a);return(-o(l)+z1>0?-1:1)*((f-p)*g)/h}):(o=l=>{const c=Math.exp(-l*e),d=(l-n)*e+1;return-.001+c*d},i=l=>{const c=Math.exp(-l*e),d=(n-l)*(e*e);return c*d});const s=5/e,u=Rw(o,i,s);if(e=Ue(e),isNaN(u))return{stiffness:ye.stiffness,damping:ye.damping,duration:e};{const l=Math.pow(u,2)*r;return{stiffness:l,damping:a*2*Math.sqrt(r*l),duration:e}}}const Pw=12;function Rw(e,t,n){let r=n;for(let o=1;o<Pw;o++)r=r-e(r)/t(r);return r}function wu(e,t){return e*Math.sqrt(1-t*t)}const Tw=["duration","bounce"],Ow=["stiffness","damping","mass"];function Y1(e,t){return t.some(n=>e[n]!==void 0)}function _w(e){let t={velocity:ye.velocity,stiffness:ye.stiffness,damping:ye.damping,mass:ye.mass,isResolvedFromDuration:!1,...e};if(!Y1(e,Ow)&&Y1(e,Tw))if(e.visualDuration){const n=e.visualDuration,r=2*Math.PI/(n*1.2),o=r*r,i=2*bt(.05,1,1-(e.bounce||0))*Math.sqrt(o);t={...t,mass:ye.mass,stiffness:o,damping:i}}else{const n=Ew(e);t={...t,...n,mass:ye.mass},t.isResolvedFromDuration=!0}return t}function To(e=ye.visualDuration,t=ye.bounce){const n=typeof e!="object"?{visualDuration:e,keyframes:[0,1],bounce:t}:e;let{restSpeed:r,restDelta:o}=n;const i=n.keyframes[0],a=n.keyframes[n.keyframes.length-1],s={done:!1,value:i},{stiffness:u,damping:l,mass:c,duration:d,velocity:f,isResolvedFromDuration:p}=_w({...n,velocity:-Xe(n.velocity||0)}),g=f||0,h=l/(2*Math.sqrt(u*c)),m=a-i,b=Xe(Math.sqrt(u/c)),y=Math.abs(m)<5;r||(r=y?ye.restSpeed.granular:ye.restSpeed.default),o||(o=y?ye.restDelta.granular:ye.restDelta.default);let w;if(h<1){const S=wu(b,h);w=A=>{const x=Math.exp(-h*b*A);return a-x*((g+h*b*m)/S*Math.sin(S*A)+m*Math.cos(S*A))}}else if(h===1)w=S=>a-Math.exp(-b*S)*(m+(g+b*m)*S);else{const S=b*Math.sqrt(h*h-1);w=A=>{const x=Math.exp(-h*b*A),E=Math.min(S*A,300);return a-x*((g+h*b*m)*Math.sinh(E)+S*m*Math.cosh(E))/S}}const I={calculatedDuration:p&&d||null,next:S=>{const A=w(S);if(p)s.done=S>=d;else{let x=S===0?g:0;h<1&&(x=S===0?Ue(g):Tm(w,S,A));const E=Math.abs(x)<=r,O=Math.abs(a-A)<=o;s.done=E&&O}return s.value=s.done?a:A,s},toString:()=>{const S=Math.min(ic(I),Ro),A=Rm(x=>I.next(S*x).value,S,30);return S+"ms "+A},toTransition:()=>{}};return I}To.applyToOptions=e=>{const t=Iw(e,100,To);return e.ease=t.ease,e.duration=Ue(t.duration),e.type="keyframes",e};function Su({keyframes:e,velocity:t=0,power:n=.8,timeConstant:r=325,bounceDamping:o=10,bounceStiffness:i=500,modifyTarget:a,min:s,max:u,restDelta:l=.5,restSpeed:c}){const d=e[0],f={done:!1,value:d},p=E=>s!==void 0&&E<s||u!==void 0&&E>u,g=E=>s===void 0?u:u===void 0||Math.abs(s-E)<Math.abs(u-E)?s:u;let h=n*t;const m=d+h,b=a===void 0?m:a(m);b!==m&&(h=b-d);const y=E=>-h*Math.exp(-E/r),w=E=>b+y(E),I=E=>{const O=y(E),D=w(E);f.done=Math.abs(O)<=l,f.value=f.done?b:D};let S,A;const x=E=>{p(f.value)&&(S=E,A=To({keyframes:[f.value,g(f.value)],velocity:Tm(w,E,f.value),damping:o,stiffness:i,restDelta:l,restSpeed:c}))};return x(0),{calculatedDuration:null,next:E=>{let O=!1;return!A&&S===void 0&&(O=!0,I(E),x(E)),S!==void 0&&E>=S?A.next(E-S):(!O&&I(E),f)}}}function Mw(e,t,n){const r=[],o=n||Ct.mix||Pm,i=e.length-1;for(let a=0;a<i;a++){let s=o(e[a],e[a+1]);if(t){const u=Array.isArray(t)?t[a]||ze:t;s=Ar(u,s)}r.push(s)}return r}function Vw(e,t,{clamp:n=!0,ease:r,mixer:o}={}){const i=e.length;if(yt(i===t.length,"Both input and output ranges must be the same length","range-length"),i===1)return()=>t[0];if(i===2&&t[0]===t[1])return()=>t[1];const a=e[0]===e[1];e[0]>e[i-1]&&(e=[...e].reverse(),t=[...t].reverse());const s=Mw(t,r,o),u=s.length,l=c=>{if(a&&c<e[0])return t[0];let d=0;if(u>1)for(;d<e.length-2&&!(c<e[d+1]);d++);const f=ur(e[d],e[d+1],c);return s[d](f)};return n?c=>l(bt(e[0],e[i-1],c)):l}function Dw(e,t){const n=e[e.length-1];for(let r=1;r<=t;r++){const o=ur(0,t,r);e.push(Ce(n,1,o))}}function Fw(e){const t=[0];return Dw(t,e.length-1),t}function Nw(e,t){return e.map(n=>n*t)}function Lw(e,t){return e.map(()=>t||vm).splice(0,e.length-1)}function hn({duration:e=300,keyframes:t,times:n,ease:r="easeInOut"}){const o=qx(r)?r.map(W1):W1(r),i={done:!1,value:t[0]},a=Nw(n&&n.length===t.length?n:Fw(t),e),s=Vw(a,t,{ease:Array.isArray(o)?o:Lw(t,o)});return{calculatedDuration:e,next:u=>(i.value=s(u),i.done=u>=e,i)}}const jw=e=>e!==null;function ac(e,{repeat:t,repeatType:n="loop"},r,o=1){const i=e.filter(jw),s=o<0||t&&n!=="loop"&&t%2===1?0:i.length-1;return!s||r===void 0?i[s]:r}const Bw={decay:Su,inertia:Su,tween:hn,keyframes:hn,spring:To};function Om(e){typeof e.type=="string"&&(e.type=Bw[e.type])}class sc{constructor(){this.updateFinished()}get finished(){return this._finished}updateFinished(){this._finished=new Promise(t=>{this.resolve=t})}notifyFinished(){this.resolve()}then(t,n){return this.finished.then(t,n)}}const kw=e=>e/100;class uc extends sc{constructor(t){super(),this.state="idle",this.startTime=null,this.isStopped=!1,this.currentTime=0,this.holdTime=null,this.playbackSpeed=1,this.stop=()=>{var r,o;const{motionValue:n}=this.options;n&&n.updatedAt!==Le.now()&&this.tick(Le.now()),this.isStopped=!0,this.state!=="idle"&&(this.teardown(),(o=(r=this.options).onStop)==null||o.call(r))},this.options=t,this.initAnimation(),this.play(),t.autoplay===!1&&this.pause()}initAnimation(){const{options:t}=this;Om(t);const{type:n=hn,repeat:r=0,repeatDelay:o=0,repeatType:i,velocity:a=0}=t;let{keyframes:s}=t;const u=n||hn;process.env.NODE_ENV!=="production"&&u!==hn&&yt(s.length<=2,`Only two keyframes currently supported with spring and inertia animations. Trying to animate ${s}`,"spring-two-frames"),u!==hn&&typeof s[0]!="number"&&(this.mixKeyframes=Ar(kw,Pm(s[0],s[1])),s=[0,100]);const l=u({...t,keyframes:s});i==="mirror"&&(this.mirroredGenerator=u({...t,keyframes:[...s].reverse(),velocity:-a})),l.calculatedDuration===null&&(l.calculatedDuration=ic(l));const{calculatedDuration:c}=l;this.calculatedDuration=c,this.resolvedDuration=c+o,this.totalDuration=this.resolvedDuration*(r+1)-o,this.generator=l}updateTime(t){const n=Math.round(t-this.startTime)*this.playbackSpeed;this.holdTime!==null?this.currentTime=this.holdTime:this.currentTime=n}tick(t,n=!1){const{generator:r,totalDuration:o,mixKeyframes:i,mirroredGenerator:a,resolvedDuration:s,calculatedDuration:u}=this;if(this.startTime===null)return r.next(0);const{delay:l=0,keyframes:c,repeat:d,repeatType:f,repeatDelay:p,type:g,onUpdate:h,finalKeyframe:m}=this.options;this.speed>0?this.startTime=Math.min(this.startTime,t):this.speed<0&&(this.startTime=Math.min(t-o/this.speed,this.startTime)),n?this.currentTime=t:this.updateTime(t);const b=this.currentTime-l*(this.playbackSpeed>=0?1:-1),y=this.playbackSpeed>=0?b<0:b>o;this.currentTime=Math.max(b,0),this.state==="finished"&&this.holdTime===null&&(this.currentTime=o);let w=this.currentTime,I=r;if(d){const E=Math.min(this.currentTime,o)/s;let O=Math.floor(E),D=E%1;!D&&E>=1&&(D=1),D===1&&O--,O=Math.min(O,d+1),!!(O%2)&&(f==="reverse"?(D=1-D,p&&(D-=p/s)):f==="mirror"&&(I=a)),w=bt(0,1,D)*s}const S=y?{done:!1,value:c[0]}:I.next(w);i&&(S.value=i(S.value));let{done:A}=S;!y&&u!==null&&(A=this.playbackSpeed>=0?this.currentTime>=o:this.currentTime<=0);const x=this.holdTime===null&&(this.state==="finished"||this.state==="running"&&A);return x&&g!==Su&&(S.value=ac(c,this.options,m,this.speed)),h&&h(S.value),x&&this.finish(),S}then(t,n){return this.finished.then(t,n)}get duration(){return Xe(this.calculatedDuration)}get iterationDuration(){const{delay:t=0}=this.options||{};return this.duration+Xe(t)}get time(){return Xe(this.currentTime)}set time(t){var n;t=Ue(t),this.currentTime=t,this.startTime===null||this.holdTime!==null||this.playbackSpeed===0?this.holdTime=t:this.driver&&(this.startTime=this.driver.now()-t/this.playbackSpeed),(n=this.driver)==null||n.start(!1)}get speed(){return this.playbackSpeed}set speed(t){this.updateTime(Le.now());const n=this.playbackSpeed!==t;this.playbackSpeed=t,n&&(this.time=Xe(this.currentTime))}play(){var o,i;if(this.isStopped)return;const{driver:t=Sw,startTime:n}=this.options;this.driver||(this.driver=t(a=>this.tick(a))),(i=(o=this.options).onPlay)==null||i.call(o);const r=this.driver.now();this.state==="finished"?(this.updateFinished(),this.startTime=r):this.holdTime!==null?this.startTime=r-this.holdTime:this.startTime||(this.startTime=n??r),this.state==="finished"&&this.speed<0&&(this.startTime+=this.calculatedDuration),this.holdTime=null,this.state="running",this.driver.start()}pause(){this.state="paused",this.updateTime(Le.now()),this.holdTime=this.currentTime}complete(){this.state!=="running"&&this.play(),this.state="finished",this.holdTime=null}finish(){var t,n;this.notifyFinished(),this.teardown(),this.state="finished",(n=(t=this.options).onComplete)==null||n.call(t)}cancel(){var t,n;this.holdTime=null,this.startTime=0,this.tick(0),this.teardown(),(n=(t=this.options).onCancel)==null||n.call(t)}teardown(){this.state="idle",this.stopDriver(),this.startTime=this.holdTime=null}stopDriver(){this.driver&&(this.driver.stop(),this.driver=void 0)}sample(t){return this.startTime=0,this.tick(t,!0)}attachTimeline(t){var n;return this.options.allowFlatten&&(this.options.type="keyframes",this.options.ease="linear",this.initAnimation()),(n=this.driver)==null||n.stop(),t.observe(this)}}function Gw(e){for(let t=1;t<e.length;t++)e[t]??(e[t]=e[t-1])}const Xt=e=>e*180/Math.PI,Iu=e=>{const t=Xt(Math.atan2(e[1],e[0]));return Au(t)},Ww={x:4,y:5,translateX:4,translateY:5,scaleX:0,scaleY:3,scale:e=>(Math.abs(e[0])+Math.abs(e[3]))/2,rotate:Iu,rotateZ:Iu,skewX:e=>Xt(Math.atan(e[1])),skewY:e=>Xt(Math.atan(e[2])),skew:e=>(Math.abs(e[1])+Math.abs(e[2]))/2},Au=e=>(e=e%360,e<0&&(e+=360),e),q1=Iu,U1=e=>Math.sqrt(e[0]*e[0]+e[1]*e[1]),J1=e=>Math.sqrt(e[4]*e[4]+e[5]*e[5]),Hw={x:12,y:13,z:14,translateX:12,translateY:13,translateZ:14,scaleX:U1,scaleY:J1,scale:e=>(U1(e)+J1(e))/2,rotateX:e=>Au(Xt(Math.atan2(e[6],e[5]))),rotateY:e=>Au(Xt(Math.atan2(-e[2],e[0]))),rotateZ:q1,rotate:q1,skewX:e=>Xt(Math.atan(e[4])),skewY:e=>Xt(Math.atan(e[1])),skew:e=>(Math.abs(e[1])+Math.abs(e[4]))/2};function Eu(e){return e.includes("scale")?1:0}function Pu(e,t){if(!e||e==="none")return Eu(t);const n=e.match(/^matrix3d\(([-\d.e\s,]+)\)$/u);let r,o;if(n)r=Hw,o=n;else{const s=e.match(/^matrix\(([-\d.e\s,]+)\)$/u);r=Ww,o=s}if(!o)return Eu(t);const i=r[t],a=o[1].split(",").map(Xw);return typeof i=="function"?i(a):a[i]}const $w=(e,t)=>{const{transform:n="none"}=getComputedStyle(e);return Pu(n,t)};function Xw(e){return parseFloat(e.trim())}const kn=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],Gn=new Set(kn),K1=e=>e===Bn||e===te,Zw=new Set(["x","y","z"]),zw=kn.filter(e=>!Zw.has(e));function Yw(e){const t=[];return zw.forEach(n=>{const r=e.getValue(n);r!==void 0&&(t.push([n,r.get()]),r.set(n.startsWith("scale")?1:0))}),t}const zt={width:({x:e},{paddingLeft:t="0",paddingRight:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),height:({y:e},{paddingTop:t="0",paddingBottom:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),top:(e,{top:t})=>parseFloat(t),left:(e,{left:t})=>parseFloat(t),bottom:({y:e},{top:t})=>parseFloat(t)+(e.max-e.min),right:({x:e},{left:t})=>parseFloat(t)+(e.max-e.min),x:(e,{transform:t})=>Pu(t,"x"),y:(e,{transform:t})=>Pu(t,"y")};zt.translateX=zt.x;zt.translateY=zt.y;const Yt=new Set;let Ru=!1,Tu=!1,Ou=!1;function _m(){if(Tu){const e=Array.from(Yt).filter(r=>r.needsMeasurement),t=new Set(e.map(r=>r.element)),n=new Map;t.forEach(r=>{const o=Yw(r);o.length&&(n.set(r,o),r.render())}),e.forEach(r=>r.measureInitialState()),t.forEach(r=>{r.render();const o=n.get(r);o&&o.forEach(([i,a])=>{var s;(s=r.getValue(i))==null||s.set(a)})}),e.forEach(r=>r.measureEndState()),e.forEach(r=>{r.suspendedScrollY!==void 0&&window.scrollTo(0,r.suspendedScrollY)})}Tu=!1,Ru=!1,Yt.forEach(e=>e.complete(Ou)),Yt.clear()}function Mm(){Yt.forEach(e=>{e.readKeyframes(),e.needsMeasurement&&(Tu=!0)})}function qw(){Ou=!0,Mm(),_m(),Ou=!1}class lc{constructor(t,n,r,o,i,a=!1){this.state="pending",this.isAsync=!1,this.needsMeasurement=!1,this.unresolvedKeyframes=[...t],this.onComplete=n,this.name=r,this.motionValue=o,this.element=i,this.isAsync=a}scheduleResolve(){this.state="scheduled",this.isAsync?(Yt.add(this),Ru||(Ru=!0,be.read(Mm),be.resolveKeyframes(_m))):(this.readKeyframes(),this.complete())}readKeyframes(){const{unresolvedKeyframes:t,name:n,element:r,motionValue:o}=this;if(t[0]===null){const i=o==null?void 0:o.get(),a=t[t.length-1];if(i!==void 0)t[0]=i;else if(r&&n){const s=r.readValue(n,a);s!=null&&(t[0]=s)}t[0]===void 0&&(t[0]=a),o&&i===void 0&&o.set(t[0])}Gw(t)}setFinalKeyframe(){}measureInitialState(){}renderEndStyles(){}measureEndState(){}complete(t=!1){this.state="complete",this.onComplete(this.unresolvedKeyframes,this.finalKeyframe,t),Yt.delete(this)}cancel(){this.state==="scheduled"&&(Yt.delete(this),this.state="pending")}resume(){this.state==="pending"&&this.scheduleResolve()}}const Uw=e=>e.startsWith("--");function Jw(e,t,n){Uw(t)?e.style.setProperty(t,n):e.style[t]=n}const Kw=ql(()=>window.ScrollTimeline!==void 0),Qw={};function eS(e,t){const n=ql(e);return()=>Qw[t]??n()}const Vm=eS(()=>{try{document.createElement("div").animate({opacity:0},{easing:"linear(0, 1)"})}catch{return!1}return!0},"linearEasing"),Un=([e,t,n,r])=>`cubic-bezier(${e}, ${t}, ${n}, ${r})`,Q1={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:Un([0,.65,.55,1]),circOut:Un([.55,0,1,.45]),backIn:Un([.31,.01,.66,-.59]),backOut:Un([.33,1.53,.69,.99])};function Dm(e,t){if(e)return typeof e=="function"?Vm()?Rm(e,t):"ease-out":bm(e)?Un(e):Array.isArray(e)?e.map(n=>Dm(n,t)||Q1.easeOut):Q1[e]}function tS(e,t,n,{delay:r=0,duration:o=300,repeat:i=0,repeatType:a="loop",ease:s="easeOut",times:u}={},l=void 0){const c={[t]:n};u&&(c.offset=u);const d=Dm(s,o);Array.isArray(d)&&(c.easing=d);const f={delay:r,duration:o,easing:Array.isArray(d)?"linear":d,fill:"both",iterations:i+1,direction:a==="reverse"?"alternate":"normal"};return l&&(f.pseudoElement=l),e.animate(c,f)}function Fm(e){return typeof e=="function"&&"applyToOptions"in e}function nS({type:e,...t}){return Fm(e)&&Vm()?e.applyToOptions(t):(t.duration??(t.duration=300),t.ease??(t.ease="easeOut"),t)}class rS extends sc{constructor(t){if(super(),this.finishedTime=null,this.isStopped=!1,!t)return;const{element:n,name:r,keyframes:o,pseudoElement:i,allowFlatten:a=!1,finalKeyframe:s,onComplete:u}=t;this.isPseudoElement=!!i,this.allowFlatten=a,this.options=t,yt(typeof t.type!="string",`Mini animate() doesn't support "type" as a string.`,"mini-spring");const l=nS(t);this.animation=tS(n,r,o,l,i),l.autoplay===!1&&this.animation.pause(),this.animation.onfinish=()=>{if(this.finishedTime=this.time,!i){const c=ac(o,this.options,s,this.speed);this.updateMotionValue?this.updateMotionValue(c):Jw(n,r,c),this.animation.cancel()}u==null||u(),this.notifyFinished()}}play(){this.isStopped||(this.animation.play(),this.state==="finished"&&this.updateFinished())}pause(){this.animation.pause()}complete(){var t,n;(n=(t=this.animation).finish)==null||n.call(t)}cancel(){try{this.animation.cancel()}catch{}}stop(){if(this.isStopped)return;this.isStopped=!0;const{state:t}=this;t==="idle"||t==="finished"||(this.updateMotionValue?this.updateMotionValue():this.commitStyles(),this.isPseudoElement||this.cancel())}commitStyles(){var t,n;this.isPseudoElement||(n=(t=this.animation).commitStyles)==null||n.call(t)}get duration(){var n,r;const t=((r=(n=this.animation.effect)==null?void 0:n.getComputedTiming)==null?void 0:r.call(n).duration)||0;return Xe(Number(t))}get iterationDuration(){const{delay:t=0}=this.options||{};return this.duration+Xe(t)}get time(){return Xe(Number(this.animation.currentTime)||0)}set time(t){this.finishedTime=null,this.animation.currentTime=Ue(t)}get speed(){return this.animation.playbackRate}set speed(t){t<0&&(this.finishedTime=null),this.animation.playbackRate=t}get state(){return this.finishedTime!==null?"finished":this.animation.playState}get startTime(){return Number(this.animation.startTime)}set startTime(t){this.animation.startTime=t}attachTimeline({timeline:t,observe:n}){var r;return this.allowFlatten&&((r=this.animation.effect)==null||r.updateTiming({easing:"linear"})),this.animation.onfinish=null,t&&Kw()?(this.animation.timeline=t,ze):n(this)}}const Nm={anticipate:hm,backInOut:pm,circInOut:mm};function oS(e){return e in Nm}function iS(e){typeof e.ease=="string"&&oS(e.ease)&&(e.ease=Nm[e.ease])}const ep=10;class aS extends rS{constructor(t){iS(t),Om(t),super(t),t.startTime&&(this.startTime=t.startTime),this.options=t}updateMotionValue(t){const{motionValue:n,onUpdate:r,onComplete:o,element:i,...a}=this.options;if(!n)return;if(t!==void 0){n.set(t);return}const s=new uc({...a,autoplay:!1}),u=Ue(this.finishedTime??this.time);n.setWithVelocity(s.sample(u-ep).value,s.sample(u).value,ep),s.stop()}}const tp=(e,t)=>t==="zIndex"?!1:!!(typeof e=="number"||Array.isArray(e)||typeof e=="string"&&(Vt.test(e)||e==="0")&&!e.startsWith("url("));function sS(e){const t=e[0];if(e.length===1)return!0;for(let n=0;n<e.length;n++)if(e[n]!==t)return!0}function uS(e,t,n,r){const o=e[0];if(o===null)return!1;if(t==="display"||t==="visibility")return!0;const i=e[e.length-1],a=tp(o,t),s=tp(i,t);return jn(a===s,`You are trying to animate ${t} from "${o}" to "${i}". "${a?i:o}" is not an animatable value.`,"value-not-animatable"),!a||!s?!1:sS(e)||(n==="spring"||Fm(n))&&r}function _u(e){e.duration=0,e.type="keyframes"}const lS=new Set(["opacity","clipPath","filter","transform"]),cS=ql(()=>Object.hasOwnProperty.call(Element.prototype,"animate"));function dS(e){var c;const{motionValue:t,name:n,repeatDelay:r,repeatType:o,damping:i,type:a}=e;if(!(((c=t==null?void 0:t.owner)==null?void 0:c.current)instanceof HTMLElement))return!1;const{onUpdate:u,transformTemplate:l}=t.owner.getProps();return cS()&&n&&lS.has(n)&&(n!=="transform"||!l)&&!u&&!r&&o!=="mirror"&&i!==0&&a!=="inertia"}const fS=40;class pS extends sc{constructor({autoplay:t=!0,delay:n=0,type:r="keyframes",repeat:o=0,repeatDelay:i=0,repeatType:a="loop",keyframes:s,name:u,motionValue:l,element:c,...d}){var g;super(),this.stop=()=>{var h,m;this._animation&&(this._animation.stop(),(h=this.stopTimeline)==null||h.call(this)),(m=this.keyframeResolver)==null||m.cancel()},this.createdAt=Le.now();const f={autoplay:t,delay:n,type:r,repeat:o,repeatDelay:i,repeatType:a,name:u,motionValue:l,element:c,...d},p=(c==null?void 0:c.KeyframeResolver)||lc;this.keyframeResolver=new p(s,(h,m,b)=>this.onKeyframesResolved(h,m,f,!b),u,l,c),(g=this.keyframeResolver)==null||g.scheduleResolve()}onKeyframesResolved(t,n,r,o){this.keyframeResolver=void 0;const{name:i,type:a,velocity:s,delay:u,isHandoff:l,onUpdate:c}=r;this.resolvedAt=Le.now(),uS(t,i,a,s)||((Ct.instantAnimations||!u)&&(c==null||c(ac(t,r,n))),t[0]=t[t.length-1],_u(r),r.repeat=0);const f={startTime:o?this.resolvedAt?this.resolvedAt-this.createdAt>fS?this.resolvedAt:this.createdAt:this.createdAt:void 0,finalKeyframe:n,...r,keyframes:t},p=!l&&dS(f)?new aS({...f,element:f.motionValue.owner.current}):new uc(f);p.finished.then(()=>this.notifyFinished()).catch(ze),this.pendingTimeline&&(this.stopTimeline=p.attachTimeline(this.pendingTimeline),this.pendingTimeline=void 0),this._animation=p}get finished(){return this._animation?this.animation.finished:this._finished}then(t,n){return this.finished.finally(t).then(()=>{})}get animation(){var t;return this._animation||((t=this.keyframeResolver)==null||t.resume(),qw()),this._animation}get duration(){return this.animation.duration}get iterationDuration(){return this.animation.iterationDuration}get time(){return this.animation.time}set time(t){this.animation.time=t}get speed(){return this.animation.speed}get state(){return this.animation.state}set speed(t){this.animation.speed=t}get startTime(){return this.animation.startTime}attachTimeline(t){return this._animation?this.stopTimeline=this.animation.attachTimeline(t):this.pendingTimeline=t,()=>this.stop()}play(){this.animation.play()}pause(){this.animation.pause()}complete(){this.animation.complete()}cancel(){var t;this._animation&&this.animation.cancel(),(t=this.keyframeResolver)==null||t.cancel()}}const hS=/^var\(--(?:([\w-]+)|([\w-]+), ?([a-zA-Z\d ()%#.,-]+))\)/u;function gS(e){const t=hS.exec(e);if(!t)return[,];const[,n,r,o]=t;return[`--${n??r}`,o]}const mS=4;function Lm(e,t,n=1){yt(n<=mS,`Max CSS variable fallback depth detected in property "${e}". This may indicate a circular fallback dependency.`,"max-css-var-depth");const[r,o]=gS(e);if(!r)return;const i=window.getComputedStyle(t).getPropertyValue(r);if(i){const a=i.trim();return im(a)?parseFloat(a):a}return tc(o)?Lm(o,t,n+1):o}function cc(e,t){return(e==null?void 0:e[t])??(e==null?void 0:e.default)??e}const jm=new Set(["width","height","top","left","right","bottom",...kn]),vS={test:e=>e==="auto",parse:e=>e},Bm=e=>t=>t.test(e),km=[Bn,te,at,It,sw,aw,vS],np=e=>km.find(Bm(e));function bS(e){return typeof e=="number"?e===0:e!==null?e==="none"||e==="0"||sm(e):!0}const yS=new Set(["brightness","contrast","saturate","opacity"]);function CS(e){const[t,n]=e.slice(0,-1).split("(");if(t==="drop-shadow")return e;const[r]=n.match(nc)||[];if(!r)return e;const o=n.replace(r,"");let i=yS.has(t)?1:0;return r!==n&&(i*=100),t+"("+i+o+")"}const xS=/\b([a-z-]*)\(.*?\)/gu,Mu={...Vt,getAnimatableNone:e=>{const t=e.match(xS);return t?t.map(CS).join(" "):e}},rp={...Bn,transform:Math.round},wS={rotate:It,rotateX:It,rotateY:It,rotateZ:It,scale:Hr,scaleX:Hr,scaleY:Hr,scaleZ:Hr,skew:It,skewX:It,skewY:It,distance:te,translateX:te,translateY:te,translateZ:te,x:te,y:te,z:te,perspective:te,transformPerspective:te,opacity:lr,originX:H1,originY:H1,originZ:te},dc={borderWidth:te,borderTopWidth:te,borderRightWidth:te,borderBottomWidth:te,borderLeftWidth:te,borderRadius:te,radius:te,borderTopLeftRadius:te,borderTopRightRadius:te,borderBottomRightRadius:te,borderBottomLeftRadius:te,width:te,maxWidth:te,height:te,maxHeight:te,top:te,right:te,bottom:te,left:te,padding:te,paddingTop:te,paddingRight:te,paddingBottom:te,paddingLeft:te,margin:te,marginTop:te,marginRight:te,marginBottom:te,marginLeft:te,backgroundPositionX:te,backgroundPositionY:te,...wS,zIndex:rp,fillOpacity:lr,strokeOpacity:lr,numOctaves:rp},SS={...dc,color:Ae,backgroundColor:Ae,outlineColor:Ae,fill:Ae,stroke:Ae,borderColor:Ae,borderTopColor:Ae,borderRightColor:Ae,borderBottomColor:Ae,borderLeftColor:Ae,filter:Mu,WebkitFilter:Mu},Gm=e=>SS[e];function Wm(e,t){let n=Gm(e);return n!==Mu&&(n=Vt),n.getAnimatableNone?n.getAnimatableNone(t):void 0}const IS=new Set(["auto","none","0"]);function AS(e,t,n){let r=0,o;for(;r<e.length&&!o;){const i=e[r];typeof i=="string"&&!IS.has(i)&&cr(i).values.length&&(o=e[r]),r++}if(o&&n)for(const i of t)e[i]=Wm(n,o)}class ES extends lc{constructor(t,n,r,o,i){super(t,n,r,o,i,!0)}readKeyframes(){const{unresolvedKeyframes:t,element:n,name:r}=this;if(!n||!n.current)return;super.readKeyframes();for(let u=0;u<t.length;u++){let l=t[u];if(typeof l=="string"&&(l=l.trim(),tc(l))){const c=Lm(l,n.current);c!==void 0&&(t[u]=c),u===t.length-1&&(this.finalKeyframe=l)}}if(this.resolveNoneKeyframes(),!jm.has(r)||t.length!==2)return;const[o,i]=t,a=np(o),s=np(i);if(a!==s)if(K1(a)&&K1(s))for(let u=0;u<t.length;u++){const l=t[u];typeof l=="string"&&(t[u]=parseFloat(l))}else zt[r]&&(this.needsMeasurement=!0)}resolveNoneKeyframes(){const{unresolvedKeyframes:t,name:n}=this,r=[];for(let o=0;o<t.length;o++)(t[o]===null||bS(t[o]))&&r.push(o);r.length&&AS(t,r,n)}measureInitialState(){const{element:t,unresolvedKeyframes:n,name:r}=this;if(!t||!t.current)return;r==="height"&&(this.suspendedScrollY=window.pageYOffset),this.measuredOrigin=zt[r](t.measureViewportBox(),window.getComputedStyle(t.current)),n[0]=this.measuredOrigin;const o=n[n.length-1];o!==void 0&&t.getValue(r,o).jump(o,!1)}measureEndState(){var s;const{element:t,name:n,unresolvedKeyframes:r}=this;if(!t||!t.current)return;const o=t.getValue(n);o&&o.jump(this.measuredOrigin,!1);const i=r.length-1,a=r[i];r[i]=zt[n](t.measureViewportBox(),window.getComputedStyle(t.current)),a!==null&&this.finalKeyframe===void 0&&(this.finalKeyframe=a),(s=this.removedTransforms)!=null&&s.length&&this.removedTransforms.forEach(([u,l])=>{t.getValue(u).set(l)}),this.resolveNoneKeyframes()}}function PS(e,t,n){if(e instanceof EventTarget)return[e];if(typeof e=="string"){let r=document;const o=(n==null?void 0:n[e])??r.querySelectorAll(e);return o?Array.from(o):[]}return Array.from(e)}const Hm=(e,t)=>t&&typeof e=="number"?t.transform(e):e;function $m(e){return am(e)&&"offsetHeight"in e}const op=30,RS=e=>!isNaN(parseFloat(e));class TS{constructor(t,n={}){this.canTrackVelocity=null,this.events={},this.updateAndNotify=r=>{var i;const o=Le.now();if(this.updatedAt!==o&&this.setPrevFrameValue(),this.prev=this.current,this.setCurrent(r),this.current!==this.prev&&((i=this.events.change)==null||i.notify(this.current),this.dependents))for(const a of this.dependents)a.dirty()},this.hasAnimated=!1,this.setCurrent(t),this.owner=n.owner}setCurrent(t){this.current=t,this.updatedAt=Le.now(),this.canTrackVelocity===null&&t!==void 0&&(this.canTrackVelocity=RS(this.current))}setPrevFrameValue(t=this.current){this.prevFrameValue=t,this.prevUpdatedAt=this.updatedAt}onChange(t){return process.env.NODE_ENV!=="production"&&Jl(!1,'value.onChange(callback) is deprecated. Switch to value.on("change", callback).'),this.on("change",t)}on(t,n){this.events[t]||(this.events[t]=new Ul);const r=this.events[t].add(n);return t==="change"?()=>{r(),be.read(()=>{this.events.change.getSize()||this.stop()})}:r}clearListeners(){for(const t in this.events)this.events[t].clear()}attach(t,n){this.passiveEffect=t,this.stopPassiveEffect=n}set(t){this.passiveEffect?this.passiveEffect(t,this.updateAndNotify):this.updateAndNotify(t)}setWithVelocity(t,n,r){this.set(n),this.prev=void 0,this.prevFrameValue=t,this.prevUpdatedAt=this.updatedAt-r}jump(t,n=!0){this.updateAndNotify(t),this.prev=t,this.prevUpdatedAt=this.prevFrameValue=void 0,n&&this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}dirty(){var t;(t=this.events.change)==null||t.notify(this.current)}addDependent(t){this.dependents||(this.dependents=new Set),this.dependents.add(t)}removeDependent(t){this.dependents&&this.dependents.delete(t)}get(){return this.current}getPrevious(){return this.prev}getVelocity(){const t=Le.now();if(!this.canTrackVelocity||this.prevFrameValue===void 0||t-this.updatedAt>op)return 0;const n=Math.min(this.updatedAt-this.prevUpdatedAt,op);return um(parseFloat(this.current)-parseFloat(this.prevFrameValue),n)}start(t){return this.stop(),new Promise(n=>{this.hasAnimated=!0,this.animation=t(n),this.events.animationStart&&this.events.animationStart.notify()}).then(()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()})}stop(){this.animation&&(this.animation.stop(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.animation}clearAnimation(){delete this.animation}destroy(){var t,n;(t=this.dependents)==null||t.clear(),(n=this.events.destroy)==null||n.notify(),this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}}function On(e,t){return new TS(e,t)}const{schedule:fc}=ym(queueMicrotask,!1),qe={x:!1,y:!1};function Xm(){return qe.x||qe.y}function OS(e){return e==="x"||e==="y"?qe[e]?null:(qe[e]=!0,()=>{qe[e]=!1}):qe.x||qe.y?null:(qe.x=qe.y=!0,()=>{qe.x=qe.y=!1})}function Zm(e,t){const n=PS(e),r=new AbortController,o={passive:!0,...t,signal:r.signal};return[n,o,()=>r.abort()]}function ip(e){return!(e.pointerType==="touch"||Xm())}function _S(e,t,n={}){const[r,o,i]=Zm(e,n),a=s=>{if(!ip(s))return;const{target:u}=s,l=t(u,s);if(typeof l!="function"||!u)return;const c=d=>{ip(d)&&(l(d),u.removeEventListener("pointerleave",c))};u.addEventListener("pointerleave",c,o)};return r.forEach(s=>{s.addEventListener("pointerenter",a,o)}),i}const zm=(e,t)=>t?e===t?!0:zm(e,t.parentElement):!1,pc=e=>e.pointerType==="mouse"?typeof e.button!="number"||e.button<=0:e.isPrimary!==!1,MS=new Set(["BUTTON","INPUT","SELECT","TEXTAREA","A"]);function VS(e){return MS.has(e.tagName)||e.tabIndex!==-1}const io=new WeakSet;function ap(e){return t=>{t.key==="Enter"&&e(t)}}function Ds(e,t){e.dispatchEvent(new PointerEvent("pointer"+t,{isPrimary:!0,bubbles:!0}))}const DS=(e,t)=>{const n=e.currentTarget;if(!n)return;const r=ap(()=>{if(io.has(n))return;Ds(n,"down");const o=ap(()=>{Ds(n,"up")}),i=()=>Ds(n,"cancel");n.addEventListener("keyup",o,t),n.addEventListener("blur",i,t)});n.addEventListener("keydown",r,t),n.addEventListener("blur",()=>n.removeEventListener("keydown",r),t)};function sp(e){return pc(e)&&!Xm()}function FS(e,t,n={}){const[r,o,i]=Zm(e,n),a=s=>{const u=s.currentTarget;if(!sp(s))return;io.add(u);const l=t(u,s),c=(p,g)=>{window.removeEventListener("pointerup",d),window.removeEventListener("pointercancel",f),io.has(u)&&io.delete(u),sp(p)&&typeof l=="function"&&l(p,{success:g})},d=p=>{c(p,u===window||u===document||n.useGlobalTarget||zm(u,p.target))},f=p=>{c(p,!1)};window.addEventListener("pointerup",d,o),window.addEventListener("pointercancel",f,o)};return r.forEach(s=>{(n.useGlobalTarget?window:s).addEventListener("pointerdown",a,o),$m(s)&&(s.addEventListener("focus",l=>DS(l,o)),!VS(s)&&!s.hasAttribute("tabindex")&&(s.tabIndex=0))}),i}function Ym(e){return am(e)&&"ownerSVGElement"in e}function NS(e){return Ym(e)&&e.tagName==="svg"}const Ve=e=>!!(e&&e.getVelocity),LS=[...km,Ae,Vt],jS=e=>LS.find(Bm(e)),hc=M.createContext({transformPagePoint:e=>e,isStatic:!1,reducedMotion:"never"});function up(e,t){if(typeof e=="function")return e(t);e!=null&&(e.current=t)}function BS(...e){return t=>{let n=!1;const r=e.map(o=>{const i=up(o,t);return!n&&typeof i=="function"&&(n=!0),i});if(n)return()=>{for(let o=0;o<r.length;o++){const i=r[o];typeof i=="function"?i():up(e[o],null)}}}}function kS(...e){return C.useCallback(BS(...e),e)}class GS extends C.Component{getSnapshotBeforeUpdate(t){const n=this.props.childRef.current;if(n&&t.isPresent&&!this.props.isPresent){const r=n.offsetParent,o=$m(r)&&r.offsetWidth||0,i=this.props.sizeRef.current;i.height=n.offsetHeight||0,i.width=n.offsetWidth||0,i.top=n.offsetTop,i.left=n.offsetLeft,i.right=o-i.width-i.left}return null}componentDidUpdate(){}render(){return this.props.children}}function WS({children:e,isPresent:t,anchorX:n,root:r}){const o=M.useId(),i=M.useRef(null),a=M.useRef({width:0,height:0,top:0,left:0,right:0}),{nonce:s}=M.useContext(hc),u=kS(i,e==null?void 0:e.ref);return M.useInsertionEffect(()=>{const{width:l,height:c,top:d,left:f,right:p}=a.current;if(t||!i.current||!l||!c)return;const g=n==="left"?`left: ${f}`:`right: ${p}`;i.current.dataset.motionPopId=o;const h=document.createElement("style");s&&(h.nonce=s);const m=r??document.head;return m.appendChild(h),h.sheet&&h.sheet.insertRule(`
|
|
92
|
+
[data-motion-pop-id="${o}"] {
|
|
93
|
+
position: absolute !important;
|
|
94
|
+
width: ${l}px !important;
|
|
95
|
+
height: ${c}px !important;
|
|
96
|
+
${g}px !important;
|
|
97
|
+
top: ${d}px !important;
|
|
98
|
+
}
|
|
99
|
+
`),()=>{m.contains(h)&&m.removeChild(h)}},[t]),v.jsx(GS,{isPresent:t,childRef:i,sizeRef:a,children:C.cloneElement(e,{ref:u})})}const HS=({children:e,initial:t,isPresent:n,onExitComplete:r,custom:o,presenceAffectsLayout:i,mode:a,anchorX:s,root:u})=>{const l=Xl($S),c=M.useId();let d=!0,f=M.useMemo(()=>(d=!1,{id:c,initial:t,isPresent:n,custom:o,onExitComplete:p=>{l.set(p,!0);for(const g of l.values())if(!g)return;r&&r()},register:p=>(l.set(p,!1),()=>l.delete(p))}),[n,l,r]);return i&&d&&(f={...f}),M.useMemo(()=>{l.forEach((p,g)=>l.set(g,!1))},[n]),C.useEffect(()=>{!n&&!l.size&&r&&r()},[n]),a==="popLayout"&&(e=v.jsx(WS,{isPresent:n,anchorX:s,root:u,children:e})),v.jsx(ei.Provider,{value:f,children:e})};function $S(){return new Map}function qm(e=!0){const t=M.useContext(ei);if(t===null)return[!0,null];const{isPresent:n,onExitComplete:r,register:o}=t,i=M.useId();M.useEffect(()=>{if(e)return o(i)},[e]);const a=M.useCallback(()=>e&&r&&r(i),[i,r,e]);return!n&&r?[!1,a]:[!0]}const $r=e=>e.key||"";function lp(e){const t=[];return M.Children.forEach(e,n=>{M.isValidElement(n)&&t.push(n)}),t}const XS=({children:e,custom:t,initial:n=!0,onExitComplete:r,presenceAffectsLayout:o=!0,mode:i="sync",propagate:a=!1,anchorX:s="left",root:u})=>{const[l,c]=qm(a),d=M.useMemo(()=>lp(e),[e]),f=a&&!l?[]:d.map($r),p=M.useRef(!0),g=M.useRef(d),h=Xl(()=>new Map),[m,b]=M.useState(d),[y,w]=M.useState(d);om(()=>{p.current=!1,g.current=d;for(let A=0;A<y.length;A++){const x=$r(y[A]);f.includes(x)?h.delete(x):h.get(x)!==!0&&h.set(x,!1)}},[y,f.length,f.join("-")]);const I=[];if(d!==m){let A=[...d];for(let x=0;x<y.length;x++){const E=y[x],O=$r(E);f.includes(O)||(A.splice(x,0,E),I.push(E))}return i==="wait"&&I.length&&(A=I),w(lp(A)),b(d),null}process.env.NODE_ENV!=="production"&&i==="wait"&&y.length>1&&console.warn(`You're attempting to animate multiple children within AnimatePresence, but its mode is set to "wait". This will lead to odd visual behaviour.`);const{forceRender:S}=M.useContext($l);return v.jsx(v.Fragment,{children:y.map(A=>{const x=$r(A),E=a&&!l?!1:d===y||f.includes(x),O=()=>{if(h.has(x))h.set(x,!0);else return;let D=!0;h.forEach(B=>{B||(D=!1)}),D&&(S==null||S(),w(g.current),a&&(c==null||c()),r&&r())};return v.jsx(HS,{isPresent:E,initial:!p.current||n?void 0:!1,custom:t,presenceAffectsLayout:o,mode:i,root:u,onExitComplete:E?void 0:O,anchorX:s,children:A},x)})})},Um=M.createContext({strict:!1}),cp={animation:["animate","variants","whileHover","whileTap","exit","whileInView","whileFocus","whileDrag"],exit:["exit"],drag:["drag","dragControls"],focus:["whileFocus"],hover:["whileHover","onHoverStart","onHoverEnd"],tap:["whileTap","onTap","onTapStart","onTapCancel"],pan:["onPan","onPanStart","onPanSessionStart","onPanEnd"],inView:["whileInView","onViewportEnter","onViewportLeave"],layout:["layout","layoutId"]},_n={};for(const e in cp)_n[e]={isEnabled:t=>cp[e].some(n=>!!t[n])};function ZS(e){for(const t in e)_n[t]={..._n[t],...e[t]}}const zS=new Set(["animate","exit","variants","initial","style","values","variants","transition","transformTemplate","custom","inherit","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","_dragX","_dragY","onHoverStart","onHoverEnd","onViewportEnter","onViewportLeave","globalTapTarget","ignoreStrict","viewport"]);function Oo(e){return e.startsWith("while")||e.startsWith("drag")&&e!=="draggable"||e.startsWith("layout")||e.startsWith("onTap")||e.startsWith("onPan")||e.startsWith("onLayout")||zS.has(e)}let Jm=e=>!Oo(e);function YS(e){typeof e=="function"&&(Jm=t=>t.startsWith("on")?!Oo(t):e(t))}try{YS(require("@emotion/is-prop-valid").default)}catch{}function qS(e,t,n){const r={};for(const o in e)o==="values"&&typeof e.values=="object"||(Jm(o)||n===!0&&Oo(o)||!t&&!Oo(o)||e.draggable&&o.startsWith("onDrag"))&&(r[o]=e[o]);return r}const ti=M.createContext({});function ni(e){return e!==null&&typeof e=="object"&&typeof e.start=="function"}function dr(e){return typeof e=="string"||Array.isArray(e)}const gc=["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"],mc=["initial",...gc];function ri(e){return ni(e.animate)||mc.some(t=>dr(e[t]))}function Km(e){return!!(ri(e)||e.variants)}function US(e,t){if(ri(e)){const{initial:n,animate:r}=e;return{initial:n===!1||dr(n)?n:void 0,animate:dr(r)?r:void 0}}return e.inherit!==!1?t:{}}function JS(e){const{initial:t,animate:n}=US(e,M.useContext(ti));return M.useMemo(()=>({initial:t,animate:n}),[dp(t),dp(n)])}function dp(e){return Array.isArray(e)?e.join(" "):e}const fr={};function KS(e){for(const t in e)fr[t]=e[t],ec(t)&&(fr[t].isCSSVariable=!0)}function Qm(e,{layout:t,layoutId:n}){return Gn.has(e)||e.startsWith("origin")||(t||n!==void 0)&&(!!fr[e]||e==="opacity")}const QS={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},eI=kn.length;function tI(e,t,n){let r="",o=!0;for(let i=0;i<eI;i++){const a=kn[i],s=e[a];if(s===void 0)continue;let u=!0;if(typeof s=="number"?u=s===(a.startsWith("scale")?1:0):u=parseFloat(s)===0,!u||n){const l=Hm(s,dc[a]);if(!u){o=!1;const c=QS[a]||a;r+=`${c}(${l}) `}n&&(t[a]=l)}}return r=r.trim(),n?r=n(t,o?"":r):o&&(r="none"),r}function vc(e,t,n){const{style:r,vars:o,transformOrigin:i}=e;let a=!1,s=!1;for(const u in t){const l=t[u];if(Gn.has(u)){a=!0;continue}else if(ec(u)){o[u]=l;continue}else{const c=Hm(l,dc[u]);u.startsWith("origin")?(s=!0,i[u]=c):r[u]=c}}if(t.transform||(a||n?r.transform=tI(t,e.transform,n):r.transform&&(r.transform="none")),s){const{originX:u="50%",originY:l="50%",originZ:c=0}=i;r.transformOrigin=`${u} ${l} ${c}`}}const bc=()=>({style:{},transform:{},transformOrigin:{},vars:{}});function ev(e,t,n){for(const r in t)!Ve(t[r])&&!Qm(r,n)&&(e[r]=t[r])}function nI({transformTemplate:e},t){return M.useMemo(()=>{const n=bc();return vc(n,t,e),Object.assign({},n.vars,n.style)},[t])}function rI(e,t){const n=e.style||{},r={};return ev(r,n,e),Object.assign(r,nI(e,t)),r}function oI(e,t){const n={},r=rI(e,t);return e.drag&&e.dragListener!==!1&&(n.draggable=!1,r.userSelect=r.WebkitUserSelect=r.WebkitTouchCallout="none",r.touchAction=e.drag===!0?"none":`pan-${e.drag==="x"?"y":"x"}`),e.tabIndex===void 0&&(e.onTap||e.onTapStart||e.whileTap)&&(n.tabIndex=0),n.style=r,n}const iI={offset:"stroke-dashoffset",array:"stroke-dasharray"},aI={offset:"strokeDashoffset",array:"strokeDasharray"};function sI(e,t,n=1,r=0,o=!0){e.pathLength=1;const i=o?iI:aI;e[i.offset]=te.transform(-r);const a=te.transform(t),s=te.transform(n);e[i.array]=`${a} ${s}`}function tv(e,{attrX:t,attrY:n,attrScale:r,pathLength:o,pathSpacing:i=1,pathOffset:a=0,...s},u,l,c){if(vc(e,s,l),u){e.style.viewBox&&(e.attrs.viewBox=e.style.viewBox);return}e.attrs=e.style,e.style={};const{attrs:d,style:f}=e;d.transform&&(f.transform=d.transform,delete d.transform),(f.transform||d.transformOrigin)&&(f.transformOrigin=d.transformOrigin??"50% 50%",delete d.transformOrigin),f.transform&&(f.transformBox=(c==null?void 0:c.transformBox)??"fill-box",delete d.transformBox),t!==void 0&&(d.x=t),n!==void 0&&(d.y=n),r!==void 0&&(d.scale=r),o!==void 0&&sI(d,o,i,a,!1)}const nv=()=>({...bc(),attrs:{}}),rv=e=>typeof e=="string"&&e.toLowerCase()==="svg";function uI(e,t,n,r){const o=M.useMemo(()=>{const i=nv();return tv(i,t,rv(r),e.transformTemplate,e.style),{...i.attrs,style:{...i.style}}},[t]);if(e.style){const i={};ev(i,e.style,e),o.style={...i,...o.style}}return o}const lI=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","switch","symbol","svg","text","tspan","use","view"];function yc(e){return typeof e!="string"||e.includes("-")?!1:!!(lI.indexOf(e)>-1||/[A-Z]/u.test(e))}function cI(e,t,n,{latestValues:r},o,i=!1){const s=(yc(e)?uI:oI)(t,r,o,e),u=qS(t,typeof e=="string",i),l=e!==M.Fragment?{...u,...s,ref:n}:{},{children:c}=t,d=M.useMemo(()=>Ve(c)?c.get():c,[c]);return M.createElement(e,{...l,children:d})}function fp(e){const t=[{},{}];return e==null||e.values.forEach((n,r)=>{t[0][r]=n.get(),t[1][r]=n.getVelocity()}),t}function Cc(e,t,n,r){if(typeof t=="function"){const[o,i]=fp(r);t=t(n!==void 0?n:e.custom,o,i)}if(typeof t=="string"&&(t=e.variants&&e.variants[t]),typeof t=="function"){const[o,i]=fp(r);t=t(n!==void 0?n:e.custom,o,i)}return t}function ao(e){return Ve(e)?e.get():e}function dI({scrapeMotionValuesFromProps:e,createRenderState:t},n,r,o){return{latestValues:fI(n,r,o,e),renderState:t()}}function fI(e,t,n,r){const o={},i=r(e,{});for(const f in i)o[f]=ao(i[f]);let{initial:a,animate:s}=e;const u=ri(e),l=Km(e);t&&l&&!u&&e.inherit!==!1&&(a===void 0&&(a=t.initial),s===void 0&&(s=t.animate));let c=n?n.initial===!1:!1;c=c||a===!1;const d=c?s:a;if(d&&typeof d!="boolean"&&!ni(d)){const f=Array.isArray(d)?d:[d];for(let p=0;p<f.length;p++){const g=Cc(e,f[p]);if(g){const{transitionEnd:h,transition:m,...b}=g;for(const y in b){let w=b[y];if(Array.isArray(w)){const I=c?w.length-1:0;w=w[I]}w!==null&&(o[y]=w)}for(const y in h)o[y]=h[y]}}}return o}const ov=e=>(t,n)=>{const r=M.useContext(ti),o=M.useContext(ei),i=()=>dI(e,t,r,o);return n?i():Xl(i)};function xc(e,t,n){var i;const{style:r}=e,o={};for(const a in r)(Ve(r[a])||t.style&&Ve(t.style[a])||Qm(a,e)||((i=n==null?void 0:n.getValue(a))==null?void 0:i.liveStyle)!==void 0)&&(o[a]=r[a]);return o}const pI=ov({scrapeMotionValuesFromProps:xc,createRenderState:bc});function iv(e,t,n){const r=xc(e,t,n);for(const o in e)if(Ve(e[o])||Ve(t[o])){const i=kn.indexOf(o)!==-1?"attr"+o.charAt(0).toUpperCase()+o.substring(1):o;r[i]=e[o]}return r}const hI=ov({scrapeMotionValuesFromProps:iv,createRenderState:nv}),gI=Symbol.for("motionComponentSymbol");function gn(e){return e&&typeof e=="object"&&Object.prototype.hasOwnProperty.call(e,"current")}function mI(e,t,n){return M.useCallback(r=>{r&&e.onMount&&e.onMount(r),t&&(r?t.mount(r):t.unmount()),n&&(typeof n=="function"?n(r):gn(n)&&(n.current=r))},[t])}const wc=e=>e.replace(/([a-z])([A-Z])/gu,"$1-$2").toLowerCase(),vI="framerAppearId",av="data-"+wc(vI),sv=M.createContext({});function bI(e,t,n,r,o){var h,m;const{visualElement:i}=M.useContext(ti),a=M.useContext(Um),s=M.useContext(ei),u=M.useContext(hc).reducedMotion,l=M.useRef(null);r=r||a.renderer,!l.current&&r&&(l.current=r(e,{visualState:t,parent:i,props:n,presenceContext:s,blockInitialAnimation:s?s.initial===!1:!1,reducedMotionConfig:u}));const c=l.current,d=M.useContext(sv);c&&!c.projection&&o&&(c.type==="html"||c.type==="svg")&&yI(l.current,n,o,d);const f=M.useRef(!1);M.useInsertionEffect(()=>{c&&f.current&&c.update(n,s)});const p=n[av],g=M.useRef(!!p&&!((h=window.MotionHandoffIsComplete)!=null&&h.call(window,p))&&((m=window.MotionHasOptimisedAnimation)==null?void 0:m.call(window,p)));return om(()=>{c&&(f.current=!0,window.MotionIsMounted=!0,c.updateFeatures(),c.scheduleRenderMicrotask(),g.current&&c.animationState&&c.animationState.animateChanges())}),M.useEffect(()=>{c&&(!g.current&&c.animationState&&c.animationState.animateChanges(),g.current&&(queueMicrotask(()=>{var b;(b=window.MotionHandoffMarkAsComplete)==null||b.call(window,p)}),g.current=!1),c.enteringChildren=void 0)}),c}function yI(e,t,n,r){const{layoutId:o,layout:i,drag:a,dragConstraints:s,layoutScroll:u,layoutRoot:l,layoutCrossfade:c}=t;e.projection=new n(e.latestValues,t["data-framer-portal-id"]?void 0:uv(e.parent)),e.projection.setOptions({layoutId:o,layout:i,alwaysMeasureLayout:!!a||s&&gn(s),visualElement:e,animationType:typeof i=="string"?i:"both",initialPromotionConfig:r,crossfade:c,layoutScroll:u,layoutRoot:l})}function uv(e){if(e)return e.options.allowProjection!==!1?e.projection:uv(e.parent)}function Fs(e,{forwardMotionProps:t=!1}={},n,r){n&&ZS(n);const o=yc(e)?hI:pI;function i(s,u){let l;const c={...M.useContext(hc),...s,layoutId:CI(s)},{isStatic:d}=c,f=JS(s),p=o(s,d);if(!d&&Zl){xI(c,n);const g=wI(c);l=g.MeasureLayout,f.visualElement=bI(e,p,c,r,g.ProjectionNode)}return v.jsxs(ti.Provider,{value:f,children:[l&&f.visualElement?v.jsx(l,{visualElement:f.visualElement,...c}):null,cI(e,s,mI(p,f.visualElement,u),p,d,t)]})}i.displayName=`motion.${typeof e=="string"?e:`create(${e.displayName??e.name??""})`}`;const a=M.forwardRef(i);return a[gI]=e,a}function CI({layoutId:e}){const t=M.useContext($l).id;return t&&e!==void 0?t+"-"+e:e}function xI(e,t){const n=M.useContext(Um).strict;if(process.env.NODE_ENV!=="production"&&t&&n){const r="You have rendered a `motion` component within a `LazyMotion` component. This will break tree shaking. Import and render a `m` component instead.";e.ignoreStrict?jn(!1,r,"lazy-strict-mode"):yt(!1,r,"lazy-strict-mode")}}function wI(e){const{drag:t,layout:n}=_n;if(!t&&!n)return{};const r={...t,...n};return{MeasureLayout:t!=null&&t.isEnabled(e)||n!=null&&n.isEnabled(e)?r.MeasureLayout:void 0,ProjectionNode:r.ProjectionNode}}function SI(e,t){if(typeof Proxy>"u")return Fs;const n=new Map,r=(i,a)=>Fs(i,a,e,t),o=(i,a)=>(process.env.NODE_ENV!=="production"&&Jl(!1,"motion() is deprecated. Use motion.create() instead."),r(i,a));return new Proxy(o,{get:(i,a)=>a==="create"?r:(n.has(a)||n.set(a,Fs(a,void 0,e,t)),n.get(a))})}function lv({top:e,left:t,right:n,bottom:r}){return{x:{min:t,max:n},y:{min:e,max:r}}}function II({x:e,y:t}){return{top:t.min,right:e.max,bottom:t.max,left:e.min}}function AI(e,t){if(!t)return e;const n=t({x:e.left,y:e.top}),r=t({x:e.right,y:e.bottom});return{top:n.y,left:n.x,bottom:r.y,right:r.x}}function Ns(e){return e===void 0||e===1}function Vu({scale:e,scaleX:t,scaleY:n}){return!Ns(e)||!Ns(t)||!Ns(n)}function Ht(e){return Vu(e)||cv(e)||e.z||e.rotate||e.rotateX||e.rotateY||e.skewX||e.skewY}function cv(e){return pp(e.x)||pp(e.y)}function pp(e){return e&&e!=="0%"}function _o(e,t,n){const r=e-n,o=t*r;return n+o}function hp(e,t,n,r,o){return o!==void 0&&(e=_o(e,o,r)),_o(e,n,r)+t}function Du(e,t=0,n=1,r,o){e.min=hp(e.min,t,n,r,o),e.max=hp(e.max,t,n,r,o)}function dv(e,{x:t,y:n}){Du(e.x,t.translate,t.scale,t.originPoint),Du(e.y,n.translate,n.scale,n.originPoint)}const gp=.999999999999,mp=1.0000000000001;function EI(e,t,n,r=!1){const o=n.length;if(!o)return;t.x=t.y=1;let i,a;for(let s=0;s<o;s++){i=n[s],a=i.projectionDelta;const{visualElement:u}=i.options;u&&u.props.style&&u.props.style.display==="contents"||(r&&i.options.layoutScroll&&i.scroll&&i!==i.root&&vn(e,{x:-i.scroll.offset.x,y:-i.scroll.offset.y}),a&&(t.x*=a.x.scale,t.y*=a.y.scale,dv(e,a)),r&&Ht(i.latestValues)&&vn(e,i.latestValues))}t.x<mp&&t.x>gp&&(t.x=1),t.y<mp&&t.y>gp&&(t.y=1)}function mn(e,t){e.min=e.min+t,e.max=e.max+t}function vp(e,t,n,r,o=.5){const i=Ce(e.min,e.max,o);Du(e,t,n,i,r)}function vn(e,t){vp(e.x,t.x,t.scaleX,t.scale,t.originX),vp(e.y,t.y,t.scaleY,t.scale,t.originY)}function fv(e,t){return lv(AI(e.getBoundingClientRect(),t))}function PI(e,t,n){const r=fv(e,n),{scroll:o}=t;return o&&(mn(r.x,o.offset.x),mn(r.y,o.offset.y)),r}const bp=()=>({translate:0,scale:1,origin:0,originPoint:0}),bn=()=>({x:bp(),y:bp()}),yp=()=>({min:0,max:0}),Ie=()=>({x:yp(),y:yp()}),Fu={current:null},pv={current:!1};function RI(){if(pv.current=!0,!!Zl)if(window.matchMedia){const e=window.matchMedia("(prefers-reduced-motion)"),t=()=>Fu.current=e.matches;e.addEventListener("change",t),t()}else Fu.current=!1}const TI=new WeakMap;function OI(e,t,n){for(const r in t){const o=t[r],i=n[r];if(Ve(o))e.addValue(r,o);else if(Ve(i))e.addValue(r,On(o,{owner:e}));else if(i!==o)if(e.hasValue(r)){const a=e.getValue(r);a.liveStyle===!0?a.jump(o):a.hasAnimated||a.set(o)}else{const a=e.getStaticValue(r);e.addValue(r,On(a!==void 0?a:o,{owner:e}))}}for(const r in n)t[r]===void 0&&e.removeValue(r);return t}const Cp=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"];class _I{scrapeMotionValuesFromProps(t,n,r){return{}}constructor({parent:t,props:n,presenceContext:r,reducedMotionConfig:o,blockInitialAnimation:i,visualState:a},s={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.KeyframeResolver=lc,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify("Update",this.latestValues),this.render=()=>{this.current&&(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.renderScheduledAt=0,this.scheduleRender=()=>{const f=Le.now();this.renderScheduledAt<f&&(this.renderScheduledAt=f,be.render(this.render,!1,!0))};const{latestValues:u,renderState:l}=a;this.latestValues=u,this.baseTarget={...u},this.initialValues=n.initial?{...u}:{},this.renderState=l,this.parent=t,this.props=n,this.presenceContext=r,this.depth=t?t.depth+1:0,this.reducedMotionConfig=o,this.options=s,this.blockInitialAnimation=!!i,this.isControllingVariants=ri(n),this.isVariantNode=Km(n),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=!!(t&&t.current);const{willChange:c,...d}=this.scrapeMotionValuesFromProps(n,{},this);for(const f in d){const p=d[f];u[f]!==void 0&&Ve(p)&&p.set(u[f])}}mount(t){var n;this.current=t,TI.set(t,this),this.projection&&!this.projection.instance&&this.projection.mount(t),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=this.parent.addVariantChild(this)),this.values.forEach((r,o)=>this.bindToMotionValue(o,r)),pv.current||RI(),this.shouldReduceMotion=this.reducedMotionConfig==="never"?!1:this.reducedMotionConfig==="always"?!0:Fu.current,process.env.NODE_ENV!=="production"&&Jl(this.shouldReduceMotion!==!0,"You have Reduced Motion enabled on your device. Animations may not appear as expected.","reduced-motion-disabled"),(n=this.parent)==null||n.addChild(this),this.update(this.props,this.presenceContext)}unmount(){var t;this.projection&&this.projection.unmount(),Mt(this.notifyUpdate),Mt(this.render),this.valueSubscriptions.forEach(n=>n()),this.valueSubscriptions.clear(),this.removeFromVariantTree&&this.removeFromVariantTree(),(t=this.parent)==null||t.removeChild(this);for(const n in this.events)this.events[n].clear();for(const n in this.features){const r=this.features[n];r&&(r.unmount(),r.isMounted=!1)}this.current=null}addChild(t){this.children.add(t),this.enteringChildren??(this.enteringChildren=new Set),this.enteringChildren.add(t)}removeChild(t){this.children.delete(t),this.enteringChildren&&this.enteringChildren.delete(t)}bindToMotionValue(t,n){this.valueSubscriptions.has(t)&&this.valueSubscriptions.get(t)();const r=Gn.has(t);r&&this.onBindTransform&&this.onBindTransform();const o=n.on("change",a=>{this.latestValues[t]=a,this.props.onUpdate&&be.preRender(this.notifyUpdate),r&&this.projection&&(this.projection.isTransformDirty=!0),this.scheduleRender()});let i;window.MotionCheckAppearSync&&(i=window.MotionCheckAppearSync(this,t,n)),this.valueSubscriptions.set(t,()=>{o(),i&&i(),n.owner&&n.stop()})}sortNodePosition(t){return!this.current||!this.sortInstanceNodePosition||this.type!==t.type?0:this.sortInstanceNodePosition(this.current,t.current)}updateFeatures(){let t="animation";for(t in _n){const n=_n[t];if(!n)continue;const{isEnabled:r,Feature:o}=n;if(!this.features[t]&&o&&r(this.props)&&(this.features[t]=new o(this)),this.features[t]){const i=this.features[t];i.isMounted?i.update():(i.mount(),i.isMounted=!0)}}}triggerBuild(){this.build(this.renderState,this.latestValues,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):Ie()}getStaticValue(t){return this.latestValues[t]}setStaticValue(t,n){this.latestValues[t]=n}update(t,n){(t.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=t,this.prevPresenceContext=this.presenceContext,this.presenceContext=n;for(let r=0;r<Cp.length;r++){const o=Cp[r];this.propEventSubscriptions[o]&&(this.propEventSubscriptions[o](),delete this.propEventSubscriptions[o]);const i="on"+o,a=t[i];a&&(this.propEventSubscriptions[o]=this.on(o,a))}this.prevMotionValues=OI(this,this.scrapeMotionValuesFromProps(t,this.prevProps,this),this.prevMotionValues),this.handleChildMotionValue&&this.handleChildMotionValue()}getProps(){return this.props}getVariant(t){return this.props.variants?this.props.variants[t]:void 0}getDefaultTransition(){return this.props.transition}getTransformPagePoint(){return this.props.transformPagePoint}getClosestVariantNode(){return this.isVariantNode?this:this.parent?this.parent.getClosestVariantNode():void 0}addVariantChild(t){const n=this.getClosestVariantNode();if(n)return n.variantChildren&&n.variantChildren.add(t),()=>n.variantChildren.delete(t)}addValue(t,n){const r=this.values.get(t);n!==r&&(r&&this.removeValue(t),this.bindToMotionValue(t,n),this.values.set(t,n),this.latestValues[t]=n.get())}removeValue(t){this.values.delete(t);const n=this.valueSubscriptions.get(t);n&&(n(),this.valueSubscriptions.delete(t)),delete this.latestValues[t],this.removeValueFromRenderState(t,this.renderState)}hasValue(t){return this.values.has(t)}getValue(t,n){if(this.props.values&&this.props.values[t])return this.props.values[t];let r=this.values.get(t);return r===void 0&&n!==void 0&&(r=On(n===null?void 0:n,{owner:this}),this.addValue(t,r)),r}readValue(t,n){let r=this.latestValues[t]!==void 0||!this.current?this.latestValues[t]:this.getBaseTargetFromProps(this.props,t)??this.readValueFromInstance(this.current,t,this.options);return r!=null&&(typeof r=="string"&&(im(r)||sm(r))?r=parseFloat(r):!jS(r)&&Vt.test(n)&&(r=Wm(t,n)),this.setBaseTarget(t,Ve(r)?r.get():r)),Ve(r)?r.get():r}setBaseTarget(t,n){this.baseTarget[t]=n}getBaseTarget(t){var i;const{initial:n}=this.props;let r;if(typeof n=="string"||typeof n=="object"){const a=Cc(this.props,n,(i=this.presenceContext)==null?void 0:i.custom);a&&(r=a[t])}if(n&&r!==void 0)return r;const o=this.getBaseTargetFromProps(this.props,t);return o!==void 0&&!Ve(o)?o:this.initialValues[t]!==void 0&&r===void 0?void 0:this.baseTarget[t]}on(t,n){return this.events[t]||(this.events[t]=new Ul),this.events[t].add(n)}notify(t,...n){this.events[t]&&this.events[t].notify(...n)}scheduleRenderMicrotask(){fc.render(this.render)}}class hv extends _I{constructor(){super(...arguments),this.KeyframeResolver=ES}sortInstanceNodePosition(t,n){return t.compareDocumentPosition(n)&2?1:-1}getBaseTargetFromProps(t,n){return t.style?t.style[n]:void 0}removeValueFromRenderState(t,{vars:n,style:r}){delete n[t],delete r[t]}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);const{children:t}=this.props;Ve(t)&&(this.childSubscription=t.on("change",n=>{this.current&&(this.current.textContent=`${n}`)}))}}function gv(e,{style:t,vars:n},r,o){const i=e.style;let a;for(a in t)i[a]=t[a];o==null||o.applyProjectionStyles(i,r);for(a in n)i.setProperty(a,n[a])}function MI(e){return window.getComputedStyle(e)}class VI extends hv{constructor(){super(...arguments),this.type="html",this.renderInstance=gv}readValueFromInstance(t,n){var r;if(Gn.has(n))return(r=this.projection)!=null&&r.isProjecting?Eu(n):$w(t,n);{const o=MI(t),i=(ec(n)?o.getPropertyValue(n):o[n])||0;return typeof i=="string"?i.trim():i}}measureInstanceViewportBox(t,{transformPagePoint:n}){return fv(t,n)}build(t,n,r){vc(t,n,r.transformTemplate)}scrapeMotionValuesFromProps(t,n,r){return xc(t,n,r)}}const mv=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues","viewBox","gradientTransform","pathLength","startOffset","textLength","lengthAdjust"]);function DI(e,t,n,r){gv(e,t,void 0,r);for(const o in t.attrs)e.setAttribute(mv.has(o)?o:wc(o),t.attrs[o])}class FI extends hv{constructor(){super(...arguments),this.type="svg",this.isSVGTag=!1,this.measureInstanceViewportBox=Ie}getBaseTargetFromProps(t,n){return t[n]}readValueFromInstance(t,n){if(Gn.has(n)){const r=Gm(n);return r&&r.default||0}return n=mv.has(n)?n:wc(n),t.getAttribute(n)}scrapeMotionValuesFromProps(t,n,r){return iv(t,n,r)}build(t,n,r){tv(t,n,this.isSVGTag,r.transformTemplate,r.style)}renderInstance(t,n,r,o){DI(t,n,r,o)}mount(t){this.isSVGTag=rv(t.tagName),super.mount(t)}}const NI=(e,t)=>yc(e)?new FI(t):new VI(t,{allowProjection:e!==M.Fragment});function Sn(e,t,n){const r=e.getProps();return Cc(r,t,n!==void 0?n:r.custom,e)}const Nu=e=>Array.isArray(e);function LI(e,t,n){e.hasValue(t)?e.getValue(t).set(n):e.addValue(t,On(n))}function jI(e){return Nu(e)?e[e.length-1]||0:e}function BI(e,t){const n=Sn(e,t);let{transitionEnd:r={},transition:o={},...i}=n||{};i={...i,...r};for(const a in i){const s=jI(i[a]);LI(e,a,s)}}function kI(e){return!!(Ve(e)&&e.add)}function Lu(e,t){const n=e.getValue("willChange");if(kI(n))return n.add(t);if(!n&&Ct.WillChange){const r=new Ct.WillChange("auto");e.addValue("willChange",r),r.add(t)}}function vv(e){return e.props[av]}const GI=e=>e!==null;function WI(e,{repeat:t,repeatType:n="loop"},r){const o=e.filter(GI),i=t&&n!=="loop"&&t%2===1?0:o.length-1;return o[i]}const HI={type:"spring",stiffness:500,damping:25,restSpeed:10},$I=e=>({type:"spring",stiffness:550,damping:e===0?2*Math.sqrt(550):30,restSpeed:10}),XI={type:"keyframes",duration:.8},ZI={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},zI=(e,{keyframes:t})=>t.length>2?XI:Gn.has(e)?e.startsWith("scale")?$I(t[1]):HI:ZI;function YI({when:e,delay:t,delayChildren:n,staggerChildren:r,staggerDirection:o,repeat:i,repeatType:a,repeatDelay:s,from:u,elapsed:l,...c}){return!!Object.keys(c).length}const Sc=(e,t,n,r={},o,i)=>a=>{const s=cc(r,e)||{},u=s.delay||r.delay||0;let{elapsed:l=0}=r;l=l-Ue(u);const c={keyframes:Array.isArray(n)?n:[null,n],ease:"easeOut",velocity:t.getVelocity(),...s,delay:-l,onUpdate:f=>{t.set(f),s.onUpdate&&s.onUpdate(f)},onComplete:()=>{a(),s.onComplete&&s.onComplete()},name:e,motionValue:t,element:i?void 0:o};YI(s)||Object.assign(c,zI(e,c)),c.duration&&(c.duration=Ue(c.duration)),c.repeatDelay&&(c.repeatDelay=Ue(c.repeatDelay)),c.from!==void 0&&(c.keyframes[0]=c.from);let d=!1;if((c.type===!1||c.duration===0&&!c.repeatDelay)&&(_u(c),c.delay===0&&(d=!0)),(Ct.instantAnimations||Ct.skipAnimations)&&(d=!0,_u(c),c.delay=0),c.allowFlatten=!s.type&&!s.ease,d&&!i&&t.get()!==void 0){const f=WI(c.keyframes,s);if(f!==void 0){be.update(()=>{c.onUpdate(f),c.onComplete()});return}}return s.isSync?new uc(c):new pS(c)};function qI({protectedKeys:e,needsAnimating:t},n){const r=e.hasOwnProperty(n)&&t[n]!==!0;return t[n]=!1,r}function bv(e,t,{delay:n=0,transitionOverride:r,type:o}={}){let{transition:i=e.getDefaultTransition(),transitionEnd:a,...s}=t;r&&(i=r);const u=[],l=o&&e.animationState&&e.animationState.getState()[o];for(const c in s){const d=e.getValue(c,e.latestValues[c]??null),f=s[c];if(f===void 0||l&&qI(l,c))continue;const p={delay:n,...cc(i||{},c)},g=d.get();if(g!==void 0&&!d.isAnimating&&!Array.isArray(f)&&f===g&&!p.velocity)continue;let h=!1;if(window.MotionHandoffAnimation){const b=vv(e);if(b){const y=window.MotionHandoffAnimation(b,c,be);y!==null&&(p.startTime=y,h=!0)}}Lu(e,c),d.start(Sc(c,d,f,e.shouldReduceMotion&&jm.has(c)?{type:!1}:p,e,h));const m=d.animation;m&&u.push(m)}return a&&Promise.all(u).then(()=>{be.update(()=>{a&&BI(e,a)})}),u}function yv(e,t,n,r=0,o=1){const i=Array.from(e).sort((l,c)=>l.sortNodePosition(c)).indexOf(t),a=e.size,s=(a-1)*r;return typeof n=="function"?n(i,a):o===1?i*r:s-i*r}function ju(e,t,n={}){var u;const r=Sn(e,t,n.type==="exit"?(u=e.presenceContext)==null?void 0:u.custom:void 0);let{transition:o=e.getDefaultTransition()||{}}=r||{};n.transitionOverride&&(o=n.transitionOverride);const i=r?()=>Promise.all(bv(e,r,n)):()=>Promise.resolve(),a=e.variantChildren&&e.variantChildren.size?(l=0)=>{const{delayChildren:c=0,staggerChildren:d,staggerDirection:f}=o;return UI(e,t,l,c,d,f,n)}:()=>Promise.resolve(),{when:s}=o;if(s){const[l,c]=s==="beforeChildren"?[i,a]:[a,i];return l().then(()=>c())}else return Promise.all([i(),a(n.delay)])}function UI(e,t,n=0,r=0,o=0,i=1,a){const s=[];for(const u of e.variantChildren)u.notify("AnimationStart",t),s.push(ju(u,t,{...a,delay:n+(typeof r=="function"?0:r)+yv(e.variantChildren,u,r,o,i)}).then(()=>u.notify("AnimationComplete",t)));return Promise.all(s)}function JI(e,t,n={}){e.notify("AnimationStart",t);let r;if(Array.isArray(t)){const o=t.map(i=>ju(e,i,n));r=Promise.all(o)}else if(typeof t=="string")r=ju(e,t,n);else{const o=typeof t=="function"?Sn(e,t,n.custom):t;r=Promise.all(bv(e,o,n))}return r.then(()=>{e.notify("AnimationComplete",t)})}function Cv(e,t){if(!Array.isArray(t))return!1;const n=t.length;if(n!==e.length)return!1;for(let r=0;r<n;r++)if(t[r]!==e[r])return!1;return!0}const KI=mc.length;function xv(e){if(!e)return;if(!e.isControllingVariants){const n=e.parent?xv(e.parent)||{}:{};return e.props.initial!==void 0&&(n.initial=e.props.initial),n}const t={};for(let n=0;n<KI;n++){const r=mc[n],o=e.props[r];(dr(o)||o===!1)&&(t[r]=o)}return t}const QI=[...gc].reverse(),eA=gc.length;function tA(e){return t=>Promise.all(t.map(({animation:n,options:r})=>JI(e,n,r)))}function nA(e){let t=tA(e),n=xp(),r=!0;const o=u=>(l,c)=>{var f;const d=Sn(e,c,u==="exit"?(f=e.presenceContext)==null?void 0:f.custom:void 0);if(d){const{transition:p,transitionEnd:g,...h}=d;l={...l,...h,...g}}return l};function i(u){t=u(e)}function a(u){const{props:l}=e,c=xv(e.parent)||{},d=[],f=new Set;let p={},g=1/0;for(let m=0;m<eA;m++){const b=QI[m],y=n[b],w=l[b]!==void 0?l[b]:c[b],I=dr(w),S=b===u?y.isActive:null;S===!1&&(g=m);let A=w===c[b]&&w!==l[b]&&I;if(A&&r&&e.manuallyAnimateOnMount&&(A=!1),y.protectedKeys={...p},!y.isActive&&S===null||!w&&!y.prevProp||ni(w)||typeof w=="boolean")continue;const x=rA(y.prevProp,w);let E=x||b===u&&y.isActive&&!A&&I||m>g&&I,O=!1;const D=Array.isArray(w)?w:[w];let B=D.reduce(o(b),{});S===!1&&(B={});const{prevResolvedValues:L={}}=y,P={...L,...B},R=j=>{E=!0,f.has(j)&&(O=!0,f.delete(j)),y.needsAnimating[j]=!0;const F=e.getValue(j);F&&(F.liveStyle=!1)};for(const j in P){const F=B[j],k=L[j];if(p.hasOwnProperty(j))continue;let T=!1;Nu(F)&&Nu(k)?T=!Cv(F,k):T=F!==k,T?F!=null?R(j):f.add(j):F!==void 0&&f.has(j)?R(j):y.protectedKeys[j]=!0}y.prevProp=w,y.prevResolvedValues=B,y.isActive&&(p={...p,...B}),r&&e.blockInitialAnimation&&(E=!1);const _=A&&x;E&&(!_||O)&&d.push(...D.map(j=>{const F={type:b};if(typeof j=="string"&&r&&!_&&e.manuallyAnimateOnMount&&e.parent){const{parent:k}=e,T=Sn(k,j);if(k.enteringChildren&&T){const{delayChildren:N}=T.transition||{};F.delay=yv(k.enteringChildren,e,N)}}return{animation:j,options:F}}))}if(f.size){const m={};if(typeof l.initial!="boolean"){const b=Sn(e,Array.isArray(l.initial)?l.initial[0]:l.initial);b&&b.transition&&(m.transition=b.transition)}f.forEach(b=>{const y=e.getBaseTarget(b),w=e.getValue(b);w&&(w.liveStyle=!0),m[b]=y??null}),d.push({animation:m})}let h=!!d.length;return r&&(l.initial===!1||l.initial===l.animate)&&!e.manuallyAnimateOnMount&&(h=!1),r=!1,h?t(d):Promise.resolve()}function s(u,l){var d;if(n[u].isActive===l)return Promise.resolve();(d=e.variantChildren)==null||d.forEach(f=>{var p;return(p=f.animationState)==null?void 0:p.setActive(u,l)}),n[u].isActive=l;const c=a(u);for(const f in n)n[f].protectedKeys={};return c}return{animateChanges:a,setActive:s,setAnimateFunction:i,getState:()=>n,reset:()=>{n=xp(),r=!0}}}function rA(e,t){return typeof t=="string"?t!==e:Array.isArray(t)?!Cv(t,e):!1}function Bt(e=!1){return{isActive:e,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}function xp(){return{animate:Bt(!0),whileInView:Bt(),whileHover:Bt(),whileTap:Bt(),whileDrag:Bt(),whileFocus:Bt(),exit:Bt()}}class Nt{constructor(t){this.isMounted=!1,this.node=t}update(){}}class oA extends Nt{constructor(t){super(t),t.animationState||(t.animationState=nA(t))}updateAnimationControlsSubscription(){const{animate:t}=this.node.getProps();ni(t)&&(this.unmountControls=t.subscribe(this.node))}mount(){this.updateAnimationControlsSubscription()}update(){const{animate:t}=this.node.getProps(),{animate:n}=this.node.prevProps||{};t!==n&&this.updateAnimationControlsSubscription()}unmount(){var t;this.node.animationState.reset(),(t=this.unmountControls)==null||t.call(this)}}let iA=0;class aA extends Nt{constructor(){super(...arguments),this.id=iA++}update(){if(!this.node.presenceContext)return;const{isPresent:t,onExitComplete:n}=this.node.presenceContext,{isPresent:r}=this.node.prevPresenceContext||{};if(!this.node.animationState||t===r)return;const o=this.node.animationState.setActive("exit",!t);n&&!t&&o.then(()=>{n(this.id)})}mount(){const{register:t,onExitComplete:n}=this.node.presenceContext||{};n&&n(this.id),t&&(this.unmount=t(this.id))}unmount(){}}const sA={animation:{Feature:oA},exit:{Feature:aA}};function pr(e,t,n,r={passive:!0}){return e.addEventListener(t,n,r),()=>e.removeEventListener(t,n)}function Rr(e){return{point:{x:e.pageX,y:e.pageY}}}const uA=e=>t=>pc(t)&&e(t,Rr(t));function tr(e,t,n,r){return pr(e,t,uA(n),r)}const wv=1e-4,lA=1-wv,cA=1+wv,Sv=.01,dA=0-Sv,fA=0+Sv;function Fe(e){return e.max-e.min}function pA(e,t,n){return Math.abs(e-t)<=n}function wp(e,t,n,r=.5){e.origin=r,e.originPoint=Ce(t.min,t.max,e.origin),e.scale=Fe(n)/Fe(t),e.translate=Ce(n.min,n.max,e.origin)-e.originPoint,(e.scale>=lA&&e.scale<=cA||isNaN(e.scale))&&(e.scale=1),(e.translate>=dA&&e.translate<=fA||isNaN(e.translate))&&(e.translate=0)}function nr(e,t,n,r){wp(e.x,t.x,n.x,r?r.originX:void 0),wp(e.y,t.y,n.y,r?r.originY:void 0)}function Sp(e,t,n){e.min=n.min+t.min,e.max=e.min+Fe(t)}function hA(e,t,n){Sp(e.x,t.x,n.x),Sp(e.y,t.y,n.y)}function Ip(e,t,n){e.min=t.min-n.min,e.max=e.min+Fe(t)}function rr(e,t,n){Ip(e.x,t.x,n.x),Ip(e.y,t.y,n.y)}function $e(e){return[e("x"),e("y")]}const Iv=({current:e})=>e?e.ownerDocument.defaultView:null,Ap=(e,t)=>Math.abs(e-t);function gA(e,t){const n=Ap(e.x,t.x),r=Ap(e.y,t.y);return Math.sqrt(n**2+r**2)}class Av{constructor(t,n,{transformPagePoint:r,contextWindow:o=window,dragSnapToOrigin:i=!1,distanceThreshold:a=3}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.contextWindow=window,this.updatePoint=()=>{if(!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const f=js(this.lastMoveEventInfo,this.history),p=this.startEvent!==null,g=gA(f.offset,{x:0,y:0})>=this.distanceThreshold;if(!p&&!g)return;const{point:h}=f,{timestamp:m}=Te;this.history.push({...h,timestamp:m});const{onStart:b,onMove:y}=this.handlers;p||(b&&b(this.lastMoveEvent,f),this.startEvent=this.lastMoveEvent),y&&y(this.lastMoveEvent,f)},this.handlePointerMove=(f,p)=>{this.lastMoveEvent=f,this.lastMoveEventInfo=Ls(p,this.transformPagePoint),be.update(this.updatePoint,!0)},this.handlePointerUp=(f,p)=>{this.end();const{onEnd:g,onSessionEnd:h,resumeAnimation:m}=this.handlers;if(this.dragSnapToOrigin&&m&&m(),!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const b=js(f.type==="pointercancel"?this.lastMoveEventInfo:Ls(p,this.transformPagePoint),this.history);this.startEvent&&g&&g(f,b),h&&h(f,b)},!pc(t))return;this.dragSnapToOrigin=i,this.handlers=n,this.transformPagePoint=r,this.distanceThreshold=a,this.contextWindow=o||window;const s=Rr(t),u=Ls(s,this.transformPagePoint),{point:l}=u,{timestamp:c}=Te;this.history=[{...l,timestamp:c}];const{onSessionStart:d}=n;d&&d(t,js(u,this.history)),this.removeListeners=Ar(tr(this.contextWindow,"pointermove",this.handlePointerMove),tr(this.contextWindow,"pointerup",this.handlePointerUp),tr(this.contextWindow,"pointercancel",this.handlePointerUp))}updateHandlers(t){this.handlers=t}end(){this.removeListeners&&this.removeListeners(),Mt(this.updatePoint)}}function Ls(e,t){return t?{point:t(e.point)}:e}function Ep(e,t){return{x:e.x-t.x,y:e.y-t.y}}function js({point:e},t){return{point:e,delta:Ep(e,Ev(t)),offset:Ep(e,mA(t)),velocity:vA(t,.1)}}function mA(e){return e[0]}function Ev(e){return e[e.length-1]}function vA(e,t){if(e.length<2)return{x:0,y:0};let n=e.length-1,r=null;const o=Ev(e);for(;n>=0&&(r=e[n],!(o.timestamp-r.timestamp>Ue(t)));)n--;if(!r)return{x:0,y:0};const i=Xe(o.timestamp-r.timestamp);if(i===0)return{x:0,y:0};const a={x:(o.x-r.x)/i,y:(o.y-r.y)/i};return a.x===1/0&&(a.x=0),a.y===1/0&&(a.y=0),a}function bA(e,{min:t,max:n},r){return t!==void 0&&e<t?e=r?Ce(t,e,r.min):Math.max(e,t):n!==void 0&&e>n&&(e=r?Ce(n,e,r.max):Math.min(e,n)),e}function Pp(e,t,n){return{min:t!==void 0?e.min+t:void 0,max:n!==void 0?e.max+n-(e.max-e.min):void 0}}function yA(e,{top:t,left:n,bottom:r,right:o}){return{x:Pp(e.x,n,o),y:Pp(e.y,t,r)}}function Rp(e,t){let n=t.min-e.min,r=t.max-e.max;return t.max-t.min<e.max-e.min&&([n,r]=[r,n]),{min:n,max:r}}function CA(e,t){return{x:Rp(e.x,t.x),y:Rp(e.y,t.y)}}function xA(e,t){let n=.5;const r=Fe(e),o=Fe(t);return o>r?n=ur(t.min,t.max-r,e.min):r>o&&(n=ur(e.min,e.max-o,t.min)),bt(0,1,n)}function wA(e,t){const n={};return t.min!==void 0&&(n.min=t.min-e.min),t.max!==void 0&&(n.max=t.max-e.min),n}const Bu=.35;function SA(e=Bu){return e===!1?e=0:e===!0&&(e=Bu),{x:Tp(e,"left","right"),y:Tp(e,"top","bottom")}}function Tp(e,t,n){return{min:Op(e,t),max:Op(e,n)}}function Op(e,t){return typeof e=="number"?e:e[t]||0}const IA=new WeakMap;class AA{constructor(t){this.openDragLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic=Ie(),this.latestPointerEvent=null,this.latestPanInfo=null,this.visualElement=t}start(t,{snapToCursor:n=!1,distanceThreshold:r}={}){const{presenceContext:o}=this.visualElement;if(o&&o.isPresent===!1)return;const i=d=>{const{dragSnapToOrigin:f}=this.getProps();f?this.pauseAnimation():this.stopAnimation(),n&&this.snapToCursor(Rr(d).point)},a=(d,f)=>{const{drag:p,dragPropagation:g,onDragStart:h}=this.getProps();if(p&&!g&&(this.openDragLock&&this.openDragLock(),this.openDragLock=OS(p),!this.openDragLock))return;this.latestPointerEvent=d,this.latestPanInfo=f,this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),$e(b=>{let y=this.getAxisMotionValue(b).get()||0;if(at.test(y)){const{projection:w}=this.visualElement;if(w&&w.layout){const I=w.layout.layoutBox[b];I&&(y=Fe(I)*(parseFloat(y)/100))}}this.originPoint[b]=y}),h&&be.postRender(()=>h(d,f)),Lu(this.visualElement,"transform");const{animationState:m}=this.visualElement;m&&m.setActive("whileDrag",!0)},s=(d,f)=>{this.latestPointerEvent=d,this.latestPanInfo=f;const{dragPropagation:p,dragDirectionLock:g,onDirectionLock:h,onDrag:m}=this.getProps();if(!p&&!this.openDragLock)return;const{offset:b}=f;if(g&&this.currentDirection===null){this.currentDirection=EA(b),this.currentDirection!==null&&h&&h(this.currentDirection);return}this.updateAxis("x",f.point,b),this.updateAxis("y",f.point,b),this.visualElement.render(),m&&m(d,f)},u=(d,f)=>{this.latestPointerEvent=d,this.latestPanInfo=f,this.stop(d,f),this.latestPointerEvent=null,this.latestPanInfo=null},l=()=>$e(d=>{var f;return this.getAnimationState(d)==="paused"&&((f=this.getAxisMotionValue(d).animation)==null?void 0:f.play())}),{dragSnapToOrigin:c}=this.getProps();this.panSession=new Av(t,{onSessionStart:i,onStart:a,onMove:s,onSessionEnd:u,resumeAnimation:l},{transformPagePoint:this.visualElement.getTransformPagePoint(),dragSnapToOrigin:c,distanceThreshold:r,contextWindow:Iv(this.visualElement)})}stop(t,n){const r=t||this.latestPointerEvent,o=n||this.latestPanInfo,i=this.isDragging;if(this.cancel(),!i||!o||!r)return;const{velocity:a}=o;this.startAnimation(a);const{onDragEnd:s}=this.getProps();s&&be.postRender(()=>s(r,o))}cancel(){this.isDragging=!1;const{projection:t,animationState:n}=this.visualElement;t&&(t.isAnimationBlocked=!1),this.panSession&&this.panSession.end(),this.panSession=void 0;const{dragPropagation:r}=this.getProps();!r&&this.openDragLock&&(this.openDragLock(),this.openDragLock=null),n&&n.setActive("whileDrag",!1)}updateAxis(t,n,r){const{drag:o}=this.getProps();if(!r||!Xr(t,o,this.currentDirection))return;const i=this.getAxisMotionValue(t);let a=this.originPoint[t]+r[t];this.constraints&&this.constraints[t]&&(a=bA(a,this.constraints[t],this.elastic[t])),i.set(a)}resolveConstraints(){var i;const{dragConstraints:t,dragElastic:n}=this.getProps(),r=this.visualElement.projection&&!this.visualElement.projection.layout?this.visualElement.projection.measure(!1):(i=this.visualElement.projection)==null?void 0:i.layout,o=this.constraints;t&&gn(t)?this.constraints||(this.constraints=this.resolveRefConstraints()):t&&r?this.constraints=yA(r.layoutBox,t):this.constraints=!1,this.elastic=SA(n),o!==this.constraints&&r&&this.constraints&&!this.hasMutatedConstraints&&$e(a=>{this.constraints!==!1&&this.getAxisMotionValue(a)&&(this.constraints[a]=wA(r.layoutBox[a],this.constraints[a]))})}resolveRefConstraints(){const{dragConstraints:t,onMeasureDragConstraints:n}=this.getProps();if(!t||!gn(t))return!1;const r=t.current;yt(r!==null,"If `dragConstraints` is set as a React ref, that ref must be passed to another component's `ref` prop.","drag-constraints-ref");const{projection:o}=this.visualElement;if(!o||!o.layout)return!1;const i=PI(r,o.root,this.visualElement.getTransformPagePoint());let a=CA(o.layout.layoutBox,i);if(n){const s=n(II(a));this.hasMutatedConstraints=!!s,s&&(a=lv(s))}return a}startAnimation(t){const{drag:n,dragMomentum:r,dragElastic:o,dragTransition:i,dragSnapToOrigin:a,onDragTransitionEnd:s}=this.getProps(),u=this.constraints||{},l=$e(c=>{if(!Xr(c,n,this.currentDirection))return;let d=u&&u[c]||{};a&&(d={min:0,max:0});const f=o?200:1e6,p=o?40:1e7,g={type:"inertia",velocity:r?t[c]:0,bounceStiffness:f,bounceDamping:p,timeConstant:750,restDelta:1,restSpeed:10,...i,...d};return this.startAxisValueAnimation(c,g)});return Promise.all(l).then(s)}startAxisValueAnimation(t,n){const r=this.getAxisMotionValue(t);return Lu(this.visualElement,t),r.start(Sc(t,r,0,n,this.visualElement,!1))}stopAnimation(){$e(t=>this.getAxisMotionValue(t).stop())}pauseAnimation(){$e(t=>{var n;return(n=this.getAxisMotionValue(t).animation)==null?void 0:n.pause()})}getAnimationState(t){var n;return(n=this.getAxisMotionValue(t).animation)==null?void 0:n.state}getAxisMotionValue(t){const n=`_drag${t.toUpperCase()}`,r=this.visualElement.getProps(),o=r[n];return o||this.visualElement.getValue(t,(r.initial?r.initial[t]:void 0)||0)}snapToCursor(t){$e(n=>{const{drag:r}=this.getProps();if(!Xr(n,r,this.currentDirection))return;const{projection:o}=this.visualElement,i=this.getAxisMotionValue(n);if(o&&o.layout){const{min:a,max:s}=o.layout.layoutBox[n];i.set(t[n]-Ce(a,s,.5))}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;const{drag:t,dragConstraints:n}=this.getProps(),{projection:r}=this.visualElement;if(!gn(n)||!r||!this.constraints)return;this.stopAnimation();const o={x:0,y:0};$e(a=>{const s=this.getAxisMotionValue(a);if(s&&this.constraints!==!1){const u=s.get();o[a]=xA({min:u,max:u},this.constraints[a])}});const{transformTemplate:i}=this.visualElement.getProps();this.visualElement.current.style.transform=i?i({},""):"none",r.root&&r.root.updateScroll(),r.updateLayout(),this.resolveConstraints(),$e(a=>{if(!Xr(a,t,null))return;const s=this.getAxisMotionValue(a),{min:u,max:l}=this.constraints[a];s.set(Ce(u,l,o[a]))})}addListeners(){if(!this.visualElement.current)return;IA.set(this.visualElement,this);const t=this.visualElement.current,n=tr(t,"pointerdown",u=>{const{drag:l,dragListener:c=!0}=this.getProps();l&&c&&this.start(u)}),r=()=>{const{dragConstraints:u}=this.getProps();gn(u)&&u.current&&(this.constraints=this.resolveRefConstraints())},{projection:o}=this.visualElement,i=o.addEventListener("measure",r);o&&!o.layout&&(o.root&&o.root.updateScroll(),o.updateLayout()),be.read(r);const a=pr(window,"resize",()=>this.scalePositionWithinConstraints()),s=o.addEventListener("didUpdate",({delta:u,hasLayoutChanged:l})=>{this.isDragging&&l&&($e(c=>{const d=this.getAxisMotionValue(c);d&&(this.originPoint[c]+=u[c].translate,d.set(d.get()+u[c].translate))}),this.visualElement.render())});return()=>{a(),n(),i(),s&&s()}}getProps(){const t=this.visualElement.getProps(),{drag:n=!1,dragDirectionLock:r=!1,dragPropagation:o=!1,dragConstraints:i=!1,dragElastic:a=Bu,dragMomentum:s=!0}=t;return{...t,drag:n,dragDirectionLock:r,dragPropagation:o,dragConstraints:i,dragElastic:a,dragMomentum:s}}}function Xr(e,t,n){return(t===!0||t===e)&&(n===null||n===e)}function EA(e,t=10){let n=null;return Math.abs(e.y)>t?n="y":Math.abs(e.x)>t&&(n="x"),n}class PA extends Nt{constructor(t){super(t),this.removeGroupControls=ze,this.removeListeners=ze,this.controls=new AA(t)}mount(){const{dragControls:t}=this.node.getProps();t&&(this.removeGroupControls=t.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||ze}unmount(){this.removeGroupControls(),this.removeListeners()}}const _p=e=>(t,n)=>{e&&be.postRender(()=>e(t,n))};class RA extends Nt{constructor(){super(...arguments),this.removePointerDownListener=ze}onPointerDown(t){this.session=new Av(t,this.createPanHandlers(),{transformPagePoint:this.node.getTransformPagePoint(),contextWindow:Iv(this.node)})}createPanHandlers(){const{onPanSessionStart:t,onPanStart:n,onPan:r,onPanEnd:o}=this.node.getProps();return{onSessionStart:_p(t),onStart:_p(n),onMove:r,onEnd:(i,a)=>{delete this.session,o&&be.postRender(()=>o(i,a))}}}mount(){this.removePointerDownListener=tr(this.node.current,"pointerdown",t=>this.onPointerDown(t))}update(){this.session&&this.session.updateHandlers(this.createPanHandlers())}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}}const so={hasAnimatedSinceResize:!0,hasEverUpdated:!1};function Mp(e,t){return t.max===t.min?0:e/(t.max-t.min)*100}const Xn={correct:(e,t)=>{if(!t.target)return e;if(typeof e=="string")if(te.test(e))e=parseFloat(e);else return e;const n=Mp(e,t.target.x),r=Mp(e,t.target.y);return`${n}% ${r}%`}},TA={correct:(e,{treeScale:t,projectionDelta:n})=>{const r=e,o=Vt.parse(e);if(o.length>5)return r;const i=Vt.createTransformer(e),a=typeof o[0]!="number"?1:0,s=n.x.scale*t.x,u=n.y.scale*t.y;o[0+a]/=s,o[1+a]/=u;const l=Ce(s,u,.5);return typeof o[2+a]=="number"&&(o[2+a]/=l),typeof o[3+a]=="number"&&(o[3+a]/=l),i(o)}};let Bs=!1;class OA extends M.Component{componentDidMount(){const{visualElement:t,layoutGroup:n,switchLayoutGroup:r,layoutId:o}=this.props,{projection:i}=t;KS(_A),i&&(n.group&&n.group.add(i),r&&r.register&&o&&r.register(i),Bs&&i.root.didUpdate(),i.addEventListener("animationComplete",()=>{this.safeToRemove()}),i.setOptions({...i.options,onExitComplete:()=>this.safeToRemove()})),so.hasEverUpdated=!0}getSnapshotBeforeUpdate(t){const{layoutDependency:n,visualElement:r,drag:o,isPresent:i}=this.props,{projection:a}=r;return a&&(a.isPresent=i,Bs=!0,o||t.layoutDependency!==n||n===void 0||t.isPresent!==i?a.willUpdate():this.safeToRemove(),t.isPresent!==i&&(i?a.promote():a.relegate()||be.postRender(()=>{const s=a.getStack();(!s||!s.members.length)&&this.safeToRemove()}))),null}componentDidUpdate(){const{projection:t}=this.props.visualElement;t&&(t.root.didUpdate(),fc.postRender(()=>{!t.currentAnimation&&t.isLead()&&this.safeToRemove()}))}componentWillUnmount(){const{visualElement:t,layoutGroup:n,switchLayoutGroup:r}=this.props,{projection:o}=t;Bs=!0,o&&(o.scheduleCheckAfterUnmount(),n&&n.group&&n.group.remove(o),r&&r.deregister&&r.deregister(o))}safeToRemove(){const{safeToRemove:t}=this.props;t&&t()}render(){return null}}function Pv(e){const[t,n]=qm(),r=M.useContext($l);return v.jsx(OA,{...e,layoutGroup:r,switchLayoutGroup:M.useContext(sv),isPresent:t,safeToRemove:n})}const _A={borderRadius:{...Xn,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:Xn,borderTopRightRadius:Xn,borderBottomLeftRadius:Xn,borderBottomRightRadius:Xn,boxShadow:TA};function MA(e,t,n){const r=Ve(e)?e:On(e);return r.start(Sc("",r,t,n)),r.animation}const VA=(e,t)=>e.depth-t.depth;class DA{constructor(){this.children=[],this.isDirty=!1}add(t){zl(this.children,t),this.isDirty=!0}remove(t){Yl(this.children,t),this.isDirty=!0}forEach(t){this.isDirty&&this.children.sort(VA),this.isDirty=!1,this.children.forEach(t)}}function FA(e,t){const n=Le.now(),r=({timestamp:o})=>{const i=o-n;i>=t&&(Mt(r),e(i-t))};return be.setup(r,!0),()=>Mt(r)}const Rv=["TopLeft","TopRight","BottomLeft","BottomRight"],NA=Rv.length,Vp=e=>typeof e=="string"?parseFloat(e):e,Dp=e=>typeof e=="number"||te.test(e);function LA(e,t,n,r,o,i){o?(e.opacity=Ce(0,n.opacity??1,jA(r)),e.opacityExit=Ce(t.opacity??1,0,BA(r))):i&&(e.opacity=Ce(t.opacity??1,n.opacity??1,r));for(let a=0;a<NA;a++){const s=`border${Rv[a]}Radius`;let u=Fp(t,s),l=Fp(n,s);if(u===void 0&&l===void 0)continue;u||(u=0),l||(l=0),u===0||l===0||Dp(u)===Dp(l)?(e[s]=Math.max(Ce(Vp(u),Vp(l),r),0),(at.test(l)||at.test(u))&&(e[s]+="%")):e[s]=l}(t.rotate||n.rotate)&&(e.rotate=Ce(t.rotate||0,n.rotate||0,r))}function Fp(e,t){return e[t]!==void 0?e[t]:e.borderRadius}const jA=Tv(0,.5,gm),BA=Tv(.5,.95,ze);function Tv(e,t,n){return r=>r<e?0:r>t?1:n(ur(e,t,r))}function Np(e,t){e.min=t.min,e.max=t.max}function He(e,t){Np(e.x,t.x),Np(e.y,t.y)}function Lp(e,t){e.translate=t.translate,e.scale=t.scale,e.originPoint=t.originPoint,e.origin=t.origin}function jp(e,t,n,r,o){return e-=t,e=_o(e,1/n,r),o!==void 0&&(e=_o(e,1/o,r)),e}function kA(e,t=0,n=1,r=.5,o,i=e,a=e){if(at.test(t)&&(t=parseFloat(t),t=Ce(a.min,a.max,t/100)-a.min),typeof t!="number")return;let s=Ce(i.min,i.max,r);e===i&&(s-=t),e.min=jp(e.min,t,n,s,o),e.max=jp(e.max,t,n,s,o)}function Bp(e,t,[n,r,o],i,a){kA(e,t[n],t[r],t[o],t.scale,i,a)}const GA=["x","scaleX","originX"],WA=["y","scaleY","originY"];function kp(e,t,n,r){Bp(e.x,t,GA,n?n.x:void 0,r?r.x:void 0),Bp(e.y,t,WA,n?n.y:void 0,r?r.y:void 0)}function Gp(e){return e.translate===0&&e.scale===1}function Ov(e){return Gp(e.x)&&Gp(e.y)}function Wp(e,t){return e.min===t.min&&e.max===t.max}function HA(e,t){return Wp(e.x,t.x)&&Wp(e.y,t.y)}function Hp(e,t){return Math.round(e.min)===Math.round(t.min)&&Math.round(e.max)===Math.round(t.max)}function _v(e,t){return Hp(e.x,t.x)&&Hp(e.y,t.y)}function $p(e){return Fe(e.x)/Fe(e.y)}function Xp(e,t){return e.translate===t.translate&&e.scale===t.scale&&e.originPoint===t.originPoint}class $A{constructor(){this.members=[]}add(t){zl(this.members,t),t.scheduleRender()}remove(t){if(Yl(this.members,t),t===this.prevLead&&(this.prevLead=void 0),t===this.lead){const n=this.members[this.members.length-1];n&&this.promote(n)}}relegate(t){const n=this.members.findIndex(o=>t===o);if(n===0)return!1;let r;for(let o=n;o>=0;o--){const i=this.members[o];if(i.isPresent!==!1){r=i;break}}return r?(this.promote(r),!0):!1}promote(t,n){const r=this.lead;if(t!==r&&(this.prevLead=r,this.lead=t,t.show(),r)){r.instance&&r.scheduleRender(),t.scheduleRender(),t.resumeFrom=r,n&&(t.resumeFrom.preserveOpacity=!0),r.snapshot&&(t.snapshot=r.snapshot,t.snapshot.latestValues=r.animationValues||r.latestValues),t.root&&t.root.isUpdating&&(t.isLayoutDirty=!0);const{crossfade:o}=t.options;o===!1&&r.hide()}}exitAnimationComplete(){this.members.forEach(t=>{const{options:n,resumingFrom:r}=t;n.onExitComplete&&n.onExitComplete(),r&&r.options.onExitComplete&&r.options.onExitComplete()})}scheduleRender(){this.members.forEach(t=>{t.instance&&t.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}}function XA(e,t,n){let r="";const o=e.x.translate/t.x,i=e.y.translate/t.y,a=(n==null?void 0:n.z)||0;if((o||i||a)&&(r=`translate3d(${o}px, ${i}px, ${a}px) `),(t.x!==1||t.y!==1)&&(r+=`scale(${1/t.x}, ${1/t.y}) `),n){const{transformPerspective:l,rotate:c,rotateX:d,rotateY:f,skewX:p,skewY:g}=n;l&&(r=`perspective(${l}px) ${r}`),c&&(r+=`rotate(${c}deg) `),d&&(r+=`rotateX(${d}deg) `),f&&(r+=`rotateY(${f}deg) `),p&&(r+=`skewX(${p}deg) `),g&&(r+=`skewY(${g}deg) `)}const s=e.x.scale*t.x,u=e.y.scale*t.y;return(s!==1||u!==1)&&(r+=`scale(${s}, ${u})`),r||"none"}const ks=["","X","Y","Z"],ZA=1e3;let zA=0;function Gs(e,t,n,r){const{latestValues:o}=t;o[e]&&(n[e]=o[e],t.setStaticValue(e,0),r&&(r[e]=0))}function Mv(e){if(e.hasCheckedOptimisedAppear=!0,e.root===e)return;const{visualElement:t}=e.options;if(!t)return;const n=vv(t);if(window.MotionHasOptimisedAnimation(n,"transform")){const{layout:o,layoutId:i}=e.options;window.MotionCancelOptimisedAnimation(n,"transform",be,!(o||i))}const{parent:r}=e;r&&!r.hasCheckedOptimisedAppear&&Mv(r)}function Vv({attachResizeListener:e,defaultParent:t,measureScroll:n,checkIsScrollRoot:r,resetTransform:o}){return class{constructor(a={},s=t==null?void 0:t()){this.id=zA++,this.animationId=0,this.animationCommitId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isProjectionDirty=!1,this.isSharedProjectionDirty=!1,this.isTransformDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.hasCheckedOptimisedAppear=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.hasTreeAnimated=!1,this.updateScheduled=!1,this.scheduleUpdate=()=>this.update(),this.projectionUpdateScheduled=!1,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{this.projectionUpdateScheduled=!1,this.nodes.forEach(UA),this.nodes.forEach(eE),this.nodes.forEach(tE),this.nodes.forEach(JA)},this.resolvedRelativeTargetAt=0,this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.latestValues=a,this.root=s?s.root||s:this,this.path=s?[...s.path,s]:[],this.parent=s,this.depth=s?s.depth+1:0;for(let u=0;u<this.path.length;u++)this.path[u].shouldResetTransform=!0;this.root===this&&(this.nodes=new DA)}addEventListener(a,s){return this.eventHandlers.has(a)||this.eventHandlers.set(a,new Ul),this.eventHandlers.get(a).add(s)}notifyListeners(a,...s){const u=this.eventHandlers.get(a);u&&u.notify(...s)}hasListeners(a){return this.eventHandlers.has(a)}mount(a){if(this.instance)return;this.isSVG=Ym(a)&&!NS(a),this.instance=a;const{layoutId:s,layout:u,visualElement:l}=this.options;if(l&&!l.current&&l.mount(a),this.root.nodes.add(this),this.parent&&this.parent.children.add(this),this.root.hasTreeAnimated&&(u||s)&&(this.isLayoutDirty=!0),e){let c,d=0;const f=()=>this.root.updateBlockedByResize=!1;be.read(()=>{d=window.innerWidth}),e(a,()=>{const p=window.innerWidth;p!==d&&(d=p,this.root.updateBlockedByResize=!0,c&&c(),c=FA(f,250),so.hasAnimatedSinceResize&&(so.hasAnimatedSinceResize=!1,this.nodes.forEach(Yp)))})}s&&this.root.registerSharedNode(s,this),this.options.animate!==!1&&l&&(s||u)&&this.addEventListener("didUpdate",({delta:c,hasLayoutChanged:d,hasRelativeLayoutChanged:f,layout:p})=>{if(this.isTreeAnimationBlocked()){this.target=void 0,this.relativeTarget=void 0;return}const g=this.options.transition||l.getDefaultTransition()||aE,{onLayoutAnimationStart:h,onLayoutAnimationComplete:m}=l.getProps(),b=!this.targetLayout||!_v(this.targetLayout,p),y=!d&&f;if(this.options.layoutRoot||this.resumeFrom||y||d&&(b||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0);const w={...cc(g,"layout"),onPlay:h,onComplete:m};(l.shouldReduceMotion||this.options.layoutRoot)&&(w.delay=0,w.type=!1),this.startAnimation(w),this.setAnimationOrigin(c,y)}else d||Yp(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=p})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);const a=this.getStack();a&&a.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,this.eventHandlers.clear(),Mt(this.updateProjection)}blockUpdate(){this.updateManuallyBlocked=!0}unblockUpdate(){this.updateManuallyBlocked=!1}isUpdateBlocked(){return this.updateManuallyBlocked||this.updateBlockedByResize}isTreeAnimationBlocked(){return this.isAnimationBlocked||this.parent&&this.parent.isTreeAnimationBlocked()||!1}startUpdate(){this.isUpdateBlocked()||(this.isUpdating=!0,this.nodes&&this.nodes.forEach(nE),this.animationId++)}getTransformTemplate(){const{visualElement:a}=this.options;return a&&a.getProps().transformTemplate}willUpdate(a=!0){if(this.root.hasTreeAnimated=!0,this.root.isUpdateBlocked()){this.options.onExitComplete&&this.options.onExitComplete();return}if(window.MotionCancelOptimisedAnimation&&!this.hasCheckedOptimisedAppear&&Mv(this),!this.root.isUpdating&&this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let c=0;c<this.path.length;c++){const d=this.path[c];d.shouldResetTransform=!0,d.updateScroll("snapshot"),d.options.layoutRoot&&d.willUpdate(!1)}const{layoutId:s,layout:u}=this.options;if(s===void 0&&!u)return;const l=this.getTransformTemplate();this.prevTransformTemplateValue=l?l(this.latestValues,""):void 0,this.updateSnapshot(),a&&this.notifyListeners("willUpdate")}update(){if(this.updateScheduled=!1,this.isUpdateBlocked()){this.unblockUpdate(),this.clearAllSnapshots(),this.nodes.forEach(Zp);return}if(this.animationId<=this.animationCommitId){this.nodes.forEach(zp);return}this.animationCommitId=this.animationId,this.isUpdating?(this.isUpdating=!1,this.nodes.forEach(QA),this.nodes.forEach(YA),this.nodes.forEach(qA)):this.nodes.forEach(zp),this.clearAllSnapshots();const s=Le.now();Te.delta=bt(0,1e3/60,s-Te.timestamp),Te.timestamp=s,Te.isProcessing=!0,Os.update.process(Te),Os.preRender.process(Te),Os.render.process(Te),Te.isProcessing=!1}didUpdate(){this.updateScheduled||(this.updateScheduled=!0,fc.read(this.scheduleUpdate))}clearAllSnapshots(){this.nodes.forEach(KA),this.sharedNodes.forEach(rE)}scheduleUpdateProjection(){this.projectionUpdateScheduled||(this.projectionUpdateScheduled=!0,be.preRender(this.updateProjection,!1,!0))}scheduleCheckAfterUnmount(){be.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){this.snapshot||!this.instance||(this.snapshot=this.measure(),this.snapshot&&!Fe(this.snapshot.measuredBox.x)&&!Fe(this.snapshot.measuredBox.y)&&(this.snapshot=void 0))}updateLayout(){if(!this.instance||(this.updateScroll(),!(this.options.alwaysMeasureLayout&&this.isLead())&&!this.isLayoutDirty))return;if(this.resumeFrom&&!this.resumeFrom.instance)for(let u=0;u<this.path.length;u++)this.path[u].updateScroll();const a=this.layout;this.layout=this.measure(!1),this.layoutCorrected=Ie(),this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.layoutBox);const{visualElement:s}=this.options;s&&s.notify("LayoutMeasure",this.layout.layoutBox,a?a.layoutBox:void 0)}updateScroll(a="measure"){let s=!!(this.options.layoutScroll&&this.instance);if(this.scroll&&this.scroll.animationId===this.root.animationId&&this.scroll.phase===a&&(s=!1),s&&this.instance){const u=r(this.instance);this.scroll={animationId:this.root.animationId,phase:a,isRoot:u,offset:n(this.instance),wasRoot:this.scroll?this.scroll.isRoot:u}}}resetTransform(){if(!o)return;const a=this.isLayoutDirty||this.shouldResetTransform||this.options.alwaysMeasureLayout,s=this.projectionDelta&&!Ov(this.projectionDelta),u=this.getTransformTemplate(),l=u?u(this.latestValues,""):void 0,c=l!==this.prevTransformTemplateValue;a&&this.instance&&(s||Ht(this.latestValues)||c)&&(o(this.instance,l),this.shouldResetTransform=!1,this.scheduleRender())}measure(a=!0){const s=this.measurePageBox();let u=this.removeElementScroll(s);return a&&(u=this.removeTransform(u)),sE(u),{animationId:this.root.animationId,measuredBox:s,layoutBox:u,latestValues:{},source:this.id}}measurePageBox(){var l;const{visualElement:a}=this.options;if(!a)return Ie();const s=a.measureViewportBox();if(!(((l=this.scroll)==null?void 0:l.wasRoot)||this.path.some(uE))){const{scroll:c}=this.root;c&&(mn(s.x,c.offset.x),mn(s.y,c.offset.y))}return s}removeElementScroll(a){var u;const s=Ie();if(He(s,a),(u=this.scroll)!=null&&u.wasRoot)return s;for(let l=0;l<this.path.length;l++){const c=this.path[l],{scroll:d,options:f}=c;c!==this.root&&d&&f.layoutScroll&&(d.wasRoot&&He(s,a),mn(s.x,d.offset.x),mn(s.y,d.offset.y))}return s}applyTransform(a,s=!1){const u=Ie();He(u,a);for(let l=0;l<this.path.length;l++){const c=this.path[l];!s&&c.options.layoutScroll&&c.scroll&&c!==c.root&&vn(u,{x:-c.scroll.offset.x,y:-c.scroll.offset.y}),Ht(c.latestValues)&&vn(u,c.latestValues)}return Ht(this.latestValues)&&vn(u,this.latestValues),u}removeTransform(a){const s=Ie();He(s,a);for(let u=0;u<this.path.length;u++){const l=this.path[u];if(!l.instance||!Ht(l.latestValues))continue;Vu(l.latestValues)&&l.updateSnapshot();const c=Ie(),d=l.measurePageBox();He(c,d),kp(s,l.latestValues,l.snapshot?l.snapshot.layoutBox:void 0,c)}return Ht(this.latestValues)&&kp(s,this.latestValues),s}setTargetDelta(a){this.targetDelta=a,this.root.scheduleUpdateProjection(),this.isProjectionDirty=!0}setOptions(a){this.options={...this.options,...a,crossfade:a.crossfade!==void 0?a.crossfade:!0}}clearMeasurements(){this.scroll=void 0,this.layout=void 0,this.snapshot=void 0,this.prevTransformTemplateValue=void 0,this.targetDelta=void 0,this.target=void 0,this.isLayoutDirty=!1}forceRelativeParentToResolveTarget(){this.relativeParent&&this.relativeParent.resolvedRelativeTargetAt!==Te.timestamp&&this.relativeParent.resolveTargetDelta(!0)}resolveTargetDelta(a=!1){var f;const s=this.getLead();this.isProjectionDirty||(this.isProjectionDirty=s.isProjectionDirty),this.isTransformDirty||(this.isTransformDirty=s.isTransformDirty),this.isSharedProjectionDirty||(this.isSharedProjectionDirty=s.isSharedProjectionDirty);const u=!!this.resumingFrom||this!==s;if(!(a||u&&this.isSharedProjectionDirty||this.isProjectionDirty||(f=this.parent)!=null&&f.isProjectionDirty||this.attemptToResolveRelativeTarget||this.root.updateBlockedByResize))return;const{layout:c,layoutId:d}=this.options;if(!(!this.layout||!(c||d))){if(this.resolvedRelativeTargetAt=Te.timestamp,!this.targetDelta&&!this.relativeTarget){const p=this.getClosestProjectingParent();p&&p.layout&&this.animationProgress!==1?(this.relativeParent=p,this.forceRelativeParentToResolveTarget(),this.relativeTarget=Ie(),this.relativeTargetOrigin=Ie(),rr(this.relativeTargetOrigin,this.layout.layoutBox,p.layout.layoutBox),He(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}if(!(!this.relativeTarget&&!this.targetDelta)&&(this.target||(this.target=Ie(),this.targetWithTransforms=Ie()),this.relativeTarget&&this.relativeTargetOrigin&&this.relativeParent&&this.relativeParent.target?(this.forceRelativeParentToResolveTarget(),hA(this.target,this.relativeTarget,this.relativeParent.target)):this.targetDelta?(this.resumingFrom?this.target=this.applyTransform(this.layout.layoutBox):He(this.target,this.layout.layoutBox),dv(this.target,this.targetDelta)):He(this.target,this.layout.layoutBox),this.attemptToResolveRelativeTarget)){this.attemptToResolveRelativeTarget=!1;const p=this.getClosestProjectingParent();p&&!!p.resumingFrom==!!this.resumingFrom&&!p.options.layoutScroll&&p.target&&this.animationProgress!==1?(this.relativeParent=p,this.forceRelativeParentToResolveTarget(),this.relativeTarget=Ie(),this.relativeTargetOrigin=Ie(),rr(this.relativeTargetOrigin,this.target,p.target),He(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}}}getClosestProjectingParent(){if(!(!this.parent||Vu(this.parent.latestValues)||cv(this.parent.latestValues)))return this.parent.isProjecting()?this.parent:this.parent.getClosestProjectingParent()}isProjecting(){return!!((this.relativeTarget||this.targetDelta||this.options.layoutRoot)&&this.layout)}calcProjection(){var g;const a=this.getLead(),s=!!this.resumingFrom||this!==a;let u=!0;if((this.isProjectionDirty||(g=this.parent)!=null&&g.isProjectionDirty)&&(u=!1),s&&(this.isSharedProjectionDirty||this.isTransformDirty)&&(u=!1),this.resolvedRelativeTargetAt===Te.timestamp&&(u=!1),u)return;const{layout:l,layoutId:c}=this.options;if(this.isTreeAnimating=!!(this.parent&&this.parent.isTreeAnimating||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!this.layout||!(l||c))return;He(this.layoutCorrected,this.layout.layoutBox);const d=this.treeScale.x,f=this.treeScale.y;EI(this.layoutCorrected,this.treeScale,this.path,s),a.layout&&!a.target&&(this.treeScale.x!==1||this.treeScale.y!==1)&&(a.target=a.layout.layoutBox,a.targetWithTransforms=Ie());const{target:p}=a;if(!p){this.prevProjectionDelta&&(this.createProjectionDeltas(),this.scheduleRender());return}!this.projectionDelta||!this.prevProjectionDelta?this.createProjectionDeltas():(Lp(this.prevProjectionDelta.x,this.projectionDelta.x),Lp(this.prevProjectionDelta.y,this.projectionDelta.y)),nr(this.projectionDelta,this.layoutCorrected,p,this.latestValues),(this.treeScale.x!==d||this.treeScale.y!==f||!Xp(this.projectionDelta.x,this.prevProjectionDelta.x)||!Xp(this.projectionDelta.y,this.prevProjectionDelta.y))&&(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",p))}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(a=!0){var s;if((s=this.options.visualElement)==null||s.scheduleRender(),a){const u=this.getStack();u&&u.scheduleRender()}this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}createProjectionDeltas(){this.prevProjectionDelta=bn(),this.projectionDelta=bn(),this.projectionDeltaWithTransform=bn()}setAnimationOrigin(a,s=!1){const u=this.snapshot,l=u?u.latestValues:{},c={...this.latestValues},d=bn();(!this.relativeParent||!this.relativeParent.options.layoutRoot)&&(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!s;const f=Ie(),p=u?u.source:void 0,g=this.layout?this.layout.source:void 0,h=p!==g,m=this.getStack(),b=!m||m.members.length<=1,y=!!(h&&!b&&this.options.crossfade===!0&&!this.path.some(iE));this.animationProgress=0;let w;this.mixTargetDelta=I=>{const S=I/1e3;qp(d.x,a.x,S),qp(d.y,a.y,S),this.setTargetDelta(d),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout&&(rr(f,this.layout.layoutBox,this.relativeParent.layout.layoutBox),oE(this.relativeTarget,this.relativeTargetOrigin,f,S),w&&HA(this.relativeTarget,w)&&(this.isProjectionDirty=!1),w||(w=Ie()),He(w,this.relativeTarget)),h&&(this.animationValues=c,LA(c,l,this.latestValues,S,y,b)),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=S},this.mixTargetDelta(this.options.layoutRoot?1e3:0)}startAnimation(a){var s,u,l;this.notifyListeners("animationStart"),(s=this.currentAnimation)==null||s.stop(),(l=(u=this.resumingFrom)==null?void 0:u.currentAnimation)==null||l.stop(),this.pendingAnimation&&(Mt(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=be.update(()=>{so.hasAnimatedSinceResize=!0,this.motionValue||(this.motionValue=On(0)),this.currentAnimation=MA(this.motionValue,[0,1e3],{...a,velocity:0,isSync:!0,onUpdate:c=>{this.mixTargetDelta(c),a.onUpdate&&a.onUpdate(c)},onStop:()=>{},onComplete:()=>{a.onComplete&&a.onComplete(),this.completeAnimation()}}),this.resumingFrom&&(this.resumingFrom.currentAnimation=this.currentAnimation),this.pendingAnimation=void 0})}completeAnimation(){this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0);const a=this.getStack();a&&a.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){this.currentAnimation&&(this.mixTargetDelta&&this.mixTargetDelta(ZA),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){const a=this.getLead();let{targetWithTransforms:s,target:u,layout:l,latestValues:c}=a;if(!(!s||!u||!l)){if(this!==a&&this.layout&&l&&Dv(this.options.animationType,this.layout.layoutBox,l.layoutBox)){u=this.target||Ie();const d=Fe(this.layout.layoutBox.x);u.x.min=a.target.x.min,u.x.max=u.x.min+d;const f=Fe(this.layout.layoutBox.y);u.y.min=a.target.y.min,u.y.max=u.y.min+f}He(s,u),vn(s,c),nr(this.projectionDeltaWithTransform,this.layoutCorrected,s,c)}}registerSharedNode(a,s){this.sharedNodes.has(a)||this.sharedNodes.set(a,new $A),this.sharedNodes.get(a).add(s);const l=s.options.initialPromotionConfig;s.promote({transition:l?l.transition:void 0,preserveFollowOpacity:l&&l.shouldPreserveFollowOpacity?l.shouldPreserveFollowOpacity(s):void 0})}isLead(){const a=this.getStack();return a?a.lead===this:!0}getLead(){var s;const{layoutId:a}=this.options;return a?((s=this.getStack())==null?void 0:s.lead)||this:this}getPrevLead(){var s;const{layoutId:a}=this.options;return a?(s=this.getStack())==null?void 0:s.prevLead:void 0}getStack(){const{layoutId:a}=this.options;if(a)return this.root.sharedNodes.get(a)}promote({needsReset:a,transition:s,preserveFollowOpacity:u}={}){const l=this.getStack();l&&l.promote(this,u),a&&(this.projectionDelta=void 0,this.needsReset=!0),s&&this.setOptions({transition:s})}relegate(){const a=this.getStack();return a?a.relegate(this):!1}resetSkewAndRotation(){const{visualElement:a}=this.options;if(!a)return;let s=!1;const{latestValues:u}=a;if((u.z||u.rotate||u.rotateX||u.rotateY||u.rotateZ||u.skewX||u.skewY)&&(s=!0),!s)return;const l={};u.z&&Gs("z",a,l,this.animationValues);for(let c=0;c<ks.length;c++)Gs(`rotate${ks[c]}`,a,l,this.animationValues),Gs(`skew${ks[c]}`,a,l,this.animationValues);a.render();for(const c in l)a.setStaticValue(c,l[c]),this.animationValues&&(this.animationValues[c]=l[c]);a.scheduleRender()}applyProjectionStyles(a,s){if(!this.instance||this.isSVG)return;if(!this.isVisible){a.visibility="hidden";return}const u=this.getTransformTemplate();if(this.needsReset){this.needsReset=!1,a.visibility="",a.opacity="",a.pointerEvents=ao(s==null?void 0:s.pointerEvents)||"",a.transform=u?u(this.latestValues,""):"none";return}const l=this.getLead();if(!this.projectionDelta||!this.layout||!l.target){this.options.layoutId&&(a.opacity=this.latestValues.opacity!==void 0?this.latestValues.opacity:1,a.pointerEvents=ao(s==null?void 0:s.pointerEvents)||""),this.hasProjected&&!Ht(this.latestValues)&&(a.transform=u?u({},""):"none",this.hasProjected=!1);return}a.visibility="";const c=l.animationValues||l.latestValues;this.applyTransformsToTarget();let d=XA(this.projectionDeltaWithTransform,this.treeScale,c);u&&(d=u(c,d)),a.transform=d;const{x:f,y:p}=this.projectionDelta;a.transformOrigin=`${f.origin*100}% ${p.origin*100}% 0`,l.animationValues?a.opacity=l===this?c.opacity??this.latestValues.opacity??1:this.preserveOpacity?this.latestValues.opacity:c.opacityExit:a.opacity=l===this?c.opacity!==void 0?c.opacity:"":c.opacityExit!==void 0?c.opacityExit:0;for(const g in fr){if(c[g]===void 0)continue;const{correct:h,applyTo:m,isCSSVariable:b}=fr[g],y=d==="none"?c[g]:h(c[g],l);if(m){const w=m.length;for(let I=0;I<w;I++)a[m[I]]=y}else b?this.options.visualElement.renderState.vars[g]=y:a[g]=y}this.options.layoutId&&(a.pointerEvents=l===this?ao(s==null?void 0:s.pointerEvents)||"":"none")}clearSnapshot(){this.resumeFrom=this.snapshot=void 0}resetTree(){this.root.nodes.forEach(a=>{var s;return(s=a.currentAnimation)==null?void 0:s.stop()}),this.root.nodes.forEach(Zp),this.root.sharedNodes.clear()}}}function YA(e){e.updateLayout()}function qA(e){var n;const t=((n=e.resumeFrom)==null?void 0:n.snapshot)||e.snapshot;if(e.isLead()&&e.layout&&t&&e.hasListeners("didUpdate")){const{layoutBox:r,measuredBox:o}=e.layout,{animationType:i}=e.options,a=t.source!==e.layout.source;i==="size"?$e(d=>{const f=a?t.measuredBox[d]:t.layoutBox[d],p=Fe(f);f.min=r[d].min,f.max=f.min+p}):Dv(i,t.layoutBox,r)&&$e(d=>{const f=a?t.measuredBox[d]:t.layoutBox[d],p=Fe(r[d]);f.max=f.min+p,e.relativeTarget&&!e.currentAnimation&&(e.isProjectionDirty=!0,e.relativeTarget[d].max=e.relativeTarget[d].min+p)});const s=bn();nr(s,r,t.layoutBox);const u=bn();a?nr(u,e.applyTransform(o,!0),t.measuredBox):nr(u,r,t.layoutBox);const l=!Ov(s);let c=!1;if(!e.resumeFrom){const d=e.getClosestProjectingParent();if(d&&!d.resumeFrom){const{snapshot:f,layout:p}=d;if(f&&p){const g=Ie();rr(g,t.layoutBox,f.layoutBox);const h=Ie();rr(h,r,p.layoutBox),_v(g,h)||(c=!0),d.options.layoutRoot&&(e.relativeTarget=h,e.relativeTargetOrigin=g,e.relativeParent=d)}}}e.notifyListeners("didUpdate",{layout:r,snapshot:t,delta:u,layoutDelta:s,hasLayoutChanged:l,hasRelativeLayoutChanged:c})}else if(e.isLead()){const{onExitComplete:r}=e.options;r&&r()}e.options.transition=void 0}function UA(e){e.parent&&(e.isProjecting()||(e.isProjectionDirty=e.parent.isProjectionDirty),e.isSharedProjectionDirty||(e.isSharedProjectionDirty=!!(e.isProjectionDirty||e.parent.isProjectionDirty||e.parent.isSharedProjectionDirty)),e.isTransformDirty||(e.isTransformDirty=e.parent.isTransformDirty))}function JA(e){e.isProjectionDirty=e.isSharedProjectionDirty=e.isTransformDirty=!1}function KA(e){e.clearSnapshot()}function Zp(e){e.clearMeasurements()}function zp(e){e.isLayoutDirty=!1}function QA(e){const{visualElement:t}=e.options;t&&t.getProps().onBeforeLayoutMeasure&&t.notify("BeforeLayoutMeasure"),e.resetTransform()}function Yp(e){e.finishAnimation(),e.targetDelta=e.relativeTarget=e.target=void 0,e.isProjectionDirty=!0}function eE(e){e.resolveTargetDelta()}function tE(e){e.calcProjection()}function nE(e){e.resetSkewAndRotation()}function rE(e){e.removeLeadSnapshot()}function qp(e,t,n){e.translate=Ce(t.translate,0,n),e.scale=Ce(t.scale,1,n),e.origin=t.origin,e.originPoint=t.originPoint}function Up(e,t,n,r){e.min=Ce(t.min,n.min,r),e.max=Ce(t.max,n.max,r)}function oE(e,t,n,r){Up(e.x,t.x,n.x,r),Up(e.y,t.y,n.y,r)}function iE(e){return e.animationValues&&e.animationValues.opacityExit!==void 0}const aE={duration:.45,ease:[.4,0,.1,1]},Jp=e=>typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().includes(e),Kp=Jp("applewebkit/")&&!Jp("chrome/")?Math.round:ze;function Qp(e){e.min=Kp(e.min),e.max=Kp(e.max)}function sE(e){Qp(e.x),Qp(e.y)}function Dv(e,t,n){return e==="position"||e==="preserve-aspect"&&!pA($p(t),$p(n),.2)}function uE(e){var t;return e!==e.root&&((t=e.scroll)==null?void 0:t.wasRoot)}const lE=Vv({attachResizeListener:(e,t)=>pr(e,"resize",t),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),Ws={current:void 0},Fv=Vv({measureScroll:e=>({x:e.scrollLeft,y:e.scrollTop}),defaultParent:()=>{if(!Ws.current){const e=new lE({});e.mount(window),e.setOptions({layoutScroll:!0}),Ws.current=e}return Ws.current},resetTransform:(e,t)=>{e.style.transform=t!==void 0?t:"none"},checkIsScrollRoot:e=>window.getComputedStyle(e).position==="fixed"}),cE={pan:{Feature:RA},drag:{Feature:PA,ProjectionNode:Fv,MeasureLayout:Pv}};function eh(e,t,n){const{props:r}=e;e.animationState&&r.whileHover&&e.animationState.setActive("whileHover",n==="Start");const o="onHover"+n,i=r[o];i&&be.postRender(()=>i(t,Rr(t)))}class dE extends Nt{mount(){const{current:t}=this.node;t&&(this.unmount=_S(t,(n,r)=>(eh(this.node,r,"Start"),o=>eh(this.node,o,"End"))))}unmount(){}}class fE extends Nt{constructor(){super(...arguments),this.isActive=!1}onFocus(){let t=!1;try{t=this.node.current.matches(":focus-visible")}catch{t=!0}!t||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!0),this.isActive=!0)}onBlur(){!this.isActive||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!1),this.isActive=!1)}mount(){this.unmount=Ar(pr(this.node.current,"focus",()=>this.onFocus()),pr(this.node.current,"blur",()=>this.onBlur()))}unmount(){}}function th(e,t,n){const{props:r}=e;if(e.current instanceof HTMLButtonElement&&e.current.disabled)return;e.animationState&&r.whileTap&&e.animationState.setActive("whileTap",n==="Start");const o="onTap"+(n==="End"?"":n),i=r[o];i&&be.postRender(()=>i(t,Rr(t)))}class pE extends Nt{mount(){const{current:t}=this.node;t&&(this.unmount=FS(t,(n,r)=>(th(this.node,r,"Start"),(o,{success:i})=>th(this.node,o,i?"End":"Cancel")),{useGlobalTarget:this.node.props.globalTapTarget}))}unmount(){}}const ku=new WeakMap,Hs=new WeakMap,hE=e=>{const t=ku.get(e.target);t&&t(e)},gE=e=>{e.forEach(hE)};function mE({root:e,...t}){const n=e||document;Hs.has(n)||Hs.set(n,{});const r=Hs.get(n),o=JSON.stringify(t);return r[o]||(r[o]=new IntersectionObserver(gE,{root:e,...t})),r[o]}function vE(e,t,n){const r=mE(t);return ku.set(e,n),r.observe(e),()=>{ku.delete(e),r.unobserve(e)}}const bE={some:0,all:1};class yE extends Nt{constructor(){super(...arguments),this.hasEnteredView=!1,this.isInView=!1}startObserver(){this.unmount();const{viewport:t={}}=this.node.getProps(),{root:n,margin:r,amount:o="some",once:i}=t,a={root:n?n.current:void 0,rootMargin:r,threshold:typeof o=="number"?o:bE[o]},s=u=>{const{isIntersecting:l}=u;if(this.isInView===l||(this.isInView=l,i&&!l&&this.hasEnteredView))return;l&&(this.hasEnteredView=!0),this.node.animationState&&this.node.animationState.setActive("whileInView",l);const{onViewportEnter:c,onViewportLeave:d}=this.node.getProps(),f=l?c:d;f&&f(u)};return vE(this.node.current,a,s)}mount(){this.startObserver()}update(){if(typeof IntersectionObserver>"u")return;const{props:t,prevProps:n}=this.node;["amount","margin","root"].some(CE(t,n))&&this.startObserver()}unmount(){}}function CE({viewport:e={}},{viewport:t={}}={}){return n=>e[n]!==t[n]}const xE={inView:{Feature:yE},tap:{Feature:pE},focus:{Feature:fE},hover:{Feature:dE}},wE={layout:{ProjectionNode:Fv,MeasureLayout:Pv}},SE={...sA,...xE,...cE,...wE},Nv=SI(SE,NI),Lv=M.createContext(null),Tr=()=>{const e=M.useContext(Lv);if(!e)throw new Error("useModalContext must be used within a Modal provider");return e},jv=({children:e,isOpen:t,onOpenChange:n,initialOpen:r=!1})=>{const[o,i]=M.useState(r),a=M.useId(),s=M.useId(),u=t!==void 0,l=u?t:o,c=M.useCallback(f=>{u||i(f),n==null||n(f)},[u,n]),d={isOpen:l,onOpenChange:c,titleId:a,descriptionId:s};return v.jsx(Lv.Provider,{value:d,children:e})},Bv=M.forwardRef(({children:e,...t},n)=>{const{isOpen:r,onOpenChange:o}=Tr();return v.jsx("button",{ref:n,onClick:()=>o(!r),...t,children:e})});Bv.displayName="ModalTrigger";const Ic=({children:e})=>{const{isOpen:t}=Tr(),[n,r]=M.useState(!1);return M.useEffect(()=>{r(!0)},[]),n?gt.createPortal(v.jsx(XS,{children:t&&e}),document.body):null};Ic.displayName="ModalPortal";const Ac=()=>{const{overlay:e}=z.modalSlot();return v.jsx(Nv.div,{className:e,initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},transition:{duration:.2,ease:"easeInOut"},"aria-hidden":"true"})};Ac.displayName="ModalOverlay";const Ec=({children:e,size:t="default",noPadding:n=!1,fullScreen:r=!1,fullHeight:o=!1,...i})=>{const{onOpenChange:a,titleId:s,descriptionId:u}=Tr(),{positioner:l,content:c}=z.modalSlot({size:t,noPadding:n,fullScreen:r,fullHeight:o}),d=p=>{p.target===p.currentTarget&&a(!1)};M.useEffect(()=>{const p=g=>{g.key==="Escape"&&a(!1)};return document.addEventListener("keydown",p),document.body.style.overflow="hidden",()=>{document.removeEventListener("keydown",p),document.body.style.overflow=""}},[a]);const f={hidden:{opacity:0,scale:.95,y:20},visible:{opacity:1,scale:1,y:0,transition:{duration:.2,ease:"easeOut"}},exit:{opacity:0,scale:.95,y:20,transition:{duration:.15,ease:"easeIn"}}};return v.jsx(Wx,{active:!0,children:v.jsx("div",{className:l,onClick:d,children:v.jsx(Nv.div,{...i,className:c,role:"dialog","aria-modal":"true","aria-labelledby":s,"aria-describedby":u,variants:f,initial:"hidden",animate:"visible",exit:"exit",children:e})})})};Ec.displayName="ModalContent";const Or=(e,t)=>{const n=M.forwardRef((r,o)=>{const{as:i,...a}=r,s=i||t,l=z.modalSlot()[e],{titleId:c,descriptionId:d}=Tr(),f=e==="title"?{id:c}:e==="description"?{id:d}:{};return v.jsx(s,{ref:o,className:l,...f,...a})});return n.displayName=`Modal.${e.charAt(0).toUpperCase()+e.slice(1)}`,n},kv=Or("header","div"),Gv=Or("body","div"),Wv=Or("footer","div"),Hv=Or("title","h2"),IE=Or("description","p"),Pc=e=>{const{closeButton:t}=z.modalSlot(),{onOpenChange:n}=Tr();return v.jsx("button",{className:t,onClick:()=>n(!1),"aria-label":"Fechar modal",...e,children:"✕"})};Pc.displayName="ModalCloseButton";const AE=({isOpen:e,onOpenChange:t,initialOpen:n,title:r,children:o,footer:i,hideCloseButton:a,size:s,noPadding:u,fullScreen:l,fullHeight:c,...d})=>v.jsx(jv,{isOpen:e,onOpenChange:t,initialOpen:n,children:v.jsxs(Ic,{children:[v.jsx(Ac,{}),v.jsxs(Ec,{size:s,noPadding:u,fullScreen:l,fullHeight:c,...d,children:[r&&v.jsx(kv,{children:v.jsx(Hv,{children:r})}),!a&&v.jsx(Pc,{}),v.jsx(Gv,{children:o}),i&&v.jsx(Wv,{children:i})]})]})});Object.assign(AE,{Root:jv,Trigger:Bv,Portal:Ic,Overlay:Ac,Content:Ec,Header:kv,Body:Gv,Footer:Wv,Title:Hv,Description:IE,CloseButton:Pc});const Jn="...",Zr=(e,t)=>{const n=t-e+1;return Array.from({length:n},(r,o)=>o+e)},EE=({pageSize:e,siblingCount:t=1,currentPage:n})=>M.useMemo(()=>{const o=e;if(t+5>=o)return Zr(1,o);const a=Math.max(n-t,1),s=Math.min(n+t,o),u=a>2,l=s<o-2,c=1,d=o;if(!u&&l){const f=3+2*t;return[...Zr(1,f),Jn,o]}if(u&&!l){const f=3+2*t,p=Zr(o-f+1,o);return[c,Jn,...p]}if(u&&l){const f=Zr(a,s);return[c,Jn,...f,Jn,d]}return[]},[e,t,n]),PE=({onPageChange:e,totalCount:t,currentPage:n,pageSize:r,siblingCount:o=1})=>{const i=EE({currentPage:n,siblingCount:o,pageSize:r});if(n===0||(i==null?void 0:i.length)<2)return null;const a=()=>{e(n+1)},s=()=>{e(n-1)},u=i[i.length-1],l=z.paginationSlot({});return v.jsxs("ul",{className:l.container,children:[v.jsx("li",{className:z.paginationSlot({disabled:n===1}).item,onClick:s,children:v.jsx("div",{className:z.paginationSlot({direction:"left"}).arrow})}),i==null?void 0:i.map((c,d)=>c===Jn?v.jsx("li",{className:z.paginationSlot({dots:!0}).item,children:"…"},`dots-${d}`):v.jsx("li",{className:z.paginationSlot({selected:c===n}).item,onClick:()=>e(Number(c)),children:c},c)),v.jsx("li",{className:z.paginationSlot({disabled:n===u}).item,onClick:a,children:v.jsx("div",{className:z.paginationSlot({direction:"right",disabled:n===u}).arrow})})]})};function Rt(e,t,{checkForDefaultPrevented:n=!0}={}){return function(o){if(e==null||e(o),n===!1||!o.defaultPrevented)return t==null?void 0:t(o)}}function nh(e,t){if(typeof e=="function")return e(t);e!=null&&(e.current=t)}function $v(...e){return t=>{let n=!1;const r=e.map(o=>{const i=nh(o,t);return!n&&typeof i=="function"&&(n=!0),i});if(n)return()=>{for(let o=0;o<r.length;o++){const i=r[o];typeof i=="function"?i():nh(e[o],null)}}}}function Lt(...e){return C.useCallback($v(...e),e)}function Xv(e,t=[]){let n=[];function r(i,a){const s=C.createContext(a),u=n.length;n=[...n,a];const l=d=>{var b;const{scope:f,children:p,...g}=d,h=((b=f==null?void 0:f[e])==null?void 0:b[u])||s,m=C.useMemo(()=>g,Object.values(g));return v.jsx(h.Provider,{value:m,children:p})};l.displayName=i+"Provider";function c(d,f){var h;const p=((h=f==null?void 0:f[e])==null?void 0:h[u])||s,g=C.useContext(p);if(g)return g;if(a!==void 0)return a;throw new Error(`\`${d}\` must be used within \`${i}\``)}return[l,c]}const o=()=>{const i=n.map(a=>C.createContext(a));return function(s){const u=(s==null?void 0:s[e])||i;return C.useMemo(()=>({[`__scope${e}`]:{...s,[e]:u}}),[s,u])}};return o.scopeName=e,[r,RE(o,...t)]}function RE(...e){const t=e[0];if(e.length===1)return t;const n=()=>{const r=e.map(o=>({useScope:o(),scopeName:o.scopeName}));return function(i){const a=r.reduce((s,{useScope:u,scopeName:l})=>{const d=u(i)[`__scope${l}`];return{...s,...d}},{});return C.useMemo(()=>({[`__scope${t.scopeName}`]:a}),[a])}};return n.scopeName=t.scopeName,n}function Zv(e){const t=TE(e),n=C.forwardRef((r,o)=>{const{children:i,...a}=r,s=C.Children.toArray(i),u=s.find(_E);if(u){const l=u.props.children,c=s.map(d=>d===u?C.Children.count(l)>1?C.Children.only(null):C.isValidElement(l)?l.props.children:null:d);return v.jsx(t,{...a,ref:o,children:C.isValidElement(l)?C.cloneElement(l,void 0,c):null})}return v.jsx(t,{...a,ref:o,children:i})});return n.displayName=`${e}.Slot`,n}function TE(e){const t=C.forwardRef((n,r)=>{const{children:o,...i}=n;if(C.isValidElement(o)){const a=VE(o),s=ME(i,o.props);return o.type!==C.Fragment&&(s.ref=r?$v(r,a):a),C.cloneElement(o,s)}return C.Children.count(o)>1?C.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var OE=Symbol("radix.slottable");function _E(e){return C.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===OE}function ME(e,t){const n={...t};for(const r in t){const o=e[r],i=t[r];/^on[A-Z]/.test(r)?o&&i?n[r]=(...s)=>{const u=i(...s);return o(...s),u}:o&&(n[r]=o):r==="style"?n[r]={...o,...i}:r==="className"&&(n[r]=[o,i].filter(Boolean).join(" "))}return{...e,...n}}function VE(e){var r,o;let t=(r=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:r.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?e.ref:(t=(o=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:o.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}var DE=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],wt=DE.reduce((e,t)=>{const n=Zv(`Primitive.${t}`),r=C.forwardRef((o,i)=>{const{asChild:a,...s}=o,u=a?n:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),v.jsx(u,{...s,ref:i})});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{});function FE(e,t){e&&qu.flushSync(()=>e.dispatchEvent(t))}function Mn(e){const t=C.useRef(e);return C.useEffect(()=>{t.current=e}),C.useMemo(()=>(...n)=>{var r;return(r=t.current)==null?void 0:r.call(t,...n)},[])}function NE(e,t=globalThis==null?void 0:globalThis.document){const n=Mn(e);C.useEffect(()=>{const r=o=>{o.key==="Escape"&&n(o)};return t.addEventListener("keydown",r,{capture:!0}),()=>t.removeEventListener("keydown",r,{capture:!0})},[n,t])}var LE="DismissableLayer",Gu="dismissableLayer.update",jE="dismissableLayer.pointerDownOutside",BE="dismissableLayer.focusOutside",rh,zv=C.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),Yv=C.forwardRef((e,t)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:r,onPointerDownOutside:o,onFocusOutside:i,onInteractOutside:a,onDismiss:s,...u}=e,l=C.useContext(zv),[c,d]=C.useState(null),f=(c==null?void 0:c.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,p]=C.useState({}),g=Lt(t,x=>d(x)),h=Array.from(l.layers),[m]=[...l.layersWithOutsidePointerEventsDisabled].slice(-1),b=h.indexOf(m),y=c?h.indexOf(c):-1,w=l.layersWithOutsidePointerEventsDisabled.size>0,I=y>=b,S=WE(x=>{const E=x.target,O=[...l.branches].some(D=>D.contains(E));!I||O||(o==null||o(x),a==null||a(x),x.defaultPrevented||s==null||s())},f),A=HE(x=>{const E=x.target;[...l.branches].some(D=>D.contains(E))||(i==null||i(x),a==null||a(x),x.defaultPrevented||s==null||s())},f);return NE(x=>{y===l.layers.size-1&&(r==null||r(x),!x.defaultPrevented&&s&&(x.preventDefault(),s()))},f),C.useEffect(()=>{if(c)return n&&(l.layersWithOutsidePointerEventsDisabled.size===0&&(rh=f.body.style.pointerEvents,f.body.style.pointerEvents="none"),l.layersWithOutsidePointerEventsDisabled.add(c)),l.layers.add(c),oh(),()=>{n&&l.layersWithOutsidePointerEventsDisabled.size===1&&(f.body.style.pointerEvents=rh)}},[c,f,n,l]),C.useEffect(()=>()=>{c&&(l.layers.delete(c),l.layersWithOutsidePointerEventsDisabled.delete(c),oh())},[c,l]),C.useEffect(()=>{const x=()=>p({});return document.addEventListener(Gu,x),()=>document.removeEventListener(Gu,x)},[]),v.jsx(wt.div,{...u,ref:g,style:{pointerEvents:w?I?"auto":"none":void 0,...e.style},onFocusCapture:Rt(e.onFocusCapture,A.onFocusCapture),onBlurCapture:Rt(e.onBlurCapture,A.onBlurCapture),onPointerDownCapture:Rt(e.onPointerDownCapture,S.onPointerDownCapture)})});Yv.displayName=LE;var kE="DismissableLayerBranch",GE=C.forwardRef((e,t)=>{const n=C.useContext(zv),r=C.useRef(null),o=Lt(t,r);return C.useEffect(()=>{const i=r.current;if(i)return n.branches.add(i),()=>{n.branches.delete(i)}},[n.branches]),v.jsx(wt.div,{...e,ref:o})});GE.displayName=kE;function WE(e,t=globalThis==null?void 0:globalThis.document){const n=Mn(e),r=C.useRef(!1),o=C.useRef(()=>{});return C.useEffect(()=>{const i=s=>{if(s.target&&!r.current){let u=function(){qv(jE,n,l,{discrete:!0})};const l={originalEvent:s};s.pointerType==="touch"?(t.removeEventListener("click",o.current),o.current=u,t.addEventListener("click",o.current,{once:!0})):u()}else t.removeEventListener("click",o.current);r.current=!1},a=window.setTimeout(()=>{t.addEventListener("pointerdown",i)},0);return()=>{window.clearTimeout(a),t.removeEventListener("pointerdown",i),t.removeEventListener("click",o.current)}},[t,n]),{onPointerDownCapture:()=>r.current=!0}}function HE(e,t=globalThis==null?void 0:globalThis.document){const n=Mn(e),r=C.useRef(!1);return C.useEffect(()=>{const o=i=>{i.target&&!r.current&&qv(BE,n,{originalEvent:i},{discrete:!1})};return t.addEventListener("focusin",o),()=>t.removeEventListener("focusin",o)},[t,n]),{onFocusCapture:()=>r.current=!0,onBlurCapture:()=>r.current=!1}}function oh(){const e=new CustomEvent(Gu);document.dispatchEvent(e)}function qv(e,t,n,{discrete:r}){const o=n.originalEvent.target,i=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&o.addEventListener(e,t,{once:!0}),r?FE(o,i):o.dispatchEvent(i)}var $s=0;function $E(){C.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??ih()),document.body.insertAdjacentElement("beforeend",e[1]??ih()),$s++,()=>{$s===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(t=>t.remove()),$s--}},[])}function ih(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.outline="none",e.style.opacity="0",e.style.position="fixed",e.style.pointerEvents="none",e}var Xs="focusScope.autoFocusOnMount",Zs="focusScope.autoFocusOnUnmount",ah={bubbles:!1,cancelable:!0},XE="FocusScope",Uv=C.forwardRef((e,t)=>{const{loop:n=!1,trapped:r=!1,onMountAutoFocus:o,onUnmountAutoFocus:i,...a}=e,[s,u]=C.useState(null),l=Mn(o),c=Mn(i),d=C.useRef(null),f=Lt(t,h=>u(h)),p=C.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;C.useEffect(()=>{if(r){let h=function(w){if(p.paused||!s)return;const I=w.target;s.contains(I)?d.current=I:At(d.current,{select:!0})},m=function(w){if(p.paused||!s)return;const I=w.relatedTarget;I!==null&&(s.contains(I)||At(d.current,{select:!0}))},b=function(w){if(document.activeElement===document.body)for(const S of w)S.removedNodes.length>0&&At(s)};document.addEventListener("focusin",h),document.addEventListener("focusout",m);const y=new MutationObserver(b);return s&&y.observe(s,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",h),document.removeEventListener("focusout",m),y.disconnect()}}},[r,s,p.paused]),C.useEffect(()=>{if(s){uh.add(p);const h=document.activeElement;if(!s.contains(h)){const b=new CustomEvent(Xs,ah);s.addEventListener(Xs,l),s.dispatchEvent(b),b.defaultPrevented||(ZE(JE(Jv(s)),{select:!0}),document.activeElement===h&&At(s))}return()=>{s.removeEventListener(Xs,l),setTimeout(()=>{const b=new CustomEvent(Zs,ah);s.addEventListener(Zs,c),s.dispatchEvent(b),b.defaultPrevented||At(h??document.body,{select:!0}),s.removeEventListener(Zs,c),uh.remove(p)},0)}}},[s,l,c,p]);const g=C.useCallback(h=>{if(!n&&!r||p.paused)return;const m=h.key==="Tab"&&!h.altKey&&!h.ctrlKey&&!h.metaKey,b=document.activeElement;if(m&&b){const y=h.currentTarget,[w,I]=zE(y);w&&I?!h.shiftKey&&b===I?(h.preventDefault(),n&&At(w,{select:!0})):h.shiftKey&&b===w&&(h.preventDefault(),n&&At(I,{select:!0})):b===y&&h.preventDefault()}},[n,r,p.paused]);return v.jsx(wt.div,{tabIndex:-1,...a,ref:f,onKeyDown:g})});Uv.displayName=XE;function ZE(e,{select:t=!1}={}){const n=document.activeElement;for(const r of e)if(At(r,{select:t}),document.activeElement!==n)return}function zE(e){const t=Jv(e),n=sh(t,e),r=sh(t.reverse(),e);return[n,r]}function Jv(e){const t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>{const o=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||o?NodeFilter.FILTER_SKIP:r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function sh(e,t){for(const n of e)if(!YE(n,{upTo:t}))return n}function YE(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function qE(e){return e instanceof HTMLInputElement&&"select"in e}function At(e,{select:t=!1}={}){if(e&&e.focus){const n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&qE(e)&&t&&e.select()}}var uh=UE();function UE(){let e=[];return{add(t){const n=e[0];t!==n&&(n==null||n.pause()),e=lh(e,t),e.unshift(t)},remove(t){var n;e=lh(e,t),(n=e[0])==null||n.resume()}}}function lh(e,t){const n=[...e],r=n.indexOf(t);return r!==-1&&n.splice(r,1),n}function JE(e){return e.filter(t=>t.tagName!=="A")}var Dt=globalThis!=null&&globalThis.document?C.useLayoutEffect:()=>{},KE=C[" useId ".trim().toString()]||(()=>{}),QE=0;function eP(e){const[t,n]=C.useState(KE());return Dt(()=>{n(r=>r??String(QE++))},[e]),e||(t?`radix-${t}`:"")}var tP="Arrow",Kv=C.forwardRef((e,t)=>{const{children:n,width:r=10,height:o=5,...i}=e;return v.jsx(wt.svg,{...i,ref:t,width:r,height:o,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?n:v.jsx("polygon",{points:"0,0 30,0 15,10"})})});Kv.displayName=tP;var nP=Kv;function rP(e){const[t,n]=C.useState(void 0);return Dt(()=>{if(e){n({width:e.offsetWidth,height:e.offsetHeight});const r=new ResizeObserver(o=>{if(!Array.isArray(o)||!o.length)return;const i=o[0];let a,s;if("borderBoxSize"in i){const u=i.borderBoxSize,l=Array.isArray(u)?u[0]:u;a=l.inlineSize,s=l.blockSize}else a=e.offsetWidth,s=e.offsetHeight;n({width:a,height:s})});return r.observe(e,{box:"border-box"}),()=>r.unobserve(e)}else n(void 0)},[e]),t}var Rc="Popper",[Qv,eb]=Xv(Rc),[oP,tb]=Qv(Rc),nb=e=>{const{__scopePopper:t,children:n}=e,[r,o]=C.useState(null);return v.jsx(oP,{scope:t,anchor:r,onAnchorChange:o,children:n})};nb.displayName=Rc;var rb="PopperAnchor",ob=C.forwardRef((e,t)=>{const{__scopePopper:n,virtualRef:r,...o}=e,i=tb(rb,n),a=C.useRef(null),s=Lt(t,a),u=C.useRef(null);return C.useEffect(()=>{const l=u.current;u.current=(r==null?void 0:r.current)||a.current,l!==u.current&&i.onAnchorChange(u.current)}),r?null:v.jsx(wt.div,{...o,ref:s})});ob.displayName=rb;var Tc="PopperContent",[iP,aP]=Qv(Tc),ib=C.forwardRef((e,t)=>{var Y,q,J,Q,re,H;const{__scopePopper:n,side:r="bottom",sideOffset:o=0,align:i="center",alignOffset:a=0,arrowPadding:s=0,avoidCollisions:u=!0,collisionBoundary:l=[],collisionPadding:c=0,sticky:d="partial",hideWhenDetached:f=!1,updatePositionStrategy:p="optimized",onPlaced:g,...h}=e,m=tb(Tc,n),[b,y]=C.useState(null),w=Lt(t,ne=>y(ne)),[I,S]=C.useState(null),A=rP(I),x=(A==null?void 0:A.width)??0,E=(A==null?void 0:A.height)??0,O=r+(i!=="center"?"-"+i:""),D=typeof c=="number"?c:{top:0,right:0,bottom:0,left:0,...c},B=Array.isArray(l)?l:[l],L=B.length>0,P={padding:D,boundary:B.filter(uP),altBoundary:L},{refs:R,floatingStyles:_,placement:V,isPositioned:j,middlewareData:F}=Mg({strategy:"fixed",placement:O,whileElementsMounted:(...ne)=>Vl(...ne,{animationFrame:p==="always"}),elements:{reference:m.anchor},middleware:[Vg({mainAxis:o+E,alignmentAxis:a}),u&&Dg({mainAxis:!0,crossAxis:!1,limiter:d==="partial"?Fg():void 0,...P}),u&&Ng({...P}),Lg({...P,apply:({elements:ne,rects:se,availableWidth:le,availableHeight:ge})=>{const{width:we,height:ve}=se.reference,ie=ne.floating.style;ie.setProperty("--radix-popper-available-width",`${le}px`),ie.setProperty("--radix-popper-available-height",`${ge}px`),ie.setProperty("--radix-popper-anchor-width",`${we}px`),ie.setProperty("--radix-popper-anchor-height",`${ve}px`)}}),I&&Bg({element:I,padding:s}),lP({arrowWidth:x,arrowHeight:E}),f&&jg({strategy:"referenceHidden",...P})]}),[k,T]=ub(V),N=Mn(g);Dt(()=>{j&&(N==null||N())},[j,N]);const G=(Y=F.arrow)==null?void 0:Y.x,$=(q=F.arrow)==null?void 0:q.y,W=((J=F.arrow)==null?void 0:J.centerOffset)!==0,[X,Z]=C.useState();return Dt(()=>{b&&Z(window.getComputedStyle(b).zIndex)},[b]),v.jsx("div",{ref:R.setFloating,"data-radix-popper-content-wrapper":"",style:{..._,transform:j?_.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:X,"--radix-popper-transform-origin":[(Q=F.transformOrigin)==null?void 0:Q.x,(re=F.transformOrigin)==null?void 0:re.y].join(" "),...((H=F.hide)==null?void 0:H.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:v.jsx(iP,{scope:n,placedSide:k,onArrowChange:S,arrowX:G,arrowY:$,shouldHideArrow:W,children:v.jsx(wt.div,{"data-side":k,"data-align":T,...h,ref:w,style:{...h.style,animation:j?void 0:"none"}})})})});ib.displayName=Tc;var ab="PopperArrow",sP={top:"bottom",right:"left",bottom:"top",left:"right"},sb=C.forwardRef(function(t,n){const{__scopePopper:r,...o}=t,i=aP(ab,r),a=sP[i.placedSide];return v.jsx("span",{ref:i.onArrowChange,style:{position:"absolute",left:i.arrowX,top:i.arrowY,[a]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[i.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[i.placedSide],visibility:i.shouldHideArrow?"hidden":void 0},children:v.jsx(nP,{...o,ref:n,style:{...o.style,display:"block"}})})});sb.displayName=ab;function uP(e){return e!==null}var lP=e=>({name:"transformOrigin",options:e,fn(t){var m,b,y;const{placement:n,rects:r,middlewareData:o}=t,a=((m=o.arrow)==null?void 0:m.centerOffset)!==0,s=a?0:e.arrowWidth,u=a?0:e.arrowHeight,[l,c]=ub(n),d={start:"0%",center:"50%",end:"100%"}[c],f=(((b=o.arrow)==null?void 0:b.x)??0)+s/2,p=(((y=o.arrow)==null?void 0:y.y)??0)+u/2;let g="",h="";return l==="bottom"?(g=a?d:`${f}px`,h=`${-u}px`):l==="top"?(g=a?d:`${f}px`,h=`${r.floating.height+u}px`):l==="right"?(g=`${-u}px`,h=a?d:`${p}px`):l==="left"&&(g=`${r.floating.width+u}px`,h=a?d:`${p}px`),{data:{x:g,y:h}}}});function ub(e){const[t,n="center"]=e.split("-");return[t,n]}var cP=nb,lb=ob,dP=ib,fP=sb,pP="Portal",cb=C.forwardRef((e,t)=>{var s;const{container:n,...r}=e,[o,i]=C.useState(!1);Dt(()=>i(!0),[]);const a=n||o&&((s=globalThis==null?void 0:globalThis.document)==null?void 0:s.body);return a?gt.createPortal(v.jsx(wt.div,{...r,ref:t}),a):null});cb.displayName=pP;function hP(e,t){return C.useReducer((n,r)=>t[n][r]??n,e)}var Oc=e=>{const{present:t,children:n}=e,r=gP(t),o=typeof n=="function"?n({present:r.isPresent}):C.Children.only(n),i=Lt(r.ref,mP(o));return typeof n=="function"||r.isPresent?C.cloneElement(o,{ref:i}):null};Oc.displayName="Presence";function gP(e){const[t,n]=C.useState(),r=C.useRef(null),o=C.useRef(e),i=C.useRef("none"),a=e?"mounted":"unmounted",[s,u]=hP(a,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return C.useEffect(()=>{const l=zr(r.current);i.current=s==="mounted"?l:"none"},[s]),Dt(()=>{const l=r.current,c=o.current;if(c!==e){const f=i.current,p=zr(l);e?u("MOUNT"):p==="none"||(l==null?void 0:l.display)==="none"?u("UNMOUNT"):u(c&&f!==p?"ANIMATION_OUT":"UNMOUNT"),o.current=e}},[e,u]),Dt(()=>{if(t){let l;const c=t.ownerDocument.defaultView??window,d=p=>{const h=zr(r.current).includes(CSS.escape(p.animationName));if(p.target===t&&h&&(u("ANIMATION_END"),!o.current)){const m=t.style.animationFillMode;t.style.animationFillMode="forwards",l=c.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=m)})}},f=p=>{p.target===t&&(i.current=zr(r.current))};return t.addEventListener("animationstart",f),t.addEventListener("animationcancel",d),t.addEventListener("animationend",d),()=>{c.clearTimeout(l),t.removeEventListener("animationstart",f),t.removeEventListener("animationcancel",d),t.removeEventListener("animationend",d)}}else u("ANIMATION_END")},[t,u]),{isPresent:["mounted","unmountSuspended"].includes(s),ref:C.useCallback(l=>{r.current=l?getComputedStyle(l):null,n(l)},[])}}function zr(e){return(e==null?void 0:e.animationName)||"none"}function mP(e){var r,o;let t=(r=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:r.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?e.ref:(t=(o=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:o.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}var vP=C[" useInsertionEffect ".trim().toString()]||Dt;function bP({prop:e,defaultProp:t,onChange:n=()=>{},caller:r}){const[o,i,a]=yP({defaultProp:t,onChange:n}),s=e!==void 0,u=s?e:o;{const c=C.useRef(e!==void 0);C.useEffect(()=>{const d=c.current;d!==s&&console.warn(`${r} is changing from ${d?"controlled":"uncontrolled"} to ${s?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),c.current=s},[s,r])}const l=C.useCallback(c=>{var d;if(s){const f=CP(c)?c(e):c;f!==e&&((d=a.current)==null||d.call(a,f))}else i(c)},[s,e,i,a]);return[u,l]}function yP({defaultProp:e,onChange:t}){const[n,r]=C.useState(e),o=C.useRef(n),i=C.useRef(t);return vP(()=>{i.current=t},[t]),C.useEffect(()=>{var a;o.current!==n&&((a=i.current)==null||a.call(i,n),o.current=n)},[n,o]),[n,r,i]}function CP(e){return typeof e=="function"}var oi="Popover",[db,wM]=Xv(oi,[eb]),_r=eb(),[xP,jt]=db(oi),fb=e=>{const{__scopePopover:t,children:n,open:r,defaultOpen:o,onOpenChange:i,modal:a=!1}=e,s=_r(t),u=C.useRef(null),[l,c]=C.useState(!1),[d,f]=bP({prop:r,defaultProp:o??!1,onChange:i,caller:oi});return v.jsx(cP,{...s,children:v.jsx(xP,{scope:t,contentId:eP(),triggerRef:u,open:d,onOpenChange:f,onOpenToggle:C.useCallback(()=>f(p=>!p),[f]),hasCustomAnchor:l,onCustomAnchorAdd:C.useCallback(()=>c(!0),[]),onCustomAnchorRemove:C.useCallback(()=>c(!1),[]),modal:a,children:n})})};fb.displayName=oi;var pb="PopoverAnchor",wP=C.forwardRef((e,t)=>{const{__scopePopover:n,...r}=e,o=jt(pb,n),i=_r(n),{onCustomAnchorAdd:a,onCustomAnchorRemove:s}=o;return C.useEffect(()=>(a(),()=>s()),[a,s]),v.jsx(lb,{...i,...r,ref:t})});wP.displayName=pb;var hb="PopoverTrigger",gb=C.forwardRef((e,t)=>{const{__scopePopover:n,...r}=e,o=jt(hb,n),i=_r(n),a=Lt(t,o.triggerRef),s=v.jsx(wt.button,{type:"button","aria-haspopup":"dialog","aria-expanded":o.open,"aria-controls":o.contentId,"data-state":xb(o.open),...r,ref:a,onClick:Rt(e.onClick,o.onOpenToggle)});return o.hasCustomAnchor?s:v.jsx(lb,{asChild:!0,...i,children:s})});gb.displayName=hb;var _c="PopoverPortal",[SP,IP]=db(_c,{forceMount:void 0}),mb=e=>{const{__scopePopover:t,forceMount:n,children:r,container:o}=e,i=jt(_c,t);return v.jsx(SP,{scope:t,forceMount:n,children:v.jsx(Oc,{present:n||i.open,children:v.jsx(cb,{asChild:!0,container:o,children:r})})})};mb.displayName=_c;var Vn="PopoverContent",vb=C.forwardRef((e,t)=>{const n=IP(Vn,e.__scopePopover),{forceMount:r=n.forceMount,...o}=e,i=jt(Vn,e.__scopePopover);return v.jsx(Oc,{present:r||i.open,children:i.modal?v.jsx(EP,{...o,ref:t}):v.jsx(PP,{...o,ref:t})})});vb.displayName=Vn;var AP=Zv("PopoverContent.RemoveScroll"),EP=C.forwardRef((e,t)=>{const n=jt(Vn,e.__scopePopover),r=C.useRef(null),o=Lt(t,r),i=C.useRef(!1);return C.useEffect(()=>{const a=r.current;if(a)return P2(a)},[]),v.jsx(jl,{as:AP,allowPinchZoom:!0,children:v.jsx(bb,{...e,ref:o,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:Rt(e.onCloseAutoFocus,a=>{var s;a.preventDefault(),i.current||(s=n.triggerRef.current)==null||s.focus()}),onPointerDownOutside:Rt(e.onPointerDownOutside,a=>{const s=a.detail.originalEvent,u=s.button===0&&s.ctrlKey===!0,l=s.button===2||u;i.current=l},{checkForDefaultPrevented:!1}),onFocusOutside:Rt(e.onFocusOutside,a=>a.preventDefault(),{checkForDefaultPrevented:!1})})})}),PP=C.forwardRef((e,t)=>{const n=jt(Vn,e.__scopePopover),r=C.useRef(!1),o=C.useRef(!1);return v.jsx(bb,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:i=>{var a,s;(a=e.onCloseAutoFocus)==null||a.call(e,i),i.defaultPrevented||(r.current||(s=n.triggerRef.current)==null||s.focus(),i.preventDefault()),r.current=!1,o.current=!1},onInteractOutside:i=>{var u,l;(u=e.onInteractOutside)==null||u.call(e,i),i.defaultPrevented||(r.current=!0,i.detail.originalEvent.type==="pointerdown"&&(o.current=!0));const a=i.target;((l=n.triggerRef.current)==null?void 0:l.contains(a))&&i.preventDefault(),i.detail.originalEvent.type==="focusin"&&o.current&&i.preventDefault()}})}),bb=C.forwardRef((e,t)=>{const{__scopePopover:n,trapFocus:r,onOpenAutoFocus:o,onCloseAutoFocus:i,disableOutsidePointerEvents:a,onEscapeKeyDown:s,onPointerDownOutside:u,onFocusOutside:l,onInteractOutside:c,...d}=e,f=jt(Vn,n),p=_r(n);return $E(),v.jsx(Uv,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:o,onUnmountAutoFocus:i,children:v.jsx(Yv,{asChild:!0,disableOutsidePointerEvents:a,onInteractOutside:c,onEscapeKeyDown:s,onPointerDownOutside:u,onFocusOutside:l,onDismiss:()=>f.onOpenChange(!1),children:v.jsx(dP,{"data-state":xb(f.open),role:"dialog",id:f.contentId,...p,...d,ref:t,style:{...d.style,"--radix-popover-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-popover-content-available-width":"var(--radix-popper-available-width)","--radix-popover-content-available-height":"var(--radix-popper-available-height)","--radix-popover-trigger-width":"var(--radix-popper-anchor-width)","--radix-popover-trigger-height":"var(--radix-popper-anchor-height)"}})})})}),yb="PopoverClose",RP=C.forwardRef((e,t)=>{const{__scopePopover:n,...r}=e,o=jt(yb,n);return v.jsx(wt.button,{type:"button",...r,ref:t,onClick:Rt(e.onClick,()=>o.onOpenChange(!1))})});RP.displayName=yb;var TP="PopoverArrow",Cb=C.forwardRef((e,t)=>{const{__scopePopover:n,...r}=e,o=_r(n);return v.jsx(fP,{...o,...r,ref:t})});Cb.displayName=TP;function xb(e){return e?"open":"closed"}var OP=fb,_P=gb,MP=mb,VP=vb,DP=Cb;const FP=({trigger:e,content:t,children:n,side:r="bottom",align:o="center",sideOffset:i=5,collisionPadding:a=8,open:s,onOpenChange:u})=>{const l=z.popover();return v.jsxs(OP,{open:s,onOpenChange:u,children:[v.jsx(_P,{asChild:!0,children:e}),v.jsx(MP,{children:v.jsxs(VP,{side:r,align:o,sideOffset:i,collisionPadding:a,onOpenAutoFocus:c=>c.preventDefault(),children:[v.jsx("div",{className:l.content,children:t||n}),v.jsx(DP,{className:l.arrow})]})})]})},wb=e=>{const t=n=>v.jsx(c2,{children:r=>v.jsx(e,{...n,breakpoint:r.breakpoint,isGreaterThan:o=>p2(o,r.breakpoint.value),isLessThan:o=>f2(o,r.breakpoint.value)})});return t.displayName=`WithBreakpoints(${e.displayName||e.name||"Component"})`,t};function Kt(e){"@babel/helpers - typeof";return Kt=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Kt(e)}function NP(e,t){if(Kt(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(Kt(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Sb(e){var t=NP(e,"string");return Kt(t)=="symbol"?t:t+""}function yn(e,t,n){return(t=Sb(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ch(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,r)}return n}function U(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?ch(Object(n),!0).forEach(function(r){yn(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ch(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function LP(e){if(Array.isArray(e))return e}function jP(e,t){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,o,i,a,s=[],u=!0,l=!1;try{if(i=(n=n.call(e)).next,t===0){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=i.call(n)).done)&&(s.push(r.value),s.length!==t);u=!0);}catch(c){l=!0,o=c}finally{try{if(!u&&n.return!=null&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw o}}return s}}function Wu(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function Ib(e,t){if(e){if(typeof e=="string")return Wu(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Wu(e,t):void 0}}function BP(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
100
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Re(e,t){return LP(e)||jP(e,t)||Ib(e,t)||BP()}function tt(e,t){if(e==null)return{};var n,r,o=u2(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)===-1&&{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var kP=["defaultInputValue","defaultMenuIsOpen","defaultValue","inputValue","menuIsOpen","onChange","onInputChange","onMenuClose","onMenuOpen","value"];function Mc(e){var t=e.defaultInputValue,n=t===void 0?"":t,r=e.defaultMenuIsOpen,o=r===void 0?!1:r,i=e.defaultValue,a=i===void 0?null:i,s=e.inputValue,u=e.menuIsOpen,l=e.onChange,c=e.onInputChange,d=e.onMenuClose,f=e.onMenuOpen,p=e.value,g=tt(e,kP),h=M.useState(s!==void 0?s:n),m=Re(h,2),b=m[0],y=m[1],w=M.useState(u!==void 0?u:o),I=Re(w,2),S=I[0],A=I[1],x=M.useState(p!==void 0?p:a),E=Re(x,2),O=E[0],D=E[1],B=M.useCallback(function(F,k){typeof l=="function"&&l(F,k),D(F)},[l]),L=M.useCallback(function(F,k){var T;typeof c=="function"&&(T=c(F,k)),y(T!==void 0?T:F)},[c]),P=M.useCallback(function(){typeof f=="function"&&f(),A(!0)},[f]),R=M.useCallback(function(){typeof d=="function"&&d(),A(!1)},[d]),_=s!==void 0?s:b,V=u!==void 0?u:S,j=p!==void 0?p:O;return U(U({},g),{},{inputValue:_,menuIsOpen:V,onChange:B,onInputChange:L,onMenuClose:R,onMenuOpen:P,value:j})}function ee(){return ee=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},ee.apply(null,arguments)}function GP(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function dh(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,Sb(r.key),r)}}function WP(e,t,n){return t&&dh(e.prototype,t),n&&dh(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function HP(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Co(e,t)}function Mo(e){return Mo=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},Mo(e)}function Ab(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Ab=function(){return!!e})()}function $P(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function XP(e,t){if(t&&(Kt(t)=="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return $P(e)}function ZP(e){var t=Ab();return function(){var n,r=Mo(e);if(t){var o=Mo(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return XP(this,n)}}function zP(e){if(Array.isArray(e))return Wu(e)}function YP(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function qP(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
101
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function In(e){return zP(e)||YP(e)||Ib(e)||qP()}function UP(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}function JP(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}var KP=function(){function e(n){var r=this;this._insertTag=function(o){var i;r.tags.length===0?r.insertionPoint?i=r.insertionPoint.nextSibling:r.prepend?i=r.container.firstChild:i=r.before:i=r.tags[r.tags.length-1].nextSibling,r.container.insertBefore(o,i),r.tags.push(o)},this.isSpeedy=n.speedy===void 0?!0:n.speedy,this.tags=[],this.ctr=0,this.nonce=n.nonce,this.key=n.key,this.container=n.container,this.prepend=n.prepend,this.insertionPoint=n.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(r){r.forEach(this._insertTag)},t.insert=function(r){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(JP(this));var o=this.tags[this.tags.length-1];if(this.isSpeedy){var i=UP(o);try{i.insertRule(r,i.cssRules.length)}catch{}}else o.appendChild(document.createTextNode(r));this.ctr++},t.flush=function(){this.tags.forEach(function(r){var o;return(o=r.parentNode)==null?void 0:o.removeChild(r)}),this.tags=[],this.ctr=0},e}(),Me="-ms-",Vo="-moz-",ce="-webkit-",Eb="comm",Vc="rule",Dc="decl",QP="@import",Pb="@keyframes",eR="@layer",tR=Math.abs,ii=String.fromCharCode,nR=Object.assign;function rR(e,t){return Oe(e,0)^45?(((t<<2^Oe(e,0))<<2^Oe(e,1))<<2^Oe(e,2))<<2^Oe(e,3):0}function Rb(e){return e.trim()}function oR(e,t){return(e=t.exec(e))?e[0]:e}function de(e,t,n){return e.replace(t,n)}function Hu(e,t){return e.indexOf(t)}function Oe(e,t){return e.charCodeAt(t)|0}function hr(e,t,n){return e.slice(t,n)}function nt(e){return e.length}function Fc(e){return e.length}function Yr(e,t){return t.push(e),e}function iR(e,t){return e.map(t).join("")}var ai=1,Dn=1,Tb=0,je=0,Ee=0,Wn="";function si(e,t,n,r,o,i,a){return{value:e,root:t,parent:n,type:r,props:o,children:i,line:ai,column:Dn,length:a,return:""}}function Zn(e,t){return nR(si("",null,null,"",null,null,0),e,{length:-e.length},t)}function aR(){return Ee}function sR(){return Ee=je>0?Oe(Wn,--je):0,Dn--,Ee===10&&(Dn=1,ai--),Ee}function We(){return Ee=je<Tb?Oe(Wn,je++):0,Dn++,Ee===10&&(Dn=1,ai++),Ee}function st(){return Oe(Wn,je)}function uo(){return je}function Mr(e,t){return hr(Wn,e,t)}function gr(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function Ob(e){return ai=Dn=1,Tb=nt(Wn=e),je=0,[]}function _b(e){return Wn="",e}function lo(e){return Rb(Mr(je-1,$u(e===91?e+2:e===40?e+1:e)))}function uR(e){for(;(Ee=st())&&Ee<33;)We();return gr(e)>2||gr(Ee)>3?"":" "}function lR(e,t){for(;--t&&We()&&!(Ee<48||Ee>102||Ee>57&&Ee<65||Ee>70&&Ee<97););return Mr(e,uo()+(t<6&&st()==32&&We()==32))}function $u(e){for(;We();)switch(Ee){case e:return je;case 34:case 39:e!==34&&e!==39&&$u(Ee);break;case 40:e===41&&$u(e);break;case 92:We();break}return je}function cR(e,t){for(;We()&&e+Ee!==57;)if(e+Ee===84&&st()===47)break;return"/*"+Mr(t,je-1)+"*"+ii(e===47?e:We())}function dR(e){for(;!gr(st());)We();return Mr(e,je)}function fR(e){return _b(co("",null,null,null,[""],e=Ob(e),0,[0],e))}function co(e,t,n,r,o,i,a,s,u){for(var l=0,c=0,d=a,f=0,p=0,g=0,h=1,m=1,b=1,y=0,w="",I=o,S=i,A=r,x=w;m;)switch(g=y,y=We()){case 40:if(g!=108&&Oe(x,d-1)==58){Hu(x+=de(lo(y),"&","&\f"),"&\f")!=-1&&(b=-1);break}case 34:case 39:case 91:x+=lo(y);break;case 9:case 10:case 13:case 32:x+=uR(g);break;case 92:x+=lR(uo()-1,7);continue;case 47:switch(st()){case 42:case 47:Yr(pR(cR(We(),uo()),t,n),u);break;default:x+="/"}break;case 123*h:s[l++]=nt(x)*b;case 125*h:case 59:case 0:switch(y){case 0:case 125:m=0;case 59+c:b==-1&&(x=de(x,/\f/g,"")),p>0&&nt(x)-d&&Yr(p>32?ph(x+";",r,n,d-1):ph(de(x," ","")+";",r,n,d-2),u);break;case 59:x+=";";default:if(Yr(A=fh(x,t,n,l,c,o,s,w,I=[],S=[],d),i),y===123)if(c===0)co(x,t,A,A,I,i,d,s,S);else switch(f===99&&Oe(x,3)===110?100:f){case 100:case 108:case 109:case 115:co(e,A,A,r&&Yr(fh(e,A,A,0,0,o,s,w,o,I=[],d),S),o,S,d,s,r?I:S);break;default:co(x,A,A,A,[""],S,0,s,S)}}l=c=p=0,h=b=1,w=x="",d=a;break;case 58:d=1+nt(x),p=g;default:if(h<1){if(y==123)--h;else if(y==125&&h++==0&&sR()==125)continue}switch(x+=ii(y),y*h){case 38:b=c>0?1:(x+="\f",-1);break;case 44:s[l++]=(nt(x)-1)*b,b=1;break;case 64:st()===45&&(x+=lo(We())),f=st(),c=d=nt(w=x+=dR(uo())),y++;break;case 45:g===45&&nt(x)==2&&(h=0)}}return i}function fh(e,t,n,r,o,i,a,s,u,l,c){for(var d=o-1,f=o===0?i:[""],p=Fc(f),g=0,h=0,m=0;g<r;++g)for(var b=0,y=hr(e,d+1,d=tR(h=a[g])),w=e;b<p;++b)(w=Rb(h>0?f[b]+" "+y:de(y,/&\f/g,f[b])))&&(u[m++]=w);return si(e,t,n,o===0?Vc:s,u,l,c)}function pR(e,t,n){return si(e,t,n,Eb,ii(aR()),hr(e,2,-2),0)}function ph(e,t,n,r){return si(e,t,n,Dc,hr(e,0,r),hr(e,r+1,-1),r)}function An(e,t){for(var n="",r=Fc(e),o=0;o<r;o++)n+=t(e[o],o,e,t)||"";return n}function hR(e,t,n,r){switch(e.type){case eR:if(e.children.length)break;case QP:case Dc:return e.return=e.return||e.value;case Eb:return"";case Pb:return e.return=e.value+"{"+An(e.children,r)+"}";case Vc:e.value=e.props.join(",")}return nt(n=An(e.children,r))?e.return=e.value+"{"+n+"}":""}function gR(e){var t=Fc(e);return function(n,r,o,i){for(var a="",s=0;s<t;s++)a+=e[s](n,r,o,i)||"";return a}}function mR(e){return function(t){t.root||(t=t.return)&&e(t)}}function vR(e){var t=Object.create(null);return function(n){return t[n]===void 0&&(t[n]=e(n)),t[n]}}var bR=function(t,n,r){for(var o=0,i=0;o=i,i=st(),o===38&&i===12&&(n[r]=1),!gr(i);)We();return Mr(t,je)},yR=function(t,n){var r=-1,o=44;do switch(gr(o)){case 0:o===38&&st()===12&&(n[r]=1),t[r]+=bR(je-1,n,r);break;case 2:t[r]+=lo(o);break;case 4:if(o===44){t[++r]=st()===58?"&\f":"",n[r]=t[r].length;break}default:t[r]+=ii(o)}while(o=We());return t},CR=function(t,n){return _b(yR(Ob(t),n))},hh=new WeakMap,xR=function(t){if(!(t.type!=="rule"||!t.parent||t.length<1)){for(var n=t.value,r=t.parent,o=t.column===r.column&&t.line===r.line;r.type!=="rule";)if(r=r.parent,!r)return;if(!(t.props.length===1&&n.charCodeAt(0)!==58&&!hh.get(r))&&!o){hh.set(t,!0);for(var i=[],a=CR(n,i),s=r.props,u=0,l=0;u<a.length;u++)for(var c=0;c<s.length;c++,l++)t.props[l]=i[u]?a[u].replace(/&\f/g,s[c]):s[c]+" "+a[u]}}},wR=function(t){if(t.type==="decl"){var n=t.value;n.charCodeAt(0)===108&&n.charCodeAt(2)===98&&(t.return="",t.value="")}};function Mb(e,t){switch(rR(e,t)){case 5103:return ce+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return ce+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return ce+e+Vo+e+Me+e+e;case 6828:case 4268:return ce+e+Me+e+e;case 6165:return ce+e+Me+"flex-"+e+e;case 5187:return ce+e+de(e,/(\w+).+(:[^]+)/,ce+"box-$1$2"+Me+"flex-$1$2")+e;case 5443:return ce+e+Me+"flex-item-"+de(e,/flex-|-self/,"")+e;case 4675:return ce+e+Me+"flex-line-pack"+de(e,/align-content|flex-|-self/,"")+e;case 5548:return ce+e+Me+de(e,"shrink","negative")+e;case 5292:return ce+e+Me+de(e,"basis","preferred-size")+e;case 6060:return ce+"box-"+de(e,"-grow","")+ce+e+Me+de(e,"grow","positive")+e;case 4554:return ce+de(e,/([^-])(transform)/g,"$1"+ce+"$2")+e;case 6187:return de(de(de(e,/(zoom-|grab)/,ce+"$1"),/(image-set)/,ce+"$1"),e,"")+e;case 5495:case 3959:return de(e,/(image-set\([^]*)/,ce+"$1$`$1");case 4968:return de(de(e,/(.+:)(flex-)?(.*)/,ce+"box-pack:$3"+Me+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+ce+e+e;case 4095:case 3583:case 4068:case 2532:return de(e,/(.+)-inline(.+)/,ce+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(nt(e)-1-t>6)switch(Oe(e,t+1)){case 109:if(Oe(e,t+4)!==45)break;case 102:return de(e,/(.+:)(.+)-([^]+)/,"$1"+ce+"$2-$3$1"+Vo+(Oe(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~Hu(e,"stretch")?Mb(de(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(Oe(e,t+1)!==115)break;case 6444:switch(Oe(e,nt(e)-3-(~Hu(e,"!important")&&10))){case 107:return de(e,":",":"+ce)+e;case 101:return de(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+ce+(Oe(e,14)===45?"inline-":"")+"box$3$1"+ce+"$2$3$1"+Me+"$2box$3")+e}break;case 5936:switch(Oe(e,t+11)){case 114:return ce+e+Me+de(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return ce+e+Me+de(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return ce+e+Me+de(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return ce+e+Me+e+e}return e}var SR=function(t,n,r,o){if(t.length>-1&&!t.return)switch(t.type){case Dc:t.return=Mb(t.value,t.length);break;case Pb:return An([Zn(t,{value:de(t.value,"@","@"+ce)})],o);case Vc:if(t.length)return iR(t.props,function(i){switch(oR(i,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return An([Zn(t,{props:[de(i,/:(read-\w+)/,":"+Vo+"$1")]})],o);case"::placeholder":return An([Zn(t,{props:[de(i,/:(plac\w+)/,":"+ce+"input-$1")]}),Zn(t,{props:[de(i,/:(plac\w+)/,":"+Vo+"$1")]}),Zn(t,{props:[de(i,/:(plac\w+)/,Me+"input-$1")]})],o)}return""})}},IR=[SR],AR=function(t){var n=t.key;if(n==="css"){var r=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(r,function(h){var m=h.getAttribute("data-emotion");m.indexOf(" ")!==-1&&(document.head.appendChild(h),h.setAttribute("data-s",""))})}var o=t.stylisPlugins||IR,i={},a,s=[];a=t.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+n+' "]'),function(h){for(var m=h.getAttribute("data-emotion").split(" "),b=1;b<m.length;b++)i[m[b]]=!0;s.push(h)});var u,l=[xR,wR];{var c,d=[hR,mR(function(h){c.insert(h)})],f=gR(l.concat(o,d)),p=function(m){return An(fR(m),f)};u=function(m,b,y,w){c=y,p(m?m+"{"+b.styles+"}":b.styles),w&&(g.inserted[b.name]=!0)}}var g={key:n,sheet:new KP({key:n,container:a,nonce:t.nonce,speedy:t.speedy,prepend:t.prepend,insertionPoint:t.insertionPoint}),nonce:t.nonce,inserted:i,registered:{},insert:u};return g.sheet.hydrate(s),g},Vb=br(),ER={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},PR={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},Db={};Db[Vb.ForwardRef]=ER;Db[Vb.Memo]=PR;var RR=!0;function TR(e,t,n){var r="";return n.split(" ").forEach(function(o){e[o]!==void 0?t.push(e[o]+";"):o&&(r+=o+" ")}),r}var Fb=function(t,n,r){var o=t.key+"-"+n.name;(r===!1||RR===!1)&&t.registered[o]===void 0&&(t.registered[o]=n.styles)},OR=function(t,n,r){Fb(t,n,r);var o=t.key+"-"+n.name;if(t.inserted[n.name]===void 0){var i=n;do t.insert(n===i?"."+o:"",i,t.sheet,!0),i=i.next;while(i!==void 0)}};function _R(e){for(var t=0,n,r=0,o=e.length;o>=4;++r,o-=4)n=e.charCodeAt(r)&255|(e.charCodeAt(++r)&255)<<8|(e.charCodeAt(++r)&255)<<16|(e.charCodeAt(++r)&255)<<24,n=(n&65535)*1540483477+((n>>>16)*59797<<16),n^=n>>>24,t=(n&65535)*1540483477+((n>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(o){case 3:t^=(e.charCodeAt(r+2)&255)<<16;case 2:t^=(e.charCodeAt(r+1)&255)<<8;case 1:t^=e.charCodeAt(r)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}var MR={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},VR=/[A-Z]|^ms/g,DR=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Nb=function(t){return t.charCodeAt(1)===45},gh=function(t){return t!=null&&typeof t!="boolean"},zs=vR(function(e){return Nb(e)?e:e.replace(VR,"-$&").toLowerCase()}),mh=function(t,n){switch(t){case"animation":case"animationName":if(typeof n=="string")return n.replace(DR,function(r,o,i){return rt={name:o,styles:i,next:rt},o})}return MR[t]!==1&&!Nb(t)&&typeof n=="number"&&n!==0?n+"px":n};function mr(e,t,n){if(n==null)return"";var r=n;if(r.__emotion_styles!==void 0)return r;switch(typeof n){case"boolean":return"";case"object":{var o=n;if(o.anim===1)return rt={name:o.name,styles:o.styles,next:rt},o.name;var i=n;if(i.styles!==void 0){var a=i.next;if(a!==void 0)for(;a!==void 0;)rt={name:a.name,styles:a.styles,next:rt},a=a.next;var s=i.styles+";";return s}return FR(e,t,n)}case"function":{if(e!==void 0){var u=rt,l=n(e);return rt=u,mr(e,t,l)}break}}var c=n;return c}function FR(e,t,n){var r="";if(Array.isArray(n))for(var o=0;o<n.length;o++)r+=mr(e,t,n[o])+";";else for(var i in n){var a=n[i];if(typeof a!="object"){var s=a;gh(s)&&(r+=zs(i)+":"+mh(i,s)+";")}else if(Array.isArray(a)&&typeof a[0]=="string"&&t==null)for(var u=0;u<a.length;u++)gh(a[u])&&(r+=zs(i)+":"+mh(i,a[u])+";");else{var l=mr(e,t,a);switch(i){case"animation":case"animationName":{r+=zs(i)+":"+l+";";break}default:r+=i+"{"+l+"}"}}}return r}var vh=/label:\s*([^\s;{]+)\s*(;|$)/g,rt;function Lb(e,t,n){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var r=!0,o="";rt=void 0;var i=e[0];if(i==null||i.raw===void 0)r=!1,o+=mr(n,t,i);else{var a=i;o+=a[0]}for(var s=1;s<e.length;s++)if(o+=mr(n,t,e[s]),r){var u=i;o+=u[s]}vh.lastIndex=0;for(var l="",c;(c=vh.exec(o))!==null;)l+="-"+c[1];var d=_R(o)+l;return{name:d,styles:o,next:rt}}var NR=function(t){return t()},LR=C.useInsertionEffect?C.useInsertionEffect:!1,jR=LR||NR,jb=C.createContext(typeof HTMLElement<"u"?AR({key:"css"}):null);jb.Provider;var BR=function(t){return M.forwardRef(function(n,r){var o=M.useContext(jb);return t(n,o,r)})},kR=C.createContext({}),Nc={}.hasOwnProperty,Xu="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",GR=function(t,n){var r={};for(var o in n)Nc.call(n,o)&&(r[o]=n[o]);return r[Xu]=t,r},WR=function(t){var n=t.cache,r=t.serialized,o=t.isStringTag;return Fb(n,r,o),jR(function(){return OR(n,r,o)}),null},HR=BR(function(e,t,n){var r=e.css;typeof r=="string"&&t.registered[r]!==void 0&&(r=t.registered[r]);var o=e[Xu],i=[r],a="";typeof e.className=="string"?a=TR(t.registered,i,e.className):e.className!=null&&(a=e.className+" ");var s=Lb(i,void 0,C.useContext(kR));a+=t.key+"-"+s.name;var u={};for(var l in e)Nc.call(e,l)&&l!=="css"&&l!==Xu&&(u[l]=e[l]);return u.className=a,n&&(u.ref=n),C.createElement(C.Fragment,null,C.createElement(WR,{cache:t,serialized:s,isStringTag:typeof o=="string"}),C.createElement(o,u))}),$R=HR,K=function(t,n){var r=arguments;if(n==null||!Nc.call(n,"css"))return C.createElement.apply(void 0,r);var o=r.length,i=new Array(o);i[0]=$R,i[1]=GR(t,n);for(var a=2;a<o;a++)i[a]=r[a];return C.createElement.apply(null,i)};(function(e){var t;t||(t=e.JSX||(e.JSX={}))})(K||(K={}));function Lc(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Lb(t)}function XR(){var e=Lc.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}function ZR(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}var Zu=M.useLayoutEffect,zR=["className","clearValue","cx","getStyles","getClassNames","getValue","hasValue","isMulti","isRtl","options","selectOption","selectProps","setValue","theme"],Do=function(){};function YR(e,t){return t?t[0]==="-"?e+t:e+"__"+t:e}function qR(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];var i=[].concat(r);if(t&&e)for(var a in t)t.hasOwnProperty(a)&&t[a]&&i.push("".concat(YR(e,a)));return i.filter(function(s){return s}).map(function(s){return String(s).trim()}).join(" ")}var Fo=function(t){return iT(t)?t.filter(Boolean):Kt(t)==="object"&&t!==null?[t]:[]},Bb=function(t){t.className,t.clearValue,t.cx,t.getStyles,t.getClassNames,t.getValue,t.hasValue,t.isMulti,t.isRtl,t.options,t.selectOption,t.selectProps,t.setValue,t.theme;var n=tt(t,zR);return U({},n)},xe=function(t,n,r){var o=t.cx,i=t.getStyles,a=t.getClassNames,s=t.className;return{css:i(n,t),className:o(r??{},a(n,t),s)}};function UR(e,t,n){if(n){var r=n(e,t);if(typeof r=="string")return r}return e}function ui(e){return[document.documentElement,document.body,window].indexOf(e)>-1}function JR(e){return ui(e)?window.innerHeight:e.clientHeight}function kb(e){return ui(e)?window.pageYOffset:e.scrollTop}function No(e,t){if(ui(e)){window.scrollTo(0,t);return}e.scrollTop=t}function KR(e){var t=getComputedStyle(e),n=t.position==="absolute",r=/(auto|scroll)/;if(t.position==="fixed")return document.documentElement;for(var o=e;o=o.parentElement;)if(t=getComputedStyle(o),!(n&&t.position==="static")&&r.test(t.overflow+t.overflowY+t.overflowX))return o;return document.documentElement}function QR(e,t,n,r){return n*((e=e/r-1)*e*e+1)+t}function qr(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:200,r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:Do,o=kb(e),i=t-o,a=10,s=0;function u(){s+=a;var l=QR(s,o,i,n);No(e,l),s<n?window.requestAnimationFrame(u):r(e)}u()}function bh(e,t){var n=e.getBoundingClientRect(),r=t.getBoundingClientRect(),o=t.offsetHeight/3;r.bottom+o>n.bottom?No(e,Math.min(t.offsetTop+t.clientHeight-e.offsetHeight+o,e.scrollHeight)):r.top-o<n.top&&No(e,Math.max(t.offsetTop-o,0))}function eT(e){var t=e.getBoundingClientRect();return{bottom:t.bottom,height:t.height,left:t.left,right:t.right,top:t.top,width:t.width}}function yh(){try{return document.createEvent("TouchEvent"),!0}catch{return!1}}function tT(){try{return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}catch{return!1}}var Gb=!1,nT={get passive(){return Gb=!0}},Ur=typeof window<"u"?window:{};Ur.addEventListener&&Ur.removeEventListener&&(Ur.addEventListener("p",Do,nT),Ur.removeEventListener("p",Do,!1));var rT=Gb;function oT(e){return e!=null}function iT(e){return Array.isArray(e)}function Kn(e,t,n){return e?t:n}var aT=function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];var i=Object.entries(t).filter(function(a){var s=Re(a,1),u=s[0];return!r.includes(u)});return i.reduce(function(a,s){var u=Re(s,2),l=u[0],c=u[1];return a[l]=c,a},{})},sT=["children","innerProps"],uT=["children","innerProps"];function lT(e){var t=e.maxHeight,n=e.menuEl,r=e.minHeight,o=e.placement,i=e.shouldScroll,a=e.isFixedPosition,s=e.controlHeight,u=KR(n),l={placement:"bottom",maxHeight:t};if(!n||!n.offsetParent)return l;var c=u.getBoundingClientRect(),d=c.height,f=n.getBoundingClientRect(),p=f.bottom,g=f.height,h=f.top,m=n.offsetParent.getBoundingClientRect(),b=m.top,y=a?window.innerHeight:JR(u),w=kb(u),I=parseInt(getComputedStyle(n).marginBottom,10),S=parseInt(getComputedStyle(n).marginTop,10),A=b-S,x=y-h,E=A+w,O=d-w-h,D=p-y+w+I,B=w+h-S,L=160;switch(o){case"auto":case"bottom":if(x>=g)return{placement:"bottom",maxHeight:t};if(O>=g&&!a)return i&&qr(u,D,L),{placement:"bottom",maxHeight:t};if(!a&&O>=r||a&&x>=r){i&&qr(u,D,L);var P=a?x-I:O-I;return{placement:"bottom",maxHeight:P}}if(o==="auto"||a){var R=t,_=a?A:E;return _>=r&&(R=Math.min(_-I-s,t)),{placement:"top",maxHeight:R}}if(o==="bottom")return i&&No(u,D),{placement:"bottom",maxHeight:t};break;case"top":if(A>=g)return{placement:"top",maxHeight:t};if(E>=g&&!a)return i&&qr(u,B,L),{placement:"top",maxHeight:t};if(!a&&E>=r||a&&A>=r){var V=t;return(!a&&E>=r||a&&A>=r)&&(V=a?A-S:E-S),i&&qr(u,B,L),{placement:"top",maxHeight:V}}return{placement:"bottom",maxHeight:t};default:throw new Error('Invalid placement provided "'.concat(o,'".'))}return l}function cT(e){var t={bottom:"top",top:"bottom"};return e?t[e]:"bottom"}var Wb=function(t){return t==="auto"?"bottom":t},dT=function(t,n){var r,o=t.placement,i=t.theme,a=i.borderRadius,s=i.spacing,u=i.colors;return U((r={label:"menu"},yn(r,cT(o),"100%"),yn(r,"position","absolute"),yn(r,"width","100%"),yn(r,"zIndex",1),r),n?{}:{backgroundColor:u.neutral0,borderRadius:a,boxShadow:"0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)",marginBottom:s.menuGutter,marginTop:s.menuGutter})},Hb=M.createContext(null),fT=function(t){var n=t.children,r=t.minMenuHeight,o=t.maxMenuHeight,i=t.menuPlacement,a=t.menuPosition,s=t.menuShouldScrollIntoView,u=t.theme,l=M.useContext(Hb)||{},c=l.setPortalPlacement,d=M.useRef(null),f=M.useState(o),p=Re(f,2),g=p[0],h=p[1],m=M.useState(null),b=Re(m,2),y=b[0],w=b[1],I=u.spacing.controlHeight;return Zu(function(){var S=d.current;if(S){var A=a==="fixed",x=s&&!A,E=lT({maxHeight:o,menuEl:S,minHeight:r,placement:i,shouldScroll:x,isFixedPosition:A,controlHeight:I});h(E.maxHeight),w(E.placement),c==null||c(E.placement)}},[o,i,a,s,r,c,I]),n({ref:d,placerProps:U(U({},t),{},{placement:y||Wb(i),maxHeight:g})})},pT=function(t){var n=t.children,r=t.innerRef,o=t.innerProps;return K("div",ee({},xe(t,"menu",{menu:!0}),{ref:r},o),n)},hT=pT,gT=function(t,n){var r=t.maxHeight,o=t.theme.spacing.baseUnit;return U({maxHeight:r,overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},n?{}:{paddingBottom:o,paddingTop:o})},mT=function(t){var n=t.children,r=t.innerProps,o=t.innerRef,i=t.isMulti;return K("div",ee({},xe(t,"menuList",{"menu-list":!0,"menu-list--is-multi":i}),{ref:o},r),n)},$b=function(t,n){var r=t.theme,o=r.spacing.baseUnit,i=r.colors;return U({textAlign:"center"},n?{}:{color:i.neutral40,padding:"".concat(o*2,"px ").concat(o*3,"px")})},vT=$b,bT=$b,yT=function(t){var n=t.children,r=n===void 0?"No options":n,o=t.innerProps,i=tt(t,sT);return K("div",ee({},xe(U(U({},i),{},{children:r,innerProps:o}),"noOptionsMessage",{"menu-notice":!0,"menu-notice--no-options":!0}),o),r)},CT=function(t){var n=t.children,r=n===void 0?"Loading...":n,o=t.innerProps,i=tt(t,uT);return K("div",ee({},xe(U(U({},i),{},{children:r,innerProps:o}),"loadingMessage",{"menu-notice":!0,"menu-notice--loading":!0}),o),r)},xT=function(t){var n=t.rect,r=t.offset,o=t.position;return{left:n.left,position:o,top:r,width:n.width,zIndex:1}},wT=function(t){var n=t.appendTo,r=t.children,o=t.controlElement,i=t.innerProps,a=t.menuPlacement,s=t.menuPosition,u=M.useRef(null),l=M.useRef(null),c=M.useState(Wb(a)),d=Re(c,2),f=d[0],p=d[1],g=M.useMemo(function(){return{setPortalPlacement:p}},[]),h=M.useState(null),m=Re(h,2),b=m[0],y=m[1],w=M.useCallback(function(){if(o){var x=eT(o),E=s==="fixed"?0:window.pageYOffset,O=x[f]+E;(O!==(b==null?void 0:b.offset)||x.left!==(b==null?void 0:b.rect.left)||x.width!==(b==null?void 0:b.rect.width))&&y({offset:O,rect:x})}},[o,s,f,b==null?void 0:b.offset,b==null?void 0:b.rect.left,b==null?void 0:b.rect.width]);Zu(function(){w()},[w]);var I=M.useCallback(function(){typeof l.current=="function"&&(l.current(),l.current=null),o&&u.current&&(l.current=Vl(o,u.current,w,{elementResize:"ResizeObserver"in window}))},[o,w]);Zu(function(){I()},[I]);var S=M.useCallback(function(x){u.current=x,I()},[I]);if(!n&&s!=="fixed"||!b)return null;var A=K("div",ee({ref:S},xe(U(U({},t),{},{offset:b.offset,position:s,rect:b.rect}),"menuPortal",{"menu-portal":!0}),i),r);return K(Hb.Provider,{value:g},n?gt.createPortal(A,n):A)},ST=function(t){var n=t.isDisabled,r=t.isRtl;return{label:"container",direction:r?"rtl":void 0,pointerEvents:n?"none":void 0,position:"relative"}},IT=function(t){var n=t.children,r=t.innerProps,o=t.isDisabled,i=t.isRtl;return K("div",ee({},xe(t,"container",{"--is-disabled":o,"--is-rtl":i}),r),n)},AT=function(t,n){var r=t.theme.spacing,o=t.isMulti,i=t.hasValue,a=t.selectProps.controlShouldRenderValue;return U({alignItems:"center",display:o&&i&&a?"flex":"grid",flex:1,flexWrap:"wrap",WebkitOverflowScrolling:"touch",position:"relative",overflow:"hidden"},n?{}:{padding:"".concat(r.baseUnit/2,"px ").concat(r.baseUnit*2,"px")})},ET=function(t){var n=t.children,r=t.innerProps,o=t.isMulti,i=t.hasValue;return K("div",ee({},xe(t,"valueContainer",{"value-container":!0,"value-container--is-multi":o,"value-container--has-value":i}),r),n)},PT=function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},RT=function(t){var n=t.children,r=t.innerProps;return K("div",ee({},xe(t,"indicatorsContainer",{indicators:!0}),r),n)},Ch,TT=["size"],OT=["innerProps","isRtl","size"];function _T(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}var MT=process.env.NODE_ENV==="production"?{name:"8mmkcg",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0"}:{name:"tj5bde-Svg",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;label:Svg;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGljYXRvcnMudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXlCSSIsImZpbGUiOiJpbmRpY2F0b3JzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWFjdE5vZGUgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3gsIGtleWZyYW1lcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHtcbiAgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWUsXG4gIENTU09iamVjdFdpdGhMYWJlbCxcbiAgR3JvdXBCYXNlLFxufSBmcm9tICcuLi90eXBlcyc7XG5pbXBvcnQgeyBnZXRTdHlsZVByb3BzIH0gZnJvbSAnLi4vdXRpbHMnO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgSWNvbnNcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBTdmcgPSAoe1xuICBzaXplLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzdmcnXSAmIHsgc2l6ZTogbnVtYmVyIH0pID0+IChcbiAgPHN2Z1xuICAgIGhlaWdodD17c2l6ZX1cbiAgICB3aWR0aD17c2l6ZX1cbiAgICB2aWV3Qm94PVwiMCAwIDIwIDIwXCJcbiAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICBjc3M9e3tcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgZmlsbDogJ2N1cnJlbnRDb2xvcicsXG4gICAgICBsaW5lSGVpZ2h0OiAxLFxuICAgICAgc3Ryb2tlOiAnY3VycmVudENvbG9yJyxcbiAgICAgIHN0cm9rZVdpZHRoOiAwLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IHR5cGUgQ3Jvc3NJY29uUHJvcHMgPSBKU1guSW50cmluc2ljRWxlbWVudHNbJ3N2ZyddICYgeyBzaXplPzogbnVtYmVyIH07XG5leHBvcnQgY29uc3QgQ3Jvc3NJY29uID0gKHByb3BzOiBDcm9zc0ljb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNMTQuMzQ4IDE0Ljg0OWMtMC40NjkgMC40NjktMS4yMjkgMC40NjktMS42OTcgMGwtMi42NTEtMy4wMzAtMi42NTEgMy4wMjljLTAuNDY5IDAuNDY5LTEuMjI5IDAuNDY5LTEuNjk3IDAtMC40NjktMC40NjktMC40NjktMS4yMjkgMC0xLjY5N2wyLjc1OC0zLjE1LTIuNzU5LTMuMTUyYy0wLjQ2OS0wLjQ2OS0wLjQ2OS0xLjIyOCAwLTEuNjk3czEuMjI4LTAuNDY5IDEuNjk3IDBsMi42NTIgMy4wMzEgMi42NTEtMy4wMzFjMC40NjktMC40NjkgMS4yMjgtMC40NjkgMS42OTcgMHMwLjQ2OSAxLjIyOSAwIDEuNjk3bC0yLjc1OCAzLjE1MiAyLjc1OCAzLjE1YzAuNDY5IDAuNDY5IDAuNDY5IDEuMjI5IDAgMS42OTh6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuZXhwb3J0IHR5cGUgRG93bkNoZXZyb25Qcm9wcyA9IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3ZnJ10gJiB7IHNpemU/OiBudW1iZXIgfTtcbmV4cG9ydCBjb25zdCBEb3duQ2hldnJvbiA9IChwcm9wczogRG93bkNoZXZyb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNNC41MTYgNy41NDhjMC40MzYtMC40NDYgMS4wNDMtMC40ODEgMS41NzYgMGwzLjkwOCAzLjc0NyAzLjkwOC0zLjc0N2MwLjUzMy0wLjQ4MSAxLjE0MS0wLjQ0NiAxLjU3NCAwIDAuNDM2IDAuNDQ1IDAuNDA4IDEuMTk3IDAgMS42MTUtMC40MDYgMC40MTgtNC42OTUgNC41MDItNC42OTUgNC41MDItMC4yMTcgMC4yMjMtMC41MDIgMC4zMzUtMC43ODcgMC4zMzVzLTAuNTctMC4xMTItMC43ODktMC4zMzVjMCAwLTQuMjg3LTQuMDg0LTQuNjk1LTQuNTAycy0wLjQzNi0xLjE3IDAtMS42MTV6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgQnV0dG9uc1xuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG5cbmV4cG9ydCBpbnRlcmZhY2UgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIC8qKiBUaGUgY2hpbGRyZW4gdG8gYmUgcmVuZGVyZWQgaW5zaWRlIHRoZSBpbmRpY2F0b3IuICovXG4gIGNoaWxkcmVuPzogUmVhY3ROb2RlO1xuICAvKiogUHJvcHMgdGhhdCB3aWxsIGJlIHBhc3NlZCBvbiB0byB0aGUgY2hpbGRyZW4uICovXG4gIGlubmVyUHJvcHM6IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snZGl2J107XG4gIC8qKiBUaGUgZm9jdXNlZCBzdGF0ZSBvZiB0aGUgc2VsZWN0LiAqL1xuICBpc0ZvY3VzZWQ6IGJvb2xlYW47XG4gIGlzRGlzYWJsZWQ6IGJvb2xlYW47XG59XG5cbmNvbnN0IGJhc2VDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgdGhlbWU6IHtcbiAgICAgIHNwYWNpbmc6IHsgYmFzZVVuaXQgfSxcbiAgICAgIGNvbG9ycyxcbiAgICB9LFxuICB9OlxuICAgIHwgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuICAgIHwgQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2luZGljYXRvckNvbnRhaW5lcicsXG4gIGRpc3BsYXk6ICdmbGV4JyxcbiAgdHJhbnNpdGlvbjogJ2NvbG9yIDE1MG1zJyxcbiAgLi4uKHVuc3R5bGVkXG4gICAgPyB7fVxuICAgIDoge1xuICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw2MCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIHBhZGRpbmc6IGJhc2VVbml0ICogMixcbiAgICAgICAgJzpob3Zlcic6IHtcbiAgICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw4MCA6IGNvbG9ycy5uZXV0cmFsNDAsXG4gICAgICAgIH0sXG4gICAgICB9KSxcbn0pO1xuXG5leHBvcnQgY29uc3QgZHJvcGRvd25JbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IERyb3Bkb3duSW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnZHJvcGRvd25JbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2Ryb3Bkb3duLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8RG93bkNoZXZyb24gLz59XG4gICAgPC9kaXY+XG4gICk7XG59O1xuXG5leHBvcnQgaW50ZXJmYWNlIENsZWFySW5kaWNhdG9yUHJvcHM8XG4gIE9wdGlvbiA9IHVua25vd24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuID0gYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPiA9IEdyb3VwQmFzZTxPcHRpb24+XG4+IGV4dGVuZHMgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWU8T3B0aW9uLCBJc011bHRpLCBHcm91cD4ge1xuICAvKiogVGhlIGNoaWxkcmVuIHRvIGJlIHJlbmRlcmVkIGluc2lkZSB0aGUgaW5kaWNhdG9yLiAqL1xuICBjaGlsZHJlbj86IFJlYWN0Tm9kZTtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xufVxuXG5leHBvcnQgY29uc3QgY2xlYXJJbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IENsZWFySW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnY2xlYXJJbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2NsZWFyLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8Q3Jvc3NJY29uIC8+fVxuICAgIDwvZGl2PlxuICApO1xufTtcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBTZXBhcmF0b3Jcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5leHBvcnQgaW50ZXJmYWNlIEluZGljYXRvclNlcGFyYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgaXNEaXNhYmxlZDogYm9vbGVhbjtcbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpbm5lclByb3BzPzogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ107XG59XG5cbmV4cG9ydCBjb25zdCBpbmRpY2F0b3JTZXBhcmF0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0Rpc2FibGVkLFxuICAgIHRoZW1lOiB7XG4gICAgICBzcGFjaW5nOiB7IGJhc2VVbml0IH0sXG4gICAgICBjb2xvcnMsXG4gICAgfSxcbiAgfTogSW5kaWNhdG9yU2VwYXJhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4sXG4gIHVuc3R5bGVkOiBib29sZWFuXG4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdpbmRpY2F0b3JTZXBhcmF0b3InLFxuICBhbGlnblNlbGY6ICdzdHJldGNoJyxcbiAgd2lkdGg6IDEsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgYmFja2dyb3VuZENvbG9yOiBpc0Rpc2FibGVkID8gY29sb3JzLm5ldXRyYWwxMCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIG1hcmdpbkJvdHRvbTogYmFzZVVuaXQgKiAyLFxuICAgICAgICBtYXJnaW5Ub3A6IGJhc2VVbml0ICogMixcbiAgICAgIH0pLFxufSk7XG5cbmV4cG9ydCBjb25zdCBJbmRpY2F0b3JTZXBhcmF0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHByb3BzOiBJbmRpY2F0b3JTZXBhcmF0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgaW5uZXJQcm9wcyB9ID0gcHJvcHM7XG4gIHJldHVybiAoXG4gICAgPHNwYW5cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgICAgey4uLmdldFN0eWxlUHJvcHMocHJvcHMsICdpbmRpY2F0b3JTZXBhcmF0b3InLCB7XG4gICAgICAgICdpbmRpY2F0b3Itc2VwYXJhdG9yJzogdHJ1ZSxcbiAgICAgIH0pfVxuICAgIC8+XG4gICk7XG59O1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIExvYWRpbmdcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBsb2FkaW5nRG90QW5pbWF0aW9ucyA9IGtleWZyYW1lc2BcbiAgMCUsIDgwJSwgMTAwJSB7IG9wYWNpdHk6IDA7IH1cbiAgNDAlIHsgb3BhY2l0eTogMTsgfVxuYDtcblxuZXhwb3J0IGNvbnN0IGxvYWRpbmdJbmRpY2F0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgc2l6ZSxcbiAgICB0aGVtZToge1xuICAgICAgY29sb3JzLFxuICAgICAgc3BhY2luZzogeyBiYXNlVW5pdCB9LFxuICAgIH0sXG4gIH06IExvYWRpbmdJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2xvYWRpbmdJbmRpY2F0b3InLFxuICBkaXNwbGF5OiAnZmxleCcsXG4gIHRyYW5zaXRpb246ICdjb2xvciAxNTBtcycsXG4gIGFsaWduU2VsZjogJ2NlbnRlcicsXG4gIGZvbnRTaXplOiBzaXplLFxuICBsaW5lSGVpZ2h0OiAxLFxuICBtYXJnaW5SaWdodDogc2l6ZSxcbiAgdGV4dEFsaWduOiAnY2VudGVyJyxcbiAgdmVydGljYWxBbGlnbjogJ21pZGRsZScsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsNjAgOiBjb2xvcnMubmV1dHJhbDIwLFxuICAgICAgICBwYWRkaW5nOiBiYXNlVW5pdCAqIDIsXG4gICAgICB9KSxcbn0pO1xuXG5pbnRlcmZhY2UgTG9hZGluZ0RvdFByb3BzIHtcbiAgZGVsYXk6IG51bWJlcjtcbiAgb2Zmc2V0OiBib29sZWFuO1xufVxuY29uc3QgTG9hZGluZ0RvdCA9ICh7IGRlbGF5LCBvZmZzZXQgfTogTG9hZGluZ0RvdFByb3BzKSA9PiAoXG4gIDxzcGFuXG4gICAgY3NzPXt7XG4gICAgICBhbmltYXRpb246IGAke2xvYWRpbmdEb3RBbmltYXRpb25zfSAxcyBlYXNlLWluLW91dCAke2RlbGF5fW1zIGluZmluaXRlO2AsXG4gICAgICBiYWNrZ3JvdW5kQ29sb3I6ICdjdXJyZW50Q29sb3InLFxuICAgICAgYm9yZGVyUmFkaXVzOiAnMWVtJyxcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgbWFyZ2luTGVmdDogb2Zmc2V0ID8gJzFlbScgOiB1bmRlZmluZWQsXG4gICAgICBoZWlnaHQ6ICcxZW0nLFxuICAgICAgdmVydGljYWxBbGlnbjogJ3RvcCcsXG4gICAgICB3aWR0aDogJzFlbScsXG4gICAgfX1cbiAgLz5cbik7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTG9hZGluZ0luZGljYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpc0Rpc2FibGVkOiBib29sZWFuO1xuICAvKiogU2V0IHNpemUgb2YgdGhlIGNvbnRhaW5lci4gKi9cbiAgc2l6ZTogbnVtYmVyO1xufVxuZXhwb3J0IGNvbnN0IExvYWRpbmdJbmRpY2F0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oe1xuICBpbm5lclByb3BzLFxuICBpc1J0bCxcbiAgc2l6ZSA9IDQsXG4gIC4uLnJlc3RQcm9wc1xufTogTG9hZGluZ0luZGljYXRvclByb3BzPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+KSA9PiB7XG4gIHJldHVybiAoXG4gICAgPGRpdlxuICAgICAgey4uLmdldFN0eWxlUHJvcHMoXG4gICAgICAgIHsgLi4ucmVzdFByb3BzLCBpbm5lclByb3BzLCBpc1J0bCwgc2l6ZSB9LFxuICAgICAgICAnbG9hZGluZ0luZGljYXRvcicsXG4gICAgICAgIHtcbiAgICAgICAgICBpbmRpY2F0b3I6IHRydWUsXG4gICAgICAgICAgJ2xvYWRpbmctaW5kaWNhdG9yJzogdHJ1ZSxcbiAgICAgICAgfVxuICAgICAgKX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIDxMb2FkaW5nRG90IGRlbGF5PXswfSBvZmZzZXQ9e2lzUnRsfSAvPlxuICAgICAgPExvYWRpbmdEb3QgZGVsYXk9ezE2MH0gb2Zmc2V0IC8+XG4gICAgICA8TG9hZGluZ0RvdCBkZWxheT17MzIwfSBvZmZzZXQ9eyFpc1J0bH0gLz5cbiAgICA8L2Rpdj5cbiAgKTtcbn07XG4iXX0= */",toString:_T},Xb=function(t){var n=t.size,r=tt(t,TT);return K("svg",ee({height:n,width:n,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:MT},r))},jc=function(t){return K(Xb,ee({size:20},t),K("path",{d:"M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"}))},Zb=function(t){return K(Xb,ee({size:20},t),K("path",{d:"M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"}))},zb=function(t,n){var r=t.isFocused,o=t.theme,i=o.spacing.baseUnit,a=o.colors;return U({label:"indicatorContainer",display:"flex",transition:"color 150ms"},n?{}:{color:r?a.neutral60:a.neutral20,padding:i*2,":hover":{color:r?a.neutral80:a.neutral40}})},VT=zb,DT=function(t){var n=t.children,r=t.innerProps;return K("div",ee({},xe(t,"dropdownIndicator",{indicator:!0,"dropdown-indicator":!0}),r),n||K(Zb,null))},FT=zb,NT=function(t){var n=t.children,r=t.innerProps;return K("div",ee({},xe(t,"clearIndicator",{indicator:!0,"clear-indicator":!0}),r),n||K(jc,null))},LT=function(t,n){var r=t.isDisabled,o=t.theme,i=o.spacing.baseUnit,a=o.colors;return U({label:"indicatorSeparator",alignSelf:"stretch",width:1},n?{}:{backgroundColor:r?a.neutral10:a.neutral20,marginBottom:i*2,marginTop:i*2})},jT=function(t){var n=t.innerProps;return K("span",ee({},n,xe(t,"indicatorSeparator",{"indicator-separator":!0})))},BT=XR(Ch||(Ch=ZR([`
|
|
87
102
|
0%, 80%, 100% { opacity: 0; }
|
|
88
103
|
40% { opacity: 1; }
|
|
89
|
-
`]))),j8=function(t,r){var o=t.isFocused,n=t.size,i=t.theme,a=i.colors,s=i.spacing.baseUnit;return J({label:"loadingIndicator",display:"flex",transition:"color 150ms",alignSelf:"center",fontSize:n,lineHeight:1,marginRight:n,textAlign:"center",verticalAlign:"middle"},r?{}:{color:o?a.neutral60:a.neutral20,padding:s*2})},Yi=function(t){var r=t.delay,o=t.offset;return Q("span",{css:Ru({animation:"".concat(V8," 1s ease-in-out ").concat(r,"ms infinite;"),backgroundColor:"currentColor",borderRadius:"1em",display:"inline-block",marginLeft:o?"1em":void 0,height:"1em",verticalAlign:"top",width:"1em"},process.env.NODE_ENV==="production"?"":";label:LoadingDot;",process.env.NODE_ENV==="production"?"":"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGljYXRvcnMudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW1RSSIsImZpbGUiOiJpbmRpY2F0b3JzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWFjdE5vZGUgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3gsIGtleWZyYW1lcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHtcbiAgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWUsXG4gIENTU09iamVjdFdpdGhMYWJlbCxcbiAgR3JvdXBCYXNlLFxufSBmcm9tICcuLi90eXBlcyc7XG5pbXBvcnQgeyBnZXRTdHlsZVByb3BzIH0gZnJvbSAnLi4vdXRpbHMnO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgSWNvbnNcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBTdmcgPSAoe1xuICBzaXplLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzdmcnXSAmIHsgc2l6ZTogbnVtYmVyIH0pID0+IChcbiAgPHN2Z1xuICAgIGhlaWdodD17c2l6ZX1cbiAgICB3aWR0aD17c2l6ZX1cbiAgICB2aWV3Qm94PVwiMCAwIDIwIDIwXCJcbiAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICBjc3M9e3tcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgZmlsbDogJ2N1cnJlbnRDb2xvcicsXG4gICAgICBsaW5lSGVpZ2h0OiAxLFxuICAgICAgc3Ryb2tlOiAnY3VycmVudENvbG9yJyxcbiAgICAgIHN0cm9rZVdpZHRoOiAwLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IHR5cGUgQ3Jvc3NJY29uUHJvcHMgPSBKU1guSW50cmluc2ljRWxlbWVudHNbJ3N2ZyddICYgeyBzaXplPzogbnVtYmVyIH07XG5leHBvcnQgY29uc3QgQ3Jvc3NJY29uID0gKHByb3BzOiBDcm9zc0ljb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNMTQuMzQ4IDE0Ljg0OWMtMC40NjkgMC40NjktMS4yMjkgMC40NjktMS42OTcgMGwtMi42NTEtMy4wMzAtMi42NTEgMy4wMjljLTAuNDY5IDAuNDY5LTEuMjI5IDAuNDY5LTEuNjk3IDAtMC40NjktMC40NjktMC40NjktMS4yMjkgMC0xLjY5N2wyLjc1OC0zLjE1LTIuNzU5LTMuMTUyYy0wLjQ2OS0wLjQ2OS0wLjQ2OS0xLjIyOCAwLTEuNjk3czEuMjI4LTAuNDY5IDEuNjk3IDBsMi42NTIgMy4wMzEgMi42NTEtMy4wMzFjMC40NjktMC40NjkgMS4yMjgtMC40NjkgMS42OTcgMHMwLjQ2OSAxLjIyOSAwIDEuNjk3bC0yLjc1OCAzLjE1MiAyLjc1OCAzLjE1YzAuNDY5IDAuNDY5IDAuNDY5IDEuMjI5IDAgMS42OTh6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuZXhwb3J0IHR5cGUgRG93bkNoZXZyb25Qcm9wcyA9IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3ZnJ10gJiB7IHNpemU/OiBudW1iZXIgfTtcbmV4cG9ydCBjb25zdCBEb3duQ2hldnJvbiA9IChwcm9wczogRG93bkNoZXZyb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNNC41MTYgNy41NDhjMC40MzYtMC40NDYgMS4wNDMtMC40ODEgMS41NzYgMGwzLjkwOCAzLjc0NyAzLjkwOC0zLjc0N2MwLjUzMy0wLjQ4MSAxLjE0MS0wLjQ0NiAxLjU3NCAwIDAuNDM2IDAuNDQ1IDAuNDA4IDEuMTk3IDAgMS42MTUtMC40MDYgMC40MTgtNC42OTUgNC41MDItNC42OTUgNC41MDItMC4yMTcgMC4yMjMtMC41MDIgMC4zMzUtMC43ODcgMC4zMzVzLTAuNTctMC4xMTItMC43ODktMC4zMzVjMCAwLTQuMjg3LTQuMDg0LTQuNjk1LTQuNTAycy0wLjQzNi0xLjE3IDAtMS42MTV6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgQnV0dG9uc1xuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG5cbmV4cG9ydCBpbnRlcmZhY2UgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIC8qKiBUaGUgY2hpbGRyZW4gdG8gYmUgcmVuZGVyZWQgaW5zaWRlIHRoZSBpbmRpY2F0b3IuICovXG4gIGNoaWxkcmVuPzogUmVhY3ROb2RlO1xuICAvKiogUHJvcHMgdGhhdCB3aWxsIGJlIHBhc3NlZCBvbiB0byB0aGUgY2hpbGRyZW4uICovXG4gIGlubmVyUHJvcHM6IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snZGl2J107XG4gIC8qKiBUaGUgZm9jdXNlZCBzdGF0ZSBvZiB0aGUgc2VsZWN0LiAqL1xuICBpc0ZvY3VzZWQ6IGJvb2xlYW47XG4gIGlzRGlzYWJsZWQ6IGJvb2xlYW47XG59XG5cbmNvbnN0IGJhc2VDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgdGhlbWU6IHtcbiAgICAgIHNwYWNpbmc6IHsgYmFzZVVuaXQgfSxcbiAgICAgIGNvbG9ycyxcbiAgICB9LFxuICB9OlxuICAgIHwgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuICAgIHwgQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2luZGljYXRvckNvbnRhaW5lcicsXG4gIGRpc3BsYXk6ICdmbGV4JyxcbiAgdHJhbnNpdGlvbjogJ2NvbG9yIDE1MG1zJyxcbiAgLi4uKHVuc3R5bGVkXG4gICAgPyB7fVxuICAgIDoge1xuICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw2MCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIHBhZGRpbmc6IGJhc2VVbml0ICogMixcbiAgICAgICAgJzpob3Zlcic6IHtcbiAgICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw4MCA6IGNvbG9ycy5uZXV0cmFsNDAsXG4gICAgICAgIH0sXG4gICAgICB9KSxcbn0pO1xuXG5leHBvcnQgY29uc3QgZHJvcGRvd25JbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IERyb3Bkb3duSW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnZHJvcGRvd25JbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2Ryb3Bkb3duLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8RG93bkNoZXZyb24gLz59XG4gICAgPC9kaXY+XG4gICk7XG59O1xuXG5leHBvcnQgaW50ZXJmYWNlIENsZWFySW5kaWNhdG9yUHJvcHM8XG4gIE9wdGlvbiA9IHVua25vd24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuID0gYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPiA9IEdyb3VwQmFzZTxPcHRpb24+XG4+IGV4dGVuZHMgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWU8T3B0aW9uLCBJc011bHRpLCBHcm91cD4ge1xuICAvKiogVGhlIGNoaWxkcmVuIHRvIGJlIHJlbmRlcmVkIGluc2lkZSB0aGUgaW5kaWNhdG9yLiAqL1xuICBjaGlsZHJlbj86IFJlYWN0Tm9kZTtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xufVxuXG5leHBvcnQgY29uc3QgY2xlYXJJbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IENsZWFySW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnY2xlYXJJbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2NsZWFyLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8Q3Jvc3NJY29uIC8+fVxuICAgIDwvZGl2PlxuICApO1xufTtcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBTZXBhcmF0b3Jcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5leHBvcnQgaW50ZXJmYWNlIEluZGljYXRvclNlcGFyYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgaXNEaXNhYmxlZDogYm9vbGVhbjtcbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpbm5lclByb3BzPzogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ107XG59XG5cbmV4cG9ydCBjb25zdCBpbmRpY2F0b3JTZXBhcmF0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0Rpc2FibGVkLFxuICAgIHRoZW1lOiB7XG4gICAgICBzcGFjaW5nOiB7IGJhc2VVbml0IH0sXG4gICAgICBjb2xvcnMsXG4gICAgfSxcbiAgfTogSW5kaWNhdG9yU2VwYXJhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4sXG4gIHVuc3R5bGVkOiBib29sZWFuXG4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdpbmRpY2F0b3JTZXBhcmF0b3InLFxuICBhbGlnblNlbGY6ICdzdHJldGNoJyxcbiAgd2lkdGg6IDEsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgYmFja2dyb3VuZENvbG9yOiBpc0Rpc2FibGVkID8gY29sb3JzLm5ldXRyYWwxMCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIG1hcmdpbkJvdHRvbTogYmFzZVVuaXQgKiAyLFxuICAgICAgICBtYXJnaW5Ub3A6IGJhc2VVbml0ICogMixcbiAgICAgIH0pLFxufSk7XG5cbmV4cG9ydCBjb25zdCBJbmRpY2F0b3JTZXBhcmF0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHByb3BzOiBJbmRpY2F0b3JTZXBhcmF0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgaW5uZXJQcm9wcyB9ID0gcHJvcHM7XG4gIHJldHVybiAoXG4gICAgPHNwYW5cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgICAgey4uLmdldFN0eWxlUHJvcHMocHJvcHMsICdpbmRpY2F0b3JTZXBhcmF0b3InLCB7XG4gICAgICAgICdpbmRpY2F0b3Itc2VwYXJhdG9yJzogdHJ1ZSxcbiAgICAgIH0pfVxuICAgIC8+XG4gICk7XG59O1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIExvYWRpbmdcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBsb2FkaW5nRG90QW5pbWF0aW9ucyA9IGtleWZyYW1lc2BcbiAgMCUsIDgwJSwgMTAwJSB7IG9wYWNpdHk6IDA7IH1cbiAgNDAlIHsgb3BhY2l0eTogMTsgfVxuYDtcblxuZXhwb3J0IGNvbnN0IGxvYWRpbmdJbmRpY2F0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgc2l6ZSxcbiAgICB0aGVtZToge1xuICAgICAgY29sb3JzLFxuICAgICAgc3BhY2luZzogeyBiYXNlVW5pdCB9LFxuICAgIH0sXG4gIH06IExvYWRpbmdJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2xvYWRpbmdJbmRpY2F0b3InLFxuICBkaXNwbGF5OiAnZmxleCcsXG4gIHRyYW5zaXRpb246ICdjb2xvciAxNTBtcycsXG4gIGFsaWduU2VsZjogJ2NlbnRlcicsXG4gIGZvbnRTaXplOiBzaXplLFxuICBsaW5lSGVpZ2h0OiAxLFxuICBtYXJnaW5SaWdodDogc2l6ZSxcbiAgdGV4dEFsaWduOiAnY2VudGVyJyxcbiAgdmVydGljYWxBbGlnbjogJ21pZGRsZScsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsNjAgOiBjb2xvcnMubmV1dHJhbDIwLFxuICAgICAgICBwYWRkaW5nOiBiYXNlVW5pdCAqIDIsXG4gICAgICB9KSxcbn0pO1xuXG5pbnRlcmZhY2UgTG9hZGluZ0RvdFByb3BzIHtcbiAgZGVsYXk6IG51bWJlcjtcbiAgb2Zmc2V0OiBib29sZWFuO1xufVxuY29uc3QgTG9hZGluZ0RvdCA9ICh7IGRlbGF5LCBvZmZzZXQgfTogTG9hZGluZ0RvdFByb3BzKSA9PiAoXG4gIDxzcGFuXG4gICAgY3NzPXt7XG4gICAgICBhbmltYXRpb246IGAke2xvYWRpbmdEb3RBbmltYXRpb25zfSAxcyBlYXNlLWluLW91dCAke2RlbGF5fW1zIGluZmluaXRlO2AsXG4gICAgICBiYWNrZ3JvdW5kQ29sb3I6ICdjdXJyZW50Q29sb3InLFxuICAgICAgYm9yZGVyUmFkaXVzOiAnMWVtJyxcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgbWFyZ2luTGVmdDogb2Zmc2V0ID8gJzFlbScgOiB1bmRlZmluZWQsXG4gICAgICBoZWlnaHQ6ICcxZW0nLFxuICAgICAgdmVydGljYWxBbGlnbjogJ3RvcCcsXG4gICAgICB3aWR0aDogJzFlbScsXG4gICAgfX1cbiAgLz5cbik7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTG9hZGluZ0luZGljYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpc0Rpc2FibGVkOiBib29sZWFuO1xuICAvKiogU2V0IHNpemUgb2YgdGhlIGNvbnRhaW5lci4gKi9cbiAgc2l6ZTogbnVtYmVyO1xufVxuZXhwb3J0IGNvbnN0IExvYWRpbmdJbmRpY2F0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oe1xuICBpbm5lclByb3BzLFxuICBpc1J0bCxcbiAgc2l6ZSA9IDQsXG4gIC4uLnJlc3RQcm9wc1xufTogTG9hZGluZ0luZGljYXRvclByb3BzPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+KSA9PiB7XG4gIHJldHVybiAoXG4gICAgPGRpdlxuICAgICAgey4uLmdldFN0eWxlUHJvcHMoXG4gICAgICAgIHsgLi4ucmVzdFByb3BzLCBpbm5lclByb3BzLCBpc1J0bCwgc2l6ZSB9LFxuICAgICAgICAnbG9hZGluZ0luZGljYXRvcicsXG4gICAgICAgIHtcbiAgICAgICAgICBpbmRpY2F0b3I6IHRydWUsXG4gICAgICAgICAgJ2xvYWRpbmctaW5kaWNhdG9yJzogdHJ1ZSxcbiAgICAgICAgfVxuICAgICAgKX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIDxMb2FkaW5nRG90IGRlbGF5PXswfSBvZmZzZXQ9e2lzUnRsfSAvPlxuICAgICAgPExvYWRpbmdEb3QgZGVsYXk9ezE2MH0gb2Zmc2V0IC8+XG4gICAgICA8TG9hZGluZ0RvdCBkZWxheT17MzIwfSBvZmZzZXQ9eyFpc1J0bH0gLz5cbiAgICA8L2Rpdj5cbiAgKTtcbn07XG4iXX0= */")})},B8=function(t){var r=t.innerProps,o=t.isRtl,n=t.size,i=n===void 0?4:n,a=De(t,E8);return Q("div",ee({},he(J(J({},a),{},{innerProps:r,isRtl:o,size:i}),"loadingIndicator",{indicator:!0,"loading-indicator":!0}),r),Q(Yi,{delay:0,offset:o}),Q(Yi,{delay:160,offset:!0}),Q(Yi,{delay:320,offset:!o}))},L8=function(t,r){var o=t.isDisabled,n=t.isFocused,i=t.theme,a=i.colors,s=i.borderRadius,u=i.spacing;return J({label:"control",alignItems:"center",cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:u.controlHeight,outline:"0 !important",position:"relative",transition:"all 100ms"},r?{}:{backgroundColor:o?a.neutral5:a.neutral0,borderColor:o?a.neutral10:n?a.primary:a.neutral20,borderRadius:s,borderStyle:"solid",borderWidth:1,boxShadow:n?"0 0 0 1px ".concat(a.primary):void 0,"&:hover":{borderColor:n?a.primary:a.neutral30}})},D8=function(t){var r=t.children,o=t.isDisabled,n=t.isFocused,i=t.innerRef,a=t.innerProps,s=t.menuIsOpen;return Q("div",ee({ref:i},he(t,"control",{control:!0,"control--is-disabled":o,"control--is-focused":n,"control--menu-is-open":s}),a,{"aria-disabled":o||void 0}),r)},G8=D8,W8=["data"],k8=function(t,r){var o=t.theme.spacing;return r?{}:{paddingBottom:o.baseUnit*2,paddingTop:o.baseUnit*2}},H8=function(t){var r=t.children,o=t.cx,n=t.getStyles,i=t.getClassNames,a=t.Heading,s=t.headingProps,u=t.innerProps,l=t.label,c=t.theme,d=t.selectProps;return Q("div",ee({},he(t,"group",{group:!0}),u),Q(a,ee({},s,{selectProps:d,theme:c,getStyles:n,getClassNames:i,cx:o}),l),Q("div",null,r))},Z8=function(t,r){var o=t.theme,n=o.colors,i=o.spacing;return J({label:"group",cursor:"default",display:"block"},r?{}:{color:n.neutral40,fontSize:"75%",fontWeight:500,marginBottom:"0.25em",paddingLeft:i.baseUnit*3,paddingRight:i.baseUnit*3,textTransform:"uppercase"})},X8=function(t){var r=cp(t);r.data;var o=De(r,W8);return Q("div",ee({},he(t,"groupHeading",{"group-heading":!0}),o))},$8=H8,z8=["innerRef","isDisabled","isHidden","inputClassName"],Y8=function(t,r){var o=t.isDisabled,n=t.value,i=t.theme,a=i.spacing,s=i.colors;return J(J({visibility:o?"hidden":"visible",transform:n?"translateZ(0)":""},q8),r?{}:{margin:a.baseUnit/2,paddingBottom:a.baseUnit/2,paddingTop:a.baseUnit/2,color:s.neutral80})},yp={gridArea:"1 / 2",font:"inherit",minWidth:"2px",border:0,margin:0,outline:0,padding:0},q8={flex:"1 1 auto",display:"inline-grid",gridArea:"1 / 1 / 2 / 3",gridTemplateColumns:"0 min-content","&:after":J({content:'attr(data-value) " "',visibility:"hidden",whiteSpace:"pre"},yp)},J8=function(t){return J({label:"input",color:"inherit",background:0,opacity:t?0:1,width:"100%"},yp)},U8=function(t){var r=t.cx,o=t.value,n=cp(t),i=n.innerRef,a=n.isDisabled,s=n.isHidden,u=n.inputClassName,l=De(n,z8);return Q("div",ee({},he(t,"input",{"input-container":!0}),{"data-value":o||""}),Q("input",ee({className:r({input:!0},u),ref:i,style:J8(s),disabled:a},l)))},Q8=U8,K8=function(t,r){var o=t.theme,n=o.spacing,i=o.borderRadius,a=o.colors;return J({label:"multiValue",display:"flex",minWidth:0},r?{}:{backgroundColor:a.neutral10,borderRadius:i/2,margin:n.baseUnit/2})},e7=function(t,r){var o=t.theme,n=o.borderRadius,i=o.colors,a=t.cropWithEllipsis;return J({overflow:"hidden",textOverflow:a||a===void 0?"ellipsis":void 0,whiteSpace:"nowrap"},r?{}:{borderRadius:n/2,color:i.neutral80,fontSize:"85%",padding:3,paddingLeft:6})},t7=function(t,r){var o=t.theme,n=o.spacing,i=o.borderRadius,a=o.colors,s=t.isFocused;return J({alignItems:"center",display:"flex"},r?{}:{borderRadius:i/2,backgroundColor:s?a.dangerLight:void 0,paddingLeft:n.baseUnit,paddingRight:n.baseUnit,":hover":{backgroundColor:a.dangerLight,color:a.danger}})},Cp=function(t){var r=t.children,o=t.innerProps;return Q("div",o,r)},r7=Cp,n7=Cp;function o7(e){var t=e.children,r=e.innerProps;return Q("div",ee({role:"button"},r),t||Q(Pu,{size:14}))}var i7=function(t){var r=t.children,o=t.components,n=t.data,i=t.innerProps,a=t.isDisabled,s=t.removeProps,u=t.selectProps,l=o.Container,c=o.Label,d=o.Remove;return Q(l,{data:n,innerProps:J(J({},he(t,"multiValue",{"multi-value":!0,"multi-value--is-disabled":a})),i),selectProps:u},Q(c,{data:n,innerProps:J({},he(t,"multiValueLabel",{"multi-value__label":!0})),selectProps:u},r),Q(d,{data:n,innerProps:J(J({},he(t,"multiValueRemove",{"multi-value__remove":!0})),{},{"aria-label":"Remove ".concat(r||"option")},s),selectProps:u}))},a7=i7,u7=function(t,r){var o=t.isDisabled,n=t.isFocused,i=t.isSelected,a=t.theme,s=a.spacing,u=a.colors;return J({label:"option",cursor:"default",display:"block",fontSize:"inherit",width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)"},r?{}:{backgroundColor:i?u.primary:n?u.primary25:"transparent",color:o?u.neutral20:i?u.neutral0:"inherit",padding:"".concat(s.baseUnit*2,"px ").concat(s.baseUnit*3,"px"),":active":{backgroundColor:o?void 0:i?u.primary:u.primary50}})},s7=function(t){var r=t.children,o=t.isDisabled,n=t.isFocused,i=t.isSelected,a=t.innerRef,s=t.innerProps;return Q("div",ee({},he(t,"option",{option:!0,"option--is-disabled":o,"option--is-focused":n,"option--is-selected":i}),{ref:a,"aria-disabled":o},s),r)},l7=s7,c7=function(t,r){var o=t.theme,n=o.spacing,i=o.colors;return J({label:"placeholder",gridArea:"1 / 1 / 2 / 3"},r?{}:{color:i.neutral50,marginLeft:n.baseUnit/2,marginRight:n.baseUnit/2})},d7=function(t){var r=t.children,o=t.innerProps;return Q("div",ee({},he(t,"placeholder",{placeholder:!0}),o),r)},f7=d7,p7=function(t,r){var o=t.isDisabled,n=t.theme,i=n.spacing,a=n.colors;return J({label:"singleValue",gridArea:"1 / 1 / 2 / 3",maxWidth:"100%",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},r?{}:{color:o?a.neutral40:a.neutral80,marginLeft:i.baseUnit/2,marginRight:i.baseUnit/2})},g7=function(t){var r=t.children,o=t.isDisabled,n=t.innerProps;return Q("div",ee({},he(t,"singleValue",{"single-value":!0,"single-value--is-disabled":o}),n),r)},v7=g7,xp={ClearIndicator:M8,Control:G8,DropdownIndicator:_8,DownChevron:hp,CrossIcon:Pu,Group:$8,GroupHeading:X8,IndicatorsContainer:S8,IndicatorSeparator:F8,Input:Q8,LoadingIndicator:B8,Menu:c8,MenuList:f8,MenuPortal:b8,LoadingMessage:m8,NoOptionsMessage:v8,MultiValue:a7,MultiValueContainer:r7,MultiValueLabel:n7,MultiValueRemove:o7,Option:l7,Placeholder:f7,SelectContainer:C8,SingleValue:v7,ValueContainer:w8},m7=function(t){return J(J({},xp),t.components)},Hc=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function h7(e,t){return!!(e===t||Hc(e)&&Hc(t))}function b7(e,t){if(e.length!==t.length)return!1;for(var r=0;r<e.length;r++)if(!h7(e[r],t[r]))return!1;return!0}function y7(e,t){t===void 0&&(t=b7);var r=null;function o(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];if(r&&r.lastThis===this&&t(n,r.lastArgs))return r.lastResult;var a=e.apply(this,n);return r={lastResult:a,lastArgs:n,lastThis:this},a}return o.clear=function(){r=null},o}function C7(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}var x7=process.env.NODE_ENV==="production"?{name:"7pg0cj-a11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap"}:{name:"1f43avz-a11yText-A11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap;label:A11yText;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkExMXlUZXh0LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFPSSIsImZpbGUiOiJBMTF5VGV4dC50c3giLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGpzeCBqc3ggKi9cbmltcG9ydCB7IEpTWCB9IGZyb20gJ3JlYWN0JztcbmltcG9ydCB7IGpzeCB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuLy8gQXNzaXN0aXZlIHRleHQgdG8gZGVzY3JpYmUgdmlzdWFsIGVsZW1lbnRzLiBIaWRkZW4gZm9yIHNpZ2h0ZWQgdXNlcnMuXG5jb25zdCBBMTF5VGV4dCA9IChwcm9wczogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ10pID0+IChcbiAgPHNwYW5cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAnYTExeVRleHQnLFxuICAgICAgekluZGV4OiA5OTk5LFxuICAgICAgYm9yZGVyOiAwLFxuICAgICAgY2xpcDogJ3JlY3QoMXB4LCAxcHgsIDFweCwgMXB4KScsXG4gICAgICBoZWlnaHQ6IDEsXG4gICAgICB3aWR0aDogMSxcbiAgICAgIHBvc2l0aW9uOiAnYWJzb2x1dGUnLFxuICAgICAgb3ZlcmZsb3c6ICdoaWRkZW4nLFxuICAgICAgcGFkZGluZzogMCxcbiAgICAgIHdoaXRlU3BhY2U6ICdub3dyYXAnLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IGRlZmF1bHQgQTExeVRleHQ7XG4iXX0= */",toString:C7},w7=function(t){return Q("span",ee({css:x7},t))},Zc=w7,I7={guidance:function(t){var r=t.isSearchable,o=t.isMulti,n=t.tabSelectsValue,i=t.context,a=t.isInitialFocus;switch(i){case"menu":return"Use Up and Down to choose options, press Enter to select the currently focused option, press Escape to exit the menu".concat(n?", press Tab to select the option and exit the menu":"",".");case"input":return a?"".concat(t["aria-label"]||"Select"," is focused ").concat(r?",type to refine list":"",", press Down to open the menu, ").concat(o?" press left to focus selected values":""):"";case"value":return"Use left and right to toggle between focused values, press Backspace to remove the currently focused value";default:return""}},onChange:function(t){var r=t.action,o=t.label,n=o===void 0?"":o,i=t.labels,a=t.isDisabled;switch(r){case"deselect-option":case"pop-value":case"remove-value":return"option ".concat(n,", deselected.");case"clear":return"All selected options have been cleared.";case"initial-input-focus":return"option".concat(i.length>1?"s":""," ").concat(i.join(","),", selected.");case"select-option":return a?"option ".concat(n," is disabled. Select another option."):"option ".concat(n,", selected.");default:return""}},onFocus:function(t){var r=t.context,o=t.focused,n=t.options,i=t.label,a=i===void 0?"":i,s=t.selectValue,u=t.isDisabled,l=t.isSelected,c=t.isAppleDevice,d=function(g,h){return g&&g.length?"".concat(g.indexOf(h)+1," of ").concat(g.length):""};if(r==="value"&&s)return"value ".concat(a," focused, ").concat(d(s,o),".");if(r==="menu"&&c){var f=u?" disabled":"",p="".concat(l?" selected":"").concat(f);return"".concat(a).concat(p,", ").concat(d(n,o),".")}return""},onFilter:function(t){var r=t.inputValue,o=t.resultsMessage;return"".concat(o).concat(r?" for search term "+r:"",".")}},S7=function(t){var r=t.ariaSelection,o=t.focusedOption,n=t.focusedValue,i=t.focusableOptions,a=t.isFocused,s=t.selectValue,u=t.selectProps,l=t.id,c=t.isAppleDevice,d=u.ariaLiveMessages,f=u.getOptionLabel,p=u.inputValue,m=u.isMulti,g=u.isOptionDisabled,h=u.isSearchable,b=u.menuIsOpen,C=u.options,S=u.screenReaderStatus,w=u.tabSelectsValue,I=u.isLoading,A=u["aria-label"],x=u["aria-live"],E=V.useMemo(function(){return J(J({},I7),d||{})},[d]),P=V.useMemo(function(){var T="";if(r&&E.onChange){var M=r.option,G=r.options,B=r.removedValue,Z=r.removedValues,R=r.value,F=function(q){return Array.isArray(q)?null:q},D=B||M||F(R),H=D?f(D):"",k=G||Z||void 0,$=k?k.map(f):[],X=J({isDisabled:D&&g(D,s),label:H,labels:$},r);T=E.onChange(X)}return T},[r,E,g,s,f]),_=V.useMemo(function(){var T="",M=o||n,G=!!(o&&s&&s.includes(o));if(M&&E.onFocus){var B={focused:M,label:f(M),isDisabled:g(M,s),isSelected:G,options:i,context:M===o?"menu":"value",selectValue:s,isAppleDevice:c};T=E.onFocus(B)}return T},[o,n,f,g,E,i,s,c]),L=V.useMemo(function(){var T="";if(b&&C.length&&!I&&E.onFilter){var M=S({count:i.length});T=E.onFilter({inputValue:p,resultsMessage:M})}return T},[i,p,b,E,C,S,I]),j=(r==null?void 0:r.action)==="initial-input-focus",O=V.useMemo(function(){var T="";if(E.guidance){var M=n?"value":b?"menu":"input";T=E.guidance({"aria-label":A,context:M,isDisabled:o&&g(o,s),isMulti:m,isSearchable:h,tabSelectsValue:w,isInitialFocus:j})}return T},[A,o,n,m,g,h,b,E,s,w,j]),N=Q(V.Fragment,null,Q("span",{id:"aria-selection"},P),Q("span",{id:"aria-focused"},_),Q("span",{id:"aria-results"},L),Q("span",{id:"aria-guidance"},O));return Q(V.Fragment,null,Q(Zc,{id:l},j&&N),Q(Zc,{"aria-live":x,"aria-atomic":"false","aria-relevant":"additions text",role:"log"},a&&!j&&N))},A7=S7,wa=[{base:"A",letters:"AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"},{base:"AA",letters:"Ꜳ"},{base:"AE",letters:"ÆǼǢ"},{base:"AO",letters:"Ꜵ"},{base:"AU",letters:"Ꜷ"},{base:"AV",letters:"ꜸꜺ"},{base:"AY",letters:"Ꜽ"},{base:"B",letters:"BⒷBḂḄḆɃƂƁ"},{base:"C",letters:"CⒸCĆĈĊČÇḈƇȻꜾ"},{base:"D",letters:"DⒹDḊĎḌḐḒḎĐƋƊƉꝹ"},{base:"DZ",letters:"DZDŽ"},{base:"Dz",letters:"DzDž"},{base:"E",letters:"EⒺEÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎ"},{base:"F",letters:"FⒻFḞƑꝻ"},{base:"G",letters:"GⒼGǴĜḠĞĠǦĢǤƓꞠꝽꝾ"},{base:"H",letters:"HⒽHĤḢḦȞḤḨḪĦⱧⱵꞍ"},{base:"I",letters:"IⒾIÌÍÎĨĪĬİÏḮỈǏȈȊỊĮḬƗ"},{base:"J",letters:"JⒿJĴɈ"},{base:"K",letters:"KⓀKḰǨḲĶḴƘⱩꝀꝂꝄꞢ"},{base:"L",letters:"LⓁLĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"},{base:"LJ",letters:"LJ"},{base:"Lj",letters:"Lj"},{base:"M",letters:"MⓂMḾṀṂⱮƜ"},{base:"N",letters:"NⓃNǸŃÑṄŇṆŅṊṈȠƝꞐꞤ"},{base:"NJ",letters:"NJ"},{base:"Nj",letters:"Nj"},{base:"O",letters:"OⓄOÒÓÔỒỐỖỔÕṌȬṎŌṐṒŎȮȰÖȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬØǾƆƟꝊꝌ"},{base:"OI",letters:"Ƣ"},{base:"OO",letters:"Ꝏ"},{base:"OU",letters:"Ȣ"},{base:"P",letters:"PⓅPṔṖƤⱣꝐꝒꝔ"},{base:"Q",letters:"QⓆQꝖꝘɊ"},{base:"R",letters:"RⓇRŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"},{base:"S",letters:"SⓈSẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"},{base:"T",letters:"TⓉTṪŤṬȚŢṰṮŦƬƮȾꞆ"},{base:"TZ",letters:"Ꜩ"},{base:"U",letters:"UⓊUÙÚÛŨṸŪṺŬÜǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"},{base:"V",letters:"VⓋVṼṾƲꝞɅ"},{base:"VY",letters:"Ꝡ"},{base:"W",letters:"WⓌWẀẂŴẆẄẈⱲ"},{base:"X",letters:"XⓍXẊẌ"},{base:"Y",letters:"YⓎYỲÝŶỸȲẎŸỶỴƳɎỾ"},{base:"Z",letters:"ZⓏZŹẐŻŽẒẔƵȤⱿⱫꝢ"},{base:"a",letters:"aⓐaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐ"},{base:"aa",letters:"ꜳ"},{base:"ae",letters:"æǽǣ"},{base:"ao",letters:"ꜵ"},{base:"au",letters:"ꜷ"},{base:"av",letters:"ꜹꜻ"},{base:"ay",letters:"ꜽ"},{base:"b",letters:"bⓑbḃḅḇƀƃɓ"},{base:"c",letters:"cⓒcćĉċčçḉƈȼꜿↄ"},{base:"d",letters:"dⓓdḋďḍḑḓḏđƌɖɗꝺ"},{base:"dz",letters:"dzdž"},{base:"e",letters:"eⓔeèéêềếễểẽēḕḗĕėëẻěȅȇẹệȩḝęḙḛɇɛǝ"},{base:"f",letters:"fⓕfḟƒꝼ"},{base:"g",letters:"gⓖgǵĝḡğġǧģǥɠꞡᵹꝿ"},{base:"h",letters:"hⓗhĥḣḧȟḥḩḫẖħⱨⱶɥ"},{base:"hv",letters:"ƕ"},{base:"i",letters:"iⓘiìíîĩīĭïḯỉǐȉȋịįḭɨı"},{base:"j",letters:"jⓙjĵǰɉ"},{base:"k",letters:"kⓚkḱǩḳķḵƙⱪꝁꝃꝅꞣ"},{base:"l",letters:"lⓛlŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇ"},{base:"lj",letters:"lj"},{base:"m",letters:"mⓜmḿṁṃɱɯ"},{base:"n",letters:"nⓝnǹńñṅňṇņṋṉƞɲʼnꞑꞥ"},{base:"nj",letters:"nj"},{base:"o",letters:"oⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿɔꝋꝍɵ"},{base:"oi",letters:"ƣ"},{base:"ou",letters:"ȣ"},{base:"oo",letters:"ꝏ"},{base:"p",letters:"pⓟpṕṗƥᵽꝑꝓꝕ"},{base:"q",letters:"qⓠqɋꝗꝙ"},{base:"r",letters:"rⓡrŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"},{base:"s",letters:"sⓢsßśṥŝṡšṧṣṩșşȿꞩꞅẛ"},{base:"t",letters:"tⓣtṫẗťṭțţṱṯŧƭʈⱦꞇ"},{base:"tz",letters:"ꜩ"},{base:"u",letters:"uⓤuùúûũṹūṻŭüǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"},{base:"v",letters:"vⓥvṽṿʋꝟʌ"},{base:"vy",letters:"ꝡ"},{base:"w",letters:"wⓦwẁẃŵẇẅẘẉⱳ"},{base:"x",letters:"xⓧxẋẍ"},{base:"y",letters:"yⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ"},{base:"z",letters:"zⓩzźẑżžẓẕƶȥɀⱬꝣ"}],E7=new RegExp("["+wa.map(function(e){return e.letters}).join("")+"]","g"),wp={};for(var qi=0;qi<wa.length;qi++)for(var Ji=wa[qi],Ui=0;Ui<Ji.letters.length;Ui++)wp[Ji.letters[Ui]]=Ji.base;var Ip=function(t){return t.replace(E7,function(r){return wp[r]})},R7=y7(Ip),Xc=function(t){return t.replace(/^\s+|\s+$/g,"")},P7=function(t){return"".concat(t.label," ").concat(t.value)},O7=function(t){return function(r,o){if(r.data.__isNew__)return!0;var n=J({ignoreCase:!0,ignoreAccents:!0,stringify:P7,trim:!0,matchFrom:"any"},t),i=n.ignoreCase,a=n.ignoreAccents,s=n.stringify,u=n.trim,l=n.matchFrom,c=u?Xc(o):o,d=u?Xc(s(r)):s(r);return i&&(c=c.toLowerCase(),d=d.toLowerCase()),a&&(c=R7(c),d=Ip(d)),l==="start"?d.substr(0,c.length)===c:d.indexOf(c)>-1}},_7=["innerRef"];function T7(e){var t=e.innerRef,r=De(e,_7),o=r8(r,"onExited","in","enter","exit","appear");return Q("input",ee({ref:t},o,{css:Ru({label:"dummyInput",background:0,border:0,caretColor:"transparent",fontSize:"inherit",gridArea:"1 / 1 / 2 / 3",outline:0,padding:0,width:1,color:"transparent",left:-100,opacity:0,position:"relative",transform:"scale(.01)"},process.env.NODE_ENV==="production"?"":";label:DummyInput;",process.env.NODE_ENV==="production"?"":"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkR1bW15SW5wdXQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXlCTSIsImZpbGUiOiJEdW1teUlucHV0LnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWYgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3ggfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5pbXBvcnQgeyByZW1vdmVQcm9wcyB9IGZyb20gJy4uL3V0aWxzJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gRHVtbXlJbnB1dCh7XG4gIGlubmVyUmVmLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydpbnB1dCddICYge1xuICByZWFkb25seSBpbm5lclJlZjogUmVmPEhUTUxJbnB1dEVsZW1lbnQ+O1xufSkge1xuICAvLyBSZW1vdmUgYW5pbWF0aW9uIHByb3BzIG5vdCBtZWFudCBmb3IgSFRNTCBlbGVtZW50c1xuICBjb25zdCBmaWx0ZXJlZFByb3BzID0gcmVtb3ZlUHJvcHMoXG4gICAgcHJvcHMsXG4gICAgJ29uRXhpdGVkJyxcbiAgICAnaW4nLFxuICAgICdlbnRlcicsXG4gICAgJ2V4aXQnLFxuICAgICdhcHBlYXInXG4gICk7XG5cbiAgcmV0dXJuIChcbiAgICA8aW5wdXRcbiAgICAgIHJlZj17aW5uZXJSZWZ9XG4gICAgICB7Li4uZmlsdGVyZWRQcm9wc31cbiAgICAgIGNzcz17e1xuICAgICAgICBsYWJlbDogJ2R1bW15SW5wdXQnLFxuICAgICAgICAvLyBnZXQgcmlkIG9mIGFueSBkZWZhdWx0IHN0eWxlc1xuICAgICAgICBiYWNrZ3JvdW5kOiAwLFxuICAgICAgICBib3JkZXI6IDAsXG4gICAgICAgIC8vIGltcG9ydGFudCEgdGhpcyBoaWRlcyB0aGUgZmxhc2hpbmcgY3Vyc29yXG4gICAgICAgIGNhcmV0Q29sb3I6ICd0cmFuc3BhcmVudCcsXG4gICAgICAgIGZvbnRTaXplOiAnaW5oZXJpdCcsXG4gICAgICAgIGdyaWRBcmVhOiAnMSAvIDEgLyAyIC8gMycsXG4gICAgICAgIG91dGxpbmU6IDAsXG4gICAgICAgIHBhZGRpbmc6IDAsXG4gICAgICAgIC8vIGltcG9ydGFudCEgd2l0aG91dCBgd2lkdGhgIGJyb3dzZXJzIHdvbid0IGFsbG93IGZvY3VzXG4gICAgICAgIHdpZHRoOiAxLFxuXG4gICAgICAgIC8vIHJlbW92ZSBjdXJzb3Igb24gZGVza3RvcFxuICAgICAgICBjb2xvcjogJ3RyYW5zcGFyZW50JyxcblxuICAgICAgICAvLyByZW1vdmUgY3Vyc29yIG9uIG1vYmlsZSB3aGlsc3QgbWFpbnRhaW5pbmcgXCJzY3JvbGwgaW50byB2aWV3XCIgYmVoYXZpb3VyXG4gICAgICAgIGxlZnQ6IC0xMDAsXG4gICAgICAgIG9wYWNpdHk6IDAsXG4gICAgICAgIHBvc2l0aW9uOiAncmVsYXRpdmUnLFxuICAgICAgICB0cmFuc2Zvcm06ICdzY2FsZSguMDEpJyxcbiAgICAgIH19XG4gICAgLz5cbiAgKTtcbn1cbiJdfQ== */")}))}var M7=function(t){t.cancelable&&t.preventDefault(),t.stopPropagation()};function N7(e){var t=e.isEnabled,r=e.onBottomArrive,o=e.onBottomLeave,n=e.onTopArrive,i=e.onTopLeave,a=V.useRef(!1),s=V.useRef(!1),u=V.useRef(0),l=V.useRef(null),c=V.useCallback(function(h,b){if(l.current!==null){var C=l.current,S=C.scrollTop,w=C.scrollHeight,I=C.clientHeight,A=l.current,x=b>0,E=w-I-S,P=!1;E>b&&a.current&&(o&&o(h),a.current=!1),x&&s.current&&(i&&i(h),s.current=!1),x&&b>E?(r&&!a.current&&r(h),A.scrollTop=w,P=!0,a.current=!0):!x&&-b>S&&(n&&!s.current&&n(h),A.scrollTop=0,P=!0,s.current=!0),P&&M7(h)}},[r,o,n,i]),d=V.useCallback(function(h){c(h,h.deltaY)},[c]),f=V.useCallback(function(h){u.current=h.changedTouches[0].clientY},[]),p=V.useCallback(function(h){var b=u.current-h.changedTouches[0].clientY;c(h,b)},[c]),m=V.useCallback(function(h){if(h){var b=K6?{passive:!1}:!1;h.addEventListener("wheel",d,b),h.addEventListener("touchstart",f,b),h.addEventListener("touchmove",p,b)}},[p,f,d]),g=V.useCallback(function(h){h&&(h.removeEventListener("wheel",d,!1),h.removeEventListener("touchstart",f,!1),h.removeEventListener("touchmove",p,!1))},[p,f,d]);return V.useEffect(function(){if(t){var h=l.current;return m(h),function(){g(h)}}},[t,m,g]),function(h){l.current=h}}var $c=["boxSizing","height","overflow","paddingRight","position"],zc={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"};function Yc(e){e.cancelable&&e.preventDefault()}function qc(e){e.stopPropagation()}function Jc(){var e=this.scrollTop,t=this.scrollHeight,r=e+this.offsetHeight;e===0?this.scrollTop=1:r===t&&(this.scrollTop=e-1)}function Uc(){return"ontouchstart"in window||navigator.maxTouchPoints}var Qc=!!(typeof window<"u"&&window.document&&window.document.createElement),Ut=0,_t={capture:!1,passive:!1};function F7(e){var t=e.isEnabled,r=e.accountForScrollbars,o=r===void 0?!0:r,n=V.useRef({}),i=V.useRef(null),a=V.useCallback(function(u){if(Qc){var l=document.body,c=l&&l.style;if(o&&$c.forEach(function(m){var g=c&&c[m];n.current[m]=g}),o&&Ut<1){var d=parseInt(n.current.paddingRight,10)||0,f=document.body?document.body.clientWidth:0,p=window.innerWidth-f+d||0;Object.keys(zc).forEach(function(m){var g=zc[m];c&&(c[m]=g)}),c&&(c.paddingRight="".concat(p,"px"))}l&&Uc()&&(l.addEventListener("touchmove",Yc,_t),u&&(u.addEventListener("touchstart",Jc,_t),u.addEventListener("touchmove",qc,_t))),Ut+=1}},[o]),s=V.useCallback(function(u){if(Qc){var l=document.body,c=l&&l.style;Ut=Math.max(Ut-1,0),o&&Ut<1&&$c.forEach(function(d){var f=n.current[d];c&&(c[d]=f)}),l&&Uc()&&(l.removeEventListener("touchmove",Yc,_t),u&&(u.removeEventListener("touchstart",Jc,_t),u.removeEventListener("touchmove",qc,_t)))}},[o]);return V.useEffect(function(){if(t){var u=i.current;return a(u),function(){s(u)}}},[t,a,s]),function(u){i.current=u}}function V7(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}var j7=function(t){var r=t.target;return r.ownerDocument.activeElement&&r.ownerDocument.activeElement.blur()},B7=process.env.NODE_ENV==="production"?{name:"1kfdb0e",styles:"position:fixed;left:0;bottom:0;right:0;top:0"}:{name:"bp8cua-ScrollManager",styles:"position:fixed;left:0;bottom:0;right:0;top:0;label:ScrollManager;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlNjcm9sbE1hbmFnZXIudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW9EVSIsImZpbGUiOiJTY3JvbGxNYW5hZ2VyLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsganN4IH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHsgRnJhZ21lbnQsIFJlYWN0RWxlbWVudCwgUmVmQ2FsbGJhY2ssIE1vdXNlRXZlbnQgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgdXNlU2Nyb2xsQ2FwdHVyZSBmcm9tICcuL3VzZVNjcm9sbENhcHR1cmUnO1xuaW1wb3J0IHVzZVNjcm9sbExvY2sgZnJvbSAnLi91c2VTY3JvbGxMb2NrJztcblxuaW50ZXJmYWNlIFByb3BzIHtcbiAgcmVhZG9ubHkgY2hpbGRyZW46IChyZWY6IFJlZkNhbGxiYWNrPEhUTUxFbGVtZW50PikgPT4gUmVhY3RFbGVtZW50O1xuICByZWFkb25seSBsb2NrRW5hYmxlZDogYm9vbGVhbjtcbiAgcmVhZG9ubHkgY2FwdHVyZUVuYWJsZWQ6IGJvb2xlYW47XG4gIHJlYWRvbmx5IG9uQm90dG9tQXJyaXZlPzogKGV2ZW50OiBXaGVlbEV2ZW50IHwgVG91Y2hFdmVudCkgPT4gdm9pZDtcbiAgcmVhZG9ubHkgb25Cb3R0b21MZWF2ZT86IChldmVudDogV2hlZWxFdmVudCB8IFRvdWNoRXZlbnQpID0+IHZvaWQ7XG4gIHJlYWRvbmx5IG9uVG9wQXJyaXZlPzogKGV2ZW50OiBXaGVlbEV2ZW50IHwgVG91Y2hFdmVudCkgPT4gdm9pZDtcbiAgcmVhZG9ubHkgb25Ub3BMZWF2ZT86IChldmVudDogV2hlZWxFdmVudCB8IFRvdWNoRXZlbnQpID0+IHZvaWQ7XG59XG5cbmNvbnN0IGJsdXJTZWxlY3RJbnB1dCA9IChldmVudDogTW91c2VFdmVudDxIVE1MRGl2RWxlbWVudD4pID0+IHtcbiAgY29uc3QgZWxlbWVudCA9IGV2ZW50LnRhcmdldCBhcyBIVE1MRGl2RWxlbWVudDtcbiAgcmV0dXJuIChcbiAgICBlbGVtZW50Lm93bmVyRG9jdW1lbnQuYWN0aXZlRWxlbWVudCAmJlxuICAgIChlbGVtZW50Lm93bmVyRG9jdW1lbnQuYWN0aXZlRWxlbWVudCBhcyBIVE1MRWxlbWVudCkuYmx1cigpXG4gICk7XG59O1xuXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBTY3JvbGxNYW5hZ2VyKHtcbiAgY2hpbGRyZW4sXG4gIGxvY2tFbmFibGVkLFxuICBjYXB0dXJlRW5hYmxlZCA9IHRydWUsXG4gIG9uQm90dG9tQXJyaXZlLFxuICBvbkJvdHRvbUxlYXZlLFxuICBvblRvcEFycml2ZSxcbiAgb25Ub3BMZWF2ZSxcbn06IFByb3BzKSB7XG4gIGNvbnN0IHNldFNjcm9sbENhcHR1cmVUYXJnZXQgPSB1c2VTY3JvbGxDYXB0dXJlKHtcbiAgICBpc0VuYWJsZWQ6IGNhcHR1cmVFbmFibGVkLFxuICAgIG9uQm90dG9tQXJyaXZlLFxuICAgIG9uQm90dG9tTGVhdmUsXG4gICAgb25Ub3BBcnJpdmUsXG4gICAgb25Ub3BMZWF2ZSxcbiAgfSk7XG4gIGNvbnN0IHNldFNjcm9sbExvY2tUYXJnZXQgPSB1c2VTY3JvbGxMb2NrKHsgaXNFbmFibGVkOiBsb2NrRW5hYmxlZCB9KTtcblxuICBjb25zdCB0YXJnZXRSZWY6IFJlZkNhbGxiYWNrPEhUTUxFbGVtZW50PiA9IChlbGVtZW50KSA9PiB7XG4gICAgc2V0U2Nyb2xsQ2FwdHVyZVRhcmdldChlbGVtZW50KTtcbiAgICBzZXRTY3JvbGxMb2NrVGFyZ2V0KGVsZW1lbnQpO1xuICB9O1xuXG4gIHJldHVybiAoXG4gICAgPEZyYWdtZW50PlxuICAgICAge2xvY2tFbmFibGVkICYmIChcbiAgICAgICAgPGRpdlxuICAgICAgICAgIG9uQ2xpY2s9e2JsdXJTZWxlY3RJbnB1dH1cbiAgICAgICAgICBjc3M9e3sgcG9zaXRpb246ICdmaXhlZCcsIGxlZnQ6IDAsIGJvdHRvbTogMCwgcmlnaHQ6IDAsIHRvcDogMCB9fVxuICAgICAgICAvPlxuICAgICAgKX1cbiAgICAgIHtjaGlsZHJlbih0YXJnZXRSZWYpfVxuICAgIDwvRnJhZ21lbnQ+XG4gICk7XG59XG4iXX0= */",toString:V7};function L7(e){var t=e.children,r=e.lockEnabled,o=e.captureEnabled,n=o===void 0?!0:o,i=e.onBottomArrive,a=e.onBottomLeave,s=e.onTopArrive,u=e.onTopLeave,l=N7({isEnabled:n,onBottomArrive:i,onBottomLeave:a,onTopArrive:s,onTopLeave:u}),c=F7({isEnabled:r}),d=function(p){l(p),c(p)};return Q(V.Fragment,null,r&&Q("div",{onClick:j7,css:B7}),t(d))}function D7(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}var G7=process.env.NODE_ENV==="production"?{name:"1a0ro4n-requiredInput",styles:"label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%"}:{name:"5kkxb2-requiredInput-RequiredInput",styles:"label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%;label:RequiredInput;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlJlcXVpcmVkSW5wdXQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWNJIiwiZmlsZSI6IlJlcXVpcmVkSW5wdXQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiLyoqIEBqc3gganN4ICovXG5pbXBvcnQgeyBGb2N1c0V2ZW50SGFuZGxlciwgRnVuY3Rpb25Db21wb25lbnQgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3ggfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmNvbnN0IFJlcXVpcmVkSW5wdXQ6IEZ1bmN0aW9uQ29tcG9uZW50PHtcbiAgcmVhZG9ubHkgbmFtZT86IHN0cmluZztcbiAgcmVhZG9ubHkgb25Gb2N1czogRm9jdXNFdmVudEhhbmRsZXI8SFRNTElucHV0RWxlbWVudD47XG59PiA9ICh7IG5hbWUsIG9uRm9jdXMgfSkgPT4gKFxuICA8aW5wdXRcbiAgICByZXF1aXJlZFxuICAgIG5hbWU9e25hbWV9XG4gICAgdGFiSW5kZXg9ey0xfVxuICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgb25Gb2N1cz17b25Gb2N1c31cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAncmVxdWlyZWRJbnB1dCcsXG4gICAgICBvcGFjaXR5OiAwLFxuICAgICAgcG9pbnRlckV2ZW50czogJ25vbmUnLFxuICAgICAgcG9zaXRpb246ICdhYnNvbHV0ZScsXG4gICAgICBib3R0b206IDAsXG4gICAgICBsZWZ0OiAwLFxuICAgICAgcmlnaHQ6IDAsXG4gICAgICB3aWR0aDogJzEwMCUnLFxuICAgIH19XG4gICAgLy8gUHJldmVudCBgU3dpdGNoaW5nIGZyb20gdW5jb250cm9sbGVkIHRvIGNvbnRyb2xsZWRgIGVycm9yXG4gICAgdmFsdWU9XCJcIlxuICAgIG9uQ2hhbmdlPXsoKSA9PiB7fX1cbiAgLz5cbik7XG5cbmV4cG9ydCBkZWZhdWx0IFJlcXVpcmVkSW5wdXQ7XG4iXX0= */",toString:D7},W7=function(t){var r=t.name,o=t.onFocus;return Q("input",{required:!0,name:r,tabIndex:-1,"aria-hidden":"true",onFocus:o,css:G7,value:"",onChange:function(){}})},k7=W7;function Ou(e){var t;return typeof window<"u"&&window.navigator!=null?e.test(((t=window.navigator.userAgentData)===null||t===void 0?void 0:t.platform)||window.navigator.platform):!1}function H7(){return Ou(/^iPhone/i)}function Sp(){return Ou(/^Mac/i)}function Z7(){return Ou(/^iPad/i)||Sp()&&navigator.maxTouchPoints>1}function X7(){return H7()||Z7()}function $7(){return Sp()||X7()}var z7=function(t){return t.label},Ap=function(t){return t.label},Ep=function(t){return t.value},Y7=function(t){return!!t.isDisabled},q7={clearIndicator:T8,container:y8,control:L8,dropdownIndicator:O8,group:k8,groupHeading:Z8,indicatorsContainer:I8,indicatorSeparator:N8,input:Y8,loadingIndicator:j8,loadingMessage:g8,menu:u8,menuList:d8,menuPortal:h8,multiValue:K8,multiValueLabel:e7,multiValueRemove:t7,noOptionsMessage:p8,option:u7,placeholder:c7,singleValue:p7,valueContainer:x8},J7={primary:"#2684FF",primary75:"#4C9AFF",primary50:"#B2D4FF",primary25:"#DEEBFF",danger:"#DE350B",dangerLight:"#FFBDAD",neutral0:"hsl(0, 0%, 100%)",neutral5:"hsl(0, 0%, 95%)",neutral10:"hsl(0, 0%, 90%)",neutral20:"hsl(0, 0%, 80%)",neutral30:"hsl(0, 0%, 70%)",neutral40:"hsl(0, 0%, 60%)",neutral50:"hsl(0, 0%, 50%)",neutral60:"hsl(0, 0%, 40%)",neutral70:"hsl(0, 0%, 30%)",neutral80:"hsl(0, 0%, 20%)",neutral90:"hsl(0, 0%, 10%)"},U7=4,Rp=4,Q7=38,K7=Rp*2,ey={baseUnit:Rp,controlHeight:Q7,menuGutter:K7},Qi={borderRadius:U7,colors:J7,spacing:ey},ty={"aria-live":"polite",backspaceRemovesValue:!0,blurInputOnSelect:Wc(),captureMenuScroll:!Wc(),classNames:{},closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:O7(),formatGroupLabel:z7,getOptionLabel:Ap,getOptionValue:Ep,isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:Y7,loadingMessage:function(){return"Loading..."},maxMenuHeight:300,minMenuHeight:140,menuIsOpen:!1,menuPlacement:"bottom",menuPosition:"absolute",menuShouldBlockScroll:!1,menuShouldScrollIntoView:!U6(),noOptionsMessage:function(){return"No options"},openMenuOnFocus:!1,openMenuOnClick:!0,options:[],pageSize:5,placeholder:"Select...",screenReaderStatus:function(t){var r=t.count;return"".concat(r," result").concat(r!==1?"s":""," available")},styles:{},tabIndex:0,tabSelectsValue:!0,unstyled:!1};function Kc(e,t,r,o){var n=_p(e,t,r),i=Tp(e,t,r),a=Op(e,t),s=tn(e,t);return{type:"option",data:t,isDisabled:n,isSelected:i,label:a,value:s,index:o}}function Gr(e,t){return e.options.map(function(r,o){if("options"in r){var n=r.options.map(function(a,s){return Kc(e,a,t,s)}).filter(function(a){return t1(e,a)});return n.length>0?{type:"group",data:r,options:n,index:o}:void 0}var i=Kc(e,r,t,o);return t1(e,i)?i:void 0}).filter(e8)}function Pp(e){return e.reduce(function(t,r){return r.type==="group"?t.push.apply(t,Bt(r.options.map(function(o){return o.data}))):t.push(r.data),t},[])}function e1(e,t){return e.reduce(function(r,o){return o.type==="group"?r.push.apply(r,Bt(o.options.map(function(n){return{data:n.data,id:"".concat(t,"-").concat(o.index,"-").concat(n.index)}}))):r.push({data:o.data,id:"".concat(t,"-").concat(o.index)}),r},[])}function ry(e,t){return Pp(Gr(e,t))}function t1(e,t){var r=e.inputValue,o=r===void 0?"":r,n=t.data,i=t.isSelected,a=t.label,s=t.value;return(!Np(e)||!i)&&Mp(e,{label:a,value:s,data:n},o)}function ny(e,t){var r=e.focusedValue,o=e.selectValue,n=o.indexOf(r);if(n>-1){var i=t.indexOf(r);if(i>-1)return r;if(n<t.length)return t[n]}return null}function oy(e,t){var r=e.focusedOption;return r&&t.indexOf(r)>-1?r:t[0]}var Ki=function(t,r){var o,n=(o=t.find(function(i){return i.data===r}))===null||o===void 0?void 0:o.id;return n||null},Op=function(t,r){return t.getOptionLabel(r)},tn=function(t,r){return t.getOptionValue(r)};function _p(e,t,r){return typeof e.isOptionDisabled=="function"?e.isOptionDisabled(t,r):!1}function Tp(e,t,r){if(r.indexOf(t)>-1)return!0;if(typeof e.isOptionSelected=="function")return e.isOptionSelected(t,r);var o=tn(e,t);return r.some(function(n){return tn(e,n)===o})}function Mp(e,t,r){return e.filterOption?e.filterOption(t,r):!0}var Np=function(t){var r=t.hideSelectedOptions,o=t.isMulti;return r===void 0?o:r},iy=1,Sn=function(e){D9(r,e);var t=k9(r);function r(o){var n;if(B9(this,r),n=t.call(this,o),n.state={ariaSelection:null,focusedOption:null,focusedOptionId:null,focusableOptionsWithIds:[],focusedValue:null,inputIsHidden:!1,isFocused:!1,selectValue:[],clearFocusValueOnUpdate:!1,prevWasFocused:!1,inputIsHiddenAfterUpdate:void 0,prevProps:void 0,instancePrefix:"",isAppleDevice:!1},n.blockOptionHover=!1,n.isComposing=!1,n.commonProps=void 0,n.initialTouchX=0,n.initialTouchY=0,n.openAfterFocus=!1,n.scrollToFocusedOptionOnUpdate=!1,n.userIsDragging=void 0,n.controlRef=null,n.getControlRef=function(u){n.controlRef=u},n.focusedOptionRef=null,n.getFocusedOptionRef=function(u){n.focusedOptionRef=u},n.menuListRef=null,n.getMenuListRef=function(u){n.menuListRef=u},n.inputRef=null,n.getInputRef=function(u){n.inputRef=u},n.focus=n.focusInput,n.blur=n.blurInput,n.onChange=function(u,l){var c=n.props,d=c.onChange,f=c.name;l.name=f,n.ariaOnChange(u,l),d(u,l)},n.setValue=function(u,l,c){var d=n.props,f=d.closeMenuOnSelect,p=d.isMulti,m=d.inputValue;n.onInputChange("",{action:"set-value",prevInputValue:m}),f&&(n.setState({inputIsHiddenAfterUpdate:!p}),n.onMenuClose()),n.setState({clearFocusValueOnUpdate:!0}),n.onChange(u,{action:l,option:c})},n.selectOption=function(u){var l=n.props,c=l.blurInputOnSelect,d=l.isMulti,f=l.name,p=n.state.selectValue,m=d&&n.isOptionSelected(u,p),g=n.isOptionDisabled(u,p);if(m){var h=n.getOptionValue(u);n.setValue(p.filter(function(b){return n.getOptionValue(b)!==h}),"deselect-option",u)}else if(!g)d?n.setValue([].concat(Bt(p),[u]),"select-option",u):n.setValue(u,"select-option");else{n.ariaOnChange(u,{action:"select-option",option:u,name:f});return}c&&n.blurInput()},n.removeValue=function(u){var l=n.props.isMulti,c=n.state.selectValue,d=n.getOptionValue(u),f=c.filter(function(m){return n.getOptionValue(m)!==d}),p=er(l,f,f[0]||null);n.onChange(p,{action:"remove-value",removedValue:u}),n.focusInput()},n.clearValue=function(){var u=n.state.selectValue;n.onChange(er(n.props.isMulti,[],null),{action:"clear",removedValues:u})},n.popValue=function(){var u=n.props.isMulti,l=n.state.selectValue,c=l[l.length-1],d=l.slice(0,l.length-1),f=er(u,d,d[0]||null);c&&n.onChange(f,{action:"pop-value",removedValue:c})},n.getFocusedOptionId=function(u){return Ki(n.state.focusableOptionsWithIds,u)},n.getFocusableOptionsWithIds=function(){return e1(Gr(n.props,n.state.selectValue),n.getElementId("option"))},n.getValue=function(){return n.state.selectValue},n.cx=function(){for(var u=arguments.length,l=new Array(u),c=0;c<u;c++)l[c]=arguments[c];return X6.apply(void 0,[n.props.classNamePrefix].concat(l))},n.getOptionLabel=function(u){return Op(n.props,u)},n.getOptionValue=function(u){return tn(n.props,u)},n.getStyles=function(u,l){var c=n.props.unstyled,d=q7[u](l,c);d.boxSizing="border-box";var f=n.props.styles[u];return f?f(d,l):d},n.getClassNames=function(u,l){var c,d;return(c=(d=n.props.classNames)[u])===null||c===void 0?void 0:c.call(d,l)},n.getElementId=function(u){return"".concat(n.state.instancePrefix,"-").concat(u)},n.getComponents=function(){return m7(n.props)},n.buildCategorizedOptions=function(){return Gr(n.props,n.state.selectValue)},n.getCategorizedOptions=function(){return n.props.menuIsOpen?n.buildCategorizedOptions():[]},n.buildFocusableOptions=function(){return Pp(n.buildCategorizedOptions())},n.getFocusableOptions=function(){return n.props.menuIsOpen?n.buildFocusableOptions():[]},n.ariaOnChange=function(u,l){n.setState({ariaSelection:J({value:u},l)})},n.onMenuMouseDown=function(u){u.button===0&&(u.stopPropagation(),u.preventDefault(),n.focusInput())},n.onMenuMouseMove=function(u){n.blockOptionHover=!1},n.onControlMouseDown=function(u){if(!u.defaultPrevented){var l=n.props.openMenuOnClick;n.state.isFocused?n.props.menuIsOpen?u.target.tagName!=="INPUT"&&u.target.tagName!=="TEXTAREA"&&n.onMenuClose():l&&n.openMenu("first"):(l&&(n.openAfterFocus=!0),n.focusInput()),u.target.tagName!=="INPUT"&&u.target.tagName!=="TEXTAREA"&&u.preventDefault()}},n.onDropdownIndicatorMouseDown=function(u){if(!(u&&u.type==="mousedown"&&u.button!==0)&&!n.props.isDisabled){var l=n.props,c=l.isMulti,d=l.menuIsOpen;n.focusInput(),d?(n.setState({inputIsHiddenAfterUpdate:!c}),n.onMenuClose()):n.openMenu("first"),u.preventDefault()}},n.onClearIndicatorMouseDown=function(u){u&&u.type==="mousedown"&&u.button!==0||(n.clearValue(),u.preventDefault(),n.openAfterFocus=!1,u.type==="touchend"?n.focusInput():setTimeout(function(){return n.focusInput()}))},n.onScroll=function(u){typeof n.props.closeMenuOnScroll=="boolean"?u.target instanceof HTMLElement&&In(u.target)&&n.props.onMenuClose():typeof n.props.closeMenuOnScroll=="function"&&n.props.closeMenuOnScroll(u)&&n.props.onMenuClose()},n.onCompositionStart=function(){n.isComposing=!0},n.onCompositionEnd=function(){n.isComposing=!1},n.onTouchStart=function(u){var l=u.touches,c=l&&l.item(0);c&&(n.initialTouchX=c.clientX,n.initialTouchY=c.clientY,n.userIsDragging=!1)},n.onTouchMove=function(u){var l=u.touches,c=l&&l.item(0);if(c){var d=Math.abs(c.clientX-n.initialTouchX),f=Math.abs(c.clientY-n.initialTouchY),p=5;n.userIsDragging=d>p||f>p}},n.onTouchEnd=function(u){n.userIsDragging||(n.controlRef&&!n.controlRef.contains(u.target)&&n.menuListRef&&!n.menuListRef.contains(u.target)&&n.blurInput(),n.initialTouchX=0,n.initialTouchY=0)},n.onControlTouchEnd=function(u){n.userIsDragging||n.onControlMouseDown(u)},n.onClearIndicatorTouchEnd=function(u){n.userIsDragging||n.onClearIndicatorMouseDown(u)},n.onDropdownIndicatorTouchEnd=function(u){n.userIsDragging||n.onDropdownIndicatorMouseDown(u)},n.handleInputChange=function(u){var l=n.props.inputValue,c=u.currentTarget.value;n.setState({inputIsHiddenAfterUpdate:!1}),n.onInputChange(c,{action:"input-change",prevInputValue:l}),n.props.menuIsOpen||n.onMenuOpen()},n.onInputFocus=function(u){n.props.onFocus&&n.props.onFocus(u),n.setState({inputIsHiddenAfterUpdate:!1,isFocused:!0}),(n.openAfterFocus||n.props.openMenuOnFocus)&&n.openMenu("first"),n.openAfterFocus=!1},n.onInputBlur=function(u){var l=n.props.inputValue;if(n.menuListRef&&n.menuListRef.contains(document.activeElement)){n.inputRef.focus();return}n.props.onBlur&&n.props.onBlur(u),n.onInputChange("",{action:"input-blur",prevInputValue:l}),n.onMenuClose(),n.setState({focusedValue:null,isFocused:!1})},n.onOptionHover=function(u){if(!(n.blockOptionHover||n.state.focusedOption===u)){var l=n.getFocusableOptions(),c=l.indexOf(u);n.setState({focusedOption:u,focusedOptionId:c>-1?n.getFocusedOptionId(u):null})}},n.shouldHideSelectedOptions=function(){return Np(n.props)},n.onValueInputFocus=function(u){u.preventDefault(),u.stopPropagation(),n.focus()},n.onKeyDown=function(u){var l=n.props,c=l.isMulti,d=l.backspaceRemovesValue,f=l.escapeClearsValue,p=l.inputValue,m=l.isClearable,g=l.isDisabled,h=l.menuIsOpen,b=l.onKeyDown,C=l.tabSelectsValue,S=l.openMenuOnFocus,w=n.state,I=w.focusedOption,A=w.focusedValue,x=w.selectValue;if(!g&&!(typeof b=="function"&&(b(u),u.defaultPrevented))){switch(n.blockOptionHover=!0,u.key){case"ArrowLeft":if(!c||p)return;n.focusValue("previous");break;case"ArrowRight":if(!c||p)return;n.focusValue("next");break;case"Delete":case"Backspace":if(p)return;if(A)n.removeValue(A);else{if(!d)return;c?n.popValue():m&&n.clearValue()}break;case"Tab":if(n.isComposing||u.shiftKey||!h||!C||!I||S&&n.isOptionSelected(I,x))return;n.selectOption(I);break;case"Enter":if(u.keyCode===229)break;if(h){if(!I||n.isComposing)return;n.selectOption(I);break}return;case"Escape":h?(n.setState({inputIsHiddenAfterUpdate:!1}),n.onInputChange("",{action:"menu-close",prevInputValue:p}),n.onMenuClose()):m&&f&&n.clearValue();break;case" ":if(p)return;if(!h){n.openMenu("first");break}if(!I)return;n.selectOption(I);break;case"ArrowUp":h?n.focusOption("up"):n.openMenu("last");break;case"ArrowDown":h?n.focusOption("down"):n.openMenu("first");break;case"PageUp":if(!h)return;n.focusOption("pageup");break;case"PageDown":if(!h)return;n.focusOption("pagedown");break;case"Home":if(!h)return;n.focusOption("first");break;case"End":if(!h)return;n.focusOption("last");break;default:return}u.preventDefault()}},n.state.instancePrefix="react-select-"+(n.props.instanceId||++iy),n.state.selectValue=Kr(o.value),o.menuIsOpen&&n.state.selectValue.length){var i=n.getFocusableOptionsWithIds(),a=n.buildFocusableOptions(),s=a.indexOf(n.state.selectValue[0]);n.state.focusableOptionsWithIds=i,n.state.focusedOption=a[s],n.state.focusedOptionId=Ki(i,a[s])}return n}return L9(r,[{key:"componentDidMount",value:function(){this.startListeningComposition(),this.startListeningToTouch(),this.props.closeMenuOnScroll&&document&&document.addEventListener&&document.addEventListener("scroll",this.onScroll,!0),this.props.autoFocus&&this.focusInput(),this.props.menuIsOpen&&this.state.focusedOption&&this.menuListRef&&this.focusedOptionRef&&Gc(this.menuListRef,this.focusedOptionRef),$7()&&this.setState({isAppleDevice:!0})}},{key:"componentDidUpdate",value:function(n){var i=this.props,a=i.isDisabled,s=i.menuIsOpen,u=this.state.isFocused;(u&&!a&&n.isDisabled||u&&s&&!n.menuIsOpen)&&this.focusInput(),u&&a&&!n.isDisabled?this.setState({isFocused:!1},this.onMenuClose):!u&&!a&&n.isDisabled&&this.inputRef===document.activeElement&&this.setState({isFocused:!0}),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(Gc(this.menuListRef,this.focusedOptionRef),this.scrollToFocusedOptionOnUpdate=!1)}},{key:"componentWillUnmount",value:function(){this.stopListeningComposition(),this.stopListeningToTouch(),document.removeEventListener("scroll",this.onScroll,!0)}},{key:"onMenuOpen",value:function(){this.props.onMenuOpen()}},{key:"onMenuClose",value:function(){this.onInputChange("",{action:"menu-close",prevInputValue:this.props.inputValue}),this.props.onMenuClose()}},{key:"onInputChange",value:function(n,i){this.props.onInputChange(n,i)}},{key:"focusInput",value:function(){this.inputRef&&this.inputRef.focus()}},{key:"blurInput",value:function(){this.inputRef&&this.inputRef.blur()}},{key:"openMenu",value:function(n){var i=this,a=this.state,s=a.selectValue,u=a.isFocused,l=this.buildFocusableOptions(),c=n==="first"?0:l.length-1;if(!this.props.isMulti){var d=l.indexOf(s[0]);d>-1&&(c=d)}this.scrollToFocusedOptionOnUpdate=!(u&&this.menuListRef),this.setState({inputIsHiddenAfterUpdate:!1,focusedValue:null,focusedOption:l[c],focusedOptionId:this.getFocusedOptionId(l[c])},function(){return i.onMenuOpen()})}},{key:"focusValue",value:function(n){var i=this.state,a=i.selectValue,s=i.focusedValue;if(this.props.isMulti){this.setState({focusedOption:null});var u=a.indexOf(s);s||(u=-1);var l=a.length-1,c=-1;if(a.length){switch(n){case"previous":u===0?c=0:u===-1?c=l:c=u-1;break;case"next":u>-1&&u<l&&(c=u+1);break}this.setState({inputIsHidden:c!==-1,focusedValue:a[c]})}}}},{key:"focusOption",value:function(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"first",i=this.props.pageSize,a=this.state.focusedOption,s=this.getFocusableOptions();if(s.length){var u=0,l=s.indexOf(a);a||(l=-1),n==="up"?u=l>0?l-1:s.length-1:n==="down"?u=(l+1)%s.length:n==="pageup"?(u=l-i,u<0&&(u=0)):n==="pagedown"?(u=l+i,u>s.length-1&&(u=s.length-1)):n==="last"&&(u=s.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:s[u],focusedValue:null,focusedOptionId:this.getFocusedOptionId(s[u])})}}},{key:"getTheme",value:function(){return this.props.theme?typeof this.props.theme=="function"?this.props.theme(Qi):J(J({},Qi),this.props.theme):Qi}},{key:"getCommonProps",value:function(){var n=this.clearValue,i=this.cx,a=this.getStyles,s=this.getClassNames,u=this.getValue,l=this.selectOption,c=this.setValue,d=this.props,f=d.isMulti,p=d.isRtl,m=d.options,g=this.hasValue();return{clearValue:n,cx:i,getStyles:a,getClassNames:s,getValue:u,hasValue:g,isMulti:f,isRtl:p,options:m,selectOption:l,selectProps:d,setValue:c,theme:this.getTheme()}}},{key:"hasValue",value:function(){var n=this.state.selectValue;return n.length>0}},{key:"hasOptions",value:function(){return!!this.getFocusableOptions().length}},{key:"isClearable",value:function(){var n=this.props,i=n.isClearable,a=n.isMulti;return i===void 0?a:i}},{key:"isOptionDisabled",value:function(n,i){return _p(this.props,n,i)}},{key:"isOptionSelected",value:function(n,i){return Tp(this.props,n,i)}},{key:"filterOption",value:function(n,i){return Mp(this.props,n,i)}},{key:"formatOptionLabel",value:function(n,i){if(typeof this.props.formatOptionLabel=="function"){var a=this.props.inputValue,s=this.state.selectValue;return this.props.formatOptionLabel(n,{context:i,inputValue:a,selectValue:s})}else return this.getOptionLabel(n)}},{key:"formatGroupLabel",value:function(n){return this.props.formatGroupLabel(n)}},{key:"startListeningComposition",value:function(){document&&document.addEventListener&&(document.addEventListener("compositionstart",this.onCompositionStart,!1),document.addEventListener("compositionend",this.onCompositionEnd,!1))}},{key:"stopListeningComposition",value:function(){document&&document.removeEventListener&&(document.removeEventListener("compositionstart",this.onCompositionStart),document.removeEventListener("compositionend",this.onCompositionEnd))}},{key:"startListeningToTouch",value:function(){document&&document.addEventListener&&(document.addEventListener("touchstart",this.onTouchStart,!1),document.addEventListener("touchmove",this.onTouchMove,!1),document.addEventListener("touchend",this.onTouchEnd,!1))}},{key:"stopListeningToTouch",value:function(){document&&document.removeEventListener&&(document.removeEventListener("touchstart",this.onTouchStart),document.removeEventListener("touchmove",this.onTouchMove),document.removeEventListener("touchend",this.onTouchEnd))}},{key:"renderInput",value:function(){var n=this.props,i=n.isDisabled,a=n.isSearchable,s=n.inputId,u=n.inputValue,l=n.tabIndex,c=n.form,d=n.menuIsOpen,f=n.required,p=this.getComponents(),m=p.Input,g=this.state,h=g.inputIsHidden,b=g.ariaSelection,C=this.commonProps,S=s||this.getElementId("input"),w=J(J(J({"aria-autocomplete":"list","aria-expanded":d,"aria-haspopup":!0,"aria-errormessage":this.props["aria-errormessage"],"aria-invalid":this.props["aria-invalid"],"aria-label":this.props["aria-label"],"aria-labelledby":this.props["aria-labelledby"],"aria-required":f,role:"combobox","aria-activedescendant":this.state.isAppleDevice?void 0:this.state.focusedOptionId||""},d&&{"aria-controls":this.getElementId("listbox")}),!a&&{"aria-readonly":!0}),this.hasValue()?(b==null?void 0:b.action)==="initial-input-focus"&&{"aria-describedby":this.getElementId("live-region")}:{"aria-describedby":this.getElementId("placeholder")});return a?y.createElement(m,ee({},C,{autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",id:S,innerRef:this.getInputRef,isDisabled:i,isHidden:h,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,spellCheck:"false",tabIndex:l,form:c,type:"text",value:u},w)):y.createElement(T7,ee({id:S,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:Qr,onFocus:this.onInputFocus,disabled:i,tabIndex:l,inputMode:"none",form:c,value:""},w))}},{key:"renderPlaceholderOrValue",value:function(){var n=this,i=this.getComponents(),a=i.MultiValue,s=i.MultiValueContainer,u=i.MultiValueLabel,l=i.MultiValueRemove,c=i.SingleValue,d=i.Placeholder,f=this.commonProps,p=this.props,m=p.controlShouldRenderValue,g=p.isDisabled,h=p.isMulti,b=p.inputValue,C=p.placeholder,S=this.state,w=S.selectValue,I=S.focusedValue,A=S.isFocused;if(!this.hasValue()||!m)return b?null:y.createElement(d,ee({},f,{key:"placeholder",isDisabled:g,isFocused:A,innerProps:{id:this.getElementId("placeholder")}}),C);if(h)return w.map(function(E,P){var _=E===I,L="".concat(n.getOptionLabel(E),"-").concat(n.getOptionValue(E));return y.createElement(a,ee({},f,{components:{Container:s,Label:u,Remove:l},isFocused:_,isDisabled:g,key:L,index:P,removeProps:{onClick:function(){return n.removeValue(E)},onTouchEnd:function(){return n.removeValue(E)},onMouseDown:function(O){O.preventDefault()}},data:E}),n.formatOptionLabel(E,"value"))});if(b)return null;var x=w[0];return y.createElement(c,ee({},f,{data:x,isDisabled:g}),this.formatOptionLabel(x,"value"))}},{key:"renderClearIndicator",value:function(){var n=this.getComponents(),i=n.ClearIndicator,a=this.commonProps,s=this.props,u=s.isDisabled,l=s.isLoading,c=this.state.isFocused;if(!this.isClearable()||!i||u||!this.hasValue()||l)return null;var d={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"};return y.createElement(i,ee({},a,{innerProps:d,isFocused:c}))}},{key:"renderLoadingIndicator",value:function(){var n=this.getComponents(),i=n.LoadingIndicator,a=this.commonProps,s=this.props,u=s.isDisabled,l=s.isLoading,c=this.state.isFocused;if(!i||!l)return null;var d={"aria-hidden":"true"};return y.createElement(i,ee({},a,{innerProps:d,isDisabled:u,isFocused:c}))}},{key:"renderIndicatorSeparator",value:function(){var n=this.getComponents(),i=n.DropdownIndicator,a=n.IndicatorSeparator;if(!i||!a)return null;var s=this.commonProps,u=this.props.isDisabled,l=this.state.isFocused;return y.createElement(a,ee({},s,{isDisabled:u,isFocused:l}))}},{key:"renderDropdownIndicator",value:function(){var n=this.getComponents(),i=n.DropdownIndicator;if(!i)return null;var a=this.commonProps,s=this.props.isDisabled,u=this.state.isFocused,l={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"};return y.createElement(i,ee({},a,{innerProps:l,isDisabled:s,isFocused:u}))}},{key:"renderMenu",value:function(){var n=this,i=this.getComponents(),a=i.Group,s=i.GroupHeading,u=i.Menu,l=i.MenuList,c=i.MenuPortal,d=i.LoadingMessage,f=i.NoOptionsMessage,p=i.Option,m=this.commonProps,g=this.state.focusedOption,h=this.props,b=h.captureMenuScroll,C=h.inputValue,S=h.isLoading,w=h.loadingMessage,I=h.minMenuHeight,A=h.maxMenuHeight,x=h.menuIsOpen,E=h.menuPlacement,P=h.menuPosition,_=h.menuPortalTarget,L=h.menuShouldBlockScroll,j=h.menuShouldScrollIntoView,O=h.noOptionsMessage,N=h.onMenuScrollToTop,T=h.onMenuScrollToBottom;if(!x)return null;var M=function(H,k){var $=H.type,X=H.data,Y=H.isDisabled,q=H.isSelected,U=H.label,K=H.value,re=g===X,W=Y?void 0:function(){return n.onOptionHover(X)},te=Y?void 0:function(){return n.selectOption(X)},ae="".concat(n.getElementId("option"),"-").concat(k),se={id:ae,onClick:te,onMouseMove:W,onMouseOver:W,tabIndex:-1,role:"option","aria-selected":n.state.isAppleDevice?void 0:q};return y.createElement(p,ee({},m,{innerProps:se,data:X,isDisabled:Y,isSelected:q,key:ae,label:U,type:$,value:K,isFocused:re,innerRef:re?n.getFocusedOptionRef:void 0}),n.formatOptionLabel(H.data,"menu"))},G;if(this.hasOptions())G=this.getCategorizedOptions().map(function(D){if(D.type==="group"){var H=D.data,k=D.options,$=D.index,X="".concat(n.getElementId("group"),"-").concat($),Y="".concat(X,"-heading");return y.createElement(a,ee({},m,{key:X,data:H,options:k,Heading:s,headingProps:{id:Y,data:D.data},label:n.formatGroupLabel(D.data)}),D.options.map(function(q){return M(q,"".concat($,"-").concat(q.index))}))}else if(D.type==="option")return M(D,"".concat(D.index))});else if(S){var B=w({inputValue:C});if(B===null)return null;G=y.createElement(d,m,B)}else{var Z=O({inputValue:C});if(Z===null)return null;G=y.createElement(f,m,Z)}var R={minMenuHeight:I,maxMenuHeight:A,menuPlacement:E,menuPosition:P,menuShouldScrollIntoView:j},F=y.createElement(s8,ee({},m,R),function(D){var H=D.ref,k=D.placerProps,$=k.placement,X=k.maxHeight;return y.createElement(u,ee({},m,R,{innerRef:H,innerProps:{onMouseDown:n.onMenuMouseDown,onMouseMove:n.onMenuMouseMove},isLoading:S,placement:$}),y.createElement(L7,{captureEnabled:b,onTopArrive:N,onBottomArrive:T,lockEnabled:L},function(Y){return y.createElement(l,ee({},m,{innerRef:function(U){n.getMenuListRef(U),Y(U)},innerProps:{role:"listbox","aria-multiselectable":m.isMulti,id:n.getElementId("listbox")},isLoading:S,maxHeight:X,focusedOption:g}),G)}))});return _||P==="fixed"?y.createElement(c,ee({},m,{appendTo:_,controlElement:this.controlRef,menuPlacement:E,menuPosition:P}),F):F}},{key:"renderFormField",value:function(){var n=this,i=this.props,a=i.delimiter,s=i.isDisabled,u=i.isMulti,l=i.name,c=i.required,d=this.state.selectValue;if(c&&!this.hasValue()&&!s)return y.createElement(k7,{name:l,onFocus:this.onValueInputFocus});if(!(!l||s))if(u)if(a){var f=d.map(function(g){return n.getOptionValue(g)}).join(a);return y.createElement("input",{name:l,type:"hidden",value:f})}else{var p=d.length>0?d.map(function(g,h){return y.createElement("input",{key:"i-".concat(h),name:l,type:"hidden",value:n.getOptionValue(g)})}):y.createElement("input",{name:l,type:"hidden",value:""});return y.createElement("div",null,p)}else{var m=d[0]?this.getOptionValue(d[0]):"";return y.createElement("input",{name:l,type:"hidden",value:m})}}},{key:"renderLiveRegion",value:function(){var n=this.commonProps,i=this.state,a=i.ariaSelection,s=i.focusedOption,u=i.focusedValue,l=i.isFocused,c=i.selectValue,d=this.getFocusableOptions();return y.createElement(A7,ee({},n,{id:this.getElementId("live-region"),ariaSelection:a,focusedOption:s,focusedValue:u,isFocused:l,selectValue:c,focusableOptions:d,isAppleDevice:this.state.isAppleDevice}))}},{key:"render",value:function(){var n=this.getComponents(),i=n.Control,a=n.IndicatorsContainer,s=n.SelectContainer,u=n.ValueContainer,l=this.props,c=l.className,d=l.id,f=l.isDisabled,p=l.menuIsOpen,m=this.state.isFocused,g=this.commonProps=this.getCommonProps();return y.createElement(s,ee({},g,{className:c,innerProps:{id:d,onKeyDown:this.onKeyDown},isDisabled:f,isFocused:m}),this.renderLiveRegion(),y.createElement(i,ee({},g,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:f,isFocused:m,menuIsOpen:p}),y.createElement(u,ee({},g,{isDisabled:f}),this.renderPlaceholderOrValue(),this.renderInput()),y.createElement(a,ee({},g,{isDisabled:f}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}],[{key:"getDerivedStateFromProps",value:function(n,i){var a=i.prevProps,s=i.clearFocusValueOnUpdate,u=i.inputIsHiddenAfterUpdate,l=i.ariaSelection,c=i.isFocused,d=i.prevWasFocused,f=i.instancePrefix,p=n.options,m=n.value,g=n.menuIsOpen,h=n.inputValue,b=n.isMulti,C=Kr(m),S={};if(a&&(m!==a.value||p!==a.options||g!==a.menuIsOpen||h!==a.inputValue)){var w=g?ry(n,C):[],I=g?e1(Gr(n,C),"".concat(f,"-option")):[],A=s?ny(i,C):null,x=oy(i,w),E=Ki(I,x);S={selectValue:C,focusedOption:x,focusedOptionId:E,focusableOptionsWithIds:I,focusedValue:A,clearFocusValueOnUpdate:!1}}var P=u!=null&&n!==a?{inputIsHidden:u,inputIsHiddenAfterUpdate:void 0}:{},_=l,L=c&&d;return c&&!L&&(_={value:er(b,C,C[0]||null),options:C,action:"initial-input-focus"},L=!d),(l==null?void 0:l.action)==="initial-input-focus"&&(_=null),J(J(J({},S),P),{},{prevProps:n,ariaSelection:_,prevWasFocused:L})}}]),r}(V.Component);Sn.defaultProps=ty;var ay=V.forwardRef(function(e,t){var r=wu(e);return y.createElement(Sn,ee({ref:t},r))}),uy=ay,sy=["defaultOptions","cacheOptions","loadOptions","options","isLoading","onInputChange","filterOption"];function ly(e){var t=e.defaultOptions,r=t===void 0?!1:t,o=e.cacheOptions,n=o===void 0?!1:o,i=e.loadOptions;e.options;var a=e.isLoading,s=a===void 0?!1:a,u=e.onInputChange,l=e.filterOption,c=l===void 0?null:l,d=De(e,sy),f=d.inputValue,p=V.useRef(void 0),m=V.useRef(!1),g=V.useState(Array.isArray(r)?r:void 0),h=we(g,2),b=h[0],C=h[1],S=V.useState(typeof f<"u"?f:""),w=we(S,2),I=w[0],A=w[1],x=V.useState(r===!0),E=we(x,2),P=E[0],_=E[1],L=V.useState(void 0),j=we(L,2),O=j[0],N=j[1],T=V.useState([]),M=we(T,2),G=M[0],B=M[1],Z=V.useState(!1),R=we(Z,2),F=R[0],D=R[1],H=V.useState({}),k=we(H,2),$=k[0],X=k[1],Y=V.useState(void 0),q=we(Y,2),U=q[0],K=q[1],re=V.useState(void 0),W=we(re,2),te=W[0],ae=W[1];n!==te&&(X({}),ae(n)),r!==U&&(C(Array.isArray(r)?r:void 0),K(r)),V.useEffect(function(){return m.current=!0,function(){m.current=!1}},[]);var se=V.useCallback(function(me,oe){if(!i)return oe();var ye=i(me,oe);ye&&typeof ye.then=="function"&&ye.then(oe,function(){return oe()})},[i]);V.useEffect(function(){r===!0&&se(I,function(me){m.current&&(C(me||[]),_(!!p.current))})},[]);var ge=V.useCallback(function(me,oe){var ye=$6(me,oe,u);if(!ye){p.current=void 0,A(""),N(""),B([]),_(!1),D(!1);return}if(n&&$[ye])A(ye),N(ye),B($[ye]),_(!1),D(!1);else{var En=p.current={};A(ye),_(!0),D(!O),se(ye,function(qt){m&&En===p.current&&(p.current=void 0,_(!1),N(ye),B(qt||[]),D(!1),X(qt?J(J({},$),{},Nt({},ye,qt)):$))})}},[n,se,O,$,u]),be=F?[]:I&&O?G:b||[];return J(J({},d),{},{options:be,isLoading:P||s,onInputChange:ge,filterOption:c})}var cy=V.forwardRef(function(e,t){var r=ly(e),o=wu(r);return y.createElement(Sn,ee({ref:t},o))}),dy=cy,fy=["allowCreateWhileLoading","createOptionPosition","formatCreateLabel","isValidNewOption","getNewOptionData","onCreateOption","options","onChange"],r1=function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",r=arguments.length>1?arguments[1]:void 0,o=arguments.length>2?arguments[2]:void 0,n=String(t).toLowerCase(),i=String(o.getOptionValue(r)).toLowerCase(),a=String(o.getOptionLabel(r)).toLowerCase();return i===n||a===n},ea={formatCreateLabel:function(t){return'Create "'.concat(t,'"')},isValidNewOption:function(t,r,o,n){return!(!t||r.some(function(i){return r1(t,i,n)})||o.some(function(i){return r1(t,i,n)}))},getNewOptionData:function(t,r){return{label:r,value:t,__isNew__:!0}}};function py(e){var t=e.allowCreateWhileLoading,r=t===void 0?!1:t,o=e.createOptionPosition,n=o===void 0?"last":o,i=e.formatCreateLabel,a=i===void 0?ea.formatCreateLabel:i,s=e.isValidNewOption,u=s===void 0?ea.isValidNewOption:s,l=e.getNewOptionData,c=l===void 0?ea.getNewOptionData:l,d=e.onCreateOption,f=e.options,p=f===void 0?[]:f,m=e.onChange,g=De(e,fy),h=g.getOptionValue,b=h===void 0?Ep:h,C=g.getOptionLabel,S=C===void 0?Ap:C,w=g.inputValue,I=g.isLoading,A=g.isMulti,x=g.value,E=g.name,P=V.useMemo(function(){return u(w,Kr(x),p,{getOptionValue:b,getOptionLabel:S})?c(w,a(w)):void 0},[a,c,S,b,w,u,p,x]),_=V.useMemo(function(){return(r||!I)&&P?n==="first"?[P].concat(Bt(p)):[].concat(Bt(p),[P]):p},[r,n,I,P,p]),L=V.useCallback(function(j,O){if(O.action!=="select-option")return m(j,O);var N=Array.isArray(j)?j:[j];if(N[N.length-1]===P){if(d)d(w);else{var T=c(w,w),M={action:"create-option",name:E,option:T};m(er(A,[].concat(Bt(Kr(x)),[T]),T),M)}return}m(j,O)},[c,w,A,E,P,d,m,x]);return J(J({},g),{},{options:_,onChange:L})}var gy=V.forwardRef(function(e,t){var r=wu(e),o=py(r);return y.createElement(Sn,ee({ref:t},o))}),vy=gy;const my=({prefix:e,suffix:t,prefixSeparator:r,suffixSeparator:o,removePrefixSpacing:n,removeSuffixSpacing:i})=>v.jsxs(v.Fragment,{children:[e&&v.jsxs(v.Fragment,{children:[v.jsx("div",{className:z.select({removePrefixSpacing:n}).selectPrefix,children:e}),r&&v.jsx("div",{className:z.select({prefix:!0,removePrefixSpacing:n}).separator})]}),t&&v.jsxs(v.Fragment,{children:[o&&v.jsx("div",{className:z.select({suffix:!0,removeSuffixSpacing:i}).separator}),v.jsx("div",{className:z.select({removeSuffixSpacing:i}).selectSuffix,children:t})]})]}),hy=({primary:e,suffix:t})=>({option:(r,o)=>({appearance:"none",borderWidth:0,height:"30px",paddingTop:"3.75px",paddingRight:"11.25px",paddingBottom:"3.75px",paddingLeft:"11.25px",borderRadius:4,fontSize:"14.25px",display:"flex",alignItems:"center",outline:0,position:"relative",margin:0,fontWeight:500,cursor:"pointer",boxSizing:"border-box",background:o.isSelected?"#7a96cc":o.isFocused?"#f5f5f5":"#fff",color:o.isSelected?"#fff":"#001166",whiteSpace:"nowrap","&:hover":{background:!o.isSelected&&"#ecf2fb"},"&:active":{background:!o.isSelected&&"#c5d2e3"}}),dropdownIndicator:(r,o)=>({...r,fill:"#9B9B9B",color:o.isFocused?"#464646":"#9B9B9B",opacity:1,width:32,display:t?"none":"block","&:hover":{color:"#464646"}}),menu:()=>({position:"absolute",marginTop:"3.75px",top:"100%",backgroundColor:"#fff",boxShadow:'0 7.5px "11.25px" 6.75px rgba(0, 0, 0, .2)',padding:"7.5px",borderRadius:3,borderWidth:1,borderStyle:"solid",borderColor:"#ecf2fb",zIndex:2,minWidth:"100%",boxSizing:"border-box"}),menuList:r=>({...r,padding:0}),control:()=>({width:"100%",display:"flex",alignItems:"center",flex:1,flexWrap:"wrap",position:"relative",boxSizing:"border-box"}),container:()=>({width:"100%"}),indicatorSeparator:()=>({display:"none"}),singleValue:r=>({...r,transition:"opacity 300ms",color:e?"#0055FF":"#464646",position:"static",transform:"none",maxWidth:"100%",order:2}),input:r=>({...r,color:e?"#0055FF":"#464646",margin:0,padding:0,order:1}),placeholder:r=>({...r,position:"static",transform:"none",order:2,fontSize:"14px",color:"#C3C3C3",lineHeight:"20px"}),multiValue:r=>({...r,background:"#FAFBFF",color:"#0055FF"}),multiValueRemove:r=>({...r,borderRadius:"50%",height:18,width:18,padding:0,marginTop:2,marginLeft:4,marginRight:2,display:"flex",alignItems:"center",justifyContent:"center",color:"#80AAFF",fill:"#80AAFF","&:hover":{background:"rgba(0, 0, 0, .1)",color:"#80AAFF",fill:"#80AAFF"}}),multiValueLabel:r=>({...r,color:"464646"})}),by=z.css({top:0,left:0,right:0,bottom:0,width:"100%",height:"100%",position:"absolute"}),yy=e=>v.jsx(xp.ClearIndicator,{...e,children:v.jsx(ze,{name:"close"})}),Cy=({css:e,flat:t,name:r,small:o,value:n,onBlur:i,prefix:a,suffix:s,invalid:u,inverse:l,isMulti:c,onFocus:d,options:f,shimmer:p,primary:m,floating:g,onChange:h,isLoading:b,onKeyDown:C,isDisabled:S,isClearable:w,loadOptions:I,placeholder:A,autoComplete:x,cacheOptions:E,defaultValue:P,insidePrefix:_,insideSuffix:L,onInputChange:j,removeMargins:O,defaultOptions:N,getOptionLabel:T,getOptionValue:M,loadingMessage:G,onCreateOption:B,focusBorderless:Z,prefixSeparator:R,suffixSeparator:F,noOptionsMessage:D,closeMenuOnSelect:H,removePrefixSpacing:k,removeSuffixSpacing:$})=>{const X=hy({primary:m}),Y={ClearIndicator:yy},q=()=>({name:r,onBlur:i,onFocus:d,options:f,isMulti:c,onChange:h,onKeyDown:C,isLoading:b,isDisabled:S,placeholder:A,isClearable:w,defaultValue:P,onInputChange:j,getOptionLabel:T,getOptionValue:M,closeMenuOnSelect:H,isSearchable:x,styles:{...X},loadingMessage:()=>G,noOptionsMessage:()=>D,theme:re=>({...re,width:"100%",borderRadius:0,colors:{text:"orangered",primary:"#0055FF",primary25:"#c5d2e3"}}),value:n}),U=({loadOptions:re,selectProps:W,onCreateOption:te})=>re?v.jsx(dy,{...W,loadOptions:re,cacheOptions:E,defaultOptions:N,formatCreateLabel:()=>"Criar"}):te?v.jsx(vy,{...W,defaultOptions:N,onCreateOption:te,formatCreateLabel:()=>"Criar",isValidNewOption:(ae,se,ge)=>{const be=!ge.map(oe=>oe).includes(ae);return ae!==""&&be}}):v.jsx(uy,{...W,components:Y}),K=z.select({flat:t,small:o,invalid:u,inverse:l,primary:m,floating:g,insidePrefix:_,insideSuffix:L,removeMargins:O,focusBorderless:Z,removePrefixSpacing:k,removeSuffixSpacing:$,disabled:S});return v.jsxs("div",{className:K.selectStyle,style:e,children:[p&&v.jsx("div",{className:by,children:v.jsx(Ne,{height:"100%",width:"100%"})}),v.jsx(my,{prefix:a,suffix:s,prefixSeparator:R,suffixSeparator:F,removePrefixSpacing:k,removeSuffixSpacing:$}),v.jsx(U,{loadOptions:I,selectProps:q(),onCreateOption:B})]})},xy=({id:e,css:t,book:r,mask:o,name:n,flat:i,type:a="text",label:s,large:u,small:l,value:c,inline:d,onBlur:f,prefix:p,suffix:m,invalid:g,inverse:h,onClear:b,onFocus:C,options:S,shimmer:w,primary:I,multiple:A,onChange:x,readOnly:E,autoFocus:P,hideLabel:_=!1,isLoading:L,maxLength:j,onKeyDown:O,borderless:N,isDisabled:T,lightLabel:M,spellCheck:G,suffixText:B,autoCorrect:Z,isClearable:R,loadOptions:F,placeholder:D,refForFocus:H,autoComplete:k="on",cacheOptions:$,defaultValue:X,errorMessage:Y,onInputChange:q,removeMargins:U,autoCapitalize:K,defaultOptions:re,getOptionLabel:W,getOptionValue:te,loadingMessage:ae,onCreateOption:se,underlineFocus:ge,focusBorderless:be,prefixSeparator:me,suffixSeparator:oe,labelDescription:ye,noOptionsMessage:En,closeMenuOnSelect:qt=!0,removePrefixSpacing:o0,removeSuffixSpacing:i0,showOverflowEllipsis:a0,showFakeValuePlaceholder:u0})=>v.jsx(Ua,{label:s,inline:d,invalid:g,hideLabel:_,errorMessage:Y,labelDescription:ye,fontWeight:M?"light":"semibold",block:!1,children:v.jsx(Cy,{id:e,book:r,flat:i,mask:o,name:n,type:a,styles:t,large:u,small:l,value:c,inline:d,onBlur:f,prefix:p,suffix:m,primary:I,invalid:g,inverse:h,onClear:b,onFocus:C,options:S,shimmer:w,isMulti:A,onChange:x,readOnly:E,autoFocus:P,isLoading:L,maxLength:j,onKeyDown:O,borderless:N,isDisabled:T,spellCheck:G,suffixText:B,autoCorrect:Z,isClearable:R,loadOptions:F,placeholder:D,refForFocus:H,autoComplete:k,cacheOptions:$,defaultValue:X,onInputChange:q,removeMargins:U,autoCapitalize:K,defaultOptions:re,getOptionLabel:W,getOptionValue:te,loadingMessage:ae,onCreateOption:se,underlineFocus:ge,focusBorderless:be,prefixSeparator:me,suffixSeparator:oe,noOptionsMessage:En,closeMenuOnSelect:qt,removePrefixSpacing:o0,removeSuffixSpacing:i0,showOverflowEllipsis:a0,showFakeValuePlaceholder:u0})}),Fp=({top:e,left:t,right:r,bottom:o,inline:n,inside:i,children:a,vertical:s,horizontal:u,isGreaterThan:l,topLargeAndAbove:c,leftLargeAndAbove:d,topMediumAndAbove:f,leftMediumAndAbove:p,rightLargeAndAbove:m,bottomLargeAndAbove:g,rightMediumAndAbove:h,bottomMediumAndAbove:b,verticalLargeAndAbove:C,verticalMediumAndAbove:S,horizontalLargeAndAbove:w,horizontalMediumAndAbove:I})=>{const A=O=>O*16,x=({primary:O,primaryLargeAndAbove:N,primaryMediumAndAbove:T,secondary:M,secondaryLargeAndAbove:G,secondaryMediumAndAbove:B})=>(N!=null||G!=null)&&l("large")?N||G:(T!=null||B!=null)&&l("medium")?T||B:O||M,E=x({primary:e,secondary:s,primaryLargeAndAbove:c,primaryMediumAndAbove:f,secondaryLargeAndAbove:C,secondaryMediumAndAbove:S}),P=x({primary:r,secondary:u,primaryLargeAndAbove:m,primaryMediumAndAbove:h,secondaryLargeAndAbove:w,secondaryMediumAndAbove:I}),_=x({primary:o,secondary:s,primaryLargeAndAbove:g,primaryMediumAndAbove:b,secondaryLargeAndAbove:C,secondaryMediumAndAbove:S}),L=x({primary:t,secondary:u,primaryLargeAndAbove:d,primaryMediumAndAbove:p,secondaryLargeAndAbove:w,secondaryMediumAndAbove:I}),j=V.useMemo(()=>({...{[i?"paddingTop":"marginTop"]:E?A(E):null,[i?"paddingRight":"marginRight"]:P?A(P):null,[i?"paddingBottom":"marginBottom"]:_?A(_):null,[i?"paddingLeft":"marginLeft"]:L?A(L):null},display:n?"inline-block":"block",...n?{}:{width:"100%"}}),[E,P,_,L,n,i]);return n?v.jsx("span",{style:j,children:a}):v.jsx("div",{style:j,children:a})},wy=z2(Fp);Fp.displayName="Spacing";function Iy(e){const t=y.useRef({value:e,previous:e});return y.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}var _u="Switch",[Sy,bC]=qe(_u),[Ay,Ey]=Sy(_u),Vp=y.forwardRef((e,t)=>{const{__scopeSwitch:r,name:o,checked:n,defaultChecked:i,required:a,disabled:s,value:u="on",onCheckedChange:l,form:c,...d}=e,[f,p]=y.useState(null),m=Se(t,S=>p(S)),g=y.useRef(!1),h=f?c||!!f.closest("form"):!0,[b=!1,C]=dt({prop:n,defaultProp:i,onChange:l});return v.jsxs(Ay,{scope:r,checked:b,disabled:s,children:[v.jsx(de.button,{type:"button",role:"switch","aria-checked":b,"aria-required":a,"data-state":Lp(b),"data-disabled":s?"":void 0,disabled:s,value:u,...d,ref:m,onClick:ve(e.onClick,S=>{C(w=>!w),h&&(g.current=S.isPropagationStopped(),g.current||S.stopPropagation())})}),h&&v.jsx(Ry,{control:f,bubbles:!g.current,name:o,value:u,checked:b,required:a,disabled:s,form:c,style:{transform:"translateX(-100%)"}})]})});Vp.displayName=_u;var jp="SwitchThumb",Bp=y.forwardRef((e,t)=>{const{__scopeSwitch:r,...o}=e,n=Ey(jp,r);return v.jsx(de.span,{"data-state":Lp(n.checked),"data-disabled":n.disabled?"":void 0,...o,ref:t})});Bp.displayName=jp;var Ry=e=>{const{control:t,checked:r,bubbles:o=!0,...n}=e,i=y.useRef(null),a=Iy(r),s=cf(t);return y.useEffect(()=>{const u=i.current,l=window.HTMLInputElement.prototype,d=Object.getOwnPropertyDescriptor(l,"checked").set;if(a!==r&&d){const f=new Event("click",{bubbles:o});d.call(u,r),u.dispatchEvent(f)}},[a,r,o]),v.jsx("input",{type:"checkbox","aria-hidden":!0,defaultChecked:r,...n,tabIndex:-1,ref:i,style:{...e.style,...s,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})};function Lp(e){return e?"checked":"unchecked"}var Py=Vp,Oy=Bp;const _y=({label:e,subtitle:t,disabled:r,...o})=>{const n=z.switchSlot({});return v.jsxs("div",{className:n.container,children:[v.jsx(Py,{...o,className:n.root,id:"switch",disabled:r,children:v.jsx(Oy,{className:n.thumb})}),v.jsxs("div",{className:n.content,children:[v.jsx("label",{className:n.label,htmlFor:"switch-mode",children:e}),v.jsx("label",{className:n.subtitle,htmlFor:"switch-mode",children:t})]})]})};var ta="rovingFocusGroup.onEntryFocus",Ty={bubbles:!1,cancelable:!0},An="RovingFocusGroup",[Ia,Dp,My]=l1(An),[Ny,Gp]=qe(An,[My]),[Fy,Vy]=Ny(An),Wp=y.forwardRef((e,t)=>v.jsx(Ia.Provider,{scope:e.__scopeRovingFocusGroup,children:v.jsx(Ia.Slot,{scope:e.__scopeRovingFocusGroup,children:v.jsx(jy,{...e,ref:t})})}));Wp.displayName=An;var jy=y.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:r,orientation:o,loop:n=!1,dir:i,currentTabStopId:a,defaultCurrentTabStopId:s,onCurrentTabStopIdChange:u,onEntryFocus:l,preventScrollOnEntryFocus:c=!1,...d}=e,f=y.useRef(null),p=Se(t,f),m=Oa(i),[g=null,h]=dt({prop:a,defaultProp:s,onChange:u}),[b,C]=y.useState(!1),S=Xe(l),w=Dp(r),I=y.useRef(!1),[A,x]=y.useState(0);return y.useEffect(()=>{const E=f.current;if(E)return E.addEventListener(ta,S),()=>E.removeEventListener(ta,S)},[S]),v.jsx(Fy,{scope:r,orientation:o,dir:m,loop:n,currentTabStopId:g,onItemFocus:y.useCallback(E=>h(E),[h]),onItemShiftTab:y.useCallback(()=>C(!0),[]),onFocusableItemAdd:y.useCallback(()=>x(E=>E+1),[]),onFocusableItemRemove:y.useCallback(()=>x(E=>E-1),[]),children:v.jsx(de.div,{tabIndex:b||A===0?-1:0,"data-orientation":o,...d,ref:p,style:{outline:"none",...e.style},onMouseDown:ve(e.onMouseDown,()=>{I.current=!0}),onFocus:ve(e.onFocus,E=>{const P=!I.current;if(E.target===E.currentTarget&&P&&!b){const _=new CustomEvent(ta,Ty);if(E.currentTarget.dispatchEvent(_),!_.defaultPrevented){const L=w().filter(M=>M.focusable),j=L.find(M=>M.active),O=L.find(M=>M.id===g),T=[j,O,...L].filter(Boolean).map(M=>M.ref.current);Zp(T,c)}}I.current=!1}),onBlur:ve(e.onBlur,()=>C(!1))})})}),kp="RovingFocusGroupItem",Hp=y.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:r,focusable:o=!0,active:n=!1,tabStopId:i,...a}=e,s=it(),u=i||s,l=Vy(kp,r),c=l.currentTabStopId===u,d=Dp(r),{onFocusableItemAdd:f,onFocusableItemRemove:p}=l;return y.useEffect(()=>{if(o)return f(),()=>p()},[o,f,p]),v.jsx(Ia.ItemSlot,{scope:r,id:u,focusable:o,active:n,children:v.jsx(de.span,{tabIndex:c?0:-1,"data-orientation":l.orientation,...a,ref:t,onMouseDown:ve(e.onMouseDown,m=>{o?l.onItemFocus(u):m.preventDefault()}),onFocus:ve(e.onFocus,()=>l.onItemFocus(u)),onKeyDown:ve(e.onKeyDown,m=>{if(m.key==="Tab"&&m.shiftKey){l.onItemShiftTab();return}if(m.target!==m.currentTarget)return;const g=Dy(m,l.orientation,l.dir);if(g!==void 0){if(m.metaKey||m.ctrlKey||m.altKey||m.shiftKey)return;m.preventDefault();let b=d().filter(C=>C.focusable).map(C=>C.ref.current);if(g==="last")b.reverse();else if(g==="prev"||g==="next"){g==="prev"&&b.reverse();const C=b.indexOf(m.currentTarget);b=l.loop?Gy(b,C+1):b.slice(C+1)}setTimeout(()=>Zp(b))}})})})});Hp.displayName=kp;var By={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function Ly(e,t){return t!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function Dy(e,t,r){const o=Ly(e.key,r);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(o))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(o)))return By[o]}function Zp(e,t=!1){const r=document.activeElement;for(const o of e)if(o===r||(o.focus({preventScroll:t}),document.activeElement!==r))return}function Gy(e,t){return e.map((r,o)=>e[(t+o)%e.length])}var Wy=Wp,ky=Hp,Tu="Tabs",[Hy,yC]=qe(Tu,[Gp]),Xp=Gp(),[Zy,Mu]=Hy(Tu),$p=y.forwardRef((e,t)=>{const{__scopeTabs:r,value:o,onValueChange:n,defaultValue:i,orientation:a="horizontal",dir:s,activationMode:u="automatic",...l}=e,c=Oa(s),[d,f]=dt({prop:o,onChange:n,defaultProp:i});return v.jsx(Zy,{scope:r,baseId:it(),value:d,onValueChange:f,orientation:a,dir:c,activationMode:u,children:v.jsx(de.div,{dir:c,"data-orientation":a,...l,ref:t})})});$p.displayName=Tu;var zp="TabsList",Yp=y.forwardRef((e,t)=>{const{__scopeTabs:r,loop:o=!0,...n}=e,i=Mu(zp,r),a=Xp(r);return v.jsx(Wy,{asChild:!0,...a,orientation:i.orientation,dir:i.dir,loop:o,children:v.jsx(de.div,{role:"tablist","aria-orientation":i.orientation,...n,ref:t})})});Yp.displayName=zp;var qp="TabsTrigger",Jp=y.forwardRef((e,t)=>{const{__scopeTabs:r,value:o,disabled:n=!1,...i}=e,a=Mu(qp,r),s=Xp(r),u=Kp(a.baseId,o),l=e0(a.baseId,o),c=o===a.value;return v.jsx(ky,{asChild:!0,...s,focusable:!n,active:c,children:v.jsx(de.button,{type:"button",role:"tab","aria-selected":c,"aria-controls":l,"data-state":c?"active":"inactive","data-disabled":n?"":void 0,disabled:n,id:u,...i,ref:t,onMouseDown:ve(e.onMouseDown,d=>{!n&&d.button===0&&d.ctrlKey===!1?a.onValueChange(o):d.preventDefault()}),onKeyDown:ve(e.onKeyDown,d=>{[" ","Enter"].includes(d.key)&&a.onValueChange(o)}),onFocus:ve(e.onFocus,()=>{const d=a.activationMode!=="manual";!c&&!n&&d&&a.onValueChange(o)})})})});Jp.displayName=qp;var Up="TabsContent",Qp=y.forwardRef((e,t)=>{const{__scopeTabs:r,value:o,forceMount:n,children:i,...a}=e,s=Mu(Up,r),u=Kp(s.baseId,o),l=e0(s.baseId,o),c=o===s.value,d=y.useRef(c);return y.useEffect(()=>{const f=requestAnimationFrame(()=>d.current=!1);return()=>cancelAnimationFrame(f)},[]),v.jsx(Ct,{present:n||c,children:({present:f})=>v.jsx(de.div,{"data-state":c?"active":"inactive","data-orientation":s.orientation,role:"tabpanel","aria-labelledby":u,hidden:!f,id:l,tabIndex:0,...a,ref:t,style:{...e.style,animationDuration:d.current?"0s":void 0},children:f&&i})})});Qp.displayName=Up;function Kp(e,t){return`${e}-trigger-${t}`}function e0(e,t){return`${e}-content-${t}`}var Xy=$p,$y=Yp,zy=Jp,Yy=Qp,t0={color:void 0,size:void 0,className:void 0,style:void 0,attr:void 0},n1=V.createContext&&V.createContext(t0),qy=["attr","size","title"];function Jy(e,t){if(e==null)return{};var r=Uy(e,t),o,n;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)o=i[n],!(t.indexOf(o)>=0)&&Object.prototype.propertyIsEnumerable.call(e,o)&&(r[o]=e[o])}return r}function Uy(e,t){if(e==null)return{};var r={};for(var o in e)if(Object.prototype.hasOwnProperty.call(e,o)){if(t.indexOf(o)>=0)continue;r[o]=e[o]}return r}function rn(){return rn=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},rn.apply(this,arguments)}function o1(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),r.push.apply(r,o)}return r}function nn(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?o1(Object(r),!0).forEach(function(o){Qy(e,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):o1(Object(r)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(r,o))})}return e}function Qy(e,t,r){return t=Ky(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Ky(e){var t=eC(e,"string");return typeof t=="symbol"?t:t+""}function eC(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var o=r.call(e,t);if(typeof o!="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function r0(e){return e&&e.map((t,r)=>V.createElement(t.tag,nn({key:r},t.attr),r0(t.child)))}function n0(e){return t=>V.createElement(tC,rn({attr:nn({},e.attr)},t),r0(e.child))}function tC(e){var t=r=>{var{attr:o,size:n,title:i}=e,a=Jy(e,qy),s=n||r.size||"1em",u;return r.className&&(u=r.className),e.className&&(u=(u?u+" ":"")+e.className),V.createElement("svg",rn({stroke:"currentColor",fill:"currentColor",strokeWidth:"0"},r.attr,o,a,{className:u,style:nn(nn({color:e.color||r.color},r.style),e.style),height:s,width:s,xmlns:"http://www.w3.org/2000/svg"}),i&&V.createElement("title",null,i),e.children)};return n1!==void 0?V.createElement(n1.Consumer,null,r=>t(r)):t(t0)}function rC(e){return n0({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{d:"M12 2C9.243 2 7 4.243 7 7v2H6c-1.103 0-2 .897-2 2v9c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-9c0-1.103-.897-2-2-2h-1V7c0-2.757-2.243-5-5-5zM9 7c0-1.654 1.346-3 3-3s3 1.346 3 3v2H9V7zm9.002 13H13v-2.278c.595-.347 1-.985 1-1.722 0-1.103-.897-2-2-2s-2 .897-2 2c0 .736.405 1.375 1 1.722V20H6v-9h12l.002 9z"},child:[]}]})(e)}function nC(e){return n0({attr:{fill:"currentColor",viewBox:"0 0 16 16"},child:[{tag:"path",attr:{d:"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1z"},child:[]}]})(e)}const oC=({icon:e,tabs:t,disabled:r,loading:o,btnIcon:n})=>{const[i,a]=V.useState("0"),s=l=>{a(l)},u=z.tabsSlot({btnIcon:n});return v.jsxs(Xy,{className:u.root,defaultValue:i,children:[v.jsx($y,{className:u.list,children:t==null?void 0:t.map(({title:l,disabledTab:c},d)=>{const f=`${d}`;return v.jsx(zy,{className:u.trigger,value:f,onClick:()=>s(f),disabled:c||o||r,style:{borderBottomColor:i===f?"black":"#0055ff"},children:v.jsxs(g2,{alignItems:"center",justifyContent:"center",gap:"small",children:[!!e&&v.jsx(nC,{size:"16"}),!!c&&v.jsx(rC,{size:"16"}),l]})},l)})}),t==null?void 0:t.map(({content:l},c)=>{const d=`${c}`;return v.jsx(Yy,{className:u.content,value:d,children:l},c)})]})},iC=({size:e,icon:t,color:r,shape:o,onClose:n,children:i,noSpacing:a,border:s})=>v.jsxs("span",{className:z.tagRecipe({color:r,noSpacing:a,shape:o,size:e,icon:!!t,border:s}),children:[t,i,!!n&&v.jsx("div",{className:aC,role:"button",onClick:n,children:v.jsx(ze,{name:"close",color:r})})]}),aC=z.css({display:"flex",justifyContent:"center",alignItems:"center",borderRadius:"50px",backgroundColor:"transparent",cursor:"pointer",transition:"all 0.3s ease",_hover:{bg:"fogWeak"}}),uC=({color:e,size:t,invalid:r,disabled:o,borderless:n,removeMargins:i,showOverflowEllipsis:a,showFakeValuePlaceholder:s,inline:u,errorMessage:l,label:c,labelDescription:d,hideLabel:f,lightLabel:p,className:m,...g})=>{const h=z.textAreaSlot({color:e,size:t,invalid:r,disabled:o,borderless:n,removeMargins:i,showOverflowEllipsis:a,showFakeValuePlaceholder:s});return v.jsx(Ua,{label:c,inline:u,invalid:!!r,hideLabel:f,errorMessage:l,labelDescription:d,children:v.jsx("div",{className:z.cx(h.root,m),children:v.jsx("textarea",{className:h.textarea,disabled:typeof o=="boolean"?o:!!o,...g})})})},sC=({size:e,flex:t,color:r,level:o,block:n,title:i,inline:a,loading:s,truncate:u,children:l,textAlign:c,noSpacing:d,fontWeight:f,lineHeight:p,fontMontserrat:m,noTopSpacing:g,shimmerWidth:h,alternativeFont:b,noBottomSpacing:C})=>{const S=z.titleSlot({size:e,flex:t,color:r,level:o,block:n,inline:a,truncate:u,textAlign:c,noSpacing:d,fontWeight:f,lineHeight:p,fontMontserrat:m,noTopSpacing:g,alternativeFont:b,noBottomSpacing:C}),w=`h${o}`;return v.jsx("div",{className:S.titleStyle,children:s?v.jsx(Ne,{height:"1ex",width:h||"60%"}):v.jsx(w,{className:S.titleHeader,children:l||i})})},lC=({hideIf:e,showIf:t,unmount:r,children:o})=>r?e===!1||t===!0?v.jsx(v.Fragment,{children:o}):null:v.jsx("div",{className:z.visibilitySlot({hidden:e!==!1&&t!==!0}).container,children:o}),cC=({id:e,gray:t,relative:r,children:o,container:n,fullHeight:i,size:a="default",spacing:s="none",verticalSpacing:u="default"})=>{const l=z.wrapperRecipe({container:n,size:a,fullHeight:i,gray:t,spacing:s,verticalSpacing:u,relative:r});return v.jsx("div",{id:e,className:l,children:o})};exports.Accordion=Dg;exports.Anchor=Hg;exports.Autocomplete=a3;exports.Avatar=Wd;exports.AvatarGroup=Hh;exports.Blanket=du;exports.Block=qh;exports.BoxGroup=Jh;exports.Breadcrumbs=Qh;exports.Button=hn;exports.Cell=e4;exports.Checkbox=r4;exports.Clickable=n4;exports.Dialog=pb;exports.Drawer=gb;exports.Dropdown=Cb;exports.FlatButton=f2;exports.Grid=g2;exports.Icon=ze;exports.Input=Fd;exports.Label=Lf;exports.Loader=fu;exports.Modal=xb;exports.Pagination=Ib;exports.Popover=T9;exports.Responsive=Bf;exports.Select=xy;exports.Separator=aa;exports.Shimmer=Ne;exports.Spacing=wy;exports.Switch=_y;exports.Tabs=oC;exports.Tag=iC;exports.Text=Ee;exports.TextArea=uC;exports.Title=sC;exports.Visibility=lC;exports.Wrapper=cC;exports.auroraPreset=rg;exports.withBreakpoints=z2;
|
|
104
|
+
`]))),kT=function(t,n){var r=t.isFocused,o=t.size,i=t.theme,a=i.colors,s=i.spacing.baseUnit;return U({label:"loadingIndicator",display:"flex",transition:"color 150ms",alignSelf:"center",fontSize:o,lineHeight:1,marginRight:o,textAlign:"center",verticalAlign:"middle"},n?{}:{color:r?a.neutral60:a.neutral20,padding:s*2})},Ys=function(t){var n=t.delay,r=t.offset;return K("span",{css:Lc({animation:"".concat(BT," 1s ease-in-out ").concat(n,"ms infinite;"),backgroundColor:"currentColor",borderRadius:"1em",display:"inline-block",marginLeft:r?"1em":void 0,height:"1em",verticalAlign:"top",width:"1em"},process.env.NODE_ENV==="production"?"":";label:LoadingDot;",process.env.NODE_ENV==="production"?"":"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGljYXRvcnMudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW1RSSIsImZpbGUiOiJpbmRpY2F0b3JzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWFjdE5vZGUgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3gsIGtleWZyYW1lcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHtcbiAgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWUsXG4gIENTU09iamVjdFdpdGhMYWJlbCxcbiAgR3JvdXBCYXNlLFxufSBmcm9tICcuLi90eXBlcyc7XG5pbXBvcnQgeyBnZXRTdHlsZVByb3BzIH0gZnJvbSAnLi4vdXRpbHMnO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgSWNvbnNcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBTdmcgPSAoe1xuICBzaXplLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzdmcnXSAmIHsgc2l6ZTogbnVtYmVyIH0pID0+IChcbiAgPHN2Z1xuICAgIGhlaWdodD17c2l6ZX1cbiAgICB3aWR0aD17c2l6ZX1cbiAgICB2aWV3Qm94PVwiMCAwIDIwIDIwXCJcbiAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICBjc3M9e3tcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgZmlsbDogJ2N1cnJlbnRDb2xvcicsXG4gICAgICBsaW5lSGVpZ2h0OiAxLFxuICAgICAgc3Ryb2tlOiAnY3VycmVudENvbG9yJyxcbiAgICAgIHN0cm9rZVdpZHRoOiAwLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IHR5cGUgQ3Jvc3NJY29uUHJvcHMgPSBKU1guSW50cmluc2ljRWxlbWVudHNbJ3N2ZyddICYgeyBzaXplPzogbnVtYmVyIH07XG5leHBvcnQgY29uc3QgQ3Jvc3NJY29uID0gKHByb3BzOiBDcm9zc0ljb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNMTQuMzQ4IDE0Ljg0OWMtMC40NjkgMC40NjktMS4yMjkgMC40NjktMS42OTcgMGwtMi42NTEtMy4wMzAtMi42NTEgMy4wMjljLTAuNDY5IDAuNDY5LTEuMjI5IDAuNDY5LTEuNjk3IDAtMC40NjktMC40NjktMC40NjktMS4yMjkgMC0xLjY5N2wyLjc1OC0zLjE1LTIuNzU5LTMuMTUyYy0wLjQ2OS0wLjQ2OS0wLjQ2OS0xLjIyOCAwLTEuNjk3czEuMjI4LTAuNDY5IDEuNjk3IDBsMi42NTIgMy4wMzEgMi42NTEtMy4wMzFjMC40NjktMC40NjkgMS4yMjgtMC40NjkgMS42OTcgMHMwLjQ2OSAxLjIyOSAwIDEuNjk3bC0yLjc1OCAzLjE1MiAyLjc1OCAzLjE1YzAuNDY5IDAuNDY5IDAuNDY5IDEuMjI5IDAgMS42OTh6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuZXhwb3J0IHR5cGUgRG93bkNoZXZyb25Qcm9wcyA9IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3ZnJ10gJiB7IHNpemU/OiBudW1iZXIgfTtcbmV4cG9ydCBjb25zdCBEb3duQ2hldnJvbiA9IChwcm9wczogRG93bkNoZXZyb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNNC41MTYgNy41NDhjMC40MzYtMC40NDYgMS4wNDMtMC40ODEgMS41NzYgMGwzLjkwOCAzLjc0NyAzLjkwOC0zLjc0N2MwLjUzMy0wLjQ4MSAxLjE0MS0wLjQ0NiAxLjU3NCAwIDAuNDM2IDAuNDQ1IDAuNDA4IDEuMTk3IDAgMS42MTUtMC40MDYgMC40MTgtNC42OTUgNC41MDItNC42OTUgNC41MDItMC4yMTcgMC4yMjMtMC41MDIgMC4zMzUtMC43ODcgMC4zMzVzLTAuNTctMC4xMTItMC43ODktMC4zMzVjMCAwLTQuMjg3LTQuMDg0LTQuNjk1LTQuNTAycy0wLjQzNi0xLjE3IDAtMS42MTV6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgQnV0dG9uc1xuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG5cbmV4cG9ydCBpbnRlcmZhY2UgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIC8qKiBUaGUgY2hpbGRyZW4gdG8gYmUgcmVuZGVyZWQgaW5zaWRlIHRoZSBpbmRpY2F0b3IuICovXG4gIGNoaWxkcmVuPzogUmVhY3ROb2RlO1xuICAvKiogUHJvcHMgdGhhdCB3aWxsIGJlIHBhc3NlZCBvbiB0byB0aGUgY2hpbGRyZW4uICovXG4gIGlubmVyUHJvcHM6IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snZGl2J107XG4gIC8qKiBUaGUgZm9jdXNlZCBzdGF0ZSBvZiB0aGUgc2VsZWN0LiAqL1xuICBpc0ZvY3VzZWQ6IGJvb2xlYW47XG4gIGlzRGlzYWJsZWQ6IGJvb2xlYW47XG59XG5cbmNvbnN0IGJhc2VDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgdGhlbWU6IHtcbiAgICAgIHNwYWNpbmc6IHsgYmFzZVVuaXQgfSxcbiAgICAgIGNvbG9ycyxcbiAgICB9LFxuICB9OlxuICAgIHwgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuICAgIHwgQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2luZGljYXRvckNvbnRhaW5lcicsXG4gIGRpc3BsYXk6ICdmbGV4JyxcbiAgdHJhbnNpdGlvbjogJ2NvbG9yIDE1MG1zJyxcbiAgLi4uKHVuc3R5bGVkXG4gICAgPyB7fVxuICAgIDoge1xuICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw2MCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIHBhZGRpbmc6IGJhc2VVbml0ICogMixcbiAgICAgICAgJzpob3Zlcic6IHtcbiAgICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw4MCA6IGNvbG9ycy5uZXV0cmFsNDAsXG4gICAgICAgIH0sXG4gICAgICB9KSxcbn0pO1xuXG5leHBvcnQgY29uc3QgZHJvcGRvd25JbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IERyb3Bkb3duSW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnZHJvcGRvd25JbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2Ryb3Bkb3duLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8RG93bkNoZXZyb24gLz59XG4gICAgPC9kaXY+XG4gICk7XG59O1xuXG5leHBvcnQgaW50ZXJmYWNlIENsZWFySW5kaWNhdG9yUHJvcHM8XG4gIE9wdGlvbiA9IHVua25vd24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuID0gYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPiA9IEdyb3VwQmFzZTxPcHRpb24+XG4+IGV4dGVuZHMgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWU8T3B0aW9uLCBJc011bHRpLCBHcm91cD4ge1xuICAvKiogVGhlIGNoaWxkcmVuIHRvIGJlIHJlbmRlcmVkIGluc2lkZSB0aGUgaW5kaWNhdG9yLiAqL1xuICBjaGlsZHJlbj86IFJlYWN0Tm9kZTtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xufVxuXG5leHBvcnQgY29uc3QgY2xlYXJJbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IENsZWFySW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnY2xlYXJJbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2NsZWFyLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8Q3Jvc3NJY29uIC8+fVxuICAgIDwvZGl2PlxuICApO1xufTtcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBTZXBhcmF0b3Jcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5leHBvcnQgaW50ZXJmYWNlIEluZGljYXRvclNlcGFyYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgaXNEaXNhYmxlZDogYm9vbGVhbjtcbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpbm5lclByb3BzPzogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ107XG59XG5cbmV4cG9ydCBjb25zdCBpbmRpY2F0b3JTZXBhcmF0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0Rpc2FibGVkLFxuICAgIHRoZW1lOiB7XG4gICAgICBzcGFjaW5nOiB7IGJhc2VVbml0IH0sXG4gICAgICBjb2xvcnMsXG4gICAgfSxcbiAgfTogSW5kaWNhdG9yU2VwYXJhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4sXG4gIHVuc3R5bGVkOiBib29sZWFuXG4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdpbmRpY2F0b3JTZXBhcmF0b3InLFxuICBhbGlnblNlbGY6ICdzdHJldGNoJyxcbiAgd2lkdGg6IDEsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgYmFja2dyb3VuZENvbG9yOiBpc0Rpc2FibGVkID8gY29sb3JzLm5ldXRyYWwxMCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIG1hcmdpbkJvdHRvbTogYmFzZVVuaXQgKiAyLFxuICAgICAgICBtYXJnaW5Ub3A6IGJhc2VVbml0ICogMixcbiAgICAgIH0pLFxufSk7XG5cbmV4cG9ydCBjb25zdCBJbmRpY2F0b3JTZXBhcmF0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHByb3BzOiBJbmRpY2F0b3JTZXBhcmF0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgaW5uZXJQcm9wcyB9ID0gcHJvcHM7XG4gIHJldHVybiAoXG4gICAgPHNwYW5cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgICAgey4uLmdldFN0eWxlUHJvcHMocHJvcHMsICdpbmRpY2F0b3JTZXBhcmF0b3InLCB7XG4gICAgICAgICdpbmRpY2F0b3Itc2VwYXJhdG9yJzogdHJ1ZSxcbiAgICAgIH0pfVxuICAgIC8+XG4gICk7XG59O1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIExvYWRpbmdcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBsb2FkaW5nRG90QW5pbWF0aW9ucyA9IGtleWZyYW1lc2BcbiAgMCUsIDgwJSwgMTAwJSB7IG9wYWNpdHk6IDA7IH1cbiAgNDAlIHsgb3BhY2l0eTogMTsgfVxuYDtcblxuZXhwb3J0IGNvbnN0IGxvYWRpbmdJbmRpY2F0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgc2l6ZSxcbiAgICB0aGVtZToge1xuICAgICAgY29sb3JzLFxuICAgICAgc3BhY2luZzogeyBiYXNlVW5pdCB9LFxuICAgIH0sXG4gIH06IExvYWRpbmdJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2xvYWRpbmdJbmRpY2F0b3InLFxuICBkaXNwbGF5OiAnZmxleCcsXG4gIHRyYW5zaXRpb246ICdjb2xvciAxNTBtcycsXG4gIGFsaWduU2VsZjogJ2NlbnRlcicsXG4gIGZvbnRTaXplOiBzaXplLFxuICBsaW5lSGVpZ2h0OiAxLFxuICBtYXJnaW5SaWdodDogc2l6ZSxcbiAgdGV4dEFsaWduOiAnY2VudGVyJyxcbiAgdmVydGljYWxBbGlnbjogJ21pZGRsZScsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsNjAgOiBjb2xvcnMubmV1dHJhbDIwLFxuICAgICAgICBwYWRkaW5nOiBiYXNlVW5pdCAqIDIsXG4gICAgICB9KSxcbn0pO1xuXG5pbnRlcmZhY2UgTG9hZGluZ0RvdFByb3BzIHtcbiAgZGVsYXk6IG51bWJlcjtcbiAgb2Zmc2V0OiBib29sZWFuO1xufVxuY29uc3QgTG9hZGluZ0RvdCA9ICh7IGRlbGF5LCBvZmZzZXQgfTogTG9hZGluZ0RvdFByb3BzKSA9PiAoXG4gIDxzcGFuXG4gICAgY3NzPXt7XG4gICAgICBhbmltYXRpb246IGAke2xvYWRpbmdEb3RBbmltYXRpb25zfSAxcyBlYXNlLWluLW91dCAke2RlbGF5fW1zIGluZmluaXRlO2AsXG4gICAgICBiYWNrZ3JvdW5kQ29sb3I6ICdjdXJyZW50Q29sb3InLFxuICAgICAgYm9yZGVyUmFkaXVzOiAnMWVtJyxcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgbWFyZ2luTGVmdDogb2Zmc2V0ID8gJzFlbScgOiB1bmRlZmluZWQsXG4gICAgICBoZWlnaHQ6ICcxZW0nLFxuICAgICAgdmVydGljYWxBbGlnbjogJ3RvcCcsXG4gICAgICB3aWR0aDogJzFlbScsXG4gICAgfX1cbiAgLz5cbik7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTG9hZGluZ0luZGljYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpc0Rpc2FibGVkOiBib29sZWFuO1xuICAvKiogU2V0IHNpemUgb2YgdGhlIGNvbnRhaW5lci4gKi9cbiAgc2l6ZTogbnVtYmVyO1xufVxuZXhwb3J0IGNvbnN0IExvYWRpbmdJbmRpY2F0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oe1xuICBpbm5lclByb3BzLFxuICBpc1J0bCxcbiAgc2l6ZSA9IDQsXG4gIC4uLnJlc3RQcm9wc1xufTogTG9hZGluZ0luZGljYXRvclByb3BzPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+KSA9PiB7XG4gIHJldHVybiAoXG4gICAgPGRpdlxuICAgICAgey4uLmdldFN0eWxlUHJvcHMoXG4gICAgICAgIHsgLi4ucmVzdFByb3BzLCBpbm5lclByb3BzLCBpc1J0bCwgc2l6ZSB9LFxuICAgICAgICAnbG9hZGluZ0luZGljYXRvcicsXG4gICAgICAgIHtcbiAgICAgICAgICBpbmRpY2F0b3I6IHRydWUsXG4gICAgICAgICAgJ2xvYWRpbmctaW5kaWNhdG9yJzogdHJ1ZSxcbiAgICAgICAgfVxuICAgICAgKX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIDxMb2FkaW5nRG90IGRlbGF5PXswfSBvZmZzZXQ9e2lzUnRsfSAvPlxuICAgICAgPExvYWRpbmdEb3QgZGVsYXk9ezE2MH0gb2Zmc2V0IC8+XG4gICAgICA8TG9hZGluZ0RvdCBkZWxheT17MzIwfSBvZmZzZXQ9eyFpc1J0bH0gLz5cbiAgICA8L2Rpdj5cbiAgKTtcbn07XG4iXX0= */")})},GT=function(t){var n=t.innerProps,r=t.isRtl,o=t.size,i=o===void 0?4:o,a=tt(t,OT);return K("div",ee({},xe(U(U({},a),{},{innerProps:n,isRtl:r,size:i}),"loadingIndicator",{indicator:!0,"loading-indicator":!0}),n),K(Ys,{delay:0,offset:r}),K(Ys,{delay:160,offset:!0}),K(Ys,{delay:320,offset:!r}))},WT=function(t,n){var r=t.isDisabled,o=t.isFocused,i=t.theme,a=i.colors,s=i.borderRadius,u=i.spacing;return U({label:"control",alignItems:"center",cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:u.controlHeight,outline:"0 !important",position:"relative",transition:"all 100ms"},n?{}:{backgroundColor:r?a.neutral5:a.neutral0,borderColor:r?a.neutral10:o?a.primary:a.neutral20,borderRadius:s,borderStyle:"solid",borderWidth:1,boxShadow:o?"0 0 0 1px ".concat(a.primary):void 0,"&:hover":{borderColor:o?a.primary:a.neutral30}})},HT=function(t){var n=t.children,r=t.isDisabled,o=t.isFocused,i=t.innerRef,a=t.innerProps,s=t.menuIsOpen;return K("div",ee({ref:i},xe(t,"control",{control:!0,"control--is-disabled":r,"control--is-focused":o,"control--menu-is-open":s}),a,{"aria-disabled":r||void 0}),n)},$T=HT,XT=["data"],ZT=function(t,n){var r=t.theme.spacing;return n?{}:{paddingBottom:r.baseUnit*2,paddingTop:r.baseUnit*2}},zT=function(t){var n=t.children,r=t.cx,o=t.getStyles,i=t.getClassNames,a=t.Heading,s=t.headingProps,u=t.innerProps,l=t.label,c=t.theme,d=t.selectProps;return K("div",ee({},xe(t,"group",{group:!0}),u),K(a,ee({},s,{selectProps:d,theme:c,getStyles:o,getClassNames:i,cx:r}),l),K("div",null,n))},YT=function(t,n){var r=t.theme,o=r.colors,i=r.spacing;return U({label:"group",cursor:"default",display:"block"},n?{}:{color:o.neutral40,fontSize:"75%",fontWeight:500,marginBottom:"0.25em",paddingLeft:i.baseUnit*3,paddingRight:i.baseUnit*3,textTransform:"uppercase"})},qT=function(t){var n=Bb(t);n.data;var r=tt(n,XT);return K("div",ee({},xe(t,"groupHeading",{"group-heading":!0}),r))},UT=zT,JT=["innerRef","isDisabled","isHidden","inputClassName"],KT=function(t,n){var r=t.isDisabled,o=t.value,i=t.theme,a=i.spacing,s=i.colors;return U(U({visibility:r?"hidden":"visible",transform:o?"translateZ(0)":""},QT),n?{}:{margin:a.baseUnit/2,paddingBottom:a.baseUnit/2,paddingTop:a.baseUnit/2,color:s.neutral80})},Yb={gridArea:"1 / 2",font:"inherit",minWidth:"2px",border:0,margin:0,outline:0,padding:0},QT={flex:"1 1 auto",display:"inline-grid",gridArea:"1 / 1 / 2 / 3",gridTemplateColumns:"0 min-content","&:after":U({content:'attr(data-value) " "',visibility:"hidden",whiteSpace:"pre"},Yb)},eO=function(t){return U({label:"input",color:"inherit",background:0,opacity:t?0:1,width:"100%"},Yb)},tO=function(t){var n=t.cx,r=t.value,o=Bb(t),i=o.innerRef,a=o.isDisabled,s=o.isHidden,u=o.inputClassName,l=tt(o,JT);return K("div",ee({},xe(t,"input",{"input-container":!0}),{"data-value":r||""}),K("input",ee({className:n({input:!0},u),ref:i,style:eO(s),disabled:a},l)))},nO=tO,rO=function(t,n){var r=t.theme,o=r.spacing,i=r.borderRadius,a=r.colors;return U({label:"multiValue",display:"flex",minWidth:0},n?{}:{backgroundColor:a.neutral10,borderRadius:i/2,margin:o.baseUnit/2})},oO=function(t,n){var r=t.theme,o=r.borderRadius,i=r.colors,a=t.cropWithEllipsis;return U({overflow:"hidden",textOverflow:a||a===void 0?"ellipsis":void 0,whiteSpace:"nowrap"},n?{}:{borderRadius:o/2,color:i.neutral80,fontSize:"85%",padding:3,paddingLeft:6})},iO=function(t,n){var r=t.theme,o=r.spacing,i=r.borderRadius,a=r.colors,s=t.isFocused;return U({alignItems:"center",display:"flex"},n?{}:{borderRadius:i/2,backgroundColor:s?a.dangerLight:void 0,paddingLeft:o.baseUnit,paddingRight:o.baseUnit,":hover":{backgroundColor:a.dangerLight,color:a.danger}})},qb=function(t){var n=t.children,r=t.innerProps;return K("div",r,n)},aO=qb,sO=qb;function uO(e){var t=e.children,n=e.innerProps;return K("div",ee({role:"button"},n),t||K(jc,{size:14}))}var lO=function(t){var n=t.children,r=t.components,o=t.data,i=t.innerProps,a=t.isDisabled,s=t.removeProps,u=t.selectProps,l=r.Container,c=r.Label,d=r.Remove;return K(l,{data:o,innerProps:U(U({},xe(t,"multiValue",{"multi-value":!0,"multi-value--is-disabled":a})),i),selectProps:u},K(c,{data:o,innerProps:U({},xe(t,"multiValueLabel",{"multi-value__label":!0})),selectProps:u},n),K(d,{data:o,innerProps:U(U({},xe(t,"multiValueRemove",{"multi-value__remove":!0})),{},{"aria-label":"Remove ".concat(n||"option")},s),selectProps:u}))},cO=lO,dO=function(t,n){var r=t.isDisabled,o=t.isFocused,i=t.isSelected,a=t.theme,s=a.spacing,u=a.colors;return U({label:"option",cursor:"default",display:"block",fontSize:"inherit",width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)"},n?{}:{backgroundColor:i?u.primary:o?u.primary25:"transparent",color:r?u.neutral20:i?u.neutral0:"inherit",padding:"".concat(s.baseUnit*2,"px ").concat(s.baseUnit*3,"px"),":active":{backgroundColor:r?void 0:i?u.primary:u.primary50}})},fO=function(t){var n=t.children,r=t.isDisabled,o=t.isFocused,i=t.isSelected,a=t.innerRef,s=t.innerProps;return K("div",ee({},xe(t,"option",{option:!0,"option--is-disabled":r,"option--is-focused":o,"option--is-selected":i}),{ref:a,"aria-disabled":r},s),n)},pO=fO,hO=function(t,n){var r=t.theme,o=r.spacing,i=r.colors;return U({label:"placeholder",gridArea:"1 / 1 / 2 / 3"},n?{}:{color:i.neutral50,marginLeft:o.baseUnit/2,marginRight:o.baseUnit/2})},gO=function(t){var n=t.children,r=t.innerProps;return K("div",ee({},xe(t,"placeholder",{placeholder:!0}),r),n)},mO=gO,vO=function(t,n){var r=t.isDisabled,o=t.theme,i=o.spacing,a=o.colors;return U({label:"singleValue",gridArea:"1 / 1 / 2 / 3",maxWidth:"100%",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},n?{}:{color:r?a.neutral40:a.neutral80,marginLeft:i.baseUnit/2,marginRight:i.baseUnit/2})},bO=function(t){var n=t.children,r=t.isDisabled,o=t.innerProps;return K("div",ee({},xe(t,"singleValue",{"single-value":!0,"single-value--is-disabled":r}),o),n)},yO=bO,Ub={ClearIndicator:NT,Control:$T,DropdownIndicator:DT,DownChevron:Zb,CrossIcon:jc,Group:UT,GroupHeading:qT,IndicatorsContainer:RT,IndicatorSeparator:jT,Input:nO,LoadingIndicator:GT,Menu:hT,MenuList:mT,MenuPortal:wT,LoadingMessage:CT,NoOptionsMessage:yT,MultiValue:cO,MultiValueContainer:aO,MultiValueLabel:sO,MultiValueRemove:uO,Option:pO,Placeholder:mO,SelectContainer:IT,SingleValue:yO,ValueContainer:ET},CO=function(t){return U(U({},Ub),t.components)},xh=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function xO(e,t){return!!(e===t||xh(e)&&xh(t))}function wO(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(!xO(e[n],t[n]))return!1;return!0}function SO(e,t){t===void 0&&(t=wO);var n=null;function r(){for(var o=[],i=0;i<arguments.length;i++)o[i]=arguments[i];if(n&&n.lastThis===this&&t(o,n.lastArgs))return n.lastResult;var a=e.apply(this,o);return n={lastResult:a,lastArgs:o,lastThis:this},a}return r.clear=function(){n=null},r}function IO(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}var AO=process.env.NODE_ENV==="production"?{name:"7pg0cj-a11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap"}:{name:"1f43avz-a11yText-A11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap;label:A11yText;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkExMXlUZXh0LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFPSSIsImZpbGUiOiJBMTF5VGV4dC50c3giLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGpzeCBqc3ggKi9cbmltcG9ydCB7IEpTWCB9IGZyb20gJ3JlYWN0JztcbmltcG9ydCB7IGpzeCB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuLy8gQXNzaXN0aXZlIHRleHQgdG8gZGVzY3JpYmUgdmlzdWFsIGVsZW1lbnRzLiBIaWRkZW4gZm9yIHNpZ2h0ZWQgdXNlcnMuXG5jb25zdCBBMTF5VGV4dCA9IChwcm9wczogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ10pID0+IChcbiAgPHNwYW5cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAnYTExeVRleHQnLFxuICAgICAgekluZGV4OiA5OTk5LFxuICAgICAgYm9yZGVyOiAwLFxuICAgICAgY2xpcDogJ3JlY3QoMXB4LCAxcHgsIDFweCwgMXB4KScsXG4gICAgICBoZWlnaHQ6IDEsXG4gICAgICB3aWR0aDogMSxcbiAgICAgIHBvc2l0aW9uOiAnYWJzb2x1dGUnLFxuICAgICAgb3ZlcmZsb3c6ICdoaWRkZW4nLFxuICAgICAgcGFkZGluZzogMCxcbiAgICAgIHdoaXRlU3BhY2U6ICdub3dyYXAnLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IGRlZmF1bHQgQTExeVRleHQ7XG4iXX0= */",toString:IO},EO=function(t){return K("span",ee({css:AO},t))},wh=EO,PO={guidance:function(t){var n=t.isSearchable,r=t.isMulti,o=t.tabSelectsValue,i=t.context,a=t.isInitialFocus;switch(i){case"menu":return"Use Up and Down to choose options, press Enter to select the currently focused option, press Escape to exit the menu".concat(o?", press Tab to select the option and exit the menu":"",".");case"input":return a?"".concat(t["aria-label"]||"Select"," is focused ").concat(n?",type to refine list":"",", press Down to open the menu, ").concat(r?" press left to focus selected values":""):"";case"value":return"Use left and right to toggle between focused values, press Backspace to remove the currently focused value";default:return""}},onChange:function(t){var n=t.action,r=t.label,o=r===void 0?"":r,i=t.labels,a=t.isDisabled;switch(n){case"deselect-option":case"pop-value":case"remove-value":return"option ".concat(o,", deselected.");case"clear":return"All selected options have been cleared.";case"initial-input-focus":return"option".concat(i.length>1?"s":""," ").concat(i.join(","),", selected.");case"select-option":return a?"option ".concat(o," is disabled. Select another option."):"option ".concat(o,", selected.");default:return""}},onFocus:function(t){var n=t.context,r=t.focused,o=t.options,i=t.label,a=i===void 0?"":i,s=t.selectValue,u=t.isDisabled,l=t.isSelected,c=t.isAppleDevice,d=function(h,m){return h&&h.length?"".concat(h.indexOf(m)+1," of ").concat(h.length):""};if(n==="value"&&s)return"value ".concat(a," focused, ").concat(d(s,r),".");if(n==="menu"&&c){var f=u?" disabled":"",p="".concat(l?" selected":"").concat(f);return"".concat(a).concat(p,", ").concat(d(o,r),".")}return""},onFilter:function(t){var n=t.inputValue,r=t.resultsMessage;return"".concat(r).concat(n?" for search term "+n:"",".")}},RO=function(t){var n=t.ariaSelection,r=t.focusedOption,o=t.focusedValue,i=t.focusableOptions,a=t.isFocused,s=t.selectValue,u=t.selectProps,l=t.id,c=t.isAppleDevice,d=u.ariaLiveMessages,f=u.getOptionLabel,p=u.inputValue,g=u.isMulti,h=u.isOptionDisabled,m=u.isSearchable,b=u.menuIsOpen,y=u.options,w=u.screenReaderStatus,I=u.tabSelectsValue,S=u.isLoading,A=u["aria-label"],x=u["aria-live"],E=M.useMemo(function(){return U(U({},PO),d||{})},[d]),O=M.useMemo(function(){var _="";if(n&&E.onChange){var V=n.option,j=n.options,F=n.removedValue,k=n.removedValues,T=n.value,N=function(q){return Array.isArray(q)?null:q},G=F||V||N(T),$=G?f(G):"",W=j||k||void 0,X=W?W.map(f):[],Z=U({isDisabled:G&&h(G,s),label:$,labels:X},n);_=E.onChange(Z)}return _},[n,E,h,s,f]),D=M.useMemo(function(){var _="",V=r||o,j=!!(r&&s&&s.includes(r));if(V&&E.onFocus){var F={focused:V,label:f(V),isDisabled:h(V,s),isSelected:j,options:i,context:V===r?"menu":"value",selectValue:s,isAppleDevice:c};_=E.onFocus(F)}return _},[r,o,f,h,E,i,s,c]),B=M.useMemo(function(){var _="";if(b&&y.length&&!S&&E.onFilter){var V=w({count:i.length});_=E.onFilter({inputValue:p,resultsMessage:V})}return _},[i,p,b,E,y,w,S]),L=(n==null?void 0:n.action)==="initial-input-focus",P=M.useMemo(function(){var _="";if(E.guidance){var V=o?"value":b?"menu":"input";_=E.guidance({"aria-label":A,context:V,isDisabled:r&&h(r,s),isMulti:g,isSearchable:m,tabSelectsValue:I,isInitialFocus:L})}return _},[A,r,o,g,h,m,b,E,s,I,L]),R=K(M.Fragment,null,K("span",{id:"aria-selection"},O),K("span",{id:"aria-focused"},D),K("span",{id:"aria-results"},B),K("span",{id:"aria-guidance"},P));return K(M.Fragment,null,K(wh,{id:l},L&&R),K(wh,{"aria-live":x,"aria-atomic":"false","aria-relevant":"additions text",role:"log"},a&&!L&&R))},TO=RO,zu=[{base:"A",letters:"AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"},{base:"AA",letters:"Ꜳ"},{base:"AE",letters:"ÆǼǢ"},{base:"AO",letters:"Ꜵ"},{base:"AU",letters:"Ꜷ"},{base:"AV",letters:"ꜸꜺ"},{base:"AY",letters:"Ꜽ"},{base:"B",letters:"BⒷBḂḄḆɃƂƁ"},{base:"C",letters:"CⒸCĆĈĊČÇḈƇȻꜾ"},{base:"D",letters:"DⒹDḊĎḌḐḒḎĐƋƊƉꝹ"},{base:"DZ",letters:"DZDŽ"},{base:"Dz",letters:"DzDž"},{base:"E",letters:"EⒺEÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎ"},{base:"F",letters:"FⒻFḞƑꝻ"},{base:"G",letters:"GⒼGǴĜḠĞĠǦĢǤƓꞠꝽꝾ"},{base:"H",letters:"HⒽHĤḢḦȞḤḨḪĦⱧⱵꞍ"},{base:"I",letters:"IⒾIÌÍÎĨĪĬİÏḮỈǏȈȊỊĮḬƗ"},{base:"J",letters:"JⒿJĴɈ"},{base:"K",letters:"KⓀKḰǨḲĶḴƘⱩꝀꝂꝄꞢ"},{base:"L",letters:"LⓁLĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"},{base:"LJ",letters:"LJ"},{base:"Lj",letters:"Lj"},{base:"M",letters:"MⓂMḾṀṂⱮƜ"},{base:"N",letters:"NⓃNǸŃÑṄŇṆŅṊṈȠƝꞐꞤ"},{base:"NJ",letters:"NJ"},{base:"Nj",letters:"Nj"},{base:"O",letters:"OⓄOÒÓÔỒỐỖỔÕṌȬṎŌṐṒŎȮȰÖȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬØǾƆƟꝊꝌ"},{base:"OI",letters:"Ƣ"},{base:"OO",letters:"Ꝏ"},{base:"OU",letters:"Ȣ"},{base:"P",letters:"PⓅPṔṖƤⱣꝐꝒꝔ"},{base:"Q",letters:"QⓆQꝖꝘɊ"},{base:"R",letters:"RⓇRŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"},{base:"S",letters:"SⓈSẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"},{base:"T",letters:"TⓉTṪŤṬȚŢṰṮŦƬƮȾꞆ"},{base:"TZ",letters:"Ꜩ"},{base:"U",letters:"UⓊUÙÚÛŨṸŪṺŬÜǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"},{base:"V",letters:"VⓋVṼṾƲꝞɅ"},{base:"VY",letters:"Ꝡ"},{base:"W",letters:"WⓌWẀẂŴẆẄẈⱲ"},{base:"X",letters:"XⓍXẊẌ"},{base:"Y",letters:"YⓎYỲÝŶỸȲẎŸỶỴƳɎỾ"},{base:"Z",letters:"ZⓏZŹẐŻŽẒẔƵȤⱿⱫꝢ"},{base:"a",letters:"aⓐaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐ"},{base:"aa",letters:"ꜳ"},{base:"ae",letters:"æǽǣ"},{base:"ao",letters:"ꜵ"},{base:"au",letters:"ꜷ"},{base:"av",letters:"ꜹꜻ"},{base:"ay",letters:"ꜽ"},{base:"b",letters:"bⓑbḃḅḇƀƃɓ"},{base:"c",letters:"cⓒcćĉċčçḉƈȼꜿↄ"},{base:"d",letters:"dⓓdḋďḍḑḓḏđƌɖɗꝺ"},{base:"dz",letters:"dzdž"},{base:"e",letters:"eⓔeèéêềếễểẽēḕḗĕėëẻěȅȇẹệȩḝęḙḛɇɛǝ"},{base:"f",letters:"fⓕfḟƒꝼ"},{base:"g",letters:"gⓖgǵĝḡğġǧģǥɠꞡᵹꝿ"},{base:"h",letters:"hⓗhĥḣḧȟḥḩḫẖħⱨⱶɥ"},{base:"hv",letters:"ƕ"},{base:"i",letters:"iⓘiìíîĩīĭïḯỉǐȉȋịįḭɨı"},{base:"j",letters:"jⓙjĵǰɉ"},{base:"k",letters:"kⓚkḱǩḳķḵƙⱪꝁꝃꝅꞣ"},{base:"l",letters:"lⓛlŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇ"},{base:"lj",letters:"lj"},{base:"m",letters:"mⓜmḿṁṃɱɯ"},{base:"n",letters:"nⓝnǹńñṅňṇņṋṉƞɲʼnꞑꞥ"},{base:"nj",letters:"nj"},{base:"o",letters:"oⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿɔꝋꝍɵ"},{base:"oi",letters:"ƣ"},{base:"ou",letters:"ȣ"},{base:"oo",letters:"ꝏ"},{base:"p",letters:"pⓟpṕṗƥᵽꝑꝓꝕ"},{base:"q",letters:"qⓠqɋꝗꝙ"},{base:"r",letters:"rⓡrŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"},{base:"s",letters:"sⓢsßśṥŝṡšṧṣṩșşȿꞩꞅẛ"},{base:"t",letters:"tⓣtṫẗťṭțţṱṯŧƭʈⱦꞇ"},{base:"tz",letters:"ꜩ"},{base:"u",letters:"uⓤuùúûũṹūṻŭüǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"},{base:"v",letters:"vⓥvṽṿʋꝟʌ"},{base:"vy",letters:"ꝡ"},{base:"w",letters:"wⓦwẁẃŵẇẅẘẉⱳ"},{base:"x",letters:"xⓧxẋẍ"},{base:"y",letters:"yⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ"},{base:"z",letters:"zⓩzźẑżžẓẕƶȥɀⱬꝣ"}],OO=new RegExp("["+zu.map(function(e){return e.letters}).join("")+"]","g"),Jb={};for(var qs=0;qs<zu.length;qs++)for(var Us=zu[qs],Js=0;Js<Us.letters.length;Js++)Jb[Us.letters[Js]]=Us.base;var Kb=function(t){return t.replace(OO,function(n){return Jb[n]})},_O=SO(Kb),Sh=function(t){return t.replace(/^\s+|\s+$/g,"")},MO=function(t){return"".concat(t.label," ").concat(t.value)},VO=function(t){return function(n,r){if(n.data.__isNew__)return!0;var o=U({ignoreCase:!0,ignoreAccents:!0,stringify:MO,trim:!0,matchFrom:"any"},t),i=o.ignoreCase,a=o.ignoreAccents,s=o.stringify,u=o.trim,l=o.matchFrom,c=u?Sh(r):r,d=u?Sh(s(n)):s(n);return i&&(c=c.toLowerCase(),d=d.toLowerCase()),a&&(c=_O(c),d=Kb(d)),l==="start"?d.substr(0,c.length)===c:d.indexOf(c)>-1}},DO=["innerRef"];function FO(e){var t=e.innerRef,n=tt(e,DO),r=aT(n,"onExited","in","enter","exit","appear");return K("input",ee({ref:t},r,{css:Lc({label:"dummyInput",background:0,border:0,caretColor:"transparent",fontSize:"inherit",gridArea:"1 / 1 / 2 / 3",outline:0,padding:0,width:1,color:"transparent",left:-100,opacity:0,position:"relative",transform:"scale(.01)"},process.env.NODE_ENV==="production"?"":";label:DummyInput;",process.env.NODE_ENV==="production"?"":"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkR1bW15SW5wdXQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXlCTSIsImZpbGUiOiJEdW1teUlucHV0LnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWYgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3ggfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5pbXBvcnQgeyByZW1vdmVQcm9wcyB9IGZyb20gJy4uL3V0aWxzJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gRHVtbXlJbnB1dCh7XG4gIGlubmVyUmVmLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydpbnB1dCddICYge1xuICByZWFkb25seSBpbm5lclJlZjogUmVmPEhUTUxJbnB1dEVsZW1lbnQ+O1xufSkge1xuICAvLyBSZW1vdmUgYW5pbWF0aW9uIHByb3BzIG5vdCBtZWFudCBmb3IgSFRNTCBlbGVtZW50c1xuICBjb25zdCBmaWx0ZXJlZFByb3BzID0gcmVtb3ZlUHJvcHMoXG4gICAgcHJvcHMsXG4gICAgJ29uRXhpdGVkJyxcbiAgICAnaW4nLFxuICAgICdlbnRlcicsXG4gICAgJ2V4aXQnLFxuICAgICdhcHBlYXInXG4gICk7XG5cbiAgcmV0dXJuIChcbiAgICA8aW5wdXRcbiAgICAgIHJlZj17aW5uZXJSZWZ9XG4gICAgICB7Li4uZmlsdGVyZWRQcm9wc31cbiAgICAgIGNzcz17e1xuICAgICAgICBsYWJlbDogJ2R1bW15SW5wdXQnLFxuICAgICAgICAvLyBnZXQgcmlkIG9mIGFueSBkZWZhdWx0IHN0eWxlc1xuICAgICAgICBiYWNrZ3JvdW5kOiAwLFxuICAgICAgICBib3JkZXI6IDAsXG4gICAgICAgIC8vIGltcG9ydGFudCEgdGhpcyBoaWRlcyB0aGUgZmxhc2hpbmcgY3Vyc29yXG4gICAgICAgIGNhcmV0Q29sb3I6ICd0cmFuc3BhcmVudCcsXG4gICAgICAgIGZvbnRTaXplOiAnaW5oZXJpdCcsXG4gICAgICAgIGdyaWRBcmVhOiAnMSAvIDEgLyAyIC8gMycsXG4gICAgICAgIG91dGxpbmU6IDAsXG4gICAgICAgIHBhZGRpbmc6IDAsXG4gICAgICAgIC8vIGltcG9ydGFudCEgd2l0aG91dCBgd2lkdGhgIGJyb3dzZXJzIHdvbid0IGFsbG93IGZvY3VzXG4gICAgICAgIHdpZHRoOiAxLFxuXG4gICAgICAgIC8vIHJlbW92ZSBjdXJzb3Igb24gZGVza3RvcFxuICAgICAgICBjb2xvcjogJ3RyYW5zcGFyZW50JyxcblxuICAgICAgICAvLyByZW1vdmUgY3Vyc29yIG9uIG1vYmlsZSB3aGlsc3QgbWFpbnRhaW5pbmcgXCJzY3JvbGwgaW50byB2aWV3XCIgYmVoYXZpb3VyXG4gICAgICAgIGxlZnQ6IC0xMDAsXG4gICAgICAgIG9wYWNpdHk6IDAsXG4gICAgICAgIHBvc2l0aW9uOiAncmVsYXRpdmUnLFxuICAgICAgICB0cmFuc2Zvcm06ICdzY2FsZSguMDEpJyxcbiAgICAgIH19XG4gICAgLz5cbiAgKTtcbn1cbiJdfQ== */")}))}var NO=function(t){t.cancelable&&t.preventDefault(),t.stopPropagation()};function LO(e){var t=e.isEnabled,n=e.onBottomArrive,r=e.onBottomLeave,o=e.onTopArrive,i=e.onTopLeave,a=M.useRef(!1),s=M.useRef(!1),u=M.useRef(0),l=M.useRef(null),c=M.useCallback(function(m,b){if(l.current!==null){var y=l.current,w=y.scrollTop,I=y.scrollHeight,S=y.clientHeight,A=l.current,x=b>0,E=I-S-w,O=!1;E>b&&a.current&&(r&&r(m),a.current=!1),x&&s.current&&(i&&i(m),s.current=!1),x&&b>E?(n&&!a.current&&n(m),A.scrollTop=I,O=!0,a.current=!0):!x&&-b>w&&(o&&!s.current&&o(m),A.scrollTop=0,O=!0,s.current=!0),O&&NO(m)}},[n,r,o,i]),d=M.useCallback(function(m){c(m,m.deltaY)},[c]),f=M.useCallback(function(m){u.current=m.changedTouches[0].clientY},[]),p=M.useCallback(function(m){var b=u.current-m.changedTouches[0].clientY;c(m,b)},[c]),g=M.useCallback(function(m){if(m){var b=rT?{passive:!1}:!1;m.addEventListener("wheel",d,b),m.addEventListener("touchstart",f,b),m.addEventListener("touchmove",p,b)}},[p,f,d]),h=M.useCallback(function(m){m&&(m.removeEventListener("wheel",d,!1),m.removeEventListener("touchstart",f,!1),m.removeEventListener("touchmove",p,!1))},[p,f,d]);return M.useEffect(function(){if(t){var m=l.current;return g(m),function(){h(m)}}},[t,g,h]),function(m){l.current=m}}var Ih=["boxSizing","height","overflow","paddingRight","position"],Ah={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"};function Eh(e){e.cancelable&&e.preventDefault()}function Ph(e){e.stopPropagation()}function Rh(){var e=this.scrollTop,t=this.scrollHeight,n=e+this.offsetHeight;e===0?this.scrollTop=1:n===t&&(this.scrollTop=e-1)}function Th(){return"ontouchstart"in window||navigator.maxTouchPoints}var Oh=!!(typeof window<"u"&&window.document&&window.document.createElement),zn=0,cn={capture:!1,passive:!1};function jO(e){var t=e.isEnabled,n=e.accountForScrollbars,r=n===void 0?!0:n,o=M.useRef({}),i=M.useRef(null),a=M.useCallback(function(u){if(Oh){var l=document.body,c=l&&l.style;if(r&&Ih.forEach(function(g){var h=c&&c[g];o.current[g]=h}),r&&zn<1){var d=parseInt(o.current.paddingRight,10)||0,f=document.body?document.body.clientWidth:0,p=window.innerWidth-f+d||0;Object.keys(Ah).forEach(function(g){var h=Ah[g];c&&(c[g]=h)}),c&&(c.paddingRight="".concat(p,"px"))}l&&Th()&&(l.addEventListener("touchmove",Eh,cn),u&&(u.addEventListener("touchstart",Rh,cn),u.addEventListener("touchmove",Ph,cn))),zn+=1}},[r]),s=M.useCallback(function(u){if(Oh){var l=document.body,c=l&&l.style;zn=Math.max(zn-1,0),r&&zn<1&&Ih.forEach(function(d){var f=o.current[d];c&&(c[d]=f)}),l&&Th()&&(l.removeEventListener("touchmove",Eh,cn),u&&(u.removeEventListener("touchstart",Rh,cn),u.removeEventListener("touchmove",Ph,cn)))}},[r]);return M.useEffect(function(){if(t){var u=i.current;return a(u),function(){s(u)}}},[t,a,s]),function(u){i.current=u}}function BO(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}var kO=function(t){var n=t.target;return n.ownerDocument.activeElement&&n.ownerDocument.activeElement.blur()},GO=process.env.NODE_ENV==="production"?{name:"1kfdb0e",styles:"position:fixed;left:0;bottom:0;right:0;top:0"}:{name:"bp8cua-ScrollManager",styles:"position:fixed;left:0;bottom:0;right:0;top:0;label:ScrollManager;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlNjcm9sbE1hbmFnZXIudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW9EVSIsImZpbGUiOiJTY3JvbGxNYW5hZ2VyLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsganN4IH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHsgRnJhZ21lbnQsIFJlYWN0RWxlbWVudCwgUmVmQ2FsbGJhY2ssIE1vdXNlRXZlbnQgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgdXNlU2Nyb2xsQ2FwdHVyZSBmcm9tICcuL3VzZVNjcm9sbENhcHR1cmUnO1xuaW1wb3J0IHVzZVNjcm9sbExvY2sgZnJvbSAnLi91c2VTY3JvbGxMb2NrJztcblxuaW50ZXJmYWNlIFByb3BzIHtcbiAgcmVhZG9ubHkgY2hpbGRyZW46IChyZWY6IFJlZkNhbGxiYWNrPEhUTUxFbGVtZW50PikgPT4gUmVhY3RFbGVtZW50O1xuICByZWFkb25seSBsb2NrRW5hYmxlZDogYm9vbGVhbjtcbiAgcmVhZG9ubHkgY2FwdHVyZUVuYWJsZWQ6IGJvb2xlYW47XG4gIHJlYWRvbmx5IG9uQm90dG9tQXJyaXZlPzogKGV2ZW50OiBXaGVlbEV2ZW50IHwgVG91Y2hFdmVudCkgPT4gdm9pZDtcbiAgcmVhZG9ubHkgb25Cb3R0b21MZWF2ZT86IChldmVudDogV2hlZWxFdmVudCB8IFRvdWNoRXZlbnQpID0+IHZvaWQ7XG4gIHJlYWRvbmx5IG9uVG9wQXJyaXZlPzogKGV2ZW50OiBXaGVlbEV2ZW50IHwgVG91Y2hFdmVudCkgPT4gdm9pZDtcbiAgcmVhZG9ubHkgb25Ub3BMZWF2ZT86IChldmVudDogV2hlZWxFdmVudCB8IFRvdWNoRXZlbnQpID0+IHZvaWQ7XG59XG5cbmNvbnN0IGJsdXJTZWxlY3RJbnB1dCA9IChldmVudDogTW91c2VFdmVudDxIVE1MRGl2RWxlbWVudD4pID0+IHtcbiAgY29uc3QgZWxlbWVudCA9IGV2ZW50LnRhcmdldCBhcyBIVE1MRGl2RWxlbWVudDtcbiAgcmV0dXJuIChcbiAgICBlbGVtZW50Lm93bmVyRG9jdW1lbnQuYWN0aXZlRWxlbWVudCAmJlxuICAgIChlbGVtZW50Lm93bmVyRG9jdW1lbnQuYWN0aXZlRWxlbWVudCBhcyBIVE1MRWxlbWVudCkuYmx1cigpXG4gICk7XG59O1xuXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBTY3JvbGxNYW5hZ2VyKHtcbiAgY2hpbGRyZW4sXG4gIGxvY2tFbmFibGVkLFxuICBjYXB0dXJlRW5hYmxlZCA9IHRydWUsXG4gIG9uQm90dG9tQXJyaXZlLFxuICBvbkJvdHRvbUxlYXZlLFxuICBvblRvcEFycml2ZSxcbiAgb25Ub3BMZWF2ZSxcbn06IFByb3BzKSB7XG4gIGNvbnN0IHNldFNjcm9sbENhcHR1cmVUYXJnZXQgPSB1c2VTY3JvbGxDYXB0dXJlKHtcbiAgICBpc0VuYWJsZWQ6IGNhcHR1cmVFbmFibGVkLFxuICAgIG9uQm90dG9tQXJyaXZlLFxuICAgIG9uQm90dG9tTGVhdmUsXG4gICAgb25Ub3BBcnJpdmUsXG4gICAgb25Ub3BMZWF2ZSxcbiAgfSk7XG4gIGNvbnN0IHNldFNjcm9sbExvY2tUYXJnZXQgPSB1c2VTY3JvbGxMb2NrKHsgaXNFbmFibGVkOiBsb2NrRW5hYmxlZCB9KTtcblxuICBjb25zdCB0YXJnZXRSZWY6IFJlZkNhbGxiYWNrPEhUTUxFbGVtZW50PiA9IChlbGVtZW50KSA9PiB7XG4gICAgc2V0U2Nyb2xsQ2FwdHVyZVRhcmdldChlbGVtZW50KTtcbiAgICBzZXRTY3JvbGxMb2NrVGFyZ2V0KGVsZW1lbnQpO1xuICB9O1xuXG4gIHJldHVybiAoXG4gICAgPEZyYWdtZW50PlxuICAgICAge2xvY2tFbmFibGVkICYmIChcbiAgICAgICAgPGRpdlxuICAgICAgICAgIG9uQ2xpY2s9e2JsdXJTZWxlY3RJbnB1dH1cbiAgICAgICAgICBjc3M9e3sgcG9zaXRpb246ICdmaXhlZCcsIGxlZnQ6IDAsIGJvdHRvbTogMCwgcmlnaHQ6IDAsIHRvcDogMCB9fVxuICAgICAgICAvPlxuICAgICAgKX1cbiAgICAgIHtjaGlsZHJlbih0YXJnZXRSZWYpfVxuICAgIDwvRnJhZ21lbnQ+XG4gICk7XG59XG4iXX0= */",toString:BO};function WO(e){var t=e.children,n=e.lockEnabled,r=e.captureEnabled,o=r===void 0?!0:r,i=e.onBottomArrive,a=e.onBottomLeave,s=e.onTopArrive,u=e.onTopLeave,l=LO({isEnabled:o,onBottomArrive:i,onBottomLeave:a,onTopArrive:s,onTopLeave:u}),c=jO({isEnabled:n}),d=function(p){l(p),c(p)};return K(M.Fragment,null,n&&K("div",{onClick:kO,css:GO}),t(d))}function HO(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}var $O=process.env.NODE_ENV==="production"?{name:"1a0ro4n-requiredInput",styles:"label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%"}:{name:"5kkxb2-requiredInput-RequiredInput",styles:"label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%;label:RequiredInput;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlJlcXVpcmVkSW5wdXQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWNJIiwiZmlsZSI6IlJlcXVpcmVkSW5wdXQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiLyoqIEBqc3gganN4ICovXG5pbXBvcnQgeyBGb2N1c0V2ZW50SGFuZGxlciwgRnVuY3Rpb25Db21wb25lbnQgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3ggfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmNvbnN0IFJlcXVpcmVkSW5wdXQ6IEZ1bmN0aW9uQ29tcG9uZW50PHtcbiAgcmVhZG9ubHkgbmFtZT86IHN0cmluZztcbiAgcmVhZG9ubHkgb25Gb2N1czogRm9jdXNFdmVudEhhbmRsZXI8SFRNTElucHV0RWxlbWVudD47XG59PiA9ICh7IG5hbWUsIG9uRm9jdXMgfSkgPT4gKFxuICA8aW5wdXRcbiAgICByZXF1aXJlZFxuICAgIG5hbWU9e25hbWV9XG4gICAgdGFiSW5kZXg9ey0xfVxuICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgb25Gb2N1cz17b25Gb2N1c31cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAncmVxdWlyZWRJbnB1dCcsXG4gICAgICBvcGFjaXR5OiAwLFxuICAgICAgcG9pbnRlckV2ZW50czogJ25vbmUnLFxuICAgICAgcG9zaXRpb246ICdhYnNvbHV0ZScsXG4gICAgICBib3R0b206IDAsXG4gICAgICBsZWZ0OiAwLFxuICAgICAgcmlnaHQ6IDAsXG4gICAgICB3aWR0aDogJzEwMCUnLFxuICAgIH19XG4gICAgLy8gUHJldmVudCBgU3dpdGNoaW5nIGZyb20gdW5jb250cm9sbGVkIHRvIGNvbnRyb2xsZWRgIGVycm9yXG4gICAgdmFsdWU9XCJcIlxuICAgIG9uQ2hhbmdlPXsoKSA9PiB7fX1cbiAgLz5cbik7XG5cbmV4cG9ydCBkZWZhdWx0IFJlcXVpcmVkSW5wdXQ7XG4iXX0= */",toString:HO},XO=function(t){var n=t.name,r=t.onFocus;return K("input",{required:!0,name:n,tabIndex:-1,"aria-hidden":"true",onFocus:r,css:$O,value:"",onChange:function(){}})},ZO=XO;function Bc(e){var t;return typeof window<"u"&&window.navigator!=null?e.test(((t=window.navigator.userAgentData)===null||t===void 0?void 0:t.platform)||window.navigator.platform):!1}function zO(){return Bc(/^iPhone/i)}function Qb(){return Bc(/^Mac/i)}function YO(){return Bc(/^iPad/i)||Qb()&&navigator.maxTouchPoints>1}function qO(){return zO()||YO()}function UO(){return Qb()||qO()}var JO=function(t){return t.label},ey=function(t){return t.label},ty=function(t){return t.value},KO=function(t){return!!t.isDisabled},QO={clearIndicator:FT,container:ST,control:WT,dropdownIndicator:VT,group:ZT,groupHeading:YT,indicatorsContainer:PT,indicatorSeparator:LT,input:KT,loadingIndicator:kT,loadingMessage:bT,menu:dT,menuList:gT,menuPortal:xT,multiValue:rO,multiValueLabel:oO,multiValueRemove:iO,noOptionsMessage:vT,option:dO,placeholder:hO,singleValue:vO,valueContainer:AT},e_={primary:"#2684FF",primary75:"#4C9AFF",primary50:"#B2D4FF",primary25:"#DEEBFF",danger:"#DE350B",dangerLight:"#FFBDAD",neutral0:"hsl(0, 0%, 100%)",neutral5:"hsl(0, 0%, 95%)",neutral10:"hsl(0, 0%, 90%)",neutral20:"hsl(0, 0%, 80%)",neutral30:"hsl(0, 0%, 70%)",neutral40:"hsl(0, 0%, 60%)",neutral50:"hsl(0, 0%, 50%)",neutral60:"hsl(0, 0%, 40%)",neutral70:"hsl(0, 0%, 30%)",neutral80:"hsl(0, 0%, 20%)",neutral90:"hsl(0, 0%, 10%)"},t_=4,ny=4,n_=38,r_=ny*2,o_={baseUnit:ny,controlHeight:n_,menuGutter:r_},Ks={borderRadius:t_,colors:e_,spacing:o_},i_={"aria-live":"polite",backspaceRemovesValue:!0,blurInputOnSelect:yh(),captureMenuScroll:!yh(),classNames:{},closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:VO(),formatGroupLabel:JO,getOptionLabel:ey,getOptionValue:ty,isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:KO,loadingMessage:function(){return"Loading..."},maxMenuHeight:300,minMenuHeight:140,menuIsOpen:!1,menuPlacement:"bottom",menuPosition:"absolute",menuShouldBlockScroll:!1,menuShouldScrollIntoView:!tT(),noOptionsMessage:function(){return"No options"},openMenuOnFocus:!1,openMenuOnClick:!0,options:[],pageSize:5,placeholder:"Select...",screenReaderStatus:function(t){var n=t.count;return"".concat(n," result").concat(n!==1?"s":""," available")},styles:{},tabIndex:0,tabSelectsValue:!0,unstyled:!1};function _h(e,t,n,r){var o=iy(e,t,n),i=ay(e,t,n),a=oy(e,t),s=Lo(e,t);return{type:"option",data:t,isDisabled:o,isSelected:i,label:a,value:s,index:r}}function fo(e,t){return e.options.map(function(n,r){if("options"in n){var o=n.options.map(function(a,s){return _h(e,a,t,s)}).filter(function(a){return Vh(e,a)});return o.length>0?{type:"group",data:n,options:o,index:r}:void 0}var i=_h(e,n,t,r);return Vh(e,i)?i:void 0}).filter(oT)}function ry(e){return e.reduce(function(t,n){return n.type==="group"?t.push.apply(t,In(n.options.map(function(r){return r.data}))):t.push(n.data),t},[])}function Mh(e,t){return e.reduce(function(n,r){return r.type==="group"?n.push.apply(n,In(r.options.map(function(o){return{data:o.data,id:"".concat(t,"-").concat(r.index,"-").concat(o.index)}}))):n.push({data:r.data,id:"".concat(t,"-").concat(r.index)}),n},[])}function a_(e,t){return ry(fo(e,t))}function Vh(e,t){var n=e.inputValue,r=n===void 0?"":n,o=t.data,i=t.isSelected,a=t.label,s=t.value;return(!uy(e)||!i)&&sy(e,{label:a,value:s,data:o},r)}function s_(e,t){var n=e.focusedValue,r=e.selectValue,o=r.indexOf(n);if(o>-1){var i=t.indexOf(n);if(i>-1)return n;if(o<t.length)return t[o]}return null}function u_(e,t){var n=e.focusedOption;return n&&t.indexOf(n)>-1?n:t[0]}var Qs=function(t,n){var r,o=(r=t.find(function(i){return i.data===n}))===null||r===void 0?void 0:r.id;return o||null},oy=function(t,n){return t.getOptionLabel(n)},Lo=function(t,n){return t.getOptionValue(n)};function iy(e,t,n){return typeof e.isOptionDisabled=="function"?e.isOptionDisabled(t,n):!1}function ay(e,t,n){if(n.indexOf(t)>-1)return!0;if(typeof e.isOptionSelected=="function")return e.isOptionSelected(t,n);var r=Lo(e,t);return n.some(function(o){return Lo(e,o)===r})}function sy(e,t,n){return e.filterOption?e.filterOption(t,n):!0}var uy=function(t){var n=t.hideSelectedOptions,r=t.isMulti;return n===void 0?r:n},l_=1,li=function(e){HP(n,e);var t=ZP(n);function n(r){var o;if(GP(this,n),o=t.call(this,r),o.state={ariaSelection:null,focusedOption:null,focusedOptionId:null,focusableOptionsWithIds:[],focusedValue:null,inputIsHidden:!1,isFocused:!1,selectValue:[],clearFocusValueOnUpdate:!1,prevWasFocused:!1,inputIsHiddenAfterUpdate:void 0,prevProps:void 0,instancePrefix:"",isAppleDevice:!1},o.blockOptionHover=!1,o.isComposing=!1,o.commonProps=void 0,o.initialTouchX=0,o.initialTouchY=0,o.openAfterFocus=!1,o.scrollToFocusedOptionOnUpdate=!1,o.userIsDragging=void 0,o.controlRef=null,o.getControlRef=function(u){o.controlRef=u},o.focusedOptionRef=null,o.getFocusedOptionRef=function(u){o.focusedOptionRef=u},o.menuListRef=null,o.getMenuListRef=function(u){o.menuListRef=u},o.inputRef=null,o.getInputRef=function(u){o.inputRef=u},o.focus=o.focusInput,o.blur=o.blurInput,o.onChange=function(u,l){var c=o.props,d=c.onChange,f=c.name;l.name=f,o.ariaOnChange(u,l),d(u,l)},o.setValue=function(u,l,c){var d=o.props,f=d.closeMenuOnSelect,p=d.isMulti,g=d.inputValue;o.onInputChange("",{action:"set-value",prevInputValue:g}),f&&(o.setState({inputIsHiddenAfterUpdate:!p}),o.onMenuClose()),o.setState({clearFocusValueOnUpdate:!0}),o.onChange(u,{action:l,option:c})},o.selectOption=function(u){var l=o.props,c=l.blurInputOnSelect,d=l.isMulti,f=l.name,p=o.state.selectValue,g=d&&o.isOptionSelected(u,p),h=o.isOptionDisabled(u,p);if(g){var m=o.getOptionValue(u);o.setValue(p.filter(function(b){return o.getOptionValue(b)!==m}),"deselect-option",u)}else if(!h)d?o.setValue([].concat(In(p),[u]),"select-option",u):o.setValue(u,"select-option");else{o.ariaOnChange(u,{action:"select-option",option:u,name:f});return}c&&o.blurInput()},o.removeValue=function(u){var l=o.props.isMulti,c=o.state.selectValue,d=o.getOptionValue(u),f=c.filter(function(g){return o.getOptionValue(g)!==d}),p=Kn(l,f,f[0]||null);o.onChange(p,{action:"remove-value",removedValue:u}),o.focusInput()},o.clearValue=function(){var u=o.state.selectValue;o.onChange(Kn(o.props.isMulti,[],null),{action:"clear",removedValues:u})},o.popValue=function(){var u=o.props.isMulti,l=o.state.selectValue,c=l[l.length-1],d=l.slice(0,l.length-1),f=Kn(u,d,d[0]||null);c&&o.onChange(f,{action:"pop-value",removedValue:c})},o.getFocusedOptionId=function(u){return Qs(o.state.focusableOptionsWithIds,u)},o.getFocusableOptionsWithIds=function(){return Mh(fo(o.props,o.state.selectValue),o.getElementId("option"))},o.getValue=function(){return o.state.selectValue},o.cx=function(){for(var u=arguments.length,l=new Array(u),c=0;c<u;c++)l[c]=arguments[c];return qR.apply(void 0,[o.props.classNamePrefix].concat(l))},o.getOptionLabel=function(u){return oy(o.props,u)},o.getOptionValue=function(u){return Lo(o.props,u)},o.getStyles=function(u,l){var c=o.props.unstyled,d=QO[u](l,c);d.boxSizing="border-box";var f=o.props.styles[u];return f?f(d,l):d},o.getClassNames=function(u,l){var c,d;return(c=(d=o.props.classNames)[u])===null||c===void 0?void 0:c.call(d,l)},o.getElementId=function(u){return"".concat(o.state.instancePrefix,"-").concat(u)},o.getComponents=function(){return CO(o.props)},o.buildCategorizedOptions=function(){return fo(o.props,o.state.selectValue)},o.getCategorizedOptions=function(){return o.props.menuIsOpen?o.buildCategorizedOptions():[]},o.buildFocusableOptions=function(){return ry(o.buildCategorizedOptions())},o.getFocusableOptions=function(){return o.props.menuIsOpen?o.buildFocusableOptions():[]},o.ariaOnChange=function(u,l){o.setState({ariaSelection:U({value:u},l)})},o.onMenuMouseDown=function(u){u.button===0&&(u.stopPropagation(),u.preventDefault(),o.focusInput())},o.onMenuMouseMove=function(u){o.blockOptionHover=!1},o.onControlMouseDown=function(u){if(!u.defaultPrevented){var l=o.props.openMenuOnClick;o.state.isFocused?o.props.menuIsOpen?u.target.tagName!=="INPUT"&&u.target.tagName!=="TEXTAREA"&&o.onMenuClose():l&&o.openMenu("first"):(l&&(o.openAfterFocus=!0),o.focusInput()),u.target.tagName!=="INPUT"&&u.target.tagName!=="TEXTAREA"&&u.preventDefault()}},o.onDropdownIndicatorMouseDown=function(u){if(!(u&&u.type==="mousedown"&&u.button!==0)&&!o.props.isDisabled){var l=o.props,c=l.isMulti,d=l.menuIsOpen;o.focusInput(),d?(o.setState({inputIsHiddenAfterUpdate:!c}),o.onMenuClose()):o.openMenu("first"),u.preventDefault()}},o.onClearIndicatorMouseDown=function(u){u&&u.type==="mousedown"&&u.button!==0||(o.clearValue(),u.preventDefault(),o.openAfterFocus=!1,u.type==="touchend"?o.focusInput():setTimeout(function(){return o.focusInput()}))},o.onScroll=function(u){typeof o.props.closeMenuOnScroll=="boolean"?u.target instanceof HTMLElement&&ui(u.target)&&o.props.onMenuClose():typeof o.props.closeMenuOnScroll=="function"&&o.props.closeMenuOnScroll(u)&&o.props.onMenuClose()},o.onCompositionStart=function(){o.isComposing=!0},o.onCompositionEnd=function(){o.isComposing=!1},o.onTouchStart=function(u){var l=u.touches,c=l&&l.item(0);c&&(o.initialTouchX=c.clientX,o.initialTouchY=c.clientY,o.userIsDragging=!1)},o.onTouchMove=function(u){var l=u.touches,c=l&&l.item(0);if(c){var d=Math.abs(c.clientX-o.initialTouchX),f=Math.abs(c.clientY-o.initialTouchY),p=5;o.userIsDragging=d>p||f>p}},o.onTouchEnd=function(u){o.userIsDragging||(o.controlRef&&!o.controlRef.contains(u.target)&&o.menuListRef&&!o.menuListRef.contains(u.target)&&o.blurInput(),o.initialTouchX=0,o.initialTouchY=0)},o.onControlTouchEnd=function(u){o.userIsDragging||o.onControlMouseDown(u)},o.onClearIndicatorTouchEnd=function(u){o.userIsDragging||o.onClearIndicatorMouseDown(u)},o.onDropdownIndicatorTouchEnd=function(u){o.userIsDragging||o.onDropdownIndicatorMouseDown(u)},o.handleInputChange=function(u){var l=o.props.inputValue,c=u.currentTarget.value;o.setState({inputIsHiddenAfterUpdate:!1}),o.onInputChange(c,{action:"input-change",prevInputValue:l}),o.props.menuIsOpen||o.onMenuOpen()},o.onInputFocus=function(u){o.props.onFocus&&o.props.onFocus(u),o.setState({inputIsHiddenAfterUpdate:!1,isFocused:!0}),(o.openAfterFocus||o.props.openMenuOnFocus)&&o.openMenu("first"),o.openAfterFocus=!1},o.onInputBlur=function(u){var l=o.props.inputValue;if(o.menuListRef&&o.menuListRef.contains(document.activeElement)){o.inputRef.focus();return}o.props.onBlur&&o.props.onBlur(u),o.onInputChange("",{action:"input-blur",prevInputValue:l}),o.onMenuClose(),o.setState({focusedValue:null,isFocused:!1})},o.onOptionHover=function(u){if(!(o.blockOptionHover||o.state.focusedOption===u)){var l=o.getFocusableOptions(),c=l.indexOf(u);o.setState({focusedOption:u,focusedOptionId:c>-1?o.getFocusedOptionId(u):null})}},o.shouldHideSelectedOptions=function(){return uy(o.props)},o.onValueInputFocus=function(u){u.preventDefault(),u.stopPropagation(),o.focus()},o.onKeyDown=function(u){var l=o.props,c=l.isMulti,d=l.backspaceRemovesValue,f=l.escapeClearsValue,p=l.inputValue,g=l.isClearable,h=l.isDisabled,m=l.menuIsOpen,b=l.onKeyDown,y=l.tabSelectsValue,w=l.openMenuOnFocus,I=o.state,S=I.focusedOption,A=I.focusedValue,x=I.selectValue;if(!h&&!(typeof b=="function"&&(b(u),u.defaultPrevented))){switch(o.blockOptionHover=!0,u.key){case"ArrowLeft":if(!c||p)return;o.focusValue("previous");break;case"ArrowRight":if(!c||p)return;o.focusValue("next");break;case"Delete":case"Backspace":if(p)return;if(A)o.removeValue(A);else{if(!d)return;c?o.popValue():g&&o.clearValue()}break;case"Tab":if(o.isComposing||u.shiftKey||!m||!y||!S||w&&o.isOptionSelected(S,x))return;o.selectOption(S);break;case"Enter":if(u.keyCode===229)break;if(m){if(!S||o.isComposing)return;o.selectOption(S);break}return;case"Escape":m?(o.setState({inputIsHiddenAfterUpdate:!1}),o.onInputChange("",{action:"menu-close",prevInputValue:p}),o.onMenuClose()):g&&f&&o.clearValue();break;case" ":if(p)return;if(!m){o.openMenu("first");break}if(!S)return;o.selectOption(S);break;case"ArrowUp":m?o.focusOption("up"):o.openMenu("last");break;case"ArrowDown":m?o.focusOption("down"):o.openMenu("first");break;case"PageUp":if(!m)return;o.focusOption("pageup");break;case"PageDown":if(!m)return;o.focusOption("pagedown");break;case"Home":if(!m)return;o.focusOption("first");break;case"End":if(!m)return;o.focusOption("last");break;default:return}u.preventDefault()}},o.state.instancePrefix="react-select-"+(o.props.instanceId||++l_),o.state.selectValue=Fo(r.value),r.menuIsOpen&&o.state.selectValue.length){var i=o.getFocusableOptionsWithIds(),a=o.buildFocusableOptions(),s=a.indexOf(o.state.selectValue[0]);o.state.focusableOptionsWithIds=i,o.state.focusedOption=a[s],o.state.focusedOptionId=Qs(i,a[s])}return o}return WP(n,[{key:"componentDidMount",value:function(){this.startListeningComposition(),this.startListeningToTouch(),this.props.closeMenuOnScroll&&document&&document.addEventListener&&document.addEventListener("scroll",this.onScroll,!0),this.props.autoFocus&&this.focusInput(),this.props.menuIsOpen&&this.state.focusedOption&&this.menuListRef&&this.focusedOptionRef&&bh(this.menuListRef,this.focusedOptionRef),UO()&&this.setState({isAppleDevice:!0})}},{key:"componentDidUpdate",value:function(o){var i=this.props,a=i.isDisabled,s=i.menuIsOpen,u=this.state.isFocused;(u&&!a&&o.isDisabled||u&&s&&!o.menuIsOpen)&&this.focusInput(),u&&a&&!o.isDisabled?this.setState({isFocused:!1},this.onMenuClose):!u&&!a&&o.isDisabled&&this.inputRef===document.activeElement&&this.setState({isFocused:!0}),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(bh(this.menuListRef,this.focusedOptionRef),this.scrollToFocusedOptionOnUpdate=!1)}},{key:"componentWillUnmount",value:function(){this.stopListeningComposition(),this.stopListeningToTouch(),document.removeEventListener("scroll",this.onScroll,!0)}},{key:"onMenuOpen",value:function(){this.props.onMenuOpen()}},{key:"onMenuClose",value:function(){this.onInputChange("",{action:"menu-close",prevInputValue:this.props.inputValue}),this.props.onMenuClose()}},{key:"onInputChange",value:function(o,i){this.props.onInputChange(o,i)}},{key:"focusInput",value:function(){this.inputRef&&this.inputRef.focus()}},{key:"blurInput",value:function(){this.inputRef&&this.inputRef.blur()}},{key:"openMenu",value:function(o){var i=this,a=this.state,s=a.selectValue,u=a.isFocused,l=this.buildFocusableOptions(),c=o==="first"?0:l.length-1;if(!this.props.isMulti){var d=l.indexOf(s[0]);d>-1&&(c=d)}this.scrollToFocusedOptionOnUpdate=!(u&&this.menuListRef),this.setState({inputIsHiddenAfterUpdate:!1,focusedValue:null,focusedOption:l[c],focusedOptionId:this.getFocusedOptionId(l[c])},function(){return i.onMenuOpen()})}},{key:"focusValue",value:function(o){var i=this.state,a=i.selectValue,s=i.focusedValue;if(this.props.isMulti){this.setState({focusedOption:null});var u=a.indexOf(s);s||(u=-1);var l=a.length-1,c=-1;if(a.length){switch(o){case"previous":u===0?c=0:u===-1?c=l:c=u-1;break;case"next":u>-1&&u<l&&(c=u+1);break}this.setState({inputIsHidden:c!==-1,focusedValue:a[c]})}}}},{key:"focusOption",value:function(){var o=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"first",i=this.props.pageSize,a=this.state.focusedOption,s=this.getFocusableOptions();if(s.length){var u=0,l=s.indexOf(a);a||(l=-1),o==="up"?u=l>0?l-1:s.length-1:o==="down"?u=(l+1)%s.length:o==="pageup"?(u=l-i,u<0&&(u=0)):o==="pagedown"?(u=l+i,u>s.length-1&&(u=s.length-1)):o==="last"&&(u=s.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:s[u],focusedValue:null,focusedOptionId:this.getFocusedOptionId(s[u])})}}},{key:"getTheme",value:function(){return this.props.theme?typeof this.props.theme=="function"?this.props.theme(Ks):U(U({},Ks),this.props.theme):Ks}},{key:"getCommonProps",value:function(){var o=this.clearValue,i=this.cx,a=this.getStyles,s=this.getClassNames,u=this.getValue,l=this.selectOption,c=this.setValue,d=this.props,f=d.isMulti,p=d.isRtl,g=d.options,h=this.hasValue();return{clearValue:o,cx:i,getStyles:a,getClassNames:s,getValue:u,hasValue:h,isMulti:f,isRtl:p,options:g,selectOption:l,selectProps:d,setValue:c,theme:this.getTheme()}}},{key:"hasValue",value:function(){var o=this.state.selectValue;return o.length>0}},{key:"hasOptions",value:function(){return!!this.getFocusableOptions().length}},{key:"isClearable",value:function(){var o=this.props,i=o.isClearable,a=o.isMulti;return i===void 0?a:i}},{key:"isOptionDisabled",value:function(o,i){return iy(this.props,o,i)}},{key:"isOptionSelected",value:function(o,i){return ay(this.props,o,i)}},{key:"filterOption",value:function(o,i){return sy(this.props,o,i)}},{key:"formatOptionLabel",value:function(o,i){if(typeof this.props.formatOptionLabel=="function"){var a=this.props.inputValue,s=this.state.selectValue;return this.props.formatOptionLabel(o,{context:i,inputValue:a,selectValue:s})}else return this.getOptionLabel(o)}},{key:"formatGroupLabel",value:function(o){return this.props.formatGroupLabel(o)}},{key:"startListeningComposition",value:function(){document&&document.addEventListener&&(document.addEventListener("compositionstart",this.onCompositionStart,!1),document.addEventListener("compositionend",this.onCompositionEnd,!1))}},{key:"stopListeningComposition",value:function(){document&&document.removeEventListener&&(document.removeEventListener("compositionstart",this.onCompositionStart),document.removeEventListener("compositionend",this.onCompositionEnd))}},{key:"startListeningToTouch",value:function(){document&&document.addEventListener&&(document.addEventListener("touchstart",this.onTouchStart,!1),document.addEventListener("touchmove",this.onTouchMove,!1),document.addEventListener("touchend",this.onTouchEnd,!1))}},{key:"stopListeningToTouch",value:function(){document&&document.removeEventListener&&(document.removeEventListener("touchstart",this.onTouchStart),document.removeEventListener("touchmove",this.onTouchMove),document.removeEventListener("touchend",this.onTouchEnd))}},{key:"renderInput",value:function(){var o=this.props,i=o.isDisabled,a=o.isSearchable,s=o.inputId,u=o.inputValue,l=o.tabIndex,c=o.form,d=o.menuIsOpen,f=o.required,p=this.getComponents(),g=p.Input,h=this.state,m=h.inputIsHidden,b=h.ariaSelection,y=this.commonProps,w=s||this.getElementId("input"),I=U(U(U({"aria-autocomplete":"list","aria-expanded":d,"aria-haspopup":!0,"aria-errormessage":this.props["aria-errormessage"],"aria-invalid":this.props["aria-invalid"],"aria-label":this.props["aria-label"],"aria-labelledby":this.props["aria-labelledby"],"aria-required":f,role:"combobox","aria-activedescendant":this.state.isAppleDevice?void 0:this.state.focusedOptionId||""},d&&{"aria-controls":this.getElementId("listbox")}),!a&&{"aria-readonly":!0}),this.hasValue()?(b==null?void 0:b.action)==="initial-input-focus"&&{"aria-describedby":this.getElementId("live-region")}:{"aria-describedby":this.getElementId("placeholder")});return a?C.createElement(g,ee({},y,{autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",id:w,innerRef:this.getInputRef,isDisabled:i,isHidden:m,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,spellCheck:"false",tabIndex:l,form:c,type:"text",value:u},I)):C.createElement(FO,ee({id:w,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:Do,onFocus:this.onInputFocus,disabled:i,tabIndex:l,inputMode:"none",form:c,value:""},I))}},{key:"renderPlaceholderOrValue",value:function(){var o=this,i=this.getComponents(),a=i.MultiValue,s=i.MultiValueContainer,u=i.MultiValueLabel,l=i.MultiValueRemove,c=i.SingleValue,d=i.Placeholder,f=this.commonProps,p=this.props,g=p.controlShouldRenderValue,h=p.isDisabled,m=p.isMulti,b=p.inputValue,y=p.placeholder,w=this.state,I=w.selectValue,S=w.focusedValue,A=w.isFocused;if(!this.hasValue()||!g)return b?null:C.createElement(d,ee({},f,{key:"placeholder",isDisabled:h,isFocused:A,innerProps:{id:this.getElementId("placeholder")}}),y);if(m)return I.map(function(E,O){var D=E===S,B="".concat(o.getOptionLabel(E),"-").concat(o.getOptionValue(E));return C.createElement(a,ee({},f,{components:{Container:s,Label:u,Remove:l},isFocused:D,isDisabled:h,key:B,index:O,removeProps:{onClick:function(){return o.removeValue(E)},onTouchEnd:function(){return o.removeValue(E)},onMouseDown:function(P){P.preventDefault()}},data:E}),o.formatOptionLabel(E,"value"))});if(b)return null;var x=I[0];return C.createElement(c,ee({},f,{data:x,isDisabled:h}),this.formatOptionLabel(x,"value"))}},{key:"renderClearIndicator",value:function(){var o=this.getComponents(),i=o.ClearIndicator,a=this.commonProps,s=this.props,u=s.isDisabled,l=s.isLoading,c=this.state.isFocused;if(!this.isClearable()||!i||u||!this.hasValue()||l)return null;var d={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"};return C.createElement(i,ee({},a,{innerProps:d,isFocused:c}))}},{key:"renderLoadingIndicator",value:function(){var o=this.getComponents(),i=o.LoadingIndicator,a=this.commonProps,s=this.props,u=s.isDisabled,l=s.isLoading,c=this.state.isFocused;if(!i||!l)return null;var d={"aria-hidden":"true"};return C.createElement(i,ee({},a,{innerProps:d,isDisabled:u,isFocused:c}))}},{key:"renderIndicatorSeparator",value:function(){var o=this.getComponents(),i=o.DropdownIndicator,a=o.IndicatorSeparator;if(!i||!a)return null;var s=this.commonProps,u=this.props.isDisabled,l=this.state.isFocused;return C.createElement(a,ee({},s,{isDisabled:u,isFocused:l}))}},{key:"renderDropdownIndicator",value:function(){var o=this.getComponents(),i=o.DropdownIndicator;if(!i)return null;var a=this.commonProps,s=this.props.isDisabled,u=this.state.isFocused,l={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"};return C.createElement(i,ee({},a,{innerProps:l,isDisabled:s,isFocused:u}))}},{key:"renderMenu",value:function(){var o=this,i=this.getComponents(),a=i.Group,s=i.GroupHeading,u=i.Menu,l=i.MenuList,c=i.MenuPortal,d=i.LoadingMessage,f=i.NoOptionsMessage,p=i.Option,g=this.commonProps,h=this.state.focusedOption,m=this.props,b=m.captureMenuScroll,y=m.inputValue,w=m.isLoading,I=m.loadingMessage,S=m.minMenuHeight,A=m.maxMenuHeight,x=m.menuIsOpen,E=m.menuPlacement,O=m.menuPosition,D=m.menuPortalTarget,B=m.menuShouldBlockScroll,L=m.menuShouldScrollIntoView,P=m.noOptionsMessage,R=m.onMenuScrollToTop,_=m.onMenuScrollToBottom;if(!x)return null;var V=function($,W){var X=$.type,Z=$.data,Y=$.isDisabled,q=$.isSelected,J=$.label,Q=$.value,re=h===Z,H=Y?void 0:function(){return o.onOptionHover(Z)},ne=Y?void 0:function(){return o.selectOption(Z)},se="".concat(o.getElementId("option"),"-").concat(W),le={id:se,onClick:ne,onMouseMove:H,onMouseOver:H,tabIndex:-1,role:"option","aria-selected":o.state.isAppleDevice?void 0:q};return C.createElement(p,ee({},g,{innerProps:le,data:Z,isDisabled:Y,isSelected:q,key:se,label:J,type:X,value:Q,isFocused:re,innerRef:re?o.getFocusedOptionRef:void 0}),o.formatOptionLabel($.data,"menu"))},j;if(this.hasOptions())j=this.getCategorizedOptions().map(function(G){if(G.type==="group"){var $=G.data,W=G.options,X=G.index,Z="".concat(o.getElementId("group"),"-").concat(X),Y="".concat(Z,"-heading");return C.createElement(a,ee({},g,{key:Z,data:$,options:W,Heading:s,headingProps:{id:Y,data:G.data},label:o.formatGroupLabel(G.data)}),G.options.map(function(q){return V(q,"".concat(X,"-").concat(q.index))}))}else if(G.type==="option")return V(G,"".concat(G.index))});else if(w){var F=I({inputValue:y});if(F===null)return null;j=C.createElement(d,g,F)}else{var k=P({inputValue:y});if(k===null)return null;j=C.createElement(f,g,k)}var T={minMenuHeight:S,maxMenuHeight:A,menuPlacement:E,menuPosition:O,menuShouldScrollIntoView:L},N=C.createElement(fT,ee({},g,T),function(G){var $=G.ref,W=G.placerProps,X=W.placement,Z=W.maxHeight;return C.createElement(u,ee({},g,T,{innerRef:$,innerProps:{onMouseDown:o.onMenuMouseDown,onMouseMove:o.onMenuMouseMove},isLoading:w,placement:X}),C.createElement(WO,{captureEnabled:b,onTopArrive:R,onBottomArrive:_,lockEnabled:B},function(Y){return C.createElement(l,ee({},g,{innerRef:function(J){o.getMenuListRef(J),Y(J)},innerProps:{role:"listbox","aria-multiselectable":g.isMulti,id:o.getElementId("listbox")},isLoading:w,maxHeight:Z,focusedOption:h}),j)}))});return D||O==="fixed"?C.createElement(c,ee({},g,{appendTo:D,controlElement:this.controlRef,menuPlacement:E,menuPosition:O}),N):N}},{key:"renderFormField",value:function(){var o=this,i=this.props,a=i.delimiter,s=i.isDisabled,u=i.isMulti,l=i.name,c=i.required,d=this.state.selectValue;if(c&&!this.hasValue()&&!s)return C.createElement(ZO,{name:l,onFocus:this.onValueInputFocus});if(!(!l||s))if(u)if(a){var f=d.map(function(h){return o.getOptionValue(h)}).join(a);return C.createElement("input",{name:l,type:"hidden",value:f})}else{var p=d.length>0?d.map(function(h,m){return C.createElement("input",{key:"i-".concat(m),name:l,type:"hidden",value:o.getOptionValue(h)})}):C.createElement("input",{name:l,type:"hidden",value:""});return C.createElement("div",null,p)}else{var g=d[0]?this.getOptionValue(d[0]):"";return C.createElement("input",{name:l,type:"hidden",value:g})}}},{key:"renderLiveRegion",value:function(){var o=this.commonProps,i=this.state,a=i.ariaSelection,s=i.focusedOption,u=i.focusedValue,l=i.isFocused,c=i.selectValue,d=this.getFocusableOptions();return C.createElement(TO,ee({},o,{id:this.getElementId("live-region"),ariaSelection:a,focusedOption:s,focusedValue:u,isFocused:l,selectValue:c,focusableOptions:d,isAppleDevice:this.state.isAppleDevice}))}},{key:"render",value:function(){var o=this.getComponents(),i=o.Control,a=o.IndicatorsContainer,s=o.SelectContainer,u=o.ValueContainer,l=this.props,c=l.className,d=l.id,f=l.isDisabled,p=l.menuIsOpen,g=this.state.isFocused,h=this.commonProps=this.getCommonProps();return C.createElement(s,ee({},h,{className:c,innerProps:{id:d,onKeyDown:this.onKeyDown},isDisabled:f,isFocused:g}),this.renderLiveRegion(),C.createElement(i,ee({},h,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:f,isFocused:g,menuIsOpen:p}),C.createElement(u,ee({},h,{isDisabled:f}),this.renderPlaceholderOrValue(),this.renderInput()),C.createElement(a,ee({},h,{isDisabled:f}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}],[{key:"getDerivedStateFromProps",value:function(o,i){var a=i.prevProps,s=i.clearFocusValueOnUpdate,u=i.inputIsHiddenAfterUpdate,l=i.ariaSelection,c=i.isFocused,d=i.prevWasFocused,f=i.instancePrefix,p=o.options,g=o.value,h=o.menuIsOpen,m=o.inputValue,b=o.isMulti,y=Fo(g),w={};if(a&&(g!==a.value||p!==a.options||h!==a.menuIsOpen||m!==a.inputValue)){var I=h?a_(o,y):[],S=h?Mh(fo(o,y),"".concat(f,"-option")):[],A=s?s_(i,y):null,x=u_(i,I),E=Qs(S,x);w={selectValue:y,focusedOption:x,focusedOptionId:E,focusableOptionsWithIds:S,focusedValue:A,clearFocusValueOnUpdate:!1}}var O=u!=null&&o!==a?{inputIsHidden:u,inputIsHiddenAfterUpdate:void 0}:{},D=l,B=c&&d;return c&&!B&&(D={value:Kn(b,y,y[0]||null),options:y,action:"initial-input-focus"},B=!d),(l==null?void 0:l.action)==="initial-input-focus"&&(D=null),U(U(U({},w),O),{},{prevProps:o,ariaSelection:D,prevWasFocused:B})}}]),n}(M.Component);li.defaultProps=i_;var c_=M.forwardRef(function(e,t){var n=Mc(e);return C.createElement(li,ee({ref:t},n))}),d_=c_,f_=["defaultOptions","cacheOptions","loadOptions","options","isLoading","onInputChange","filterOption"];function p_(e){var t=e.defaultOptions,n=t===void 0?!1:t,r=e.cacheOptions,o=r===void 0?!1:r,i=e.loadOptions;e.options;var a=e.isLoading,s=a===void 0?!1:a,u=e.onInputChange,l=e.filterOption,c=l===void 0?null:l,d=tt(e,f_),f=d.inputValue,p=M.useRef(void 0),g=M.useRef(!1),h=M.useState(Array.isArray(n)?n:void 0),m=Re(h,2),b=m[0],y=m[1],w=M.useState(typeof f<"u"?f:""),I=Re(w,2),S=I[0],A=I[1],x=M.useState(n===!0),E=Re(x,2),O=E[0],D=E[1],B=M.useState(void 0),L=Re(B,2),P=L[0],R=L[1],_=M.useState([]),V=Re(_,2),j=V[0],F=V[1],k=M.useState(!1),T=Re(k,2),N=T[0],G=T[1],$=M.useState({}),W=Re($,2),X=W[0],Z=W[1],Y=M.useState(void 0),q=Re(Y,2),J=q[0],Q=q[1],re=M.useState(void 0),H=Re(re,2),ne=H[0],se=H[1];o!==ne&&(Z({}),se(o)),n!==J&&(y(Array.isArray(n)?n:void 0),Q(n)),M.useEffect(function(){return g.current=!0,function(){g.current=!1}},[]);var le=M.useCallback(function(ve,ie){if(!i)return ie();var Se=i(ve,ie);Se&&typeof Se.then=="function"&&Se.then(ie,function(){return ie()})},[i]);M.useEffect(function(){n===!0&&le(S,function(ve){g.current&&(y(ve||[]),D(!!p.current))})},[]);var ge=M.useCallback(function(ve,ie){var Se=UR(ve,ie,u);if(!Se){p.current=void 0,A(""),R(""),F([]),D(!1),G(!1);return}if(o&&X[Se])A(Se),R(Se),F(X[Se]),D(!1),G(!1);else{var di=p.current={};A(Se),D(!0),G(!P),le(Se,function(Hn){g&&di===p.current&&(p.current=void 0,D(!1),R(Se),F(Hn||[]),G(!1),Z(Hn?U(U({},X),{},yn({},Se,Hn)):X))})}},[o,le,P,X,u]),we=N?[]:S&&P?j:b||[];return U(U({},d),{},{options:we,isLoading:O||s,onInputChange:ge,filterOption:c})}var h_=M.forwardRef(function(e,t){var n=p_(e),r=Mc(n);return C.createElement(li,ee({ref:t},r))}),g_=h_,m_=["allowCreateWhileLoading","createOptionPosition","formatCreateLabel","isValidNewOption","getNewOptionData","onCreateOption","options","onChange"],Dh=function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",n=arguments.length>1?arguments[1]:void 0,r=arguments.length>2?arguments[2]:void 0,o=String(t).toLowerCase(),i=String(r.getOptionValue(n)).toLowerCase(),a=String(r.getOptionLabel(n)).toLowerCase();return i===o||a===o},eu={formatCreateLabel:function(t){return'Create "'.concat(t,'"')},isValidNewOption:function(t,n,r,o){return!(!t||n.some(function(i){return Dh(t,i,o)})||r.some(function(i){return Dh(t,i,o)}))},getNewOptionData:function(t,n){return{label:n,value:t,__isNew__:!0}}};function v_(e){var t=e.allowCreateWhileLoading,n=t===void 0?!1:t,r=e.createOptionPosition,o=r===void 0?"last":r,i=e.formatCreateLabel,a=i===void 0?eu.formatCreateLabel:i,s=e.isValidNewOption,u=s===void 0?eu.isValidNewOption:s,l=e.getNewOptionData,c=l===void 0?eu.getNewOptionData:l,d=e.onCreateOption,f=e.options,p=f===void 0?[]:f,g=e.onChange,h=tt(e,m_),m=h.getOptionValue,b=m===void 0?ty:m,y=h.getOptionLabel,w=y===void 0?ey:y,I=h.inputValue,S=h.isLoading,A=h.isMulti,x=h.value,E=h.name,O=M.useMemo(function(){return u(I,Fo(x),p,{getOptionValue:b,getOptionLabel:w})?c(I,a(I)):void 0},[a,c,w,b,I,u,p,x]),D=M.useMemo(function(){return(n||!S)&&O?o==="first"?[O].concat(In(p)):[].concat(In(p),[O]):p},[n,o,S,O,p]),B=M.useCallback(function(L,P){if(P.action!=="select-option")return g(L,P);var R=Array.isArray(L)?L:[L];if(R[R.length-1]===O){if(d)d(I);else{var _=c(I,I),V={action:"create-option",name:E,option:_};g(Kn(A,[].concat(In(Fo(x)),[_]),_),V)}return}g(L,P)},[c,I,A,E,O,d,g,x]);return U(U({},h),{},{options:D,onChange:B})}var b_=M.forwardRef(function(e,t){var n=Mc(e),r=v_(n);return C.createElement(li,ee({ref:t},r))}),y_=b_;const C_=({prefix:e,suffix:t,prefixSeparator:n,suffixSeparator:r,removePrefixSpacing:o,removeSuffixSpacing:i})=>v.jsxs(v.Fragment,{children:[e&&v.jsxs(v.Fragment,{children:[v.jsx("div",{className:z.select({removePrefixSpacing:o}).selectPrefix,children:e}),n&&v.jsx("div",{className:z.select({prefix:!0,removePrefixSpacing:o}).separator})]}),t&&v.jsxs(v.Fragment,{children:[r&&v.jsx("div",{className:z.select({suffix:!0,removeSuffixSpacing:i}).separator}),v.jsx("div",{className:z.select({removeSuffixSpacing:i}).selectSuffix,children:t})]})]}),x_=({primary:e,suffix:t})=>({option:(n,r)=>({appearance:"none",borderWidth:0,height:"30px",paddingTop:"3.75px",paddingRight:"11.25px",paddingBottom:"3.75px",paddingLeft:"11.25px",borderRadius:4,fontSize:"14.25px",display:"flex",alignItems:"center",outline:0,position:"relative",margin:0,fontWeight:500,cursor:"pointer",boxSizing:"border-box",background:r.isSelected?"#7a96cc":r.isFocused?"#f5f5f5":"#fff",color:r.isSelected?"#fff":"#001166",whiteSpace:"nowrap","&:hover":{background:!r.isSelected&&"#ecf2fb"},"&:active":{background:!r.isSelected&&"#c5d2e3"}}),dropdownIndicator:(n,r)=>({...n,fill:"#9B9B9B",color:r.isFocused?"#464646":"#9B9B9B",opacity:1,width:32,display:t?"none":"block","&:hover":{color:"#464646"}}),menu:()=>({position:"absolute",marginTop:"3.75px",top:"100%",backgroundColor:"#fff",boxShadow:'0 7.5px "11.25px" 6.75px rgba(0, 0, 0, .2)',padding:"7.5px",borderRadius:3,borderWidth:1,borderStyle:"solid",borderColor:"#ecf2fb",zIndex:2,minWidth:"100%",boxSizing:"border-box"}),menuList:n=>({...n,padding:0}),control:()=>({width:"100%",display:"flex",alignItems:"center",flex:1,flexWrap:"wrap",position:"relative",boxSizing:"border-box"}),container:()=>({width:"100%"}),indicatorSeparator:()=>({display:"none"}),singleValue:n=>({...n,transition:"opacity 300ms",color:e?"#0055FF":"#464646",position:"static",transform:"none",maxWidth:"100%",order:2}),input:n=>({...n,color:e?"#0055FF":"#464646",margin:0,padding:0,order:1}),placeholder:n=>({...n,position:"static",transform:"none",order:2,fontSize:"14px",color:"#C3C3C3",lineHeight:"20px"}),multiValue:n=>({...n,background:"#FAFBFF",color:"#0055FF"}),multiValueRemove:n=>({...n,borderRadius:"50%",height:18,width:18,padding:0,marginTop:2,marginLeft:4,marginRight:2,display:"flex",alignItems:"center",justifyContent:"center",color:"#80AAFF",fill:"#80AAFF","&:hover":{background:"rgba(0, 0, 0, .1)",color:"#80AAFF",fill:"#80AAFF"}}),multiValueLabel:n=>({...n,color:"464646"})}),w_=z.css({top:0,left:0,right:0,bottom:0,width:"100%",height:"100%",position:"absolute"}),S_=e=>v.jsx(Ub.ClearIndicator,{...e,children:v.jsx(ct,{name:"close"})}),I_=({css:e,flat:t,name:n,small:r,value:o,onBlur:i,prefix:a,suffix:s,invalid:u,inverse:l,isMulti:c,onFocus:d,options:f,shimmer:p,primary:g,floating:h,onChange:m,isLoading:b,onKeyDown:y,isDisabled:w,isClearable:I,loadOptions:S,placeholder:A,autoComplete:x,cacheOptions:E,defaultValue:O,insidePrefix:D,insideSuffix:B,onInputChange:L,removeMargins:P,defaultOptions:R,getOptionLabel:_,getOptionValue:V,loadingMessage:j,onCreateOption:F,focusBorderless:k,prefixSeparator:T,suffixSeparator:N,noOptionsMessage:G,closeMenuOnSelect:$,removePrefixSpacing:W,removeSuffixSpacing:X})=>{const Z=x_({primary:g}),Y={ClearIndicator:S_},q=()=>({name:n,onBlur:i,onFocus:d,options:f,isMulti:c,onChange:m,onKeyDown:y,isLoading:b,isDisabled:w,placeholder:A,isClearable:I,defaultValue:O,onInputChange:L,getOptionLabel:_,getOptionValue:V,closeMenuOnSelect:$,isSearchable:x,styles:{...Z},loadingMessage:()=>j,noOptionsMessage:()=>G,theme:re=>({...re,width:"100%",borderRadius:0,colors:{text:"orangered",primary:"#0055FF",primary25:"#c5d2e3"}}),value:o}),J=({loadOptions:re,selectProps:H,onCreateOption:ne})=>re?v.jsx(g_,{...H,loadOptions:re,cacheOptions:E,defaultOptions:R,formatCreateLabel:()=>"Criar"}):ne?v.jsx(y_,{...H,defaultOptions:R,onCreateOption:ne,formatCreateLabel:()=>"Criar",isValidNewOption:(se,le,ge)=>{const we=!ge.map(ie=>ie).includes(se);return se!==""&&we}}):v.jsx(d_,{...H,components:Y}),Q=z.select({flat:t,small:r,invalid:u,inverse:l,primary:g,floating:h,insidePrefix:D,insideSuffix:B,removeMargins:P,focusBorderless:k,removePrefixSpacing:W,removeSuffixSpacing:X,disabled:w});return v.jsxs("div",{className:Q.selectStyle,style:e,children:[p&&v.jsx("div",{className:w_,children:v.jsx(Ze,{height:"100%",width:"100%"})}),v.jsx(C_,{prefix:a,suffix:s,prefixSeparator:T,suffixSeparator:N,removePrefixSpacing:W,removeSuffixSpacing:X}),v.jsx(J,{loadOptions:S,selectProps:q(),onCreateOption:F})]})},A_=({id:e,css:t,book:n,mask:r,name:o,flat:i,type:a="text",label:s,large:u,small:l,value:c,inline:d,onBlur:f,prefix:p,suffix:g,invalid:h,inverse:m,onClear:b,onFocus:y,options:w,shimmer:I,primary:S,multiple:A,onChange:x,readOnly:E,autoFocus:O,hideLabel:D=!1,isLoading:B,maxLength:L,onKeyDown:P,borderless:R,isDisabled:_,lightLabel:V,spellCheck:j,suffixText:F,autoCorrect:k,isClearable:T,loadOptions:N,placeholder:G,refForFocus:$,autoComplete:W="on",cacheOptions:X,defaultValue:Z,errorMessage:Y,onInputChange:q,removeMargins:J,autoCapitalize:Q,defaultOptions:re,getOptionLabel:H,getOptionValue:ne,loadingMessage:se,onCreateOption:le,underlineFocus:ge,focusBorderless:we,prefixSeparator:ve,suffixSeparator:ie,labelDescription:Se,noOptionsMessage:di,closeMenuOnSelect:Hn=!0,removePrefixSpacing:Vy,removeSuffixSpacing:Dy,showOverflowEllipsis:Fy,showFakeValuePlaceholder:Ny})=>v.jsx(Sl,{label:s,inline:d,invalid:h,hideLabel:D,errorMessage:Y,labelDescription:Se,fontWeight:V?"light":"semibold",block:!1,children:v.jsx(I_,{id:e,book:n,flat:i,mask:r,name:o,type:a,styles:t,large:u,small:l,value:c,inline:d,onBlur:f,prefix:p,suffix:g,primary:S,invalid:h,inverse:m,onClear:b,onFocus:y,options:w,shimmer:I,isMulti:A,onChange:x,readOnly:E,autoFocus:O,isLoading:B,maxLength:L,onKeyDown:P,borderless:R,isDisabled:_,spellCheck:j,suffixText:F,autoCorrect:k,isClearable:T,loadOptions:N,placeholder:G,refForFocus:$,autoComplete:W,cacheOptions:X,defaultValue:Z,onInputChange:q,removeMargins:J,autoCapitalize:Q,defaultOptions:re,getOptionLabel:H,getOptionValue:ne,loadingMessage:se,onCreateOption:le,underlineFocus:ge,focusBorderless:we,prefixSeparator:ve,suffixSeparator:ie,noOptionsMessage:di,closeMenuOnSelect:Hn,removePrefixSpacing:Vy,removeSuffixSpacing:Dy,showOverflowEllipsis:Fy,showFakeValuePlaceholder:Ny})}),ly=({top:e,left:t,right:n,bottom:r,inline:o,inside:i,children:a,vertical:s,horizontal:u,isGreaterThan:l,topLargeAndAbove:c,leftLargeAndAbove:d,topMediumAndAbove:f,leftMediumAndAbove:p,rightLargeAndAbove:g,bottomLargeAndAbove:h,rightMediumAndAbove:m,bottomMediumAndAbove:b,verticalLargeAndAbove:y,verticalMediumAndAbove:w,horizontalLargeAndAbove:I,horizontalMediumAndAbove:S})=>{const A=P=>P*16,x=({primary:P,primaryLargeAndAbove:R,primaryMediumAndAbove:_,secondary:V,secondaryLargeAndAbove:j,secondaryMediumAndAbove:F})=>(R!=null||j!=null)&&l("large")?R||j:(_!=null||F!=null)&&l("medium")?_||F:P||V,E=x({primary:e,secondary:s,primaryLargeAndAbove:c,primaryMediumAndAbove:f,secondaryLargeAndAbove:y,secondaryMediumAndAbove:w}),O=x({primary:n,secondary:u,primaryLargeAndAbove:g,primaryMediumAndAbove:m,secondaryLargeAndAbove:I,secondaryMediumAndAbove:S}),D=x({primary:r,secondary:s,primaryLargeAndAbove:h,primaryMediumAndAbove:b,secondaryLargeAndAbove:y,secondaryMediumAndAbove:w}),B=x({primary:t,secondary:u,primaryLargeAndAbove:d,primaryMediumAndAbove:p,secondaryLargeAndAbove:I,secondaryMediumAndAbove:S}),L=M.useMemo(()=>({...{[i?"paddingTop":"marginTop"]:E?A(E):null,[i?"paddingRight":"marginRight"]:O?A(O):null,[i?"paddingBottom":"marginBottom"]:D?A(D):null,[i?"paddingLeft":"marginLeft"]:B?A(B):null},display:o?"inline-block":"block",...o?{}:{width:"100%"}}),[E,O,D,B,o,i]);return o?v.jsx("span",{style:L,children:a}):v.jsx("div",{style:L,children:a})},E_=wb(ly);ly.displayName="Spacing";function P_(e){const t=C.useRef({value:e,previous:e});return C.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}var kc="Switch",[R_,SM]=ft(kc),[T_,O_]=R_(kc),cy=C.forwardRef((e,t)=>{const{__scopeSwitch:n,name:r,checked:o,defaultChecked:i,required:a,disabled:s,value:u="on",onCheckedChange:l,form:c,...d}=e,[f,p]=C.useState(null),g=_e(t,w=>p(w)),h=C.useRef(!1),m=f?c||!!f.closest("form"):!0,[b=!1,y]=Ft({prop:o,defaultProp:i,onChange:l});return v.jsxs(T_,{scope:n,checked:b,disabled:s,children:[v.jsx(fe.button,{type:"button",role:"switch","aria-checked":b,"aria-required":a,"data-state":py(b),"data-disabled":s?"":void 0,disabled:s,value:u,...d,ref:g,onClick:me(e.onClick,w=>{y(I=>!I),m&&(h.current=w.isPropagationStopped(),h.current||w.stopPropagation())})}),m&&v.jsx(__,{control:f,bubbles:!h.current,name:r,value:u,checked:b,required:a,disabled:s,form:c,style:{transform:"translateX(-100%)"}})]})});cy.displayName=kc;var dy="SwitchThumb",fy=C.forwardRef((e,t)=>{const{__scopeSwitch:n,...r}=e,o=O_(dy,n);return v.jsx(fe.span,{"data-state":py(o.checked),"data-disabled":o.disabled?"":void 0,...r,ref:t})});fy.displayName=dy;var __=e=>{const{control:t,checked:n,bubbles:r=!0,...o}=e,i=C.useRef(null),a=P_(n),s=Gg(t);return C.useEffect(()=>{const u=i.current,l=window.HTMLInputElement.prototype,d=Object.getOwnPropertyDescriptor(l,"checked").set;if(a!==n&&d){const f=new Event("click",{bubbles:r});d.call(u,n),u.dispatchEvent(f)}},[a,n,r]),v.jsx("input",{type:"checkbox","aria-hidden":!0,defaultChecked:n,...o,tabIndex:-1,ref:i,style:{...e.style,...s,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})};function py(e){return e?"checked":"unchecked"}var M_=cy,V_=fy;const D_=({label:e,subtitle:t,disabled:n,variant:r,...o})=>{const i=z.switchSlot({variant:r});return v.jsxs("div",{className:i.container,children:[v.jsx(M_,{...o,className:i.root,id:"switch",disabled:n,children:v.jsx(V_,{className:i.thumb})}),v.jsxs("div",{className:i.content,children:[v.jsx("label",{className:i.label,htmlFor:"switch-mode",children:e}),v.jsx("label",{className:i.subtitle,htmlFor:"switch-mode",children:t})]})]})};var tu="rovingFocusGroup.onEntryFocus",F_={bubbles:!1,cancelable:!0},ci="RovingFocusGroup",[Yu,hy,N_]=Gh(ci),[L_,gy]=ft(ci,[N_]),[j_,B_]=L_(ci),my=C.forwardRef((e,t)=>v.jsx(Yu.Provider,{scope:e.__scopeRovingFocusGroup,children:v.jsx(Yu.Slot,{scope:e.__scopeRovingFocusGroup,children:v.jsx(k_,{...e,ref:t})})}));my.displayName=ci;var k_=C.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,orientation:r,loop:o=!1,dir:i,currentTabStopId:a,defaultCurrentTabStopId:s,onCurrentTabStopIdChange:u,onEntryFocus:l,preventScrollOnEntryFocus:c=!1,...d}=e,f=C.useRef(null),p=_e(t,f),g=el(i),[h=null,m]=Ft({prop:a,defaultProp:s,onChange:u}),[b,y]=C.useState(!1),w=ut(l),I=hy(n),S=C.useRef(!1),[A,x]=C.useState(0);return C.useEffect(()=>{const E=f.current;if(E)return E.addEventListener(tu,w),()=>E.removeEventListener(tu,w)},[w]),v.jsx(j_,{scope:n,orientation:r,dir:g,loop:o,currentTabStopId:h,onItemFocus:C.useCallback(E=>m(E),[m]),onItemShiftTab:C.useCallback(()=>y(!0),[]),onFocusableItemAdd:C.useCallback(()=>x(E=>E+1),[]),onFocusableItemRemove:C.useCallback(()=>x(E=>E-1),[]),children:v.jsx(fe.div,{tabIndex:b||A===0?-1:0,"data-orientation":r,...d,ref:p,style:{outline:"none",...e.style},onMouseDown:me(e.onMouseDown,()=>{S.current=!0}),onFocus:me(e.onFocus,E=>{const O=!S.current;if(E.target===E.currentTarget&&O&&!b){const D=new CustomEvent(tu,F_);if(E.currentTarget.dispatchEvent(D),!D.defaultPrevented){const B=I().filter(V=>V.focusable),L=B.find(V=>V.active),P=B.find(V=>V.id===h),_=[L,P,...B].filter(Boolean).map(V=>V.ref.current);yy(_,c)}}S.current=!1}),onBlur:me(e.onBlur,()=>y(!1))})})}),vy="RovingFocusGroupItem",by=C.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,focusable:r=!0,active:o=!1,tabStopId:i,...a}=e,s=Pt(),u=i||s,l=B_(vy,n),c=l.currentTabStopId===u,d=hy(n),{onFocusableItemAdd:f,onFocusableItemRemove:p}=l;return C.useEffect(()=>{if(r)return f(),()=>p()},[r,f,p]),v.jsx(Yu.ItemSlot,{scope:n,id:u,focusable:r,active:o,children:v.jsx(fe.span,{tabIndex:c?0:-1,"data-orientation":l.orientation,...a,ref:t,onMouseDown:me(e.onMouseDown,g=>{r?l.onItemFocus(u):g.preventDefault()}),onFocus:me(e.onFocus,()=>l.onItemFocus(u)),onKeyDown:me(e.onKeyDown,g=>{if(g.key==="Tab"&&g.shiftKey){l.onItemShiftTab();return}if(g.target!==g.currentTarget)return;const h=H_(g,l.orientation,l.dir);if(h!==void 0){if(g.metaKey||g.ctrlKey||g.altKey||g.shiftKey)return;g.preventDefault();let b=d().filter(y=>y.focusable).map(y=>y.ref.current);if(h==="last")b.reverse();else if(h==="prev"||h==="next"){h==="prev"&&b.reverse();const y=b.indexOf(g.currentTarget);b=l.loop?$_(b,y+1):b.slice(y+1)}setTimeout(()=>yy(b))}})})})});by.displayName=vy;var G_={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function W_(e,t){return t!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function H_(e,t,n){const r=W_(e.key,n);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(r))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(r)))return G_[r]}function yy(e,t=!1){const n=document.activeElement;for(const r of e)if(r===n||(r.focus({preventScroll:t}),document.activeElement!==n))return}function $_(e,t){return e.map((n,r)=>e[(t+r)%e.length])}var X_=my,Z_=by,Gc="Tabs",[z_,IM]=ft(Gc,[gy]),Cy=gy(),[Y_,Wc]=z_(Gc),xy=C.forwardRef((e,t)=>{const{__scopeTabs:n,value:r,onValueChange:o,defaultValue:i,orientation:a="horizontal",dir:s,activationMode:u="automatic",...l}=e,c=el(s),[d,f]=Ft({prop:r,onChange:o,defaultProp:i});return v.jsx(Y_,{scope:n,baseId:Pt(),value:d,onValueChange:f,orientation:a,dir:c,activationMode:u,children:v.jsx(fe.div,{dir:c,"data-orientation":a,...l,ref:t})})});xy.displayName=Gc;var wy="TabsList",Sy=C.forwardRef((e,t)=>{const{__scopeTabs:n,loop:r=!0,...o}=e,i=Wc(wy,n),a=Cy(n);return v.jsx(X_,{asChild:!0,...a,orientation:i.orientation,dir:i.dir,loop:r,children:v.jsx(fe.div,{role:"tablist","aria-orientation":i.orientation,...o,ref:t})})});Sy.displayName=wy;var Iy="TabsTrigger",Ay=C.forwardRef((e,t)=>{const{__scopeTabs:n,value:r,disabled:o=!1,...i}=e,a=Wc(Iy,n),s=Cy(n),u=Ry(a.baseId,r),l=Ty(a.baseId,r),c=r===a.value;return v.jsx(Z_,{asChild:!0,...s,focusable:!o,active:c,children:v.jsx(fe.button,{type:"button",role:"tab","aria-selected":c,"aria-controls":l,"data-state":c?"active":"inactive","data-disabled":o?"":void 0,disabled:o,id:u,...i,ref:t,onMouseDown:me(e.onMouseDown,d=>{!o&&d.button===0&&d.ctrlKey===!1?a.onValueChange(r):d.preventDefault()}),onKeyDown:me(e.onKeyDown,d=>{[" ","Enter"].includes(d.key)&&a.onValueChange(r)}),onFocus:me(e.onFocus,()=>{const d=a.activationMode!=="manual";!c&&!o&&d&&a.onValueChange(r)})})})});Ay.displayName=Iy;var Ey="TabsContent",Py=C.forwardRef((e,t)=>{const{__scopeTabs:n,value:r,forceMount:o,children:i,...a}=e,s=Wc(Ey,n),u=Ry(s.baseId,r),l=Ty(s.baseId,r),c=r===s.value,d=C.useRef(c);return C.useEffect(()=>{const f=requestAnimationFrame(()=>d.current=!1);return()=>cancelAnimationFrame(f)},[]),v.jsx(Qt,{present:o||c,children:({present:f})=>v.jsx(fe.div,{"data-state":c?"active":"inactive","data-orientation":s.orientation,role:"tabpanel","aria-labelledby":u,hidden:!f,id:l,tabIndex:0,...a,ref:t,style:{...e.style,animationDuration:d.current?"0s":void 0},children:f&&i})})});Py.displayName=Ey;function Ry(e,t){return`${e}-trigger-${t}`}function Ty(e,t){return`${e}-content-${t}`}var q_=xy,U_=Sy,J_=Ay,K_=Py,Oy={color:void 0,size:void 0,className:void 0,style:void 0,attr:void 0},Fh=M.createContext&&M.createContext(Oy),Q_=["attr","size","title"];function eM(e,t){if(e==null)return{};var n=tM(e,t),r,o;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(o=0;o<i.length;o++)r=i[o],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function tM(e,t){if(e==null)return{};var n={};for(var r in e)if(Object.prototype.hasOwnProperty.call(e,r)){if(t.indexOf(r)>=0)continue;n[r]=e[r]}return n}function jo(){return jo=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},jo.apply(this,arguments)}function Nh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,r)}return n}function Bo(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?Nh(Object(n),!0).forEach(function(r){nM(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Nh(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function nM(e,t,n){return t=rM(t),t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function rM(e){var t=oM(e,"string");return typeof t=="symbol"?t:t+""}function oM(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function _y(e){return e&&e.map((t,n)=>M.createElement(t.tag,Bo({key:n},t.attr),_y(t.child)))}function My(e){return t=>M.createElement(iM,jo({attr:Bo({},e.attr)},t),_y(e.child))}function iM(e){var t=n=>{var{attr:r,size:o,title:i}=e,a=eM(e,Q_),s=o||n.size||"1em",u;return n.className&&(u=n.className),e.className&&(u=(u?u+" ":"")+e.className),M.createElement("svg",jo({stroke:"currentColor",fill:"currentColor",strokeWidth:"0"},n.attr,r,a,{className:u,style:Bo(Bo({color:e.color||n.color},n.style),e.style),height:s,width:s,xmlns:"http://www.w3.org/2000/svg"}),i&&M.createElement("title",null,i),e.children)};return Fh!==void 0?M.createElement(Fh.Consumer,null,n=>t(n)):t(Oy)}function aM(e){return My({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{d:"M12 2C9.243 2 7 4.243 7 7v2H6c-1.103 0-2 .897-2 2v9c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-9c0-1.103-.897-2-2-2h-1V7c0-2.757-2.243-5-5-5zM9 7c0-1.654 1.346-3 3-3s3 1.346 3 3v2H9V7zm9.002 13H13v-2.278c.595-.347 1-.985 1-1.722 0-1.103-.897-2-2-2s-2 .897-2 2c0 .736.405 1.375 1 1.722V20H6v-9h12l.002 9z"},child:[]}]})(e)}function sM(e){return My({attr:{fill:"currentColor",viewBox:"0 0 16 16"},child:[{tag:"path",attr:{d:"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1z"},child:[]}]})(e)}const uM=({icon:e,tabs:t,disabled:n,loading:r,btnIcon:o})=>{const[i,a]=M.useState("0"),s=l=>{a(l)},u=z.tabsSlot({btnIcon:o});return v.jsxs(q_,{className:u.root,defaultValue:i,children:[v.jsx(U_,{className:u.list,children:t==null?void 0:t.map(({title:l,disabledTab:c},d)=>{const f=`${d}`;return v.jsx(J_,{className:u.trigger,value:f,onClick:()=>s(f),disabled:c||r||n,style:{borderBottomColor:i===f?"black":"#0055ff"},children:v.jsxs(Z2,{alignItems:"center",justifyContent:"center",gap:"small",children:[!!e&&v.jsx(sM,{size:"16"}),!!c&&v.jsx(aM,{size:"16"}),l]})},l)})}),t==null?void 0:t.map(({content:l},c)=>{const d=`${c}`;return v.jsx(K_,{className:u.content,value:d,children:l},c)})]})},lM=({size:e,icon:t,color:n,shape:r,onClose:o,children:i,noSpacing:a,border:s})=>v.jsxs("span",{className:z.tagRecipe({color:n,noSpacing:a,shape:r,size:e,icon:!!t,border:s}),children:[t,i,!!o&&v.jsx("div",{className:cM,role:"button",onClick:o,children:v.jsx(ct,{name:"close",color:n})})]}),cM=z.css({display:"flex",justifyContent:"center",alignItems:"center",borderRadius:"50px",backgroundColor:"transparent",cursor:"pointer",transition:"all 0.3s ease",_hover:{bg:"fogWeak"}}),dM=({color:e,size:t,invalid:n,disabled:r,borderless:o,removeMargins:i,showOverflowEllipsis:a,showFakeValuePlaceholder:s,inline:u,errorMessage:l,label:c,labelDescription:d,hideLabel:f,lightLabel:p,className:g,...h})=>{const m=z.textAreaSlot({color:e,size:t,invalid:n,disabled:r,borderless:o,removeMargins:i,showOverflowEllipsis:a,showFakeValuePlaceholder:s});return v.jsx(Sl,{label:c,inline:u,invalid:!!n,hideLabel:f,errorMessage:l,labelDescription:d,children:v.jsx("div",{className:z.cx(m.root,g),children:v.jsx("textarea",{className:m.textarea,disabled:typeof r=="boolean"?r:!!r,...h})})})},fM=({size:e,flex:t,color:n,level:r,block:o,title:i,inline:a,loading:s,truncate:u,children:l,textAlign:c,noSpacing:d,fontWeight:f,lineHeight:p,fontMontserrat:g,noTopSpacing:h,shimmerWidth:m,alternativeFont:b,noBottomSpacing:y})=>{const w=z.titleSlot({size:e,flex:t,color:n,level:r,block:o,inline:a,truncate:u,textAlign:c,noSpacing:d,fontWeight:f,lineHeight:p,fontMontserrat:g,noTopSpacing:h,alternativeFont:b,noBottomSpacing:y}),I=`h${r}`;return v.jsx("div",{className:w.titleStyle,children:s?v.jsx(Ze,{height:"1ex",width:m||"60%"}):v.jsx(I,{className:w.titleHeader,children:l||i})})},pM=({hideIf:e,showIf:t,unmount:n,children:r})=>n?e===!1||t===!0?v.jsx(v.Fragment,{children:r}):null:v.jsx("div",{className:z.visibilitySlot({hidden:e!==!1&&t!==!0}).container,children:r}),hM=({id:e,gray:t,relative:n,children:r,container:o,fullHeight:i,size:a="default",spacing:s="none",verticalSpacing:u="default"})=>{const l=z.wrapperRecipe({container:o,size:a,fullHeight:i,gray:t,spacing:s,verticalSpacing:u,relative:n});return v.jsx("div",{id:e,className:l,children:r})};exports.Accordion=h3;exports.Anchor=b3;exports.Autocomplete=D6;exports.Avatar=yg;exports.AvatarGroup=v7;exports.Blanket=g2;exports.Block=S7;exports.BoxGroup=I7;exports.Breadcrumbs=E7;exports.Button=Ko;exports.Cell=R7;exports.Checkbox=O7;exports.Clickable=_7;exports.Dialog=GC;exports.Drawer=WC;exports.Dropdown=YC;exports.FlatButton=$2;exports.Grid=Z2;exports.Icon=ct;exports.Input=fg;exports.Label=m2;exports.Loader=Ll;exports.Pagination=PE;exports.Popover=FP;exports.Responsive=h2;exports.Select=A_;exports.Separator=au;exports.Shimmer=Ze;exports.Spacing=E_;exports.Switch=D_;exports.Tabs=uM;exports.Tag=lM;exports.Text=De;exports.TextArea=dM;exports.Title=fM;exports.Visibility=pM;exports.Wrapper=hM;exports.auroraPreset=_5;exports.withBreakpoints=wb;
|