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,15 +0,0 @@
1
- function i(o, u = 166) {
2
- let e;
3
- function t(...c) {
4
- const n = () => {
5
- o.apply(this, c);
6
- };
7
- clearTimeout(e), e = setTimeout(n, u);
8
- }
9
- return t.clear = () => {
10
- clearTimeout(e);
11
- }, t;
12
- }
13
- export {
14
- i as d
15
- };
@@ -1,5 +0,0 @@
1
- import { c as e } from "./createTheme-CD19zQB7.js";
2
- const a = e();
3
- export {
4
- a as d
5
- };
@@ -1,10 +0,0 @@
1
- import { g as t } from "./generateUtilityClasses-BRiE4Guh.js";
2
- import { g as e } from "./createTheme-CD19zQB7.js";
3
- function s(i) {
4
- return e("MuiDivider", i);
5
- }
6
- const a = t("MuiDivider", ["root", "absolute", "fullWidth", "inset", "middle", "flexItem", "light", "vertical", "withChildren", "withChildrenVertical", "textAlignRight", "textAlignLeft", "wrapper", "wrapperVertical"]);
7
- export {
8
- a as d,
9
- s as g
10
- };
@@ -1,391 +0,0 @@
1
- import { _ as y, a as C, T as R } from "./TransitionGroupContext-CYRQkQ6k.js";
2
- import { P as n } from "./createTheme-CD19zQB7.js";
3
- import * as k from "react";
4
- import v from "react";
5
- import g from "react-dom";
6
- import { c as S } from "./chainPropTypes-D9lkm76m.js";
7
- const N = {
8
- disabled: !1
9
- };
10
- var w = process.env.NODE_ENV !== "production" ? n.oneOfType([n.number, n.shape({
11
- enter: n.number,
12
- exit: n.number,
13
- appear: n.number
14
- }).isRequired]) : null;
15
- process.env.NODE_ENV !== "production" && n.oneOfType([n.string, n.shape({
16
- enter: n.string,
17
- exit: n.string,
18
- active: n.string
19
- }), n.shape({
20
- enter: n.string,
21
- enterDone: n.string,
22
- enterActive: n.string,
23
- exit: n.string,
24
- exitDone: n.string,
25
- exitActive: n.string
26
- })]);
27
- var I = function(s) {
28
- return s.scrollTop;
29
- }, x = "unmounted", l = "exited", c = "entering", h = "entered", T = "exiting", f = /* @__PURE__ */ function(u) {
30
- y(s, u);
31
- function s(r, e) {
32
- var t;
33
- t = u.call(this, r, e) || this;
34
- var i = e, o = i && !i.isMounting ? r.enter : r.appear, p;
35
- return t.appearStatus = null, r.in ? o ? (p = l, t.appearStatus = c) : p = h : r.unmountOnExit || r.mountOnEnter ? p = x : p = l, t.state = {
36
- status: p
37
- }, t.nextCallback = null, t;
38
- }
39
- s.getDerivedStateFromProps = function(e, t) {
40
- var i = e.in;
41
- return i && t.status === x ? {
42
- status: l
43
- } : null;
44
- };
45
- var a = s.prototype;
46
- return a.componentDidMount = function() {
47
- this.updateStatus(!0, this.appearStatus);
48
- }, a.componentDidUpdate = function(e) {
49
- var t = null;
50
- if (e !== this.props) {
51
- var i = this.state.status;
52
- this.props.in ? i !== c && i !== h && (t = c) : (i === c || i === h) && (t = T);
53
- }
54
- this.updateStatus(!1, t);
55
- }, a.componentWillUnmount = function() {
56
- this.cancelNextCallback();
57
- }, a.getTimeouts = function() {
58
- var e = this.props.timeout, t, i, o;
59
- return t = i = o = e, e != null && typeof e != "number" && (t = e.exit, i = e.enter, o = e.appear !== void 0 ? e.appear : i), {
60
- exit: t,
61
- enter: i,
62
- appear: o
63
- };
64
- }, a.updateStatus = function(e, t) {
65
- if (e === void 0 && (e = !1), t !== null)
66
- if (this.cancelNextCallback(), t === c) {
67
- if (this.props.unmountOnExit || this.props.mountOnEnter) {
68
- var i = this.props.nodeRef ? this.props.nodeRef.current : g.findDOMNode(this);
69
- i && I(i);
70
- }
71
- this.performEnter(e);
72
- } else
73
- this.performExit();
74
- else this.props.unmountOnExit && this.state.status === l && this.setState({
75
- status: x
76
- });
77
- }, a.performEnter = function(e) {
78
- var t = this, i = this.props.enter, o = this.context ? this.context.isMounting : e, p = this.props.nodeRef ? [o] : [g.findDOMNode(this), o], d = p[0], m = p[1], b = this.getTimeouts(), D = o ? b.appear : b.enter;
79
- if (!e && !i || N.disabled) {
80
- this.safeSetState({
81
- status: h
82
- }, function() {
83
- t.props.onEntered(d);
84
- });
85
- return;
86
- }
87
- this.props.onEnter(d, m), this.safeSetState({
88
- status: c
89
- }, function() {
90
- t.props.onEntering(d, m), t.onTransitionEnd(D, function() {
91
- t.safeSetState({
92
- status: h
93
- }, function() {
94
- t.props.onEntered(d, m);
95
- });
96
- });
97
- });
98
- }, a.performExit = function() {
99
- var e = this, t = this.props.exit, i = this.getTimeouts(), o = this.props.nodeRef ? void 0 : g.findDOMNode(this);
100
- if (!t || N.disabled) {
101
- this.safeSetState({
102
- status: l
103
- }, function() {
104
- e.props.onExited(o);
105
- });
106
- return;
107
- }
108
- this.props.onExit(o), this.safeSetState({
109
- status: T
110
- }, function() {
111
- e.props.onExiting(o), e.onTransitionEnd(i.exit, function() {
112
- e.safeSetState({
113
- status: l
114
- }, function() {
115
- e.props.onExited(o);
116
- });
117
- });
118
- });
119
- }, a.cancelNextCallback = function() {
120
- this.nextCallback !== null && (this.nextCallback.cancel(), this.nextCallback = null);
121
- }, a.safeSetState = function(e, t) {
122
- t = this.setNextCallback(t), this.setState(e, t);
123
- }, a.setNextCallback = function(e) {
124
- var t = this, i = !0;
125
- return this.nextCallback = function(o) {
126
- i && (i = !1, t.nextCallback = null, e(o));
127
- }, this.nextCallback.cancel = function() {
128
- i = !1;
129
- }, this.nextCallback;
130
- }, a.onTransitionEnd = function(e, t) {
131
- this.setNextCallback(t);
132
- var i = this.props.nodeRef ? this.props.nodeRef.current : g.findDOMNode(this), o = e == null && !this.props.addEndListener;
133
- if (!i || o) {
134
- setTimeout(this.nextCallback, 0);
135
- return;
136
- }
137
- if (this.props.addEndListener) {
138
- var p = this.props.nodeRef ? [this.nextCallback] : [i, this.nextCallback], d = p[0], m = p[1];
139
- this.props.addEndListener(d, m);
140
- }
141
- e != null && setTimeout(this.nextCallback, e);
142
- }, a.render = function() {
143
- var e = this.state.status;
144
- if (e === x)
145
- return null;
146
- var t = this.props, i = t.children;
147
- t.in, t.mountOnEnter, t.unmountOnExit, t.appear, t.enter, t.exit, t.timeout, t.addEndListener, t.onEnter, t.onEntering, t.onEntered, t.onExit, t.onExiting, t.onExited, t.nodeRef;
148
- var o = C(t, ["children", "in", "mountOnEnter", "unmountOnExit", "appear", "enter", "exit", "timeout", "addEndListener", "onEnter", "onEntering", "onEntered", "onExit", "onExiting", "onExited", "nodeRef"]);
149
- return (
150
- // allows for nested Transitions
151
- /* @__PURE__ */ v.createElement(R.Provider, {
152
- value: null
153
- }, typeof i == "function" ? i(e, o) : v.cloneElement(v.Children.only(i), o))
154
- );
155
- }, s;
156
- }(v.Component);
157
- f.contextType = R;
158
- f.propTypes = process.env.NODE_ENV !== "production" ? {
159
- /**
160
- * A React reference to DOM element that need to transition:
161
- * https://stackoverflow.com/a/51127130/4671932
162
- *
163
- * - When `nodeRef` prop is used, `node` is not passed to callback functions
164
- * (e.g. `onEnter`) because user already has direct access to the node.
165
- * - When changing `key` prop of `Transition` in a `TransitionGroup` a new
166
- * `nodeRef` need to be provided to `Transition` with changed `key` prop
167
- * (see
168
- * [test/CSSTransition-test.js](https://github.com/reactjs/react-transition-group/blob/13435f897b3ab71f6e19d724f145596f5910581c/test/CSSTransition-test.js#L362-L437)).
169
- */
170
- nodeRef: n.shape({
171
- current: typeof Element > "u" ? n.any : function(u, s, a, r, e, t) {
172
- var i = u[s];
173
- return n.instanceOf(i && "ownerDocument" in i ? i.ownerDocument.defaultView.Element : Element)(u, s, a, r, e, t);
174
- }
175
- }),
176
- /**
177
- * A `function` child can be used instead of a React element. This function is
178
- * called with the current transition status (`'entering'`, `'entered'`,
179
- * `'exiting'`, `'exited'`), which can be used to apply context
180
- * specific props to a component.
181
- *
182
- * ```jsx
183
- * <Transition in={this.state.in} timeout={150}>
184
- * {state => (
185
- * <MyComponent className={`fade fade-${state}`} />
186
- * )}
187
- * </Transition>
188
- * ```
189
- */
190
- children: n.oneOfType([n.func.isRequired, n.element.isRequired]).isRequired,
191
- /**
192
- * Show the component; triggers the enter or exit states
193
- */
194
- in: n.bool,
195
- /**
196
- * By default the child component is mounted immediately along with
197
- * the parent `Transition` component. If you want to "lazy mount" the component on the
198
- * first `in={true}` you can set `mountOnEnter`. After the first enter transition the component will stay
199
- * mounted, even on "exited", unless you also specify `unmountOnExit`.
200
- */
201
- mountOnEnter: n.bool,
202
- /**
203
- * By default the child component stays mounted after it reaches the `'exited'` state.
204
- * Set `unmountOnExit` if you'd prefer to unmount the component after it finishes exiting.
205
- */
206
- unmountOnExit: n.bool,
207
- /**
208
- * By default the child component does not perform the enter transition when
209
- * it first mounts, regardless of the value of `in`. If you want this
210
- * behavior, set both `appear` and `in` to `true`.
211
- *
212
- * > **Note**: there are no special appear states like `appearing`/`appeared`, this prop
213
- * > only adds an additional enter transition. However, in the
214
- * > `<CSSTransition>` component that first enter transition does result in
215
- * > additional `.appear-*` classes, that way you can choose to style it
216
- * > differently.
217
- */
218
- appear: n.bool,
219
- /**
220
- * Enable or disable enter transitions.
221
- */
222
- enter: n.bool,
223
- /**
224
- * Enable or disable exit transitions.
225
- */
226
- exit: n.bool,
227
- /**
228
- * The duration of the transition, in milliseconds.
229
- * Required unless `addEndListener` is provided.
230
- *
231
- * You may specify a single timeout for all transitions:
232
- *
233
- * ```jsx
234
- * timeout={500}
235
- * ```
236
- *
237
- * or individually:
238
- *
239
- * ```jsx
240
- * timeout={{
241
- * appear: 500,
242
- * enter: 300,
243
- * exit: 500,
244
- * }}
245
- * ```
246
- *
247
- * - `appear` defaults to the value of `enter`
248
- * - `enter` defaults to `0`
249
- * - `exit` defaults to `0`
250
- *
251
- * @type {number | { enter?: number, exit?: number, appear?: number }}
252
- */
253
- timeout: function(s) {
254
- var a = w;
255
- s.addEndListener || (a = a.isRequired);
256
- for (var r = arguments.length, e = new Array(r > 1 ? r - 1 : 0), t = 1; t < r; t++)
257
- e[t - 1] = arguments[t];
258
- return a.apply(void 0, [s].concat(e));
259
- },
260
- /**
261
- * Add a custom transition end trigger. Called with the transitioning
262
- * DOM node and a `done` callback. Allows for more fine grained transition end
263
- * logic. Timeouts are still used as a fallback if provided.
264
- *
265
- * **Note**: when `nodeRef` prop is passed, `node` is not passed.
266
- *
267
- * ```jsx
268
- * addEndListener={(node, done) => {
269
- * // use the css transitionend event to mark the finish of a transition
270
- * node.addEventListener('transitionend', done, false);
271
- * }}
272
- * ```
273
- */
274
- addEndListener: n.func,
275
- /**
276
- * Callback fired before the "entering" status is applied. An extra parameter
277
- * `isAppearing` is supplied to indicate if the enter stage is occurring on the initial mount
278
- *
279
- * **Note**: when `nodeRef` prop is passed, `node` is not passed.
280
- *
281
- * @type Function(node: HtmlElement, isAppearing: bool) -> void
282
- */
283
- onEnter: n.func,
284
- /**
285
- * Callback fired after the "entering" status is applied. An extra parameter
286
- * `isAppearing` is supplied to indicate if the enter stage is occurring on the initial mount
287
- *
288
- * **Note**: when `nodeRef` prop is passed, `node` is not passed.
289
- *
290
- * @type Function(node: HtmlElement, isAppearing: bool)
291
- */
292
- onEntering: n.func,
293
- /**
294
- * Callback fired after the "entered" status is applied. An extra parameter
295
- * `isAppearing` is supplied to indicate if the enter stage is occurring on the initial mount
296
- *
297
- * **Note**: when `nodeRef` prop is passed, `node` is not passed.
298
- *
299
- * @type Function(node: HtmlElement, isAppearing: bool) -> void
300
- */
301
- onEntered: n.func,
302
- /**
303
- * Callback fired before the "exiting" status is applied.
304
- *
305
- * **Note**: when `nodeRef` prop is passed, `node` is not passed.
306
- *
307
- * @type Function(node: HtmlElement) -> void
308
- */
309
- onExit: n.func,
310
- /**
311
- * Callback fired after the "exiting" status is applied.
312
- *
313
- * **Note**: when `nodeRef` prop is passed, `node` is not passed.
314
- *
315
- * @type Function(node: HtmlElement) -> void
316
- */
317
- onExiting: n.func,
318
- /**
319
- * Callback fired after the "exited" status is applied.
320
- *
321
- * **Note**: when `nodeRef` prop is passed, `node` is not passed
322
- *
323
- * @type Function(node: HtmlElement) -> void
324
- */
325
- onExited: n.func
326
- } : {};
327
- function E() {
328
- }
329
- f.defaultProps = {
330
- in: !1,
331
- mountOnEnter: !1,
332
- unmountOnExit: !1,
333
- appear: !1,
334
- enter: !0,
335
- exit: !0,
336
- onEnter: E,
337
- onEntering: E,
338
- onEntered: E,
339
- onExit: E,
340
- onExiting: E,
341
- onExited: E
342
- };
343
- f.UNMOUNTED = x;
344
- f.EXITED = l;
345
- f.ENTERING = c;
346
- f.ENTERED = h;
347
- f.EXITING = T;
348
- const A = (u) => u.scrollTop;
349
- function F(u, s) {
350
- const {
351
- timeout: a,
352
- easing: r,
353
- style: e = {}
354
- } = u;
355
- return {
356
- duration: e.transitionDuration ?? (typeof a == "number" ? a : a[s.mode] || 0),
357
- easing: e.transitionTimingFunction ?? (typeof r == "object" ? r[s.mode] : r),
358
- delay: e.transitionDelay
359
- };
360
- }
361
- function X(u) {
362
- var s;
363
- return parseInt(k.version, 10) >= 19 ? ((s = u == null ? void 0 : u.props) == null ? void 0 : s.ref) || null : (u == null ? void 0 : u.ref) || null;
364
- }
365
- function M(u) {
366
- const {
367
- prototype: s = {}
368
- } = u;
369
- return !!s.isReactComponent;
370
- }
371
- function O(u, s, a, r, e) {
372
- const t = u[s], i = e || s;
373
- if (t == null || // When server-side rendering React doesn't warn either.
374
- // This is not an accurate check for SSR.
375
- // This is only in place for Emotion compat.
376
- // TODO: Revisit once https://github.com/facebook/react/issues/20047 is resolved.
377
- typeof window > "u")
378
- return null;
379
- let o;
380
- const p = t.type;
381
- return typeof p == "function" && !M(p) && (o = "Did you accidentally use a plain function component for an element instead?"), o !== void 0 ? new Error(`Invalid ${r} \`${i}\` supplied to \`${a}\`. Expected an element that can hold a ref. ${o} For more information see https://mui.com/r/caveat-with-refs-guide`) : null;
382
- }
383
- const P = S(n.element, O);
384
- P.isRequired = S(n.element.isRequired, O);
385
- export {
386
- f as T,
387
- F as a,
388
- P as e,
389
- X as g,
390
- A as r
391
- };
@@ -1,23 +0,0 @@
1
- import { P as c } from "./createTheme-CD19zQB7.js";
2
- import { c as l } from "./chainPropTypes-D9lkm76m.js";
3
- function f(n) {
4
- const {
5
- prototype: e = {}
6
- } = n;
7
- return !!e.isReactComponent;
8
- }
9
- function s(n, e, i, r, p) {
10
- const t = n[e], a = p || e;
11
- if (t == null || // When server-side rendering React doesn't warn either.
12
- // This is not an accurate check for SSR.
13
- // This is only in place for emotion compat.
14
- // TODO: Revisit once https://github.com/facebook/react/issues/20047 is resolved.
15
- typeof window > "u")
16
- return null;
17
- let o;
18
- return typeof t == "function" && !f(t) && (o = "Did you accidentally provide a plain function component instead?"), o !== void 0 ? new Error(`Invalid ${r} \`${a}\` supplied to \`${i}\`. Expected an element type that can hold a ref. ${o} For more information see https://mui.com/r/caveat-with-refs-guide`) : null;
19
- }
20
- const d = l(c.elementType, s);
21
- export {
22
- d as e
23
- };
@@ -1,246 +0,0 @@
1
- import { y as L, F as ce, G as ue, H as le, w as me, l as ye, I as O, B as de } from "./createTheme-CD19zQB7.js";
2
- import * as b from "react";
3
- var g = { exports: {} }, n = {};
4
- /** @license React v16.13.1
5
- * react-is.production.min.js
6
- *
7
- * Copyright (c) Facebook, Inc. and its affiliates.
8
- *
9
- * This source code is licensed under the MIT license found in the
10
- * LICENSE file in the root directory of this source tree.
11
- */
12
- var F;
13
- function ve() {
14
- if (F) return n;
15
- F = 1;
16
- var t = typeof Symbol == "function" && Symbol.for, o = t ? Symbol.for("react.element") : 60103, f = t ? Symbol.for("react.portal") : 60106, c = t ? Symbol.for("react.fragment") : 60107, l = t ? Symbol.for("react.strict_mode") : 60108, i = t ? Symbol.for("react.profiler") : 60114, s = t ? Symbol.for("react.provider") : 60109, y = t ? Symbol.for("react.context") : 60110, d = t ? Symbol.for("react.async_mode") : 60111, v = t ? Symbol.for("react.concurrent_mode") : 60111, E = t ? Symbol.for("react.forward_ref") : 60112, S = t ? Symbol.for("react.suspense") : 60113, R = t ? Symbol.for("react.suspense_list") : 60120, p = t ? Symbol.for("react.memo") : 60115, _ = t ? Symbol.for("react.lazy") : 60116, P = t ? Symbol.for("react.block") : 60121, $ = t ? Symbol.for("react.fundamental") : 60117, x = t ? Symbol.for("react.responder") : 60118, A = t ? Symbol.for("react.scope") : 60119;
17
- function m(e) {
18
- if (typeof e == "object" && e !== null) {
19
- var T = e.$$typeof;
20
- switch (T) {
21
- case o:
22
- switch (e = e.type, e) {
23
- case d:
24
- case v:
25
- case c:
26
- case i:
27
- case l:
28
- case S:
29
- return e;
30
- default:
31
- switch (e = e && e.$$typeof, e) {
32
- case y:
33
- case E:
34
- case _:
35
- case p:
36
- case s:
37
- return e;
38
- default:
39
- return T;
40
- }
41
- }
42
- case f:
43
- return T;
44
- }
45
- }
46
- }
47
- function u(e) {
48
- return m(e) === v;
49
- }
50
- return n.AsyncMode = d, n.ConcurrentMode = v, n.ContextConsumer = y, n.ContextProvider = s, n.Element = o, n.ForwardRef = E, n.Fragment = c, n.Lazy = _, n.Memo = p, n.Portal = f, n.Profiler = i, n.StrictMode = l, n.Suspense = S, n.isAsyncMode = function(e) {
51
- return u(e) || m(e) === d;
52
- }, n.isConcurrentMode = u, n.isContextConsumer = function(e) {
53
- return m(e) === y;
54
- }, n.isContextProvider = function(e) {
55
- return m(e) === s;
56
- }, n.isElement = function(e) {
57
- return typeof e == "object" && e !== null && e.$$typeof === o;
58
- }, n.isForwardRef = function(e) {
59
- return m(e) === E;
60
- }, n.isFragment = function(e) {
61
- return m(e) === c;
62
- }, n.isLazy = function(e) {
63
- return m(e) === _;
64
- }, n.isMemo = function(e) {
65
- return m(e) === p;
66
- }, n.isPortal = function(e) {
67
- return m(e) === f;
68
- }, n.isProfiler = function(e) {
69
- return m(e) === i;
70
- }, n.isStrictMode = function(e) {
71
- return m(e) === l;
72
- }, n.isSuspense = function(e) {
73
- return m(e) === S;
74
- }, n.isValidElementType = function(e) {
75
- return typeof e == "string" || typeof e == "function" || e === c || e === v || e === i || e === l || e === S || e === R || typeof e == "object" && e !== null && (e.$$typeof === _ || e.$$typeof === p || e.$$typeof === s || e.$$typeof === y || e.$$typeof === E || e.$$typeof === $ || e.$$typeof === x || e.$$typeof === A || e.$$typeof === P);
76
- }, n.typeOf = m, n;
77
- }
78
- var a = {};
79
- /** @license React v16.13.1
80
- * react-is.development.js
81
- *
82
- * Copyright (c) Facebook, Inc. and its affiliates.
83
- *
84
- * This source code is licensed under the MIT license found in the
85
- * LICENSE file in the root directory of this source tree.
86
- */
87
- var Y;
88
- function Ee() {
89
- return Y || (Y = 1, process.env.NODE_ENV !== "production" && function() {
90
- var t = typeof Symbol == "function" && Symbol.for, o = t ? Symbol.for("react.element") : 60103, f = t ? Symbol.for("react.portal") : 60106, c = t ? Symbol.for("react.fragment") : 60107, l = t ? Symbol.for("react.strict_mode") : 60108, i = t ? Symbol.for("react.profiler") : 60114, s = t ? Symbol.for("react.provider") : 60109, y = t ? Symbol.for("react.context") : 60110, d = t ? Symbol.for("react.async_mode") : 60111, v = t ? Symbol.for("react.concurrent_mode") : 60111, E = t ? Symbol.for("react.forward_ref") : 60112, S = t ? Symbol.for("react.suspense") : 60113, R = t ? Symbol.for("react.suspense_list") : 60120, p = t ? Symbol.for("react.memo") : 60115, _ = t ? Symbol.for("react.lazy") : 60116, P = t ? Symbol.for("react.block") : 60121, $ = t ? Symbol.for("react.fundamental") : 60117, x = t ? Symbol.for("react.responder") : 60118, A = t ? Symbol.for("react.scope") : 60119;
91
- function m(r) {
92
- return typeof r == "string" || typeof r == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
93
- r === c || r === v || r === i || r === l || r === S || r === R || typeof r == "object" && r !== null && (r.$$typeof === _ || r.$$typeof === p || r.$$typeof === s || r.$$typeof === y || r.$$typeof === E || r.$$typeof === $ || r.$$typeof === x || r.$$typeof === A || r.$$typeof === P);
94
- }
95
- function u(r) {
96
- if (typeof r == "object" && r !== null) {
97
- var M = r.$$typeof;
98
- switch (M) {
99
- case o:
100
- var C = r.type;
101
- switch (C) {
102
- case d:
103
- case v:
104
- case c:
105
- case i:
106
- case l:
107
- case S:
108
- return C;
109
- default:
110
- var I = C && C.$$typeof;
111
- switch (I) {
112
- case y:
113
- case E:
114
- case _:
115
- case p:
116
- case s:
117
- return I;
118
- default:
119
- return M;
120
- }
121
- }
122
- case f:
123
- return M;
124
- }
125
- }
126
- }
127
- var e = d, T = v, k = y, q = s, V = o, U = E, X = c, G = _, J = p, W = f, B = i, j = l, H = S, h = !1;
128
- function K(r) {
129
- return h || (h = !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.")), w(r) || u(r) === d;
130
- }
131
- function w(r) {
132
- return u(r) === v;
133
- }
134
- function Z(r) {
135
- return u(r) === y;
136
- }
137
- function Q(r) {
138
- return u(r) === s;
139
- }
140
- function ee(r) {
141
- return typeof r == "object" && r !== null && r.$$typeof === o;
142
- }
143
- function re(r) {
144
- return u(r) === E;
145
- }
146
- function te(r) {
147
- return u(r) === c;
148
- }
149
- function oe(r) {
150
- return u(r) === _;
151
- }
152
- function ne(r) {
153
- return u(r) === p;
154
- }
155
- function ae(r) {
156
- return u(r) === f;
157
- }
158
- function se(r) {
159
- return u(r) === i;
160
- }
161
- function ie(r) {
162
- return u(r) === l;
163
- }
164
- function fe(r) {
165
- return u(r) === S;
166
- }
167
- a.AsyncMode = e, a.ConcurrentMode = T, a.ContextConsumer = k, a.ContextProvider = q, a.Element = V, a.ForwardRef = U, a.Fragment = X, a.Lazy = G, a.Memo = J, a.Portal = W, a.Profiler = B, a.StrictMode = j, a.Suspense = H, a.isAsyncMode = K, a.isConcurrentMode = w, a.isContextConsumer = Z, a.isContextProvider = Q, a.isElement = ee, a.isForwardRef = re, a.isFragment = te, a.isLazy = oe, a.isMemo = ne, a.isPortal = ae, a.isProfiler = se, a.isStrictMode = ie, a.isSuspense = fe, a.isValidElementType = m, a.typeOf = u;
168
- }()), a;
169
- }
170
- process.env.NODE_ENV === "production" ? g.exports = ve() : g.exports = Ee();
171
- var Se = g.exports, z = Se, pe = {
172
- $$typeof: !0,
173
- render: !0,
174
- defaultProps: !0,
175
- displayName: !0,
176
- propTypes: !0
177
- }, _e = {
178
- $$typeof: !0,
179
- compare: !0,
180
- defaultProps: !0,
181
- displayName: !0,
182
- propTypes: !0,
183
- type: !0
184
- }, D = {};
185
- D[z.ForwardRef] = pe;
186
- D[z.Memo] = _e;
187
- var N = function(o, f) {
188
- var c = arguments;
189
- if (f == null || !ce.call(f, "css"))
190
- return b.createElement.apply(void 0, c);
191
- var l = c.length, i = new Array(l);
192
- i[0] = ue, i[1] = le(o, f);
193
- for (var s = 2; s < l; s++)
194
- i[s] = c[s];
195
- return b.createElement.apply(null, i);
196
- };
197
- (function(t) {
198
- var o;
199
- o || (o = t.JSX || (t.JSX = {}));
200
- })(N || (N = {}));
201
- var be = /* @__PURE__ */ me(function(t, o) {
202
- var f = t.styles, c = L([f], void 0, b.useContext(ye)), l = b.useRef();
203
- return O(function() {
204
- var i = o.key + "-global", s = new o.sheet.constructor({
205
- key: i,
206
- nonce: o.sheet.nonce,
207
- container: o.sheet.container,
208
- speedy: o.sheet.isSpeedy
209
- }), y = !1, d = document.querySelector('style[data-emotion="' + i + " " + c.name + '"]');
210
- return o.sheet.tags.length && (s.before = o.sheet.tags[0]), d !== null && (y = !0, d.setAttribute("data-emotion", i), s.hydrate([d])), l.current = [s, y], function() {
211
- s.flush();
212
- };
213
- }, [o]), O(function() {
214
- var i = l.current, s = i[0], y = i[1];
215
- if (y) {
216
- i[1] = !1;
217
- return;
218
- }
219
- if (c.next !== void 0 && de(o, c.next, !0), s.tags.length) {
220
- var d = s.tags[s.tags.length - 1].nextElementSibling;
221
- s.before = d, s.flush();
222
- }
223
- o.insert("", c, s, !1);
224
- }, [o, c.name]), null;
225
- });
226
- function Te() {
227
- for (var t = arguments.length, o = new Array(t), f = 0; f < t; f++)
228
- o[f] = arguments[f];
229
- return L(o);
230
- }
231
- function Re() {
232
- var t = Te.apply(void 0, arguments), o = "animation-" + t.name;
233
- return {
234
- name: o,
235
- styles: "@keyframes " + o + "{" + t.styles + "}",
236
- anim: 1,
237
- toString: function() {
238
- return "_EMO_" + this.name + "_" + this.styles + "_EMO_";
239
- }
240
- };
241
- }
242
- export {
243
- be as G,
244
- Te as c,
245
- Re as k
246
- };