everest-npm-features 0.0.48 → 0.0.50

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 (98) hide show
  1. package/dist/{PlayArrow-Cnrxi5yr.js → PlayArrow-C3uVNo4F.js} +1 -1
  2. package/dist/{auth-C45E0xvK.js → auth-ClBgT--j.js} +1 -1
  3. package/dist/{bank-DIdz4BaB.js → bank-Dz5km1qK.js} +3 -3
  4. package/dist/components/RocketRamp/MinimalKyc/form.js +14 -13
  5. package/dist/components/RocketRamp/Player/Buy/cardPayment.js +3 -3
  6. package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +3 -3
  7. package/dist/components/RocketRamp/Player/Buy/form.js +4 -4
  8. package/dist/components/RocketRamp/Player/Buy/index.js +12 -11
  9. package/dist/components/RocketRamp/Player/Dashboard/index.js +25 -24
  10. package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +3 -3
  11. package/dist/components/RocketRamp/Player/Sell/form.js +4 -4
  12. package/dist/components/RocketRamp/Player/Sell/index.js +12 -11
  13. package/dist/components/RocketRamp/Player/SignIn/index.js +20 -19
  14. package/dist/components/RocketRamp/Player/SignIn/loginForm.js +2 -2
  15. package/dist/components/RocketRamp/Player/SignIn/otpForm.js +2 -2
  16. package/dist/components/RocketRamp/Player/SignUp/email.js +2 -2
  17. package/dist/components/RocketRamp/Player/SignUp/index.js +39 -38
  18. package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +2 -2
  19. package/dist/components/RocketRamp/ResetPassword/index.js +21 -20
  20. package/dist/components/RocketRamp/Store/SignUp/index.js +48 -47
  21. package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +2 -2
  22. package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +2 -2
  23. package/dist/components/RocketRamp/Transactions/index.js +14 -13
  24. package/dist/components/Shared/FullKyc/edd.js +41 -41
  25. package/dist/components/Shared/FullKyc/index.js +11 -10
  26. package/dist/components/Shared/FullKyc/pep.js +1 -1
  27. package/dist/components/Shared/FullKyc/personalDetails.js +2 -2
  28. package/dist/components/Shared/FullKyc/userInfo.js +4 -4
  29. package/dist/components/Shared/MinimalKyc/index.js +31 -30
  30. package/dist/components/Wallet/Account/createIban.d.ts +2 -0
  31. package/dist/components/Wallet/Account/createIban.js +96 -88
  32. package/dist/components/Wallet/Account/eWallet.d.ts +20 -0
  33. package/dist/components/Wallet/Account/eWallet.js +118 -0
  34. package/dist/components/Wallet/Account/iban.d.ts +2 -0
  35. package/dist/components/Wallet/Account/iban.js +38 -32
  36. package/dist/components/Wallet/Account/ibanItem.d.ts +5 -2
  37. package/dist/components/Wallet/Account/ibanItem.js +233 -76
  38. package/dist/components/Wallet/Account/index.d.ts +2 -0
  39. package/dist/components/Wallet/Account/index.js +164 -143
  40. package/dist/components/Wallet/Account/sendIban.js +3 -3
  41. package/dist/components/Wallet/Buy/confirmTransaction.js +5 -5
  42. package/dist/components/Wallet/Buy/form.js +5 -5
  43. package/dist/components/Wallet/Buy/index.js +14 -13
  44. package/dist/components/Wallet/Deposit/index.js +1 -1
  45. package/dist/components/Wallet/EnterpriseKyc/edd.js +9 -9
  46. package/dist/components/Wallet/EnterpriseKyc/index.js +23 -22
  47. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +24 -24
  48. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +1 -1
  49. package/dist/components/Wallet/EnterpriseKyc/verify.js +1 -1
  50. package/dist/components/Wallet/History/index.js +25 -24
  51. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +49 -48
  52. package/dist/components/Wallet/Portfolio/index.js +22 -21
  53. package/dist/components/Wallet/Portfolio/tokenRow.js +1 -1
  54. package/dist/components/Wallet/Profile/documents.js +34 -33
  55. package/dist/components/Wallet/Profile/index.js +20 -19
  56. package/dist/components/Wallet/Profile/storage.js +26 -26
  57. package/dist/components/Wallet/Receive/index.js +22 -21
  58. package/dist/components/Wallet/Sell/confirmTransaction.js +4 -4
  59. package/dist/components/Wallet/Sell/form.js +5 -5
  60. package/dist/components/Wallet/Sell/index.js +13 -12
  61. package/dist/components/Wallet/Send/index.js +19 -18
  62. package/dist/components/Wallet/Shared/Auth/otpForm.js +2 -2
  63. package/dist/components/Wallet/Shared/BankSelect/index.js +36 -35
  64. package/dist/components/Wallet/Shared/CardCorp/index.d.ts +1 -1
  65. package/dist/components/Wallet/Shared/CardCorp/index.js +16 -16
  66. package/dist/components/Wallet/Shared/addBank.js +39 -38
  67. package/dist/components/Wallet/Shared/connectPlaidBank.js +19 -18
  68. package/dist/components/Wallet/Shared/manualSend.js +6 -5
  69. package/dist/components/Wallet/SignIn/index.js +24 -23
  70. package/dist/components/Wallet/SignUp/index.js +22 -21
  71. package/dist/components/Wallet/Stake/index.js +30 -29
  72. package/dist/components/Wallet/Swap/form.js +8 -7
  73. package/dist/components/Wallet/Swap/index.js +11 -10
  74. package/dist/components/Wallet/Withdraw/bankSelect.js +28 -27
  75. package/dist/components/Wallet/Withdraw/confirmTransaction.js +4 -4
  76. package/dist/components/Wallet/Withdraw/form.js +4 -4
  77. package/dist/components/Wallet/Withdraw/index.js +12 -11
  78. package/dist/{constants-BSdmHYnc.js → constants-t7n9qCW3.js} +245 -244
  79. package/dist/{cryptoAssets-BdNVnpA_.js → cryptoAssets-shEFU26O.js} +1 -1
  80. package/dist/hooks/useEverestDispatch.d.ts +6 -0
  81. package/dist/hooks/useEverestDispatch.js +5 -0
  82. package/dist/{index-Be3ndI6s.js → index-B6MSTmAM.js} +104 -103
  83. package/dist/{index-HZ9RrpTC.js → index-C2EjFXaz.js} +87 -86
  84. package/dist/{index-BXF4OI74.js → index-Cs7bSfT3.js} +17 -16
  85. package/dist/{index-D3OzGVxQ.js → index-DFRU-R-5.js} +38 -37
  86. package/dist/{index-CRyby3Qm.js → index-Da0r8FX2.js} +11 -10
  87. package/dist/{index-BlfzmV5M.js → index-RDV0mQbt.js} +36 -35
  88. package/dist/{index-Cvp4wWrB.js → index-j0zehpzg.js} +40 -39
  89. package/dist/{kyc-BQsiHtP6.js → kyc-D9xahfH9.js} +1 -1
  90. package/dist/main.js +7 -7
  91. package/dist/{order-BKKCskeq.js → order-jqH948WM.js} +29 -25
  92. package/dist/{react-redux-B4BZippc.js → react-redux-C7I9-1M6.js} +2 -2
  93. package/dist/{stake-WjG22nIX.js → stake-Dcq6QpaA.js} +3 -3
  94. package/dist/{tokenRow-D32W5WH3.js → tokenRow-B-tustzZ.js} +8 -6
  95. package/dist/util/constants.d.ts +2 -0
  96. package/dist/util/constants.js +21 -19
  97. package/dist/{wallet-BXA-R-Ks.js → wallet-DpkUmmq0.js} +1 -1
  98. package/package.json +3 -2
