everest-npm-features 0.0.62 → 0.0.63

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 (100) hide show
  1. package/dist/ArrowBack-DEJjwfp0.js +8 -0
  2. package/dist/{PlayArrow-BVDyfxsQ.js → PlayArrow-71FP5PzJ.js} +5 -5
  3. package/dist/assets/styles.css +1 -1
  4. package/dist/{auth-DTJdu6mq.js → auth-BBeOw4mt.js} +1 -1
  5. package/dist/{bank-C4pmTe--.js → bank-HVb0GFsa.js} +1 -1
  6. package/dist/components/RocketRamp/MinimalKyc/form.js +3 -3
  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 +6 -6
  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/edd.js +3 -3
  27. package/dist/components/Shared/FullKyc/index.js +4 -4
  28. package/dist/components/Shared/FullKyc/pep.js +1 -1
  29. package/dist/components/Shared/FullKyc/personalDetails.js +3 -3
  30. package/dist/components/Shared/FullKyc/userInfo.js +4 -4
  31. package/dist/components/Shared/MinimalKyc/index.js +2 -2
  32. package/dist/components/Shared/Sumsub/index.js +2 -2
  33. package/dist/components/Wallet/Account/createIban.d.ts +1 -2
  34. package/dist/components/Wallet/Account/createIban.js +322 -97
  35. package/dist/components/Wallet/Account/eWallet.js +35 -37
  36. package/dist/components/Wallet/Account/iban.d.ts +1 -0
  37. package/dist/components/Wallet/Account/iban.js +42 -42
  38. package/dist/components/Wallet/Account/ibanItem.js +3 -3
  39. package/dist/components/Wallet/Account/index.d.ts +1 -0
  40. package/dist/components/Wallet/Account/index.js +113 -111
  41. package/dist/components/Wallet/Account/sendIban.js +2 -2
  42. package/dist/components/Wallet/Buy/confirmTransaction.js +5 -5
  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 +2 -2
  46. package/dist/components/Wallet/EnterpriseKyc/edd.js +2 -2
  47. package/dist/components/Wallet/EnterpriseKyc/index.js +4 -4
  48. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +3 -3
  49. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +2 -2
  50. package/dist/components/Wallet/EnterpriseKyc/verify.js +2 -2
  51. package/dist/components/Wallet/History/index.js +2 -2
  52. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +96 -95
  53. package/dist/components/Wallet/Portfolio/index.js +5 -5
  54. package/dist/components/Wallet/Profile/documents.js +128 -131
  55. package/dist/components/Wallet/Profile/index.js +5 -5
  56. package/dist/components/Wallet/Profile/storage.js +2 -2
  57. package/dist/components/Wallet/Receive/index.js +2 -2
  58. package/dist/components/Wallet/Sell/confirmTransaction.js +4 -4
  59. package/dist/components/Wallet/Sell/form.js +4 -4
  60. package/dist/components/Wallet/Sell/index.js +6 -6
  61. package/dist/components/Wallet/Send/index.js +3 -3
  62. package/dist/components/Wallet/Shared/Auth/otpForm.js +3 -3
  63. package/dist/components/Wallet/Shared/BankSelect/index.js +3 -3
  64. package/dist/components/Wallet/Shared/CardCorp/index.js +2 -2
  65. package/dist/components/Wallet/Shared/Container/index.d.ts +2 -1
  66. package/dist/components/Wallet/Shared/Container/index.js +19 -18
  67. package/dist/components/Wallet/Shared/addBank.js +3 -3
  68. package/dist/components/Wallet/Shared/connectPlaidBank.js +2 -2
  69. package/dist/components/Wallet/Shared/manualSend.js +4 -4
  70. package/dist/components/Wallet/SignIn/index.js +3 -3
  71. package/dist/components/Wallet/SignUp/index.js +3 -3
  72. package/dist/components/Wallet/Stake/gems/index.js +61 -52
  73. package/dist/components/Wallet/Stake/id/index.js +67 -66
  74. package/dist/components/Wallet/Stake/index.js +4 -4
  75. package/dist/components/Wallet/Swap/form.js +6 -6
  76. package/dist/components/Wallet/Swap/index.js +5 -5
  77. package/dist/components/Wallet/Withdraw/bankSelect.js +4 -4
  78. package/dist/components/Wallet/Withdraw/confirmTransaction.js +3 -3
  79. package/dist/components/Wallet/Withdraw/form.js +4 -4
  80. package/dist/components/Wallet/Withdraw/index.js +5 -5
  81. package/dist/{constants-DrmtdI1J.js → constants-DX0YBtP2.js} +19 -19
  82. package/dist/{cryptoAssets-DyGDknvq.js → cryptoAssets-B8rAI7pp.js} +1 -1
  83. package/dist/{index-3OQ4M69t.js → index-B4XvACQN.js} +7 -7
  84. package/dist/{index-BBFbUCRZ.js → index-CTPMPwYK.js} +102 -106
  85. package/dist/{index-C1WPCgkl.js → index-DkiQ8pRO.js} +51 -51
  86. package/dist/{index-CYX3j0V7.js → index-DuWW5roi.js} +7 -7
  87. package/dist/{index-CDwzoHu7.js → index-JY6-UKlX.js} +6 -6
  88. package/dist/{index-ILpK4BCB.js → index-_fiTunwZ.js} +4 -4
  89. package/dist/{index-CK4kLRAw.js → index-bK14vCZw.js} +5 -5
  90. package/dist/{kyc-ksV3vBP_.js → kyc-BNMPoeHt.js} +1 -1
  91. package/dist/main.js +7 -7
  92. package/dist/{order-DEp_Lmar.js → order-BXeCIvqC.js} +1 -1
  93. package/dist/{otpForm-fiNqeB5H.js → otpForm-DeeegaX2.js} +2 -2
  94. package/dist/{stake-Ct7-_aWW.js → stake-BO2TYVJ7.js} +1 -1
  95. package/dist/styles.module-DFoezEqS.js +28 -0
  96. package/dist/util/constants.d.ts +1 -0
  97. package/dist/util/constants.js +72 -71
  98. package/dist/{wallet-CauUBXou.js → wallet-BPXOp8UG.js} +1 -1
  99. package/package.json +1 -1
  100. package/dist/styles.module-CHPRGltL.js +0 -28
