everest-npm-features 0.0.61 → 0.0.62

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 (229) hide show
  1. package/dist/{Cancel-4lT7GZUA.js → Cancel-pHQsCjtK.js} +1 -1
  2. package/dist/{Close-CNwiMz_O.js → Close-DSxLLo08.js} +1 -1
  3. package/dist/{ContentCopy-coPwrEuz.js → ContentCopy-D0C0zbQj.js} +1 -1
  4. package/dist/{Delete-jpMstGIF.js → Delete-Bj8zmXnh.js} +1 -1
  5. package/dist/{ErrorOutline-CPQcnl2b.js → ErrorOutline-Bt7P4ChN.js} +1 -1
  6. package/dist/{FileDownload-Bt3R_NBr.js → FileDownload-DqREXR3D.js} +1 -1
  7. package/dist/{Info-BVeUSPyk.js → Info-DOoRR7sR.js} +1 -1
  8. package/dist/{PlayArrow-Bjz9LxhD.js → PlayArrow-BVDyfxsQ.js} +1 -1
  9. package/dist/Portal-BeS9yJCZ.js +968 -0
  10. package/dist/{auth-Cwq6nfwY.js → auth-DTJdu6mq.js} +10 -10
  11. package/dist/components/RocketRamp/MinimalKyc/form.js +45 -50
  12. package/dist/components/RocketRamp/MinimalKyc/index.js +6 -6
  13. package/dist/components/RocketRamp/Player/Buy/cardPayment.js +4 -6
  14. package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +3 -6
  15. package/dist/components/RocketRamp/Player/Buy/form.js +6 -15
  16. package/dist/components/RocketRamp/Player/Buy/index.js +3 -3
  17. package/dist/components/RocketRamp/Player/Dashboard/balance.js +20 -26
  18. package/dist/components/RocketRamp/Player/Dashboard/index.js +2 -2
  19. package/dist/components/RocketRamp/Player/Dashboard/transaction.js +13 -16
  20. package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +4 -9
  21. package/dist/components/RocketRamp/Player/Sell/form.js +6 -15
  22. package/dist/components/RocketRamp/Player/Sell/index.js +11 -10
  23. package/dist/components/RocketRamp/Player/SignIn/index.js +22 -24
  24. package/dist/components/RocketRamp/Player/SignIn/loginForm.js +32 -34
  25. package/dist/components/RocketRamp/Player/SignIn/otpForm.js +30 -32
  26. package/dist/components/RocketRamp/Player/SignUp/email.js +20 -22
  27. package/dist/components/RocketRamp/Player/SignUp/index.js +48 -51
  28. package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +67 -73
  29. package/dist/components/RocketRamp/Player/SignUp/summary.js +23 -25
  30. package/dist/components/RocketRamp/Player/SignUp/validateEmail.js +23 -25
  31. package/dist/components/RocketRamp/ResetPassword/index.js +22 -24
  32. package/dist/components/RocketRamp/Shared/Button/index.js +16 -17
  33. package/dist/components/RocketRamp/Shared/Input/index.js +27 -30
  34. package/dist/components/RocketRamp/Shared/backBtn.js +10 -11
  35. package/dist/components/RocketRamp/Shared/transactionItem.js +40 -45
  36. package/dist/components/RocketRamp/Store/Dashboard/balance.js +12 -17
  37. package/dist/components/RocketRamp/Store/Dashboard/index.js +11 -12
  38. package/dist/components/RocketRamp/Store/Dashboard/stats.js +12 -17
  39. package/dist/components/RocketRamp/Store/Dashboard/transaction.js +13 -16
  40. package/dist/components/RocketRamp/Store/SignUp/index.js +52 -55
  41. package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +47 -53
  42. package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +32 -36
  43. package/dist/components/RocketRamp/Store/SignUp/summary.js +21 -23
  44. package/dist/components/RocketRamp/Store/SignUp/validateEmail.js +23 -25
  45. package/dist/components/RocketRamp/Transactions/index.js +22 -23
  46. package/dist/components/Shared/FullKyc/countryList.js +15 -17
  47. package/dist/components/Shared/FullKyc/edd.js +50 -52
  48. package/dist/components/Shared/FullKyc/index.js +11 -9
  49. package/dist/components/Shared/FullKyc/pep.js +35 -43
  50. package/dist/components/Shared/FullKyc/personalDetails.js +5 -5
  51. package/dist/components/Shared/FullKyc/userInfo.js +6 -11
  52. package/dist/components/Shared/HistoryItem/index.js +43 -48
  53. package/dist/components/Shared/Incode/index.js +31 -35
  54. package/dist/components/Shared/MinimalKyc/index.js +59 -64
  55. package/dist/components/Shared/Sumsub/index.js +74 -61
  56. package/dist/components/Shared/loader.js +4 -5
  57. package/dist/components/Shared/tooltip.js +2 -2
  58. package/dist/components/Shared/transition.js +4 -4
  59. package/dist/components/Wallet/Account/createIban.js +34 -37
  60. package/dist/components/Wallet/Account/eWallet.js +35 -39
  61. package/dist/components/Wallet/Account/iban.js +49 -53
  62. package/dist/components/Wallet/Account/ibanItem.js +68 -73
  63. package/dist/components/Wallet/Account/index.js +66 -73
  64. package/dist/components/Wallet/Account/sendIban.js +79 -88
  65. package/dist/components/Wallet/Buy/confirmTransaction.js +6 -8
  66. package/dist/components/Wallet/Buy/form.js +6 -16
  67. package/dist/components/Wallet/Buy/index.js +2 -2
  68. package/dist/components/Wallet/Deposit/index.js +15 -17
  69. package/dist/components/Wallet/EnterpriseKyc/edd.js +31 -32
  70. package/dist/components/Wallet/EnterpriseKyc/index.js +73 -77
  71. package/dist/components/Wallet/EnterpriseKyc/individualKyc.js +23 -26
  72. package/dist/components/Wallet/EnterpriseKyc/kybIntro.js +5 -7
  73. package/dist/components/Wallet/EnterpriseKyc/kybTerms.js +1 -1
  74. package/dist/components/Wallet/EnterpriseKyc/kycType.js +23 -26
  75. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +32 -33
  76. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +3590 -1481
  77. package/dist/components/Wallet/EnterpriseKyc/success.js +3 -4
  78. package/dist/components/Wallet/EnterpriseKyc/verify.js +21 -21
  79. package/dist/components/Wallet/History/index.js +22 -796
  80. package/dist/components/Wallet/Home/index.js +13 -14
  81. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +91 -96
  82. package/dist/components/Wallet/Portfolio/dropdown.js +25 -30
  83. package/dist/components/Wallet/Portfolio/index.js +47 -50
  84. package/dist/components/Wallet/Portfolio/tokenRow.js +3 -4
  85. package/dist/components/Wallet/Profile/documents.js +125 -134
  86. package/dist/components/Wallet/Profile/index.js +37 -42
  87. package/dist/components/Wallet/Profile/storage.js +39 -47
  88. package/dist/components/Wallet/Receive/index.js +31 -36
  89. package/dist/components/Wallet/Sell/confirmTransaction.js +6 -8
  90. package/dist/components/Wallet/Sell/form.js +6 -16
  91. package/dist/components/Wallet/Sell/index.js +2 -2
  92. package/dist/components/Wallet/Send/index.js +98 -107
  93. package/dist/components/Wallet/Shared/Auth/emailForm.js +13 -15
  94. package/dist/components/Wallet/Shared/Auth/otpForm.js +8 -355
  95. package/dist/components/Wallet/Shared/BankSelect/index.js +44 -48
  96. package/dist/components/Wallet/Shared/CardCorp/index.js +17 -18
  97. package/dist/components/Wallet/Shared/CardPayment/index.js +14 -16
  98. package/dist/components/Wallet/Shared/ConnectWallet/index.js +22 -28
  99. package/dist/components/Wallet/Shared/Container/index.js +15 -16
  100. package/dist/components/Wallet/Shared/Input/index.js +3 -3
  101. package/dist/components/Wallet/Shared/Keyboard/keyboard.js +29 -30
  102. package/dist/components/Wallet/Shared/Order/paymentButton.js +13 -14
  103. package/dist/components/Wallet/Shared/TokenModal/index.js +55 -63
  104. package/dist/components/Wallet/Shared/TokenModal/tokenGrid.js +11 -13
  105. package/dist/components/Wallet/Shared/addBank.js +40 -44
  106. package/dist/components/Wallet/Shared/appButton.js +11 -15
  107. package/dist/components/Wallet/Shared/backBtn.js +8 -9
  108. package/dist/components/Wallet/Shared/button.js +7 -7
  109. package/dist/components/Wallet/Shared/connectPlaidBank.js +15 -16
  110. package/dist/components/Wallet/Shared/inputField.js +5 -5
  111. package/dist/components/Wallet/Shared/manualSend.js +7 -11
  112. package/dist/components/Wallet/Shared/noData.js +4 -5
  113. package/dist/components/Wallet/Shared/pin.js +25 -27
  114. package/dist/components/Wallet/Shared/radioButton.js +39 -5
  115. package/dist/components/Wallet/Shared/step.js +12 -13
  116. package/dist/components/Wallet/Shared/timer.js +1 -1
  117. package/dist/components/Wallet/SignIn/index.js +16 -16
  118. package/dist/components/Wallet/SignUp/index.js +62 -152
  119. package/dist/components/Wallet/SignUp/terms.js +1 -1
  120. package/dist/components/Wallet/Stake/gems/index.js +51 -58
  121. package/dist/components/Wallet/Stake/id/index.js +73 -81
  122. package/dist/components/Wallet/Stake/index.js +64 -67
  123. package/dist/components/Wallet/Swap/form.js +8 -17
  124. package/dist/components/Wallet/Swap/index.js +2 -2
  125. package/dist/components/Wallet/SwapAndUniSwap/index.js +3 -5
  126. package/dist/components/Wallet/Withdraw/bankSelect.js +40 -44
  127. package/dist/components/Wallet/Withdraw/confirmTransaction.js +3 -6
  128. package/dist/components/Wallet/Withdraw/form.js +4 -15
  129. package/dist/components/Wallet/Withdraw/index.js +2 -2
  130. package/dist/{createSvgIcon-Cuzqm90l.js → createSvgIcon-B28GrUxG.js} +41 -45
  131. package/dist/hoc/withThemeProvider.js +5 -732
  132. package/dist/hooks/useDialog/index.js +22 -23
  133. package/dist/hooks/useRrDialog/index.js +43 -46
  134. package/dist/hooks/useSnackBar.js +24 -696
  135. package/dist/icons/buyIcon.js +1 -1
  136. package/dist/icons/canceledBuyIcon.js +1 -1
  137. package/dist/icons/canceledRedeemIcon.js +1 -1
  138. package/dist/icons/failedBuyIcon.js +2 -2
  139. package/dist/icons/failedRedeemIcon.js +2 -2
  140. package/dist/icons/pendingBuyIcon.js +1 -1
  141. package/dist/icons/pendingRedeemIcon.js +1 -1
  142. package/dist/icons/redeemIcon.js +1 -1
  143. package/dist/{index-BbVpeed7.js → index-3OQ4M69t.js} +87 -96
  144. package/dist/{index-BHG1bT4t.js → index-BBFbUCRZ.js} +123 -128
  145. package/dist/{index-Dh_ahu-u.js → index-C1WPCgkl.js} +129 -140
  146. package/dist/{index-eEBuSKOo.js → index-CDwzoHu7.js} +124 -134
  147. package/dist/{index-B9oucF3r.js → index-CK4kLRAw.js} +189 -198
  148. package/dist/{index-C7Td5yoW.js → index-CYX3j0V7.js} +172 -181
  149. package/dist/{index-D2JWUPz8.js → index-ILpK4BCB.js} +154 -163
  150. package/dist/main.js +7 -7
  151. package/dist/memoTheme-DnE8lj0t.js +3481 -0
  152. package/dist/otpForm-fiNqeB5H.js +7378 -0
  153. package/dist/{tokenRow-C-iMHhPj.js → tokenRow-BiNtHOKV.js} +20 -21
  154. package/dist/tooltip-BW0UyWw7.js +2129 -0
  155. package/package.json +6 -6
  156. package/dist/Alert-DzsbFW3-.js +0 -369
  157. package/dist/Autocomplete-CE-OI2t8.js +0 -2429
  158. package/dist/Avatar-1XklXr4O.js +0 -281
  159. package/dist/Backdrop-CioURPVG.js +0 -359
  160. package/dist/Box-B0YSYLco.js +0 -59
  161. package/dist/Button-Df4vgU24.js +0 -663
  162. package/dist/ButtonBase-DLF5c6wi.js +0 -870
  163. package/dist/CardContent-D9wTdpu-.js +0 -141
  164. package/dist/CircularProgress-xZA3lvba.js +0 -252
  165. package/dist/Close-CxzDL3J-.js +0 -9
  166. package/dist/Container-urNKV7hm.js +0 -181
  167. package/dist/DefaultPropsProvider-CeF7UYM9.js +0 -92
  168. package/dist/DefaultPropsProvider-oAu9El-f.js +0 -226
  169. package/dist/DialogContent-BMwlOnbW.js +0 -567
  170. package/dist/DialogTitle-CfS0bb2K.js +0 -70
  171. package/dist/Divider-BShhMFf4.js +0 -297
  172. package/dist/FilledInput-DuNqnPjc.js +0 -1292
  173. package/dist/FormControl-RtZDQMdA.js +0 -258
  174. package/dist/FormControlLabel-BliKW48y.js +0 -519
  175. package/dist/GlobalStyles-ChMhDfTS.js +0 -59
  176. package/dist/Grid-CFe3amXO.js +0 -410
  177. package/dist/Grow-CnGtel3u.js +0 -196
  178. package/dist/HTMLElementType-BrQSV2FE.js +0 -13
  179. package/dist/IconButton-DHm-hucF.js +0 -297
  180. package/dist/InputAdornment-DMiED3JH.js +0 -173
  181. package/dist/Link-DBA9Yifs.js +0 -266
  182. package/dist/ListItemIcon-CUcyTEEm.js +0 -84
  183. package/dist/Menu-DLYFFrEk.js +0 -1239
  184. package/dist/MenuItem-DUdYOJr4.js +0 -271
  185. package/dist/Modal-CFIQ_s3T.js +0 -743
  186. package/dist/Paper-Bgt2WXI6.js +0 -186
  187. package/dist/Popper-BBAoiZKn.js +0 -1409
  188. package/dist/Portal-BMAxiQwe.js +0 -69
  189. package/dist/RadioGroup-nvoSN0JN.js +0 -189
  190. package/dist/Select-CB5yWmyn.js +0 -1886
  191. package/dist/Slide-B9Nw0LZ4.js +0 -235
  192. package/dist/Stack-k55YTxET.js +0 -172
  193. package/dist/SwitchBase-C8zFyg_x.js +0 -318
  194. package/dist/TextField-DPpRUQe3.js +0 -978
  195. package/dist/TransitionGroupContext-CYRQkQ6k.js +0 -49
  196. package/dist/Typography-pAaje37G.js +0 -260
  197. package/dist/chainPropTypes-D9lkm76m.js +0 -8
  198. package/dist/clsx-BTaloaeC.js +0 -264
  199. package/dist/createChainedFunction-C0nujS3O.js +0 -9
  200. package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +0 -17
  201. package/dist/createTheme-CD19zQB7.js +0 -3825
  202. package/dist/debounce-46wSf_lW.js +0 -15
  203. package/dist/defaultTheme-C35y5cLB.js +0 -5
  204. package/dist/dividerClasses-BDxa2gAa.js +0 -10
  205. package/dist/elementAcceptingRef-CqLvP78G.js +0 -391
  206. package/dist/elementTypeAcceptingRef-BdsMpCbS.js +0 -23
  207. package/dist/emotion-react.browser.esm-BIrDfk-B.js +0 -246
  208. package/dist/exactProp-C1Lmtwf_.js +0 -13
  209. package/dist/extendSxProp-B8UjbJ56.js +0 -37
  210. package/dist/generateUtilityClasses-BRiE4Guh.js +0 -10
  211. package/dist/index-B0Z-Gjno.js +0 -22
  212. package/dist/index-DUcLo3x5.js +0 -43
  213. package/dist/isFocusVisible-CPZqtjv2.js +0 -12
  214. package/dist/isHostComponent-kiaBvYVo.js +0 -6
  215. package/dist/isMuiElement-DnSE4qG4.js +0 -13
  216. package/dist/memoTheme-yHaPezod.js +0 -15
  217. package/dist/ownerWindow-CRgpWY6I.js +0 -7
  218. package/dist/radioButton-CzlYB0Lh.js +0 -402
  219. package/dist/refType-BsTH3qnM.js +0 -56
  220. package/dist/tooltip-3UvETWtS.js +0 -740
  221. package/dist/useControlled-nm4pBabJ.js +0 -31
  222. package/dist/useEnhancedEffect-CJGo-L3B.js +0 -5
  223. package/dist/useFormControl-CatNKXAi.js +0 -10
  224. package/dist/useId-CK6Kn3Tn.js +0 -21
  225. package/dist/useSlot-CW7SOYlh.js +0 -125
  226. package/dist/useSlotProps-BfEOwJvJ.js +0 -25
  227. package/dist/useTheme-BQJ5lp0i.js +0 -11
  228. package/dist/useTheme-S5_DHFsQ.js +0 -17
  229. package/dist/useThemeProps-DN9MjdTl.js +0 -29