@@ -1,28 +1,30 @@
1
- import { jsxs as n, Fragment as $, jsx as e } from "react/jsx-runtime";
1
+ import { jsxs as o, Fragment as K, jsx as e } from "react/jsx-runtime";
2
2
  import { useState as _, useEffect as d } from "react";
3
- import { u as oe, a as N } from "../../../react-redux-B4BZippc.js";
4
- import "../../../constants-BSdmHYnc.js";
5
- import { u as ae, c as re, d as se } from "../../../index-BQNs1mvn.js";
6
- import { u as ie, a as le, b as ce, c as me, d as de, e as pe } from "../../../wallet-BXA-R-Ks.js";
7
- import { u as ue, c as he, d as fe } from "../../../bank-DIdz4BaB.js";
8
- import { LINKED_WALLET_TOOLTIP as ge, CONNECTED_WALLET_TOOLTIP as be, WALLET_ICON as _e, DELETE_ICON as Ne } from "../../../util/constants.js";
9
- import { M as q } from "../../../tooltip-3UvETWtS.js";
10
- import { I as M } from "../../../Info-BVeUSPyk.js";
3
+ import { u as N } from "../../../react-redux-C7I9-1M6.js";
4
+ import "../../../constants-t7n9qCW3.js";
5
+ import { u as re, c as se, d as ie } from "../../../index-BQNs1mvn.js";
6
+ import { u as le, a as ce, b as me, c as de, d as pe, e as ue } from "../../../wallet-DpkUmmq0.js";
7
+ import { u as he, c as fe, d as ge } from "../../../bank-Dz5km1qK.js";
8
+ import { LINKED_WALLET_TOOLTIP as be, CONNECTED_WALLET_TOOLTIP as _e, WALLET_ICON as Ne, DELETE_ICON as We } from "../../../util/constants.js";
9
+ import { M as J } from "../../../tooltip-3UvETWtS.js";
10
+ import { I as Q } from "../../../Info-BVeUSPyk.js";
11
11
  import { C as xe } from "../../../Cancel-4lT7GZUA.js";