@@ -6,12 +6,12 @@ import ze from "./components/Wallet/Shared/backBtn.js";
6
6
  import { DIALOG_SUCCESS_ICON as Ie, PAYMENT_BANK as Z, SEPA_ICON as Te, VISA_ICON as We, PAYMENT_PROVIDER_PAYSAFE as we, FIAT_WITHDRAW as ee, EURO_ISO3 as Be, US_DOLLAR_ISO3 as me, SYNTHETIC_EUR as Oe, SYNTHETIC_USD as Pe } from "./util/constants.js";
7
7
  import { s as u } from "./styles.module-DMd29SPQ.js";
8
8
  import ie from "./components/Wallet/Shared/appButton.js";
9
- import { ai as G } from "./constants-DrmtdI1J.js";
9
+ import { ao as G } from "./constants-DX0YBtP2.js";
10
10
  import { u as Me } from "./index-BQNs1mvn.js";
11
- import { b as te, e as pe, f as Le, d as Ye, g as qe } from "./order-DEp_Lmar.js";
11
+ import { b as te, e as pe, f as Le, d as Ye, g as qe } from "./order-BXeCIvqC.js";
12
12
  import { u as j } from "./react-redux-C7I9-1M6.js";
13
- import { P as Ke, f as $e } from "./PlayArrow-BVDyfxsQ.js";
14
- import { d as Ue, u as He } from "./wallet-CauUBXou.js";
13
+ import { P as Ke, f as $e } from "./PlayArrow-71FP5PzJ.js";
14
+ import { d as Ue, u as He } from "./wallet-BPXOp8UG.js";
15
15
  import { useSnackBarContext as je } from "./context/snackBarContext.js";
16
16
  import { AuthContainer as Ge } from "./components/Wallet/Shared/Container/index.js";
17
17
  import Ve from "./components/Shared/MinimalKyc/index.js";
