@cgi-learning-hub/ui 1.2.0 → 1.3.0-dev.1731057153

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 (327) hide show
  1. package/dist/Backdrop-CxHwPsCX.js +789 -0
  2. package/dist/Backdrop-ZCTs-Ws8.cjs +1 -0
  3. package/dist/Box-D61CmHcZ.cjs +1 -0
  4. package/dist/{Box-Bawb5zHX.js → Box-a6v7fn61.js} +31 -30
  5. package/dist/Button-B8Vr_qVd.js +450 -0
  6. package/dist/Button-elp97nQ8.cjs +1 -0
  7. package/dist/ButtonBase-S0mFlojL.cjs +75 -0
  8. package/dist/ButtonBase-Y5TK5SRu.js +890 -0
  9. package/dist/CircularProgress-DDIZxeFH.cjs +28 -0
  10. package/dist/CircularProgress-DU3DJQfF.js +252 -0
  11. package/dist/DatePicker-BigDV0IN.cjs +17 -0
  12. package/dist/{DatePicker-DGVeagTz.js → DatePicker-ZdjLD9eR.js} +6100 -5984
  13. package/dist/DefaultPropsProvider-7QnSWHxy.js +484 -0
  14. package/dist/DefaultPropsProvider-eEVEiLDf.cjs +17 -0
  15. package/dist/IconButton-C7H_G1LX.js +230 -0
  16. package/dist/IconButton-DfmbM9nO.cjs +2 -0
  17. package/dist/InputAdornment-C-EbfNtT.cjs +1 -0
  18. package/dist/{InputAdornment-hNrnvXW9.js → InputAdornment-CPJFY_m_.js} +81 -64
  19. package/dist/InputBase-5GB2c2J6.js +803 -0
  20. package/dist/InputBase-CPtGhJye.cjs +3 -0
  21. package/dist/Stack-656bqKiW.cjs +1 -0
  22. package/dist/{Stack-BJ2ths-g.js → Stack-CutIWKkG.js} +61 -60
  23. package/dist/Tabs-CKic46Op.js +1222 -0
  24. package/dist/Tabs-DzrxYlm-.cjs +4 -0
  25. package/dist/TextField-BLEvZwPH.cjs +14 -0
  26. package/dist/TextField-CGMPbx_J.js +5686 -0
  27. package/dist/Tooltip-BJefPCe7.cjs +100 -0
  28. package/dist/{Tooltip-D42pzHKW.js → Tooltip-DqLAZimE.js} +4764 -3511
  29. package/dist/TransitionGroupContext-DMJLhY9-.js +24 -0
  30. package/dist/TransitionGroupContext-DbXD5xqS.cjs +1 -0
  31. package/dist/Typography-CreZW2v6.cjs +1 -0
  32. package/dist/Typography-DsJC595c.js +259 -0
  33. package/dist/assets/styles.css +1 -1
  34. package/dist/assets/styles2.css +1 -1
  35. package/dist/client-error-BUtdld5f.cjs +1 -0
  36. package/dist/client-error-B_-qjgAB.js +395 -0
  37. package/dist/components/Alert/Alert.cjs.js +1 -0
  38. package/dist/components/{feedback/Alert → Alert}/Alert.d.ts +0 -1
  39. package/dist/components/Alert/Alert.stories.cjs.js +1 -0
  40. package/dist/components/{feedback/Alert → Alert}/Alert.stories.d.ts +0 -1
  41. package/dist/components/{feedback/Alert → Alert}/Alert.stories.es.js +7 -7
  42. package/dist/components/Button/Button.cjs.js +1 -0
  43. package/dist/components/Button/Button.d.ts +4 -0
  44. package/dist/components/Button/Button.es.js +334 -0
  45. package/dist/components/Button/Button.stories.cjs.js +1 -0
  46. package/dist/components/{buttons/SecondaryButton/SecondaryButton.stories.d.ts → Button/Button.stories.d.ts} +3 -2
  47. package/dist/components/Button/Button.stories.es.js +45 -0
  48. package/dist/components/Button/index.cjs.js +1 -0
  49. package/dist/components/Button/index.d.ts +2 -0
  50. package/dist/components/Button/index.es.js +4 -0
  51. package/dist/components/DatePicker/DatePicker.cjs.js +1 -0
  52. package/dist/components/{pickers/DatePicker → DatePicker}/DatePicker.d.ts +0 -1
  53. package/dist/components/DatePicker/DatePicker.es.js +6 -0
  54. package/dist/components/DatePicker/DatePicker.stories.cjs.js +1 -0
  55. package/dist/components/{pickers/DatePicker → DatePicker}/DatePicker.stories.d.ts +0 -1
  56. package/dist/components/DatePicker/DatePicker.stories.es.js +16 -0
  57. package/dist/components/{pickers → DatePicker}/index.cjs.js +1 -1
  58. package/dist/components/DatePicker/index.es.js +4 -0
  59. package/dist/components/Dropzone/Dropzone.cjs.js +5 -5
  60. package/dist/components/Dropzone/Dropzone.d.ts +0 -1
  61. package/dist/components/Dropzone/Dropzone.es.js +1685 -686
  62. package/dist/components/Dropzone/Dropzone.stories.cjs.js +1 -1
  63. package/dist/components/Dropzone/Dropzone.stories.d.ts +0 -1
  64. package/dist/components/Dropzone/Dropzone.stories.es.js +1 -1
  65. package/dist/components/EmptyState/EmptyState.cjs.js +1 -0
  66. package/dist/components/EmptyState/EmptyState.d.ts +12 -0
  67. package/dist/components/EmptyState/EmptyState.es.js +31 -0
  68. package/dist/components/EmptyState/EmptyState.stories.cjs.js +1 -0
  69. package/dist/components/{PaperHeader/PaperHeader.stories.d.ts → EmptyState/EmptyState.stories.d.ts} +0 -1
  70. package/dist/components/EmptyState/EmptyState.stories.es.js +17 -0
  71. package/dist/components/EmptyState/index.cjs.js +1 -0
  72. package/dist/components/EmptyState/index.d.ts +2 -0
  73. package/dist/components/EmptyState/index.es.js +4 -0
  74. package/dist/components/FileList/FileList.cjs.js +1 -0
  75. package/dist/components/{lists/FileList → FileList}/FileList.d.ts +0 -1
  76. package/dist/components/{lists/FileList → FileList}/FileList.es.js +1 -1
  77. package/dist/components/FileList/FileList.stories.cjs.js +1 -0
  78. package/dist/components/{lists/FileList → FileList}/FileList.stories.d.ts +0 -1
  79. package/dist/components/{lists/FileList → FileList}/FileList.stories.es.js +3 -3
  80. package/dist/components/FileList/FileListItem.cjs.js +1 -0
  81. package/dist/components/FileList/FileListItem.d.ts +12 -0
  82. package/dist/components/FileList/FileListItem.es.js +29 -0
  83. package/dist/components/Heading/Heading.cjs.js +1 -0
  84. package/dist/components/{PaperHeader/PaperHeader.d.ts → Heading/Heading.d.ts} +6 -5
  85. package/dist/components/Heading/Heading.es.js +39 -0
  86. package/dist/components/Heading/Heading.stories.cjs.js +1 -0
  87. package/dist/components/{buttons/PrimaryButton/PrimaryButton.stories.d.ts → Heading/Heading.stories.d.ts} +0 -1
  88. package/dist/components/Heading/Heading.stories.es.js +22 -0
  89. package/dist/components/Heading/index.cjs.js +1 -0
  90. package/dist/components/Heading/index.d.ts +2 -0
  91. package/dist/components/Heading/index.es.js +4 -0
  92. package/dist/components/IconButton.stories.cjs.js +1 -0
  93. package/dist/components/{buttons/IconButton.stories.d.ts → IconButton.stories.d.ts} +0 -1
  94. package/dist/components/IconButton.stories.es.js +21 -0
  95. package/dist/components/Loader/Loader.cjs.js +1 -1
  96. package/dist/components/Loader/Loader.d.ts +0 -1
  97. package/dist/components/Loader/Loader.es.js +2 -2
  98. package/dist/components/Loader/Loader.stories.cjs.js +1 -1
  99. package/dist/components/Loader/Loader.stories.d.ts +0 -1
  100. package/dist/components/LoaderBackdrop/LoaderBackdrop.cjs.js +1 -1
  101. package/dist/components/LoaderBackdrop/LoaderBackdrop.d.ts +0 -1
  102. package/dist/components/LoaderBackdrop/LoaderBackdrop.es.js +10 -8
  103. package/dist/components/LoaderBackdrop/LoaderBackdrop.stories.d.ts +0 -1
  104. package/dist/components/PasswordInput/PasswordInput.cjs.js +1 -0
  105. package/dist/components/{inputs/PasswordInput → PasswordInput}/PasswordInput.d.ts +0 -1
  106. package/dist/components/{inputs/PasswordInput → PasswordInput}/PasswordInput.es.js +10 -11
  107. package/dist/components/{inputs/PasswordInput → PasswordInput}/PasswordInput.stories.cjs.js +1 -1
  108. package/dist/components/{inputs/PasswordInput → PasswordInput}/PasswordInput.stories.d.ts +0 -1
  109. package/dist/components/PasswordInput/PasswordInput.stories.es.js +16 -0
  110. package/dist/components/QueryError/QueryError.cjs.js +1 -0
  111. package/dist/components/{feedback/QueryError → QueryError}/QueryError.d.ts +0 -1
  112. package/dist/components/QueryError/QueryError.es.js +43 -0
  113. package/dist/components/{feedback/QueryError → QueryError}/helpers.d.ts +0 -1
  114. package/dist/components/SearchInput/SearchInput.cjs.js +1 -0
  115. package/dist/components/{inputs/SearchInput → SearchInput}/SearchInput.d.ts +0 -1
  116. package/dist/components/{inputs/SearchInput → SearchInput}/SearchInput.es.js +4 -4
  117. package/dist/components/SearchInput/SearchInput.stories.cjs.js +1 -0
  118. package/dist/components/{inputs/SearchInput → SearchInput}/SearchInput.stories.d.ts +0 -1
  119. package/dist/components/{inputs/SearchInput → SearchInput}/SearchInput.stories.es.js +1 -1
  120. package/dist/components/TabList.stories.cjs.js +1 -0
  121. package/dist/components/{lists/TabList.stories.d.ts → TabList.stories.d.ts} +0 -1
  122. package/dist/components/{lists/TabList.stories.es.js → TabList.stories.es.js} +99 -87
  123. package/dist/components/TextInput/TextInput.cjs.js +1 -0
  124. package/dist/components/{inputs/TextInput → TextInput}/TextInput.d.ts +0 -1
  125. package/dist/components/{inputs/TextInput → TextInput}/TextInput.es.js +1 -1
  126. package/dist/components/TextInput/TextInput.stories.cjs.js +1 -0
  127. package/dist/components/{inputs/TextInput → TextInput}/TextInput.stories.d.ts +0 -1
  128. package/dist/components/{inputs/TextInput → TextInput}/TextInput.stories.es.js +7 -7
  129. package/dist/components/index.cjs.js +1 -1
  130. package/dist/components/index.d.ts +14 -20
  131. package/dist/components/index.es.js +270 -272
  132. package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +17 -0
  133. package/dist/createSimplePaletteValueFilter-PTK3TAhW.cjs +1 -0
  134. package/dist/createSvgIcon-Ae1vF9Lv.js +250 -0
  135. package/dist/createSvgIcon-PXjVOXDY.cjs +1 -0
  136. package/dist/error-CRNeivL7.js +5 -0
  137. package/dist/error-Dk3o6ber.cjs +1 -0
  138. package/dist/extendSxProp-BzTGWWcy.js +37 -0
  139. package/dist/extendSxProp-DLhbnNxc.cjs +1 -0
  140. package/dist/{fr-By4s91yO.js → fr-B0c4Eu-I.js} +13 -13
  141. package/dist/{fr-TRjulm1Q.cjs → fr-BtINyNRC.cjs} +1 -1
  142. package/dist/hooks/lazySvgImport.cjs.js +1 -0
  143. package/dist/hooks/lazySvgImport.d.ts +6 -0
  144. package/dist/hooks/lazySvgImport.es.js +34 -0
  145. package/dist/identifier-B_IiMbpZ.cjs +59 -0
  146. package/dist/identifier-Bu3vgTzE.js +3115 -0
  147. package/dist/index-BDy6VH40.cjs +1 -0
  148. package/dist/index-D4YvqRSh.js +45 -0
  149. package/dist/index-DNmEgr4X.js +89 -0
  150. package/dist/index-Dl4BXU0b.cjs +1 -0
  151. package/dist/index.cjs.js +1 -1
  152. package/dist/index.d.ts +0 -1
  153. package/dist/index.es.js +271 -273
  154. package/dist/memoTheme-C4_nd-x4.js +15 -0
  155. package/dist/memoTheme-DvW891YJ.cjs +1 -0
  156. package/dist/{ownerWindow-C7EH1lr6.js → ownerWindow-BoRkeomM.js} +2 -2
  157. package/dist/refType-DYRsy3ld.cjs +1 -0
  158. package/dist/refType-DvOnKTmB.js +27 -0
  159. package/dist/server-error-CeAtUo4S.cjs +1 -0
  160. package/dist/server-error-DMyaPFs8.js +400 -0
  161. package/dist/useForkRef-D-DyzOXj.js +21 -0
  162. package/dist/useForkRef-D81w5oMb.cjs +1 -0
  163. package/dist/useId-CK6Kn3Tn.js +21 -0
  164. package/dist/useId-DNXtOFeX.cjs +1 -0
  165. package/dist/useTheme-B_3HWqyi.js +88 -0
  166. package/dist/useTheme-BvsnROiB.cjs +1 -0
  167. package/dist/{useTheme-CjBTq22m.js → useTheme-DhYab2-0.js} +5 -5
  168. package/dist/useTheme-vN32oV1t.cjs +1 -0
  169. package/dist/useThemeProps-5hp2m3Xl.cjs +1 -0
  170. package/dist/{useThemeProps-BM4fCFq5.js → useThemeProps-Bmkt_XOR.js} +2 -2
  171. package/dist/useThemeProps-D_gKWuk1.cjs +1 -0
  172. package/dist/useThemeProps-DftpgVZ0.js +24 -0
  173. package/dist/useTimeout-Bx22KOcH.js +53 -0
  174. package/dist/useTimeout-gEG15bRo.cjs +1 -0
  175. package/package.json +14 -17
  176. package/dist/Box-5x1F2S3-.cjs +0 -1
  177. package/dist/Button-C__-QOJY.js +0 -359
  178. package/dist/Button-DKIRmOzf.cjs +0 -1
  179. package/dist/ButtonBase-4F5roLHd.js +0 -827
  180. package/dist/ButtonBase-Bw3wq81v.cjs +0 -75
  181. package/dist/CircularProgress-BNazIBar.js +0 -217
  182. package/dist/CircularProgress-WnNPMTjD.cjs +0 -28
  183. package/dist/DatePicker-B0jLSEvZ.cjs +0 -19
  184. package/dist/DefaultButton-F67BOmrx.js +0 -258
  185. package/dist/DefaultButton-y-mHSNFH.cjs +0 -1
  186. package/dist/IconButton-D_deQOvN.js +0 -184
  187. package/dist/IconButton-DhWgsgQ7.cjs +0 -2
  188. package/dist/InputAdornment-DYqMrYJz.cjs +0 -1
  189. package/dist/InputBase-BeZ70Fbf.cjs +0 -3
  190. package/dist/InputBase-DNkF-TAp.js +0 -794
  191. package/dist/Stack-BOcvai-O.cjs +0 -1
  192. package/dist/Tabs-CG428TT3.cjs +0 -4
  193. package/dist/Tabs-CWujD0SK.js +0 -1091
  194. package/dist/TextField-DDmGQyEr.js +0 -5800
  195. package/dist/TextField-wYRnAj1v.cjs +0 -12
  196. package/dist/Tooltip-O30xWGZU.cjs +0 -95
  197. package/dist/TransitionGroupContext-BkoHK5Kx.js +0 -14
  198. package/dist/TransitionGroupContext-mYDSzffd.cjs +0 -1
  199. package/dist/Typography-B2XMXu83.js +0 -178
  200. package/dist/Typography-DR_aF9lJ.cjs +0 -1
  201. package/dist/assets/index.css +0 -1
  202. package/dist/components/PaperHeader/PaperHeader.cjs.js +0 -1
  203. package/dist/components/PaperHeader/PaperHeader.es.js +0 -41
  204. package/dist/components/PaperHeader/PaperHeader.stories.cjs.js +0 -1
  205. package/dist/components/PaperHeader/PaperHeader.stories.es.js +0 -28
  206. package/dist/components/PaperHeader/index.cjs.js +0 -1
  207. package/dist/components/PaperHeader/index.d.ts +0 -2
  208. package/dist/components/PaperHeader/index.es.js +0 -4
  209. package/dist/components/buttons/DefaultButton/DefaultButton.cjs.js +0 -1
  210. package/dist/components/buttons/DefaultButton/DefaultButton.d.ts +0 -9
  211. package/dist/components/buttons/DefaultButton/DefaultButton.es.js +0 -8
  212. package/dist/components/buttons/DefaultButton/DefaultButtonIcon.cjs.js +0 -1
  213. package/dist/components/buttons/DefaultButton/DefaultButtonIcon.d.ts +0 -9
  214. package/dist/components/buttons/DefaultButton/DefaultButtonIcon.es.js +0 -143
  215. package/dist/components/buttons/DefaultButton/index.cjs.js +0 -1
  216. package/dist/components/buttons/DefaultButton/index.d.ts +0 -2
  217. package/dist/components/buttons/DefaultButton/index.es.js +0 -4
  218. package/dist/components/buttons/IconButton.stories.cjs.js +0 -1
  219. package/dist/components/buttons/IconButton.stories.es.js +0 -28
  220. package/dist/components/buttons/PrimaryButton/PrimaryButton.cjs.js +0 -1
  221. package/dist/components/buttons/PrimaryButton/PrimaryButton.d.ts +0 -6
  222. package/dist/components/buttons/PrimaryButton/PrimaryButton.es.js +0 -13
  223. package/dist/components/buttons/PrimaryButton/PrimaryButton.stories.cjs.js +0 -1
  224. package/dist/components/buttons/PrimaryButton/PrimaryButton.stories.es.js +0 -25
  225. package/dist/components/buttons/PrimaryButton/index.cjs.js +0 -1
  226. package/dist/components/buttons/PrimaryButton/index.d.ts +0 -2
  227. package/dist/components/buttons/PrimaryButton/index.es.js +0 -4
  228. package/dist/components/buttons/SecondaryButton/SecondaryButton.cjs.js +0 -1
  229. package/dist/components/buttons/SecondaryButton/SecondaryButton.d.ts +0 -6
  230. package/dist/components/buttons/SecondaryButton/SecondaryButton.es.js +0 -6
  231. package/dist/components/buttons/SecondaryButton/SecondaryButton.stories.cjs.js +0 -1
  232. package/dist/components/buttons/SecondaryButton/SecondaryButton.stories.es.js +0 -25
  233. package/dist/components/buttons/SecondaryButton/index.cjs.js +0 -1
  234. package/dist/components/buttons/SecondaryButton/index.d.ts +0 -2
  235. package/dist/components/buttons/SecondaryButton/index.es.js +0 -4
  236. package/dist/components/buttons/index.cjs.js +0 -1
  237. package/dist/components/buttons/index.d.ts +0 -3
  238. package/dist/components/buttons/index.es.js +0 -8
  239. package/dist/components/feedback/Alert/Alert.cjs.js +0 -1
  240. package/dist/components/feedback/Alert/Alert.stories.cjs.js +0 -1
  241. package/dist/components/feedback/QueryError/QueryError.cjs.js +0 -1
  242. package/dist/components/feedback/QueryError/QueryError.es.js +0 -19
  243. package/dist/components/feedback/index.cjs.js +0 -1
  244. package/dist/components/feedback/index.d.ts +0 -2
  245. package/dist/components/feedback/index.es.js +0 -6
  246. package/dist/components/inputs/PasswordInput/PasswordInput.cjs.js +0 -1
  247. package/dist/components/inputs/PasswordInput/PasswordInput.stories.es.js +0 -16
  248. package/dist/components/inputs/SearchInput/SearchInput.cjs.js +0 -1
  249. package/dist/components/inputs/SearchInput/SearchInput.stories.cjs.js +0 -1
  250. package/dist/components/inputs/TextInput/TextInput.cjs.js +0 -1
  251. package/dist/components/inputs/TextInput/TextInput.stories.cjs.js +0 -1
  252. package/dist/components/inputs/index.cjs.js +0 -1
  253. package/dist/components/inputs/index.d.ts +0 -3
  254. package/dist/components/inputs/index.es.js +0 -8
  255. package/dist/components/lists/FileList/FileList.cjs.js +0 -1
  256. package/dist/components/lists/FileList/FileList.stories.cjs.js +0 -1
  257. package/dist/components/lists/FileList/FileListItem.cjs.js +0 -1
  258. package/dist/components/lists/FileList/FileListItem.d.ts +0 -14
  259. package/dist/components/lists/FileList/FileListItem.es.js +0 -42
  260. package/dist/components/lists/TabList.stories.cjs.js +0 -1
  261. package/dist/components/lists/index.cjs.js +0 -1
  262. package/dist/components/lists/index.d.ts +0 -1
  263. package/dist/components/lists/index.es.js +0 -6
  264. package/dist/components/pickers/DatePicker/DatePicker.cjs.js +0 -1
  265. package/dist/components/pickers/DatePicker/DatePicker.es.js +0 -6
  266. package/dist/components/pickers/DatePicker/DatePicker.stories.cjs.js +0 -1
  267. package/dist/components/pickers/DatePicker/DatePicker.stories.es.js +0 -16
  268. package/dist/components/pickers/DatePicker/index.cjs.js +0 -1
  269. package/dist/components/pickers/DatePicker/index.es.js +0 -4
  270. package/dist/components/pickers/index.d.ts +0 -1
  271. package/dist/components/pickers/index.es.js +0 -4
  272. package/dist/createStyled-CzVedz8V.js +0 -142
  273. package/dist/createStyled-LobpFGWo.cjs +0 -1
  274. package/dist/createSvgIcon-B8vHI3I6.js +0 -183
  275. package/dist/createSvgIcon-BGm-SWUB.cjs +0 -1
  276. package/dist/createSvgIcon-CKlvKClV.cjs +0 -2
  277. package/dist/createSvgIcon-DjuUwmEp.js +0 -75
  278. package/dist/identifier-4KVhx666.cjs +0 -50
  279. package/dist/identifier-D-ng7Qqa.js +0 -3047
  280. package/dist/isHostComponent-PydJW4A4.cjs +0 -1
  281. package/dist/isHostComponent-kiaBvYVo.js +0 -6
  282. package/dist/refType-BhXrhWFB.cjs +0 -1
  283. package/dist/refType-COGEdfch.js +0 -29
  284. package/dist/styled-ZF_yhfMW.cjs +0 -17
  285. package/dist/styled-xiAudcD_.js +0 -533
  286. package/dist/unsupportedProp-Bn6XWqwH.cjs +0 -1
  287. package/dist/unsupportedProp-BuVD30Gh.js +0 -9
  288. package/dist/useControlled-DKpcyPsg.cjs +0 -3
  289. package/dist/useControlled-DoRrpN8o.js +0 -48
  290. package/dist/useForkRef-CGd3Nhyb.cjs +0 -1
  291. package/dist/useForkRef-DwN_Iz9R.js +0 -17
  292. package/dist/useId-BW-oWmul.js +0 -19
  293. package/dist/useId-Cw0TtD-8.cjs +0 -1
  294. package/dist/useIsFocusVisible-Bv_7uvif.cjs +0 -1
  295. package/dist/useIsFocusVisible-DhASXQ4o.js +0 -69
  296. package/dist/useTheme-B5RCz7rY.cjs +0 -1
  297. package/dist/useTheme-iNHILPzK.js +0 -99
  298. package/dist/useTheme-kqsjFBnC.cjs +0 -1
  299. package/dist/useThemeProps-B-Oq4Y2j.cjs +0 -1
  300. package/dist/useThemeProps-BHAsCmc4.cjs +0 -1
  301. package/dist/useThemeProps-BVvSbkPP.js +0 -17
  302. package/dist/useTimeout-BdvDipeg.js +0 -47
  303. package/dist/useTimeout-XUWYBnl6.cjs +0 -1
  304. package/dist/vite-env.d.cjs.js +0 -1
  305. package/dist/vite-env.d.es.js +0 -1
  306. /package/dist/components/{feedback/Alert → Alert}/Alert.es.js +0 -0
  307. /package/dist/components/{feedback/Alert → Alert}/index.cjs.js +0 -0
  308. /package/dist/components/{feedback/Alert → Alert}/index.d.ts +0 -0
  309. /package/dist/components/{feedback/Alert → Alert}/index.es.js +0 -0
  310. /package/dist/components/{pickers/DatePicker → DatePicker}/index.d.ts +0 -0
  311. /package/dist/components/{lists/FileList → FileList}/index.cjs.js +0 -0
  312. /package/dist/components/{lists/FileList → FileList}/index.d.ts +0 -0
  313. /package/dist/components/{lists/FileList → FileList}/index.es.js +0 -0
  314. /package/dist/components/{inputs/PasswordInput → PasswordInput}/index.cjs.js +0 -0
  315. /package/dist/components/{inputs/PasswordInput → PasswordInput}/index.d.ts +0 -0
  316. /package/dist/components/{inputs/PasswordInput → PasswordInput}/index.es.js +0 -0
  317. /package/dist/components/{feedback/QueryError → QueryError}/helpers.cjs.js +0 -0
  318. /package/dist/components/{feedback/QueryError → QueryError}/helpers.es.js +0 -0
  319. /package/dist/components/{feedback/QueryError → QueryError}/index.cjs.js +0 -0
  320. /package/dist/components/{feedback/QueryError → QueryError}/index.d.ts +0 -0
  321. /package/dist/components/{feedback/QueryError → QueryError}/index.es.js +0 -0
  322. /package/dist/components/{inputs/SearchInput → SearchInput}/index.cjs.js +0 -0
  323. /package/dist/components/{inputs/SearchInput → SearchInput}/index.d.ts +0 -0
  324. /package/dist/components/{inputs/SearchInput → SearchInput}/index.es.js +0 -0
  325. /package/dist/components/{inputs/TextInput → TextInput}/index.cjs.js +0 -0
  326. /package/dist/components/{inputs/TextInput → TextInput}/index.d.ts +0 -0
  327. /package/dist/components/{inputs/TextInput → TextInput}/index.es.js +0 -0
