@cgi-learning-hub/ui 1.2.0-dev.1725455018 → 1.2.0-dev.1725543340

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (183) hide show
  1. package/dist/Box-2ZrLOc7U.cjs +1 -0
  2. package/dist/{Box-CONPkck2.js → Box-BJvmuM0Y.js} +30 -32
  3. package/dist/Button-HyZp1VKI.js +359 -0
  4. package/dist/Button-NhaA68Of.cjs +1 -0
  5. package/dist/ButtonBase-CnINN-P4.cjs +75 -0
  6. package/dist/ButtonBase-cOL6Mpcp.js +827 -0
  7. package/dist/CircularProgress-01RZzfpF.cjs +28 -0
  8. package/dist/CircularProgress-DO4r9-x8.js +217 -0
  9. package/dist/DatePicker-GTtXZK-p.cjs +19 -0
  10. package/dist/{DatePicker-wZ1VHlXF.js → DatePicker-vhA6Fe5s.js} +4373 -4518
  11. package/dist/DefaultButton-BMmuKPgA.cjs +1 -0
  12. package/dist/DefaultButton-CKY6tuni.js +258 -0
  13. package/dist/IconButton-3v-0zgZW.cjs +2 -0
  14. package/dist/IconButton-BBfmzBP6.js +184 -0
  15. package/dist/InputAdornment-DHmtETz3.cjs +1 -0
  16. package/dist/{InputAdornment-7ED2C-w1.js → InputAdornment-zaw7AFWU.js} +65 -81
  17. package/dist/InputBase-BpGQgBej.cjs +3 -0
  18. package/dist/InputBase-COUxfhh1.js +794 -0
  19. package/dist/Stack-D9IYPfJ8.cjs +1 -0
  20. package/dist/{Stack-BzF_6-v5.js → Stack-Dlgk5t_M.js} +60 -62
  21. package/dist/Tabs-Blo-8Ro5.js +1091 -0
  22. package/dist/Tabs-D0e7cB4l.cjs +4 -0
  23. package/dist/TextField-8AuRLRIK.cjs +12 -0
  24. package/dist/{TextField-G9MOGCdw.js → TextField-DG1754qQ.js} +2408 -3033
  25. package/dist/{Tooltip-D_4ANHAc.js → Tooltip-C7ZUZylZ.js} +3421 -4697
  26. package/dist/Tooltip-CFVJXplM.cjs +95 -0
  27. package/dist/TransitionGroupContext-BkoHK5Kx.js +14 -0
  28. package/dist/TransitionGroupContext-mYDSzffd.cjs +1 -0
  29. package/dist/Typography-DjrvRhOr.js +178 -0
  30. package/dist/Typography-YHooSvuR.cjs +1 -0
  31. package/dist/client-error-BUtdld5f.cjs +1 -0
  32. package/dist/client-error-B_-qjgAB.js +395 -0
  33. package/dist/components/DatePicker/DatePicker.cjs.js +1 -1
  34. package/dist/components/DatePicker/DatePicker.es.js +3 -3
  35. package/dist/components/DatePicker/DatePicker.stories.cjs.js +1 -1
  36. package/dist/components/DatePicker/DatePicker.stories.es.js +3 -3
  37. package/dist/components/DatePicker/index.cjs.js +1 -1
  38. package/dist/components/DatePicker/index.es.js +1 -1
  39. package/dist/components/DefaultButton/DefaultButton.cjs.js +1 -1
  40. package/dist/components/DefaultButton/DefaultButton.es.js +2 -2
  41. package/dist/components/DefaultButton/DefaultButtonIcon.cjs.js +1 -1
  42. package/dist/components/DefaultButton/DefaultButtonIcon.es.js +67 -108
  43. package/dist/components/DefaultButton/index.cjs.js +1 -1
  44. package/dist/components/DefaultButton/index.es.js +1 -1
  45. package/dist/components/Dropzone/Dropzone.cjs.js +5 -5
  46. package/dist/components/Dropzone/Dropzone.es.js +8 -8
  47. package/dist/components/EmptyState/EmptyState.cjs.js +1 -0
  48. package/dist/components/EmptyState/EmptyState.d.ts +13 -0
  49. package/dist/components/EmptyState/EmptyState.es.js +31 -0
  50. package/dist/components/EmptyState/EmptyState.stories.cjs.js +1 -0
  51. package/dist/components/EmptyState/EmptyState.stories.d.ts +5 -0
  52. package/dist/components/EmptyState/EmptyState.stories.es.js +17 -0
  53. package/dist/components/EmptyState/index.cjs.js +1 -0
  54. package/dist/components/EmptyState/index.d.ts +2 -0
  55. package/dist/components/EmptyState/index.es.js +4 -0
  56. package/dist/components/FileList/FileList.cjs.js +1 -1
  57. package/dist/components/FileList/FileList.es.js +1 -1
  58. package/dist/components/FileList/FileListItem.cjs.js +1 -1
  59. package/dist/components/FileList/FileListItem.es.js +11 -10
  60. package/dist/components/IconButton.stories.cjs.js +1 -1
  61. package/dist/components/IconButton.stories.es.js +14 -13
  62. package/dist/components/Loader/Loader.cjs.js +1 -1
  63. package/dist/components/Loader/Loader.es.js +1 -1
  64. package/dist/components/PaperHeader/PaperHeader.cjs.js +1 -1
  65. package/dist/components/PaperHeader/PaperHeader.d.ts +1 -3
  66. package/dist/components/PaperHeader/PaperHeader.es.js +28 -26
  67. package/dist/components/PaperHeader/PaperHeader.stories.cjs.js +1 -1
  68. package/dist/components/PaperHeader/PaperHeader.stories.es.js +7 -7
  69. package/dist/components/PasswordInput/PasswordInput.cjs.js +1 -1
  70. package/dist/components/PasswordInput/PasswordInput.es.js +5 -5
  71. package/dist/components/PrimaryButton/PrimaryButton.cjs.js +1 -1
  72. package/dist/components/PrimaryButton/PrimaryButton.es.js +1 -1
  73. package/dist/components/PrimaryButton/PrimaryButton.stories.cjs.js +1 -1
  74. package/dist/components/PrimaryButton/PrimaryButton.stories.es.js +1 -1
  75. package/dist/components/QueryError/QueryError.cjs.js +1 -1
  76. package/dist/components/QueryError/QueryError.es.js +38 -14
  77. package/dist/components/SearchInput/SearchInput.cjs.js +1 -1
  78. package/dist/components/SearchInput/SearchInput.es.js +4 -4
  79. package/dist/components/SecondaryButton/SecondaryButton.cjs.js +1 -1
  80. package/dist/components/SecondaryButton/SecondaryButton.es.js +1 -1
  81. package/dist/components/SecondaryButton/SecondaryButton.stories.cjs.js +1 -1
  82. package/dist/components/SecondaryButton/SecondaryButton.stories.es.js +1 -1
  83. package/dist/components/TabList.stories.cjs.js +1 -1
  84. package/dist/components/TabList.stories.es.js +87 -100
  85. package/dist/components/TextInput/TextInput.cjs.js +1 -1
  86. package/dist/components/TextInput/TextInput.es.js +1 -1
  87. package/dist/components/index.cjs.js +1 -1
  88. package/dist/components/index.d.ts +1 -2
  89. package/dist/components/index.es.js +237 -243
  90. package/dist/createStyled--XbpooZB.js +142 -0
  91. package/dist/createStyled-CuYz_ckk.cjs +1 -0
  92. package/dist/createSvgIcon-CUiH3cta.cjs +1 -0
  93. package/dist/createSvgIcon-D29Io9jD.js +183 -0
  94. package/dist/createSvgIcon-DTc4Xvfk.cjs +2 -0
  95. package/dist/createSvgIcon-DvOXtgXV.js +76 -0
  96. package/dist/error-CRNeivL7.js +5 -0
  97. package/dist/error-Dk3o6ber.cjs +1 -0
  98. package/dist/{fr-EMw1nUC-.cjs → fr-C4bcUC-9.cjs} +1 -1
  99. package/dist/{fr-D92L3a1M.js → fr-CXEmlY0d.js} +13 -13
  100. package/dist/hooks/lazySvgImport.cjs.js +1 -0
  101. package/dist/hooks/lazySvgImport.d.ts +7 -0
  102. package/dist/hooks/lazySvgImport.es.js +34 -0
  103. package/dist/identifier-CAQ9PWqs.js +3046 -0
  104. package/dist/identifier-CWIj084w.cjs +50 -0
  105. package/dist/index.cjs.js +1 -1
  106. package/dist/index.es.js +236 -242
  107. package/dist/isHostComponent-PydJW4A4.cjs +1 -0
  108. package/dist/isHostComponent-kiaBvYVo.js +6 -0
  109. package/dist/{ownerWindow-BoRkeomM.js → ownerWindow-C7EH1lr6.js} +2 -2
  110. package/dist/{refType-YgbJS0xl.cjs → refType-D1DDOFsy.cjs} +1 -1
  111. package/dist/{refType-BnS1d2D8.js → refType-DiVIFcsY.js} +1 -1
  112. package/dist/server-error-CeAtUo4S.cjs +1 -0
  113. package/dist/server-error-DMyaPFs8.js +400 -0
  114. package/dist/styled-Bt4oYVnF.cjs +17 -0
  115. package/dist/styled-Co-8YWfm.js +533 -0
  116. package/dist/useControlled-DKpcyPsg.cjs +3 -0
  117. package/dist/useControlled-DoRrpN8o.js +48 -0
  118. package/dist/useId-BW-oWmul.js +19 -0
  119. package/dist/useId-Cw0TtD-8.cjs +1 -0
  120. package/dist/useIsFocusVisible-Bv_7uvif.cjs +1 -0
  121. package/dist/useIsFocusVisible-DhASXQ4o.js +69 -0
  122. package/dist/{useTheme-DzMeSzHc.js → useTheme-1gSw-INq.js} +5 -5
  123. package/dist/useTheme-Dm6RnXrf.cjs +1 -0
  124. package/dist/useTheme-HJhneR9g.js +99 -0
  125. package/dist/useTheme-T2P7WhLG.cjs +1 -0
  126. package/dist/useThemeProps-BKIVQv3E.js +17 -0
  127. package/dist/useThemeProps-BfZ3lLQs.js +27 -0
  128. package/dist/useThemeProps-BpFUkYqe.cjs +1 -0
  129. package/dist/useThemeProps-Co5ylM0H.cjs +1 -0
  130. package/dist/useTimeout-BdvDipeg.js +47 -0
  131. package/dist/useTimeout-XUWYBnl6.cjs +1 -0
  132. package/package.json +15 -15
  133. package/dist/Box-BDMtAH2P.cjs +0 -1
  134. package/dist/Button-By3A0teb.js +0 -454
  135. package/dist/Button-CBAa7bmK.cjs +0 -1
  136. package/dist/ButtonBase-D0vqeM8I.js +0 -890
  137. package/dist/ButtonBase-DePtV_m6.cjs +0 -75
  138. package/dist/CircularProgress-BRnSv2J2.cjs +0 -28
  139. package/dist/CircularProgress-BrfcRJbv.js +0 -251
  140. package/dist/DatePicker-Cw1xQ3Sn.cjs +0 -19
  141. package/dist/DefaultButton-B2fD87Nn.cjs +0 -1
  142. package/dist/DefaultButton-B8Qi2O0K.js +0 -353
  143. package/dist/DefaultPropsProvider-B6IbLm7M.cjs +0 -17
  144. package/dist/DefaultPropsProvider-QV6PDjPd.js +0 -468
  145. package/dist/IconButton-BiLAYORS.js +0 -239
  146. package/dist/IconButton-DE-QtB3Q.cjs +0 -2
  147. package/dist/InputAdornment-CJbpwt2R.cjs +0 -1
  148. package/dist/InputBase-LZPaeC-A.cjs +0 -3
  149. package/dist/InputBase-jbXydPMc.js +0 -802
  150. package/dist/Stack-D6Kv6y1D.cjs +0 -1
  151. package/dist/Tabs-CV_eM5RY.js +0 -1222
  152. package/dist/Tabs-DcqpjpXb.cjs +0 -4
  153. package/dist/TextField-DAxS82qf.cjs +0 -12
  154. package/dist/Tooltip-Ma-NowZd.cjs +0 -100
  155. package/dist/TransitionGroupContext-B5aSBz0G.js +0 -64
  156. package/dist/TransitionGroupContext-gQFtuZSh.cjs +0 -1
  157. package/dist/Typography-4kqbsc6q.js +0 -258
  158. package/dist/Typography-CNQVeQXr.cjs +0 -1
  159. package/dist/composeClasses-B_ETVugV.cjs +0 -1
  160. package/dist/composeClasses-zmPRtZOg.js +0 -16
  161. package/dist/createSvgIcon-B6bEgasO.js +0 -249
  162. package/dist/createSvgIcon-C92jLZ0q.cjs +0 -2
  163. package/dist/createSvgIcon-Cdsg9tFu.js +0 -88
  164. package/dist/createSvgIcon-CrOALbij.cjs +0 -1
  165. package/dist/extendSxProp-BpSXIdup.js +0 -37
  166. package/dist/extendSxProp-DVE8Tgj8.cjs +0 -1
  167. package/dist/identifier-7NboR24y.cjs +0 -59
  168. package/dist/identifier-Bsv46xiT.js +0 -2930
  169. package/dist/index-C9spydU3.js +0 -89
  170. package/dist/index-DHDspyh-.cjs +0 -1
  171. package/dist/useControlled-Bf7_InaL.cjs +0 -3
  172. package/dist/useControlled-D59BLg1S.js +0 -48
  173. package/dist/useEventCallback-BgMlqKLP.js +0 -14
  174. package/dist/useEventCallback-CrCf96iG.cjs +0 -1
  175. package/dist/useId-CyGZMA-F.js +0 -19
  176. package/dist/useId-D5Txt-1B.cjs +0 -1
  177. package/dist/useTheme-A9inJAFh.cjs +0 -1
  178. package/dist/useTheme-C0nMwKpp.js +0 -128
  179. package/dist/useTheme-Zq6D7sUp.cjs +0 -1
  180. package/dist/useThemeProps-YFPF1eJp.js +0 -40
  181. package/dist/useThemeProps-r2yCksSx.cjs +0 -1
  182. package/dist/vite-env.d.cjs.js +0 -1
  183. package/dist/vite-env.d.es.js +0 -1
