everest-npm-features 0.0.60 → 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 (238) 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-BlkZJiHn.js → PlayArrow-BVDyfxsQ.js} +2 -2
  9. package/dist/Portal-BeS9yJCZ.js +968 -0
  10. package/dist/assets/index7.css +1 -1
  11. package/dist/assets/index8.css +1 -1
  12. package/dist/{auth-WhDJHZtr.js → auth-DTJdu6mq.js} +11 -11
  13. package/dist/{bank-BaOrdTcI.js → bank-C4pmTe--.js} +1 -1
  14. package/dist/components/RocketRamp/MinimalKyc/form.js +46 -52
  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 +9 -9
  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 -54
  51. package/dist/components/Shared/FullKyc/index.js +13 -12
  52. package/dist/components/Shared/FullKyc/pep.js +35 -43
  53. package/dist/components/Shared/FullKyc/personalDetails.js +7 -8
  54. package/dist/components/Shared/FullKyc/userInfo.js +8 -14
  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.js +34 -38
  63. package/dist/components/Wallet/Account/eWallet.js +35 -39
  64. package/dist/components/Wallet/Account/iban.js +49 -53
  65. package/dist/components/Wallet/Account/ibanItem.js +70 -76
  66. package/dist/components/Wallet/Account/index.js +68 -76
  67. package/dist/components/Wallet/Account/sendIban.js +79 -88
  68. package/dist/components/Wallet/Buy/confirmTransaction.js +9 -12
  69. package/dist/components/Wallet/Buy/form.js +8 -18
  70. package/dist/components/Wallet/Buy/index.js +6 -6
  71. package/dist/components/Wallet/Deposit/index.js +16 -19
  72. package/dist/components/Wallet/EnterpriseKyc/edd.js +32 -34
  73. package/dist/components/Wallet/EnterpriseKyc/index.js +76 -81
  74. package/dist/components/Wallet/EnterpriseKyc/individualKyc.js +23 -26
  75. package/dist/components/Wallet/EnterpriseKyc/kybIntro.js +5 -7
  76. package/dist/components/Wallet/EnterpriseKyc/kybTerms.js +1 -1
  77. package/dist/components/Wallet/EnterpriseKyc/kycType.js +23 -26
  78. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +37 -39
  79. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +3591 -1483
  80. package/dist/components/Wallet/EnterpriseKyc/success.js +3 -4
  81. package/dist/components/Wallet/EnterpriseKyc/verify.js +23 -24
  82. package/dist/components/Wallet/History/index.js +23 -797
  83. package/dist/components/Wallet/Home/index.js +13 -14
  84. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +91 -97
  85. package/dist/components/Wallet/Portfolio/dropdown.js +25 -30
  86. package/dist/components/Wallet/Portfolio/index.js +48 -52
  87. package/dist/components/Wallet/Portfolio/tokenRow.js +3 -4
  88. package/dist/components/Wallet/Profile/documents.js +125 -134
  89. package/dist/components/Wallet/Profile/index.js +38 -44
  90. package/dist/components/Wallet/Profile/storage.js +39 -47
  91. package/dist/components/Wallet/Receive/index.js +32 -37
  92. package/dist/components/Wallet/Sell/confirmTransaction.js +8 -11
  93. package/dist/components/Wallet/Sell/form.js +8 -18
  94. package/dist/components/Wallet/Sell/index.js +6 -6
  95. package/dist/components/Wallet/Send/index.js +336 -324
  96. package/dist/components/Wallet/Shared/Auth/emailForm.js +13 -15
  97. package/dist/components/Wallet/Shared/Auth/otpForm.js +9 -356
  98. package/dist/components/Wallet/Shared/BankSelect/index.js +45 -49
  99. package/dist/components/Wallet/Shared/CardCorp/index.js +18 -20
  100. package/dist/components/Wallet/Shared/CardPayment/index.js +14 -16
  101. package/dist/components/Wallet/Shared/ConnectWallet/index.js +22 -28
  102. package/dist/components/Wallet/Shared/Container/index.js +15 -16
  103. package/dist/components/Wallet/Shared/Input/index.js +3 -3
  104. package/dist/components/Wallet/Shared/Keyboard/keyboard.js +29 -30
  105. package/dist/components/Wallet/Shared/Order/paymentButton.js +13 -14
  106. package/dist/components/Wallet/Shared/TokenModal/index.js +55 -63
  107. package/dist/components/Wallet/Shared/TokenModal/tokenGrid.js +11 -13
  108. package/dist/components/Wallet/Shared/addBank.js +41 -46
  109. package/dist/components/Wallet/Shared/appButton.js +11 -15
  110. package/dist/components/Wallet/Shared/backBtn.js +8 -9
  111. package/dist/components/Wallet/Shared/button.js +7 -7
  112. package/dist/components/Wallet/Shared/connectPlaidBank.js +16 -17
  113. package/dist/components/Wallet/Shared/inputField.js +5 -5
  114. package/dist/components/Wallet/Shared/manualSend.js +9 -14
  115. package/dist/components/Wallet/Shared/noData.js +4 -5
  116. package/dist/components/Wallet/Shared/pin.js +25 -27
  117. package/dist/components/Wallet/Shared/radioButton.js +39 -5
  118. package/dist/components/Wallet/Shared/step.js +12 -13
  119. package/dist/components/Wallet/Shared/timer.js +1 -1
  120. package/dist/components/Wallet/SignIn/index.js +17 -17
  121. package/dist/components/Wallet/SignUp/index.js +63 -153
  122. package/dist/components/Wallet/SignUp/terms.js +1 -1
  123. package/dist/components/Wallet/Stake/gems/index.js +51 -58
  124. package/dist/components/Wallet/Stake/id/index.js +73 -81
  125. package/dist/components/Wallet/Stake/index.js +65 -69
  126. package/dist/components/Wallet/Swap/form.js +11 -21
  127. package/dist/components/Wallet/Swap/index.js +5 -5
  128. package/dist/components/Wallet/SwapAndUniSwap/index.js +3 -5
  129. package/dist/components/Wallet/Withdraw/bankSelect.js +41 -45
  130. package/dist/components/Wallet/Withdraw/confirmTransaction.js +5 -8
  131. package/dist/components/Wallet/Withdraw/form.js +6 -17
  132. package/dist/components/Wallet/Withdraw/index.js +5 -5
  133. package/dist/{constants-DREDnCMu.js → constants-DrmtdI1J.js} +7 -7
  134. package/dist/{createSvgIcon-Cuzqm90l.js → createSvgIcon-B28GrUxG.js} +41 -45
  135. package/dist/{cryptoAssets-DbyDgq4J.js → cryptoAssets-DyGDknvq.js} +1 -1
  136. package/dist/hoc/withThemeProvider.js +5 -732
  137. package/dist/hooks/useDialog/index.js +22 -23
  138. package/dist/hooks/useRrDialog/index.js +43 -46
  139. package/dist/hooks/useSnackBar.js +24 -696
  140. package/dist/icons/buyIcon.js +1 -1
  141. package/dist/icons/canceledBuyIcon.js +1 -1
  142. package/dist/icons/canceledRedeemIcon.js +1 -1
  143. package/dist/icons/failedBuyIcon.js +2 -2
  144. package/dist/icons/failedRedeemIcon.js +2 -2
  145. package/dist/icons/pendingBuyIcon.js +1 -1
  146. package/dist/icons/pendingRedeemIcon.js +1 -1
  147. package/dist/icons/redeemIcon.js +1 -1
  148. package/dist/{index-DYP5Ex_T.js → index-3OQ4M69t.js} +89 -99
  149. package/dist/{index-B3HnUBnB.js → index-BBFbUCRZ.js} +123 -129
  150. package/dist/{index-PoMNqntN.js → index-C1WPCgkl.js} +130 -141
  151. package/dist/{index-BXutc9ik.js → index-CDwzoHu7.js} +134 -145
  152. package/dist/{index-DV1dVcrY.js → index-CK4kLRAw.js} +172 -182
  153. package/dist/{index-DJ7xuxBy.js → index-CYX3j0V7.js} +175 -185
  154. package/dist/{index-CuPCW3XC.js → index-ILpK4BCB.js} +154 -163
  155. package/dist/{kyc-D4s_B9Cf.js → kyc-ksV3vBP_.js} +1 -1
  156. package/dist/main.js +7 -7
  157. package/dist/memoTheme-DnE8lj0t.js +3481 -0
  158. package/dist/{order-DGBbo_Ox.js → order-DEp_Lmar.js} +1 -1
  159. package/dist/otpForm-fiNqeB5H.js +7378 -0
  160. package/dist/{stake-CdMc5H7D.js → stake-Ct7-_aWW.js} +1 -1
  161. package/dist/{tokenRow-C-iMHhPj.js → tokenRow-BiNtHOKV.js} +20 -21
  162. package/dist/tooltip-BW0UyWw7.js +2129 -0
  163. package/dist/{wallet-DvfdQOju.js → wallet-CauUBXou.js} +1 -1
  164. package/package.json +6 -6
  165. package/dist/Alert-DzsbFW3-.js +0 -369
  166. package/dist/Autocomplete-CE-OI2t8.js +0 -2429
  167. package/dist/Avatar-1XklXr4O.js +0 -281
  168. package/dist/Backdrop-CioURPVG.js +0 -359
  169. package/dist/Box-B0YSYLco.js +0 -59
  170. package/dist/Button-Df4vgU24.js +0 -663
  171. package/dist/ButtonBase-DLF5c6wi.js +0 -870
  172. package/dist/CardContent-D9wTdpu-.js +0 -141
  173. package/dist/CircularProgress-xZA3lvba.js +0 -252
  174. package/dist/Close-CxzDL3J-.js +0 -9
  175. package/dist/Container-urNKV7hm.js +0 -181
  176. package/dist/DefaultPropsProvider-CeF7UYM9.js +0 -92
  177. package/dist/DefaultPropsProvider-oAu9El-f.js +0 -226
  178. package/dist/DialogContent-BMwlOnbW.js +0 -567
  179. package/dist/DialogTitle-CfS0bb2K.js +0 -70
  180. package/dist/Divider-BShhMFf4.js +0 -297
  181. package/dist/FilledInput-DuNqnPjc.js +0 -1292
  182. package/dist/FormControl-RtZDQMdA.js +0 -258
  183. package/dist/FormControlLabel-BliKW48y.js +0 -519
  184. package/dist/GlobalStyles-ChMhDfTS.js +0 -59
  185. package/dist/Grid-CFe3amXO.js +0 -410
  186. package/dist/Grow-CnGtel3u.js +0 -196
  187. package/dist/HTMLElementType-BrQSV2FE.js +0 -13
  188. package/dist/IconButton-DHm-hucF.js +0 -297
  189. package/dist/InputAdornment-DMiED3JH.js +0 -173
  190. package/dist/Link-DBA9Yifs.js +0 -266
  191. package/dist/ListItemIcon-CUcyTEEm.js +0 -84
  192. package/dist/Menu-DLYFFrEk.js +0 -1239
  193. package/dist/MenuItem-DUdYOJr4.js +0 -271
  194. package/dist/Modal-CFIQ_s3T.js +0 -743
  195. package/dist/Paper-Bgt2WXI6.js +0 -186
  196. package/dist/Popper-BBAoiZKn.js +0 -1409
  197. package/dist/Portal-BMAxiQwe.js +0 -69
  198. package/dist/RadioGroup-nvoSN0JN.js +0 -189
  199. package/dist/Select-CB5yWmyn.js +0 -1886
  200. package/dist/Slide-B9Nw0LZ4.js +0 -235
  201. package/dist/Stack-k55YTxET.js +0 -172
  202. package/dist/SwitchBase-C8zFyg_x.js +0 -318
  203. package/dist/TextField-DPpRUQe3.js +0 -978
  204. package/dist/TransitionGroupContext-CYRQkQ6k.js +0 -49
  205. package/dist/Typography-pAaje37G.js +0 -260
  206. package/dist/chainPropTypes-D9lkm76m.js +0 -8
  207. package/dist/clsx-BTaloaeC.js +0 -264
  208. package/dist/createChainedFunction-C0nujS3O.js +0 -9
  209. package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +0 -17
  210. package/dist/createTheme-CD19zQB7.js +0 -3825
  211. package/dist/debounce-46wSf_lW.js +0 -15
  212. package/dist/defaultTheme-C35y5cLB.js +0 -5
  213. package/dist/dividerClasses-BDxa2gAa.js +0 -10
  214. package/dist/elementAcceptingRef-CqLvP78G.js +0 -391
  215. package/dist/elementTypeAcceptingRef-BdsMpCbS.js +0 -23
  216. package/dist/emotion-react.browser.esm-BIrDfk-B.js +0 -246
  217. package/dist/exactProp-C1Lmtwf_.js +0 -13
  218. package/dist/extendSxProp-B8UjbJ56.js +0 -37
  219. package/dist/generateUtilityClasses-BRiE4Guh.js +0 -10
  220. package/dist/index-B0Z-Gjno.js +0 -22
  221. package/dist/index-DUcLo3x5.js +0 -43
  222. package/dist/isFocusVisible-CPZqtjv2.js +0 -12
  223. package/dist/isHostComponent-kiaBvYVo.js +0 -6
  224. package/dist/isMuiElement-DnSE4qG4.js +0 -13
  225. package/dist/memoTheme-yHaPezod.js +0 -15
  226. package/dist/ownerWindow-CRgpWY6I.js +0 -7
  227. package/dist/radioButton-CzlYB0Lh.js +0 -402
  228. package/dist/refType-BsTH3qnM.js +0 -56
  229. package/dist/tooltip-3UvETWtS.js +0 -740
  230. package/dist/useControlled-nm4pBabJ.js +0 -31
  231. package/dist/useEnhancedEffect-CJGo-L3B.js +0 -5
  232. package/dist/useFormControl-CatNKXAi.js +0 -10
  233. package/dist/useId-CK6Kn3Tn.js +0 -21
  234. package/dist/useSlot-CW7SOYlh.js +0 -125
  235. package/dist/useSlotProps-BfEOwJvJ.js +0 -25
  236. package/dist/useTheme-BQJ5lp0i.js +0 -11
  237. package/dist/useTheme-S5_DHFsQ.js +0 -17
  238. package/dist/useThemeProps-DN9MjdTl.js +0 -29