12
- import { D as We } from "../../../Delete-jpMstGIF.js";
13
- import { C as Ce } from "../../../Close-CNwiMz_O.js";
14
- import we from "../../Shared/transition.js";
15
- import K from "../Shared/inputField.js";
16
- import ke from "../Shared/addBank.js";
17
- import ve from "../Shared/connectPlaidBank.js";
18
- import De from "../Shared/ConnectWallet/index.js";
19
- import ye from "./iban.js";
20
- import { useSnackBarContext as Ae } from "../../../context/snackBarContext.js";
21
- import F from "../Shared/appButton.js";
22
- import { AuthInnerContainer as I } from "../Shared/Container/index.js";
12
+ import { D as Ce } from "../../../Delete-jpMstGIF.js";
13
+ import { C as we } from "../../../Close-CNwiMz_O.js";
14
+ import ke from "../../Shared/transition.js";
15
+ import V from "../Shared/inputField.js";
16
+ import ve from "../Shared/addBank.js";
17
+ import De from "../Shared/connectPlaidBank.js";
18
+ import Ae from "../Shared/ConnectWallet/index.js";
19
+ import Ie from "./iban.js";
20
+ import ye from "./eWallet.js";
21
+ import { useSnackBarContext as Le } from "../../../context/snackBarContext.js";
22
+ import X from "../Shared/appButton.js";
23
+ import { AuthInnerContainer as T } from "../Shared/Container/index.js";
23
24
  import "../../../index-DlQqWbXG.js";
24
- import Ie from "../../../hoc/withThemeProvider.js";
25
+ import Te from "../../../hoc/withThemeProvider.js";
25
26
  import "../Shared/Auth/otpForm.js";
27
+ import Be from "../../../hooks/useEverestDispatch.js";
26
28
  import "../../../util/conversions.js";
27
29
  import "../../../index-CAoLi5Qq.js";
28
30
  import "../../../react-webcam-B3cXh1XT.js";
@@ -30,20 +32,20 @@ import "../Shared/pin.js";
30
32
  import "../../../moment-h96o7c8I.js";
31
33
  import "../../../index.esm-BsMAMhYW.js";
32
34
  import "../../../index-ceeCtFuh.js";
33
- import { useDialogContext as Le } from "../../../context/dialogContext.js";
34
- import { B as i } from "../../../Box-B0YSYLco.js";
35
+ import { useDialogContext as Se } from "../../../context/dialogContext.js";
36
+ import { B as s } from "../../../Box-B0YSYLco.js";
35
37
  import { G as l } from "../../../Grid-CFe3amXO.js";
36
38
  import { T as c } from "../../../Typography-pAaje37G.js";