@@ -0,0 +1 @@
1
+ "use strict";const t=require("./identifier-CWIj084w.cjs"),W=require("./styled-Bt4oYVnF.cjs"),q=["ownerState"],M=["variants"],z=["name","slot","skipVariantsResolver","skipSx","overridesResolver"];function I(e){return Object.keys(e).length===0}function B(e){return typeof e=="string"&&e.charCodeAt(0)>96}function w(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}const G=t.createTheme$1(),k=e=>e&&e.charAt(0).toLowerCase()+e.slice(1);function v({defaultTheme:e,theme:l,themeId:r}){return I(l)?e:l[r]||l}function H(e){return e?(l,r)=>r[e]:null}function O(e,l){let{ownerState:r}=l,p=t._objectWithoutPropertiesLoose(l,q);const u=typeof e=="function"?e(t._extends({ownerState:r},p)):e;if(Array.isArray(u))return u.flatMap(h=>O(h,t._extends({ownerState:r},p)));if(u&&typeof u=="object"&&Array.isArray(u.variants)){const{variants:h=[]}=u;let a=t._objectWithoutPropertiesLoose(u,M);return h.forEach(o=>{let s=!0;typeof o.props=="function"?s=o.props(t._extends({ownerState:r},p,r)):Object.keys(o.props).forEach(m=>{(r==null?void 0:r[m])!==o.props[m]&&p[m]!==o.props[m]&&(s=!1)}),s&&(Array.isArray(a)||(a=[a]),a.push(typeof o.style=="function"?o.style(t._extends({ownerState:r},p,r)):o.style))}),a}return u}function J(e={}){const{themeId:l,defaultTheme:r=G,rootShouldForwardProp:p=w,slotShouldForwardProp:u=w}=e,h=c=>t.styleFunctionSx(t._extends({},c,{theme:v(t._extends({},c,{defaultTheme:r,themeId:l}))}));return h.__mui_systemSx=!0,(c,a={})=>{t.internal_processStyles(c,i=>i.filter(f=>!(f!=null&&f.__mui_systemSx)));const{name:o,slot:s,skipVariantsResolver:m,skipSx:C,overridesResolver:F=H(k(s))}=a,V=t._objectWithoutPropertiesLoose(a,z),$=m!==void 0?m:s&&s!=="Root"&&s!=="root"||!1,T=C||!1;let j;process.env.NODE_ENV!=="production"&&o&&(j=`${o}-${k(s||"Root")}`);let S=w;s==="Root"||s==="root"?S=p:s?S=u:B(c)&&(S=void 0);const R=t.styled(c,t._extends({shouldForwardProp:S,label:j},V)),A=i=>typeof i=="function"&&i.__emotion_real!==i||t.isPlainObject(i)?f=>O(i,t._extends({},f,{theme:v({theme:f.theme,defaultTheme:r,themeId:l})})):i,E=(i,...f)=>{let N=A(i);const y=f?f.map(A):[];o&&F&&y.push(n=>{const d=v(t._extends({},n,{defaultTheme:r,themeId:l}));if(!d.components||!d.components[o]||!d.components[o].styleOverrides)return null;const _=d.components[o].styleOverrides,x={};return Object.entries(_).forEach(([D,L])=>{x[D]=O(L,t._extends({},n,{theme:d}))}),F(n,x)}),o&&!$&&y.push(n=>{var d;const _=v(t._extends({},n,{defaultTheme:r,themeId:l})),x=_==null||(d=_.components)==null||(d=d[o])==null?void 0:d.variants;return O({variants:x},t._extends({},n,{theme:_}))}),T||y.push(h);const b=y.length-f.length;if(Array.isArray(i)&&b>0){const n=new Array(b).fill("");N=[...i,...n],N.raw=[...i.raw,...n]}const P=R(N,...y);if(process.env.NODE_ENV!=="production"){let n;o&&(n=`${o}${t.capitalize(s||"")}`),n===void 0&&(n=`Styled(${W.getDisplayName(c)})`),P.displayName=n}return c.muiName&&(P.muiName=c.muiName),P};return R.withConfig&&(E.withConfig=R.withConfig),E}}exports.createStyled=J;exports.shouldForwardProp=w;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./identifier-CWIj084w.cjs"),_=require("react"),v=require("react/jsx-runtime"),S=require("./styled-Bt4oYVnF.cjs");function $(o){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(o){for(const r in o)if(r!=="default"){const i=Object.getOwnPropertyDescriptor(o,r);Object.defineProperty(t,r,i.get?i:{enumerable:!0,get:()=>o[r]})}}return t.default=o,Object.freeze(t)}const g=$(_);function z(o){return e.generateUtilityClass("MuiSvgIcon",o)}e.generateUtilityClasses("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);const b=["children","className","color","component","fontSize","htmlColor","inheritViewBox","titleAccess","viewBox"],I=o=>{const{color:t,fontSize:r,classes:i}=o,n={root:["root",t!=="inherit"&&`color${e.capitalize(t)}`,`fontSize${e.capitalize(r)}`]};return S.composeClasses(n,z,i)},O=S.styled("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(o,t)=>{const{ownerState:r}=o;return[t.root,r.color!=="inherit"&&t[`color${e.capitalize(r.color)}`],t[`fontSize${e.capitalize(r.fontSize)}`]]}})(({theme:o,ownerState:t})=>{var r,i,n,u,f,a,m,d,y,l,c,p,s;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",fill:t.hasSvgAsChild?void 0:"currentColor",flexShrink:0,transition:(r=o.transitions)==null||(i=r.create)==null?void 0:i.call(r,"fill",{duration:(n=o.transitions)==null||(n=n.duration)==null?void 0:n.shorter}),fontSize:{inherit:"inherit",small:((u=o.typography)==null||(f=u.pxToRem)==null?void 0:f.call(u,20))||"1.25rem",medium:((a=o.typography)==null||(m=a.pxToRem)==null?void 0:m.call(a,24))||"1.5rem",large:((d=o.typography)==null||(y=d.pxToRem)==null?void 0:y.call(d,35))||"2.1875rem"}[t.fontSize],color:(l=(c=(o.vars||o).palette)==null||(c=c[t.color])==null?void 0:c.main)!=null?l:{action:(p=(o.vars||o).palette)==null||(p=p.action)==null?void 0:p.active,disabled:(s=(o.vars||o).palette)==null||(s=s.action)==null?void 0:s.disabled,inherit:void 0}[t.color]}}),h=g.forwardRef(function(t,r){const i=S.useDefaultProps({props:t,name:"MuiSvgIcon"}),{children:n,className:u,color:f="inherit",component:a="svg",fontSize:m="medium",htmlColor:d,inheritViewBox:y=!1,titleAccess:l,viewBox:c="0 0 24 24"}=i,p=e._objectWithoutPropertiesLoose(i,b),s=g.isValidElement(n)&&n.type==="svg",T=e._extends({},i,{color:f,component:a,fontSize:m,instanceFontSize:t.fontSize,inheritViewBox:y,viewBox:c,hasSvgAsChild:s}),P={};y||(P.viewBox=c);const x=I(T);return v.jsxs(O,e._extends({as:a,className:e.clsx(x.root,u),focusable:"false",color:d,"aria-hidden":l?void 0:!0,role:l?"img":void 0,ref:r},P,p,s&&n.props,{ownerState:T,children:[s?n.props.children:n,l?v.jsx("title",{children:l}):null]}))});process.env.NODE_ENV!=="production"&&(h.propTypes={children:e.PropTypes.node,classes:e.PropTypes.object,className:e.PropTypes.string,color:e.PropTypes.oneOfType([e.PropTypes.oneOf(["inherit","action","disabled","primary","secondary","error","info","success","warning"]),e.PropTypes.string]),component:e.PropTypes.elementType,fontSize:e.PropTypes.oneOfType([e.PropTypes.oneOf(["inherit","large","medium","small"]),e.PropTypes.string]),htmlColor:e.PropTypes.string,inheritViewBox:e.PropTypes.bool,shapeRendering:e.PropTypes.string,sx:e.PropTypes.oneOfType([e.PropTypes.arrayOf(e.PropTypes.oneOfType([e.PropTypes.func,e.PropTypes.object,e.PropTypes.bool])),e.PropTypes.func,e.PropTypes.object]),titleAccess:e.PropTypes.string,viewBox:e.PropTypes.string});h.muiName="SvgIcon";function w(o,t){function r(i,n){return v.jsx(h,e._extends({"data-testid":`${t}Icon`,ref:n},i,{children:o}))}return process.env.NODE_ENV!=="production"&&(r.displayName=`${t}Icon`),r.muiName=h.muiName,g.memo(g.forwardRef(r))}exports.createSvgIcon=w;
@@ -0,0 +1,183 @@
1
+ import { v as w, w as I, q as g, _ as b, m as S, y as C, P as o } from "./identifier-CAQ9PWqs.js";
2
+ import * as v from "react";
3
+ import { jsxs as N, jsx as _ } from "react/jsx-runtime";
4
+ import { s as T, u as R, c as O } from "./styled-Co-8YWfm.js";
5
+ function B(e) {
6
+ return w("MuiSvgIcon", e);
7
+ }
8
+ I("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAction", "colorError", "colorDisabled", "fontSizeInherit", "fontSizeSmall", "fontSizeMedium", "fontSizeLarge"]);
9
+ const j = ["children", "className", "color", "component", "fontSize", "htmlColor", "inheritViewBox", "titleAccess", "viewBox"], A = (e) => {
10
+ const {
11
+ color: n,
12
+ fontSize: t,
13
+ classes: r
14
+ } = e, i = {
15
+ root: ["root", n !== "inherit" && `color${g(n)}`, `fontSize${g(t)}`]
16
+ };
17
+ return O(i, B, r);
18
+ }, E = T("svg", {
19
+ name: "MuiSvgIcon",
20
+ slot: "Root",
21
+ overridesResolver: (e, n) => {
22
+ const {
23
+ ownerState: t
24
+ } = e;
25
+ return [n.root, t.color !== "inherit" && n[`color${g(t.color)}`], n[`fontSize${g(t.fontSize)}`]];
26
+ }
27
+ })(({
28
+ theme: e,
29
+ ownerState: n
30
+ }) => {
31
+ var t, r, i, u, f, c, h, d, m, s, a, p, l;
32
+ return {
33
+ userSelect: "none",
34
+ width: "1em",
35
+ height: "1em",
36
+ display: "inline-block",
37
+ // the <svg> will define the property that has `currentColor`
38
+ // for example heroicons uses fill="none" and stroke="currentColor"
39
+ fill: n.hasSvgAsChild ? void 0 : "currentColor",
40
+ flexShrink: 0,
41
+ transition: (t = e.transitions) == null || (r = t.create) == null ? void 0 : r.call(t, "fill", {
42
+ duration: (i = e.transitions) == null || (i = i.duration) == null ? void 0 : i.shorter
43
+ }),
44
+ fontSize: {
45
+ inherit: "inherit",
46
+ small: ((u = e.typography) == null || (f = u.pxToRem) == null ? void 0 : f.call(u, 20)) || "1.25rem",
47
+ medium: ((c = e.typography) == null || (h = c.pxToRem) == null ? void 0 : h.call(c, 24)) || "1.5rem",
48
+ large: ((d = e.typography) == null || (m = d.pxToRem) == null ? void 0 : m.call(d, 35)) || "2.1875rem"
49
+ }[n.fontSize],
50
+ // TODO v5 deprecate, v6 remove for sx
51
+ color: (s = (a = (e.vars || e).palette) == null || (a = a[n.color]) == null ? void 0 : a.main) != null ? s : {
52
+ action: (p = (e.vars || e).palette) == null || (p = p.action) == null ? void 0 : p.active,
53
+ disabled: (l = (e.vars || e).palette) == null || (l = l.action) == null ? void 0 : l.disabled,
54
+ inherit: void 0
55
+ }[n.color]
56
+ };
57
+ }), y = /* @__PURE__ */ v.forwardRef(function(n, t) {
58
+ const r = R({
59
+ props: n,
60
+ name: "MuiSvgIcon"
61
+ }), {
62
+ children: i,
63
+ className: u,
64
+ color: f = "inherit",
65
+ component: c = "svg",
66
+ fontSize: h = "medium",
67
+ htmlColor: d,
68
+ inheritViewBox: m = !1,
69
+ titleAccess: s,
70
+ viewBox: a = "0 0 24 24"
71
+ } = r, p = b(r, j), l = /* @__PURE__ */ v.isValidElement(i) && i.type === "svg", x = S({}, r, {
72
+ color: f,
73
+ component: c,
74
+ fontSize: h,
75
+ instanceFontSize: n.fontSize,
76
+ inheritViewBox: m,
77
+ viewBox: a,
78
+ hasSvgAsChild: l
79
+ }), $ = {};
80
+ m || ($.viewBox = a);
81
+ const z = A(x);
82
+ return /* @__PURE__ */ N(E, S({
83
+ as: c,
84
+ className: C(z.root, u),
85
+ focusable: "false",
86
+ color: d,
87
+ "aria-hidden": s ? void 0 : !0,
88
+ role: s ? "img" : void 0,
89
+ ref: t
90
+ }, $, p, l && i.props, {
91
+ ownerState: x,
92
+ children: [l ? i.props.children : i, s ? /* @__PURE__ */ _("title", {
93
+ children: s
94
+ }) : null]
95
+ }));
96
+ });
97
+ process.env.NODE_ENV !== "production" && (y.propTypes = {
98
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
99
+ // │ These PropTypes are generated from the TypeScript type definitions. │
100
+ // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
101
+ // └─────────────────────────────────────────────────────────────────────┘
102
+ /**
103
+ * Node passed into the SVG element.
104
+ */
105
+ children: o.node,
106
+ /**
107
+ * Override or extend the styles applied to the component.
108
+ */
109
+ classes: o.object,
110
+ /**
111
+ * @ignore
112
+ */
113
+ className: o.string,
114
+ /**
115
+ * The color of the component.
116
+ * It supports both default and custom theme colors, which can be added as shown in the
117
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
118
+ * You can use the `htmlColor` prop to apply a color attribute to the SVG element.
119
+ * @default 'inherit'
120
+ */
121
+ color: o.oneOfType([o.oneOf(["inherit", "action", "disabled", "primary", "secondary", "error", "info", "success", "warning"]), o.string]),
122
+ /**
123
+ * The component used for the root node.
124
+ * Either a string to use a HTML element or a component.
125
+ */
126
+ component: o.elementType,
127
+ /**
128
+ * The fontSize applied to the icon. Defaults to 24px, but can be configure to inherit font size.
129
+ * @default 'medium'
130
+ */
131
+ fontSize: o.oneOfType([o.oneOf(["inherit", "large", "medium", "small"]), o.string]),
132
+ /**
133
+ * Applies a color attribute to the SVG element.
134
+ */
135
+ htmlColor: o.string,
136
+ /**
137
+ * If `true`, the root node will inherit the custom `component`'s viewBox and the `viewBox`
138
+ * prop will be ignored.
139
+ * Useful when you want to reference a custom `component` and have `SvgIcon` pass that
140
+ * `component`'s viewBox to the root node.
141
+ * @default false
142
+ */
143
+ inheritViewBox: o.bool,
144
+ /**
145
+ * The shape-rendering attribute. The behavior of the different options is described on the
146
+ * [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/shape-rendering).
147
+ * If you are having issues with blurry icons you should investigate this prop.
148
+ */
149
+ shapeRendering: o.string,
150
+ /**
151
+ * The system prop that allows defining system overrides as well as additional CSS styles.
152
+ */
153
+ sx: o.oneOfType([o.arrayOf(o.oneOfType([o.func, o.object, o.bool])), o.func, o.object]),
154
+ /**
155
+ * Provides a human-readable title for the element that contains it.
156
+ * https://www.w3.org/TR/SVG-access/#Equivalent
157
+ */
158
+ titleAccess: o.string,
159
+ /**
160
+ * Allows you to redefine what the coordinates without units mean inside an SVG element.
161
+ * For example, if the SVG element is 500 (width) by 200 (height),
162
+ * and you pass viewBox="0 0 50 20",
163
+ * this means that the coordinates inside the SVG will go from the top left corner (0,0)
164
+ * to bottom right (50,20) and each unit will be worth 10px.
165
+ * @default '0 0 24 24'
166
+ */
167
+ viewBox: o.string
168
+ });
169
+ y.muiName = "SvgIcon";
170
+ function P(e, n) {
171
+ function t(r, i) {
172
+ return /* @__PURE__ */ _(y, S({
173
+ "data-testid": `${n}Icon`,
174
+ ref: i
175
+ }, r, {
176
+ children: e
177
+ }));
178
+ }
179
+ return process.env.NODE_ENV !== "production" && (t.displayName = `${n}Icon`), t.muiName = y.muiName, /* @__PURE__ */ v.memo(/* @__PURE__ */ v.forwardRef(t));
180
+ }
181
+ export {
182
+ P as c
183
+ };
@@ -0,0 +1,2 @@
1
+ "use strict";const s=require("./identifier-CWIj084w.cjs"),y=require("./createSvgIcon-CUiH3cta.cjs"),l=require("./useControlled-DKpcyPsg.cjs"),d=require("./useForkRef-CGd3Nhyb.cjs"),f=require("./ownerWindow-Dk_4aaak.cjs"),C=require("./useId-Cw0TtD-8.cjs"),I=require("./unsupportedProp-Bn6XWqwH.cjs"),_=require("./useTimeout-XUWYBnl6.cjs"),S=require("./useIsFocusVisible-Bv_7uvif.cjs");function w(e,r){return process.env.NODE_ENV==="production"?()=>null:(u,i,o,t,n)=>{const c=o||"<<anonymous>>",a=n||i;return typeof u[i]<"u"?new Error(`The ${t} \`${a}\` of \`${c}\` is deprecated. ${r}`):null}}function q(e,r){if(process.env.NODE_ENV==="production")return()=>null;const u=r?s._extends({},r.propTypes):null;return o=>(t,n,c,a,m,...E)=>{const v=m||n,g=u==null?void 0:u[v];if(g){const h=g(t,n,c,a,m,...E);if(h)return h}return typeof t[n]<"u"&&!t[o]?new Error(`The prop \`${v}\` of \`${e}\` can only be used together with the \`${o}\` prop.`):null}}const F={configure:e=>{process.env.NODE_ENV!=="production"&&console.warn(["MUI: `ClassNameGenerator` import from `@mui/material/utils` is outdated and might cause unexpected issues.","","You should use `import { unstable_ClassNameGenerator } from '@mui/material/className'` instead","","The detail of the issue: https://github.com/mui/material-ui/issues/30011#issuecomment-1024993401","","The updated documentation: https://mui.com/guides/classname-generator/"].join(`
2
+ `)),s.ClassNameGenerator.configure(e)}},N=Object.freeze(Object.defineProperty({__proto__:null,capitalize:s.capitalize,createChainedFunction:l.createChainedFunction,createSvgIcon:y.createSvgIcon,debounce:f.debounce,deprecatedPropType:w,isMuiElement:l.isMuiElement,ownerDocument:f.ownerDocument,ownerWindow:f.ownerWindow,requirePropFactory:q,setRef:d.setRef,unstable_ClassNameGenerator:F,unstable_useEnhancedEffect:d.useEnhancedEffect,unstable_useId:C.useId,unsupportedProp:I.unsupportedProp,useControlled:l.useControlled,useEventCallback:_.useEventCallback,useForkRef:d.useForkRef,useIsFocusVisible:S.useIsFocusVisible},Symbol.toStringTag,{value:"Module"}));var p={};const P=s.getAugmentedNamespace(N);var b;function T(){return b||(b=1,function(e){"use client";Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return r.createSvgIcon}});var r=P}(p)),p}exports.requireCreateSvgIcon=T;exports.requirePropFactory=q;
@@ -0,0 +1,76 @@
1
+ import { m as g, C as v, q as b, J as _ } from "./identifier-CAQ9PWqs.js";
2
+ import { c as y } from "./createSvgIcon-D29Io9jD.js";
3
+ import { c as E, i as C, u as N } from "./useControlled-DoRrpN8o.js";
4
+ import { s as S, u as I, a as $ } from "./useForkRef-DwN_Iz9R.js";
5
+ import { d as T, o as P, a as w } from "./ownerWindow-C7EH1lr6.js";
6
+ import { u as O } from "./useId-BW-oWmul.js";
7
+ import { u as q } from "./unsupportedProp-BuVD30Gh.js";
8
+ import { u as j } from "./useTimeout-BdvDipeg.js";
9
+ import { u as F } from "./useIsFocusVisible-DhASXQ4o.js";
10
+ function k(e, r) {
11
+ return process.env.NODE_ENV === "production" ? () => null : (n, s, u, t, o) => {
12
+ const a = u || "<<anonymous>>", i = o || s;
13
+ return typeof n[s] < "u" ? new Error(`The ${t} \`${i}\` of \`${a}\` is deprecated. ${r}`) : null;
14
+ };
15
+ }
16
+ function D(e, r) {
17
+ if (process.env.NODE_ENV === "production")
18
+ return () => null;
19
+ const n = r ? g({}, r.propTypes) : null;
20
+ return (u) => (t, o, a, i, l, ...h) => {
21
+ const f = l || o, m = n == null ? void 0 : n[f];
22
+ if (m) {
23
+ const d = m(t, o, a, i, l, ...h);
24
+ if (d)
25
+ return d;
26
+ }
27
+ return typeof t[o] < "u" && !t[u] ? new Error(`The prop \`${f}\` of \`${e}\` can only be used together with the \`${u}\` prop.`) : null;
28
+ };
29
+ }
30
+ const G = {
31
+ configure: (e) => {
32
+ process.env.NODE_ENV !== "production" && console.warn(["MUI: `ClassNameGenerator` import from `@mui/material/utils` is outdated and might cause unexpected issues.", "", "You should use `import { unstable_ClassNameGenerator } from '@mui/material/className'` instead", "", "The detail of the issue: https://github.com/mui/material-ui/issues/30011#issuecomment-1024993401", "", "The updated documentation: https://mui.com/guides/classname-generator/"].join(`
33
+ `)), v.configure(e);
34
+ }
35
+ }, M = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
36
+ __proto__: null,
37
+ capitalize: b,
38
+ createChainedFunction: E,
39
+ createSvgIcon: y,
40
+ debounce: T,
41
+ deprecatedPropType: k,
42
+ isMuiElement: C,
43
+ ownerDocument: P,
44
+ ownerWindow: w,
45
+ requirePropFactory: D,
46
+ setRef: S,
47
+ unstable_ClassNameGenerator: G,
48
+ unstable_useEnhancedEffect: I,
49
+ unstable_useId: O,
50
+ unsupportedProp: q,
51
+ useControlled: N,
52
+ useEventCallback: j,
53
+ useForkRef: $,
54
+ useIsFocusVisible: F
55
+ }, Symbol.toStringTag, { value: "Module" }));
56
+ var c = {};
57
+ const R = /* @__PURE__ */ _(M);
58
+ var p;
59
+ function H() {
60
+ return p || (p = 1, function(e) {
61
+ "use client";
62
+ Object.defineProperty(e, "__esModule", {
63
+ value: !0
64
+ }), Object.defineProperty(e, "default", {
65
+ enumerable: !0,
66
+ get: function() {
67
+ return r.createSvgIcon;
68
+ }
69
+ });
70
+ var r = R;
71
+ }(c)), c;
72
+ }
73
+ export {
74
+ D as a,
75
+ H as r
76
+ };
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const c = (l) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 586.47858, height: 659.29778, viewBox: "0 0 586.47858 659.29778", xmlnsXlink: "http://www.w3.org/1999/xlink", ...l }, /* @__PURE__ */ e.createElement("circle", { cx: 332.47856, cy: 254, r: 254.00001, fill: "#f2f2f2" }), /* @__PURE__ */ e.createElement("path", { d: "M498.46363,113.58835H33.17063c-.99774-.02133-1.78931-.84746-1.76797-1.84521,.02069-.96771,.80026-1.74727,1.76797-1.76796H498.46363c.99774,.02133,1.78931,.84746,1.76794,1.84521-.02069,.96771-.80023,1.74727-1.76794,1.76796Z", fill: "#cacaca" }), /* @__PURE__ */ e.createElement("rect", { x: 193.77441, y: 174.47256, width: 163.61147, height: 34.98639, rx: 17.49318, ry: 17.49318, fill: "#fff" }), /* @__PURE__ */ e.createElement("path", { d: "M128.17493,244.44534H422.98542c9.66122,0,17.49316,7.83197,17.49316,17.49319h0c0,9.66122-7.83194,17.49319-17.49316,17.49319H128.17493c-9.66122,0-17.49318-7.83197-17.49318-17.49319h0c0-9.66122,7.83196-17.49319,17.49318-17.49319Z", fill: "#fff" }), /* @__PURE__ */ e.createElement("path", { d: "M128.17493,314.41812H422.98542c9.66122,0,17.49316,7.83197,17.49316,17.49319h0c0,9.66122-7.83194,17.49319-17.49316,17.49319H128.17493c-9.66122,0-17.49318-7.83197-17.49318-17.49319h0c0-9.66122,7.83196-17.49319,17.49318-17.49319Z", fill: "#fff" }), /* @__PURE__ */ e.createElement("path", { d: "M91.64085,657.75932l-.69385-.06793c-23.54068-2.42871-44.82135-15.08929-58.18845-34.61835-3.66138-5.44159-6.62299-11.32251-8.815-17.50409l-.21069-.58966,.62375-.05048c7.44699-.59924,15.09732-1.86292,18.49585-2.46417l-21.91473-7.42511-.1355-.65033c-1.29926-6.10406,1.24612-12.38458,6.4285-15.86176,5.19641-3.64447,12.08731-3.76111,17.40405-.29449,2.38599,1.52399,4.88162,3.03339,7.29489,4.49359,8.29321,5.01636,16.8688,10.20337,23.29828,17.30121,9.74951,10.97778,14.02298,25.76984,11.63,40.25562l4.7829,17.47595Z", fill: "#f2f2f2" }), /* @__PURE__ */ e.createElement("polygon", { points: "171.30016 646.86102 182.10017 646.85999 187.23916 605.198 171.29716 605.19897 171.30016 646.86102", fill: "#a0616a" }), /* @__PURE__ */ e.createElement("path", { d: "M170.9192,658.12816l33.21436-.00122v-.41998c-.00049-7.13965-5.78833-12.92737-12.92798-12.92773h-.00079l-6.06702-4.60278-11.3197,4.60345-2.89941,.00012,.00055,13.34814Z", fill: "#2f2e41" }), /* @__PURE__ */ e.createElement("polygon", { points: "84.74116 616.94501 93.38016 623.42603 122.49316 593.185 109.74116 583.61902 84.74116 616.94501", fill: "#a0616a" }), /* @__PURE__ */ e.createElement("path", { d: "M77.67448,625.72966l26.569,19.93188,.25208-.336c4.2843-5.71136,3.12799-13.81433-2.58279-18.09937l-.00064-.00049-2.09079-7.32275-11.81735-3.11102-2.31931-1.73993-8.01019,10.67767Z", fill: "#2f2e41" }), /* @__PURE__ */ e.createElement("path", { d: "M120.64463,451.35271s.59625,16.26422,1.3483,29.30737c.12335,2.13916-4.88821,4.46301-4.75842,6.7901,.08609,1.54395,1.02808,3.04486,1.1156,4.65472,.09235,1.69897-1.20822,3.20282-1.1156,4.95984,.09052,1.71667,1.57422,3.6853,1.66373,5.44244,.96317,18.9093,4.45459,41.54633,.9584,47.87439-1.72299,3.11871-23.68533,46.32446-23.68533,46.32446,0,0,12.23666,18.35498,15.73285,12.23663,4.61771-8.08099,40.20615-45.88745,40.20615-53.10712,0-7.21088,8.23346-61.25323,8.23346-61.25323l5.74103,31.98169,2.63239,6.33655-.82715,3.71997,1.70117,5.02045,.09192,4.96838,1.65619,9.22614s-4.98199,71.88159-2.17633,73.88312c2.81439,2.01038,16.44086,5.62018,18.04901,2.01038,1.59955-3.6098,12.0108-75.01947,12.0108-75.01947,0,0,1.6781-32.72424,3.49622-63.14111,.1048-1.76556,1.34607-3.89825,1.4422-5.63763,.11365-2.01898-.67297-4.64111-.56818-6.599,.11365-2.24628,1.11005-3.82831,1.20618-5.97852,.74292-16.6156-3.42761-36.84912-4.7561-38.84192-4.01202-6.01343-7.62177-10.82074-7.62177-10.82074,0,0-54.03558-17.75403-68.47485,.28625l-3.30185,25.37585Z", fill: "#2f2e41" }), /* @__PURE__ */ e.createElement("path", { d: "M174.53779,284.10378l-21.4209-4.28418-9.9964,13.56656h0c-18.65262,18.34058-18.93359,34.52753-15.60379,60.47382v36.41553l-2.41,24.41187s-8.53156,17.84521,.26788,22.00006,66.59857,3.80066,72.117,2.14209,.73517-3.69482-.71399-11.4245c-2.72211-14.51929-.90131-7.51562-.71399-12.13849,2.68585-66.31363-3.57013-93.5379-4.20544-100.69376l-10.89398-19.75858-6.42639-10.71042Z", fill: "#3f3d56" }), /* @__PURE__ */ e.createElement("path", { d: "M287.43909,337.57097c-2.23248,4.23007-7.47144,5.84943-11.70148,3.61694-.45099-.23804-.88013-.51541-1.28229-.82895l-46.26044,29.37308,.13336-15.9924,44.93842-26.07846c3.20093-3.58887,8.70514-3.90332,12.29401-.70239,3.00305,2.67844,3.7796,7.0657,1.87842,10.61218Z", fill: "#a0616a" }), /* @__PURE__ */ e.createElement("path", { d: "M157.62488,302.62425l-5.26666-.55807c-4.86633-.50473-9.64093,1.57941-12.57947,5.491-1.12549,1.48346-1.9339,3.18253-2.37491,4.99164l-.00317,.01447c-1.32108,5.44534,.75095,11.15201,5.25803,14.48117l18.19031,13.41101c12.76544,17.24899,36.75653,28.69272,64.89832,37.98978l43.74274-27.16666-15.47186-18.73843-30.00336,16.0798-44.59833-34.52374-.0257-.02075-16.97424-10.936-4.79169-.5152Z", fill: "#3f3d56" }), /* @__PURE__ */ e.createElement("circle", { cx: 167.29993, cy: 248.60526, r: 24.9798, fill: "#a0616a" }), /* @__PURE__ */ e.createElement("path", { d: "M167.8769,273.59047c-.20135,.00662-.4032,.01108-.6048,.01657-.0863,.22388-.17938,.44583-.2868,.66357l.8916-.68015Z", fill: "#2f2e41" }), /* @__PURE__ */ e.createElement("path", { d: "M174.73243,249.29823c.03918,.24612,.09912,.48846,.17914,.72449-.03302-.24731-.09308-.49026-.17914-.72449Z", fill: "#2f2e41" }), /* @__PURE__ */ e.createElement("path", { d: "M192.59852,224.6942c-1.0282,3.19272-1.94586-.85715-5.32825-.12869-4.06885,.87625-8.80377,.57532-12.13586-1.91879-4.96478-3.64273-11.39874-4.62335-17.22333-2.62509-5.70154,2.01706-15.25348,3.43933-16.73907,9.30179-.51642,2.03781-.7215,4.24933-1.97321,5.9382-1.09436,1.47662-2.82166,2.31854-4.26608,3.45499-4.87726,3.83743-1.14954,14.73981,1.15881,20.50046,2.30838,5.76065,7.60355,9.95721,13.42526,12.10678,5.63281,2.07977,11.7464,2.44662,17.75531,2.28317,1.04517-2.7106,.59363-5.84137-.26874-8.65134-.93359-3.04199-2.31592-5.97791-2.70593-9.13599s.46643-6.74527,3.11444-8.50986c2.4339-1.62192,6.39465-.63388,7.32062,1.98843-.54028-3.27841,2.7807-6.4509,6.20508-7.00882,3.67651-.599,7.35291,.72833,11.01886,1.38901s2.36475-14.77301,.64209-18.98425Z", fill: "#2f2e41" }), /* @__PURE__ */ e.createElement("circle", { cx: 281.3585, cy: 285.71051, r: 51.12006, transform: "translate(-26.58509 542.54478) rotate(-85.26884)", fill: "var(--theme-palette-primary-main)" }), /* @__PURE__ */ e.createElement("path", { d: "M294.78675,264.41051l-13.42828,13.42828-13.42828-13.42828c-2.17371-2.17374-5.69806-2.17374-7.87177,0s-2.17371,5.69803,0,7.87177l13.42828,13.42828-13.42828,13.42828c-2.17169,2.17575-2.1684,5.70007,.00739,7.87177,2.17285,2.16879,5.69153,2.16879,7.86438-.00003l13.42828-13.42828,13.42828,13.42828c2.17578,2.17169,5.70007,2.1684,7.87177-.00735,2.16882-2.17288,2.16882-5.6915,0-7.86438l-13.42828-13.42828,13.42828-13.42828c2.17371-2.17374,2.17371-5.69803,0-7.87177s-5.69806-2.17374-7.87177,0h0Z", fill: "#fff" }), /* @__PURE__ */ e.createElement("path", { d: "M261.21387,242.74385c1.5069,4.53946-.95154,9.44101-5.49097,10.94791-.48401,.16064-.9812,.27823-1.4859,.35141l-10.83051,53.71692-11.44788-11.16785,12.29266-50.48209c-.37366-4.7944,3.21008-8.98395,8.00452-9.3576,4.01166-.31265,7.71509,2.16425,8.95807,5.9913Z", fill: "#a0616a" }), /* @__PURE__ */ e.createElement("path", { d: "M146.12519,312.22478l-4.04883,3.41412c-3.73322,3.16214-5.53476,8.05035-4.74649,12.87888,.29129,1.83917,.95773,3.59879,1.95786,5.16949l.00824,.0123c3.01477,4.72311,8.5672,7.17865,14.08978,6.23117l22.27075-3.84171c21.28461,2.72995,46.15155-6.65967,72.34302-20.53055l10.67969-50.37274-24.23297-1.80811-9.16821,32.78271-55.78815,8.28149-.03278,.00415-19.64294,4.67767-3.68896,3.1011Z", fill: "#3f3d56" }), /* @__PURE__ */ e.createElement("path", { d: "M272.93684,658.99046l-271.75,.30731c-.65759-.00214-1.18896-.53693-1.18683-1.19452,.00211-.6546,.53223-1.18469,1.18683-1.18683l271.75-.30731c.65759,.00214,1.18896,.53693,1.18683,1.19452-.00208,.6546-.53223,1.18469-1.18683,1.18683Z", fill: "#cacaca" }), /* @__PURE__ */ e.createElement("g", null, /* @__PURE__ */ e.createElement("ellipse", { cx: 56.77685, cy: 82.05834, rx: 8.45661, ry: 8.64507, fill: "#3f3d56" }), /* @__PURE__ */ e.createElement("ellipse", { cx: 85.9906, cy: 82.05834, rx: 8.45661, ry: 8.64507, fill: "#3f3d56" }), /* @__PURE__ */ e.createElement("ellipse", { cx: 115.20435, cy: 82.05834, rx: 8.45661, ry: 8.64507, fill: "#3f3d56" }), /* @__PURE__ */ e.createElement("path", { d: "M148.51577,88.89113c-.25977,0-.51904-.10059-.71484-.30078l-5.70605-5.83301c-.38037-.38867-.38037-1.00977,0-1.39844l5.70605-5.83252c.38721-.39453,1.021-.40088,1.41406-.01562,.39502,.38623,.40186,1.01953,.01562,1.41406l-5.02197,5.1333,5.02197,5.13379c.38623,.39453,.37939,1.02783-.01562,1.41406-.19434,.19043-.44678,.28516-.69922,.28516Z", fill: "#3f3d56" }), /* @__PURE__ */ e.createElement("path", { d: "M158.10415,88.89113c-.25244,0-.50488-.09473-.69922-.28516-.39502-.38623-.40186-1.01904-.01562-1.41406l5.02148-5.13379-5.02148-5.1333c-.38623-.39453-.37939-1.02783,.01562-1.41406,.39404-.38672,1.02783-.37939,1.41406,.01562l5.70557,5.83252c.38037,.38867,.38037,1.00977,0,1.39844l-5.70557,5.83301c-.1958,.2002-.45508,.30078-.71484,.30078Z", fill: "#3f3d56" }), /* @__PURE__ */ e.createElement("path", { d: "M456.61398,74.41416h-10.60999c-1.21002,0-2.19,.97998-2.19,2.19v10.62c0,1.21002,.97998,2.19,2.19,2.19h10.60999c1.21002,0,2.20001-.97998,2.20001-2.19v-10.62c0-1.21002-.98999-2.19-2.20001-2.19Z", fill: "#3f3d56" }), /* @__PURE__ */ e.createElement("path", { d: "M430.61398,74.41416h-10.60999c-1.21002,0-2.19,.97998-2.19,2.19v10.62c0,1.21002,.97998,2.19,2.19,2.19h10.60999c1.21002,0,2.20001-.97998,2.20001-2.19v-10.62c0-1.21002-.98999-2.19-2.20001-2.19Z", fill: "#3f3d56" }), /* @__PURE__ */ e.createElement("path", { d: "M481.11398,74.91416h-10.60999c-1.21002,0-2.19,.97998-2.19,2.19v10.62c0,1.21002,.97998,2.19,2.19,2.19h10.60999c1.21002,0,2.20001-.97998,2.20001-2.19v-10.62c0-1.21002-.98999-2.19-2.20001-2.19Z", fill: "#3f3d56" }), /* @__PURE__ */ e.createElement("path", { d: "M321.19229,78.95414h-84.81c-1.48004,0-2.67004,1.20001-2.67004,2.67004s1.19,2.66998,2.67004,2.66998h84.81c1.46997,0,2.66998-1.20001,2.66998-2.66998s-1.20001-2.67004-2.66998-2.67004Z", fill: "#3f3d56" })));
3
+ export {
4
+ c as default
5
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react");function f(l){const c=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(l){for(const t in l)if(t!=="default"){const a=Object.getOwnPropertyDescriptor(l,t);Object.defineProperty(c,t,a.get?a:{enumerable:!0,get:()=>l[t]})}}return c.default=l,Object.freeze(c)}const e=f(r),n=l=>e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:586.47858,height:659.29778,viewBox:"0 0 586.47858 659.29778",xmlnsXlink:"http://www.w3.org/1999/xlink",...l},e.createElement("circle",{cx:332.47856,cy:254,r:254.00001,fill:"#f2f2f2"}),e.createElement("path",{d:"M498.46363,113.58835H33.17063c-.99774-.02133-1.78931-.84746-1.76797-1.84521,.02069-.96771,.80026-1.74727,1.76797-1.76796H498.46363c.99774,.02133,1.78931,.84746,1.76794,1.84521-.02069,.96771-.80023,1.74727-1.76794,1.76796Z",fill:"#cacaca"}),e.createElement("rect",{x:193.77441,y:174.47256,width:163.61147,height:34.98639,rx:17.49318,ry:17.49318,fill:"#fff"}),e.createElement("path",{d:"M128.17493,244.44534H422.98542c9.66122,0,17.49316,7.83197,17.49316,17.49319h0c0,9.66122-7.83194,17.49319-17.49316,17.49319H128.17493c-9.66122,0-17.49318-7.83197-17.49318-17.49319h0c0-9.66122,7.83196-17.49319,17.49318-17.49319Z",fill:"#fff"}),e.createElement("path",{d:"M128.17493,314.41812H422.98542c9.66122,0,17.49316,7.83197,17.49316,17.49319h0c0,9.66122-7.83194,17.49319-17.49316,17.49319H128.17493c-9.66122,0-17.49318-7.83197-17.49318-17.49319h0c0-9.66122,7.83196-17.49319,17.49318-17.49319Z",fill:"#fff"}),e.createElement("path",{d:"M91.64085,657.75932l-.69385-.06793c-23.54068-2.42871-44.82135-15.08929-58.18845-34.61835-3.66138-5.44159-6.62299-11.32251-8.815-17.50409l-.21069-.58966,.62375-.05048c7.44699-.59924,15.09732-1.86292,18.49585-2.46417l-21.91473-7.42511-.1355-.65033c-1.29926-6.10406,1.24612-12.38458,6.4285-15.86176,5.19641-3.64447,12.08731-3.76111,17.40405-.29449,2.38599,1.52399,4.88162,3.03339,7.29489,4.49359,8.29321,5.01636,16.8688,10.20337,23.29828,17.30121,9.74951,10.97778,14.02298,25.76984,11.63,40.25562l4.7829,17.47595Z",fill:"#f2f2f2"}),e.createElement("polygon",{points:"171.30016 646.86102 182.10017 646.85999 187.23916 605.198 171.29716 605.19897 171.30016 646.86102",fill:"#a0616a"}),e.createElement("path",{d:"M170.9192,658.12816l33.21436-.00122v-.41998c-.00049-7.13965-5.78833-12.92737-12.92798-12.92773h-.00079l-6.06702-4.60278-11.3197,4.60345-2.89941,.00012,.00055,13.34814Z",fill:"#2f2e41"}),e.createElement("polygon",{points:"84.74116 616.94501 93.38016 623.42603 122.49316 593.185 109.74116 583.61902 84.74116 616.94501",fill:"#a0616a"}),e.createElement("path",{d:"M77.67448,625.72966l26.569,19.93188,.25208-.336c4.2843-5.71136,3.12799-13.81433-2.58279-18.09937l-.00064-.00049-2.09079-7.32275-11.81735-3.11102-2.31931-1.73993-8.01019,10.67767Z",fill:"#2f2e41"}),e.createElement("path",{d:"M120.64463,451.35271s.59625,16.26422,1.3483,29.30737c.12335,2.13916-4.88821,4.46301-4.75842,6.7901,.08609,1.54395,1.02808,3.04486,1.1156,4.65472,.09235,1.69897-1.20822,3.20282-1.1156,4.95984,.09052,1.71667,1.57422,3.6853,1.66373,5.44244,.96317,18.9093,4.45459,41.54633,.9584,47.87439-1.72299,3.11871-23.68533,46.32446-23.68533,46.32446,0,0,12.23666,18.35498,15.73285,12.23663,4.61771-8.08099,40.20615-45.88745,40.20615-53.10712,0-7.21088,8.23346-61.25323,8.23346-61.25323l5.74103,31.98169,2.63239,6.33655-.82715,3.71997,1.70117,5.02045,.09192,4.96838,1.65619,9.22614s-4.98199,71.88159-2.17633,73.88312c2.81439,2.01038,16.44086,5.62018,18.04901,2.01038,1.59955-3.6098,12.0108-75.01947,12.0108-75.01947,0,0,1.6781-32.72424,3.49622-63.14111,.1048-1.76556,1.34607-3.89825,1.4422-5.63763,.11365-2.01898-.67297-4.64111-.56818-6.599,.11365-2.24628,1.11005-3.82831,1.20618-5.97852,.74292-16.6156-3.42761-36.84912-4.7561-38.84192-4.01202-6.01343-7.62177-10.82074-7.62177-10.82074,0,0-54.03558-17.75403-68.47485,.28625l-3.30185,25.37585Z",fill:"#2f2e41"}),e.createElement("path",{d:"M174.53779,284.10378l-21.4209-4.28418-9.9964,13.56656h0c-18.65262,18.34058-18.93359,34.52753-15.60379,60.47382v36.41553l-2.41,24.41187s-8.53156,17.84521,.26788,22.00006,66.59857,3.80066,72.117,2.14209,.73517-3.69482-.71399-11.4245c-2.72211-14.51929-.90131-7.51562-.71399-12.13849,2.68585-66.31363-3.57013-93.5379-4.20544-100.69376l-10.89398-19.75858-6.42639-10.71042Z",fill:"#3f3d56"}),e.createElement("path",{d:"M287.43909,337.57097c-2.23248,4.23007-7.47144,5.84943-11.70148,3.61694-.45099-.23804-.88013-.51541-1.28229-.82895l-46.26044,29.37308,.13336-15.9924,44.93842-26.07846c3.20093-3.58887,8.70514-3.90332,12.29401-.70239,3.00305,2.67844,3.7796,7.0657,1.87842,10.61218Z",fill:"#a0616a"}),e.createElement("path",{d:"M157.62488,302.62425l-5.26666-.55807c-4.86633-.50473-9.64093,1.57941-12.57947,5.491-1.12549,1.48346-1.9339,3.18253-2.37491,4.99164l-.00317,.01447c-1.32108,5.44534,.75095,11.15201,5.25803,14.48117l18.19031,13.41101c12.76544,17.24899,36.75653,28.69272,64.89832,37.98978l43.74274-27.16666-15.47186-18.73843-30.00336,16.0798-44.59833-34.52374-.0257-.02075-16.97424-10.936-4.79169-.5152Z",fill:"#3f3d56"}),e.createElement("circle",{cx:167.29993,cy:248.60526,r:24.9798,fill:"#a0616a"}),e.createElement("path",{d:"M167.8769,273.59047c-.20135,.00662-.4032,.01108-.6048,.01657-.0863,.22388-.17938,.44583-.2868,.66357l.8916-.68015Z",fill:"#2f2e41"}),e.createElement("path",{d:"M174.73243,249.29823c.03918,.24612,.09912,.48846,.17914,.72449-.03302-.24731-.09308-.49026-.17914-.72449Z",fill:"#2f2e41"}),e.createElement("path",{d:"M192.59852,224.6942c-1.0282,3.19272-1.94586-.85715-5.32825-.12869-4.06885,.87625-8.80377,.57532-12.13586-1.91879-4.96478-3.64273-11.39874-4.62335-17.22333-2.62509-5.70154,2.01706-15.25348,3.43933-16.73907,9.30179-.51642,2.03781-.7215,4.24933-1.97321,5.9382-1.09436,1.47662-2.82166,2.31854-4.26608,3.45499-4.87726,3.83743-1.14954,14.73981,1.15881,20.50046,2.30838,5.76065,7.60355,9.95721,13.42526,12.10678,5.63281,2.07977,11.7464,2.44662,17.75531,2.28317,1.04517-2.7106,.59363-5.84137-.26874-8.65134-.93359-3.04199-2.31592-5.97791-2.70593-9.13599s.46643-6.74527,3.11444-8.50986c2.4339-1.62192,6.39465-.63388,7.32062,1.98843-.54028-3.27841,2.7807-6.4509,6.20508-7.00882,3.67651-.599,7.35291,.72833,11.01886,1.38901s2.36475-14.77301,.64209-18.98425Z",fill:"#2f2e41"}),e.createElement("circle",{cx:281.3585,cy:285.71051,r:51.12006,transform:"translate(-26.58509 542.54478) rotate(-85.26884)",fill:"var(--theme-palette-primary-main)"}),e.createElement("path",{d:"M294.78675,264.41051l-13.42828,13.42828-13.42828-13.42828c-2.17371-2.17374-5.69806-2.17374-7.87177,0s-2.17371,5.69803,0,7.87177l13.42828,13.42828-13.42828,13.42828c-2.17169,2.17575-2.1684,5.70007,.00739,7.87177,2.17285,2.16879,5.69153,2.16879,7.86438-.00003l13.42828-13.42828,13.42828,13.42828c2.17578,2.17169,5.70007,2.1684,7.87177-.00735,2.16882-2.17288,2.16882-5.6915,0-7.86438l-13.42828-13.42828,13.42828-13.42828c2.17371-2.17374,2.17371-5.69803,0-7.87177s-5.69806-2.17374-7.87177,0h0Z",fill:"#fff"}),e.createElement("path",{d:"M261.21387,242.74385c1.5069,4.53946-.95154,9.44101-5.49097,10.94791-.48401,.16064-.9812,.27823-1.4859,.35141l-10.83051,53.71692-11.44788-11.16785,12.29266-50.48209c-.37366-4.7944,3.21008-8.98395,8.00452-9.3576,4.01166-.31265,7.71509,2.16425,8.95807,5.9913Z",fill:"#a0616a"}),e.createElement("path",{d:"M146.12519,312.22478l-4.04883,3.41412c-3.73322,3.16214-5.53476,8.05035-4.74649,12.87888,.29129,1.83917,.95773,3.59879,1.95786,5.16949l.00824,.0123c3.01477,4.72311,8.5672,7.17865,14.08978,6.23117l22.27075-3.84171c21.28461,2.72995,46.15155-6.65967,72.34302-20.53055l10.67969-50.37274-24.23297-1.80811-9.16821,32.78271-55.78815,8.28149-.03278,.00415-19.64294,4.67767-3.68896,3.1011Z",fill:"#3f3d56"}),e.createElement("path",{d:"M272.93684,658.99046l-271.75,.30731c-.65759-.00214-1.18896-.53693-1.18683-1.19452,.00211-.6546,.53223-1.18469,1.18683-1.18683l271.75-.30731c.65759,.00214,1.18896,.53693,1.18683,1.19452-.00208,.6546-.53223,1.18469-1.18683,1.18683Z",fill:"#cacaca"}),e.createElement("g",null,e.createElement("ellipse",{cx:56.77685,cy:82.05834,rx:8.45661,ry:8.64507,fill:"#3f3d56"}),e.createElement("ellipse",{cx:85.9906,cy:82.05834,rx:8.45661,ry:8.64507,fill:"#3f3d56"}),e.createElement("ellipse",{cx:115.20435,cy:82.05834,rx:8.45661,ry:8.64507,fill:"#3f3d56"}),e.createElement("path",{d:"M148.51577,88.89113c-.25977,0-.51904-.10059-.71484-.30078l-5.70605-5.83301c-.38037-.38867-.38037-1.00977,0-1.39844l5.70605-5.83252c.38721-.39453,1.021-.40088,1.41406-.01562,.39502,.38623,.40186,1.01953,.01562,1.41406l-5.02197,5.1333,5.02197,5.13379c.38623,.39453,.37939,1.02783-.01562,1.41406-.19434,.19043-.44678,.28516-.69922,.28516Z",fill:"#3f3d56"}),e.createElement("path",{d:"M158.10415,88.89113c-.25244,0-.50488-.09473-.69922-.28516-.39502-.38623-.40186-1.01904-.01562-1.41406l5.02148-5.13379-5.02148-5.1333c-.38623-.39453-.37939-1.02783,.01562-1.41406,.39404-.38672,1.02783-.37939,1.41406,.01562l5.70557,5.83252c.38037,.38867,.38037,1.00977,0,1.39844l-5.70557,5.83301c-.1958,.2002-.45508,.30078-.71484,.30078Z",fill:"#3f3d56"}),e.createElement("path",{d:"M456.61398,74.41416h-10.60999c-1.21002,0-2.19,.97998-2.19,2.19v10.62c0,1.21002,.97998,2.19,2.19,2.19h10.60999c1.21002,0,2.20001-.97998,2.20001-2.19v-10.62c0-1.21002-.98999-2.19-2.20001-2.19Z",fill:"#3f3d56"}),e.createElement("path",{d:"M430.61398,74.41416h-10.60999c-1.21002,0-2.19,.97998-2.19,2.19v10.62c0,1.21002,.97998,2.19,2.19,2.19h10.60999c1.21002,0,2.20001-.97998,2.20001-2.19v-10.62c0-1.21002-.98999-2.19-2.20001-2.19Z",fill:"#3f3d56"}),e.createElement("path",{d:"M481.11398,74.91416h-10.60999c-1.21002,0-2.19,.97998-2.19,2.19v10.62c0,1.21002,.97998,2.19,2.19,2.19h10.60999c1.21002,0,2.20001-.97998,2.20001-2.19v-10.62c0-1.21002-.98999-2.19-2.20001-2.19Z",fill:"#3f3d56"}),e.createElement("path",{d:"M321.19229,78.95414h-84.81c-1.48004,0-2.67004,1.20001-2.67004,2.67004s1.19,2.66998,2.67004,2.66998h84.81c1.46997,0,2.66998-1.20001,2.66998-2.66998s-1.20001-2.67004-2.66998-2.67004Z",fill:"#3f3d56"})));exports.default=n;
@@ -1 +1 @@
1
- "use strict";const U=require("./identifier-7NboR24y.cjs");var N={exports:{}},E;function P(){return E||(E=1,function(H,Z){(function(y,l){H.exports=l()})(U.commonjsGlobal,function(){var y=1e3,l=6e4,S=36e5,Y="millisecond",m="second",O="minute",j="hour",v="day",A="week",M="month",z="quarter",p="year",L="date",G="Invalid Date",Q=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,R=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,K={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(i){var n=["th","st","nd","rd"],t=i%100;return"["+i+(n[(t-20)%10]||n[t]||n[0])+"]"}},F=function(i,n,t){var r=String(i);return!r||r.length>=n?i:""+Array(n+1-r.length).join(t)+i},X={s:F,z:function(i){var n=-i.utcOffset(),t=Math.abs(n),r=Math.floor(t/60),e=t%60;return(n<=0?"+":"-")+F(r,2,"0")+":"+F(e,2,"0")},m:function i(n,t){if(n.date()<t.date())return-i(t,n);var r=12*(t.year()-n.year())+(t.month()-n.month()),e=n.clone().add(r,M),s=t-e<0,u=n.clone().add(r+(s?-1:1),M);return+(-(r+(t-e)/(s?e-u:u-e))||0)},a:function(i){return i<0?Math.ceil(i)||0:Math.floor(i)},p:function(i){return{M,y:p,w:A,d:v,D:L,h:j,m:O,s:m,ms:Y,Q:z}[i]||String(i||"").toLowerCase().replace(/s$/,"")},u:function(i){return i===void 0}},x="en",g={};g[x]=K;var V="$isDayjsObject",I=function(i){return i instanceof q||!(!i||!i[V])},C=function i(n,t,r){var e;if(!n)return x;if(typeof n=="string"){var s=n.toLowerCase();g[s]&&(e=s),t&&(g[s]=t,e=s);var u=n.split("-");if(!e&&u.length>1)return i(u[0])}else{var o=n.name;g[o]=n,e=o}return!r&&e&&(x=e),e||!r&&x},f=function(i,n){if(I(i))return i.clone();var t=typeof n=="object"?n:{};return t.date=i,t.args=arguments,new q(t)},a=X;a.l=C,a.i=I,a.w=function(i,n){return f(i,{locale:n.$L,utc:n.$u,x:n.$x,$offset:n.$offset})};var q=function(){function i(t){this.$L=C(t.locale,null,!0),this.parse(t),this.$x=this.$x||t.x||{},this[V]=!0}var n=i.prototype;return n.parse=function(t){this.$d=function(r){var e=r.date,s=r.utc;if(e===null)return new Date(NaN);if(a.u(e))return new Date;if(e instanceof Date)return new Date(e);if(typeof e=="string"&&!/Z$/i.test(e)){var u=e.match(Q);if(u){var o=u[2]-1||0,c=(u[7]||"0").substring(0,3);return s?new Date(Date.UTC(u[1],o,u[3]||1,u[4]||0,u[5]||0,u[6]||0,c)):new Date(u[1],o,u[3]||1,u[4]||0,u[5]||0,u[6]||0,c)}}return new Date(e)}(t),this.init()},n.init=function(){var t=this.$d;this.$y=t.getFullYear(),this.$M=t.getMonth(),this.$D=t.getDate(),this.$W=t.getDay(),this.$H=t.getHours(),this.$m=t.getMinutes(),this.$s=t.getSeconds(),this.$ms=t.getMilliseconds()},n.$utils=function(){return a},n.isValid=function(){return this.$d.toString()!==G},n.isSame=function(t,r){var e=f(t);return this.startOf(r)<=e&&e<=this.endOf(r)},n.isAfter=function(t,r){return f(t)<this.startOf(r)},n.isBefore=function(t,r){return this.endOf(r)<f(t)},n.$g=function(t,r,e){return a.u(t)?this[r]:this.set(e,t)},n.unix=function(){return Math.floor(this.valueOf()/1e3)},n.valueOf=function(){return this.$d.getTime()},n.startOf=function(t,r){var e=this,s=!!a.u(r)||r,u=a.p(t),o=function(b,_){var D=a.w(e.$u?Date.UTC(e.$y,_,b):new Date(e.$y,_,b),e);return s?D:D.endOf(v)},c=function(b,_){return a.w(e.toDate()[b].apply(e.toDate("s"),(s?[0,0,0,0]:[23,59,59,999]).slice(_)),e)},d=this.$W,h=this.$M,$=this.$D,k="set"+(this.$u?"UTC":"");switch(u){case p:return s?o(1,0):o(31,11);case M:return s?o(1,h):o(0,h+1);case A:var w=this.$locale().weekStart||0,T=(d<w?d+7:d)-w;return o(s?$-T:$+(6-T),h);case v:case L:return c(k+"Hours",0);case j:return c(k+"Minutes",1);case O:return c(k+"Seconds",2);case m:return c(k+"Milliseconds",3);default:return this.clone()}},n.endOf=function(t){return this.startOf(t,!1)},n.$set=function(t,r){var e,s=a.p(t),u="set"+(this.$u?"UTC":""),o=(e={},e[v]=u+"Date",e[L]=u+"Date",e[M]=u+"Month",e[p]=u+"FullYear",e[j]=u+"Hours",e[O]=u+"Minutes",e[m]=u+"Seconds",e[Y]=u+"Milliseconds",e)[s],c=s===v?this.$D+(r-this.$W):r;if(s===M||s===p){var d=this.clone().set(L,1);d.$d[o](c),d.init(),this.$d=d.set(L,Math.min(this.$D,d.daysInMonth())).$d}else o&&this.$d[o](c);return this.init(),this},n.set=function(t,r){return this.clone().$set(t,r)},n.get=function(t){return this[a.p(t)]()},n.add=function(t,r){var e,s=this;t=Number(t);var u=a.p(r),o=function(h){var $=f(s);return a.w($.date($.date()+Math.round(h*t)),s)};if(u===M)return this.set(M,this.$M+t);if(u===p)return this.set(p,this.$y+t);if(u===v)return o(1);if(u===A)return o(7);var c=(e={},e[O]=l,e[j]=S,e[m]=y,e)[u]||1,d=this.$d.getTime()+t*c;return a.w(d,this)},n.subtract=function(t,r){return this.add(-1*t,r)},n.format=function(t){var r=this,e=this.$locale();if(!this.isValid())return e.invalidDate||G;var s=t||"YYYY-MM-DDTHH:mm:ssZ",u=a.z(this),o=this.$H,c=this.$m,d=this.$M,h=e.weekdays,$=e.months,k=e.meridiem,w=function(_,D,W,J){return _&&(_[D]||_(r,s))||W[D].slice(0,J)},T=function(_){return a.s(o%12||12,_,"0")},b=k||function(_,D,W){var J=_<12?"AM":"PM";return W?J.toLowerCase():J};return s.replace(R,function(_,D){return D||function(W){switch(W){case"YY":return String(r.$y).slice(-2);case"YYYY":return a.s(r.$y,4,"0");case"M":return d+1;case"MM":return a.s(d+1,2,"0");case"MMM":return w(e.monthsShort,d,$,3);case"MMMM":return w($,d);case"D":return r.$D;case"DD":return a.s(r.$D,2,"0");case"d":return String(r.$W);case"dd":return w(e.weekdaysMin,r.$W,h,2);case"ddd":return w(e.weekdaysShort,r.$W,h,3);case"dddd":return h[r.$W];case"H":return String(o);case"HH":return a.s(o,2,"0");case"h":return T(1);case"hh":return T(2);case"a":return b(o,c,!0);case"A":return b(o,c,!1);case"m":return String(c);case"mm":return a.s(c,2,"0");case"s":return String(r.$s);case"ss":return a.s(r.$s,2,"0");case"SSS":return a.s(r.$ms,3,"0");case"Z":return u}return null}(_)||u.replace(":","")})},n.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},n.diff=function(t,r,e){var s,u=this,o=a.p(r),c=f(t),d=(c.utcOffset()-this.utcOffset())*l,h=this-c,$=function(){return a.m(u,c)};switch(o){case p:s=$()/12;break;case M:s=$();break;case z:s=$()/3;break;case A:s=(h-d)/6048e5;break;case v:s=(h-d)/864e5;break;case j:s=h/S;break;case O:s=h/l;break;case m:s=h/y;break;default:s=h}return e?s:a.a(s)},n.daysInMonth=function(){return this.endOf(M).$D},n.$locale=function(){return g[this.$L]},n.locale=function(t,r){if(!t)return this.$L;var e=this.clone(),s=C(t,r,!0);return s&&(e.$L=s),e},n.clone=function(){return a.w(this.$d,this)},n.toDate=function(){return new Date(this.valueOf())},n.toJSON=function(){return this.isValid()?this.toISOString():null},n.toISOString=function(){return this.$d.toISOString()},n.toString=function(){return this.$d.toUTCString()},i}(),B=q.prototype;return f.prototype=B,[["$ms",Y],["$s",m],["$m",O],["$H",j],["$W",v],["$M",M],["$y",p],["$D",L]].forEach(function(i){B[i[1]]=function(n){return this.$g(n,i[0],i[1])}}),f.extend=function(i,n){return i.$i||(i(n,q,f),i.$i=!0),f},f.locale=C,f.isDayjs=I,f.unix=function(i){return f(1e3*i)},f.en=g[x],f.Ls=g,f.p={},f})}(N)),N.exports}var tt={exports:{}};(function(H,Z){(function(y,l){H.exports=l()})(U.commonjsGlobal,function(){return{name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(y){var l=["th","st","nd","rd"],S=y%100;return"["+y+(l[(S-20)%10]||l[S]||l[0])+"]"}}})})(tt);var et={exports:{}};(function(H,Z){(function(y,l){H.exports=l(P())})(U.commonjsGlobal,function(y){function l(m){return m&&typeof m=="object"&&"default"in m?m:{default:m}}var S=l(y),Y={name:"fr",weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},ordinal:function(m){return""+m+(m===1?"er":"")}};return S.default.locale(Y,null,!0),Y})})(et);exports.requireDayjs_min=P;
1
+ "use strict";const U=require("./identifier-CWIj084w.cjs");var N={exports:{}},E;function P(){return E||(E=1,function(H,Z){(function(y,l){H.exports=l()})(U.commonjsGlobal,function(){var y=1e3,l=6e4,S=36e5,Y="millisecond",m="second",O="minute",j="hour",v="day",A="week",M="month",z="quarter",p="year",L="date",G="Invalid Date",Q=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,R=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,K={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(i){var n=["th","st","nd","rd"],t=i%100;return"["+i+(n[(t-20)%10]||n[t]||n[0])+"]"}},F=function(i,n,t){var r=String(i);return!r||r.length>=n?i:""+Array(n+1-r.length).join(t)+i},X={s:F,z:function(i){var n=-i.utcOffset(),t=Math.abs(n),r=Math.floor(t/60),e=t%60;return(n<=0?"+":"-")+F(r,2,"0")+":"+F(e,2,"0")},m:function i(n,t){if(n.date()<t.date())return-i(t,n);var r=12*(t.year()-n.year())+(t.month()-n.month()),e=n.clone().add(r,M),s=t-e<0,u=n.clone().add(r+(s?-1:1),M);return+(-(r+(t-e)/(s?e-u:u-e))||0)},a:function(i){return i<0?Math.ceil(i)||0:Math.floor(i)},p:function(i){return{M,y:p,w:A,d:v,D:L,h:j,m:O,s:m,ms:Y,Q:z}[i]||String(i||"").toLowerCase().replace(/s$/,"")},u:function(i){return i===void 0}},x="en",g={};g[x]=K;var V="$isDayjsObject",I=function(i){return i instanceof q||!(!i||!i[V])},C=function i(n,t,r){var e;if(!n)return x;if(typeof n=="string"){var s=n.toLowerCase();g[s]&&(e=s),t&&(g[s]=t,e=s);var u=n.split("-");if(!e&&u.length>1)return i(u[0])}else{var o=n.name;g[o]=n,e=o}return!r&&e&&(x=e),e||!r&&x},f=function(i,n){if(I(i))return i.clone();var t=typeof n=="object"?n:{};return t.date=i,t.args=arguments,new q(t)},a=X;a.l=C,a.i=I,a.w=function(i,n){return f(i,{locale:n.$L,utc:n.$u,x:n.$x,$offset:n.$offset})};var q=function(){function i(t){this.$L=C(t.locale,null,!0),this.parse(t),this.$x=this.$x||t.x||{},this[V]=!0}var n=i.prototype;return n.parse=function(t){this.$d=function(r){var e=r.date,s=r.utc;if(e===null)return new Date(NaN);if(a.u(e))return new Date;if(e instanceof Date)return new Date(e);if(typeof e=="string"&&!/Z$/i.test(e)){var u=e.match(Q);if(u){var o=u[2]-1||0,c=(u[7]||"0").substring(0,3);return s?new Date(Date.UTC(u[1],o,u[3]||1,u[4]||0,u[5]||0,u[6]||0,c)):new Date(u[1],o,u[3]||1,u[4]||0,u[5]||0,u[6]||0,c)}}return new Date(e)}(t),this.init()},n.init=function(){var t=this.$d;this.$y=t.getFullYear(),this.$M=t.getMonth(),this.$D=t.getDate(),this.$W=t.getDay(),this.$H=t.getHours(),this.$m=t.getMinutes(),this.$s=t.getSeconds(),this.$ms=t.getMilliseconds()},n.$utils=function(){return a},n.isValid=function(){return this.$d.toString()!==G},n.isSame=function(t,r){var e=f(t);return this.startOf(r)<=e&&e<=this.endOf(r)},n.isAfter=function(t,r){return f(t)<this.startOf(r)},n.isBefore=function(t,r){return this.endOf(r)<f(t)},n.$g=function(t,r,e){return a.u(t)?this[r]:this.set(e,t)},n.unix=function(){return Math.floor(this.valueOf()/1e3)},n.valueOf=function(){return this.$d.getTime()},n.startOf=function(t,r){var e=this,s=!!a.u(r)||r,u=a.p(t),o=function(b,_){var D=a.w(e.$u?Date.UTC(e.$y,_,b):new Date(e.$y,_,b),e);return s?D:D.endOf(v)},c=function(b,_){return a.w(e.toDate()[b].apply(e.toDate("s"),(s?[0,0,0,0]:[23,59,59,999]).slice(_)),e)},d=this.$W,h=this.$M,$=this.$D,k="set"+(this.$u?"UTC":"");switch(u){case p:return s?o(1,0):o(31,11);case M:return s?o(1,h):o(0,h+1);case A:var w=this.$locale().weekStart||0,T=(d<w?d+7:d)-w;return o(s?$-T:$+(6-T),h);case v:case L:return c(k+"Hours",0);case j:return c(k+"Minutes",1);case O:return c(k+"Seconds",2);case m:return c(k+"Milliseconds",3);default:return this.clone()}},n.endOf=function(t){return this.startOf(t,!1)},n.$set=function(t,r){var e,s=a.p(t),u="set"+(this.$u?"UTC":""),o=(e={},e[v]=u+"Date",e[L]=u+"Date",e[M]=u+"Month",e[p]=u+"FullYear",e[j]=u+"Hours",e[O]=u+"Minutes",e[m]=u+"Seconds",e[Y]=u+"Milliseconds",e)[s],c=s===v?this.$D+(r-this.$W):r;if(s===M||s===p){var d=this.clone().set(L,1);d.$d[o](c),d.init(),this.$d=d.set(L,Math.min(this.$D,d.daysInMonth())).$d}else o&&this.$d[o](c);return this.init(),this},n.set=function(t,r){return this.clone().$set(t,r)},n.get=function(t){return this[a.p(t)]()},n.add=function(t,r){var e,s=this;t=Number(t);var u=a.p(r),o=function(h){var $=f(s);return a.w($.date($.date()+Math.round(h*t)),s)};if(u===M)return this.set(M,this.$M+t);if(u===p)return this.set(p,this.$y+t);if(u===v)return o(1);if(u===A)return o(7);var c=(e={},e[O]=l,e[j]=S,e[m]=y,e)[u]||1,d=this.$d.getTime()+t*c;return a.w(d,this)},n.subtract=function(t,r){return this.add(-1*t,r)},n.format=function(t){var r=this,e=this.$locale();if(!this.isValid())return e.invalidDate||G;var s=t||"YYYY-MM-DDTHH:mm:ssZ",u=a.z(this),o=this.$H,c=this.$m,d=this.$M,h=e.weekdays,$=e.months,k=e.meridiem,w=function(_,D,W,J){return _&&(_[D]||_(r,s))||W[D].slice(0,J)},T=function(_){return a.s(o%12||12,_,"0")},b=k||function(_,D,W){var J=_<12?"AM":"PM";return W?J.toLowerCase():J};return s.replace(R,function(_,D){return D||function(W){switch(W){case"YY":return String(r.$y).slice(-2);case"YYYY":return a.s(r.$y,4,"0");case"M":return d+1;case"MM":return a.s(d+1,2,"0");case"MMM":return w(e.monthsShort,d,$,3);case"MMMM":return w($,d);case"D":return r.$D;case"DD":return a.s(r.$D,2,"0");case"d":return String(r.$W);case"dd":return w(e.weekdaysMin,r.$W,h,2);case"ddd":return w(e.weekdaysShort,r.$W,h,3);case"dddd":return h[r.$W];case"H":return String(o);case"HH":return a.s(o,2,"0");case"h":return T(1);case"hh":return T(2);case"a":return b(o,c,!0);case"A":return b(o,c,!1);case"m":return String(c);case"mm":return a.s(c,2,"0");case"s":return String(r.$s);case"ss":return a.s(r.$s,2,"0");case"SSS":return a.s(r.$ms,3,"0");case"Z":return u}return null}(_)||u.replace(":","")})},n.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},n.diff=function(t,r,e){var s,u=this,o=a.p(r),c=f(t),d=(c.utcOffset()-this.utcOffset())*l,h=this-c,$=function(){return a.m(u,c)};switch(o){case p:s=$()/12;break;case M:s=$();break;case z:s=$()/3;break;case A:s=(h-d)/6048e5;break;case v:s=(h-d)/864e5;break;case j:s=h/S;break;case O:s=h/l;break;case m:s=h/y;break;default:s=h}return e?s:a.a(s)},n.daysInMonth=function(){return this.endOf(M).$D},n.$locale=function(){return g[this.$L]},n.locale=function(t,r){if(!t)return this.$L;var e=this.clone(),s=C(t,r,!0);return s&&(e.$L=s),e},n.clone=function(){return a.w(this.$d,this)},n.toDate=function(){return new Date(this.valueOf())},n.toJSON=function(){return this.isValid()?this.toISOString():null},n.toISOString=function(){return this.$d.toISOString()},n.toString=function(){return this.$d.toUTCString()},i}(),B=q.prototype;return f.prototype=B,[["$ms",Y],["$s",m],["$m",O],["$H",j],["$W",v],["$M",M],["$y",p],["$D",L]].forEach(function(i){B[i[1]]=function(n){return this.$g(n,i[0],i[1])}}),f.extend=function(i,n){return i.$i||(i(n,q,f),i.$i=!0),f},f.locale=C,f.isDayjs=I,f.unix=function(i){return f(1e3*i)},f.en=g[x],f.Ls=g,f.p={},f})}(N)),N.exports}var tt={exports:{}};(function(H,Z){(function(y,l){H.exports=l()})(U.commonjsGlobal,function(){return{name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(y){var l=["th","st","nd","rd"],S=y%100;return"["+y+(l[(S-20)%10]||l[S]||l[0])+"]"}}})})(tt);var et={exports:{}};(function(H,Z){(function(y,l){H.exports=l(P())})(U.commonjsGlobal,function(y){function l(m){return m&&typeof m=="object"&&"default"in m?m:{default:m}}var S=l(y),Y={name:"fr",weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},ordinal:function(m){return""+m+(m===1?"er":"")}};return S.default.locale(Y,null,!0),Y})})(et);exports.requireDayjs_min=P;
@@ -1,4 +1,4 @@
1
- import { Y as U } from "./identifier-Bsv46xiT.js";
1
+ import { I as U } from "./identifier-CAQ9PWqs.js";
2
2
  var q = { exports: {} }, G;