@@ -1,48 +1,40 @@
1
- import { jsx as o, jsxs as n } from "react/jsx-runtime";
2
- import { useState as C, useEffect as b } from "react";
3
- import { C as T } from "../../../../Close-CNwiMz_O.js";
4
- import { c as D } from "../../../../createSvgIcon-Cuzqm90l.js";
5
- import F from "./tokenGrid.js";
6
- import I from "../../../Shared/transition.js";
7
- import { D as S, a as v } from "../../../../DialogContent-BMwlOnbW.js";
8
- import { B as t } from "../../../../Box-B0YSYLco.js";
9
- import { T as y } from "../../../../Typography-pAaje37G.js";
10
- import { I as A } from "../../../../IconButton-DHm-hucF.js";
11
- import { D as B } from "../../../../DialogTitle-CfS0bb2K.js";
12
- import { T as w } from "../../../../TextField-DPpRUQe3.js";
13
- import { I as M } from "../../../../InputAdornment-DMiED3JH.js";
14
- import { C as j } from "../../../../CircularProgress-xZA3lvba.js";
15
- import { D as k } from "../../../../Divider-BShhMFf4.js";
16
- const z = D(/* @__PURE__ */ o("path", {
1
+ import { jsx as e, jsxs as l } from "react/jsx-runtime";
2
+ import { useState as b, useEffect as C } from "react";
3
+ import { Dialog as F, Box as r, Typography as T, IconButton as S, DialogTitle as v, TextField as I, InputAdornment as y, DialogContent as D, CircularProgress as A, Divider as w } from "@mui/material";
4
+ import { C as B } from "../../../../Close-DSxLLo08.js";
5
+ import { c as M } from "../../../../createSvgIcon-B28GrUxG.js";
6
+ import j from "./tokenGrid.js";
7
+ import k from "../../../Shared/transition.js";
8
+ const z = M(/* @__PURE__ */ e("path", {
17
9
  d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14"
18
- }), "Search"), V = ({
19
- open: p,
20
- setModal: m,
21
- loader: d,
22
- tokenList: e,
23
- tokenSelect: u,
24
- showBalance: f = !0
10
+ }), "Search"), G = ({
11
+ open: d,
12
+ setModal: p,
13
+ loader: u,
14
+ tokenList: t,
15
+ tokenSelect: h,
16
+ showBalance: m = !0
25
17
  }) => {
26
- const [l, i] = C([]);
27
- b(() => {
28
- i(e);
29
- }, [e]);
30
- const h = (r) => {
31
- const a = r.target.value.toLowerCase(), g = e.filter(
18
+ const [s, i] = b([]);
19
+ C(() => {
20
+ i(t);
21
+ }, [t]);
22
+ const x = (o) => {
23
+ const a = o.target.value.toLowerCase(), g = t.filter(
32
24
  (c) => c.name.toLowerCase().includes(a) || c.symbol.toLowerCase().includes(a)
33
25
  );
34
26
  i(g);
35
- }, s = () => {
36
- m(!1), i(e);
37
- }, x = (r) => "fmt_balance" in r;
38
- return /* @__PURE__ */ n(
39
- S,
27
+ }, n = () => {
28
+ p(!1), i(t);
29
+ }, f = (o) => "fmt_balance" in o;
30
+ return /* @__PURE__ */ l(
31
+ F,
40
32
  {
41
- open: p,
33
+ open: d,
42
34
  fullWidth: !0,
43
- onClose: s,
35
+ onClose: n,
44
36
  slots: {
45
- transition: I
37
+ transition: k
46
38
  },
47
39
  slotProps: {
48
40
  paper: {
@@ -55,8 +47,8 @@ const z = D(/* @__PURE__ */ o("path", {
55
47
  }
56
48
  },
57
49
  children: [
58
- /* @__PURE__ */ n(
59
- t,
50
+ /* @__PURE__ */ l(
51
+ r,
60
52
  {
61
53
  sx: {
62
54
  display: "flex",
@@ -67,8 +59,8 @@ const z = D(/* @__PURE__ */ o("path", {
67
59
  height: "68px"
68
60
  },
69
61
  children: [
70
- /* @__PURE__ */ o(
71
- y,
62
+ /* @__PURE__ */ e(
63
+ T,
72
64
  {
73
65
  variant: "subtitle1",
74
66
  component: "p",
@@ -76,31 +68,31 @@ const z = D(/* @__PURE__ */ o("path", {
76
68
  children: "Select Asset"
77
69
  }
78
70
  ),
79
- /* @__PURE__ */ o(
80
- A,
71
+ /* @__PURE__ */ e(
72
+ S,
81
73
  {
82
74
  "aria-label": "close",
83
- onClick: s,
75
+ onClick: n,
84
76
  sx: {
85
77
  position: "absolute",
86
78
  right: 8,
87
79
  top: 12,
88
80
  color: "#000000"
89
81
  },
90
- children: /* @__PURE__ */ o(T, {})
82
+ children: /* @__PURE__ */ e(B, {})
91
83
  }
92
84
  )
93
85
  ]
94
86
  }
95
87
  ),
96
- /* @__PURE__ */ o(B, { children: /* @__PURE__ */ o(
97
- w,
88
+ /* @__PURE__ */ e(v, { children: /* @__PURE__ */ e(
89
+ I,
98
90
  {
99
91
  placeholder: "Search",
100
92
  InputProps: {
101
- startAdornment: /* @__PURE__ */ o(M, { position: "start", children: /* @__PURE__ */ o(z, {}) })
93
+ startAdornment: /* @__PURE__ */ e(y, { position: "start", children: /* @__PURE__ */ e(z, {}) })
102
94
  },
103
- onChange: h,
95
+ onChange: x,
104
96
  autoFocus: !0,
105
97
  fullWidth: !0,
106
98
  sx: {
@@ -110,20 +102,20 @@ const z = D(/* @__PURE__ */ o("path", {
110
102
  }
111
103
  }
112
104
  ) }),
113
- /* @__PURE__ */ o(
114
- v,
105
+ /* @__PURE__ */ e(
106
+ D,
115
107
  {
116
108
  dividers: !0,
117
109
  sx: {
118
110
  p: 0,
119
111
  height: "600px"
120
112
  },
121
- children: d ? /* @__PURE__ */ o(t, { sx: { textAlign: "center" }, children: /* @__PURE__ */ o(j, { size: 50, color: "inherit" }) }) : l.length > 0 ? l.map((r) => /* @__PURE__ */ n(t, { children: [
122
- /* @__PURE__ */ o(
123
- t,
113
+ children: u ? /* @__PURE__ */ e(r, { sx: { textAlign: "center" }, children: /* @__PURE__ */ e(A, { size: 50, color: "inherit" }) }) : s.length > 0 ? s.map((o) => /* @__PURE__ */ l(r, { children: [
114
+ /* @__PURE__ */ e(
115
+ r,
124
116
  {
125
117
  onClick: () => {
126
- u(r.symbol), s();
118
+ h(o.symbol), n();
127
119
  },
128
120
  sx: {
129
121
  px: "20px",
@@ -133,19 +125,19 @@ const z = D(/* @__PURE__ */ o("path", {
133
125
  backgroundColor: "rgba(0, 0, 0, 0.06)"
134
126
  }
135
127
  },
136
- children: /* @__PURE__ */ o(
137
- F,
128
+ children: /* @__PURE__ */ e(
129
+ j,
138
130
  {
139
- token: r,
131
+ token: o,
140
132
  from: "list",
141
- showBalance: f && x(r) && Number(r.fmt_balance) > 0
133
+ showBalance: m && f(o) && Number(o.fmt_balance) > 0
142
134
  }
143
135
  )
144
136
  }
145
137
  ),
146
- /* @__PURE__ */ o(k, {})
147
- ] }, r.id)) : /* @__PURE__ */ o(
148
- t,
138
+ /* @__PURE__ */ e(w, {})
139
+ ] }, o.id)) : /* @__PURE__ */ e(
140
+ r,
149
141
  {
150
142
  sx: {
151
143
  mt: 10,
@@ -162,5 +154,5 @@ const z = D(/* @__PURE__ */ o("path", {
162
154
  );
163
155
  };
164
156
  export {
165
- V as default
157
+ G as default
166
158
  };
@@ -1,14 +1,12 @@
1
- import { jsx as r, jsxs as t } from "react/jsx-runtime";
2
- import { c as a } from "../../../../createSvgIcon-Cuzqm90l.js";
1
+ import { jsx as r, jsxs as n } from "react/jsx-runtime";
2
+ import { Grid as i, Box as o, Typography as t } from "@mui/material";
3
+ import { c as a } from "../../../../createSvgIcon-B28GrUxG.js";
3
4
  import { G as x } from "../../../../generic-token-B_ptO5yb.js";
4
- import { G as i } from "../../../../Grid-CFe3amXO.js";
5
- import { B as o } from "../../../../Box-B0YSYLco.js";
6
- import { T as n } from "../../../../Typography-pAaje37G.js";
7
5
  const d = a(/* @__PURE__ */ r("path", {
8
6
  d: "m7 10 5 5 5-5z"
9
- }), "ArrowDropDown"), b = ({ token: e, from: l, showBalance: c }) => {
7
+ }), "ArrowDropDown"), u = ({ token: e, from: l, showBalance: c }) => {
10
8
  const p = l === "select" ? 4 : 5;
11
- return /* @__PURE__ */ t(i, { container: !0, spacing: 2, alignItems: "center", children: [
9
+ return /* @__PURE__ */ n(i, { container: !0, spacing: 2, alignItems: "center", children: [
12
10
  /* @__PURE__ */ r(i, { size: 1.5, children: /* @__PURE__ */ r(
13
11
  o,
14
12
  {
@@ -26,9 +24,9 @@ const d = a(/* @__PURE__ */ r("path", {
26
24
  }
27
25
  }
28
26
  ) }),
29
- /* @__PURE__ */ r(i, { size: 5.5, children: /* @__PURE__ */ t(o, { sx: { textAlign: "left" }, children: [
27
+ /* @__PURE__ */ r(i, { size: 5.5, children: /* @__PURE__ */ n(o, { sx: { textAlign: "left" }, children: [
30
28
  /* @__PURE__ */ r(
31
- n,
29
+ t,
32
30
  {
33
31
  title: e.name,
34
32
  sx: {
@@ -44,8 +42,8 @@ const d = a(/* @__PURE__ */ r("path", {
44
42
  children: e.name
45
43
  }
46
44
  ),
47
- /* @__PURE__ */ t(
48
- n,
45
+ /* @__PURE__ */ n(
46
+ t,
49
47
  {
50
48
  title: c ? `${e == null ? void 0 : e.fmt_balance} ${e.symbol}` : "",
51
49
  sx: {
@@ -81,9 +79,9 @@ const d = a(/* @__PURE__ */ r("path", {
81
79
  children: e.network.name
82
80
  }
83
81
  ) }) }),
84
- l === "select" && /* @__PURE__ */ r(i, { size: 1, children: /* @__PURE__ */ r(n, { sx: { textAlign: "right", color: "#195BB6" }, children: /* @__PURE__ */ r(d, {}) }) })
82
+ l === "select" && /* @__PURE__ */ r(i, { size: 1, children: /* @__PURE__ */ r(t, { sx: { textAlign: "right", color: "#195BB6" }, children: /* @__PURE__ */ r(d, {}) }) })
85
83
  ] });
86
84
  };
87
85
  export {
88
- b as default
86
+ u as default
89
87
  };
@@ -1,42 +1,37 @@
1
1
  import { jsxs as t, Fragment as I, jsx as e } from "react/jsx-runtime";
2
- import { useState as n, useEffect as P } from "react";
2
+ import { useState as o, useEffect as P } from "react";
3
3
  import { u as R } from "../../../react-redux-C7I9-1M6.js";
4
- import { C as T } from "../../../Close-CNwiMz_O.js";
4
+ import { Dialog as z, DialogTitle as T, Typography as f, IconButton as M, DialogContent as O, Grid as i, CircularProgress as w } from "@mui/material";
5
+ import { C as F } from "../../../Close-DSxLLo08.js";
5
6
  import a from "./inputField.js";
6
- import z from "../../Shared/transition.js";
7
- import { PAYMENT_PROVIDER_OPENPAYD as M } from "../../../util/constants.js";
7
+ import W from "../../Shared/transition.js";
8
+ import { PAYMENT_PROVIDER_OPENPAYD as j } from "../../../util/constants.js";
8
9
  import "../../../index-DlQqWbXG.js";
9
10
  import x from "./appButton.js";
10
11
  import "../../../hoc/withThemeProvider.js";
11
- import "./Auth/otpForm.js";
12
- import "../../../constants-DREDnCMu.js";
13
- import { a as O, u as w } from "../../../index-BQNs1mvn.js";
14
- import { a as F } from "../../../bank-BaOrdTcI.js";
15
- import { useSnackBarContext as W } from "../../../context/snackBarContext.js";
16
- import j from "../../../hooks/useEverestDispatch.js";
12
+ import "../../../otpForm-fiNqeB5H.js";
13
+ import "../../../constants-DrmtdI1J.js";
14
+ import { a as Y, u as _ } from "../../../index-BQNs1mvn.js";
15
+ import { a as q } from "../../../bank-C4pmTe--.js";
16
+ import { useSnackBarContext as G } from "../../../context/snackBarContext.js";
17
+ import L from "../../../hooks/useEverestDispatch.js";
17
18
  import "../../../util/conversions.js";
18
19
  import "../../../index-CAoLi5Qq.js";
19
20
  import "../../../react-webcam-B3cXh1XT.js";
20
- import "../../../tooltip-3UvETWtS.js";
21
- import "./pin.js";
21
+ import "../../../tooltip-BW0UyWw7.js";
22
22
  import "../../../moment-h96o7c8I.js";
23
23
  import "../../../index.esm-BsMAMhYW.js";
24
24
  import "../../../web3-u4qDZYpo.js";
25
25
  import "../../../index-ceeCtFuh.js";
26
26
  import "../../../index.esm-I_Bp2YLf.js";
27
27
  import "../../../context/dialogContext.js";
28
- import { D as G, a as Y } from "../../../DialogContent-BMwlOnbW.js";
29
- import { D as _ } from "../../../DialogTitle-CfS0bb2K.js";
30
- import { T as f } from "../../../Typography-pAaje37G.js";
31
- import { I as q } from "../../../IconButton-DHm-hucF.js";
32
- import { G as i } from "../../../Grid-CFe3amXO.js";
33
- import { C as L } from "../../../CircularProgress-xZA3lvba.js";
34
- const Re = () => {
35
- const D = j(), y = R(O), { loader: h, error: c, message: u } = R(w), { firstName: E, lastName: H } = y, { showAlertMessage: o } = W(), [S, s] = n(!1), [d, g] = n(""), [p, b] = n(""), [m, N] = n(""), [C, B] = n(""), [l, k] = n(""), [A, v] = n("");
28
+ import "@mui/icons-material";
29
+ const ke = () => {
30
+ const y = L(), D = R(Y), { loader: h, error: c, message: u } = R(_), { firstName: E, lastName: H } = D, { showAlertMessage: n } = G(), [S, s] = o(!1), [d, g] = o(""), [p, b] = o(""), [l, N] = o(""), [C, B] = o(""), [m, k] = o(""), [A, v] = o("");
36
31
  return P(() => {
37
- c && o({ message: c });
32
+ c && n({ message: c });
38
33
  }, [c]), P(() => {
39
- u && (g(""), b(""), N(""), B(""), k(""), v(""), s(!1), o({ message: u, type: "success" }));
34
+ u && (g(""), b(""), N(""), B(""), k(""), v(""), s(!1), n({ message: u, type: "success" }));
40
35
  }, [u]), /* @__PURE__ */ t(I, { children: [
41
36
  /* @__PURE__ */ e(
42
37
  x,
@@ -47,26 +42,26 @@ const Re = () => {
47
42
  }
48
43
  ),
49
44
  /* @__PURE__ */ t(
50
- G,
45
+ z,
51
46
  {
52
47
  open: S,
53
48
  fullWidth: !0,
54
49
  onClose: () => s(!1),
55
- TransitionComponent: z,
50
+ TransitionComponent: W,
56
51
  children: [
57
- /* @__PURE__ */ t(_, { className: "buy-modal-text-color", children: [
52
+ /* @__PURE__ */ t(T, { className: "buy-modal-text-color", children: [
58
53
  /* @__PURE__ */ e(f, { variant: "subtitle1", component: "p", children: /* @__PURE__ */ e("strong", { children: "Banks" }) }),
59
54
  /* @__PURE__ */ e(
60
- q,
55
+ M,
61
56
  {
62
57
  "aria-label": "close",
63
58
  onClick: () => s(!1),
64
59
  className: "menu-buttons",
65
- children: /* @__PURE__ */ e(T, {})
60
+ children: /* @__PURE__ */ e(F, {})
66
61
  }
67
62
  )
68
63
  ] }),
69
- /* @__PURE__ */ t(Y, { className: "bank-modal-content", dividers: !0, children: [
64
+ /* @__PURE__ */ t(O, { className: "bank-modal-content", dividers: !0, children: [
70
65
  /* @__PURE__ */ e(f, { className: "text-center buy-modal-text-color", variant: "h5", children: /* @__PURE__ */ e("strong", { children: "Add Bank" }) }),
71
66
  /* @__PURE__ */ e(f, { className: "text-center", variant: "caption", component: "p", children: /* @__PURE__ */ e("strong", { children: "Only Euro denominated SEPA accounts are currently supported." }) }),
72
67
  /* @__PURE__ */ e(
@@ -90,7 +85,7 @@ const Re = () => {
90
85
  a,
91
86
  {
92
87
  label: "Account Number or IBAN",
93
- value: m,
88
+ value: l,
94
89
  onChangeHandler: (r) => N(r)
95
90
  }
96
91
  ) }),
@@ -106,7 +101,7 @@ const Re = () => {
106
101
  a,
107
102
  {
108
103
  label: "Routing/BIC Number",
109
- value: l,
104
+ value: m,
110
105
  onChangeHandler: (r) => k(r)
111
106
  }
112
107
  ) }),
@@ -125,34 +120,34 @@ const Re = () => {
125
120
  sx: { mt: 4 },
126
121
  onClick: () => {
127
122
  if (!d.trim())
128
- return o({ message: "Please provide account name" }), !1;
123
+ return n({ message: "Please provide account name" }), !1;
129
124
  if (!p.trim())
130
- return o({ message: "Please provide bank name" }), !1;
131
- if (!m.trim())
132
- return o({ message: "Please provide IBAN" }), !1;
133
- if (m !== C)
134
- return o({
125
+ return n({ message: "Please provide bank name" }), !1;
126
+ if (!l.trim())
127
+ return n({ message: "Please provide IBAN" }), !1;
128
+ if (l !== C)
129
+ return n({
135
130
  message: "IBAN and Confirm IBAN should be same"
136
131
  }), !1;
137
- if (!l.trim())
138
- return o({ message: "Please provide routing number" }), !1;
139
- if (l !== A)
140
- return o({
132
+ if (!m.trim())
133
+ return n({ message: "Please provide routing number" }), !1;
134
+ if (m !== A)
135
+ return n({
141
136
  message: "Routing Number and Confirm Routing Number should be same"
142
137
  }), !1;
143
- h || D(F({
138
+ h || y(q({
144
139
  accountName: d,
145
- accountNumber: m,
140
+ accountNumber: l,
146
141
  bankName: p,
147
- bicCode: l,
142
+ bicCode: m,
148
143
  ownerFirstName: E,
149
144
  ownerLastName: H,
150
- provider: M
145
+ provider: j
151
146
  }));
152
147
  },
153
148
  fullWidth: !0,
154
149
  children: /* @__PURE__ */ e("strong", { children: h ? /* @__PURE__ */ t(I, { children: [
155
- /* @__PURE__ */ e(L, { size: 15, color: "inherit" }),
150
+ /* @__PURE__ */ e(w, { size: 15, color: "inherit" }),
156
151
  " Processing..."
157
152
  ] }) : "Add Bank" })
158
153
  }
@@ -164,5 +159,5 @@ const Re = () => {
164
159
  ] });
165
160
  };
166
161
  export {
167
- Re as default
162
+ ke as default
168
163
  };
@@ -1,11 +1,6 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
- import { s as t } from "../../../DefaultPropsProvider-oAu9El-f.js";
3
- import { B as i } from "../../../Button-Df4vgU24.js";
4
- import { u as p } from "../../../useTheme-BQJ5lp0i.js";
5
- import { B as s } from "../../../Box-B0YSYLco.js";
6
- import { C as c } from "../../../CircularProgress-xZA3lvba.js";
7
- import { T as l } from "../../../Typography-pAaje37G.js";
8
- const m = t(i, {
2
+ import { styled as t, Button as i, useTheme as p, Box as c, CircularProgress as l, Typography as s } from "@mui/material";
3
+ const x = t(i, {
9
4
  shouldForwardProp: (o) => o !== "variantType"
10
5
  })(({ variantType: o, customSize: a }) => {
11
6
  const e = p(), r = {
@@ -13,7 +8,8 @@ const m = t(i, {
13
8
  fontSize: "14px",
14
9
  textTransform: "none",
15
10
  boxShadow: "none",
16
- lineHeight: "22px"
11
+ lineHeight: "22px",
12
+ height: "40px"
17
13
  };
18
14
  switch (o) {
19
15
  case "primary":
@@ -104,22 +100,22 @@ const m = t(i, {
104
100
  default:
105
101
  return r;
106
102
  }
107
- }), S = ({
103
+ }), u = ({
108
104
  children: o,
109
105
  variantType: a = "primary",
110
106
  isLoading: e = !1,
111
107
  disabled: r,
112
- customSize: x,
108
+ customSize: b,
113
109
  ...d
114
110
  }) => /* @__PURE__ */ n(
115
- m,
111
+ x,
116
112
  {
117
113
  variant: "contained",
118
114
  variantType: a,
119
115
  disabled: r || e,
120
116
  ...d,
121
117
  children: /* @__PURE__ */ n(
122
- s,
118
+ c,
123
119
  {
124
120
  display: "flex",
125
121
  alignItems: "center",
@@ -127,16 +123,16 @@ const m = t(i, {
127
123
  height: "22px",
128
124
  minWidth: "60px",
129
125
  children: e ? /* @__PURE__ */ n(
130
- c,
126
+ l,
131
127
  {
132
128
  size: 20,
133
129
  sx: { color: a === "secondary" ? "#000" : "#fff" }
134
130
  }
135
- ) : /* @__PURE__ */ n(l, { display: "flex", alignItems: "center", children: o })
131
+ ) : /* @__PURE__ */ n(s, { display: "flex", alignItems: "center", children: o })
136
132
  }
137
133
  )
138
134
  }
139
135
  );
140
136
  export {
141
- S as default
137
+ u as default
142
138
  };
@@ -1,19 +1,18 @@
1
- import { jsxs as e, jsx as r } from "react/jsx-runtime";
2
- import { BACK_BTN_ICON as n } from "../../../util/constants.js";
3
- import { G as i } from "../../../Grid-CFe3amXO.js";
4
- import { T as c } from "../../../Typography-pAaje37G.js";
5
- const p = ({ onClickHandler: o, backBtnText: t }) => /* @__PURE__ */ e(i, { container: !0, alignItems: "center", children: [
1
+ import { jsxs as n, jsx as r } from "react/jsx-runtime";
2
+ import { Grid as i, Typography as o } from "@mui/material";
3
+ import { BACK_BTN_ICON as c } from "../../../util/constants.js";
4
+ const m = ({ onClickHandler: e, backBtnText: t }) => /* @__PURE__ */ n(i, { container: !0, alignItems: "center", children: [
6
5
  /* @__PURE__ */ r(i, { size: 1.5, children: /* @__PURE__ */ r(
7
6
  "img",
8
7
  {
9
- src: n,
10
- onClick: o,
8
+ src: c,
9
+ onClick: e,
11
10
  alt: "back",
12
11
  style: { cursor: "pointer" }
13
12
  }
14
13
  ) }),
15
14
  /* @__PURE__ */ r(i, { size: 10.5, children: /* @__PURE__ */ r(
16
- c,
15
+ o,
17
16
  {
18
17
  variant: "h5",
19
18
  color: "primary",
@@ -22,5 +21,5 @@ const p = ({ onClickHandler: o, backBtnText: t }) => /* @__PURE__ */ e(i, { cont
22
21
  ) })
23
22
  ] });
24
23
  export {
25
- p as default
24
+ m as default
26
25
  };
@@ -1,17 +1,17 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
- import { B as d } from "../../../Button-Df4vgU24.js";
3
- const x = ({
2
+ import { Button as d } from "@mui/material";
3
+ const B = ({
4
4
  buttonColor: e,
5
5
  buttonTextColor: c,
6
6
  children: r,
7
- highlightButton: a = !1,
8
- strictClass: g = !1,
7
+ highlightButton: g = !1,
8
+ strictClass: a = !1,
9
9
  className: s = "sdk-theme-btn",
10
10
  variant: t = "contained",
11
11
  sx: f = {},
12
12
  ...i
13
13
  }) => {
14
- if (a) {
14
+ if (g) {
15
15
  const n = e && /^#[0-9A-F]{6}$/i.test(e);
16
16
  return /* @__PURE__ */ m(
17
17
  d,
@@ -29,7 +29,7 @@ const x = ({
29
29
  children: r
30
30
  }
31
31
  );
32
- } else return g ? /* @__PURE__ */ m(
32
+ } else return a ? /* @__PURE__ */ m(
33
33
  d,
34
34
  {
35
35
  className: s,
@@ -60,5 +60,5 @@ const x = ({
60
60
  );
61
61
  };
62
62
  export {
63
- x as default
63
+ B as default
64
64
  };
@@ -1,26 +1,25 @@
1
1
  import { jsx as t, Fragment as h } from "react/jsx-runtime";
2
2
  import { useState as y, useEffect as c, useCallback as C } from "react";
3
- import { u as r } from "../../../react-redux-C7I9-1M6.js";
3
+ import { u as e } from "../../../react-redux-C7I9-1M6.js";
4
4
  import { u as S } from "../../../index.esm-BsMAMhYW.js";
5
- import "../../../constants-DREDnCMu.js";
6
- import { u as P, a as b, b as B } from "../../../index-BQNs1mvn.js";
7
- import { p as g, b as x } from "../../../bank-BaOrdTcI.js";
8
- import { c as A } from "../../../countries-BVn1FubK.js";
9
- import T from "./appButton.js";
10
- import q from "../../../hooks/useEverestDispatch.js";
11
- import { B as v } from "../../../Box-B0YSYLco.js";
12
- import { C as D } from "../../../CircularProgress-xZA3lvba.js";
13
- const K = ({
5
+ import { Box as P, CircularProgress as b } from "@mui/material";
6
+ import "../../../constants-DrmtdI1J.js";
7
+ import { u as g, a as x, b as B } from "../../../index-BQNs1mvn.js";
8
+ import { p as A, b as T } from "../../../bank-C4pmTe--.js";
9
+ import { c as q } from "../../../countries-BVn1FubK.js";
10
+ import v from "./appButton.js";
11
+ import D from "../../../hooks/useEverestDispatch.js";
12
+ const J = ({
14
13
  buttonType: u = "primary"
15
14
  }) => {
16
- const e = q(), { loader: a, plaidToken: l } = r(P), s = r(b).residentialAddress.country || "USA", [i, d] = y(""), p = r(B);
15
+ const r = D(), { loader: a, plaidToken: l } = e(g), s = e(x).residentialAddress.country || "USA", [i, d] = y(""), p = e(B);
17
16
  c(() => {
18
17
  if (s) {
19
- const n = A.find((o) => o.alpha3 === s);
18
+ const n = q.find((o) => o.alpha3 === s);
20
19
  n && d(n.alpha2);
21
20
  }
22
21
  }, [s]), c(() => {
23
- i && e(g({ country_code: i }));
22
+ i && r(A({ country_code: i }));
24
23
  }, [i]);
25
24
  const m = {
26
25
  onSuccess: C((n, o) => {
@@ -34,7 +33,7 @@ const K = ({
34
33
  link_session_id: o.link_session_id,
35
34
  public_token: n
36
35
  };
37
- e(x(_));
36
+ r(T(_));
38
37
  }, []),
39
38
  // @TODO: We need to move side effects into sagas
40
39
  // onExit: (err, metadata) => {},
@@ -43,8 +42,8 @@ const K = ({
43
42
  //required for OAuth; if not using OAuth, set to null or omit:
44
43
  //receivedRedirectUri: window.location.href,
45
44
  }, { open: f, ready: k } = S(m);
46
- return /* @__PURE__ */ t(h, { children: a ? /* @__PURE__ */ t(v, { className: "text-center", mt: 8, children: /* @__PURE__ */ t(D, {}) }) : /* @__PURE__ */ t(
47
- T,
45
+ return /* @__PURE__ */ t(h, { children: a ? /* @__PURE__ */ t(P, { className: "text-center", mt: 8, children: /* @__PURE__ */ t(b, {}) }) : /* @__PURE__ */ t(
46
+ v,
48
47
  {
49
48
  variantType: u,
50
49
  onClick: () => f(),
@@ -55,5 +54,5 @@ const K = ({
55
54
  ) });
56
55
  };
57
56
  export {
58
- K as default
57
+ J as default
59
58
  };