everest-npm-features 0.0.33 → 0.0.35

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 (93) hide show
  1. package/dist/{pep-B3tW-JmQ.js → Autocomplete-CE-OI2t8.js} +934 -1198
  2. package/dist/{PlayArrow-BkJLdzUI.js → PlayArrow-BkW3s4mw.js} +1 -1
  3. package/dist/assets/withThemeProvider.css +1 -1
  4. package/dist/{auth-BwI9H3c0.js → auth-CYftwFWz.js} +7 -7
  5. package/dist/{bank-D6E7Zpfd.js → bank-C9AAL5v7.js} +6 -6
  6. package/dist/components/RocketRamp/MinimalKyc/form.js +2 -2
  7. package/dist/components/RocketRamp/Player/Buy/cardPayment.js +3 -3
  8. package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +3 -3
  9. package/dist/components/RocketRamp/Player/Buy/form.js +4 -4
  10. package/dist/components/RocketRamp/Player/Buy/index.js +5 -5
  11. package/dist/components/RocketRamp/Player/Dashboard/index.js +2 -2
  12. package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +3 -3
  13. package/dist/components/RocketRamp/Player/Sell/form.js +4 -4
  14. package/dist/components/RocketRamp/Player/Sell/index.js +5 -5
  15. package/dist/components/RocketRamp/Player/SignIn/index.js +2 -2
  16. package/dist/components/RocketRamp/Player/SignIn/loginForm.js +2 -2
  17. package/dist/components/RocketRamp/Player/SignIn/otpForm.js +2 -2
  18. package/dist/components/RocketRamp/Player/SignUp/email.js +2 -2
  19. package/dist/components/RocketRamp/Player/SignUp/index.js +2 -2
  20. package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +2 -2
  21. package/dist/components/RocketRamp/ResetPassword/index.js +2 -2
  22. package/dist/components/RocketRamp/Store/SignUp/index.js +2 -2
  23. package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +2 -2
  24. package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +2 -2
  25. package/dist/components/RocketRamp/Transactions/index.js +2 -2
  26. package/dist/components/Shared/FullKyc/countryList.d.ts +10 -0
  27. package/dist/components/Shared/FullKyc/countryList.js +54 -0
  28. package/dist/components/Shared/FullKyc/edd.d.ts +3 -0
  29. package/dist/components/Shared/FullKyc/edd.js +189 -0
  30. package/dist/components/Shared/FullKyc/index.d.ts +1 -0
  31. package/dist/components/Shared/FullKyc/index.js +11 -9
  32. package/dist/components/Shared/FullKyc/pep.js +276 -15
  33. package/dist/components/Shared/FullKyc/personalDetails.js +4 -6
  34. package/dist/components/Shared/FullKyc/types.d.ts +22 -3
  35. package/dist/components/Shared/FullKyc/userInfo.js +4 -4
  36. package/dist/components/Shared/Incode/index.d.ts +2 -1
  37. package/dist/components/Shared/Incode/index.js +39 -37
  38. package/dist/components/Shared/MinimalKyc/index.js +2 -2
  39. package/dist/components/Wallet/Account/iban.js +18 -18
  40. package/dist/components/Wallet/Account/index.js +3 -3
  41. package/dist/components/Wallet/Account/sendIban.js +11 -11
  42. package/dist/components/Wallet/Buy/confirmTransaction.js +3 -3
  43. package/dist/components/Wallet/Buy/form.js +4 -4
  44. package/dist/components/Wallet/Buy/index.js +6 -6
  45. package/dist/components/Wallet/Deposit/index.js +1 -1
  46. package/dist/components/Wallet/EnterpriseKyc/edd.js +1 -1
  47. package/dist/components/Wallet/EnterpriseKyc/index.js +113 -87
  48. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +2 -2
  49. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +1 -1
  50. package/dist/components/Wallet/EnterpriseKyc/verify.js +1 -1
  51. package/dist/components/Wallet/History/index.js +2 -2
  52. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +9 -9
  53. package/dist/components/Wallet/Portfolio/index.js +3 -3
  54. package/dist/components/Wallet/Profile/documents.js +2 -2
  55. package/dist/components/Wallet/Profile/index.js +8 -8
  56. package/dist/components/Wallet/Receive/index.js +2 -2
  57. package/dist/components/Wallet/Sell/confirmTransaction.js +3 -3
  58. package/dist/components/Wallet/Sell/form.js +4 -4
  59. package/dist/components/Wallet/Sell/index.js +6 -6
  60. package/dist/components/Wallet/Send/index.js +29 -29
  61. package/dist/components/Wallet/Shared/Auth/otpForm.js +2 -2
  62. package/dist/components/Wallet/Shared/addBank.js +2 -2
  63. package/dist/components/Wallet/Shared/connectPlaidBank.js +2 -2
  64. package/dist/components/Wallet/Shared/manualSend.js +3 -3
  65. package/dist/components/Wallet/SignIn/index.js +2 -2
  66. package/dist/components/Wallet/SignUp/index.js +2 -2
  67. package/dist/components/Wallet/Stake/index.js +3 -3
  68. package/dist/components/Wallet/Swap/form.js +5 -5
  69. package/dist/components/Wallet/Swap/index.js +5 -5
  70. package/dist/components/Wallet/Withdraw/bankSelect.js +4 -4
  71. package/dist/components/Wallet/Withdraw/confirmTransaction.js +3 -3
  72. package/dist/components/Wallet/Withdraw/form.js +4 -4
  73. package/dist/components/Wallet/Withdraw/index.js +5 -5
  74. package/dist/{constants-CQOuVN6n.js → constants-DBlV_hAZ.js} +1096 -1090
  75. package/dist/cryptoAssets-Da0hZPmW.js +16 -0
  76. package/dist/{documents-72bUeBkP.js → documents-D1CxIIUj.js} +8 -8
  77. package/dist/{index-BAFH0iyw.js → index-BHmViOiG.js} +5 -5
  78. package/dist/{index-BIpSerUL.js → index-BZGHPDhS.js} +5 -5
  79. package/dist/{index-DKuH9hDK.js → index-C74NH5fF.js} +4 -4
  80. package/dist/{index-CRXWl3nL.js → index-CN7R7nR-.js} +14 -14
  81. package/dist/index-CexvGlw7.js +500 -0
  82. package/dist/{index-CpkMJeD0.js → index-DEfHSDHa.js} +5 -5
  83. package/dist/{index-BOev7FOu.js → index-DPwR5oNU.js} +6 -6
  84. package/dist/{kyc-C_JyEEpu.js → kyc-D7FTfIPj.js} +3 -3
  85. package/dist/main.js +7 -7
  86. package/dist/{order-DWfxKnom.js → order-BNumaEGY.js} +11 -11
  87. package/dist/{stake-fFsvxcKJ.js → stake-VlhTFH1g.js} +1 -1
  88. package/dist/util/constants.d.ts +0 -1
  89. package/dist/util/constants.js +18 -19
  90. package/dist/{wallet-4-2Lns3R.js → wallet-BJz8LnYf.js} +8 -8
  91. package/package.json +2 -2
  92. package/dist/cryptoAssets-Cma8qeDc.js +0 -16
  93. package/dist/index--NaHRmjW.js +0 -483