3
3
  function X() {
4
4
  return G || (G = 1, function(x, Z) {
@@ -8,12 +8,12 @@ function X() {
8
8
  var y = 1e3, l = 6e4, S = 36e5, Y = "millisecond", m = "second", O = "minute", j = "hour", v = "day", A = "week", M = "month", z = "quarter", p = "year", L = "date", V = "Invalid Date", P = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, Q = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, R = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(i) {
9
9
  var n = ["th", "st", "nd", "rd"], t = i % 100;
10
10
  return "[" + i + (n[(t - 20) % 10] || n[t] || n[0]) + "]";
11
- } }, I = function(i, n, t) {
11
+ } }, F = function(i, n, t) {
12
12
  var r = String(i);
13
13
  return !r || r.length >= n ? i : "" + Array(n + 1 - r.length).join(t) + i;
14
- }, K = { s: I, z: function(i) {
14
+ }, K = { s: F, z: function(i) {
15
15
  var n = -i.utcOffset(), t = Math.abs(n), r = Math.floor(t / 60), e = t % 60;
16
- return (n <= 0 ? "+" : "-") + I(r, 2, "0") + ":" + I(e, 2, "0");
16
+ return (n <= 0 ? "+" : "-") + F(r, 2, "0") + ":" + F(e, 2, "0");
17
17
  }, m: function i(n, t) {
18
18
  if (n.date() < t.date()) return -i(t, n);
19
19
  var r = 12 * (t.year() - n.year()) + (t.month() - n.month()), e = n.clone().add(r, M), s = t - e < 0, u = n.clone().add(r + (s ? -1 : 1), M);
@@ -27,7 +27,7 @@ function X() {
27
27
  } }, H = "en", g = {};
28
28
  g[H] = R;
29
29
  var B = "$isDayjsObject", N = function(i) {
30
- return i instanceof J || !(!i || !i[B]);
30
+ return i instanceof I || !(!i || !i[B]);
31
31
  }, C = function i(n, t, r) {
32
32
  var e;
33
33
  if (!n) return H;
@@ -44,12 +44,12 @@ function X() {
44
44
  }, f = function(i, n) {
45
45
  if (N(i)) return i.clone();
46
46
  var t = typeof n == "object" ? n : {};
47
- return t.date = i, t.args = arguments, new J(t);
47
+ return t.date = i, t.args = arguments, new I(t);
48
48
  }, a = K;
49
49
  a.l = C, a.i = N, a.w = function(i, n) {
50
50
  return f(i, { locale: n.$L, utc: n.$u, x: n.$x, $offset: n.$offset });
51
51
  };
52
- var J = function() {
52
+ var I = function() {
53
53
  function i(t) {
54
54
  this.$L = C(t.locale, null, !0), this.parse(t), this.$x = this.$x || t.x || {}, this[B] = !0;
55
55
  }
@@ -147,13 +147,13 @@ function X() {
147
147
  }, n.format = function(t) {
148
148
  var r = this, e = this.$locale();
149
149
  if (!this.isValid()) return e.invalidDate || V;
150
- var s = t || "YYYY-MM-DDTHH:mm:ssZ", u = a.z(this), o = this.$H, c = this.$m, d = this.$M, h = e.weekdays, _ = e.months, k = e.meridiem, w = function($, D, W, F) {
151
- return $ && ($[D] || $(r, s)) || W[D].slice(0, F);
150
+ var s = t || "YYYY-MM-DDTHH:mm:ssZ", u = a.z(this), o = this.$H, c = this.$m, d = this.$M, h = e.weekdays, _ = e.months, k = e.meridiem, w = function($, D, W, J) {
151
+ return $ && ($[D] || $(r, s)) || W[D].slice(0, J);
152
152
  }, T = function($) {
153
153
  return a.s(o % 12 || 12, $, "0");
154
154
  }, b = k || function($, D, W) {
155
- var F = $ < 12 ? "AM" : "PM";
156
- return W ? F.toLowerCase() : F;
155
+ var J = $ < 12 ? "AM" : "PM";
156
+ return W ? J.toLowerCase() : J;
157
157
  };
158
158
  return s.replace(Q, function($, D) {
159
159
  return D || function(W) {
@@ -264,13 +264,13 @@ function X() {
264
264
  }, n.toString = function() {
265
265
  return this.$d.toUTCString();
266
266
  }, i;
267
- }(), E = J.prototype;
267
+ }(), E = I.prototype;
268
268
  return f.prototype = E, [["$ms", Y], ["$s", m], ["$m", O], ["$H", j], ["$W", v], ["$M", M], ["$y", p], ["$D", L]].forEach(function(i) {
269
269
  E[i[1]] = function(n) {
270
270
  return this.$g(n, i[0], i[1]);
271
271
  };
272
272
  }), f.extend = function(i, n) {
273
- return i.$i || (i(n, J, f), i.$i = !0), f;
273
+ return i.$i || (i(n, I, f), i.$i = !0), f;
274
274
  }, f.locale = C, f.isDayjs = N, f.unix = function(i) {
275
275
  return f(1e3 * i);
276
276
  }, f.en = g[H], f.Ls = g, f.p = {}, f;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react"),u=(t,r,o)=>{const e=t[r];return e?typeof e=="function"?e():Promise.resolve(e):new Promise((i,n)=>{(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(n.bind(null,new Error("Unknown variable dynamic import: "+r+(r.split("/").length!==o?". Note that variables only represent file names one level deep.":""))))})},c=t=>{const r=s.useRef(),[o,e]=s.useState(!1),[i,n]=s.useState();return s.useEffect(()=>{e(!0),(async()=>{try{r.current=(await u(Object.assign({"../../assets/client-error.svg":()=>Promise.resolve().then(()=>require("../client-error-BUtdld5f.cjs")),"../../assets/error.svg":()=>Promise.resolve().then(()=>require("../error-Dk3o6ber.cjs")),"../../assets/server-error.svg":()=>Promise.resolve().then(()=>require("../server-error-CeAtUo4S.cjs"))}),`../../assets/${t}.svg`,4)).default}catch(a){n(a)}finally{e(!1)}})()},[t]),{error:i,loading:o,Svg:r.current}};exports.useLazySvgImport=c;
@@ -0,0 +1,7 @@
1
+ import { FC } from 'react';
2
+
3
+ export declare const useLazySvgImport: (name: string) => {
4
+ error: Error | undefined;
5
+ loading: boolean;
6
+ Svg: FC<import('react').SVGProps<SVGSVGElement>> | undefined;
7
+ };
@@ -0,0 +1,34 @@
1
+ import { useRef as c, useState as i, useEffect as l } from "react";
2
+ const u = (t, r, s) => {
3
+ const e = t[r];
4
+ return e ? typeof e == "function" ? e() : Promise.resolve(e) : new Promise((n, o) => {
5
+ (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(
6
+ o.bind(
7
+ null,
8
+ new Error(
9
+ "Unknown variable dynamic import: " + r + (r.split("/").length !== s ? ". Note that variables only represent file names one level deep." : "")
10
+ )
11
+ )
12
+ );
13
+ });
14
+ }, p = (t) => {
15
+ const r = c(), [s, e] = i(!1), [n, o] = i();
16
+ return l(() => {
17
+ e(!0), (async () => {
18
+ try {
19
+ r.current = (await u(/* @__PURE__ */ Object.assign({ "../../assets/client-error.svg": () => import("../client-error-B_-qjgAB.js"), "../../assets/error.svg": () => import("../error-CRNeivL7.js"), "../../assets/server-error.svg": () => import("../server-error-DMyaPFs8.js") }), `../../assets/${t}.svg`, 4)).default;
20
+ } catch (a) {
21
+ o(a);
22
+ } finally {
23
+ e(!1);
24
+ }
25
+ })();
26
+ }, [t]), {
27
+ error: n,
28
+ loading: s,
29
+ Svg: r.current
30
+ };
31
+ };
32
+ export {
33
+ p as useLazySvgImport
34
+ };