37
- import { I as x } from "../../../IconButton-DHm-hucF.js";
38
- import { C as W } from "../../../CircularProgress-xZA3lvba.js";
39
- import { B as Te } from "../../../Button-Df4vgU24.js";
40
- import { S as Be } from "../../../Stack-k55YTxET.js";
41
- import { D as Se, a as ze } from "../../../DialogContent-BMwlOnbW.js";
42
- import { D as Ee } from "../../../DialogTitle-CfS0bb2K.js";
43
- import '../../../assets/index3.css';const Pe = "_container_arwo8_1", Oe = "_heading_arwo8_27", o = {
44
- container: Pe,
39
+ import { I as W } from "../../../IconButton-DHm-hucF.js";
40
+ import { C as x } from "../../../CircularProgress-xZA3lvba.js";
41
+ import { B as Ee } from "../../../Button-Df4vgU24.js";
42
+ import { S as ze } from "../../../Stack-k55YTxET.js";
43
+ import { D as Pe, a as Oe } from "../../../DialogContent-BMwlOnbW.js";
44
+ import { D as Re } from "../../../DialogTitle-CfS0bb2K.js";
45
+ import '../../../assets/index3.css';const $e = "_container_arwo8_1", qe = "_heading_arwo8_27", n = {
46
+ container: $e,
45
47
  "inner-container": "_inner-container_arwo8_13",
46
- heading: Oe,
48
+ heading: qe,
47
49
  "account-item": "_account-item_arwo8_41",
48
50
  "account-item-text": "_account-item-text_arwo8_71",
49
51
  "primary-color": "_primary-color_arwo8_81",
@@ -52,79 +54,81 @@ import '../../../assets/index3.css';const Pe = "_container_arwo8_1", Oe = "_head
52
54
  "remove-icon": "_remove-icon_arwo8_107",
53
55
  "delete-disable": "_delete-disable_arwo8_121",
54
56
  "confirm-edit": "_confirm-edit_arwo8_137"
55
- }, Re = ({
56
- baseUrl: H,
57
- checkoutSdkKey: j,
58
- appKey: G,
59
- navigate: J
57
+ }, Me = ({
58
+ baseUrl: B,
59
+ checkoutSdkKey: S,
60
+ appKey: E,
61
+ appKeyEur: z,
62
+ paymentWidgetSrcUrl: P,
63
+ navigate: O
60
64
  }) => {
61
- const r = oe(), { showAlertMessage: m } = Ae(), { openDialog: L } = Le(), T = N((t) => t.app.features), p = N(ae), Q = p.loader, B = p.message, S = p.banks, U = p.iban, [z, E] = _(!1), [V, u] = _(!1), [C, X] = _(""), [w, Y] = _(""), P = N(re), O = P.data, { error: k, message: v, loader: D } = P, R = N(se), h = R.data, {
65
+ const r = Be(), { showAlertMessage: m } = Le(), { openDialog: C } = Se(), w = N((t) => t.app.features), u = N(re), Y = u.loader, R = u.message, $ = u.banks, q = u.iban, [M, F] = _(!1), [Z, h] = _(!1), [k, U] = _(""), [v, ee] = _(""), H = N(se), j = H.data, { error: D, message: A, loader: I } = H, G = N(ie), f = G.data, {
62
66
  error: y,
63
- message: A,
64
- loader: Z
65
- } = R;
67
+ message: L,
68
+ loader: te
69
+ } = G;
66
70
  d(() => {
67
- B && E(!1);
68
- }, [B]), d(() => {
71
+ R && F(!1);
72
+ }, [R]), d(() => {
69
73
  y && m({ message: y });
70
74
  }, [y]), d(() => {
71
- A && m({ message: A, type: "success" });
72
- }, [A]), d(() => {
73
- k && m({ message: k });
74
- }, [k]), d(() => {
75
- v && (u(!1), m({ message: v, type: "success" }));
76
- }, [v]), d(() => (O.length <= 0 && r(ie()), h.length <= 0 && r(le()), r(ue()), r(he()), () => {
77
- r(ce("")), r(me(""));
75
+ L && m({ message: L, type: "success" });
76
+ }, [L]), d(() => {
77
+ D && m({ message: D });
78
+ }, [D]), d(() => {
79
+ A && (h(!1), m({ message: A, type: "success" }));
80
+ }, [A]), d(() => (j.length <= 0 && r(le()), f.length <= 0 && r(ce()), r(he()), r(fe()), () => {
81
+ r(me("")), r(de(""));
78
82
  }), []);
79
- const ee = () => {
80
- if (!C)
83
+ const oe = () => {
84
+ if (!k)
81
85
  return m({ message: "Please provide the wallet name" }), !1;
82
- if (!w)
86
+ if (!v)
83
87
  return m({
84
88
  message: "Please provide the wallet private key"
85
89
  }), !1;
86
- D || r(
87
- de({
88
- name: C,
89
- privatekey: Buffer.from(w).toString("base64")
90
+ I || r(
91
+ pe({
92
+ name: k,
93
+ privatekey: Buffer.from(v).toString("base64")
90
94
  })
91
95
  );
92
- }, te = (t) => {
93
- L({
94
- icon: Ne,
96
+ }, ne = (t) => {
97
+ C({
98
+ icon: We,
95
99
  height: "450px",
96
100
  title: "Are you sure you want to delete?",
97
101
  message: "This action cannot be undone.",
98
102
  onConfirm: () => {
99
- r(fe(t));
103
+ r(ge(t));
100
104
  },
101
105
  cancelButtonShow: !0
102
106
  });
103
- }, f = ({
107
+ }, p = ({
104
108
  data: t,
105
109
  type: a,
106
110
  children: g
107
111
  }) => {
108
- let s, b;
109
- return a === "connectedWallet" || a === "linkedWallet" ? "name" in t && "address" in t && (s = t.name, b = t.address) : a === "iban" ? "accountName" in t && "accountNumber" in t && (s = t.accountName, b = `${t.ownerFirstName} ${t.ownerLastName}: ${t.accountNumber}`) : "accountName" in t && "accountNumber" in t && (s = t.accountName, b = t.accountNumber), /* @__PURE__ */ n(i, { className: o["account-item"], children: [
110
- a === "bankAccount" && z && "id" in t && /* @__PURE__ */ e(
111
- x,
112
+ let i, b;
113
+ return a === "connectedWallet" || a === "linkedWallet" ? "name" in t && "address" in t && (i = t.name, b = t.address) : a === "iban" ? "accountName" in t && "accountNumber" in t && (i = t.accountName, b = `${t.ownerFirstName} ${t.ownerLastName}: ${t.accountNumber}`) : "accountName" in t && "accountNumber" in t && (i = t.accountName, b = t.accountNumber), /* @__PURE__ */ o(s, { className: n["account-item"], children: [
114
+ a === "bankAccount" && M && "id" in t && /* @__PURE__ */ e(
115
+ W,
112
116
  {
113
- className: o["remove-icon"],
114
- onClick: () => te(t.id),
117
+ className: n["remove-icon"],
118
+ onClick: () => ne(t.id),
115
119
  children: /* @__PURE__ */ e(xe, {})
116
120
  }
117
121
  ),
118
- /* @__PURE__ */ e(l, { container: !0, width: "100%", children: /* @__PURE__ */ e(l, { size: 10, children: /* @__PURE__ */ n(l, { container: !0, width: "100%", children: [
119
- /* @__PURE__ */ e(l, { size: { xs: 2, md: 1.2 }, className: "content-center", children: /* @__PURE__ */ e("img", { src: _e, alt: "Icon", height: 28, width: 28 }) }),
120
- /* @__PURE__ */ n(l, { size: { xs: 10, md: 10.8 }, children: [
122
+ /* @__PURE__ */ e(l, { container: !0, width: "100%", children: /* @__PURE__ */ e(l, { size: 10, children: /* @__PURE__ */ o(l, { container: !0, width: "100%", children: [
123
+ /* @__PURE__ */ e(l, { size: { xs: 2, md: 1.2 }, className: "content-center", children: /* @__PURE__ */ e("img", { src: Ne, alt: "Icon", height: 28, width: 28 }) }),
124
+ /* @__PURE__ */ o(l, { size: { xs: 10, md: 10.8 }, children: [
121
125
  /* @__PURE__ */ e(
122
126
  c,
123
127
  {
124
128
  variant: "body1",
125
129
  component: "p",
126
- className: `${o["account-item-text"]} ${o["primary-color"]}`,
127
- children: /* @__PURE__ */ e("strong", { children: s })
130
+ className: `${n["account-item-text"]} ${n["primary-color"]}`,
131
+ children: /* @__PURE__ */ e("strong", { children: i })
128
132
  }
129
133
  ),
130
134
  /* @__PURE__ */ e(
@@ -132,7 +136,7 @@ import '../../../assets/index3.css';const Pe = "_container_arwo8_1", Oe = "_head
132
136
  {
133
137
  variant: "caption",
134
138
  component: "p",
135
- className: `${o["account-item-text"]} ${o["secondary-color"]}`,
139
+ className: `${n["account-item-text"]} ${n["secondary-color"]}`,
136
140
  children: /* @__PURE__ */ e("strong", { children: b })
137
141
  }
138
142
  )
@@ -140,38 +144,38 @@ import '../../../assets/index3.css';const Pe = "_container_arwo8_1", Oe = "_head
140
144
  ] }) }) }),
141
145
  g
142
146
  ] });
143
- }, ne = (t) => {
144
- const a = h.length;
147
+ }, ae = (t) => {
148
+ const a = f.length;
145
149
  let g = !1;
146
- for (let s = 0; s < a; s++)
147
- if (h[s].address.toLowerCase() === t.toLowerCase()) {
150
+ for (let i = 0; i < a; i++)
151
+ if (f[i].address.toLowerCase() === t.toLowerCase()) {
148
152
  g = !0;
149
153
  break;
150
154
  }
151
155
  g ? m({
152
156
  message: "This wallet address is already connected."
153
- }) : r(pe(t));
157
+ }) : r(ue(t));
154
158
  };
155
- return /* @__PURE__ */ n($, { children: [
156
- /* @__PURE__ */ e(i, { className: o.container, children: /* @__PURE__ */ n(l, { spacing: 2, container: !0, width: "100%", children: [
157
- /* @__PURE__ */ n(l, { size: { md: 6, xs: 12 }, children: [
158
- /* @__PURE__ */ n(I, { p: 3, children: [
159
+ return /* @__PURE__ */ o(K, { children: [
160
+ /* @__PURE__ */ e(s, { className: n.container, children: /* @__PURE__ */ o(l, { spacing: 2, container: !0, width: "100%", children: [
161
+ /* @__PURE__ */ o(l, { size: { md: 6, xs: 12 }, children: [
162
+ /* @__PURE__ */ o(T, { p: 3, children: [
159
163
  /* @__PURE__ */ e(
160
164
  c,
161
165
  {
162
- className: o.heading,
166
+ className: n.heading,
163
167
  variant: "h6",
164
168
  component: "span",
165
169
  children: /* @__PURE__ */ e("strong", { children: "Linked Wallets" })
166
170
  }
167
171
  ),
168
172
  /* @__PURE__ */ e(
169
- q,
173
+ J,
170
174
  {
171
- title: /* @__PURE__ */ e(i, { sx: { whiteSpace: "pre-line" }, children: ge }),
175
+ title: /* @__PURE__ */ e(s, { sx: { whiteSpace: "pre-line" }, children: be }),
172
176
  placement: "bottom",
173
- children: /* @__PURE__ */ e(x, { className: o["info-icon"], children: /* @__PURE__ */ e(
174
- M,
177
+ children: /* @__PURE__ */ e(W, { className: n["info-icon"], children: /* @__PURE__ */ e(
178
+ Q,
175
179
  {
176
180
  sx: {
177
181
  fontSize: "26px",
@@ -181,35 +185,35 @@ import '../../../assets/index3.css';const Pe = "_container_arwo8_1", Oe = "_head
181
185
  ) })
182
186
  }
183
187
  ),
184
- D && /* @__PURE__ */ e(i, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(W, { size: 50 }) }),
185
- O.map((t, a) => /* @__PURE__ */ e(f, { type: "linkedWallet", data: t }, a)),
188
+ I && /* @__PURE__ */ e(s, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(x, { size: 50 }) }),
189
+ j.map((t, a) => /* @__PURE__ */ e(p, { type: "linkedWallet", data: t }, a)),
186
190
  /* @__PURE__ */ e(
187
- F,
191
+ X,
188
192
  {
189
193
  sx: { mt: 4 },
190
- onClick: () => u(!0),
194
+ onClick: () => h(!0),
191
195
  fullWidth: !0,
192
196
  children: /* @__PURE__ */ e("strong", { children: "Add Wallet" })
193
197
  }
194
198
  )
195
199
  ] }),
196
- /* @__PURE__ */ n(I, { p: 3, mt: 2, children: [
200
+ /* @__PURE__ */ o(T, { p: 3, mt: 2, children: [
197
201
  /* @__PURE__ */ e(
198
202
  c,
199
203
  {
200
- className: o.heading,
204
+ className: n.heading,
201
205
  variant: "h6",
202
206
  component: "span",
203
207
  children: /* @__PURE__ */ e("strong", { children: "Connected Wallets" })
204
208
  }
205
209
  ),
206
210
  /* @__PURE__ */ e(
207
- q,
211
+ J,
208
212
  {
209
- title: /* @__PURE__ */ e(i, { sx: { whiteSpace: "pre-line" }, children: be }),
213
+ title: /* @__PURE__ */ e(s, { sx: { whiteSpace: "pre-line" }, children: _e }),
210
214
  placement: "bottom",
211
- children: /* @__PURE__ */ e(x, { className: o["info-icon"], children: /* @__PURE__ */ e(
212
- M,
215
+ children: /* @__PURE__ */ e(W, { className: n["info-icon"], children: /* @__PURE__ */ e(
216
+ Q,
213
217
  {
214
218
  sx: {
215
219
  fontSize: "26px",
@@ -219,96 +223,113 @@ import '../../../assets/index3.css';const Pe = "_container_arwo8_1", Oe = "_head
219
223
  ) })
220
224
  }
221
225
  ),
222
- Z && /* @__PURE__ */ e(i, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(W, { size: 50 }) }),
223
- h.map((t, a) => /* @__PURE__ */ e(f, { type: "connectedWallet", data: t }, a)),
226
+ te && /* @__PURE__ */ e(s, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(x, { size: 50 }) }),
227
+ f.map((t, a) => /* @__PURE__ */ e(p, { type: "connectedWallet", data: t }, a)),
224
228
  /* @__PURE__ */ e(
225
- De,
229
+ Ae,
226
230
  {
227
- addressHandler: ne,
231
+ addressHandler: ae,
228
232
  btnClass: "wallet-btn"
229
233
  }
230
234
  )
231
235
  ] })
232
236
  ] }),
233
- /* @__PURE__ */ n(l, { size: { md: 6, xs: 12 }, children: [
234
- T.iban && /* @__PURE__ */ e(
237
+ /* @__PURE__ */ o(l, { size: { md: 6, xs: 12 }, children: [
238
+ w.eWallet && /* @__PURE__ */ e(s, { mb: 2, children: /* @__PURE__ */ e(
235
239
  ye,
236
240
  {
237
- openDialog: L,
241
+ openDialog: C,
242
+ dispatch: r,
243
+ iban: q,
244
+ baseUrl: B,
245
+ checkoutSdkKey: S,
246
+ appKey: E,
247
+ appKeyEur: z,
248
+ paymentWidgetSrcUrl: P,
249
+ navigate: O,
250
+ AccountItem: p
251
+ }
252
+ ) }),
253
+ w.iban && /* @__PURE__ */ e(
254
+ Ie,
255
+ {
256
+ openDialog: C,
238
257
  dispatch: r,
239
- iban: U,
240
- baseUrl: H,
241
- checkoutSdkKey: j,
242
- appKey: G,
243
- navigate: J,
244
- AccountItem: f
258
+ iban: q,
259
+ baseUrl: B,
260
+ checkoutSdkKey: S,
261
+ appKey: E,
262
+ appKeyEur: z,
263
+ paymentWidgetSrcUrl: P,
264
+ navigate: O,
265
+ AccountItem: p
245
266
  }
246
267
  ),
247
- /* @__PURE__ */ e(I, { mt: 2, children: /* @__PURE__ */ n(i, { p: 3, mt: T.iban ? 2 : 0, children: [
248
- /* @__PURE__ */ e(c, { className: o.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "Bank Accounts" }) }),
249
- S.length > 0 && /* @__PURE__ */ n(
250
- Te,
268
+ /* @__PURE__ */ e(T, { mt: 2, children: /* @__PURE__ */ o(s, { p: 3, mt: w.iban ? 2 : 0, children: [
269
+ /* @__PURE__ */ e(c, { className: n.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "Bank Accounts" }) }),
270
+ $.length > 0 && /* @__PURE__ */ o(
271
+ Ee,
251
272
  {
252
- className: `${z ? o["delete-disable"] : o["confirm-edit"]} normal-text`,
273
+ className: `${M ? n["delete-disable"] : n["confirm-edit"]} normal-text`,
253
274
  sx: { mt: 3, mb: 3 },
254
275
  variant: "contained",
255
- onClick: () => E((t) => !t),
276
+ onClick: () => F((t) => !t),
256
277
  children: [
257
- /* @__PURE__ */ e(We, {}),
278
+ /* @__PURE__ */ e(Ce, {}),
258
279
  "Delete"
259
280
  ]
260
281
  }
261
282
  ),
262
- Q && /* @__PURE__ */ e(i, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(W, { size: 50 }) }),
263
- S.map((t, a) => /* @__PURE__ */ e(f, { type: "bankAccount", data: t }, a)),
264
- /* @__PURE__ */ n(Be, { mt: 4, gap: 1, children: [
265
- /* @__PURE__ */ e(ve, {}),
283
+ Y && /* @__PURE__ */ e(s, { mt: 4, className: "flex-center", children: /* @__PURE__ */ e(x, { size: 50 }) }),
284
+ $.map((t, a) => /* @__PURE__ */ e(p, { type: "bankAccount", data: t }, a)),
285
+ /* @__PURE__ */ o(ze, { mt: 4, gap: 1, children: [
286
+ /* @__PURE__ */ e(De, {}),
266
287
  /* @__PURE__ */ e(c, { className: "text-center", variant: "h6", children: /* @__PURE__ */ e("strong", { children: "OR" }) }),
267
- /* @__PURE__ */ e(ke, {})
288
+ /* @__PURE__ */ e(ve, {})
268
289
  ] })
269
290
  ] }) })
270
291
  ] })
271
292
  ] }) }),
272
- /* @__PURE__ */ n(
273
- Se,
293
+ /* @__PURE__ */ o(
294
+ Pe,
274
295
  {
275
296
  fullWidth: !0,
276
- open: V,
277
- onClose: () => u(!1),
278
- TransitionComponent: we,
297
+ open: Z,
298
+ onClose: () => h(!1),
299
+ TransitionComponent: ke,
279
300
  children: [
280
- /* @__PURE__ */ n(Ee, { className: "buy-modal-text-color", children: [
301
+ /* @__PURE__ */ o(Re, { className: "buy-modal-text-color", children: [
281
302
  /* @__PURE__ */ e(c, { variant: "subtitle1", component: "p", children: /* @__PURE__ */ e("strong", { children: "Wallets" }) }),
282
303
  /* @__PURE__ */ e(
283
- x,
304
+ W,
284
305
  {
285
306
  "aria-label": "close",
286
- onClick: () => u(!1),
307
+ onClick: () => h(!1),
287
308
  className: "menu-buttons",
288
- children: /* @__PURE__ */ e(Ce, {})
309
+ children: /* @__PURE__ */ e(we, {})
289
310
  }
290
311
  )
291
312
  ] }),
292
- /* @__PURE__ */ n(ze, { dividers: !0, children: [
313
+ /* @__PURE__ */ o(Oe, { dividers: !0, children: [
293
314
  /* @__PURE__ */ e(c, { className: "text-center buy-modal-text-color", variant: "h5", children: /* @__PURE__ */ e("strong", { children: "Add Linked Wallet" }) }),
294
315
  /* @__PURE__ */ e(
295
- K,
316
+ V,
296
317
  {
297
318
  label: "Name",
298
- value: C,
299
- onChangeHandler: (t) => X(t)
319
+ value: k,
320
+ onChangeHandler: (t) => U(t)
300
321
  }
301
322
  ),
302
323
  /* @__PURE__ */ e(
303
- K,
324
+ V,
304
325
  {
305
326
  label: "Private Key",
306
- value: w,
307
- onChangeHandler: (t) => Y(t)
327
+ value: v,
328
+ onChangeHandler: (t) => ee(t)
308
329
  }
309
330
  ),
310
- /* @__PURE__ */ e(F, { sx: { mt: 4 }, onClick: ee, fullWidth: !0, children: /* @__PURE__ */ e("strong", { children: D ? /* @__PURE__ */ n($, { children: [
311
- /* @__PURE__ */ e(W, { size: 15, color: "inherit" }),
331
+ /* @__PURE__ */ e(X, { sx: { mt: 4 }, onClick: oe, fullWidth: !0, children: /* @__PURE__ */ e("strong", { children: I ? /* @__PURE__ */ o(K, { children: [
332
+ /* @__PURE__ */ e(x, { size: 15, color: "inherit" }),
312
333
  " Processing..."
313
334
  ] }) : "Import Wallet" }) })
314
335
  ] })
@@ -316,7 +337,7 @@ import '../../../assets/index3.css';const Pe = "_container_arwo8_1", Oe = "_head
316
337
  }
317
338
  )
318
339
  ] });
319
- }, yt = Ie(Re);
340
+ }, Bt = Te(Me);
320
341
  export {
321
- yt as default
342
+ Bt as default
322
343
  };
@@ -2,11 +2,11 @@ import { jsxs as a, jsx as e, Fragment as g } from "react/jsx-runtime";
2
2
  import { useState as s, useEffect as E } from "react";
3
3
  import { C as w } from "../../../Close-CNwiMz_O.js";
4
4
  import { I as z } from "../../../Info-BVeUSPyk.js";
5
- import { a as $ } from "../../../react-redux-B4BZippc.js";
5
+ import { u as $ } from "../../../react-redux-C7I9-1M6.js";
6
6
  import G from "../../Shared/transition.js";
7
7
  import { M as U } from "../../../tooltip-3UvETWtS.js";
8
- import { aa as j, ab as b } from "../../../constants-BSdmHYnc.js";
9
- import { s as M } from "../../../bank-DIdz4BaB.js";
8
+ import { ab as j, ac as b } from "../../../constants-t7n9qCW3.js";
9
+ import { s as M } from "../../../bank-Dz5km1qK.js";
10
10
  import { useSnackBarContext as O } from "../../../context/snackBarContext.js";
11
11
  import H from "../Shared/appButton.js";
12
12
  import { EURO_ISO3 as D } from "../../../util/constants.js";
@@ -5,13 +5,13 @@ import "../../../util/functions.js";
5
5
  import "../../../util/constants.js";
6
6
  import "../../../styles.module-DMd29SPQ.js";
7
7
  import "../Shared/appButton.js";
8
- import "../../../constants-BSdmHYnc.js";
8
+ import "../../../constants-t7n9qCW3.js";
9
9
  import "../../../index-BQNs1mvn.js";
10
- import "../../../order-BKKCskeq.js";
11
- import "../../../bank-DIdz4BaB.js";
12
- import { a as H } from "../../../index-HZ9RrpTC.js";
10
+ import "../../../order-jqH948WM.js";
11
+ import "../../../bank-Dz5km1qK.js";
12
+ import { a as H } from "../../../index-C2EjFXaz.js";
13
13
  import "../../../index.esm-BsMAMhYW.js";
14
- import "../../../react-redux-B4BZippc.js";
14
+ import "../../../react-redux-C7I9-1M6.js";
15
15
  import "../../../index-DlQqWbXG.js";
16
16
  import "../../../hoc/withThemeProvider.js";
17
17
  import "../Shared/Auth/otpForm.js";
@@ -1,19 +1,19 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../PlayArrow-Cnrxi5yr.js";
3
+ import "../../../PlayArrow-C3uVNo4F.js";
4
4
  import "../../../Info-BVeUSPyk.js";
5
5
  import "../../../generic-token-B_ptO5yb.js";
6
6
  import "../../../util/constants.js";
7
- import "../../../constants-BSdmHYnc.js";
7
+ import "../../../constants-t7n9qCW3.js";
8
8
  import "../../../index-BQNs1mvn.js";
9
- import "../../../order-BKKCskeq.js";
9
+ import "../../../order-jqH948WM.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-HZ9RrpTC.js";
13
+ import { B as E } from "../../../index-C2EjFXaz.js";
14
14
  import "../../../styles.module-DMd29SPQ.js";
15
15
  import "../Shared/TokenModal/index.js";
16
- import "../../../react-redux-B4BZippc.js";
16
+ import "../../../react-redux-C7I9-1M6.js";
17
17
  import "../Shared/Order/paymentButton.js";
18
18
  import "../Shared/Order/selectCustomIcon.js";
19
19
  import "../../../Grid-CFe3amXO.js";
@@ -1,13 +1,13 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../hoc/withThemeProvider.js";
4
- import { b as e, C as f, F as Y, M as b, P as d, i as l } from "../../../index-HZ9RrpTC.js";
5
- import "../../../react-redux-B4BZippc.js";
6
- import "../../../constants-BSdmHYnc.js";
7
- import "../../../PlayArrow-Cnrxi5yr.js";
8
- import "../../../cryptoAssets-BdNVnpA_.js";
9
- import "../../../wallet-BXA-R-Ks.js";
10
- import "../../../order-BKKCskeq.js";
4
+ import { b as f, C as Y, F as b, M as d, P as l, i as u } from "../../../index-C2EjFXaz.js";
5
+ import "../../../react-redux-C7I9-1M6.js";
6
+ import "../../../constants-t7n9qCW3.js";
7
+ import "../../../PlayArrow-C3uVNo4F.js";
8
+ import "../../../cryptoAssets-shEFU26O.js";
9
+ import "../../../wallet-DpkUmmq0.js";
10
+ import "../../../order-jqH948WM.js";
11
11
  import "../../../util/constants.js";
12
12
  import "../../../context/snackBarContext.js";
13
13
  import "../Shared/Container/index.js";
@@ -17,11 +17,12 @@ import "../Shared/Input/index.js";
17
17
  import "../Shared/appButton.js";
18
18
  import "../Shared/CardCorp/index.js";
19
19
  import "../../../countries-BVn1FubK.js";
20
+ import "../../../hooks/useEverestDispatch.js";
20
21
  export {
21
- e as CARD_CORP_SCREEN,
22
- f as CONFIRM_SCREEN,
23
- Y as FORM_SCREEN,
24
- b as MINIMAL_KYC_SCREEN,
25
- d as PAYMENT_SCREEN,
26
- l as default
22
+ f as CARD_CORP_SCREEN,
23
+ Y as CONFIRM_SCREEN,
24
+ b as FORM_SCREEN,
25
+ d as MINIMAL_KYC_SCREEN,
26
+ l as PAYMENT_SCREEN,
27
+ u as default
27
28
  };
@@ -6,7 +6,7 @@ import "../../../index-DlQqWbXG.js";
6
6
  import "../Shared/appButton.js";
7
7
  import "react";
8
8
  import "../Shared/Auth/otpForm.js";
9
- import "../../../constants-BSdmHYnc.js";
9
+ import "../../../constants-t7n9qCW3.js";
10
10
  import { useSnackBarContext as c } from "../../../context/snackBarContext.js";
11
11
  import "../../../util/conversions.js";
12
12
  import "../../../index-CAoLi5Qq.js";