@@ -1,35 +1,36 @@
1
- import { jsxs as s, Fragment as j, jsx as o } from "react/jsx-runtime";
1
+ import { jsxs as s, Fragment as E, jsx as o } from "react/jsx-runtime";
2
2
  import { useRef as h, useState as i, useEffect as w } from "react";
3
- import { B as E } from "../../../Backdrop-CioURPVG.js";
3
+ import { B as M } from "../../../Backdrop-CioURPVG.js";
4
4
  import { C as x } from "../../../CircularProgress-xZA3lvba.js";
5
5
  import { B as u } from "../../../Box-B0YSYLco.js";
6
6
  import { B as P } from "../../../Button-Df4vgU24.js";
7
- import { T as g } from "../../../Typography-pAaje37G.js";
7
+ import { T as y } from "../../../Typography-pAaje37G.js";
8
8
  let r;
9
- function Y({
10
- uuid: k,
11
- showBtn: y = !1,
12
- buttonText: b = "KYC",
9
+ function W({
10
+ uuid: g,
11
+ showBtn: k = !1,
12
+ buttonText: B = "KYC",
13
13
  configurationId: c,
14
- successHandler: B,
15
- errorHandler: I,
16
- apiKey: S,
14
+ successHandler: I,
15
+ errorHandler: S,
16
+ apiKey: b,
17
17
  apiUrl: C,
18
18
  onBoardingUrl: L,
19
19
  setDocumentsData: R,
20
- setIncodeSessionData: v
20
+ setIncodeSessionData: v,
21
+ isModalView: $ = !1
21
22
  }) {
22
- const a = h(null), l = h(!1), [$, f] = i(!1), [T, U] = i(!1), [p, z] = i(!1), [n, D] = i(null), [m, F] = i("");
23
+ const a = h(null), d = h(!1), [T, f] = i(!1), [p, U] = i(!1), [n, z] = i(null), [m, j] = i("");
23
24
  w(() => {
24
25
  if (typeof window > "u") return;
25
26
  if (document.querySelector(
26
27
  'script[src^="https://sdk.incode.com/sdk/onBoarding"]'
27
28
  ))
28
- window.OnBoarding && !l.current && (l.current = !0, f(!0), d());
29
+ window.OnBoarding && !d.current && (d.current = !0, f(!0), l());
29
30
  else {
30
31
  const t = document.createElement("script");
31
32
  t.src = "https://sdk.incode.com/sdk/onBoarding-1.82.0.js", t.defer = !0, t.onload = () => {
32
- l.current = !0, d();
33
+ d.current = !0, l();
33
34
  }, document.body.appendChild(t);
34
35
  }
35
36
  return () => {
@@ -37,7 +38,7 @@ function Y({
37
38
  t && (t.innerHTML = "");
38
39
  };
39
40
  }, []);
40
- const d = async () => {
41
+ const l = async () => {
41
42
  if (!window.OnBoarding) {
42
43
  console.error("window.OnBoarding is not available");
43
44
  return;
@@ -45,45 +46,45 @@ function Y({
45
46
  try {
46
47
  r = await window.OnBoarding.create({
47
48
  apiURL: C,
48
- apiKey: S
49
+ apiKey: b
49
50
  }), console.log("Incode SDK initialized", r);
50
- const e = await M();
51
- D(e), v(e);
51
+ const e = await D();
52
+ z(e), v(e);
52
53
  } catch (e) {
53
54
  console.error("Incode init failed", e);
54
55
  }
55
- }, M = async () => await r.createSession("ALL", null, {
56
+ }, D = async () => await r.createSession("ALL", null, {
56
57
  configurationId: c,
57
58
  customFields: {}
58
59
  }), N = () => {
59
60
  const e = a.current;
60
- e && (U(!0), r.renderRedirectToMobile(e, {
61
+ e && r.renderRedirectToMobile(e, {
61
62
  onSuccess: O,
62
- onError: I,
63
+ onError: S,
63
64
  flowId: c,
64
- externalId: k,
65
+ externalId: g,
65
66
  session: n
66
- }));
67
+ });
67
68
  }, O = async () => {
68
69
  const e = await r.ocrData({ token: n.token });
69
- R(e), B();
70
+ R(e), I();
70
71
  };
71
72
  return w(() => {
72
73
  if (n) {
73
74
  if (r.isDesktop())
74
- z(!0);
75
+ U(!0);
75
76
  else {
76
77
  const e = `${L}${n.clientId}/${n.flowType}/${c}?interviewId=${n.interviewId}&isRedirect=true${n.uuid ? `&externalId=${n.uuid}` : ""}`;
77
- F(e), window.open(e, "_blank");
78
+ j(e), window.open(e, "_blank");
78
79
  }
79
80
  N(), f(!1);
80
81
  }
81
- }, [n]), /* @__PURE__ */ s(j, { children: [
82
+ }, [n]), /* @__PURE__ */ s(E, { children: [
82
83
  /* @__PURE__ */ o(
83
- E,
84
+ M,
84
85
  {
85
86
  sx: { color: "#fff", zIndex: (e) => e.zIndex.drawer + 1 },
86
- open: $,
87
+ open: T,
87
88
  children: /* @__PURE__ */ o(x, { color: "inherit" })
88
89
  }
89
90
  ),
@@ -92,8 +93,9 @@ function Y({
92
93
  "div",
93
94
  {
94
95
  ref: a,
95
- className: T ? "incode-mobile-view" : "",
96
- id: "incode-container"
96
+ className: $ ? "modal-view" : "",
97
+ id: "incode-container",
98
+ style: { display: "flex", justifyContent: "center" }
97
99
  }
98
100
  ),
99
101
  /* @__PURE__ */ o(
@@ -101,15 +103,15 @@ function Y({
101
103
  {
102
104
  id: "launchInCode",
103
105
  className: "btn text-white custom-button highlight mx-auto",
104
- onClick: d,
105
- sx: { display: y ? "block" : "none" },
106
- children: b
106
+ onClick: l,
107
+ sx: { display: k ? "block" : "none" },
108
+ children: B
107
109
  }
108
110
  )
109
111
  ] }),
110
112
  /* @__PURE__ */ s(u, { sx: { display: p ? "none" : "block" }, children: [
111
- /* @__PURE__ */ o(g, { variant: "h5", className: "text-center", children: /* @__PURE__ */ o("strong", { children: "Please Wait. Session in progress..." }) }),
112
- m && /* @__PURE__ */ s(g, { sx: { mt: 2 }, variant: "h6", className: "text-center fw500", children: [
113
+ /* @__PURE__ */ o(y, { variant: "h5", className: "text-center", children: /* @__PURE__ */ o("strong", { children: "Please Wait. Session in progress..." }) }),
114
+ m && /* @__PURE__ */ s(y, { sx: { mt: 2 }, variant: "h6", className: "text-center fw500", children: [
113
115
  "Please complete the process on the newly opened URL. If the URL did not open,",
114
116
  " ",
115
117
  /* @__PURE__ */ o("a", { href: m, target: "_blank", children: "click here" }),
@@ -121,5 +123,5 @@ function Y({
121
123
  ] });
122
124
  }
123
125
  export {
124
- Y as default
126
+ W as default
125
127
  };
@@ -4,8 +4,8 @@ import { h as J } from "../../../moment-h96o7c8I.js";
4
4
  import { u as Q, a as M } from "../../../react-redux-B4BZippc.js";
5
5
  import { removeExtraSpace as i } from "../../../util/functions.js";
6
6
  import { nameRegex as U } from "../../../util/regex.js";
7
- import "../../../constants-CQOuVN6n.js";
8
- import { r as V, u as X } from "../../../kyc-C_JyEEpu.js";
7
+ import "../../../constants-DBlV_hAZ.js";
8
+ import { r as V, u as X } from "../../../kyc-D7FTfIPj.js";
9
9
  import { c as $ } from "../../../countries-BVn1FubK.js";
10
10
  import ee from "../../Wallet/Shared/Input/index.js";
11
11
  import { useSnackBarContext as te } from "../../../context/snackBarContext.js";
@@ -4,9 +4,9 @@ import { I as D } from "../../../Info-BVeUSPyk.js";
4
4
  import { C as v } from "../../../Close-CNwiMz_O.js";
5
5
  import { C as T } from "../../../ContentCopy-coPwrEuz.js";
6
6
  import { DIALOG_SUCCESS_ICON as k } from "../../../util/constants.js";
7
- import { W as R } from "../../../constants-CQOuVN6n.js";
8
- import { a as W } from "../../../order-DWfxKnom.js";
9
- import { u as z, s as P } from "../../../bank-D6E7Zpfd.js";
7
+ import { a0 as R } from "../../../constants-DBlV_hAZ.js";
8
+ import { a as z } from "../../../order-BNumaEGY.js";
9
+ import { u as W, s as P } from "../../../bank-C9AAL5v7.js";
10
10
  import { M as _ } from "../../../tooltip-3UvETWtS.js";
11
11
  import q from "../Shared/noData.js";
12
12
  import V from "../../Shared/transition.js";
@@ -19,29 +19,29 @@ import { B as s } from "../../../Box-B0YSYLco.js";
19
19
  import { T as f } from "../../../Typography-pAaje37G.js";
20
20
  import { I as y } from "../../../IconButton-DHm-hucF.js";
21
21
  import { C as L } from "../../../CircularProgress-xZA3lvba.js";
22
- import { G as a } from "../../../Grid-CFe3amXO.js";
22
+ import { G as n } from "../../../Grid-CFe3amXO.js";
23
23
  import { D as U, a as G } from "../../../DialogContent-BMwlOnbW.js";
24
24
  import { D as O } from "../../../DialogTitle-CfS0bb2K.js";
25
25
  const o = ({
26
- label: n,
26
+ label: a,
27
27
  value: i,
28
28
  showCopyBtn: c
29
29
  }) => {
30
30
  const { showAlertMessage: d } = M();
31
31
  return /* @__PURE__ */ r(u, { children: [
32
- /* @__PURE__ */ e(a, { size: 5, className: "d-flex items-center", children: /* @__PURE__ */ e("strong", { children: n }) }),
33
- /* @__PURE__ */ r(a, { size: 7, className: "fw500 text-left d-flex items-center", children: [
32
+ /* @__PURE__ */ e(n, { size: 5, className: "d-flex items-center", children: /* @__PURE__ */ e("strong", { children: a }) }),
33
+ /* @__PURE__ */ r(n, { size: 7, className: "fw500 text-left d-flex items-center", children: [
34
34
  i,
35
35
  c && /* @__PURE__ */ e(y, { onClick: () => {
36
36
  navigator.clipboard.writeText(i), d({
37
- message: `${n} has been copied successfully.`,
37
+ message: `${a} has been copied successfully.`,
38
38
  type: "success"
39
39
  });
40
40
  }, children: /* @__PURE__ */ e(T, { fontSize: "small", color: "primary" }) })
41
41
  ] })
42
42
  ] });
43
43
  }, ye = ({
44
- dispatch: n,
44
+ dispatch: a,
45
45
  openDialog: i,
46
46
  baseUrl: c,
47
47
  checkoutSdkKey: d,
@@ -52,10 +52,10 @@ const o = ({
52
52
  }) => {
53
53
  const t = l.data, N = l.loader, [S, m] = w(!1);
54
54
  I(() => {
55
- n(z());
55
+ a(W());
56
56
  }, []);
57
57
  const B = () => {
58
- n(P(R));
58
+ a(P(R));
59
59
  };
60
60
  I(() => {
61
61
  new URLSearchParams(window.location.search).get("paymentStatus") === "success" && i({
@@ -75,7 +75,7 @@ const o = ({
75
75
  success_url: `${c}/accounts?payment=success`,
76
76
  fail_url: `${c}/dashboard?payment=failed`
77
77
  };
78
- n(W(b));
78
+ a(z(b));
79
79
  };
80
80
  return /* @__PURE__ */ r($, { children: [
81
81
  /* @__PURE__ */ r(s, { p: 3, children: [
@@ -90,8 +90,8 @@ const o = ({
90
90
  ),
91
91
  N ? /* @__PURE__ */ e(s, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(L, { color: "primary", size: 50 }) }) : /* @__PURE__ */ e(u, { children: t.accountNumber ? /* @__PURE__ */ r(u, { children: [
92
92
  /* @__PURE__ */ e(g, { type: "iban", data: t }),
93
- /* @__PURE__ */ r(a, { spacing: 2, container: !0, children: [
94
- /* @__PURE__ */ e(a, { size: { md: 6 }, children: /* @__PURE__ */ e(
93
+ /* @__PURE__ */ r(n, { spacing: 2, container: !0, children: [
94
+ /* @__PURE__ */ e(n, { size: { md: 6 }, children: /* @__PURE__ */ e(
95
95
  h,
96
96
  {
97
97
  fullWidth: !0,
@@ -100,7 +100,7 @@ const o = ({
100
100
  children: "Deposit"
101
101
  }
102
102
  ) }),
103
- /* @__PURE__ */ e(a, { size: { md: 3 }, children: /* @__PURE__ */ e(
103
+ /* @__PURE__ */ e(n, { size: { md: 3 }, children: /* @__PURE__ */ e(
104
104
  h,
105
105
  {
106
106
  fullWidth: !0,
@@ -109,7 +109,7 @@ const o = ({
109
109
  children: "Send"
110
110
  }
111
111
  ) }),
112
- /* @__PURE__ */ e(a, { size: { md: 3 }, children: /* @__PURE__ */ e(
112
+ /* @__PURE__ */ e(n, { size: { md: 3 }, children: /* @__PURE__ */ e(
113
113
  h,
114
114
  {
115
115
  fullWidth: !0,
@@ -149,7 +149,7 @@ const o = ({
149
149
  ) })
150
150
  ] }) })
151
151
  ] }),
152
- /* @__PURE__ */ e(E, { iban: l, dispatch: n, appKey: p }),
152
+ /* @__PURE__ */ e(E, { iban: l, dispatch: a, appKey: p }),
153
153
  /* @__PURE__ */ r(
154
154
  U,
155
155
  {
@@ -173,7 +173,7 @@ const o = ({
173
173
  ] }),
174
174
  /* @__PURE__ */ r(G, { dividers: !0, children: [
175
175
  /* @__PURE__ */ e(f, { variant: "h5", align: "center", children: /* @__PURE__ */ e("strong", { children: "Account Details" }) }),
176
- /* @__PURE__ */ r(a, { container: !0, spacing: 2, sx: { padding: "5% 15%" }, children: [
176
+ /* @__PURE__ */ r(n, { container: !0, spacing: 2, sx: { padding: "5% 15%" }, children: [
177
177
  /* @__PURE__ */ e(
178
178
  o,
179
179
  {
@@ -1,10 +1,10 @@
1
1
  import { jsxs as n, jsx as e, Fragment as ne } from "react/jsx-runtime";
2
2
  import { useState as _, useEffect as h } from "react";
3
3
  import { u as ae, a as b } from "../../../react-redux-B4BZippc.js";
4
- import "../../../constants-CQOuVN6n.js";
4
+ import "../../../constants-DBlV_hAZ.js";
5
5
  import { a as oe, c as re, d as se } from "../../../index-FwnHkXdK.js";
6
- import { u as ie, a as le, b as ce, c as me, d as de, e as he } from "../../../wallet-4-2Lns3R.js";
7
- import { d as ue, e as pe } from "../../../bank-D6E7Zpfd.js";
6
+ import { u as ie, a as le, b as ce, c as me, d as de, e as he } from "../../../wallet-BJz8LnYf.js";
7
+ import { d as ue, e as pe } from "../../../bank-C9AAL5v7.js";
8
8
  import { LINKED_WALLET_TOOLTIP as fe, CONNECTED_WALLET_TOOLTIP as ge, WALLET_ICON as _e, DELETE_ICON as be } from "../../../util/constants.js";
9
9
  import Ne from "../../../hoc/withThemeProvider.js";
10
10
  import { M as O } from "../../../tooltip-3UvETWtS.js";
@@ -1,12 +1,12 @@
1
1
  import { jsxs as i, jsx as e, Fragment as T } from "react/jsx-runtime";
2
- import { useState as u, useEffect as W } from "react";
3
- import { C as B } from "../../../Close-CNwiMz_O.js";
2
+ import { useState as u, useEffect as B } from "react";
3
+ import { C as W } from "../../../Close-CNwiMz_O.js";
4
4
  import { I as D } from "../../../Info-BVeUSPyk.js";
5
5
  import { a as _ } from "../../../react-redux-B4BZippc.js";
6
6
  import y from "../../Shared/transition.js";
7
7
  import { M as F } from "../../../tooltip-3UvETWtS.js";
8
- import { a4 as P, W as q, a5 as f } from "../../../constants-CQOuVN6n.js";
9
- import { c as E, s as k } from "../../../bank-D6E7Zpfd.js";
8
+ import { aa as P, a0 as q, ab as f } from "../../../constants-DBlV_hAZ.js";
9
+ import { c as E, s as k } from "../../../bank-C9AAL5v7.js";
10
10
  import { useSnackBarContext as U } from "../../../context/snackBarContext.js";
11
11
  import $ from "../Shared/appButton.js";
12
12
  import { D as w, a as G } from "../../../DialogContent-BMwlOnbW.js";
@@ -20,11 +20,11 @@ import { I as j } from "../../../InputAdornment-DMiED3JH.js";
20
20
  import { B as H } from "../../../Box-B0YSYLco.js";
21
21
  import { C as O } from "../../../CircularProgress-xZA3lvba.js";
22
22
  const pe = ({ iban: v, dispatch: g, appKey: z }) => {
23
- const { showAlertMessage: a } = U(), N = _(
23
+ const { showAlertMessage: a } = U(), b = _(
24
24
  (r) => r.user.profile
25
- ), o = v.sendStatus, c = v.data, [m, b] = u(""), [d, S] = u(""), [p, I] = u(""), [h, C] = u("");
26
- W(() => {
27
- o === P && (b(""), S(""), I(""), C(""));
25
+ ), o = v.sendStatus, c = v.data, [m, N] = u(""), [d, S] = u(""), [p, I] = u(""), [h, C] = u("");
26
+ B(() => {
27
+ o === P && (N(""), S(""), I(""), C(""));
28
28
  }, [o]);
29
29
  const R = () => {
30
30
  if (!m.trim()) {
@@ -84,7 +84,7 @@ const pe = ({ iban: v, dispatch: g, appKey: z }) => {
84
84
  "aria-label": "close",
85
85
  onClick: x,
86
86
  className: "menu-buttons",
87
- children: /* @__PURE__ */ e(B, {})
87
+ children: /* @__PURE__ */ e(W, {})
88
88
  }
89
89
  )
90
90
  ] }),
@@ -142,7 +142,7 @@ const pe = ({ iban: v, dispatch: g, appKey: z }) => {
142
142
  /* @__PURE__ */ e(t, { mt: 0.5, container: !0, children: /* @__PURE__ */ e(t, { size: 12, className: "content-center", children: /* @__PURE__ */ e(l, { variant: "filled", fullWidth: !0, children: /* @__PURE__ */ e(
143
143
  s,
144
144
  {
145
- value: `${N.firstName} ${N.lastName}`,
145
+ value: `${b.firstName} ${b.lastName}`,
146
146
  type: "text",
147
147
  disabled: !0,
148
148
  required: !0,
@@ -162,7 +162,7 @@ const pe = ({ iban: v, dispatch: g, appKey: z }) => {
162
162
  s,
163
163
  {
164
164
  value: m,
165
- onChange: (r) => b(r.target.value),
165
+ onChange: (r) => N(r.target.value),
166
166
  type: "text",
167
167
  required: !0,
168
168
  fullWidth: !0
@@ -5,9 +5,9 @@ import "../../../util/functions.js";
5
5
  import "../../../util/constants.js";
6
6
  import "../../../styles.module-CHEBh2ID.js";
7
7
  import "../Shared/appButton.js";
8
- import "../../../constants-CQOuVN6n.js";
9
- import "../../../order-DWfxKnom.js";
10
- import { a as c } from "../../../index-BIpSerUL.js";
8
+ import "../../../constants-DBlV_hAZ.js";
9
+ import "../../../order-BNumaEGY.js";
10
+ import { a as c } from "../../../index-BZGHPDhS.js";
11
11
  import "../../../Typography-pAaje37G.js";
12
12
  import "../../../Box-B0YSYLco.js";
13
13
  import "../../../Grid-CFe3amXO.js";
@@ -1,16 +1,16 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../PlayArrow-BkJLdzUI.js";
3
+ import "../../../PlayArrow-BkW3s4mw.js";
4
4
  import "../../../Info-BVeUSPyk.js";
5
5
  import "../../../generic-token-B_ptO5yb.js";
6
6
  import "../../../util/constants.js";
7
- import "../../../constants-CQOuVN6n.js";
7
+ import "../../../constants-DBlV_hAZ.js";
8
8
  import "../../../index-FwnHkXdK.js";
9
- import "../../../order-DWfxKnom.js";
9
+ import "../../../order-BNumaEGY.js";
10
10
  import "../../../tooltip-3UvETWtS.js";
11
11
  import "../../../util/functions.js";
12
12
  import "../Shared/appButton.js";
13
- import { B as E } from "../../../index-BIpSerUL.js";
13
+ import { B as E } from "../../../index-BZGHPDhS.js";
14
14
  import "../../../styles.module-CHEBh2ID.js";
15
15
  import "../Shared/TokenModal/index.js";
16
16
  import "../../../react-redux-B4BZippc.js";
@@ -1,13 +1,13 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../hoc/withThemeProvider.js";
4
- import { C as f, F as A, M as O, P, i as Y } from "../../../index-BIpSerUL.js";
4
+ import { C as f, F as A, M as O, P, i as Y } from "../../../index-BZGHPDhS.js";
5
5
  import "../../../react-redux-B4BZippc.js";
6
- import "../../../constants-CQOuVN6n.js";
7
- import "../../../PlayArrow-BkJLdzUI.js";
8
- import "../../../cryptoAssets-Cma8qeDc.js";
9
- import "../../../wallet-4-2Lns3R.js";
10
- import "../../../order-DWfxKnom.js";
6
+ import "../../../constants-DBlV_hAZ.js";
7
+ import "../../../PlayArrow-BkW3s4mw.js";
8
+ import "../../../cryptoAssets-Da0hZPmW.js";
9
+ import "../../../wallet-BJz8LnYf.js";
10
+ import "../../../order-BNumaEGY.js";
11
11
  import "../../../util/constants.js";
12
12
  import "../../../context/snackBarContext.js";
13
13
  import "../Shared/Container/index.js";
@@ -5,7 +5,7 @@ import d from "../../../hoc/withThemeProvider.js";
5
5
  import "../Shared/appButton.js";
6
6
  import "react";
7
7
  import "../Shared/Auth/otpForm.js";
8
- import "../../../constants-CQOuVN6n.js";
8
+ import "../../../constants-DBlV_hAZ.js";
9
9
  import { useSnackBarContext as m } from "../../../context/snackBarContext.js";
10
10
  import "../../../util/conversions.js";
11
11
  import "../../../index-CAoLi5Qq.js";
@@ -5,7 +5,7 @@ import w from "./input.js";
5
5
  import "../../../hoc/withThemeProvider.js";
6
6
  import { u as I } from "../../../react-redux-B4BZippc.js";
7
7
  import "../Shared/Auth/otpForm.js";
8
- import "../../../constants-CQOuVN6n.js";
8
+ import "../../../constants-DBlV_hAZ.js";
9
9
  import { useSnackBarContext as b } from "../../../context/snackBarContext.js";
10
10
  import "../../../util/conversions.js";
11
11
  import "../../../index-CAoLi5Qq.js";