everest-npm-features 0.0.61 → 0.0.63

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