@@ -30,7 +30,7 @@ const it = ({
30
30
  dispatch: h,
31
31
  navigate: p
32
32
  }) => {
33
- const { openDialog: B, ConfirmDialog: N } = nt(), $ = j(Me).banks, a = c.estimate[G], S = c.create.order_id, s = c.create.bank_id, O = c.loader, P = a.fiat_amount, [U, A] = f(!1), [C, R] = f({});
33
+ const { openDialog: B, ConfirmDialog: N } = nt(), $ = j(Me).banks, o = c.estimate[G], S = c.create.order_id, s = c.create.bank_id, O = c.loader, P = o.fiat_amount, [U, A] = f(!1), [C, R] = f({});
34
34
  y(() => {
35
35
  if (s) {
36
36
  const M = $.find((L) => L.id === s);
@@ -59,11 +59,11 @@ const it = ({
59
59
  pe(
60
60
  {
61
61
  apiKey: b,
62
- transaction_type: a.transaction_type,
63
- coin_amount: a.fiat_amount,
64
- payment_type: a.payment_type,
65
- fiat_ccy: a.fiat_currency,
66
- payment_provider: a.payment_provider
62
+ transaction_type: o.transaction_type,
63
+ coin_amount: o.fiat_amount,
64
+ payment_type: o.payment_type,
65
+ fiat_ccy: o.fiat_currency,
66
+ payment_provider: o.payment_provider
67
67
  },
68
68
  G
69
69
  )
@@ -72,7 +72,7 @@ const it = ({
72
72
  h(
73
73
  Le({
74
74
  apiKey: b,
75
- quoteId: a.quote_id,
75
+ quoteId: o.quote_id,
76
76
  bankId: c.create.bank_id
77
77
  })
78
78
  ), A(!0);
@@ -91,14 +91,14 @@ const it = ({
91
91
  /* @__PURE__ */ e(
92
92
  "img",
93
93
  {
94
- src: a.payment_type === Z ? Te : We,
94
+ src: o.payment_type === Z ? Te : We,
95
95
  width: 100,
96
96
  alt: "payment"
97
97
  }
98
98
  ),
99
- /* @__PURE__ */ e(i, { variant: "caption", component: "span", children: /* @__PURE__ */ e("strong", { children: a.payment_type === Z ? "Bank Account" : "Debit Card" }) })
99
+ /* @__PURE__ */ e(i, { variant: "caption", component: "span", children: /* @__PURE__ */ e("strong", { children: o.payment_type === Z ? "Bank Account" : "Debit Card" }) })
100
100
  ] }),
101
- a.payment_type === Z && /* @__PURE__ */ r(K, { children: [
101
+ o.payment_type === Z && /* @__PURE__ */ r(K, { children: [
102
102
  /* @__PURE__ */ e(i, { mt: 3, variant: "caption", component: "p", children: /* @__PURE__ */ e("b", { children: "Bank Details" }) }),
103
103
  /* @__PURE__ */ e(w, { sx: { color: "#A6A6A6" }, children: /* @__PURE__ */ r(n, { container: !0, children: [
104
104
  /* @__PURE__ */ e(n, { className: "text-left", size: 6, children: /* @__PURE__ */ e(i, { variant: "caption", children: "Account Name" }) }),
@@ -117,19 +117,19 @@ const it = ({
117
117
  /* @__PURE__ */ e(n, { className: "text-right", size: 6, children: /* @__PURE__ */ r(i, { variant: "caption", children: [
118
118
  (+P * 1).toFixed(2),
119
119
  " ",
120
- a.fiat_currency
120
+ o.fiat_currency
121
121
  ] }) }),
122
122
  /* @__PURE__ */ e(n, { className: "text-left", size: 6, children: /* @__PURE__ */ e(i, { variant: "caption", children: "Total Amount received" }) }),
123
123
  /* @__PURE__ */ e(n, { className: "text-right", size: 6, children: /* @__PURE__ */ r(i, { variant: "caption", children: [
124
- (+a.fiat_out_amount * 1).toFixed(2),
124
+ (+o.fiat_out_amount * 1).toFixed(2),
125
125
  " ",
126
- a.fiat_currency
126
+ o.fiat_currency
127
127
  ] }) }),
128
128
  /* @__PURE__ */ e(n, { className: "text-left", size: 6, children: /* @__PURE__ */ e(i, { variant: "caption", children: "Total Fees" }) }),
129
129
  /* @__PURE__ */ e(n, { className: "text-right", size: 6, children: /* @__PURE__ */ r(i, { variant: "caption", children: [
130
- (+a.total_fee * 1).toFixed(2),
130
+ (+o.total_fee * 1).toFixed(2),
131
131
  " ",
132
- a.fiat_currency
132
+ o.fiat_currency
133
133
  ] }) })
134
134
  ] }) }),
135
135
  /* @__PURE__ */ e(w, { mt: 4, children: /* @__PURE__ */ e(
@@ -145,7 +145,7 @@ const it = ({
145
145
  }
146
146
  ) })
147
147
  ] });
148
- }, at = ({
148
+ }, ot = ({
149
149
  setScreen: k,
150
150
  orderData: b,
151
151
  dispatch: c,
@@ -155,7 +155,7 @@ const it = ({
155
155
  usdBalance: N,
156
156
  eurBalance: v,
157
157
  balanceLoader: $,
158
- paymentId: a,
158
+ paymentId: o,
159
159
  setPaymentId: S,
160
160
  currencyId: s,
161
161
  setCurrencyId: O,
@@ -167,16 +167,16 @@ const it = ({
167
167
  let L = 0, E = 0;
168
168
  const d = _.fee_breakdown;
169
169
  for (let t = 0; t < d.length; t++) {
170
- const o = d[t];
171
- o.name === "ev_fee" ? L = Number(o.value) : o.name === "network_fee" && (E = Number(o.value));
170
+ const a = d[t];
171
+ a.name === "ev_fee" ? L = Number(a.value) : a.name === "network_fee" && (E = Number(a.value));
172
172
  }
173
- const [g, fe] = f(!1), [Y, he] = f([]), [ae, _e] = f(!1), [X, xe] = f(50), [st, ye] = f(3e3), [oe, Ne] = f(""), [H, D] = f(
173
+ const [g, fe] = f(!1), [Y, he] = f([]), [oe, _e] = f(!1), [X, xe] = f(50), [st, ye] = f(3e3), [ae, Ne] = f(""), [H, D] = f(
174
174
  _.fiat_amount || X.toString()
175
- ), l = A.find((t) => t.id === s), z = Je(l == null ? void 0 : l.symbol), q = P.find((t) => t.id === a);
175
+ ), l = A.find((t) => t.id === s), z = Je(l == null ? void 0 : l.symbol), q = P.find((t) => t.id === o);
176
176
  y(() => {
177
177
  const t = [];
178
- for (let o = 0; o < A.length; o++) {
179
- const m = {}, F = A[o];
178
+ for (let a = 0; a < A.length; a++) {
179
+ const m = {}, F = A[a];
180
180
  m.id = F.id, m.name = F.name, m.icon_uri = F.icon_uri, m.symbol = F.symbol, m.payment_options = [];
181
181
  const I = F.payment_options;
182
182
  for (let T = 0; T < I.length; T++) {
@@ -190,27 +190,27 @@ const it = ({
190
190
  if (!s || Y.length === 0)
191
191
  return;
192
192
  const t = [];
193
- for (let o = 0; o < Y.length; o++) {
194
- if (Y[o].id === s) {
195
- const m = Y[o].payment_options;
193
+ for (let a = 0; a < Y.length; a++) {
194
+ if (Y[a].id === s) {
195
+ const m = Y[a].payment_options;
196
196
  let F = !1;
197
197
  for (let I = 0; I < m.length; I++) {
198
198
  const T = m[I];
199
- T.active && T.payout_allowed && (t.push(T), m[I].id === a && (F = !0));
199
+ T.active && T.payout_allowed && (t.push(T), m[I].id === o && (F = !0));
200
200
  }
201
201
  F || S(t[0].id);
202
202
  }
203
203
  U(t);
204
204
  }
205
205
  }, [s, Y]), y(() => {
206
- if (H && a && s) {
206
+ if (H && o && s) {
207
207
  c(Ye(G)), fe(!1), Ne("");
208
208
  const t = setTimeout(() => {
209
209
  be();
210
210
  }, 1e3);
211
211
  return () => clearTimeout(t);
212
212
  }
213
- }, [H, a, s]);
213
+ }, [H, o, s]);
214
214
  const be = () => {
215
215
  const t = q.payment_type;
216
216
  c(
@@ -230,8 +230,8 @@ const it = ({
230
230
  y(() => {
231
231
  const t = b.types.length;
232
232
  if (t > 0)
233
- for (let o = 0; o < t; o++) {
234
- const m = b.types[o];
233
+ for (let a = 0; a < t; a++) {
234
+ const m = b.types[a];
235
235
  if (m.type === ee) {
236
236
  xe(parseFloat(m.min_deposit_amount)), ye(parseFloat(m.max_deposit_amount));
237
237
  break;
@@ -239,10 +239,10 @@ const it = ({
239
239
  }
240
240
  }, [b.types]);
241
241
  const ge = (t) => {
242
- const o = t.target.value;
243
- o ? /^([0-9]+)$/.test(o) && D(o) : D("");
242
+ const a = t.target.value;
243
+ a ? /^([0-9]+)$/.test(a) && D(a) : D("");
244
244
  }, ve = () => {
245
- if (!a)
245
+ if (!o)
246
246
  return p({ message: "Please select payment method" }), !1;
247
247
  if (!H)
248
248
  return p({ message: "Please enter amount" }), !1;
@@ -363,8 +363,8 @@ const it = ({
363
363
  "img",
364
364
  {
365
365
  src: t.icon_uri,
366
- onError: ({ currentTarget: o }) => {
367
- o.onerror = null, o.src = De;
366
+ onError: ({ currentTarget: a }) => {
367
+ a.onerror = null, a.src = De;
368
368
  },
369
369
  alt: "tokenImg",
370
370
  width: "40",
@@ -377,7 +377,7 @@ const it = ({
377
377
  )
378
378
  }
379
379
  ) }),
380
- oe && /* @__PURE__ */ e(i, { variant: "caption", sx: { color: "red" }, children: /* @__PURE__ */ e("strong", { children: oe }) })
380
+ ae && /* @__PURE__ */ e(i, { variant: "caption", sx: { color: "red" }, children: /* @__PURE__ */ e("strong", { children: ae }) })
381
381
  ] }),
382
382
  /* @__PURE__ */ r(w, { className: "text-left", mt: 3, children: [
383
383
  /* @__PURE__ */ e(i, { variant: "sm", fontWeight: 600, children: "Select Payment Method" }),
@@ -386,7 +386,7 @@ const it = ({
386
386
  {
387
387
  label: t.payment_type,
388
388
  value: t.id,
389
- paymentId: a,
389
+ paymentId: o,
390
390
  setPaymentId: S
391
391
  }
392
392
  ) }, t.id)) })
@@ -441,7 +441,7 @@ const it = ({
441
441
  Ke,
442
442
  {
443
443
  sx: {
444
- transform: `rotate(${ae ? "90" : "0"}deg)`,
444
+ transform: `rotate(${oe ? "90" : "0"}deg)`,
445
445
  fontSize: "15px"
446
446
  }
447
447
  }
@@ -449,7 +449,7 @@ const it = ({
449
449
  ]
450
450
  }
451
451
  ) }),
452
- ae && /* @__PURE__ */ r(K, { children: [
452
+ oe && /* @__PURE__ */ r(K, { children: [
453
453
  /* @__PURE__ */ e(n, { className: "text-left", size: { xs: 6 }, children: /* @__PURE__ */ e(i, { variant: "caption", children: "Everest Fee" }) }),
454
454
  /* @__PURE__ */ e(n, { className: "text-right", size: { xs: 6 }, children: /* @__PURE__ */ r(i, { variant: "caption", children: [
455
455
  z,
@@ -491,10 +491,10 @@ const it = ({
491
491
  }
492
492
  ) })
493
493
  ] });
494
- }, ne = "FORM_SCREEN", ue = "BANK_SCREEN", de = "CONFIRM_SCREEN", ot = "MINIMAL_KYC_SCREEN", rt = ({ partnerKey: k, navigate: b }) => {
494
+ }, ne = "FORM_SCREEN", ue = "BANK_SCREEN", de = "CONFIRM_SCREEN", at = "MINIMAL_KYC_SCREEN", rt = ({ partnerKey: k, navigate: b }) => {
495
495
  const c = tt(), h = j((d) => d.order), p = h.error, B = j(
496
496
  (d) => d.user.profile
497
- ), N = B.tokens, v = B.everWalletAddress, $ = j((d) => d.fiatAssets), a = j(
497
+ ), N = B.tokens, v = B.everWalletAddress, $ = j((d) => d.fiatAssets), o = j(
498
498
  (d) => d.cryptoAssets
499
499
  ), [S, s] = f(ne), [O, P] = f(0), [U, A] = f(2), [C, R] = f([]), [_, x] = f(0), [M, L] = f(0), { showAlertMessage: E } = je();
500
500
  return y(() => {
@@ -512,14 +512,14 @@ const it = ({
512
512
  }, [N.list]), y(() => {
513
513
  p && E({ message: p });
514
514
  }, [p]), y(() => {
515
- h.initMinimalKyc && (E({ message: p, type: "info" }), s(ot));
515
+ h.initMinimalKyc && (E({ message: p, type: "info" }), s(at));
516
516
  }, [h.initMinimalKyc]), y(() => (c($e()), c(qe(ee)), c(He()), () => {
517
517
  c(te());
518
518
  }), []), /* @__PURE__ */ e(Ge, { addPadding: !0, children: {
519
519
  FORM_SCREEN: /* @__PURE__ */ e(
520
- at,
520
+ ot,
521
521
  {
522
- cryptoAssets: a,
522
+ cryptoAssets: o,
523
523
  showAlertMessage: E,
524
524
  setScreen: s,
525
525
  fiatAssets: $,
@@ -575,8 +575,8 @@ export {
575
575
  it as B,
576
576
  de as C,
577
577
  ne as F,
578
- ot as M,
579
- at as W,
578
+ at as M,
579
+ ot as W,
580
580
  ue as a,
581
581
  Wt as i
582
582
  };
@@ -2,23 +2,23 @@ import { jsxs as a, Fragment as w, jsx as e } from "react/jsx-runtime";
2
2
  import { useMemo as Ze, useState as d, useEffect as h, useCallback as et } from "react";
3
3
  import tt from "./hoc/withThemeProvider.js";
4
4
  import { Grid as o, Typography as s, FormControl as te, FilledInput as le, FormHelperText as Ie, CircularProgress as S, Select as ue, MenuItem as ce, ListItemIcon as Oe, Box as F, InputLabel as ze, IconButton as ke } from "@mui/material";
5
- import { P as nt, f as rt } from "./PlayArrow-BVDyfxsQ.js";
5
+ import { P as nt, f as rt } from "./PlayArrow-71FP5PzJ.js";
6
6
  import { I as it } from "./Info-DOoRR7sR.js";
7
7
  import { G as we } from "./generic-token-B_ptO5yb.js";
8
8
  import { PAYMENT_PROVIDER_PAYSAFE as ot, ID_TOKEN_SYMBOL as We, FIAT_TO_EVER_ID as fe, FIAT_TO_TOKEN as he, ESTIMATE_TOOLTIP_TEXT as at, DIALOG_SUCCESS_ICON as st, PAYMENT_PROVIDER_PLAID as lt, PAYMENT_PROVIDER_CARDCORP as ct, PAYMENT_BANK as Be, SEPA_ICON as mt, VISA_ICON as dt } from "./util/constants.js";
9
- import { as as B } from "./constants-DrmtdI1J.js";
9
+ import { ay as B } from "./constants-DX0YBtP2.js";
10
10
  import { c as pt, d as ut, u as ft } from "./index-BQNs1mvn.js";
11
- import { d as ht, e as $e, b as ye, f as yt, g as Te, h as _t } from "./order-DEp_Lmar.js";
11
+ import { d as ht, e as $e, b as ye, f as yt, g as Te, h as _t } from "./order-BXeCIvqC.js";
12
12
  import { M as xt } from "./tooltip-BW0UyWw7.js";
13
13
  import { getCurrencySymbol as Ye, getNetworkBackGround as gt } from "./util/functions.js";
14
14
  import xe from "./components/Wallet/Shared/appButton.js";
15
15
  import Ct from "./components/Wallet/Shared/backBtn.js";
16
16
  import { s as m } from "./styles.module-DMd29SPQ.js";
17
- import { p as Nt, f as vt } from "./bank-C4pmTe--.js";
17
+ import { p as Nt, f as vt } from "./bank-HVb0GFsa.js";
18
18
  import { u as bt } from "./index.esm-BsMAMhYW.js";
19
19
  import { u as W } from "./react-redux-C7I9-1M6.js";
20
20
  import "./index-DlQqWbXG.js";
21
- import "./otpForm-fiNqeB5H.js";
21
+ import "./otpForm-DeeegaX2.js";
22
22
  import { useSnackBarContext as Et } from "./context/snackBarContext.js";
23
23
  import "./util/conversions.js";
24
24
  import "./index-CAoLi5Qq.js";
@@ -30,8 +30,8 @@ import "./index.esm-I_Bp2YLf.js";
30
30
  import { useDialogContext as Rt } from "./context/dialogContext.js";
31
31
  import "@mui/icons-material";
32
32
  import "./index-ceeCtFuh.js";
33
- import { f as At } from "./cryptoAssets-DyGDknvq.js";
34
- import { u as Pt, a as St } from "./wallet-CauUBXou.js";
33
+ import { f as At } from "./cryptoAssets-B8rAI7pp.js";
34
+ import { u as Pt, a as St } from "./wallet-BPXOp8UG.js";
35
35
  import { AuthContainer as Ft } from "./components/Wallet/Shared/Container/index.js";
36
36
  import Mt from "./components/Wallet/Shared/CardPayment/index.js";
37
37
  import It from "./components/Shared/MinimalKyc/index.js";
@@ -2,13 +2,13 @@ import { jsxs as r, Fragment as E, jsx as e } from "react/jsx-runtime";
2
2
  import { useMemo as et, useState as p, useEffect as x, useRef as tt } from "react";
3
3
  import nt from "./hoc/withThemeProvider.js";
4
4
  import { Grid as n, Typography as i, FormControl as V, FilledInput as te, FormHelperText as Ee, CircularProgress as I, InputLabel as Te, Select as le, MenuItem as ne, ListItemIcon as Ae, Box as T, IconButton as me, Divider as ce } from "@mui/material";
5
- import { P as rt, f as ot } from "./PlayArrow-BVDyfxsQ.js";
5
+ import { P as rt, f as ot } from "./PlayArrow-71FP5PzJ.js";
6
6
  import { I as it } from "./Info-DOoRR7sR.js";
7
7
  import { G as de } from "./generic-token-B_ptO5yb.js";
8
8
  import { TOKEN_TO_FIAT as ue, ESTIMATE_TOOLTIP_TEXT as st, SELL_WITHDRAW_ICON as at, DIALOG_SUCCESS_ICON as Re, DIALOG_ERROR_ICON as lt } from "./util/constants.js";
9
- import { aK as R, af as ct } from "./constants-DrmtdI1J.js";
9
+ import { aK as R, af as ct } from "./constants-DX0YBtP2.js";
10
10
  import { c as ze, d as mt } from "./index-BQNs1mvn.js";
11
- import { d as dt, e as We, b as X, c as Fe, f as ut, i as ht, g as pt } from "./order-DEp_Lmar.js";
11
+ import { d as dt, e as We, b as X, c as Fe, f as ut, i as ht, g as pt } from "./order-BXeCIvqC.js";
12
12
  import { M as ft } from "./tooltip-BW0UyWw7.js";
13
13
  import { getCurrencySymbol as Me, getNetworkBackGround as xt, displayWalletAddress as yt } from "./util/functions.js";
14
14
  import gt from "./components/Wallet/Shared/backBtn.js";
@@ -16,7 +16,7 @@ import { s as l } from "./styles.module-DMd29SPQ.js";
16
16
  import J from "./components/Wallet/Shared/appButton.js";
17
17
  import { u as L } from "./react-redux-C7I9-1M6.js";
18
18
  import "./index-DlQqWbXG.js";
19
- import "./otpForm-fiNqeB5H.js";
19
+ import "./otpForm-DeeegaX2.js";
20
20
  import { useSnackBarContext as he } from "./context/snackBarContext.js";
21
21
  import { formatNumberWithoutRounding as bt } from "./util/conversions.js";
22
22
  import { Q as _t } from "./index-CAoLi5Qq.js";
@@ -29,8 +29,8 @@ import "./index-ceeCtFuh.js";
29
29
  import "./index.esm-I_Bp2YLf.js";
30
30
  import { useDialogContext as Le } from "./context/dialogContext.js";
31
31
  import "@mui/icons-material";
32
- import { f as Ct } from "./cryptoAssets-DyGDknvq.js";
33
- import { u as Nt, a as vt } from "./wallet-CauUBXou.js";
32
+ import { f as Ct } from "./cryptoAssets-B8rAI7pp.js";
33
+ import { u as Nt, a as vt } from "./wallet-BPXOp8UG.js";
34
34
  import { AuthContainer as kt } from "./components/Wallet/Shared/Container/index.js";
35
35
  import St from "./components/Shared/MinimalKyc/index.js";
36
36
  import Oe from "./components/Wallet/Shared/Input/index.js";
@@ -2,13 +2,13 @@ import { jsxs as a, Fragment as F, jsx as e } from "react/jsx-runtime";
2
2
  import { useState as c, useEffect as g } from "react";
3
3
  import Oe from "./hoc/withThemeProvider.js";
4
4
  import { Grid as o, Box as y, Typography as s, CircularProgress as I, InputLabel as we, FormControl as Be, Select as Le, MenuItem as pe, ListItemIcon as Ve, IconButton as he } from "@mui/material";
5
- import { P as Ye, f as We } from "./PlayArrow-BVDyfxsQ.js";
5
+ import { P as Ye, f as We } from "./PlayArrow-71FP5PzJ.js";
6
6
  import { I as Ke } from "./Info-DOoRR7sR.js";
7
7
  import { G as qe } from "./generic-token-B_ptO5yb.js";
8
8
  import re from "./components/RocketRamp/Shared/Input/index.js";
9
9
  import { ID_TOKEN_SYMBOL as fe, FIAT_TO_EVER_ID as ae, FIAT_TO_TOKEN as ie, ESTIMATE_TOOLTIP_TEXT as $e, VISA_PAYMENT as De, VISA_PAYMENT_ACTIVE as Ue, SEPA_PAYMENT as Ge, SEPA_PAYMENT_ACTIVE as je, PAYMENT_BANK as ye, SEPA_ICON as He, VISA_ICON as be, PAYMENT_PROVIDER_CHECKOUT as xe } from "./util/constants.js";
10
- import { aL as Xe, as as te } from "./constants-DrmtdI1J.js";
11
- import { d as Qe, e as Ce, f as Je, h as Ze, g as ge } from "./order-DEp_Lmar.js";
10
+ import { aL as Xe, ay as te } from "./constants-DX0YBtP2.js";
11
+ import { d as Qe, e as Ce, f as Je, h as Ze, g as ge } from "./order-BXeCIvqC.js";
12
12
  import { M as et } from "./tooltip-BW0UyWw7.js";
13
13
  import { getCurrencySymbol as Ne, removeExtraSpace as tt, getOrionBalance as nt } from "./util/functions.js";
14
14
  import oe from "./components/RocketRamp/Shared/Button/index.js";
@@ -16,7 +16,7 @@ import Ee from "./components/RocketRamp/Shared/backBtn.js";
16
16
  import { E as rt } from "./ErrorOutline-Bt7P4ChN.js";
17
17
  import { s as _e, p as at, h as it, v as ot } from "./index-ceeCtFuh.js";
18
18
  import { u as q } from "./react-redux-C7I9-1M6.js";
19
- import { f as st } from "./cryptoAssets-DyGDknvq.js";
19
+ import { f as st } from "./cryptoAssets-B8rAI7pp.js";
20
20
  import ct from "./components/RocketRamp/MinimalKyc/form.js";
21
21
  import { useSnackBarContext as lt } from "./context/snackBarContext.js";
22
22
  import dt from "./hooks/useEverestDispatch.js";
@@ -6,14 +6,14 @@ import Pe from "./components/RocketRamp/Shared/backBtn.js";
6
6
  import { getCurrencySymbol as ue, getOrionBalance as we } from "./util/functions.js";
7
7
  import { PAYMENT_BANK as ce, SEPA_ICON as We, VISA_ICON as Be, ID_TOKEN_SYMBOL as Le, FIAT_WITHDRAW as Xe, FIAT_TO_EVER_ID as De, FIAT_TO_TOKEN as Ye, ESTIMATE_TOOLTIP_TEXT as qe, TOKEN_TO_FIAT as Ke } from "./util/constants.js";
8
8
  import j from "./components/RocketRamp/Shared/Button/index.js";
9
- import { aK as V } from "./constants-DrmtdI1J.js";
10
- import { e as pe, f as $e, j as Ge, d as je, g as Ue } from "./order-DEp_Lmar.js";
9
+ import { aK as V } from "./constants-DX0YBtP2.js";
10
+ import { e as pe, f as $e, j as Ge, d as je, g as Ue } from "./order-BXeCIvqC.js";
11
11
  import "./index-DlQqWbXG.js";
12
12
  import "./components/Wallet/Shared/appButton.js";
13
13
  import { u as W } from "./react-redux-C7I9-1M6.js";
14
- import "./otpForm-fiNqeB5H.js";
15
- import { P as Ve, f as He } from "./PlayArrow-BVDyfxsQ.js";
16
- import { f as Je } from "./cryptoAssets-DyGDknvq.js";
14
+ import "./otpForm-DeeegaX2.js";
15
+ import { P as Ve, f as He } from "./PlayArrow-71FP5PzJ.js";
16
+ import { f as Je } from "./cryptoAssets-B8rAI7pp.js";
17
17
  import "./context/snackBarContext.js";
18
18
  import Qe from "./hooks/useEverestDispatch.js";
19
19
  import "./util/conversions.js";
@@ -1,4 +1,4 @@
1
- import { a5 as s, a6 as e, a7 as t, a8 as E, a9 as _, aa as o, ab as c, ac as S } from "./constants-DrmtdI1J.js";
1
+ import { a5 as s, a6 as e, a7 as t, a8 as E, a9 as _, aa as o, ab as c, ac as S } from "./constants-DX0YBtP2.js";
2
2
  const p = (a) => ({
3
3
  type: _,
4
4
  payload: a
package/dist/main.js CHANGED
@@ -11,13 +11,13 @@ import { default as g } from "./components/Wallet/Account/index.js";
11
11
  import { default as P } from "./components/Wallet/Stake/index.js";
12
12
  import { default as w } from "./components/Wallet/MoveToEthereumOrEverChain/index.js";
13
13
  import { default as C } from "./components/Wallet/SwapAndUniSwap/index.js";
14
- import { i as M } from "./index-CYX3j0V7.js";
15
- import { i as E } from "./index-CDwzoHu7.js";
16
- import { i as b } from "./index-C1WPCgkl.js";
17
- import { i as F } from "./index-3OQ4M69t.js";
14
+ import { i as M } from "./index-DuWW5roi.js";
15
+ import { i as E } from "./index-JY6-UKlX.js";
16
+ import { i as b } from "./index-DkiQ8pRO.js";
17
+ import { i as F } from "./index-B4XvACQN.js";
18
18
  import { default as I } from "./components/Wallet/EnterpriseKyc/index.js";
19
19
  import { default as W } from "./components/Wallet/Deposit/index.js";
20
- import { F as j } from "./index-BBFbUCRZ.js";
20
+ import { F as j } from "./index-CTPMPwYK.js";
21
21
  import { useSnackBar as z } from "./hooks/useSnackBar.js";
22
22
  import { SnackBarContext as J, useSnackBarContext as L } from "./context/snackBarContext.js";
23
23
  import { useDialog as Q } from "./hooks/useDialog/index.js";
@@ -26,8 +26,8 @@ import { default as _ } from "./components/RocketRamp/Player/SignIn/index.js";
26
26
  import { default as oo } from "./components/RocketRamp/Player/SignUp/index.js";
27
27
  import { default as ao } from "./components/RocketRamp/Player/Dashboard/index.js";
28
28
  import { default as to } from "./components/RocketRamp/Transactions/index.js";
29
- import { i as po } from "./index-ILpK4BCB.js";
30
- import { i as so } from "./index-CK4kLRAw.js";
29
+ import { i as po } from "./index-_fiTunwZ.js";
30
+ import { i as so } from "./index-bK14vCZw.js";
31
31
  import { default as xo } from "./components/RocketRamp/MinimalKyc/index.js";
32
32
  import { default as io } from "./components/RocketRamp/Store/SignUp/index.js";
33
33
  import { default as Ro } from "./components/RocketRamp/Store/Dashboard/index.js";
@@ -1,4 +1,4 @@
1
- import { O as s, x as t, y as E, z as R, B as o, C as r, D as _, E as p, G as T, H as y, I as d, J as S, M as D } from "./constants-DrmtdI1J.js";
1
+ import { O as s, x as t, y as E, z as R, B as o, C as r, D as _, E as p, G as T, H as y, I as d, J as S, M as D } from "./constants-DX0YBtP2.js";
2
2
  const O = (e) => ({
3
3
  type: d,
4
4
  payload: e
@@ -2,8 +2,8 @@ import { jsx as P, jsxs as re, Fragment as tn } from "react/jsx-runtime";
2
2
  import { styled as on, Box as _t, Stack as mt, Typography as bt } from "@mui/material";
3
3
  import * as d from "react";
4
4
  import $e, { useState as Dt, useEffect as nn } from "react";
5
- import "./constants-DrmtdI1J.js";
6
- import { l as rn } from "./auth-DTJdu6mq.js";
5
+ import "./constants-DX0YBtP2.js";
6
+ import { l as rn } from "./auth-BBeOw4mt.js";
7
7
  import { RESEND_EMAIL_TIMER as jt } from "./util/constants.js";
8
8
  import Bt from "./components/Wallet/Shared/appButton.js";
9
9
  import { P as e, j as sn, k as an, l as ln, n as cn, o as un, b as ne, i as dn, T as mo, a as se, g as ue, c as he, s as j, m as me, u as pe, d as ie, p as bo, r as Pe, q as Ot, e as zt, t as Wt, v as pn, w as fn, C as mn } from "./memoTheme-DnE8lj0t.js";
@@ -1,4 +1,4 @@
1
- import { S as t, N as a, P as e, Q as S } from "./constants-DrmtdI1J.js";
1
+ import { S as t, N as a, P as e, Q as S } from "./constants-DX0YBtP2.js";
2
2
  const T = () => ({
3
3
  type: t
4
4
  }), o = (s) => ({
@@ -0,0 +1,28 @@
1
+ import './assets/styles.css';const e = "_container_1br0u_1", t = "_heading_1br0u_27", _ = "_sBtn_1br0u_73", r = "_twitterCancelBtn_1br0u_407", n = {
2
+ container: e,
3
+ "inner-container": "_inner-container_1br0u_13",
4
+ heading: t,
5
+ "profile-feat-btn": "_profile-feat-btn_1br0u_41",
6
+ "ref-btn": "_ref-btn_1br0u_57",
7
+ sBtn: _,
8
+ "doc-video-box": "_doc-video-box_1br0u_117",
9
+ "image-corner-color": "_image-corner-color_1br0u_193",
10
+ "video-box-inner-content": "_video-box-inner-content_1br0u_207",
11
+ "menu-item": "_menu-item_1br0u_217",
12
+ "remove-icon": "_remove-icon_1br0u_233",
13
+ "delete-disable": "_delete-disable_1br0u_247",
14
+ "confirm-edit": "_confirm-edit_1br0u_263",
15
+ "asset-header": "_asset-header_1br0u_279",
16
+ "asset-close-btn": "_asset-close-btn_1br0u_297",
17
+ "dialog-container": "_dialog-container_1br0u_311",
18
+ "confirm-dialog": "_confirm-dialog_1br0u_325",
19
+ "confirm-dialog-title": "_confirm-dialog-title_1br0u_333",
20
+ "tweet-text-parent": "_tweet-text-parent_1br0u_345",
21
+ "tweet-disable-text": "_tweet-disable-text_1br0u_371",
22
+ "tweet-text-area": "_tweet-text-area_1br0u_389",
23
+ twitterCancelBtn: r,
24
+ "kyc-approved": "_kyc-approved_1br0u_451"
25
+ };
26
+ export {
27
+ n as s
28
+ };
@@ -31,6 +31,7 @@ export declare const ENT_VISA_PAYMENT: string;
31
31
  export declare const ENT_VISA_PAYMENT_ACTIVE: string;
32
32
  export declare const CLOUD_ICON: string;
33
33
  export declare const STORAGE_SUCCESS: string;
34
+ export declare const BRAND_VORTEX_ID = "vortex";
34
35
  export declare const PAYMENT_PROVIDER_RAILSBANK = "railsbank";
35
36
  export declare const PAYMENT_PROVIDER_OPENPAYD = "open_payd";
36
37
  export declare const PAYMENT_PROVIDER_CHECKOUT = "checkout";