@@ -0,0 +1,3115 @@
1
+ import nt from "@emotion/styled";
2
+ import "@emotion/react";
3
+ var ho = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
4
+ function ot(e) {
5
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
6
+ }
7
+ var ir = { exports: {} }, Pe = { exports: {} }, M = {};
8
+ /** @license React v16.13.1
9
+ * react-is.production.min.js
10
+ *
11
+ * Copyright (c) Facebook, Inc. and its affiliates.
12
+ *
13
+ * This source code is licensed under the MIT license found in the
14
+ * LICENSE file in the root directory of this source tree.
15
+ */
16
+ var mr;
17
+ function it() {
18
+ if (mr) return M;
19
+ mr = 1;
20
+ var e = typeof Symbol == "function" && Symbol.for, r = e ? Symbol.for("react.element") : 60103, t = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, a = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, l = e ? Symbol.for("react.async_mode") : 60111, f = e ? Symbol.for("react.concurrent_mode") : 60111, h = e ? Symbol.for("react.forward_ref") : 60112, d = e ? Symbol.for("react.suspense") : 60113, p = e ? Symbol.for("react.suspense_list") : 60120, S = e ? Symbol.for("react.memo") : 60115, T = e ? Symbol.for("react.lazy") : 60116, b = e ? Symbol.for("react.block") : 60121, x = e ? Symbol.for("react.fundamental") : 60117, $ = e ? Symbol.for("react.responder") : 60118, Y = e ? Symbol.for("react.scope") : 60119;
21
+ function E(m) {
22
+ if (typeof m == "object" && m !== null) {
23
+ var K = m.$$typeof;
24
+ switch (K) {
25
+ case r:
26
+ switch (m = m.type, m) {
27
+ case l:
28
+ case f:
29
+ case n:
30
+ case a:
31
+ case o:
32
+ case d:
33
+ return m;
34
+ default:
35
+ switch (m = m && m.$$typeof, m) {
36
+ case c:
37
+ case h:
38
+ case T:
39
+ case S:
40
+ case s:
41
+ return m;
42
+ default:
43
+ return K;
44
+ }
45
+ }
46
+ case t:
47
+ return K;
48
+ }
49
+ }
50
+ }
51
+ function w(m) {
52
+ return E(m) === f;
53
+ }
54
+ return M.AsyncMode = l, M.ConcurrentMode = f, M.ContextConsumer = c, M.ContextProvider = s, M.Element = r, M.ForwardRef = h, M.Fragment = n, M.Lazy = T, M.Memo = S, M.Portal = t, M.Profiler = a, M.StrictMode = o, M.Suspense = d, M.isAsyncMode = function(m) {
55
+ return w(m) || E(m) === l;
56
+ }, M.isConcurrentMode = w, M.isContextConsumer = function(m) {
57
+ return E(m) === c;
58
+ }, M.isContextProvider = function(m) {
59
+ return E(m) === s;
60
+ }, M.isElement = function(m) {
61
+ return typeof m == "object" && m !== null && m.$$typeof === r;
62
+ }, M.isForwardRef = function(m) {
63
+ return E(m) === h;
64
+ }, M.isFragment = function(m) {
65
+ return E(m) === n;
66
+ }, M.isLazy = function(m) {
67
+ return E(m) === T;
68
+ }, M.isMemo = function(m) {
69
+ return E(m) === S;
70
+ }, M.isPortal = function(m) {
71
+ return E(m) === t;
72
+ }, M.isProfiler = function(m) {
73
+ return E(m) === a;
74
+ }, M.isStrictMode = function(m) {
75
+ return E(m) === o;
76
+ }, M.isSuspense = function(m) {
77
+ return E(m) === d;
78
+ }, M.isValidElementType = function(m) {
79
+ return typeof m == "string" || typeof m == "function" || m === n || m === f || m === a || m === o || m === d || m === p || typeof m == "object" && m !== null && (m.$$typeof === T || m.$$typeof === S || m.$$typeof === s || m.$$typeof === c || m.$$typeof === h || m.$$typeof === x || m.$$typeof === $ || m.$$typeof === Y || m.$$typeof === b);
80
+ }, M.typeOf = E, M;
81
+ }
82
+ var N = {};
83
+ /** @license React v16.13.1
84
+ * react-is.development.js
85
+ *
86
+ * Copyright (c) Facebook, Inc. and its affiliates.
87
+ *
88
+ * This source code is licensed under the MIT license found in the
89
+ * LICENSE file in the root directory of this source tree.
90
+ */
91
+ var hr;
92
+ function at() {
93
+ return hr || (hr = 1, process.env.NODE_ENV !== "production" && function() {
94
+ var e = typeof Symbol == "function" && Symbol.for, r = e ? Symbol.for("react.element") : 60103, t = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, a = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, l = e ? Symbol.for("react.async_mode") : 60111, f = e ? Symbol.for("react.concurrent_mode") : 60111, h = e ? Symbol.for("react.forward_ref") : 60112, d = e ? Symbol.for("react.suspense") : 60113, p = e ? Symbol.for("react.suspense_list") : 60120, S = e ? Symbol.for("react.memo") : 60115, T = e ? Symbol.for("react.lazy") : 60116, b = e ? Symbol.for("react.block") : 60121, x = e ? Symbol.for("react.fundamental") : 60117, $ = e ? Symbol.for("react.responder") : 60118, Y = e ? Symbol.for("react.scope") : 60119;
95
+ function E(y) {
96
+ return typeof y == "string" || typeof y == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
97
+ y === n || y === f || y === a || y === o || y === d || y === p || typeof y == "object" && y !== null && (y.$$typeof === T || y.$$typeof === S || y.$$typeof === s || y.$$typeof === c || y.$$typeof === h || y.$$typeof === x || y.$$typeof === $ || y.$$typeof === Y || y.$$typeof === b);
98
+ }
99
+ function w(y) {
100
+ if (typeof y == "object" && y !== null) {
101
+ var ne = y.$$typeof;
102
+ switch (ne) {
103
+ case r:
104
+ var _e = y.type;
105
+ switch (_e) {
106
+ case l:
107
+ case f:
108
+ case n:
109
+ case a:
110
+ case o:
111
+ case d:
112
+ return _e;
113
+ default:
114
+ var gr = _e && _e.$$typeof;
115
+ switch (gr) {
116
+ case c:
117
+ case h:
118
+ case T:
119
+ case S:
120
+ case s:
121
+ return gr;
122
+ default:
123
+ return ne;
124
+ }
125
+ }
126
+ case t:
127
+ return ne;
128
+ }
129
+ }
130
+ }
131
+ var m = l, K = f, X = c, ie = s, q = r, i = h, C = n, j = T, L = S, re = t, ue = a, te = o, ge = d, ke = !1;
132
+ function He(y) {
133
+ return ke || (ke = !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.")), g(y) || w(y) === l;
134
+ }
135
+ function g(y) {
136
+ return w(y) === f;
137
+ }
138
+ function v(y) {
139
+ return w(y) === c;
140
+ }
141
+ function P(y) {
142
+ return w(y) === s;
143
+ }
144
+ function k(y) {
145
+ return typeof y == "object" && y !== null && y.$$typeof === r;
146
+ }
147
+ function O(y) {
148
+ return w(y) === h;
149
+ }
150
+ function R(y) {
151
+ return w(y) === n;
152
+ }
153
+ function A(y) {
154
+ return w(y) === T;
155
+ }
156
+ function _(y) {
157
+ return w(y) === S;
158
+ }
159
+ function I(y) {
160
+ return w(y) === t;
161
+ }
162
+ function D(y) {
163
+ return w(y) === a;
164
+ }
165
+ function B(y) {
166
+ return w(y) === o;
167
+ }
168
+ function H(y) {
169
+ return w(y) === d;
170
+ }
171
+ N.AsyncMode = m, N.ConcurrentMode = K, N.ContextConsumer = X, N.ContextProvider = ie, N.Element = q, N.ForwardRef = i, N.Fragment = C, N.Lazy = j, N.Memo = L, N.Portal = re, N.Profiler = ue, N.StrictMode = te, N.Suspense = ge, N.isAsyncMode = He, N.isConcurrentMode = g, N.isContextConsumer = v, N.isContextProvider = P, N.isElement = k, N.isForwardRef = O, N.isFragment = R, N.isLazy = A, N.isMemo = _, N.isPortal = I, N.isProfiler = D, N.isStrictMode = B, N.isSuspense = H, N.isValidElementType = E, N.typeOf = w;
172
+ }()), N;
173
+ }
174
+ var yr;
175
+ function Fr() {
176
+ return yr || (yr = 1, process.env.NODE_ENV === "production" ? Pe.exports = it() : Pe.exports = at()), Pe.exports;
177
+ }
178
+ /*
179
+ object-assign
180
+ (c) Sindre Sorhus
181
+ @license MIT
182
+ */
183
+ var Qe, br;
184
+ function st() {
185
+ if (br) return Qe;
186
+ br = 1;
187
+ var e = Object.getOwnPropertySymbols, r = Object.prototype.hasOwnProperty, t = Object.prototype.propertyIsEnumerable;
188
+ function n(a) {
189
+ if (a == null)
190
+ throw new TypeError("Object.assign cannot be called with null or undefined");
191
+ return Object(a);
192
+ }
193
+ function o() {
194
+ try {
195
+ if (!Object.assign)
196
+ return !1;
197
+ var a = new String("abc");
198
+ if (a[5] = "de", Object.getOwnPropertyNames(a)[0] === "5")
199
+ return !1;
200
+ for (var s = {}, c = 0; c < 10; c++)
201
+ s["_" + String.fromCharCode(c)] = c;
202
+ var l = Object.getOwnPropertyNames(s).map(function(h) {
203
+ return s[h];
204
+ });
205
+ if (l.join("") !== "0123456789")
206
+ return !1;
207
+ var f = {};
208
+ return "abcdefghijklmnopqrst".split("").forEach(function(h) {
209
+ f[h] = h;
210
+ }), Object.keys(Object.assign({}, f)).join("") === "abcdefghijklmnopqrst";
211
+ } catch {
212
+ return !1;
213
+ }
214
+ }
215
+ return Qe = o() ? Object.assign : function(a, s) {
216
+ for (var c, l = n(a), f, h = 1; h < arguments.length; h++) {
217
+ c = Object(arguments[h]);
218
+ for (var d in c)
219
+ r.call(c, d) && (l[d] = c[d]);
220
+ if (e) {
221
+ f = e(c);
222
+ for (var p = 0; p < f.length; p++)
223
+ t.call(c, f[p]) && (l[f[p]] = c[f[p]]);
224
+ }
225
+ }
226
+ return l;
227
+ }, Qe;
228
+ }
229
+ var Je, vr;
230
+ function sr() {
231
+ if (vr) return Je;
232
+ vr = 1;
233
+ var e = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
234
+ return Je = e, Je;
235
+ }
236
+ var Xe, Sr;
237
+ function Ur() {
238
+ return Sr || (Sr = 1, Xe = Function.call.bind(Object.prototype.hasOwnProperty)), Xe;
239
+ }
240
+ var Ze, Cr;
241
+ function ct() {
242
+ if (Cr) return Ze;
243
+ Cr = 1;
244
+ var e = function() {
245
+ };
246
+ if (process.env.NODE_ENV !== "production") {
247
+ var r = sr(), t = {}, n = Ur();
248
+ e = function(a) {
249
+ var s = "Warning: " + a;
250
+ typeof console < "u" && console.error(s);
251
+ try {
252
+ throw new Error(s);
253
+ } catch {
254
+ }
255
+ };
256
+ }
257
+ function o(a, s, c, l, f) {
258
+ if (process.env.NODE_ENV !== "production") {
259
+ for (var h in a)
260
+ if (n(a, h)) {
261
+ var d;
262
+ try {
263
+ if (typeof a[h] != "function") {
264
+ var p = Error(
265
+ (l || "React class") + ": " + c + " type `" + h + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof a[h] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."
266
+ );
267
+ throw p.name = "Invariant Violation", p;
268
+ }
269
+ d = a[h](s, h, l, c, null, r);
270
+ } catch (T) {
271
+ d = T;
272
+ }
273
+ if (d && !(d instanceof Error) && e(
274
+ (l || "React class") + ": type specification of " + c + " `" + h + "` 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)."
275
+ ), d instanceof Error && !(d.message in t)) {
276
+ t[d.message] = !0;
277
+ var S = f ? f() : "";
278
+ e(
279
+ "Failed " + c + " type: " + d.message + (S ?? "")
280
+ );
281
+ }
282
+ }
283
+ }
284
+ }
285
+ return o.resetWarningCache = function() {
286
+ process.env.NODE_ENV !== "production" && (t = {});
287
+ }, Ze = o, Ze;
288
+ }
289
+ var er, Tr;
290
+ function ut() {
291
+ if (Tr) return er;
292
+ Tr = 1;
293
+ var e = Fr(), r = st(), t = sr(), n = Ur(), o = ct(), a = function() {
294
+ };
295
+ process.env.NODE_ENV !== "production" && (a = function(c) {
296
+ var l = "Warning: " + c;
297
+ typeof console < "u" && console.error(l);
298
+ try {
299
+ throw new Error(l);
300
+ } catch {
301
+ }
302
+ });
303
+ function s() {
304
+ return null;
305
+ }
306
+ return er = function(c, l) {
307
+ var f = typeof Symbol == "function" && Symbol.iterator, h = "@@iterator";
308
+ function d(g) {
309
+ var v = g && (f && g[f] || g[h]);
310
+ if (typeof v == "function")
311
+ return v;
312
+ }
313
+ var p = "<<anonymous>>", S = {
314
+ array: $("array"),
315
+ bigint: $("bigint"),
316
+ bool: $("boolean"),
317
+ func: $("function"),
318
+ number: $("number"),
319
+ object: $("object"),
320
+ string: $("string"),
321
+ symbol: $("symbol"),
322
+ any: Y(),
323
+ arrayOf: E,
324
+ element: w(),
325
+ elementType: m(),
326
+ instanceOf: K,
327
+ node: i(),
328
+ objectOf: ie,
329
+ oneOf: X,
330
+ oneOfType: q,
331
+ shape: j,
332
+ exact: L
333
+ };
334
+ function T(g, v) {
335
+ return g === v ? g !== 0 || 1 / g === 1 / v : g !== g && v !== v;
336
+ }
337
+ function b(g, v) {
338
+ this.message = g, this.data = v && typeof v == "object" ? v : {}, this.stack = "";
339
+ }
340
+ b.prototype = Error.prototype;
341
+ function x(g) {
342
+ if (process.env.NODE_ENV !== "production")
343
+ var v = {}, P = 0;
344
+ function k(R, A, _, I, D, B, H) {
345
+ if (I = I || p, B = B || _, H !== t) {
346
+ if (l) {
347
+ var y = new Error(
348
+ "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"
349
+ );
350
+ throw y.name = "Invariant Violation", y;
351
+ } else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
352
+ var ne = I + ":" + _;
353
+ !v[ne] && // Avoid spamming the console because they are often not actionable except for lib authors
354
+ P < 3 && (a(
355
+ "You are manually calling a React.PropTypes validation function for the `" + B + "` prop on `" + I + "`. 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."
356
+ ), v[ne] = !0, P++);
357
+ }
358
+ }
359
+ return A[_] == null ? R ? A[_] === null ? new b("The " + D + " `" + B + "` is marked as required " + ("in `" + I + "`, but its value is `null`.")) : new b("The " + D + " `" + B + "` is marked as required in " + ("`" + I + "`, but its value is `undefined`.")) : null : g(A, _, I, D, B);
360
+ }
361
+ var O = k.bind(null, !1);
362
+ return O.isRequired = k.bind(null, !0), O;
363
+ }
364
+ function $(g) {
365
+ function v(P, k, O, R, A, _) {
366
+ var I = P[k], D = te(I);
367
+ if (D !== g) {
368
+ var B = ge(I);
369
+ return new b(
370
+ "Invalid " + R + " `" + A + "` of type " + ("`" + B + "` supplied to `" + O + "`, expected ") + ("`" + g + "`."),
371
+ { expectedType: g }
372
+ );
373
+ }
374
+ return null;
375
+ }
376
+ return x(v);
377
+ }
378
+ function Y() {
379
+ return x(s);
380
+ }
381
+ function E(g) {
382
+ function v(P, k, O, R, A) {
383
+ if (typeof g != "function")
384
+ return new b("Property `" + A + "` of component `" + O + "` has invalid PropType notation inside arrayOf.");
385
+ var _ = P[k];
386
+ if (!Array.isArray(_)) {
387
+ var I = te(_);
388
+ return new b("Invalid " + R + " `" + A + "` of type " + ("`" + I + "` supplied to `" + O + "`, expected an array."));
389
+ }
390
+ for (var D = 0; D < _.length; D++) {
391
+ var B = g(_, D, O, R, A + "[" + D + "]", t);
392
+ if (B instanceof Error)
393
+ return B;
394
+ }
395
+ return null;
396
+ }
397
+ return x(v);
398
+ }
399
+ function w() {
400
+ function g(v, P, k, O, R) {
401
+ var A = v[P];
402
+ if (!c(A)) {
403
+ var _ = te(A);
404
+ return new b("Invalid " + O + " `" + R + "` of type " + ("`" + _ + "` supplied to `" + k + "`, expected a single ReactElement."));
405
+ }
406
+ return null;
407
+ }
408
+ return x(g);
409
+ }
410
+ function m() {
411
+ function g(v, P, k, O, R) {
412
+ var A = v[P];
413
+ if (!e.isValidElementType(A)) {
414
+ var _ = te(A);
415
+ return new b("Invalid " + O + " `" + R + "` of type " + ("`" + _ + "` supplied to `" + k + "`, expected a single ReactElement type."));
416
+ }
417
+ return null;
418
+ }
419
+ return x(g);
420
+ }
421
+ function K(g) {
422
+ function v(P, k, O, R, A) {
423
+ if (!(P[k] instanceof g)) {
424
+ var _ = g.name || p, I = He(P[k]);
425
+ return new b("Invalid " + R + " `" + A + "` of type " + ("`" + I + "` supplied to `" + O + "`, expected ") + ("instance of `" + _ + "`."));
426
+ }
427
+ return null;
428
+ }
429
+ return x(v);
430
+ }
431
+ function X(g) {
432
+ if (!Array.isArray(g))
433
+ return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? a(
434
+ "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])."
435
+ ) : a("Invalid argument supplied to oneOf, expected an array.")), s;
436
+ function v(P, k, O, R, A) {
437
+ for (var _ = P[k], I = 0; I < g.length; I++)
438
+ if (T(_, g[I]))
439
+ return null;
440
+ var D = JSON.stringify(g, function(H, y) {
441
+ var ne = ge(y);
442
+ return ne === "symbol" ? String(y) : y;
443
+ });
444
+ return new b("Invalid " + R + " `" + A + "` of value `" + String(_) + "` " + ("supplied to `" + O + "`, expected one of " + D + "."));
445
+ }
446
+ return x(v);
447
+ }
448
+ function ie(g) {
449
+ function v(P, k, O, R, A) {
450
+ if (typeof g != "function")
451
+ return new b("Property `" + A + "` of component `" + O + "` has invalid PropType notation inside objectOf.");
452
+ var _ = P[k], I = te(_);
453
+ if (I !== "object")
454
+ return new b("Invalid " + R + " `" + A + "` of type " + ("`" + I + "` supplied to `" + O + "`, expected an object."));
455
+ for (var D in _)
456
+ if (n(_, D)) {
457
+ var B = g(_, D, O, R, A + "." + D, t);
458
+ if (B instanceof Error)
459
+ return B;
460
+ }
461
+ return null;
462
+ }
463
+ return x(v);
464
+ }
465
+ function q(g) {
466
+ if (!Array.isArray(g))
467
+ return process.env.NODE_ENV !== "production" && a("Invalid argument supplied to oneOfType, expected an instance of array."), s;
468
+ for (var v = 0; v < g.length; v++) {
469
+ var P = g[v];
470
+ if (typeof P != "function")
471
+ return a(
472
+ "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + ke(P) + " at index " + v + "."
473
+ ), s;
474
+ }
475
+ function k(O, R, A, _, I) {
476
+ for (var D = [], B = 0; B < g.length; B++) {
477
+ var H = g[B], y = H(O, R, A, _, I, t);
478
+ if (y == null)
479
+ return null;
480
+ y.data && n(y.data, "expectedType") && D.push(y.data.expectedType);
481
+ }
482
+ var ne = D.length > 0 ? ", expected one of type [" + D.join(", ") + "]" : "";
483
+ return new b("Invalid " + _ + " `" + I + "` supplied to " + ("`" + A + "`" + ne + "."));
484
+ }
485
+ return x(k);
486
+ }
487
+ function i() {
488
+ function g(v, P, k, O, R) {
489
+ return re(v[P]) ? null : new b("Invalid " + O + " `" + R + "` supplied to " + ("`" + k + "`, expected a ReactNode."));
490
+ }
491
+ return x(g);
492
+ }
493
+ function C(g, v, P, k, O) {
494
+ return new b(
495
+ (g || "React class") + ": " + v + " type `" + P + "." + k + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + O + "`."
496
+ );
497
+ }
498
+ function j(g) {
499
+ function v(P, k, O, R, A) {
500
+ var _ = P[k], I = te(_);
501
+ if (I !== "object")
502
+ return new b("Invalid " + R + " `" + A + "` of type `" + I + "` " + ("supplied to `" + O + "`, expected `object`."));
503
+ for (var D in g) {
504
+ var B = g[D];
505
+ if (typeof B != "function")
506
+ return C(O, R, A, D, ge(B));
507
+ var H = B(_, D, O, R, A + "." + D, t);
508
+ if (H)
509
+ return H;
510
+ }
511
+ return null;
512
+ }
513
+ return x(v);
514
+ }
515
+ function L(g) {
516
+ function v(P, k, O, R, A) {
517
+ var _ = P[k], I = te(_);
518
+ if (I !== "object")
519
+ return new b("Invalid " + R + " `" + A + "` of type `" + I + "` " + ("supplied to `" + O + "`, expected `object`."));
520
+ var D = r({}, P[k], g);
521
+ for (var B in D) {
522
+ var H = g[B];
523
+ if (n(g, B) && typeof H != "function")
524
+ return C(O, R, A, B, ge(H));
525
+ if (!H)
526
+ return new b(
527
+ "Invalid " + R + " `" + A + "` key `" + B + "` supplied to `" + O + "`.\nBad object: " + JSON.stringify(P[k], null, " ") + `
528
+ Valid keys: ` + JSON.stringify(Object.keys(g), null, " ")
529
+ );
530
+ var y = H(_, B, O, R, A + "." + B, t);
531
+ if (y)
532
+ return y;
533
+ }
534
+ return null;
535
+ }
536
+ return x(v);
537
+ }
538
+ function re(g) {
539
+ switch (typeof g) {
540
+ case "number":
541
+ case "string":
542
+ case "undefined":
543
+ return !0;
544
+ case "boolean":
545
+ return !g;
546
+ case "object":
547
+ if (Array.isArray(g))
548
+ return g.every(re);
549
+ if (g === null || c(g))
550
+ return !0;
551
+ var v = d(g);
552
+ if (v) {
553
+ var P = v.call(g), k;
554
+ if (v !== g.entries) {
555
+ for (; !(k = P.next()).done; )
556
+ if (!re(k.value))
557
+ return !1;
558
+ } else
559
+ for (; !(k = P.next()).done; ) {
560
+ var O = k.value;
561
+ if (O && !re(O[1]))
562
+ return !1;
563
+ }
564
+ } else
565
+ return !1;
566
+ return !0;
567
+ default:
568
+ return !1;
569
+ }
570
+ }
571
+ function ue(g, v) {
572
+ return g === "symbol" ? !0 : v ? v["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && v instanceof Symbol : !1;
573
+ }
574
+ function te(g) {
575
+ var v = typeof g;
576
+ return Array.isArray(g) ? "array" : g instanceof RegExp ? "object" : ue(v, g) ? "symbol" : v;
577
+ }
578
+ function ge(g) {
579
+ if (typeof g > "u" || g === null)
580
+ return "" + g;
581
+ var v = te(g);
582
+ if (v === "object") {
583
+ if (g instanceof Date)
584
+ return "date";
585
+ if (g instanceof RegExp)
586
+ return "regexp";
587
+ }
588
+ return v;
589
+ }
590
+ function ke(g) {
591
+ var v = ge(g);
592
+ switch (v) {
593
+ case "array":
594
+ case "object":
595
+ return "an " + v;
596
+ case "boolean":
597
+ case "date":
598
+ case "regexp":
599
+ return "a " + v;
600
+ default:
601
+ return v;
602
+ }
603
+ }
604
+ function He(g) {
605
+ return !g.constructor || !g.constructor.name ? p : g.constructor.name;
606
+ }
607
+ return S.checkPropTypes = o, S.resetWarningCache = o.resetWarningCache, S.PropTypes = S, S;
608
+ }, er;
609
+ }
610
+ var rr, wr;
611
+ function lt() {
612
+ if (wr) return rr;
613
+ wr = 1;
614
+ var e = sr();
615
+ function r() {
616
+ }
617
+ function t() {
618
+ }
619
+ return t.resetWarningCache = r, rr = function() {
620
+ function n(s, c, l, f, h, d) {
621
+ if (d !== e) {
622
+ var p = new Error(
623
+ "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"
624
+ );
625
+ throw p.name = "Invariant Violation", p;
626
+ }
627
+ }
628
+ n.isRequired = n;
629
+ function o() {
630
+ return n;
631
+ }
632
+ var a = {
633
+ array: n,
634
+ bigint: n,
635
+ bool: n,
636
+ func: n,
637
+ number: n,
638
+ object: n,
639
+ string: n,
640
+ symbol: n,
641
+ any: n,
642
+ arrayOf: o,
643
+ element: n,
644
+ elementType: n,
645
+ instanceOf: o,
646
+ node: n,
647
+ objectOf: o,
648
+ oneOf: o,
649
+ oneOfType: o,
650
+ shape: o,
651
+ exact: o,
652
+ checkPropTypes: t,
653
+ resetWarningCache: r
654
+ };
655
+ return a.PropTypes = a, a;
656
+ }, rr;
657
+ }
658
+ if (process.env.NODE_ENV !== "production") {
659
+ var ft = Fr(), dt = !0;
660
+ ir.exports = ut()(ft.isElement, dt);
661
+ } else
662
+ ir.exports = lt()();
663
+ var pt = ir.exports;
664
+ const Ce = /* @__PURE__ */ ot(pt);
665
+ function Lr(e) {
666
+ var r, t, n = "";
667
+ if (typeof e == "string" || typeof e == "number") n += e;
668
+ else if (typeof e == "object") if (Array.isArray(e)) {
669
+ var o = e.length;
670
+ for (r = 0; r < o; r++) e[r] && (t = Lr(e[r])) && (n && (n += " "), n += t);
671
+ } else for (t in e) e[t] && (n && (n += " "), n += t);
672
+ return n;
673
+ }
674
+ function yo() {
675
+ for (var e, r, t = 0, n = "", o = arguments.length; t < o; t++) (e = arguments[t]) && (r = Lr(e)) && (n && (n += " "), n += r);
676
+ return n;
677
+ }
678
+ function de(e, ...r) {
679
+ const t = new URL(`https://mui.com/production-error/?code=${e}`);
680
+ return r.forEach((n) => t.searchParams.append("args[]", n)), `Minified MUI error #${e}; visit ${t} for the full message.`;
681
+ }
682
+ function Vr(e) {
683
+ if (typeof e != "string")
684
+ throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `capitalize(string)` expects a string argument." : de(7));
685
+ return e.charAt(0).toUpperCase() + e.slice(1);
686
+ }
687
+ function le(e) {
688
+ if (typeof e != "object" || e === null)
689
+ return !1;
690
+ const r = Object.getPrototypeOf(e);
691
+ return (r === null || r === Object.prototype || Object.getPrototypeOf(r) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
692
+ }
693
+ function zr(e) {
694
+ if (!le(e))
695
+ return e;
696
+ const r = {};
697
+ return Object.keys(e).forEach((t) => {
698
+ r[t] = zr(e[t]);
699
+ }), r;
700
+ }
701
+ function Q(e, r, t = {
702
+ clone: !0
703
+ }) {
704
+ const n = t.clone ? {
705
+ ...e
706
+ } : e;
707
+ return le(e) && le(r) && Object.keys(r).forEach((o) => {
708
+ le(r[o]) && // Avoid prototype pollution
709
+ Object.prototype.hasOwnProperty.call(e, o) && le(e[o]) ? n[o] = Q(e[o], r[o], t) : t.clone ? n[o] = le(r[o]) ? zr(r[o]) : r[o] : n[o] = r[o];
710
+ }), n;
711
+ }
712
+ function xe(e, r) {
713
+ return r ? Q(e, r, {
714
+ clone: !1
715
+ // No need to clone deep, it's way faster.
716
+ }) : e;
717
+ }
718
+ const pe = process.env.NODE_ENV !== "production" ? Ce.oneOfType([Ce.number, Ce.string, Ce.object, Ce.array]) : {};
719
+ function gt(e, r) {
720
+ if (!e.containerQueries)
721
+ return r;
722
+ const t = Object.keys(r).filter((n) => n.startsWith("@container")).sort((n, o) => {
723
+ var s, c;
724
+ const a = /min-width:\s*([0-9.]+)/;
725
+ return +(((s = n.match(a)) == null ? void 0 : s[1]) || 0) - +(((c = o.match(a)) == null ? void 0 : c[1]) || 0);
726
+ });
727
+ return t.length ? t.reduce((n, o) => {
728
+ const a = r[o];
729
+ return delete n[o], n[o] = a, n;
730
+ }, {
731
+ ...r
732
+ }) : r;
733
+ }
734
+ function mt(e, r) {
735
+ return r === "@" || r.startsWith("@") && (e.some((t) => r.startsWith(`@${t}`)) || !!r.match(/^@\d/));
736
+ }
737
+ function ht(e, r) {
738
+ const t = r.match(/^@([^/]+)?\/?(.+)?$/);
739
+ if (!t) {
740
+ if (process.env.NODE_ENV !== "production")
741
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The provided shorthand ${`(${r})`} is invalid. The format should be \`@<breakpoint | number>\` or \`@<breakpoint | number>/<container>\`.
742
+ For example, \`@sm\` or \`@600\` or \`@40rem/sidebar\`.` : de(18, `(${r})`));
743
+ return null;
744
+ }
745
+ const [, n, o] = t, a = Number.isNaN(+n) ? n || 0 : +n;
746
+ return e.containerQueries(o).up(a);
747
+ }
748
+ function yt(e) {
749
+ const r = (a, s) => a.replace("@media", s ? `@container ${s}` : "@container");
750
+ function t(a, s) {
751
+ a.up = (...c) => r(e.breakpoints.up(...c), s), a.down = (...c) => r(e.breakpoints.down(...c), s), a.between = (...c) => r(e.breakpoints.between(...c), s), a.only = (...c) => r(e.breakpoints.only(...c), s), a.not = (...c) => {
752
+ const l = r(e.breakpoints.not(...c), s);
753
+ return l.includes("not all and") ? l.replace("not all and ", "").replace("min-width:", "width<").replace("max-width:", "width>").replace("and", "or") : l;
754
+ };
755
+ }
756
+ const n = {}, o = (a) => (t(n, a), n);
757
+ return t(o), {
758
+ ...e,
759
+ containerQueries: o
760
+ };
761
+ }
762
+ const Ne = {
763
+ xs: 0,
764
+ // phone
765
+ sm: 600,
766
+ // tablet
767
+ md: 900,
768
+ // small laptop
769
+ lg: 1200,
770
+ // desktop
771
+ xl: 1536
772
+ // large screen
773
+ }, Er = {
774
+ // Sorted ASC by size. That's important.
775
+ // It can't be configured as it's used statically for propTypes.
776
+ keys: ["xs", "sm", "md", "lg", "xl"],
777
+ up: (e) => `@media (min-width:${Ne[e]}px)`
778
+ }, bt = {
779
+ containerQueries: (e) => ({
780
+ up: (r) => {
781
+ let t = typeof r == "number" ? r : Ne[r] || r;
782
+ return typeof t == "number" && (t = `${t}px`), e ? `@container ${e} (min-width:${t})` : `@container (min-width:${t})`;
783
+ }
784
+ })
785
+ };
786
+ function se(e, r, t) {
787
+ const n = e.theme || {};
788
+ if (Array.isArray(r)) {
789
+ const a = n.breakpoints || Er;
790
+ return r.reduce((s, c, l) => (s[a.up(a.keys[l])] = t(r[l]), s), {});
791
+ }
792
+ if (typeof r == "object") {
793
+ const a = n.breakpoints || Er;
794
+ return Object.keys(r).reduce((s, c) => {
795
+ if (mt(a.keys, c)) {
796
+ const l = ht(n.containerQueries ? n : bt, c);
797
+ l && (s[l] = t(r[c], c));
798
+ } else if (Object.keys(a.values || Ne).includes(c)) {
799
+ const l = a.up(c);
800
+ s[l] = t(r[c], c);
801
+ } else {
802
+ const l = c;
803
+ s[l] = r[l];
804
+ }
805
+ return s;
806
+ }, {});
807
+ }
808
+ return t(r);
809
+ }
810
+ function Gr(e = {}) {
811
+ var t;
812
+ return ((t = e.keys) == null ? void 0 : t.reduce((n, o) => {
813
+ const a = e.up(o);
814
+ return n[a] = {}, n;
815
+ }, {})) || {};
816
+ }
817
+ function Yr(e, r) {
818
+ return e.reduce((t, n) => {
819
+ const o = t[n];
820
+ return (!o || Object.keys(o).length === 0) && delete t[n], t;
821
+ }, r);
822
+ }
823
+ function bo(e, ...r) {
824
+ const t = Gr(e), n = [t, ...r].reduce((o, a) => Q(o, a), {});
825
+ return Yr(Object.keys(t), n);
826
+ }
827
+ function vt(e, r) {
828
+ if (typeof e != "object")
829
+ return {};
830
+ const t = {}, n = Object.keys(r);
831
+ return Array.isArray(e) ? n.forEach((o, a) => {
832
+ a < e.length && (t[o] = !0);
833
+ }) : n.forEach((o) => {
834
+ e[o] != null && (t[o] = !0);
835
+ }), t;
836
+ }
837
+ function vo({
838
+ values: e,
839
+ breakpoints: r,
840
+ base: t
841
+ }) {
842
+ const n = t || vt(e, r), o = Object.keys(n);
843
+ if (o.length === 0)
844
+ return e;
845
+ let a;
846
+ return o.reduce((s, c, l) => (Array.isArray(e) ? (s[c] = e[l] != null ? e[l] : e[a], a = l) : typeof e == "object" ? (s[c] = e[c] != null ? e[c] : e[a], a = c) : s[c] = e, s), {});
847
+ }
848
+ function De(e, r, t = !0) {
849
+ if (!r || typeof r != "string")
850
+ return null;
851
+ if (e && e.vars && t) {
852
+ const n = `vars.${r}`.split(".").reduce((o, a) => o && o[a] ? o[a] : null, e);
853
+ if (n != null)
854
+ return n;
855
+ }
856
+ return r.split(".").reduce((n, o) => n && n[o] != null ? n[o] : null, e);
857
+ }
858
+ function Be(e, r, t, n = t) {
859
+ let o;
860
+ return typeof e == "function" ? o = e(t) : Array.isArray(e) ? o = e[t] || n : o = De(e, t) || n, r && (o = r(o, n, e)), o;
861
+ }
862
+ function G(e) {
863
+ const {
864
+ prop: r,
865
+ cssProperty: t = e.prop,
866
+ themeKey: n,
867
+ transform: o
868
+ } = e, a = (s) => {
869
+ if (s[r] == null)
870
+ return null;
871
+ const c = s[r], l = s.theme, f = De(l, n) || {};
872
+ return se(s, c, (d) => {
873
+ let p = Be(f, o, d);
874
+ return d === p && typeof d == "string" && (p = Be(f, o, `${r}${d === "default" ? "" : Vr(d)}`, d)), t === !1 ? p : {
875
+ [t]: p
876
+ };
877
+ });
878
+ };
879
+ return a.propTypes = process.env.NODE_ENV !== "production" ? {
880
+ [r]: pe
881
+ } : {}, a.filterProps = [r], a;
882
+ }
883
+ function St(e) {
884
+ const r = {};
885
+ return (t) => (r[t] === void 0 && (r[t] = e(t)), r[t]);
886
+ }
887
+ const Ct = {
888
+ m: "margin",
889
+ p: "padding"
890
+ }, Tt = {
891
+ t: "Top",
892
+ r: "Right",
893
+ b: "Bottom",
894
+ l: "Left",
895
+ x: ["Left", "Right"],
896
+ y: ["Top", "Bottom"]
897
+ }, xr = {
898
+ marginX: "mx",
899
+ marginY: "my",
900
+ paddingX: "px",
901
+ paddingY: "py"
902
+ }, wt = St((e) => {
903
+ if (e.length > 2)
904
+ if (xr[e])
905
+ e = xr[e];
906
+ else
907
+ return [e];
908
+ const [r, t] = e.split(""), n = Ct[r], o = Tt[t] || "";
909
+ return Array.isArray(o) ? o.map((a) => n + a) : [n + o];
910
+ }), We = ["m", "mt", "mr", "mb", "ml", "mx", "my", "margin", "marginTop", "marginRight", "marginBottom", "marginLeft", "marginX", "marginY", "marginInline", "marginInlineStart", "marginInlineEnd", "marginBlock", "marginBlockStart", "marginBlockEnd"], Fe = ["p", "pt", "pr", "pb", "pl", "px", "py", "padding", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingX", "paddingY", "paddingInline", "paddingInlineStart", "paddingInlineEnd", "paddingBlock", "paddingBlockStart", "paddingBlockEnd"], Et = [...We, ...Fe];
911
+ function $e(e, r, t, n) {
912
+ const o = De(e, r, !0) ?? t;
913
+ return typeof o == "number" || typeof o == "string" ? (a) => typeof a == "string" ? a : (process.env.NODE_ENV !== "production" && typeof a != "number" && console.error(`MUI: Expected ${n} argument to be a number or a string, got ${a}.`), typeof o == "string" ? `calc(${a} * ${o})` : o * a) : Array.isArray(o) ? (a) => {
914
+ if (typeof a == "string")
915
+ return a;
916
+ const s = Math.abs(a);
917
+ process.env.NODE_ENV !== "production" && (Number.isInteger(s) ? s > o.length - 1 && console.error([`MUI: The value provided (${s}) overflows.`, `The supported values are: ${JSON.stringify(o)}.`, `${s} > ${o.length - 1}, you need to add the missing values.`].join(`
918
+ `)) : console.error([`MUI: The \`theme.${r}\` array type cannot be combined with non integer values.You should either use an integer value that can be used as index, or define the \`theme.${r}\` as a number.`].join(`
919
+ `)));
920
+ const c = o[s];
921
+ return a >= 0 ? c : typeof c == "number" ? -c : `-${c}`;
922
+ } : typeof o == "function" ? o : (process.env.NODE_ENV !== "production" && console.error([`MUI: The \`theme.${r}\` value (${o}) is invalid.`, "It should be a number, an array or a function."].join(`
923
+ `)), () => {
924
+ });
925
+ }
926
+ function cr(e) {
927
+ return $e(e, "spacing", 8, "spacing");
928
+ }
929
+ function Ae(e, r) {
930
+ return typeof r == "string" || r == null ? r : e(r);
931
+ }
932
+ function xt(e, r) {
933
+ return (t) => e.reduce((n, o) => (n[o] = Ae(r, t), n), {});
934
+ }
935
+ function Ot(e, r, t, n) {
936
+ if (!r.includes(t))
937
+ return null;
938
+ const o = wt(t), a = xt(o, n), s = e[t];
939
+ return se(e, s, a);
940
+ }
941
+ function Kr(e, r) {
942
+ const t = cr(e.theme);
943
+ return Object.keys(e).map((n) => Ot(e, r, n, t)).reduce(xe, {});
944
+ }
945
+ function V(e) {
946
+ return Kr(e, We);
947
+ }
948
+ V.propTypes = process.env.NODE_ENV !== "production" ? We.reduce((e, r) => (e[r] = pe, e), {}) : {};
949
+ V.filterProps = We;
950
+ function z(e) {
951
+ return Kr(e, Fe);
952
+ }
953
+ z.propTypes = process.env.NODE_ENV !== "production" ? Fe.reduce((e, r) => (e[r] = pe, e), {}) : {};
954
+ z.filterProps = Fe;
955
+ process.env.NODE_ENV !== "production" && Et.reduce((e, r) => (e[r] = pe, e), {});
956
+ function Ue(...e) {
957
+ const r = e.reduce((n, o) => (o.filterProps.forEach((a) => {
958
+ n[a] = o;
959
+ }), n), {}), t = (n) => Object.keys(n).reduce((o, a) => r[a] ? xe(o, r[a](n)) : o, {});
960
+ return t.propTypes = process.env.NODE_ENV !== "production" ? e.reduce((n, o) => Object.assign(n, o.propTypes), {}) : {}, t.filterProps = e.reduce((n, o) => n.concat(o.filterProps), []), t;
961
+ }
962
+ function Z(e) {
963
+ return typeof e != "number" ? e : `${e}px solid`;
964
+ }
965
+ function ee(e, r) {
966
+ return G({
967
+ prop: e,
968
+ themeKey: "borders",
969
+ transform: r
970
+ });
971
+ }
972
+ const $t = ee("border", Z), At = ee("borderTop", Z), kt = ee("borderRight", Z), _t = ee("borderBottom", Z), Pt = ee("borderLeft", Z), Rt = ee("borderColor"), It = ee("borderTopColor"), Bt = ee("borderRightColor"), jt = ee("borderBottomColor"), Mt = ee("borderLeftColor"), Nt = ee("outline", Z), Dt = ee("outlineColor"), Le = (e) => {
973
+ if (e.borderRadius !== void 0 && e.borderRadius !== null) {
974
+ const r = $e(e.theme, "shape.borderRadius", 4, "borderRadius"), t = (n) => ({
975
+ borderRadius: Ae(r, n)
976
+ });
977
+ return se(e, e.borderRadius, t);
978
+ }
979
+ return null;
980
+ };
981
+ Le.propTypes = process.env.NODE_ENV !== "production" ? {
982
+ borderRadius: pe
983
+ } : {};
984
+ Le.filterProps = ["borderRadius"];
985
+ Ue($t, At, kt, _t, Pt, Rt, It, Bt, jt, Mt, Le, Nt, Dt);
986
+ const Ve = (e) => {
987
+ if (e.gap !== void 0 && e.gap !== null) {
988
+ const r = $e(e.theme, "spacing", 8, "gap"), t = (n) => ({
989
+ gap: Ae(r, n)
990
+ });
991
+ return se(e, e.gap, t);
992
+ }
993
+ return null;
994
+ };
995
+ Ve.propTypes = process.env.NODE_ENV !== "production" ? {
996
+ gap: pe
997
+ } : {};
998
+ Ve.filterProps = ["gap"];
999
+ const ze = (e) => {
1000
+ if (e.columnGap !== void 0 && e.columnGap !== null) {
1001
+ const r = $e(e.theme, "spacing", 8, "columnGap"), t = (n) => ({
1002
+ columnGap: Ae(r, n)
1003
+ });
1004
+ return se(e, e.columnGap, t);
1005
+ }
1006
+ return null;
1007
+ };
1008
+ ze.propTypes = process.env.NODE_ENV !== "production" ? {
1009
+ columnGap: pe
1010
+ } : {};
1011
+ ze.filterProps = ["columnGap"];
1012
+ const Ge = (e) => {
1013
+ if (e.rowGap !== void 0 && e.rowGap !== null) {
1014
+ const r = $e(e.theme, "spacing", 8, "rowGap"), t = (n) => ({
1015
+ rowGap: Ae(r, n)
1016
+ });
1017
+ return se(e, e.rowGap, t);
1018
+ }
1019
+ return null;
1020
+ };
1021
+ Ge.propTypes = process.env.NODE_ENV !== "production" ? {
1022
+ rowGap: pe
1023
+ } : {};
1024
+ Ge.filterProps = ["rowGap"];
1025
+ const Wt = G({
1026
+ prop: "gridColumn"
1027
+ }), Ft = G({
1028
+ prop: "gridRow"
1029
+ }), Ut = G({
1030
+ prop: "gridAutoFlow"
1031
+ }), Lt = G({
1032
+ prop: "gridAutoColumns"
1033
+ }), Vt = G({
1034
+ prop: "gridAutoRows"
1035
+ }), zt = G({
1036
+ prop: "gridTemplateColumns"
1037
+ }), Gt = G({
1038
+ prop: "gridTemplateRows"
1039
+ }), Yt = G({
1040
+ prop: "gridTemplateAreas"
1041
+ }), Kt = G({
1042
+ prop: "gridArea"
1043
+ });
1044
+ Ue(Ve, ze, Ge, Wt, Ft, Ut, Lt, Vt, zt, Gt, Yt, Kt);
1045
+ function Se(e, r) {
1046
+ return r === "grey" ? r : e;
1047
+ }
1048
+ const qt = G({
1049
+ prop: "color",
1050
+ themeKey: "palette",
1051
+ transform: Se
1052
+ }), Ht = G({
1053
+ prop: "bgcolor",
1054
+ cssProperty: "backgroundColor",
1055
+ themeKey: "palette",
1056
+ transform: Se
1057
+ }), Qt = G({
1058
+ prop: "backgroundColor",
1059
+ themeKey: "palette",
1060
+ transform: Se
1061
+ });
1062
+ Ue(qt, Ht, Qt);
1063
+ function J(e) {
1064
+ return e <= 1 && e !== 0 ? `${e * 100}%` : e;
1065
+ }
1066
+ const Jt = G({
1067
+ prop: "width",
1068
+ transform: J
1069
+ }), ur = (e) => {
1070
+ if (e.maxWidth !== void 0 && e.maxWidth !== null) {
1071
+ const r = (t) => {
1072
+ var o, a, s, c, l;
1073
+ const n = ((s = (a = (o = e.theme) == null ? void 0 : o.breakpoints) == null ? void 0 : a.values) == null ? void 0 : s[t]) || Ne[t];
1074
+ return n ? ((l = (c = e.theme) == null ? void 0 : c.breakpoints) == null ? void 0 : l.unit) !== "px" ? {
1075
+ maxWidth: `${n}${e.theme.breakpoints.unit}`
1076
+ } : {
1077
+ maxWidth: n
1078
+ } : {
1079
+ maxWidth: J(t)
1080
+ };
1081
+ };
1082
+ return se(e, e.maxWidth, r);
1083
+ }
1084
+ return null;
1085
+ };
1086
+ ur.filterProps = ["maxWidth"];
1087
+ const Xt = G({
1088
+ prop: "minWidth",
1089
+ transform: J
1090
+ }), Zt = G({
1091
+ prop: "height",
1092
+ transform: J
1093
+ }), en = G({
1094
+ prop: "maxHeight",
1095
+ transform: J
1096
+ }), rn = G({
1097
+ prop: "minHeight",
1098
+ transform: J
1099
+ });
1100
+ G({
1101
+ prop: "size",
1102
+ cssProperty: "width",
1103
+ transform: J
1104
+ });
1105
+ G({
1106
+ prop: "size",
1107
+ cssProperty: "height",
1108
+ transform: J
1109
+ });
1110
+ const tn = G({
1111
+ prop: "boxSizing"
1112
+ });
1113
+ Ue(Jt, ur, Xt, Zt, en, rn, tn);
1114
+ const Ye = {
1115
+ // borders
1116
+ border: {
1117
+ themeKey: "borders",
1118
+ transform: Z
1119
+ },
1120
+ borderTop: {
1121
+ themeKey: "borders",
1122
+ transform: Z
1123
+ },
1124
+ borderRight: {
1125
+ themeKey: "borders",
1126
+ transform: Z
1127
+ },
1128
+ borderBottom: {
1129
+ themeKey: "borders",
1130
+ transform: Z
1131
+ },
1132
+ borderLeft: {
1133
+ themeKey: "borders",
1134
+ transform: Z
1135
+ },
1136
+ borderColor: {
1137
+ themeKey: "palette"
1138
+ },
1139
+ borderTopColor: {
1140
+ themeKey: "palette"
1141
+ },
1142
+ borderRightColor: {
1143
+ themeKey: "palette"
1144
+ },
1145
+ borderBottomColor: {
1146
+ themeKey: "palette"
1147
+ },
1148
+ borderLeftColor: {
1149
+ themeKey: "palette"
1150
+ },
1151
+ outline: {
1152
+ themeKey: "borders",
1153
+ transform: Z
1154
+ },
1155
+ outlineColor: {
1156
+ themeKey: "palette"
1157
+ },
1158
+ borderRadius: {
1159
+ themeKey: "shape.borderRadius",
1160
+ style: Le
1161
+ },
1162
+ // palette
1163
+ color: {
1164
+ themeKey: "palette",
1165
+ transform: Se
1166
+ },
1167
+ bgcolor: {
1168
+ themeKey: "palette",
1169
+ cssProperty: "backgroundColor",
1170
+ transform: Se
1171
+ },
1172
+ backgroundColor: {
1173
+ themeKey: "palette",
1174
+ transform: Se
1175
+ },
1176
+ // spacing
1177
+ p: {
1178
+ style: z
1179
+ },
1180
+ pt: {
1181
+ style: z
1182
+ },
1183
+ pr: {
1184
+ style: z
1185
+ },
1186
+ pb: {
1187
+ style: z
1188
+ },
1189
+ pl: {
1190
+ style: z
1191
+ },
1192
+ px: {
1193
+ style: z
1194
+ },
1195
+ py: {
1196
+ style: z
1197
+ },
1198
+ padding: {
1199
+ style: z
1200
+ },
1201
+ paddingTop: {
1202
+ style: z
1203
+ },
1204
+ paddingRight: {
1205
+ style: z
1206
+ },
1207
+ paddingBottom: {
1208
+ style: z
1209
+ },
1210
+ paddingLeft: {
1211
+ style: z
1212
+ },
1213
+ paddingX: {
1214
+ style: z
1215
+ },
1216
+ paddingY: {
1217
+ style: z
1218
+ },
1219
+ paddingInline: {
1220
+ style: z
1221
+ },
1222
+ paddingInlineStart: {
1223
+ style: z
1224
+ },
1225
+ paddingInlineEnd: {
1226
+ style: z
1227
+ },
1228
+ paddingBlock: {
1229
+ style: z
1230
+ },
1231
+ paddingBlockStart: {
1232
+ style: z
1233
+ },
1234
+ paddingBlockEnd: {
1235
+ style: z
1236
+ },
1237
+ m: {
1238
+ style: V
1239
+ },
1240
+ mt: {
1241
+ style: V
1242
+ },
1243
+ mr: {
1244
+ style: V
1245
+ },
1246
+ mb: {
1247
+ style: V
1248
+ },
1249
+ ml: {
1250
+ style: V
1251
+ },
1252
+ mx: {
1253
+ style: V
1254
+ },
1255
+ my: {
1256
+ style: V
1257
+ },
1258
+ margin: {
1259
+ style: V
1260
+ },
1261
+ marginTop: {
1262
+ style: V
1263
+ },
1264
+ marginRight: {
1265
+ style: V
1266
+ },
1267
+ marginBottom: {
1268
+ style: V
1269
+ },
1270
+ marginLeft: {
1271
+ style: V
1272
+ },
1273
+ marginX: {
1274
+ style: V
1275
+ },
1276
+ marginY: {
1277
+ style: V
1278
+ },
1279
+ marginInline: {
1280
+ style: V
1281
+ },
1282
+ marginInlineStart: {
1283
+ style: V
1284
+ },
1285
+ marginInlineEnd: {
1286
+ style: V
1287
+ },
1288
+ marginBlock: {
1289
+ style: V
1290
+ },
1291
+ marginBlockStart: {
1292
+ style: V
1293
+ },
1294
+ marginBlockEnd: {
1295
+ style: V
1296
+ },
1297
+ // display
1298
+ displayPrint: {
1299
+ cssProperty: !1,
1300
+ transform: (e) => ({
1301
+ "@media print": {
1302
+ display: e
1303
+ }
1304
+ })
1305
+ },
1306
+ display: {},
1307
+ overflow: {},
1308
+ textOverflow: {},
1309
+ visibility: {},
1310
+ whiteSpace: {},
1311
+ // flexbox
1312
+ flexBasis: {},
1313
+ flexDirection: {},
1314
+ flexWrap: {},
1315
+ justifyContent: {},
1316
+ alignItems: {},
1317
+ alignContent: {},
1318
+ order: {},
1319
+ flex: {},
1320
+ flexGrow: {},
1321
+ flexShrink: {},
1322
+ alignSelf: {},
1323
+ justifyItems: {},
1324
+ justifySelf: {},
1325
+ // grid
1326
+ gap: {
1327
+ style: Ve
1328
+ },
1329
+ rowGap: {
1330
+ style: Ge
1331
+ },
1332
+ columnGap: {
1333
+ style: ze
1334
+ },
1335
+ gridColumn: {},
1336
+ gridRow: {},
1337
+ gridAutoFlow: {},
1338
+ gridAutoColumns: {},
1339
+ gridAutoRows: {},
1340
+ gridTemplateColumns: {},
1341
+ gridTemplateRows: {},
1342
+ gridTemplateAreas: {},
1343
+ gridArea: {},
1344
+ // positions
1345
+ position: {},
1346
+ zIndex: {
1347
+ themeKey: "zIndex"
1348
+ },
1349
+ top: {},
1350
+ right: {},
1351
+ bottom: {},
1352
+ left: {},
1353
+ // shadows
1354
+ boxShadow: {
1355
+ themeKey: "shadows"
1356
+ },
1357
+ // sizing
1358
+ width: {
1359
+ transform: J
1360
+ },
1361
+ maxWidth: {
1362
+ style: ur
1363
+ },
1364
+ minWidth: {
1365
+ transform: J
1366
+ },
1367
+ height: {
1368
+ transform: J
1369
+ },
1370
+ maxHeight: {
1371
+ transform: J
1372
+ },
1373
+ minHeight: {
1374
+ transform: J
1375
+ },
1376
+ boxSizing: {},
1377
+ // typography
1378
+ font: {
1379
+ themeKey: "font"
1380
+ },
1381
+ fontFamily: {
1382
+ themeKey: "typography"
1383
+ },
1384
+ fontSize: {
1385
+ themeKey: "typography"
1386
+ },
1387
+ fontStyle: {
1388
+ themeKey: "typography"
1389
+ },
1390
+ fontWeight: {
1391
+ themeKey: "typography"
1392
+ },
1393
+ letterSpacing: {},
1394
+ textTransform: {},
1395
+ lineHeight: {},
1396
+ textAlign: {},
1397
+ typography: {
1398
+ cssProperty: !1,
1399
+ themeKey: "typography"
1400
+ }
1401
+ };
1402
+ function nn(...e) {
1403
+ const r = e.reduce((n, o) => n.concat(Object.keys(o)), []), t = new Set(r);
1404
+ return e.every((n) => t.size === Object.keys(n).length);
1405
+ }
1406
+ function on(e, r) {
1407
+ return typeof e == "function" ? e(r) : e;
1408
+ }
1409
+ function an() {
1410
+ function e(t, n, o, a) {
1411
+ const s = {
1412
+ [t]: n,
1413
+ theme: o
1414
+ }, c = a[t];
1415
+ if (!c)
1416
+ return {
1417
+ [t]: n
1418
+ };
1419
+ const {
1420
+ cssProperty: l = t,
1421
+ themeKey: f,
1422
+ transform: h,
1423
+ style: d
1424
+ } = c;
1425
+ if (n == null)
1426
+ return null;
1427
+ if (f === "typography" && n === "inherit")
1428
+ return {
1429
+ [t]: n
1430
+ };
1431
+ const p = De(o, f) || {};
1432
+ return d ? d(s) : se(s, n, (T) => {
1433
+ let b = Be(p, h, T);
1434
+ return T === b && typeof T == "string" && (b = Be(p, h, `${t}${T === "default" ? "" : Vr(T)}`, T)), l === !1 ? b : {
1435
+ [l]: b
1436
+ };
1437
+ });
1438
+ }
1439
+ function r(t) {
1440
+ const {
1441
+ sx: n,
1442
+ theme: o = {}
1443
+ } = t || {};
1444
+ if (!n)
1445
+ return null;
1446
+ const a = o.unstable_sxConfig ?? Ye;
1447
+ function s(c) {
1448
+ let l = c;
1449
+ if (typeof c == "function")
1450
+ l = c(o);
1451
+ else if (typeof c != "object")
1452
+ return c;
1453
+ if (!l)
1454
+ return null;
1455
+ const f = Gr(o.breakpoints), h = Object.keys(f);
1456
+ let d = f;
1457
+ return Object.keys(l).forEach((p) => {
1458
+ const S = on(l[p], o);
1459
+ if (S != null)
1460
+ if (typeof S == "object")
1461
+ if (a[p])
1462
+ d = xe(d, e(p, S, o, a));
1463
+ else {
1464
+ const T = se({
1465
+ theme: o
1466
+ }, S, (b) => ({
1467
+ [p]: b
1468
+ }));
1469
+ nn(T, S) ? d[p] = r({
1470
+ sx: S,
1471
+ theme: o
1472
+ }) : d = xe(d, T);
1473
+ }
1474
+ else
1475
+ d = xe(d, e(p, S, o, a));
1476
+ }), gt(o, Yr(h, d));
1477
+ }
1478
+ return Array.isArray(n) ? n.map(s) : s(n);
1479
+ }
1480
+ return r;
1481
+ }
1482
+ const Ke = an();
1483
+ Ke.filterProps = ["sx"];
1484
+ function sn(e) {
1485
+ for (var r = 0, t, n = 0, o = e.length; o >= 4; ++n, o -= 4)
1486
+ t = e.charCodeAt(n) & 255 | (e.charCodeAt(++n) & 255) << 8 | (e.charCodeAt(++n) & 255) << 16 | (e.charCodeAt(++n) & 255) << 24, t = /* Math.imul(k, m): */
1487
+ (t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16), t ^= /* k >>> r: */
1488
+ t >>> 24, r = /* Math.imul(k, m): */
1489
+ (t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16) ^ /* Math.imul(h, m): */
1490
+ (r & 65535) * 1540483477 + ((r >>> 16) * 59797 << 16);
1491
+ switch (o) {
1492
+ case 3:
1493
+ r ^= (e.charCodeAt(n + 2) & 255) << 16;
1494
+ case 2:
1495
+ r ^= (e.charCodeAt(n + 1) & 255) << 8;
1496
+ case 1:
1497
+ r ^= e.charCodeAt(n) & 255, r = /* Math.imul(h, m): */
1498
+ (r & 65535) * 1540483477 + ((r >>> 16) * 59797 << 16);
1499
+ }
1500
+ return r ^= r >>> 13, r = /* Math.imul(h, m): */
1501
+ (r & 65535) * 1540483477 + ((r >>> 16) * 59797 << 16), ((r ^ r >>> 15) >>> 0).toString(36);
1502
+ }
1503
+ var cn = {
1504
+ animationIterationCount: 1,
1505
+ aspectRatio: 1,
1506
+ borderImageOutset: 1,
1507
+ borderImageSlice: 1,
1508
+ borderImageWidth: 1,
1509
+ boxFlex: 1,
1510
+ boxFlexGroup: 1,
1511
+ boxOrdinalGroup: 1,
1512
+ columnCount: 1,
1513
+ columns: 1,
1514
+ flex: 1,
1515
+ flexGrow: 1,
1516
+ flexPositive: 1,
1517
+ flexShrink: 1,
1518
+ flexNegative: 1,
1519
+ flexOrder: 1,
1520
+ gridRow: 1,
1521
+ gridRowEnd: 1,
1522
+ gridRowSpan: 1,
1523
+ gridRowStart: 1,
1524
+ gridColumn: 1,
1525
+ gridColumnEnd: 1,
1526
+ gridColumnSpan: 1,
1527
+ gridColumnStart: 1,
1528
+ msGridRow: 1,
1529
+ msGridRowSpan: 1,
1530
+ msGridColumn: 1,
1531
+ msGridColumnSpan: 1,
1532
+ fontWeight: 1,
1533
+ lineHeight: 1,
1534
+ opacity: 1,
1535
+ order: 1,
1536
+ orphans: 1,
1537
+ scale: 1,
1538
+ tabSize: 1,
1539
+ widows: 1,
1540
+ zIndex: 1,
1541
+ zoom: 1,
1542
+ WebkitLineClamp: 1,
1543
+ // SVG-related properties
1544
+ fillOpacity: 1,
1545
+ floodOpacity: 1,
1546
+ stopOpacity: 1,
1547
+ strokeDasharray: 1,
1548
+ strokeDashoffset: 1,
1549
+ strokeMiterlimit: 1,
1550
+ strokeOpacity: 1,
1551
+ strokeWidth: 1
1552
+ };
1553
+ function un(e) {
1554
+ var r = /* @__PURE__ */ Object.create(null);
1555
+ return function(t) {
1556
+ return r[t] === void 0 && (r[t] = e(t)), r[t];
1557
+ };
1558
+ }
1559
+ var ln = !1, fn = /[A-Z]|^ms/g, dn = /_EMO_([^_]+?)_([^]*?)_EMO_/g, qr = function(r) {
1560
+ return r.charCodeAt(1) === 45;
1561
+ }, Or = function(r) {
1562
+ return r != null && typeof r != "boolean";
1563
+ }, tr = /* @__PURE__ */ un(function(e) {
1564
+ return qr(e) ? e : e.replace(fn, "-$&").toLowerCase();
1565
+ }), $r = function(r, t) {
1566
+ switch (r) {
1567
+ case "animation":
1568
+ case "animationName":
1569
+ if (typeof t == "string")
1570
+ return t.replace(dn, function(n, o, a) {
1571
+ return fe = {
1572
+ name: o,
1573
+ styles: a,
1574
+ next: fe
1575
+ }, o;
1576
+ });
1577
+ }
1578
+ return cn[r] !== 1 && !qr(r) && typeof t == "number" && t !== 0 ? t + "px" : t;
1579
+ }, pn = "Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";
1580
+ function je(e, r, t) {
1581
+ if (t == null)
1582
+ return "";
1583
+ var n = t;
1584
+ if (n.__emotion_styles !== void 0)
1585
+ return n;
1586
+ switch (typeof t) {
1587
+ case "boolean":
1588
+ return "";
1589
+ case "object": {
1590
+ var o = t;
1591
+ if (o.anim === 1)
1592
+ return fe = {
1593
+ name: o.name,
1594
+ styles: o.styles,
1595
+ next: fe
1596
+ }, o.name;
1597
+ var a = t;
1598
+ if (a.styles !== void 0) {
1599
+ var s = a.next;
1600
+ if (s !== void 0)
1601
+ for (; s !== void 0; )
1602
+ fe = {
1603
+ name: s.name,
1604
+ styles: s.styles,
1605
+ next: fe
1606
+ }, s = s.next;
1607
+ var c = a.styles + ";";
1608
+ return c;
1609
+ }
1610
+ return gn(e, r, t);
1611
+ }
1612
+ }
1613
+ var l = t;
1614
+ return l;
1615
+ }
1616
+ function gn(e, r, t) {
1617
+ var n = "";
1618
+ if (Array.isArray(t))
1619
+ for (var o = 0; o < t.length; o++)
1620
+ n += je(e, r, t[o]) + ";";
1621
+ else
1622
+ for (var a in t) {
1623
+ var s = t[a];
1624
+ if (typeof s != "object") {
1625
+ var c = s;
1626
+ Or(c) && (n += tr(a) + ":" + $r(a, c) + ";");
1627
+ } else {
1628
+ if (a === "NO_COMPONENT_SELECTOR" && ln)
1629
+ throw new Error(pn);
1630
+ if (Array.isArray(s) && typeof s[0] == "string" && r == null)
1631
+ for (var l = 0; l < s.length; l++)
1632
+ Or(s[l]) && (n += tr(a) + ":" + $r(a, s[l]) + ";");
1633
+ else {
1634
+ var f = je(e, r, s);
1635
+ switch (a) {
1636
+ case "animation":
1637
+ case "animationName": {
1638
+ n += tr(a) + ":" + f + ";";
1639
+ break;
1640
+ }
1641
+ default:
1642
+ n += a + "{" + f + "}";
1643
+ }
1644
+ }
1645
+ }
1646
+ }
1647
+ return n;
1648
+ }
1649
+ var Ar = /label:\s*([^\s;{]+)\s*(;|$)/g, fe;
1650
+ function mn(e, r, t) {
1651
+ if (e.length === 1 && typeof e[0] == "object" && e[0] !== null && e[0].styles !== void 0)
1652
+ return e[0];
1653
+ var n = !0, o = "";
1654
+ fe = void 0;
1655
+ var a = e[0];
1656
+ if (a == null || a.raw === void 0)
1657
+ n = !1, o += je(t, r, a);
1658
+ else {
1659
+ var s = a;
1660
+ o += s[0];
1661
+ }
1662
+ for (var c = 1; c < e.length; c++)
1663
+ if (o += je(t, r, e[c]), n) {
1664
+ var l = a;
1665
+ o += l[c];
1666
+ }
1667
+ Ar.lastIndex = 0;
1668
+ for (var f = "", h; (h = Ar.exec(o)) !== null; )
1669
+ f += "-" + h[1];
1670
+ var d = sn(o) + f;
1671
+ return {
1672
+ name: d,
1673
+ styles: o,
1674
+ next: fe
1675
+ };
1676
+ }
1677
+ /**
1678
+ * @mui/styled-engine v6.1.6
1679
+ *
1680
+ * @license MIT
1681
+ * This source code is licensed under the MIT license found in the
1682
+ * LICENSE file in the root directory of this source tree.
1683
+ */
1684
+ function So(e, r) {
1685
+ const t = nt(e, r);
1686
+ return process.env.NODE_ENV !== "production" ? (...n) => {
1687
+ const o = typeof e == "string" ? `"${e}"` : "component";
1688
+ return n.length === 0 ? console.error([`MUI: Seems like you called \`styled(${o})()\` without a \`style\` argument.`, 'You must provide a `styles` argument: `styled("div")(styleYouForgotToPass)`.'].join(`
1689
+ `)) : n.some((a) => a === void 0) && console.error(`MUI: the styled(${o})(...args) API requires all its args to be defined.`), t(...n);
1690
+ } : t;
1691
+ }
1692
+ function Co(e, r) {
1693
+ Array.isArray(e.__emotion_styles) && (e.__emotion_styles = r(e.__emotion_styles));
1694
+ }
1695
+ const kr = [];
1696
+ function To(e) {
1697
+ return kr[0] = e, mn(kr);
1698
+ }
1699
+ const hn = (e) => {
1700
+ const r = Object.keys(e).map((t) => ({
1701
+ key: t,
1702
+ val: e[t]
1703
+ })) || [];
1704
+ return r.sort((t, n) => t.val - n.val), r.reduce((t, n) => ({
1705
+ ...t,
1706
+ [n.key]: n.val
1707
+ }), {});
1708
+ };
1709
+ function yn(e) {
1710
+ const {
1711
+ // The breakpoint **start** at this value.
1712
+ // For instance with the first breakpoint xs: [xs, sm).
1713
+ values: r = {
1714
+ xs: 0,
1715
+ // phone
1716
+ sm: 600,
1717
+ // tablet
1718
+ md: 900,
1719
+ // small laptop
1720
+ lg: 1200,
1721
+ // desktop
1722
+ xl: 1536
1723
+ // large screen
1724
+ },
1725
+ unit: t = "px",
1726
+ step: n = 5,
1727
+ ...o
1728
+ } = e, a = hn(r), s = Object.keys(a);
1729
+ function c(p) {
1730
+ return `@media (min-width:${typeof r[p] == "number" ? r[p] : p}${t})`;
1731
+ }
1732
+ function l(p) {
1733
+ return `@media (max-width:${(typeof r[p] == "number" ? r[p] : p) - n / 100}${t})`;
1734
+ }
1735
+ function f(p, S) {
1736
+ const T = s.indexOf(S);
1737
+ return `@media (min-width:${typeof r[p] == "number" ? r[p] : p}${t}) and (max-width:${(T !== -1 && typeof r[s[T]] == "number" ? r[s[T]] : S) - n / 100}${t})`;
1738
+ }
1739
+ function h(p) {
1740
+ return s.indexOf(p) + 1 < s.length ? f(p, s[s.indexOf(p) + 1]) : c(p);
1741
+ }
1742
+ function d(p) {
1743
+ const S = s.indexOf(p);
1744
+ return S === 0 ? c(s[1]) : S === s.length - 1 ? l(s[S]) : f(p, s[s.indexOf(p) + 1]).replace("@media", "@media not all and");
1745
+ }
1746
+ return {
1747
+ keys: s,
1748
+ values: a,
1749
+ up: c,
1750
+ down: l,
1751
+ between: f,
1752
+ only: h,
1753
+ not: d,
1754
+ unit: t,
1755
+ ...o
1756
+ };
1757
+ }
1758
+ const bn = {
1759
+ borderRadius: 4
1760
+ };
1761
+ function Hr(e = 8, r = cr({
1762
+ spacing: e
1763
+ })) {
1764
+ if (e.mui)
1765
+ return e;
1766
+ const t = (...n) => (process.env.NODE_ENV !== "production" && (n.length <= 4 || console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${n.length}`)), (n.length === 0 ? [1] : n).map((a) => {
1767
+ const s = r(a);
1768
+ return typeof s == "number" ? `${s}px` : s;
1769
+ }).join(" "));
1770
+ return t.mui = !0, t;
1771
+ }
1772
+ function vn(e, r) {
1773
+ var n;
1774
+ const t = this;
1775
+ if (t.vars) {
1776
+ if (!((n = t.colorSchemes) != null && n[e]) || typeof t.getColorSchemeSelector != "function")
1777
+ return {};
1778
+ let o = t.getColorSchemeSelector(e);
1779
+ return o === "&" ? r : ((o.includes("data-") || o.includes(".")) && (o = `*:where(${o.replace(/\s*&$/, "")}) &`), {
1780
+ [o]: r
1781
+ });
1782
+ }
1783
+ return t.palette.mode === e ? r : {};
1784
+ }
1785
+ function Sn(e = {}, ...r) {
1786
+ const {
1787
+ breakpoints: t = {},
1788
+ palette: n = {},
1789
+ spacing: o,
1790
+ shape: a = {},
1791
+ ...s
1792
+ } = e, c = yn(t), l = Hr(o);
1793
+ let f = Q({
1794
+ breakpoints: c,
1795
+ direction: "ltr",
1796
+ components: {},
1797
+ // Inject component definitions.
1798
+ palette: {
1799
+ mode: "light",
1800
+ ...n
1801
+ },
1802
+ spacing: l,
1803
+ shape: {
1804
+ ...bn,
1805
+ ...a
1806
+ }
1807
+ }, s);
1808
+ return f = yt(f), f.applyStyles = vn, f = r.reduce((h, d) => Q(h, d), f), f.unstable_sxConfig = {
1809
+ ...Ye,
1810
+ ...s == null ? void 0 : s.unstable_sxConfig
1811
+ }, f.unstable_sx = function(d) {
1812
+ return Ke({
1813
+ sx: d,
1814
+ theme: this
1815
+ });
1816
+ }, f;
1817
+ }
1818
+ const _r = (e) => e, Cn = () => {
1819
+ let e = _r;
1820
+ return {
1821
+ configure(r) {
1822
+ e = r;
1823
+ },
1824
+ generate(r) {
1825
+ return e(r);
1826
+ },
1827
+ reset() {
1828
+ e = _r;
1829
+ }
1830
+ };
1831
+ }, Tn = Cn(), wn = {
1832
+ active: "active",
1833
+ checked: "checked",
1834
+ completed: "completed",
1835
+ disabled: "disabled",
1836
+ error: "error",
1837
+ expanded: "expanded",
1838
+ focused: "focused",
1839
+ focusVisible: "focusVisible",
1840
+ open: "open",
1841
+ readOnly: "readOnly",
1842
+ required: "required",
1843
+ selected: "selected"
1844
+ };
1845
+ function Qr(e, r, t = "Mui") {
1846
+ const n = wn[r];
1847
+ return n ? `${t}-${n}` : `${Tn.generate(e)}-${r}`;
1848
+ }
1849
+ function wo(e, r, t = "Mui") {
1850
+ const n = {};
1851
+ return r.forEach((o) => {
1852
+ n[o] = Qr(e, o, t);
1853
+ }), n;
1854
+ }
1855
+ function En(e, r = Number.MIN_SAFE_INTEGER, t = Number.MAX_SAFE_INTEGER) {
1856
+ return Math.max(r, Math.min(e, t));
1857
+ }
1858
+ function lr(e, r = 0, t = 1) {
1859
+ return process.env.NODE_ENV !== "production" && (e < r || e > t) && console.error(`MUI: The value provided ${e} is out of range [${r}, ${t}].`), En(e, r, t);
1860
+ }
1861
+ function xn(e) {
1862
+ e = e.slice(1);
1863
+ const r = new RegExp(`.{1,${e.length >= 6 ? 2 : 1}}`, "g");
1864
+ let t = e.match(r);
1865
+ return t && t[0].length === 1 && (t = t.map((n) => n + n)), t ? `rgb${t.length === 4 ? "a" : ""}(${t.map((n, o) => o < 3 ? parseInt(n, 16) : Math.round(parseInt(n, 16) / 255 * 1e3) / 1e3).join(", ")})` : "";
1866
+ }
1867
+ function On(e) {
1868
+ const r = e.toString(16);
1869
+ return r.length === 1 ? `0${r}` : r;
1870
+ }
1871
+ function ce(e) {
1872
+ if (e.type)
1873
+ return e;
1874
+ if (e.charAt(0) === "#")
1875
+ return ce(xn(e));
1876
+ const r = e.indexOf("("), t = e.substring(0, r);
1877
+ if (!["rgb", "rgba", "hsl", "hsla", "color"].includes(t))
1878
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI: Unsupported \`${e}\` color.
1879
+ The following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().` : de(9, e));
1880
+ let n = e.substring(r + 1, e.length - 1), o;
1881
+ if (t === "color") {
1882
+ if (n = n.split(" "), o = n.shift(), n.length === 4 && n[3].charAt(0) === "/" && (n[3] = n[3].slice(1)), !["srgb", "display-p3", "a98-rgb", "prophoto-rgb", "rec-2020"].includes(o))
1883
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI: unsupported \`${o}\` color space.
1884
+ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.` : de(10, o));
1885
+ } else
1886
+ n = n.split(",");
1887
+ return n = n.map((a) => parseFloat(a)), {
1888
+ type: t,
1889
+ values: n,
1890
+ colorSpace: o
1891
+ };
1892
+ }
1893
+ const $n = (e) => {
1894
+ const r = ce(e);
1895
+ return r.values.slice(0, 3).map((t, n) => r.type.includes("hsl") && n !== 0 ? `${t}%` : t).join(" ");
1896
+ }, we = (e, r) => {
1897
+ try {
1898
+ return $n(e);
1899
+ } catch {
1900
+ return r && process.env.NODE_ENV !== "production" && console.warn(r), e;
1901
+ }
1902
+ };
1903
+ function qe(e) {
1904
+ const {
1905
+ type: r,
1906
+ colorSpace: t
1907
+ } = e;
1908
+ let {
1909
+ values: n
1910
+ } = e;
1911
+ return r.includes("rgb") ? n = n.map((o, a) => a < 3 ? parseInt(o, 10) : o) : r.includes("hsl") && (n[1] = `${n[1]}%`, n[2] = `${n[2]}%`), r.includes("color") ? n = `${t} ${n.join(" ")}` : n = `${n.join(", ")}`, `${r}(${n})`;
1912
+ }
1913
+ function Eo(e) {
1914
+ if (e.startsWith("#"))
1915
+ return e;
1916
+ const {
1917
+ values: r
1918
+ } = ce(e);
1919
+ return `#${r.map((t, n) => On(n === 3 ? Math.round(255 * t) : t)).join("")}`;
1920
+ }
1921
+ function Jr(e) {
1922
+ e = ce(e);
1923
+ const {
1924
+ values: r
1925
+ } = e, t = r[0], n = r[1] / 100, o = r[2] / 100, a = n * Math.min(o, 1 - o), s = (f, h = (f + t / 30) % 12) => o - a * Math.max(Math.min(h - 3, 9 - h, 1), -1);
1926
+ let c = "rgb";
1927
+ const l = [Math.round(s(0) * 255), Math.round(s(8) * 255), Math.round(s(4) * 255)];
1928
+ return e.type === "hsla" && (c += "a", l.push(r[3])), qe({
1929
+ type: c,
1930
+ values: l
1931
+ });
1932
+ }
1933
+ function ar(e) {
1934
+ e = ce(e);
1935
+ let r = e.type === "hsl" || e.type === "hsla" ? ce(Jr(e)).values : e.values;
1936
+ return r = r.map((t) => (e.type !== "color" && (t /= 255), t <= 0.03928 ? t / 12.92 : ((t + 0.055) / 1.055) ** 2.4)), Number((0.2126 * r[0] + 0.7152 * r[1] + 0.0722 * r[2]).toFixed(3));
1937
+ }
1938
+ function Pr(e, r) {
1939
+ const t = ar(e), n = ar(r);
1940
+ return (Math.max(t, n) + 0.05) / (Math.min(t, n) + 0.05);
1941
+ }
1942
+ function An(e, r) {
1943
+ return e = ce(e), r = lr(r), (e.type === "rgb" || e.type === "hsl") && (e.type += "a"), e.type === "color" ? e.values[3] = `/${r}` : e.values[3] = r, qe(e);
1944
+ }
1945
+ function Re(e, r, t) {
1946
+ try {
1947
+ return An(e, r);
1948
+ } catch {
1949
+ return e;
1950
+ }
1951
+ }
1952
+ function fr(e, r) {
1953
+ if (e = ce(e), r = lr(r), e.type.includes("hsl"))
1954
+ e.values[2] *= 1 - r;
1955
+ else if (e.type.includes("rgb") || e.type.includes("color"))
1956
+ for (let t = 0; t < 3; t += 1)
1957
+ e.values[t] *= 1 - r;
1958
+ return qe(e);
1959
+ }
1960
+ function W(e, r, t) {
1961
+ try {
1962
+ return fr(e, r);
1963
+ } catch {
1964
+ return e;
1965
+ }
1966
+ }
1967
+ function dr(e, r) {
1968
+ if (e = ce(e), r = lr(r), e.type.includes("hsl"))
1969
+ e.values[2] += (100 - e.values[2]) * r;
1970
+ else if (e.type.includes("rgb"))
1971
+ for (let t = 0; t < 3; t += 1)
1972
+ e.values[t] += (255 - e.values[t]) * r;
1973
+ else if (e.type.includes("color"))
1974
+ for (let t = 0; t < 3; t += 1)
1975
+ e.values[t] += (1 - e.values[t]) * r;
1976
+ return qe(e);
1977
+ }
1978
+ function F(e, r, t) {
1979
+ try {
1980
+ return dr(e, r);
1981
+ } catch {
1982
+ return e;
1983
+ }
1984
+ }
1985
+ function kn(e, r = 0.15) {
1986
+ return ar(e) > 0.5 ? fr(e, r) : dr(e, r);
1987
+ }
1988
+ function Ie(e, r, t) {
1989
+ try {
1990
+ return kn(e, r);
1991
+ } catch {
1992
+ return e;
1993
+ }
1994
+ }
1995
+ function _n(e = "") {
1996
+ function r(...n) {
1997
+ if (!n.length)
1998
+ return "";
1999
+ const o = n[0];
2000
+ return typeof o == "string" && !o.match(/(#|\(|\)|(-?(\d*\.)?\d+)(px|em|%|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc))|^(-?(\d*\.)?\d+)$|(\d+ \d+ \d+)/) ? `, var(--${e ? `${e}-` : ""}${o}${r(...n.slice(1))})` : `, ${o}`;
2001
+ }
2002
+ return (n, ...o) => `var(--${e ? `${e}-` : ""}${n}${r(...o)})`;
2003
+ }
2004
+ const Rr = (e, r, t, n = []) => {
2005
+ let o = e;
2006
+ r.forEach((a, s) => {
2007
+ s === r.length - 1 ? Array.isArray(o) ? o[Number(a)] = t : o && typeof o == "object" && (o[a] = t) : o && typeof o == "object" && (o[a] || (o[a] = n.includes(a) ? [] : {}), o = o[a]);
2008
+ });
2009
+ }, Pn = (e, r, t) => {
2010
+ function n(o, a = [], s = []) {
2011
+ Object.entries(o).forEach(([c, l]) => {
2012
+ (!t || t && !t([...a, c])) && l != null && (typeof l == "object" && Object.keys(l).length > 0 ? n(l, [...a, c], Array.isArray(l) ? [...s, c] : s) : r([...a, c], l, s));
2013
+ });
2014
+ }
2015
+ n(e);
2016
+ }, Rn = (e, r) => typeof r == "number" ? ["lineHeight", "fontWeight", "opacity", "zIndex"].some((n) => e.includes(n)) || e[e.length - 1].toLowerCase().includes("opacity") ? r : `${r}px` : r;
2017
+ function nr(e, r) {
2018
+ const {
2019
+ prefix: t,
2020
+ shouldSkipGeneratingVar: n
2021
+ } = r || {}, o = {}, a = {}, s = {};
2022
+ return Pn(
2023
+ e,
2024
+ (c, l, f) => {
2025
+ if ((typeof l == "string" || typeof l == "number") && (!n || !n(c, l))) {
2026
+ const h = `--${t ? `${t}-` : ""}${c.join("-")}`, d = Rn(c, l);
2027
+ Object.assign(o, {
2028
+ [h]: d
2029
+ }), Rr(a, c, `var(${h})`, f), Rr(s, c, `var(${h}, ${d})`, f);
2030
+ }
2031
+ },
2032
+ (c) => c[0] === "vars"
2033
+ // skip 'vars/*' paths
2034
+ ), {
2035
+ css: o,
2036
+ vars: a,
2037
+ varsWithDefaults: s
2038
+ };
2039
+ }
2040
+ function In(e, r = {}) {
2041
+ const {
2042
+ getSelector: t = x,
2043
+ disableCssColorScheme: n,
2044
+ colorSchemeSelector: o
2045
+ } = r, {
2046
+ colorSchemes: a = {},
2047
+ components: s,
2048
+ defaultColorScheme: c = "light",
2049
+ ...l
2050
+ } = e, {
2051
+ vars: f,
2052
+ css: h,
2053
+ varsWithDefaults: d
2054
+ } = nr(l, r);
2055
+ let p = d;
2056
+ const S = {}, {
2057
+ [c]: T,
2058
+ ...b
2059
+ } = a;
2060
+ if (Object.entries(b || {}).forEach(([E, w]) => {
2061
+ const {
2062
+ vars: m,
2063
+ css: K,
2064
+ varsWithDefaults: X
2065
+ } = nr(w, r);
2066
+ p = Q(p, X), S[E] = {
2067
+ css: K,
2068
+ vars: m
2069
+ };
2070
+ }), T) {
2071
+ const {
2072
+ css: E,
2073
+ vars: w,
2074
+ varsWithDefaults: m
2075
+ } = nr(T, r);
2076
+ p = Q(p, m), S[c] = {
2077
+ css: E,
2078
+ vars: w
2079
+ };
2080
+ }
2081
+ function x(E, w) {
2082
+ var K, X;
2083
+ let m = o;
2084
+ if (o === "class" && (m = ".%s"), o === "data" && (m = "[data-%s]"), o != null && o.startsWith("data-") && !o.includes("%s") && (m = `[${o}="%s"]`), E) {
2085
+ if (m === "media")
2086
+ return e.defaultColorScheme === E ? ":root" : {
2087
+ [`@media (prefers-color-scheme: ${((X = (K = a[E]) == null ? void 0 : K.palette) == null ? void 0 : X.mode) || E})`]: {
2088
+ ":root": w
2089
+ }
2090
+ };
2091
+ if (m)
2092
+ return e.defaultColorScheme === E ? `:root, ${m.replace("%s", String(E))}` : m.replace("%s", String(E));
2093
+ }
2094
+ return ":root";
2095
+ }
2096
+ return {
2097
+ vars: p,
2098
+ generateThemeVars: () => {
2099
+ let E = {
2100
+ ...f
2101
+ };
2102
+ return Object.entries(S).forEach(([, {
2103
+ vars: w
2104
+ }]) => {
2105
+ E = Q(E, w);
2106
+ }), E;
2107
+ },
2108
+ generateStyleSheets: () => {
2109
+ var ie, q;
2110
+ const E = [], w = e.defaultColorScheme || "light";
2111
+ function m(i, C) {
2112
+ Object.keys(C).length && E.push(typeof i == "string" ? {
2113
+ [i]: {
2114
+ ...C
2115
+ }
2116
+ } : i);
2117
+ }
2118
+ m(t(void 0, {
2119
+ ...h
2120
+ }), h);
2121
+ const {
2122
+ [w]: K,
2123
+ ...X
2124
+ } = S;
2125
+ if (K) {
2126
+ const {
2127
+ css: i
2128
+ } = K, C = (q = (ie = a[w]) == null ? void 0 : ie.palette) == null ? void 0 : q.mode, j = !n && C ? {
2129
+ colorScheme: C,
2130
+ ...i
2131
+ } : {
2132
+ ...i
2133
+ };
2134
+ m(t(w, {
2135
+ ...j
2136
+ }), j);
2137
+ }
2138
+ return Object.entries(X).forEach(([i, {
2139
+ css: C
2140
+ }]) => {
2141
+ var re, ue;
2142
+ const j = (ue = (re = a[i]) == null ? void 0 : re.palette) == null ? void 0 : ue.mode, L = !n && j ? {
2143
+ colorScheme: j,
2144
+ ...C
2145
+ } : {
2146
+ ...C
2147
+ };
2148
+ m(t(i, {
2149
+ ...L
2150
+ }), L);
2151
+ }), E;
2152
+ }
2153
+ };
2154
+ }
2155
+ function Bn(e) {
2156
+ return function(t) {
2157
+ return e === "media" ? (process.env.NODE_ENV !== "production" && t !== "light" && t !== "dark" && console.error(`MUI: @media (prefers-color-scheme) supports only 'light' or 'dark', but receive '${t}'.`), `@media (prefers-color-scheme: ${t})`) : e ? e.startsWith("data-") && !e.includes("%s") ? `[${e}="${t}"] &` : e === "class" ? `.${t} &` : e === "data" ? `[data-${t}] &` : `${e.replace("%s", t)} &` : "&";
2158
+ };
2159
+ }
2160
+ const Oe = {
2161
+ black: "#000",
2162
+ white: "#fff"
2163
+ }, jn = {
2164
+ 50: "#fafafa",
2165
+ 100: "#f5f5f5",
2166
+ 200: "#eeeeee",
2167
+ 300: "#e0e0e0",
2168
+ 400: "#bdbdbd",
2169
+ 500: "#9e9e9e",
2170
+ 600: "#757575",
2171
+ 700: "#616161",
2172
+ 800: "#424242",
2173
+ 900: "#212121",
2174
+ A100: "#f5f5f5",
2175
+ A200: "#eeeeee",
2176
+ A400: "#bdbdbd",
2177
+ A700: "#616161"
2178
+ }, me = {
2179
+ 50: "#f3e5f5",
2180
+ 100: "#e1bee7",
2181
+ 200: "#ce93d8",
2182
+ 300: "#ba68c8",
2183
+ 400: "#ab47bc",
2184
+ 500: "#9c27b0",
2185
+ 600: "#8e24aa",
2186
+ 700: "#7b1fa2",
2187
+ 800: "#6a1b9a",
2188
+ 900: "#4a148c",
2189
+ A100: "#ea80fc",
2190
+ A200: "#e040fb",
2191
+ A400: "#d500f9",
2192
+ A700: "#aa00ff"
2193
+ }, he = {
2194
+ 50: "#ffebee",
2195
+ 100: "#ffcdd2",
2196
+ 200: "#ef9a9a",
2197
+ 300: "#e57373",
2198
+ 400: "#ef5350",
2199
+ 500: "#f44336",
2200
+ 600: "#e53935",
2201
+ 700: "#d32f2f",
2202
+ 800: "#c62828",
2203
+ 900: "#b71c1c",
2204
+ A100: "#ff8a80",
2205
+ A200: "#ff5252",
2206
+ A400: "#ff1744",
2207
+ A700: "#d50000"
2208
+ }, Te = {
2209
+ 50: "#fff3e0",
2210
+ 100: "#ffe0b2",
2211
+ 200: "#ffcc80",
2212
+ 300: "#ffb74d",
2213
+ 400: "#ffa726",
2214
+ 500: "#ff9800",
2215
+ 600: "#fb8c00",
2216
+ 700: "#f57c00",
2217
+ 800: "#ef6c00",
2218
+ 900: "#e65100",
2219
+ A100: "#ffd180",
2220
+ A200: "#ffab40",
2221
+ A400: "#ff9100",
2222
+ A700: "#ff6d00"
2223
+ }, ye = {
2224
+ 50: "#e3f2fd",
2225
+ 100: "#bbdefb",
2226
+ 200: "#90caf9",
2227
+ 300: "#64b5f6",
2228
+ 400: "#42a5f5",
2229
+ 500: "#2196f3",
2230
+ 600: "#1e88e5",
2231
+ 700: "#1976d2",
2232
+ 800: "#1565c0",
2233
+ 900: "#0d47a1",
2234
+ A100: "#82b1ff",
2235
+ A200: "#448aff",
2236
+ A400: "#2979ff",
2237
+ A700: "#2962ff"
2238
+ }, be = {
2239
+ 50: "#e1f5fe",
2240
+ 100: "#b3e5fc",
2241
+ 200: "#81d4fa",
2242
+ 300: "#4fc3f7",
2243
+ 400: "#29b6f6",
2244
+ 500: "#03a9f4",
2245
+ 600: "#039be5",
2246
+ 700: "#0288d1",
2247
+ 800: "#0277bd",
2248
+ 900: "#01579b",
2249
+ A100: "#80d8ff",
2250
+ A200: "#40c4ff",
2251
+ A400: "#00b0ff",
2252
+ A700: "#0091ea"
2253
+ }, ve = {
2254
+ 50: "#e8f5e9",
2255
+ 100: "#c8e6c9",
2256
+ 200: "#a5d6a7",
2257
+ 300: "#81c784",
2258
+ 400: "#66bb6a",
2259
+ 500: "#4caf50",
2260
+ 600: "#43a047",
2261
+ 700: "#388e3c",
2262
+ 800: "#2e7d32",
2263
+ 900: "#1b5e20",
2264
+ A100: "#b9f6ca",
2265
+ A200: "#69f0ae",
2266
+ A400: "#00e676",
2267
+ A700: "#00c853"
2268
+ };
2269
+ function Xr() {
2270
+ return {
2271
+ // The colors used to style the text.
2272
+ text: {
2273
+ // The most important text.
2274
+ primary: "rgba(0, 0, 0, 0.87)",
2275
+ // Secondary text.
2276
+ secondary: "rgba(0, 0, 0, 0.6)",
2277
+ // Disabled text have even lower visual prominence.
2278
+ disabled: "rgba(0, 0, 0, 0.38)"
2279
+ },
2280
+ // The color used to divide different elements.
2281
+ divider: "rgba(0, 0, 0, 0.12)",
2282
+ // The background colors used to style the surfaces.
2283
+ // Consistency between these values is important.
2284
+ background: {
2285
+ paper: Oe.white,
2286
+ default: Oe.white
2287
+ },
2288
+ // The colors used to style the action elements.
2289
+ action: {
2290
+ // The color of an active action like an icon button.
2291
+ active: "rgba(0, 0, 0, 0.54)",
2292
+ // The color of an hovered action.
2293
+ hover: "rgba(0, 0, 0, 0.04)",
2294
+ hoverOpacity: 0.04,
2295
+ // The color of a selected action.
2296
+ selected: "rgba(0, 0, 0, 0.08)",
2297
+ selectedOpacity: 0.08,
2298
+ // The color of a disabled action.
2299
+ disabled: "rgba(0, 0, 0, 0.26)",
2300
+ // The background color of a disabled action.
2301
+ disabledBackground: "rgba(0, 0, 0, 0.12)",
2302
+ disabledOpacity: 0.38,
2303
+ focus: "rgba(0, 0, 0, 0.12)",
2304
+ focusOpacity: 0.12,
2305
+ activatedOpacity: 0.12
2306
+ }
2307
+ };
2308
+ }
2309
+ const Mn = Xr();
2310
+ function Zr() {
2311
+ return {
2312
+ text: {
2313
+ primary: Oe.white,
2314
+ secondary: "rgba(255, 255, 255, 0.7)",
2315
+ disabled: "rgba(255, 255, 255, 0.5)",
2316
+ icon: "rgba(255, 255, 255, 0.5)"
2317
+ },
2318
+ divider: "rgba(255, 255, 255, 0.12)",
2319
+ background: {
2320
+ paper: "#121212",
2321
+ default: "#121212"
2322
+ },
2323
+ action: {
2324
+ active: Oe.white,
2325
+ hover: "rgba(255, 255, 255, 0.08)",
2326
+ hoverOpacity: 0.08,
2327
+ selected: "rgba(255, 255, 255, 0.16)",
2328
+ selectedOpacity: 0.16,
2329
+ disabled: "rgba(255, 255, 255, 0.3)",
2330
+ disabledBackground: "rgba(255, 255, 255, 0.12)",
2331
+ disabledOpacity: 0.38,
2332
+ focus: "rgba(255, 255, 255, 0.12)",
2333
+ focusOpacity: 0.12,
2334
+ activatedOpacity: 0.24
2335
+ }
2336
+ };
2337
+ }
2338
+ const Ir = Zr();
2339
+ function Br(e, r, t, n) {
2340
+ const o = n.light || n, a = n.dark || n * 1.5;
2341
+ e[r] || (e.hasOwnProperty(t) ? e[r] = e[t] : r === "light" ? e.light = dr(e.main, o) : r === "dark" && (e.dark = fr(e.main, a)));
2342
+ }
2343
+ function Nn(e = "light") {
2344
+ return e === "dark" ? {
2345
+ main: ye[200],
2346
+ light: ye[50],
2347
+ dark: ye[400]
2348
+ } : {
2349
+ main: ye[700],
2350
+ light: ye[400],
2351
+ dark: ye[800]
2352
+ };
2353
+ }
2354
+ function Dn(e = "light") {
2355
+ return e === "dark" ? {
2356
+ main: me[200],
2357
+ light: me[50],
2358
+ dark: me[400]
2359
+ } : {
2360
+ main: me[500],
2361
+ light: me[300],
2362
+ dark: me[700]
2363
+ };
2364
+ }
2365
+ function Wn(e = "light") {
2366
+ return e === "dark" ? {
2367
+ main: he[500],
2368
+ light: he[300],
2369
+ dark: he[700]
2370
+ } : {
2371
+ main: he[700],
2372
+ light: he[400],
2373
+ dark: he[800]
2374
+ };
2375
+ }
2376
+ function Fn(e = "light") {
2377
+ return e === "dark" ? {
2378
+ main: be[400],
2379
+ light: be[300],
2380
+ dark: be[700]
2381
+ } : {
2382
+ main: be[700],
2383
+ light: be[500],
2384
+ dark: be[900]
2385
+ };
2386
+ }
2387
+ function Un(e = "light") {
2388
+ return e === "dark" ? {
2389
+ main: ve[400],
2390
+ light: ve[300],
2391
+ dark: ve[700]
2392
+ } : {
2393
+ main: ve[800],
2394
+ light: ve[500],
2395
+ dark: ve[900]
2396
+ };
2397
+ }
2398
+ function Ln(e = "light") {
2399
+ return e === "dark" ? {
2400
+ main: Te[400],
2401
+ light: Te[300],
2402
+ dark: Te[700]
2403
+ } : {
2404
+ main: "#ed6c02",
2405
+ // closest to orange[800] that pass 3:1.
2406
+ light: Te[500],
2407
+ dark: Te[900]
2408
+ };
2409
+ }
2410
+ function pr(e) {
2411
+ const {
2412
+ mode: r = "light",
2413
+ contrastThreshold: t = 3,
2414
+ tonalOffset: n = 0.2,
2415
+ ...o
2416
+ } = e, a = e.primary || Nn(r), s = e.secondary || Dn(r), c = e.error || Wn(r), l = e.info || Fn(r), f = e.success || Un(r), h = e.warning || Ln(r);
2417
+ function d(b) {
2418
+ const x = Pr(b, Ir.text.primary) >= t ? Ir.text.primary : Mn.text.primary;
2419
+ if (process.env.NODE_ENV !== "production") {
2420
+ const $ = Pr(b, x);
2421
+ $ < 3 && console.error([`MUI: The contrast ratio of ${$}:1 for ${x} on ${b}`, "falls below the WCAG recommended absolute minimum contrast ratio of 3:1.", "https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast"].join(`
2422
+ `));
2423
+ }
2424
+ return x;
2425
+ }
2426
+ const p = ({
2427
+ color: b,
2428
+ name: x,
2429
+ mainShade: $ = 500,
2430
+ lightShade: Y = 300,
2431
+ darkShade: E = 700
2432
+ }) => {
2433
+ if (b = {
2434
+ ...b
2435
+ }, !b.main && b[$] && (b.main = b[$]), !b.hasOwnProperty("main"))
2436
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The color${x ? ` (${x})` : ""} provided to augmentColor(color) is invalid.
2437
+ The color object needs to have a \`main\` property or a \`${$}\` property.` : de(11, x ? ` (${x})` : "", $));
2438
+ if (typeof b.main != "string")
2439
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The color${x ? ` (${x})` : ""} provided to augmentColor(color) is invalid.
2440
+ \`color.main\` should be a string, but \`${JSON.stringify(b.main)}\` was provided instead.
2441
+
2442
+ Did you intend to use one of the following approaches?
2443
+
2444
+ import { green } from "@mui/material/colors";
2445
+
2446
+ const theme1 = createTheme({ palette: {
2447
+ primary: green,
2448
+ } });
2449
+
2450
+ const theme2 = createTheme({ palette: {
2451
+ primary: { main: green[500] },
2452
+ } });` : de(12, x ? ` (${x})` : "", JSON.stringify(b.main)));
2453
+ return Br(b, "light", Y, n), Br(b, "dark", E, n), b.contrastText || (b.contrastText = d(b.main)), b;
2454
+ };
2455
+ let S;
2456
+ return r === "light" ? S = Xr() : r === "dark" && (S = Zr()), process.env.NODE_ENV !== "production" && (S || console.error(`MUI: The palette mode \`${r}\` is not supported.`)), Q({
2457
+ // A collection of common colors.
2458
+ common: {
2459
+ ...Oe
2460
+ },
2461
+ // prevent mutable object.
2462
+ // The palette mode, can be light or dark.
2463
+ mode: r,
2464
+ // The colors used to represent primary interface elements for a user.
2465
+ primary: p({
2466
+ color: a,
2467
+ name: "primary"
2468
+ }),
2469
+ // The colors used to represent secondary interface elements for a user.
2470
+ secondary: p({
2471
+ color: s,
2472
+ name: "secondary",
2473
+ mainShade: "A400",
2474
+ lightShade: "A200",
2475
+ darkShade: "A700"
2476
+ }),
2477
+ // The colors used to represent interface elements that the user should be made aware of.
2478
+ error: p({
2479
+ color: c,
2480
+ name: "error"
2481
+ }),
2482
+ // The colors used to represent potentially dangerous actions or important messages.
2483
+ warning: p({
2484
+ color: h,
2485
+ name: "warning"
2486
+ }),
2487
+ // The colors used to present information to the user that is neutral and not necessarily important.
2488
+ info: p({
2489
+ color: l,
2490
+ name: "info"
2491
+ }),
2492
+ // The colors used to indicate the successful completion of an action that user triggered.
2493
+ success: p({
2494
+ color: f,
2495
+ name: "success"
2496
+ }),
2497
+ // The grey colors.
2498
+ grey: jn,
2499
+ // Used by `getContrastText()` to maximize the contrast between
2500
+ // the background and the text.
2501
+ contrastThreshold: t,
2502
+ // Takes a background color and returns the text color that maximizes the contrast.
2503
+ getContrastText: d,
2504
+ // Generate a rich color object.
2505
+ augmentColor: p,
2506
+ // Used by the functions below to shift a color's luminance by approximately
2507
+ // two indexes within its tonal palette.
2508
+ // E.g., shift from Red 500 to Red 300 or Red 700.
2509
+ tonalOffset: n,
2510
+ // The light and dark mode object.
2511
+ ...S
2512
+ }, o);
2513
+ }
2514
+ function Vn(e) {
2515
+ const r = {};
2516
+ return Object.entries(e).forEach((n) => {
2517
+ const [o, a] = n;
2518
+ typeof a == "object" && (r[o] = `${a.fontStyle ? `${a.fontStyle} ` : ""}${a.fontVariant ? `${a.fontVariant} ` : ""}${a.fontWeight ? `${a.fontWeight} ` : ""}${a.fontStretch ? `${a.fontStretch} ` : ""}${a.fontSize || ""}${a.lineHeight ? `/${a.lineHeight} ` : ""}${a.fontFamily || ""}`);
2519
+ }), r;
2520
+ }
2521
+ function zn(e, r) {
2522
+ return {
2523
+ toolbar: {
2524
+ minHeight: 56,
2525
+ [e.up("xs")]: {
2526
+ "@media (orientation: landscape)": {
2527
+ minHeight: 48
2528
+ }
2529
+ },
2530
+ [e.up("sm")]: {
2531
+ minHeight: 64
2532
+ }
2533
+ },
2534
+ ...r
2535
+ };
2536
+ }
2537
+ function Gn(e) {
2538
+ return Math.round(e * 1e5) / 1e5;
2539
+ }
2540
+ const jr = {
2541
+ textTransform: "uppercase"
2542
+ }, Mr = '"Roboto", "Helvetica", "Arial", sans-serif';
2543
+ function Yn(e, r) {
2544
+ const {
2545
+ fontFamily: t = Mr,
2546
+ // The default font size of the Material Specification.
2547
+ fontSize: n = 14,
2548
+ // px
2549
+ fontWeightLight: o = 300,
2550
+ fontWeightRegular: a = 400,
2551
+ fontWeightMedium: s = 500,
2552
+ fontWeightBold: c = 700,
2553
+ // Tell MUI what's the font-size on the html element.
2554
+ // 16px is the default font-size used by browsers.
2555
+ htmlFontSize: l = 16,
2556
+ // Apply the CSS properties to all the variants.
2557
+ allVariants: f,
2558
+ pxToRem: h,
2559
+ ...d
2560
+ } = typeof r == "function" ? r(e) : r;
2561
+ process.env.NODE_ENV !== "production" && (typeof n != "number" && console.error("MUI: `fontSize` is required to be a number."), typeof l != "number" && console.error("MUI: `htmlFontSize` is required to be a number."));
2562
+ const p = n / 14, S = h || ((x) => `${x / l * p}rem`), T = (x, $, Y, E, w) => ({
2563
+ fontFamily: t,
2564
+ fontWeight: x,
2565
+ fontSize: S($),
2566
+ // Unitless following https://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/
2567
+ lineHeight: Y,
2568
+ // The letter spacing was designed for the Roboto font-family. Using the same letter-spacing
2569
+ // across font-families can cause issues with the kerning.
2570
+ ...t === Mr ? {
2571
+ letterSpacing: `${Gn(E / $)}em`
2572
+ } : {},
2573
+ ...w,
2574
+ ...f
2575
+ }), b = {
2576
+ h1: T(o, 96, 1.167, -1.5),
2577
+ h2: T(o, 60, 1.2, -0.5),
2578
+ h3: T(a, 48, 1.167, 0),
2579
+ h4: T(a, 34, 1.235, 0.25),
2580
+ h5: T(a, 24, 1.334, 0),
2581
+ h6: T(s, 20, 1.6, 0.15),
2582
+ subtitle1: T(a, 16, 1.75, 0.15),
2583
+ subtitle2: T(s, 14, 1.57, 0.1),
2584
+ body1: T(a, 16, 1.5, 0.15),
2585
+ body2: T(a, 14, 1.43, 0.15),
2586
+ button: T(s, 14, 1.75, 0.4, jr),
2587
+ caption: T(a, 12, 1.66, 0.4),
2588
+ overline: T(a, 12, 2.66, 1, jr),
2589
+ // TODO v6: Remove handling of 'inherit' variant from the theme as it is already handled in Material UI's Typography component. Also, remember to remove the associated types.
2590
+ inherit: {
2591
+ fontFamily: "inherit",
2592
+ fontWeight: "inherit",
2593
+ fontSize: "inherit",
2594
+ lineHeight: "inherit",
2595
+ letterSpacing: "inherit"
2596
+ }
2597
+ };
2598
+ return Q({
2599
+ htmlFontSize: l,
2600
+ pxToRem: S,
2601
+ fontFamily: t,
2602
+ fontSize: n,
2603
+ fontWeightLight: o,
2604
+ fontWeightRegular: a,
2605
+ fontWeightMedium: s,
2606
+ fontWeightBold: c,
2607
+ ...b
2608
+ }, d, {
2609
+ clone: !1
2610
+ // No need to clone deep
2611
+ });
2612
+ }
2613
+ const Kn = 0.2, qn = 0.14, Hn = 0.12;
2614
+ function U(...e) {
2615
+ return [`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${Kn})`, `${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${qn})`, `${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${Hn})`].join(",");
2616
+ }
2617
+ const Qn = ["none", U(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), U(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), U(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), U(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), U(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), U(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), U(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), U(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), U(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), U(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), U(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), U(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), U(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), U(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), U(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), U(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), U(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), U(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), U(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), U(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), U(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), U(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), U(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), U(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)], Jn = {
2618
+ // This is the most common easing curve.
2619
+ easeInOut: "cubic-bezier(0.4, 0, 0.2, 1)",
2620
+ // Objects enter the screen at full velocity from off-screen and
2621
+ // slowly decelerate to a resting point.
2622
+ easeOut: "cubic-bezier(0.0, 0, 0.2, 1)",
2623
+ // Objects leave the screen at full velocity. They do not decelerate when off-screen.
2624
+ easeIn: "cubic-bezier(0.4, 0, 1, 1)",
2625
+ // The sharp curve is used by objects that may return to the screen at any time.
2626
+ sharp: "cubic-bezier(0.4, 0, 0.6, 1)"
2627
+ }, Xn = {
2628
+ shortest: 150,
2629
+ shorter: 200,
2630
+ short: 250,
2631
+ // most basic recommended timing
2632
+ standard: 300,
2633
+ // this is to be used in complex animations
2634
+ complex: 375,
2635
+ // recommended when something is entering screen
2636
+ enteringScreen: 225,
2637
+ // recommended when something is leaving screen
2638
+ leavingScreen: 195
2639
+ };
2640
+ function Nr(e) {
2641
+ return `${Math.round(e)}ms`;
2642
+ }
2643
+ function Zn(e) {
2644
+ if (!e)
2645
+ return 0;
2646
+ const r = e / 36;
2647
+ return Math.min(Math.round((4 + 15 * r ** 0.25 + r / 5) * 10), 3e3);
2648
+ }
2649
+ function eo(e) {
2650
+ const r = {
2651
+ ...Jn,
2652
+ ...e.easing
2653
+ }, t = {
2654
+ ...Xn,
2655
+ ...e.duration
2656
+ };
2657
+ return {
2658
+ getAutoHeightDuration: Zn,
2659
+ create: (o = ["all"], a = {}) => {
2660
+ const {
2661
+ duration: s = t.standard,
2662
+ easing: c = r.easeInOut,
2663
+ delay: l = 0,
2664
+ ...f
2665
+ } = a;
2666
+ if (process.env.NODE_ENV !== "production") {
2667
+ const h = (p) => typeof p == "string", d = (p) => !Number.isNaN(parseFloat(p));
2668
+ !h(o) && !Array.isArray(o) && console.error('MUI: Argument "props" must be a string or Array.'), !d(s) && !h(s) && console.error(`MUI: Argument "duration" must be a number or a string but found ${s}.`), h(c) || console.error('MUI: Argument "easing" must be a string.'), !d(l) && !h(l) && console.error('MUI: Argument "delay" must be a number or a string.'), typeof a != "object" && console.error(["MUI: Secong argument of transition.create must be an object.", "Arguments should be either `create('prop1', options)` or `create(['prop1', 'prop2'], options)`"].join(`
2669
+ `)), Object.keys(f).length !== 0 && console.error(`MUI: Unrecognized argument(s) [${Object.keys(f).join(",")}].`);
2670
+ }
2671
+ return (Array.isArray(o) ? o : [o]).map((h) => `${h} ${typeof s == "string" ? s : Nr(s)} ${c} ${typeof l == "string" ? l : Nr(l)}`).join(",");
2672
+ },
2673
+ ...e,
2674
+ easing: r,
2675
+ duration: t
2676
+ };
2677
+ }
2678
+ const ro = {
2679
+ mobileStepper: 1e3,
2680
+ fab: 1050,
2681
+ speedDial: 1050,
2682
+ appBar: 1100,
2683
+ drawer: 1200,
2684
+ modal: 1300,
2685
+ snackbar: 1400,
2686
+ tooltip: 1500
2687
+ };
2688
+ function to(e) {
2689
+ return le(e) || typeof e > "u" || typeof e == "string" || typeof e == "boolean" || typeof e == "number" || Array.isArray(e);
2690
+ }
2691
+ function et(e = {}) {
2692
+ const r = {
2693
+ ...e
2694
+ };
2695
+ function t(n) {
2696
+ const o = Object.entries(n);
2697
+ for (let a = 0; a < o.length; a++) {
2698
+ const [s, c] = o[a];
2699
+ !to(c) || s.startsWith("unstable_") ? delete n[s] : le(c) && (n[s] = {
2700
+ ...c
2701
+ }, t(n[s]));
2702
+ }
2703
+ }
2704
+ return t(r), `import { unstable_createBreakpoints as createBreakpoints, createTransitions } from '@mui/material/styles';
2705
+
2706
+ const theme = ${JSON.stringify(r, null, 2)};
2707
+
2708
+ theme.breakpoints = createBreakpoints(theme.breakpoints || {});
2709
+ theme.transitions = createTransitions(theme.transitions || {});
2710
+
2711
+ export default theme;`;
2712
+ }
2713
+ function Me(e = {}, ...r) {
2714
+ const {
2715
+ breakpoints: t,
2716
+ mixins: n = {},
2717
+ spacing: o,
2718
+ palette: a = {},
2719
+ transitions: s = {},
2720
+ typography: c = {},
2721
+ shape: l,
2722
+ ...f
2723
+ } = e;
2724
+ if (e.vars)
2725
+ throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `vars` is a private field used for CSS variables support.\nPlease use another name." : de(20));
2726
+ const h = pr(a), d = Sn(e);
2727
+ let p = Q(d, {
2728
+ mixins: zn(d.breakpoints, n),
2729
+ palette: h,
2730
+ // Don't use [...shadows] until you've verified its transpiled code is not invoking the iterator protocol.
2731
+ shadows: Qn.slice(),
2732
+ typography: Yn(h, c),
2733
+ transitions: eo(s),
2734
+ zIndex: {
2735
+ ...ro
2736
+ }
2737
+ });
2738
+ if (p = Q(p, f), p = r.reduce((S, T) => Q(S, T), p), process.env.NODE_ENV !== "production") {
2739
+ const S = ["active", "checked", "completed", "disabled", "error", "expanded", "focused", "focusVisible", "required", "selected"], T = (b, x) => {
2740
+ let $;
2741
+ for ($ in b) {
2742
+ const Y = b[$];
2743
+ if (S.includes($) && Object.keys(Y).length > 0) {
2744
+ if (process.env.NODE_ENV !== "production") {
2745
+ const E = Qr("", $);
2746
+ console.error([`MUI: The \`${x}\` component increases the CSS specificity of the \`${$}\` internal state.`, "You can not override it like this: ", JSON.stringify(b, null, 2), "", `Instead, you need to use the '&.${E}' syntax:`, JSON.stringify({
2747
+ root: {
2748
+ [`&.${E}`]: Y
2749
+ }
2750
+ }, null, 2), "", "https://mui.com/r/state-classes-guide"].join(`
2751
+ `));
2752
+ }
2753
+ b[$] = {};
2754
+ }
2755
+ }
2756
+ };
2757
+ Object.keys(p.components).forEach((b) => {
2758
+ const x = p.components[b].styleOverrides;
2759
+ x && b.startsWith("Mui") && T(x, b);
2760
+ });
2761
+ }
2762
+ return p.unstable_sxConfig = {
2763
+ ...Ye,
2764
+ ...f == null ? void 0 : f.unstable_sxConfig
2765
+ }, p.unstable_sx = function(T) {
2766
+ return Ke({
2767
+ sx: T,
2768
+ theme: this
2769
+ });
2770
+ }, p.toRuntimeSource = et, p;
2771
+ }
2772
+ let Dr = !1;
2773
+ function xo(...e) {
2774
+ return process.env.NODE_ENV !== "production" && (Dr || (Dr = !0, console.error(["MUI: the createMuiTheme function was renamed to createTheme.", "", "You should use `import { createTheme } from '@mui/material/styles'`"].join(`
2775
+ `)))), Me(...e);
2776
+ }
2777
+ function no(e) {
2778
+ let r;
2779
+ return e < 1 ? r = 5.11916 * e ** 2 : r = 4.5 * Math.log(e + 1) + 2, Math.round(r * 10) / 1e3;
2780
+ }
2781
+ const oo = [...Array(25)].map((e, r) => {
2782
+ if (r === 0)
2783
+ return "none";
2784
+ const t = no(r);
2785
+ return `linear-gradient(rgba(255 255 255 / ${t}), rgba(255 255 255 / ${t}))`;
2786
+ });
2787
+ function rt(e) {
2788
+ return {
2789
+ inputPlaceholder: e === "dark" ? 0.5 : 0.42,
2790
+ inputUnderline: e === "dark" ? 0.7 : 0.42,
2791
+ switchTrackDisabled: e === "dark" ? 0.2 : 0.12,
2792
+ switchTrack: e === "dark" ? 0.3 : 0.38
2793
+ };
2794
+ }
2795
+ function tt(e) {
2796
+ return e === "dark" ? oo : [];
2797
+ }
2798
+ function io(e) {
2799
+ const {
2800
+ palette: r = {
2801
+ mode: "light"
2802
+ },
2803
+ // need to cast to avoid module augmentation test
2804
+ opacity: t,
2805
+ overlays: n,
2806
+ ...o
2807
+ } = e, a = pr(r);
2808
+ return {
2809
+ palette: a,
2810
+ opacity: {
2811
+ ...rt(a.mode),
2812
+ ...t
2813
+ },
2814
+ overlays: n || tt(a.mode),
2815
+ ...o
2816
+ };
2817
+ }
2818
+ function ao(e) {
2819
+ var r;
2820
+ return !!e[0].match(/(cssVarPrefix|colorSchemeSelector|rootSelector|typography|mixins|breakpoints|direction|transitions)/) || !!e[0].match(/sxConfig$/) || // ends with sxConfig
2821
+ e[0] === "palette" && !!((r = e[1]) != null && r.match(/(mode|contrastThreshold|tonalOffset)/));
2822
+ }
2823
+ const so = (e) => [...[...Array(25)].map((r, t) => `--${e ? `${e}-` : ""}overlays-${t}`), `--${e ? `${e}-` : ""}palette-AppBar-darkBg`, `--${e ? `${e}-` : ""}palette-AppBar-darkColor`], co = (e) => (r, t) => {
2824
+ const n = e.rootSelector || ":root", o = e.colorSchemeSelector;
2825
+ let a = o;
2826
+ if (o === "class" && (a = ".%s"), o === "data" && (a = "[data-%s]"), o != null && o.startsWith("data-") && !o.includes("%s") && (a = `[${o}="%s"]`), e.defaultColorScheme === r) {
2827
+ if (r === "dark") {
2828
+ const s = {};
2829
+ return so(e.cssVarPrefix).forEach((c) => {
2830
+ s[c] = t[c], delete t[c];
2831
+ }), a === "media" ? {
2832
+ [n]: t,
2833
+ "@media (prefers-color-scheme: dark)": {
2834
+ [n]: s
2835
+ }
2836
+ } : a ? {
2837
+ [a.replace("%s", r)]: s,
2838
+ [`${n}, ${a.replace("%s", r)}`]: t
2839
+ } : {
2840
+ [n]: {
2841
+ ...t,
2842
+ ...s
2843
+ }
2844
+ };
2845
+ }
2846
+ if (a && a !== "media")
2847
+ return `${n}, ${a.replace("%s", String(r))}`;
2848
+ } else if (r) {
2849
+ if (a === "media")
2850
+ return {
2851
+ [`@media (prefers-color-scheme: ${String(r)})`]: {
2852
+ [n]: t
2853
+ }
2854
+ };
2855
+ if (a)
2856
+ return a.replace("%s", String(r));
2857
+ }
2858
+ return n;
2859
+ };
2860
+ function uo(e, r) {
2861
+ r.forEach((t) => {
2862
+ e[t] || (e[t] = {});
2863
+ });
2864
+ }
2865
+ function u(e, r, t) {
2866
+ !e[r] && t && (e[r] = t);
2867
+ }
2868
+ function Ee(e) {
2869
+ return !e || !e.startsWith("hsl") ? e : Jr(e);
2870
+ }
2871
+ function ae(e, r) {
2872
+ `${r}Channel` in e || (e[`${r}Channel`] = we(Ee(e[r]), `MUI: Can't create \`palette.${r}Channel\` because \`palette.${r}\` is not one of these formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().
2873
+ To suppress this warning, you need to explicitly provide the \`palette.${r}Channel\` as a string (in rgb format, for example "12 12 12") or undefined if you want to remove the channel token.`));
2874
+ }
2875
+ function lo(e) {
2876
+ return typeof e == "number" ? `${e}px` : typeof e == "string" || typeof e == "function" || Array.isArray(e) ? e : "8px";
2877
+ }
2878
+ const oe = (e) => {
2879
+ try {
2880
+ return e();
2881
+ } catch {
2882
+ }
2883
+ }, fo = (e = "mui") => _n(e);
2884
+ function or(e, r, t, n) {
2885
+ if (!r)
2886
+ return;
2887
+ r = r === !0 ? {} : r;
2888
+ const o = n === "dark" ? "dark" : "light";
2889
+ if (!t) {
2890
+ e[n] = io({
2891
+ ...r,
2892
+ palette: {
2893
+ mode: o,
2894
+ ...r == null ? void 0 : r.palette
2895
+ }
2896
+ });
2897
+ return;
2898
+ }
2899
+ const {
2900
+ palette: a,
2901
+ ...s
2902
+ } = Me({
2903
+ ...t,
2904
+ palette: {
2905
+ mode: o,
2906
+ ...r == null ? void 0 : r.palette
2907
+ }
2908
+ });
2909
+ return e[n] = {
2910
+ ...r,
2911
+ palette: a,
2912
+ opacity: {
2913
+ ...rt(o),
2914
+ ...r == null ? void 0 : r.opacity
2915
+ },
2916
+ overlays: (r == null ? void 0 : r.overlays) || tt(o)
2917
+ }, s;
2918
+ }
2919
+ function po(e = {}, ...r) {
2920
+ const {
2921
+ colorSchemes: t = {
2922
+ light: !0
2923
+ },
2924
+ defaultColorScheme: n,
2925
+ disableCssColorScheme: o = !1,
2926
+ cssVarPrefix: a = "mui",
2927
+ shouldSkipGeneratingVar: s = ao,
2928
+ colorSchemeSelector: c = t.light && t.dark ? "media" : void 0,
2929
+ rootSelector: l = ":root",
2930
+ ...f
2931
+ } = e, h = Object.keys(t)[0], d = n || (t.light && h !== "light" ? "light" : h), p = fo(a), {
2932
+ [d]: S,
2933
+ light: T,
2934
+ dark: b,
2935
+ ...x
2936
+ } = t, $ = {
2937
+ ...x
2938
+ };
2939
+ let Y = S;
2940
+ if ((d === "dark" && !("dark" in t) || d === "light" && !("light" in t)) && (Y = !0), !Y)
2941
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The \`colorSchemes.${d}\` option is either missing or invalid.` : de(21, d));
2942
+ const E = or($, Y, f, d);
2943
+ T && !$.light && or($, T, void 0, "light"), b && !$.dark && or($, b, void 0, "dark");
2944
+ let w = {
2945
+ defaultColorScheme: d,
2946
+ ...E,
2947
+ cssVarPrefix: a,
2948
+ colorSchemeSelector: c,
2949
+ rootSelector: l,
2950
+ getCssVar: p,
2951
+ colorSchemes: $,
2952
+ font: {
2953
+ ...Vn(E.typography),
2954
+ ...E.font
2955
+ },
2956
+ spacing: lo(f.spacing)
2957
+ };
2958
+ Object.keys(w.colorSchemes).forEach((q) => {
2959
+ const i = w.colorSchemes[q].palette, C = (j) => {
2960
+ const L = j.split("-"), re = L[1], ue = L[2];
2961
+ return p(j, i[re][ue]);
2962
+ };
2963
+ if (i.mode === "light" && (u(i.common, "background", "#fff"), u(i.common, "onBackground", "#000")), i.mode === "dark" && (u(i.common, "background", "#000"), u(i.common, "onBackground", "#fff")), uo(i, ["Alert", "AppBar", "Avatar", "Button", "Chip", "FilledInput", "LinearProgress", "Skeleton", "Slider", "SnackbarContent", "SpeedDialAction", "StepConnector", "StepContent", "Switch", "TableCell", "Tooltip"]), i.mode === "light") {
2964
+ u(i.Alert, "errorColor", W(i.error.light, 0.6)), u(i.Alert, "infoColor", W(i.info.light, 0.6)), u(i.Alert, "successColor", W(i.success.light, 0.6)), u(i.Alert, "warningColor", W(i.warning.light, 0.6)), u(i.Alert, "errorFilledBg", C("palette-error-main")), u(i.Alert, "infoFilledBg", C("palette-info-main")), u(i.Alert, "successFilledBg", C("palette-success-main")), u(i.Alert, "warningFilledBg", C("palette-warning-main")), u(i.Alert, "errorFilledColor", oe(() => i.getContrastText(i.error.main))), u(i.Alert, "infoFilledColor", oe(() => i.getContrastText(i.info.main))), u(i.Alert, "successFilledColor", oe(() => i.getContrastText(i.success.main))), u(i.Alert, "warningFilledColor", oe(() => i.getContrastText(i.warning.main))), u(i.Alert, "errorStandardBg", F(i.error.light, 0.9)), u(i.Alert, "infoStandardBg", F(i.info.light, 0.9)), u(i.Alert, "successStandardBg", F(i.success.light, 0.9)), u(i.Alert, "warningStandardBg", F(i.warning.light, 0.9)), u(i.Alert, "errorIconColor", C("palette-error-main")), u(i.Alert, "infoIconColor", C("palette-info-main")), u(i.Alert, "successIconColor", C("palette-success-main")), u(i.Alert, "warningIconColor", C("palette-warning-main")), u(i.AppBar, "defaultBg", C("palette-grey-100")), u(i.Avatar, "defaultBg", C("palette-grey-400")), u(i.Button, "inheritContainedBg", C("palette-grey-300")), u(i.Button, "inheritContainedHoverBg", C("palette-grey-A100")), u(i.Chip, "defaultBorder", C("palette-grey-400")), u(i.Chip, "defaultAvatarColor", C("palette-grey-700")), u(i.Chip, "defaultIconColor", C("palette-grey-700")), u(i.FilledInput, "bg", "rgba(0, 0, 0, 0.06)"), u(i.FilledInput, "hoverBg", "rgba(0, 0, 0, 0.09)"), u(i.FilledInput, "disabledBg", "rgba(0, 0, 0, 0.12)"), u(i.LinearProgress, "primaryBg", F(i.primary.main, 0.62)), u(i.LinearProgress, "secondaryBg", F(i.secondary.main, 0.62)), u(i.LinearProgress, "errorBg", F(i.error.main, 0.62)), u(i.LinearProgress, "infoBg", F(i.info.main, 0.62)), u(i.LinearProgress, "successBg", F(i.success.main, 0.62)), u(i.LinearProgress, "warningBg", F(i.warning.main, 0.62)), u(i.Skeleton, "bg", `rgba(${C("palette-text-primaryChannel")} / 0.11)`), u(i.Slider, "primaryTrack", F(i.primary.main, 0.62)), u(i.Slider, "secondaryTrack", F(i.secondary.main, 0.62)), u(i.Slider, "errorTrack", F(i.error.main, 0.62)), u(i.Slider, "infoTrack", F(i.info.main, 0.62)), u(i.Slider, "successTrack", F(i.success.main, 0.62)), u(i.Slider, "warningTrack", F(i.warning.main, 0.62));
2965
+ const j = Ie(i.background.default, 0.8);
2966
+ u(i.SnackbarContent, "bg", j), u(i.SnackbarContent, "color", oe(() => i.getContrastText(j))), u(i.SpeedDialAction, "fabHoverBg", Ie(i.background.paper, 0.15)), u(i.StepConnector, "border", C("palette-grey-400")), u(i.StepContent, "border", C("palette-grey-400")), u(i.Switch, "defaultColor", C("palette-common-white")), u(i.Switch, "defaultDisabledColor", C("palette-grey-100")), u(i.Switch, "primaryDisabledColor", F(i.primary.main, 0.62)), u(i.Switch, "secondaryDisabledColor", F(i.secondary.main, 0.62)), u(i.Switch, "errorDisabledColor", F(i.error.main, 0.62)), u(i.Switch, "infoDisabledColor", F(i.info.main, 0.62)), u(i.Switch, "successDisabledColor", F(i.success.main, 0.62)), u(i.Switch, "warningDisabledColor", F(i.warning.main, 0.62)), u(i.TableCell, "border", F(Re(i.divider, 1), 0.88)), u(i.Tooltip, "bg", Re(i.grey[700], 0.92));
2967
+ }
2968
+ if (i.mode === "dark") {
2969
+ u(i.Alert, "errorColor", F(i.error.light, 0.6)), u(i.Alert, "infoColor", F(i.info.light, 0.6)), u(i.Alert, "successColor", F(i.success.light, 0.6)), u(i.Alert, "warningColor", F(i.warning.light, 0.6)), u(i.Alert, "errorFilledBg", C("palette-error-dark")), u(i.Alert, "infoFilledBg", C("palette-info-dark")), u(i.Alert, "successFilledBg", C("palette-success-dark")), u(i.Alert, "warningFilledBg", C("palette-warning-dark")), u(i.Alert, "errorFilledColor", oe(() => i.getContrastText(i.error.dark))), u(i.Alert, "infoFilledColor", oe(() => i.getContrastText(i.info.dark))), u(i.Alert, "successFilledColor", oe(() => i.getContrastText(i.success.dark))), u(i.Alert, "warningFilledColor", oe(() => i.getContrastText(i.warning.dark))), u(i.Alert, "errorStandardBg", W(i.error.light, 0.9)), u(i.Alert, "infoStandardBg", W(i.info.light, 0.9)), u(i.Alert, "successStandardBg", W(i.success.light, 0.9)), u(i.Alert, "warningStandardBg", W(i.warning.light, 0.9)), u(i.Alert, "errorIconColor", C("palette-error-main")), u(i.Alert, "infoIconColor", C("palette-info-main")), u(i.Alert, "successIconColor", C("palette-success-main")), u(i.Alert, "warningIconColor", C("palette-warning-main")), u(i.AppBar, "defaultBg", C("palette-grey-900")), u(i.AppBar, "darkBg", C("palette-background-paper")), u(i.AppBar, "darkColor", C("palette-text-primary")), u(i.Avatar, "defaultBg", C("palette-grey-600")), u(i.Button, "inheritContainedBg", C("palette-grey-800")), u(i.Button, "inheritContainedHoverBg", C("palette-grey-700")), u(i.Chip, "defaultBorder", C("palette-grey-700")), u(i.Chip, "defaultAvatarColor", C("palette-grey-300")), u(i.Chip, "defaultIconColor", C("palette-grey-300")), u(i.FilledInput, "bg", "rgba(255, 255, 255, 0.09)"), u(i.FilledInput, "hoverBg", "rgba(255, 255, 255, 0.13)"), u(i.FilledInput, "disabledBg", "rgba(255, 255, 255, 0.12)"), u(i.LinearProgress, "primaryBg", W(i.primary.main, 0.5)), u(i.LinearProgress, "secondaryBg", W(i.secondary.main, 0.5)), u(i.LinearProgress, "errorBg", W(i.error.main, 0.5)), u(i.LinearProgress, "infoBg", W(i.info.main, 0.5)), u(i.LinearProgress, "successBg", W(i.success.main, 0.5)), u(i.LinearProgress, "warningBg", W(i.warning.main, 0.5)), u(i.Skeleton, "bg", `rgba(${C("palette-text-primaryChannel")} / 0.13)`), u(i.Slider, "primaryTrack", W(i.primary.main, 0.5)), u(i.Slider, "secondaryTrack", W(i.secondary.main, 0.5)), u(i.Slider, "errorTrack", W(i.error.main, 0.5)), u(i.Slider, "infoTrack", W(i.info.main, 0.5)), u(i.Slider, "successTrack", W(i.success.main, 0.5)), u(i.Slider, "warningTrack", W(i.warning.main, 0.5));
2970
+ const j = Ie(i.background.default, 0.98);
2971
+ u(i.SnackbarContent, "bg", j), u(i.SnackbarContent, "color", oe(() => i.getContrastText(j))), u(i.SpeedDialAction, "fabHoverBg", Ie(i.background.paper, 0.15)), u(i.StepConnector, "border", C("palette-grey-600")), u(i.StepContent, "border", C("palette-grey-600")), u(i.Switch, "defaultColor", C("palette-grey-300")), u(i.Switch, "defaultDisabledColor", C("palette-grey-600")), u(i.Switch, "primaryDisabledColor", W(i.primary.main, 0.55)), u(i.Switch, "secondaryDisabledColor", W(i.secondary.main, 0.55)), u(i.Switch, "errorDisabledColor", W(i.error.main, 0.55)), u(i.Switch, "infoDisabledColor", W(i.info.main, 0.55)), u(i.Switch, "successDisabledColor", W(i.success.main, 0.55)), u(i.Switch, "warningDisabledColor", W(i.warning.main, 0.55)), u(i.TableCell, "border", W(Re(i.divider, 1), 0.68)), u(i.Tooltip, "bg", Re(i.grey[700], 0.92));
2972
+ }
2973
+ ae(i.background, "default"), ae(i.background, "paper"), ae(i.common, "background"), ae(i.common, "onBackground"), ae(i, "divider"), Object.keys(i).forEach((j) => {
2974
+ const L = i[j];
2975
+ L && typeof L == "object" && (L.main && u(i[j], "mainChannel", we(Ee(L.main))), L.light && u(i[j], "lightChannel", we(Ee(L.light))), L.dark && u(i[j], "darkChannel", we(Ee(L.dark))), L.contrastText && u(i[j], "contrastTextChannel", we(Ee(L.contrastText))), j === "text" && (ae(i[j], "primary"), ae(i[j], "secondary")), j === "action" && (L.active && ae(i[j], "active"), L.selected && ae(i[j], "selected")));
2976
+ });
2977
+ }), w = r.reduce((q, i) => Q(q, i), w);
2978
+ const m = {
2979
+ prefix: a,
2980
+ disableCssColorScheme: o,
2981
+ shouldSkipGeneratingVar: s,
2982
+ getSelector: co(w)
2983
+ }, {
2984
+ vars: K,
2985
+ generateThemeVars: X,
2986
+ generateStyleSheets: ie
2987
+ } = In(w, m);
2988
+ return w.vars = K, Object.entries(w.colorSchemes[w.defaultColorScheme]).forEach(([q, i]) => {
2989
+ w[q] = i;
2990
+ }), w.generateThemeVars = X, w.generateStyleSheets = ie, w.generateSpacing = function() {
2991
+ return Hr(f.spacing, cr(this));
2992
+ }, w.getColorSchemeSelector = Bn(c), w.spacing = w.generateSpacing(), w.shouldSkipGeneratingVar = s, w.unstable_sxConfig = {
2993
+ ...Ye,
2994
+ ...f == null ? void 0 : f.unstable_sxConfig
2995
+ }, w.unstable_sx = function(i) {
2996
+ return Ke({
2997
+ sx: i,
2998
+ theme: this
2999
+ });
3000
+ }, w.toRuntimeSource = et, w;
3001
+ }
3002
+ function Wr(e, r, t) {
3003
+ e.colorSchemes && t && (e.colorSchemes[r] = {
3004
+ ...t !== !0 && t,
3005
+ palette: pr({
3006
+ ...t === !0 ? {} : t.palette,
3007
+ mode: r
3008
+ })
3009
+ // cast type to skip module augmentation test
3010
+ });
3011
+ }
3012
+ function Oo(e = {}, ...r) {
3013
+ const {
3014
+ palette: t,
3015
+ cssVariables: n = !1,
3016
+ colorSchemes: o = t ? void 0 : {
3017
+ light: !0
3018
+ },
3019
+ defaultColorScheme: a = t == null ? void 0 : t.mode,
3020
+ ...s
3021
+ } = e, c = a || "light", l = o == null ? void 0 : o[c], f = {
3022
+ ...o,
3023
+ ...t ? {
3024
+ [c]: {
3025
+ ...typeof l != "boolean" && l,
3026
+ palette: t
3027
+ }
3028
+ } : void 0
3029
+ };
3030
+ if (n === !1) {
3031
+ if (!("colorSchemes" in e))
3032
+ return Me(e, ...r);
3033
+ let h = t;
3034
+ "palette" in e || f[c] && (f[c] !== !0 ? h = f[c].palette : c === "dark" && (h = {
3035
+ mode: "dark"
3036
+ }));
3037
+ const d = Me({
3038
+ ...e,
3039
+ palette: h
3040
+ }, ...r);
3041
+ return d.defaultColorScheme = c, d.colorSchemes = f, d.palette.mode === "light" && (d.colorSchemes.light = {
3042
+ ...f.light !== !0 && f.light,
3043
+ palette: d.palette
3044
+ }, Wr(d, "dark", f.dark)), d.palette.mode === "dark" && (d.colorSchemes.dark = {
3045
+ ...f.dark !== !0 && f.dark,
3046
+ palette: d.palette
3047
+ }, Wr(d, "light", f.light)), d;
3048
+ }
3049
+ return !t && !("light" in f) && c === "light" && (f.light = !0), po({
3050
+ ...s,
3051
+ colorSchemes: f,
3052
+ defaultColorScheme: c,
3053
+ ...typeof n != "boolean" && n
3054
+ }, ...r);
3055
+ }
3056
+ const $o = "$$material";
3057
+ export {
3058
+ Co as $,
3059
+ po as A,
3060
+ no as B,
3061
+ ao as C,
3062
+ Yn as D,
3063
+ zn as E,
3064
+ so as F,
3065
+ Ye as G,
3066
+ le as H,
3067
+ Qr as I,
3068
+ wo as J,
3069
+ Vr as K,
3070
+ yo as L,
3071
+ Sn as M,
3072
+ So as N,
3073
+ Ke as O,
3074
+ Ce as P,
3075
+ Tn as Q,
3076
+ se as R,
3077
+ vo as S,
3078
+ $o as T,
3079
+ cr as U,
3080
+ Q as V,
3081
+ bo as W,
3082
+ Ae as X,
3083
+ ho as Y,
3084
+ de as Z,
3085
+ To as _,
3086
+ jn as a,
3087
+ Hr as a0,
3088
+ De as a1,
3089
+ ot as a2,
3090
+ ye as b,
3091
+ Oe as c,
3092
+ Eo as d,
3093
+ Jr as e,
3094
+ ce as f,
3095
+ ve as g,
3096
+ xn as h,
3097
+ qe as i,
3098
+ Pr as j,
3099
+ ar as k,
3100
+ be as l,
3101
+ kn as m,
3102
+ An as n,
3103
+ Te as o,
3104
+ me as p,
3105
+ fr as q,
3106
+ he as r,
3107
+ dr as s,
3108
+ yn as t,
3109
+ Oo as u,
3110
+ xo as v,
3111
+ eo as w,
3112
+ Xn as x,
3113
+ Jn as y,
3114
+ io as z
3115
+ };