@@ -1,141 +0,0 @@
1
- import * as d from "react";
2
- import { g as p, P as o } from "./createTheme-CD19zQB7.js";
3
- import { c as u } from "./clsx-BTaloaeC.js";
4
- import { g as f } from "./generateUtilityClasses-BRiE4Guh.js";
5
- import { jsx as C } from "react/jsx-runtime";
6
- import { s as m, u as y, c as g } from "./DefaultPropsProvider-oAu9El-f.js";
7
- import { P as b } from "./Paper-Bgt2WXI6.js";
8
- import { c as v } from "./chainPropTypes-D9lkm76m.js";
9
- function N(t) {
10
- return p("MuiCard", t);
11
- }
12
- f("MuiCard", ["root"]);
13
- const h = (t) => {
14
- const {
15
- classes: s
16
- } = t;
17
- return g({
18
- root: ["root"]
19
- }, N, s);
20
- }, w = m(b, {
21
- name: "MuiCard",
22
- slot: "Root"
23
- })({
24
- overflow: "hidden"
25
- }), M = /* @__PURE__ */ d.forwardRef(function(s, e) {
26
- const r = y({
27
- props: s,
28
- name: "MuiCard"
29
- }), {
30
- className: c,
31
- raised: n = !1,
32
- ...i
33
- } = r, a = {
34
- ...r,
35
- raised: n
36
- }, l = h(a);
37
- return /* @__PURE__ */ C(w, {
38
- className: u(l.root, c),
39
- elevation: n ? 8 : void 0,
40
- ref: e,
41
- ownerState: a,
42
- ...i
43
- });
44
- });
45
- process.env.NODE_ENV !== "production" && (M.propTypes = {
46
- // ┌────────────────────────────── Warning ──────────────────────────────┐
47
- // │ These PropTypes are generated from the TypeScript type definitions. │
48
- // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
49
- // └─────────────────────────────────────────────────────────────────────┘
50
- /**
51
- * The content of the component.
52
- */
53
- children: o.node,
54
- /**
55
- * Override or extend the styles applied to the component.
56
- */
57
- classes: o.object,
58
- /**
59
- * @ignore
60
- */
61
- className: o.string,
62
- /**
63
- * If `true`, the card will use raised styling.
64
- * @default false
65
- */
66
- raised: v(o.bool, (t) => t.raised && t.variant === "outlined" ? new Error('MUI: Combining `raised={true}` with `variant="outlined"` has no effect.') : null),
67
- /**
68
- * The system prop that allows defining system overrides as well as additional CSS styles.
69
- */
70
- sx: o.oneOfType([o.arrayOf(o.oneOfType([o.func, o.object, o.bool])), o.func, o.object])
71
- });
72
- function T(t) {
73
- return p("MuiCardContent", t);
74
- }
75
- f("MuiCardContent", ["root"]);
76
- const O = (t) => {
77
- const {
78
- classes: s
79
- } = t;
80
- return g({
81
- root: ["root"]
82
- }, T, s);
83
- }, j = m("div", {
84
- name: "MuiCardContent",
85
- slot: "Root"
86
- })({
87
- padding: 16,
88
- "&:last-child": {
89
- paddingBottom: 24
90
- }
91
- }), R = /* @__PURE__ */ d.forwardRef(function(s, e) {
92
- const r = y({
93
- props: s,
94
- name: "MuiCardContent"
95
- }), {
96
- className: c,
97
- component: n = "div",
98
- ...i
99
- } = r, a = {
100
- ...r,
101
- component: n
102
- }, l = O(a);
103
- return /* @__PURE__ */ C(j, {
104
- as: n,
105
- className: u(l.root, c),
106
- ownerState: a,
107
- ref: e,
108
- ...i
109
- });
110
- });
111
- process.env.NODE_ENV !== "production" && (R.propTypes = {
112
- // ┌────────────────────────────── Warning ──────────────────────────────┐
113
- // │ These PropTypes are generated from the TypeScript type definitions. │
114
- // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
115
- // └─────────────────────────────────────────────────────────────────────┘
116
- /**
117
- * The content of the component.
118
- */
119
- children: o.node,
120
- /**
121
- * Override or extend the styles applied to the component.
122
- */
123
- classes: o.object,
124
- /**
125
- * @ignore
126
- */
127
- className: o.string,
128
- /**
129
- * The component used for the root node.
130
- * Either a string to use a HTML element or a component.
131
- */
132
- component: o.elementType,
133
- /**
134
- * The system prop that allows defining system overrides as well as additional CSS styles.
135
- */
136
- sx: o.oneOfType([o.arrayOf(o.oneOfType([o.func, o.object, o.bool])), o.func, o.object])
137
- });
138
- export {
139
- M as C,
140
- R as a
141
- };
@@ -1,252 +0,0 @@
1
- import * as O from "react";
2
- import { g as T, b as c, P as r } from "./createTheme-CD19zQB7.js";
3
- import { c as N } from "./clsx-BTaloaeC.js";
4
- import { m as P } from "./memoTheme-yHaPezod.js";
5
- import { c as R } from "./createSimplePaletteValueFilter-B7--0ryQ.js";
6
- import { g as j } from "./generateUtilityClasses-BRiE4Guh.js";
7
- import { jsx as h } from "react/jsx-runtime";
8
- import { k as x, c as w } from "./emotion-react.browser.esm-BIrDfk-B.js";
9
- import { s as g, u as U, c as E } from "./DefaultPropsProvider-oAu9El-f.js";
10
- import { c as I } from "./chainPropTypes-D9lkm76m.js";
11
- function z(e) {
12
- return T("MuiCircularProgress", e);
13
- }
14
- j("MuiCircularProgress", ["root", "determinate", "indeterminate", "colorPrimary", "colorSecondary", "svg", "circle", "circleDeterminate", "circleIndeterminate", "circleDisableShrink"]);
15
- const a = 44, y = x`
16
- 0% {
17
- transform: rotate(0deg);
18
- }
19
-
20
- 100% {
21
- transform: rotate(360deg);
22
- }
23
- `, v = x`
24
- 0% {
25
- stroke-dasharray: 1px, 200px;
26
- stroke-dashoffset: 0;
27
- }
28
-
29
- 50% {
30
- stroke-dasharray: 100px, 200px;
31
- stroke-dashoffset: -15px;
32
- }
33
-
34
- 100% {
35
- stroke-dasharray: 1px, 200px;
36
- stroke-dashoffset: -126px;
37
- }
38
- `, F = typeof y != "string" ? w`
39
- animation: ${y} 1.4s linear infinite;
40
- ` : null, V = typeof v != "string" ? w`
41
- animation: ${v} 1.4s ease-in-out infinite;
42
- ` : null, A = (e) => {
43
- const {
44
- classes: t,
45
- variant: s,
46
- color: o,
47
- disableShrink: l
48
- } = e, m = {
49
- root: ["root", s, `color${c(o)}`],
50
- svg: ["svg"],
51
- circle: ["circle", `circle${c(s)}`, l && "circleDisableShrink"]
52
- };
53
- return E(m, z, t);
54
- }, K = g("span", {
55
- name: "MuiCircularProgress",
56
- slot: "Root",
57
- overridesResolver: (e, t) => {
58
- const {
59
- ownerState: s
60
- } = e;
61
- return [t.root, t[s.variant], t[`color${c(s.color)}`]];
62
- }
63
- })(P(({
64
- theme: e
65
- }) => ({
66
- display: "inline-block",
67
- variants: [{
68
- props: {
69
- variant: "determinate"
70
- },
71
- style: {
72
- transition: e.transitions.create("transform")
73
- }
74
- }, {
75
- props: {
76
- variant: "indeterminate"
77
- },
78
- style: F || {
79
- animation: `${y} 1.4s linear infinite`
80
- }
81
- }, ...Object.entries(e.palette).filter(R()).map(([t]) => ({
82
- props: {
83
- color: t
84
- },
85
- style: {
86
- color: (e.vars || e).palette[t].main
87
- }
88
- }))]
89
- }))), B = g("svg", {
90
- name: "MuiCircularProgress",
91
- slot: "Svg"
92
- })({
93
- display: "block"
94
- // Keeps the progress centered
95
- }), G = g("circle", {
96
- name: "MuiCircularProgress",
97
- slot: "Circle",
98
- overridesResolver: (e, t) => {
99
- const {
100
- ownerState: s
101
- } = e;
102
- return [t.circle, t[`circle${c(s.variant)}`], s.disableShrink && t.circleDisableShrink];
103
- }
104
- })(P(({
105
- theme: e
106
- }) => ({
107
- stroke: "currentColor",
108
- variants: [{
109
- props: {
110
- variant: "determinate"
111
- },
112
- style: {
113
- transition: e.transitions.create("stroke-dashoffset")
114
- }
115
- }, {
116
- props: {
117
- variant: "indeterminate"
118
- },
119
- style: {
120
- // Some default value that looks fine waiting for the animation to kicks in.
121
- strokeDasharray: "80px, 200px",
122
- strokeDashoffset: 0
123
- // Add the unit to fix a Edge 16 and below bug.
124
- }
125
- }, {
126
- props: ({
127
- ownerState: t
128
- }) => t.variant === "indeterminate" && !t.disableShrink,
129
- style: V || {
130
- // At runtime for Pigment CSS, `bufferAnimation` will be null and the generated keyframe will be used.
131
- animation: `${v} 1.4s ease-in-out infinite`
132
- }
133
- }]
134
- }))), W = /* @__PURE__ */ O.forwardRef(function(t, s) {
135
- const o = U({
136
- props: t,
137
- name: "MuiCircularProgress"
138
- }), {
139
- className: l,
140
- color: m = "primary",
141
- disableShrink: $ = !1,
142
- size: p = 40,
143
- style: D,
144
- thickness: i = 3.6,
145
- value: f = 0,
146
- variant: k = "indeterminate",
147
- ...M
148
- } = o, n = {
149
- ...o,
150
- color: m,
151
- disableShrink: $,
152
- size: p,
153
- thickness: i,
154
- value: f,
155
- variant: k
156
- }, u = A(n), d = {}, b = {}, S = {};
157
- if (k === "determinate") {
158
- const C = 2 * Math.PI * ((a - i) / 2);
159
- d.strokeDasharray = C.toFixed(3), S["aria-valuenow"] = Math.round(f), d.strokeDashoffset = `${((100 - f) / 100 * C).toFixed(3)}px`, b.transform = "rotate(-90deg)";
160
- }
161
- return /* @__PURE__ */ h(K, {
162
- className: N(u.root, l),
163
- style: {
164
- width: p,
165
- height: p,
166
- ...b,
167
- ...D
168
- },
169
- ownerState: n,
170
- ref: s,
171
- role: "progressbar",
172
- ...S,
173
- ...M,
174
- children: /* @__PURE__ */ h(B, {
175
- className: u.svg,
176
- ownerState: n,
177
- viewBox: `${a / 2} ${a / 2} ${a} ${a}`,
178
- children: /* @__PURE__ */ h(G, {
179
- className: u.circle,
180
- style: d,
181
- ownerState: n,
182
- cx: a,
183
- cy: a,
184
- r: (a - i) / 2,
185
- fill: "none",
186
- strokeWidth: i
187
- })
188
- })
189
- });
190
- });
191
- process.env.NODE_ENV !== "production" && (W.propTypes = {
192
- // ┌────────────────────────────── Warning ──────────────────────────────┐
193
- // │ These PropTypes are generated from the TypeScript type definitions. │
194
- // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
195
- // └─────────────────────────────────────────────────────────────────────┘
196
- /**
197
- * Override or extend the styles applied to the component.
198
- */
199
- classes: r.object,
200
- /**
201
- * @ignore
202
- */
203
- className: r.string,
204
- /**
205
- * The color of the component.
206
- * It supports both default and custom theme colors, which can be added as shown in the
207
- * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
208
- * @default 'primary'
209
- */
210
- color: r.oneOfType([r.oneOf(["inherit", "primary", "secondary", "error", "info", "success", "warning"]), r.string]),
211
- /**
212
- * If `true`, the shrink animation is disabled.
213
- * This only works if variant is `indeterminate`.
214
- * @default false
215
- */
216
- disableShrink: I(r.bool, (e) => e.disableShrink && e.variant && e.variant !== "indeterminate" ? new Error("MUI: You have provided the `disableShrink` prop with a variant other than `indeterminate`. This will have no effect.") : null),
217
- /**
218
- * The size of the component.
219
- * If using a number, the pixel unit is assumed.
220
- * If using a string, you need to provide the CSS unit, for example '3rem'.
221
- * @default 40
222
- */
223
- size: r.oneOfType([r.number, r.string]),
224
- /**
225
- * @ignore
226
- */
227
- style: r.object,
228
- /**
229
- * The system prop that allows defining system overrides as well as additional CSS styles.
230
- */
231
- sx: r.oneOfType([r.arrayOf(r.oneOfType([r.func, r.object, r.bool])), r.func, r.object]),
232
- /**
233
- * The thickness of the circle.
234
- * @default 3.6
235
- */
236
- thickness: r.number,
237
- /**
238
- * The value of the progress indicator for the determinate variant.
239
- * Value between 0 and 100.
240
- * @default 0
241
- */
242
- value: r.number,
243
- /**
244
- * The variant to use.
245
- * Use indeterminate when there is no progress value.
246
- * @default 'indeterminate'
247
- */
248
- variant: r.oneOf(["determinate", "indeterminate"])
249
- });
250
- export {
251
- W as C
252
- };
@@ -1,9 +0,0 @@
1
- import "react";
2
- import { c as o } from "./createSvgIcon-Cuzqm90l.js";
3
- import { jsx as r } from "react/jsx-runtime";
4
- const e = o(/* @__PURE__ */ r("path", {
5
- d: "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
6
- }), "Close");
7
- export {
8
- e as C
9
- };
@@ -1,181 +0,0 @@
1
- import { P as e, e as T, b as m, g as W } from "./createTheme-CD19zQB7.js";
2
- import { c as v, s as y, u as O } from "./DefaultPropsProvider-oAu9El-f.js";
3
- import * as k from "react";
4
- import { c as G } from "./clsx-BTaloaeC.js";
5
- import { jsx as R } from "react/jsx-runtime";
6
- import { s as j, u as N } from "./useThemeProps-DN9MjdTl.js";
7
- const P = T(), $ = j("div", {
8
- name: "MuiContainer",
9
- slot: "Root",
10
- overridesResolver: (a, t) => {
11
- const {
12
- ownerState: n
13
- } = a;
14
- return [t.root, t[`maxWidth${m(String(n.maxWidth))}`], n.fixed && t.fixed, n.disableGutters && t.disableGutters];
15
- }
16
- }), S = (a) => N({
17
- props: a,
18
- name: "MuiContainer",
19
- defaultTheme: P
20
- }), M = (a, t) => {
21
- const n = (i) => W(t, i), {
22
- classes: l,
23
- fixed: u,
24
- disableGutters: d,
25
- maxWidth: o
26
- } = a, s = {
27
- root: ["root", o && `maxWidth${m(String(o))}`, u && "fixed", d && "disableGutters"]
28
- };
29
- return v(s, n, l);
30
- };
31
- function D(a = {}) {
32
- const {
33
- // This will allow adding custom styled fn (for example for custom sx style function)
34
- createStyledComponent: t = $,
35
- useThemeProps: n = S,
36
- componentName: l = "MuiContainer"
37
- } = a, u = t(({
38
- theme: o,
39
- ownerState: s
40
- }) => ({
41
- width: "100%",
42
- marginLeft: "auto",
43
- boxSizing: "border-box",
44
- marginRight: "auto",
45
- ...!s.disableGutters && {
46
- paddingLeft: o.spacing(2),
47
- paddingRight: o.spacing(2),
48
- // @ts-ignore module augmentation fails if custom breakpoints are used
49
- [o.breakpoints.up("sm")]: {
50
- paddingLeft: o.spacing(3),
51
- paddingRight: o.spacing(3)
52
- }
53
- }
54
- }), ({
55
- theme: o,
56
- ownerState: s
57
- }) => s.fixed && Object.keys(o.breakpoints.values).reduce((i, p) => {
58
- const c = p, r = o.breakpoints.values[c];
59
- return r !== 0 && (i[o.breakpoints.up(c)] = {
60
- maxWidth: `${r}${o.breakpoints.unit}`
61
- }), i;
62
- }, {}), ({
63
- theme: o,
64
- ownerState: s
65
- }) => ({
66
- // @ts-ignore module augmentation fails if custom breakpoints are used
67
- ...s.maxWidth === "xs" && {
68
- // @ts-ignore module augmentation fails if custom breakpoints are used
69
- [o.breakpoints.up("xs")]: {
70
- // @ts-ignore module augmentation fails if custom breakpoints are used
71
- maxWidth: Math.max(o.breakpoints.values.xs, 444)
72
- }
73
- },
74
- ...s.maxWidth && // @ts-ignore module augmentation fails if custom breakpoints are used
75
- s.maxWidth !== "xs" && {
76
- // @ts-ignore module augmentation fails if custom breakpoints are used
77
- [o.breakpoints.up(s.maxWidth)]: {
78
- // @ts-ignore module augmentation fails if custom breakpoints are used
79
- maxWidth: `${o.breakpoints.values[s.maxWidth]}${o.breakpoints.unit}`
80
- }
81
- }
82
- })), d = /* @__PURE__ */ k.forwardRef(function(s, i) {
83
- const p = n(s), {
84
- className: c,
85
- component: r = "div",
86
- disableGutters: x = !1,
87
- fixed: b = !1,
88
- maxWidth: g = "lg",
89
- classes: L,
90
- ...h
91
- } = p, f = {
92
- ...p,
93
- component: r,
94
- disableGutters: x,
95
- fixed: b,
96
- maxWidth: g
97
- }, C = M(f, l);
98
- return (
99
- // @ts-ignore theme is injected by the styled util
100
- /* @__PURE__ */ R(u, {
101
- as: r,
102
- ownerState: f,
103
- className: G(C.root, c),
104
- ref: i,
105
- ...h
106
- })
107
- );
108
- });
109
- return process.env.NODE_ENV !== "production" && (d.propTypes = {
110
- children: e.node,
111
- classes: e.object,
112
- className: e.string,
113
- component: e.elementType,
114
- disableGutters: e.bool,
115
- fixed: e.bool,
116
- maxWidth: e.oneOfType([e.oneOf(["xs", "sm", "md", "lg", "xl", !1]), e.string]),
117
- sx: e.oneOfType([e.arrayOf(e.oneOfType([e.func, e.object, e.bool])), e.func, e.object])
118
- }), d;
119
- }
120
- const E = D({
121
- createStyledComponent: y("div", {
122
- name: "MuiContainer",
123
- slot: "Root",
124
- overridesResolver: (a, t) => {
125
- const {
126
- ownerState: n
127
- } = a;
128
- return [t.root, t[`maxWidth${m(String(n.maxWidth))}`], n.fixed && t.fixed, n.disableGutters && t.disableGutters];
129
- }
130
- }),
131
- useThemeProps: (a) => O({
132
- props: a,
133
- name: "MuiContainer"
134
- })
135
- });
136
- process.env.NODE_ENV !== "production" && (E.propTypes = {
137
- // ┌────────────────────────────── Warning ──────────────────────────────┐
138
- // │ These PropTypes are generated from the TypeScript type definitions. │
139
- // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
140
- // └─────────────────────────────────────────────────────────────────────┘
141
- /**
142
- * @ignore
143
- */
144
- children: e.node,
145
- /**
146
- * Override or extend the styles applied to the component.
147
- */
148
- classes: e.object,
149
- /**
150
- * The component used for the root node.
151
- * Either a string to use a HTML element or a component.
152
- */
153
- component: e.elementType,
154
- /**
155
- * If `true`, the left and right padding is removed.
156
- * @default false
157
- */
158
- disableGutters: e.bool,
159
- /**
160
- * Set the max-width to match the min-width of the current breakpoint.
161
- * This is useful if you'd prefer to design for a fixed set of sizes
162
- * instead of trying to accommodate a fully fluid viewport.
163
- * It's fluid by default.
164
- * @default false
165
- */
166
- fixed: e.bool,
167
- /**
168
- * Determine the max-width of the container.
169
- * The container width grows with the size of the screen.
170
- * Set to `false` to disable `maxWidth`.
171
- * @default 'lg'
172
- */
173
- maxWidth: e.oneOfType([e.oneOf(["xs", "sm", "md", "lg", "xl", !1]), e.string]),
174
- /**
175
- * The system prop that allows defining system overrides as well as additional CSS styles.
176
- */
177
- sx: e.oneOfType([e.arrayOf(e.oneOfType([e.func, e.object, e.bool])), e.func, e.object])
178
- });
179
- export {
180
- E as C
181
- };
@@ -1,92 +0,0 @@
1
- import * as y from "react";
2
- import { P as f } from "./createTheme-CD19zQB7.js";
3
- import { jsx as v } from "react/jsx-runtime";
4
- import { c as N } from "./clsx-BTaloaeC.js";
5
- function l(n, e, s = !1) {
6
- const o = {
7
- ...e
8
- };
9
- for (const c in n)
10
- if (Object.prototype.hasOwnProperty.call(n, c)) {
11
- const t = c;
12
- if (t === "components" || t === "slots")
13
- o[t] = {
14
- ...n[t],
15
- ...o[t]
16
- };
17
- else if (t === "componentsProps" || t === "slotProps") {
18
- const r = n[t], i = e[t];
19
- if (!i)
20
- o[t] = r || {};
21
- else if (!r)
22
- o[t] = i;
23
- else {
24
- o[t] = {
25
- ...i
26
- };
27
- for (const a in r)
28
- if (Object.prototype.hasOwnProperty.call(r, a)) {
29
- const m = a;
30
- o[t][m] = l(r[m], i[m], s);
31
- }
32
- }
33
- } else t === "className" && s && e.className ? o.className = N(n == null ? void 0 : n.className, e == null ? void 0 : e.className) : t === "style" && s && e.style ? o.style = {
34
- ...n == null ? void 0 : n.style,
35
- ...e == null ? void 0 : e.style
36
- } : o[t] === void 0 && (o[t] = n[t]);
37
- }
38
- return o;
39
- }
40
- const u = /* @__PURE__ */ y.createContext(void 0);
41
- function h({
42
- value: n,
43
- children: e
44
- }) {
45
- return /* @__PURE__ */ v(u.Provider, {
46
- value: n,
47
- children: e
48
- });
49
- }
50
- process.env.NODE_ENV !== "production" && (h.propTypes = {
51
- // ┌────────────────────────────── Warning ──────────────────────────────┐
52
- // │ These PropTypes are generated from the TypeScript type definitions. │
53
- // │ To update them, edit the TypeScript types and run `pnpm proptypes`. │
54
- // └─────────────────────────────────────────────────────────────────────┘
55
- /**
56
- * @ignore
57
- */
58
- children: f.node,
59
- /**
60
- * @ignore
61
- */
62
- value: f.object
63
- });
64
- function x(n) {
65
- const {
66
- theme: e,
67
- name: s,
68
- props: o
69
- } = n;
70
- if (!e || !e.components || !e.components[s])
71
- return o;
72
- const c = e.components[s];
73
- return c.defaultProps ? l(c.defaultProps, o, e.components.mergeClassNameAndStyle) : !c.styleOverrides && !c.variants ? l(c, o, e.components.mergeClassNameAndStyle) : o;
74
- }
75
- function P({
76
- props: n,
77
- name: e
78
- }) {
79
- const s = y.useContext(u);
80
- return x({
81
- props: n,
82
- name: e,
83
- theme: {
84
- components: s
85
- }
86
- });
87
- }
88
- export {
89
- h as D,
90
- l as r,
91
- P as u
92
- };