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
@@ -4,10 +4,10 @@ import { useRef as S, useState as g, createRef as A } from "react";
4
4
  import w from "./input.js";
5
5
  import "../../../index-DlQqWbXG.js";
6
6
  import "../../../hoc/withThemeProvider.js";
7
- import { u as I } from "../../../react-redux-B4BZippc.js";
8
7
  import "../Shared/Auth/otpForm.js";
9
- import "../../../constants-BSdmHYnc.js";
10
- import { useSnackBarContext as b } from "../../../context/snackBarContext.js";
8
+ import "../../../constants-t7n9qCW3.js";
9
+ import { useSnackBarContext as I } from "../../../context/snackBarContext.js";
10
+ import b from "../../../hooks/useEverestDispatch.js";
11
11
  import "../../../util/conversions.js";
12
12
  import "../../../index-CAoLi5Qq.js";
13
13
  import { C as v } from "../../../Close-CNwiMz_O.js";
@@ -59,8 +59,8 @@ const se = ({ onNext: p, eddData: r }) => {
59
59
  multiFile: !1
60
60
  }
61
61
  };
62
- I();
63
- const { showAlertMessage: c } = b(), R = S(null), [o, n] = g(O), a = Object.keys(r), d = S(
62
+ b();
63
+ const { showAlertMessage: c } = I(), R = S(null), [o, n] = g(O), a = Object.keys(r), d = S(
64
64
  a.reduce((t, e) => (t[e] = A(), t), {})
65
65
  ), h = () => {
66
66
  for (const t of Object.keys(o)) {
@@ -80,17 +80,17 @@ const se = ({ onNext: p, eddData: r }) => {
80
80
  return !0;
81
81
  }, D = () => {
82
82
  h() && p && p(o);
83
- }, U = (t, e) => {
83
+ }, E = (t, e) => {
84
84
  const i = t.target.files;
85
85
  !i || i.length === 0 || Array.from(i).map((s) => {
86
- const E = URL.createObjectURL(s);
86
+ const U = URL.createObjectURL(s);
87
87
  n((m) => {
88
88
  const F = m[e].file || [];
89
89
  return {
90
90
  ...m,
91
91
  [e]: {
92
92
  ...m[e],
93
- preview: [...F, E]
93
+ preview: [...F, U]
94
94
  }
95
95
  };
96
96
  });
@@ -152,7 +152,7 @@ const se = ({ onNext: p, eddData: r }) => {
152
152
  ref: d.current[t],
153
153
  name: "regStatusFile",
154
154
  type: "file",
155
- onChange: (e) => U(e, t),
155
+ onChange: (e) => E(e, t),
156
156
  accept: "application/pdf, image/*",
157
157
  multiple: o[t].multiFile,
158
158
  hidden: !0
@@ -1,4 +1,4 @@
1
- import { jsxs as p, Fragment as V, jsx as o } from "react/jsx-runtime";
1
+ import { jsxs as l, Fragment as V, jsx as o } from "react/jsx-runtime";
2
2
  import H from "../../../hoc/withThemeProvider.js";
3
3
  import { useState as m, useEffect as _ } from "react";
4
4
  import z from "../../Shared/transition.js";
@@ -13,14 +13,15 @@ import re from "./orgInfo.js";
13
13
  import se from "./orgDetails.js";
14
14
  import ie from "./verify.js";
15
15
  import ae from "./success.js";
16
- import { K as ne, a as F, b as y, c as ce, d as me, e as le, f as pe } from "../../../constants-BSdmHYnc.js";
17
- import { r as u, k as fe } from "../../../kyc-BQsiHtP6.js";
18
- import { u as Te, a as h } from "../../../react-redux-B4BZippc.js";
19
- import _e from "../../Shared/loader.js";
16
+ import { K as ne, a as F, b as y, c as ce, d as me, e as pe, f as le } from "../../../constants-t7n9qCW3.js";
17
+ import { r as u, k as fe } from "../../../kyc-D9xahfH9.js";
18
+ import { u as h } from "../../../react-redux-C7I9-1M6.js";
19
+ import Te from "../../Shared/loader.js";
20
20
  import "../../../index-DlQqWbXG.js";
21
- import ue from "../Shared/appButton.js";
21
+ import _e from "../Shared/appButton.js";
22
22
  import "../Shared/Auth/otpForm.js";
23
- import { useSnackBarContext as Ce } from "../../../context/snackBarContext.js";
23
+ import { useSnackBarContext as ue } from "../../../context/snackBarContext.js";
24
+ import Ce from "../../../hooks/useEverestDispatch.js";
24
25
  import "../../../util/conversions.js";
25
26
  import "../../../index-CAoLi5Qq.js";
26
27
  import "../../../react-webcam-B3cXh1XT.js";
@@ -30,7 +31,7 @@ import "../../../moment-h96o7c8I.js";
30
31
  import "../../../index.esm-BsMAMhYW.js";
31
32
  import "../../../web3-u4qDZYpo.js";
32
33
  import "../../../index-ceeCtFuh.js";
33
- import { F as b } from "../../../index-CRyby3Qm.js";
34
+ import { F as b } from "../../../index-Da0r8FX2.js";
34
35
  import "../../../context/dialogContext.js";
35
36
  import { u as de } from "../../../useTheme-BQJ5lp0i.js";
36
37
  import { D as De, a as Oe } from "../../../DialogContent-BMwlOnbW.js";
@@ -131,7 +132,7 @@ const C = {
131
132
  incodeApiUrl: O,
132
133
  incodeOnBoardingUrl: E
133
134
  }) => {
134
- const N = de(), l = Te(), { showAlertMessage: w } = Ce(), s = h((t) => t.user.kyc);
135
+ const N = de(), p = Ce(), { showAlertMessage: w } = ue(), s = h((t) => t.user.kyc);
135
136
  h(
136
137
  (t) => t.user.profile
137
138
  );
@@ -143,7 +144,7 @@ const C = {
143
144
  }, [f]), _(() => {
144
145
  A && r(10);
145
146
  }, [A]), _(() => () => {
146
- l(u());
147
+ p(u());
147
148
  }, []);
148
149
  const M = () => {
149
150
  let t;
@@ -201,11 +202,11 @@ const C = {
201
202
  },
202
203
  documents: t
203
204
  };
204
- l(fe(i));
205
+ p(fe(i));
205
206
  }, x = () => {
206
207
  a > 1 && a !== 10 ? window.confirm(
207
208
  "Are you sure you want to close this? All progress will be lost."
208
- ) && (T(!1), l(u()), r(1), c(C)) : (T(!1), l(u()), r(1), c(C));
209
+ ) && (T(!1), p(u()), r(1), c(C)) : (T(!1), p(u()), r(1), c(C));
209
210
  };
210
211
  let n;
211
212
  switch (a) {
@@ -227,13 +228,13 @@ const C = {
227
228
  default:
228
229
  n = "KYC Onboarding";
229
230
  }
230
- return /* @__PURE__ */ p(V, { children: [
231
+ return /* @__PURE__ */ l(V, { children: [
231
232
  s.status !== "" && s.status !== ne && // ((userProfile.memberType === MEMBER_TYPE_INDIVIDUAL &&
232
233
  // kycStoreData.status !== KYC_STATUS_FULL_EDD) ||
233
234
  // (userProfile.memberType === MEMBER_TYPE_ORGANIZATIONAL &&
234
235
  // kycStoreData.status !== KYC_STATUS_FULL_KYC)) && (
235
236
  /* @__PURE__ */ o(
236
- ue,
237
+ _e,
237
238
  {
238
239
  onClick: () => T(!0),
239
240
  disabled: s.status === F,
@@ -245,7 +246,7 @@ const C = {
245
246
  children: s.status === F ? "KYC Pending" : s.status === y ? "KYC Failed" : "Start KYC"
246
247
  }
247
248
  ),
248
- /* @__PURE__ */ p(
249
+ /* @__PURE__ */ l(
249
250
  De,
250
251
  {
251
252
  open: U,
@@ -267,7 +268,7 @@ const C = {
267
268
  borderBottom: "0.5px solid #D0D0D0",
268
269
  height: "68px"
269
270
  },
270
- children: /* @__PURE__ */ p(Ne, { display: "flex", alignItems: "center", children: [
271
+ children: /* @__PURE__ */ l(Ne, { display: "flex", alignItems: "center", children: [
271
272
  a !== 1 && a !== 10 && /* @__PURE__ */ o(K, { onClick: M, size: "small", children: /* @__PURE__ */ o("img", { src: q, alt: "back" }) }),
272
273
  /* @__PURE__ */ o(Ae, { variant: "subtitle1", fontWeight: 600, ml: 1, children: n }),
273
274
  /* @__PURE__ */ o(
@@ -282,8 +283,8 @@ const C = {
282
283
  ] })
283
284
  }
284
285
  ),
285
- /* @__PURE__ */ p(Oe, { sx: { padding: "50px", height: "620px" }, dividers: !0, children: [
286
- s.uploadLoader && /* @__PURE__ */ o(_e, {}),
286
+ /* @__PURE__ */ l(Oe, { sx: { padding: "50px", height: "620px" }, dividers: !0, children: [
287
+ s.uploadLoader && /* @__PURE__ */ o(Te, {}),
287
288
  {
288
289
  1: /* @__PURE__ */ o(X, { kycData: e, onNext: L }),
289
290
  2: /* @__PURE__ */ o($, { kycData: e, onNext: Y }),
@@ -298,7 +299,7 @@ const C = {
298
299
  incodeOnBoardingUrl: E,
299
300
  updateScreen: I,
300
301
  isModalView: !0,
301
- kycFlow: s.status === ce ? me : le
302
+ kycFlow: s.status === ce ? me : pe
302
303
  }
303
304
  ),
304
305
  5: /* @__PURE__ */ o(te, { onNext: S }),
@@ -331,7 +332,7 @@ const C = {
331
332
  incodeOnBoardingUrl: E,
332
333
  updateScreen: I,
333
334
  isModalView: !0,
334
- kycFlow: pe
335
+ kycFlow: le
335
336
  }
336
337
  )
337
338
  }[a]
@@ -340,8 +341,8 @@ const C = {
340
341
  }
341
342
  )
342
343
  ] });
343
- }, pt = H(Se);
344
+ }, ft = H(Se);
344
345
  export {
345
346
  Se as EnterpriseKyc,
346
- pt as default
347
+ ft as default
347
348
  };
@@ -1,14 +1,14 @@
1
1
  import { jsxs as T, Fragment as _, jsx as n } from "react/jsx-runtime";
2
2
  import c from "../Shared/appButton.js";
3
- import { useRef as d, useState as S, useEffect as a, createRef as b } from "react";
4
- import v from "./input.js";
3
+ import { useRef as d, useState as v, useEffect as S, createRef as b } from "react";
4
+ import a from "./input.js";
5
5
  import "../../../index-DlQqWbXG.js";
6
6
  import "../../../hoc/withThemeProvider.js";
7
- import { u as P } from "../../../react-redux-B4BZippc.js";
8
7
  import "../Shared/Auth/otpForm.js";
9
- import "../../../constants-BSdmHYnc.js";
10
- import { a as D } from "../../../kyc-BQsiHtP6.js";
11
- import { useSnackBarContext as q } from "../../../context/snackBarContext.js";
8
+ import "../../../constants-t7n9qCW3.js";
9
+ import { a as P } from "../../../kyc-D9xahfH9.js";
10
+ import { useSnackBarContext as D } from "../../../context/snackBarContext.js";
11
+ import q from "../../../hooks/useEverestDispatch.js";
12
12
  import "../../../util/conversions.js";
13
13
  import "../../../index-CAoLi5Qq.js";
14
14
  import { C as G } from "../../../Close-CNwiMz_O.js";
@@ -23,13 +23,13 @@ import "../../../web3-u4qDZYpo.js";
23
23
  import "../../../index-ceeCtFuh.js";
24
24
  import { C as H, a as j } from "../../../FileDownload-Bt3R_NBr.js";
25
25
  import "../../../context/dialogContext.js";
26
- import { B as m } from "../../../Box-B0YSYLco.js";
26
+ import { B as E } from "../../../Box-B0YSYLco.js";
27
27
  import { I as B } from "../../../InputAdornment-DMiED3JH.js";
28
- import { I as E } from "../../../IconButton-DHm-hucF.js";
28
+ import { I as m } from "../../../IconButton-DHm-hucF.js";
29
29
  const Ce = ({
30
30
  onNext: A,
31
31
  kycData: i,
32
- disabled: u = !1,
32
+ disabled: p = !1,
33
33
  kycStoreData: t
34
34
  }) => {
35
35
  const O = {
@@ -119,11 +119,11 @@ const Ce = ({
119
119
  required: !1,
120
120
  multiFile: !0
121
121
  }
122
- }, N = P(), { showAlertMessage: C } = q(), F = d(null), [o, p] = S(O);
123
- a(() => {
122
+ }, N = q(), { showAlertMessage: C } = D(), F = d(null), [o, u] = v(O);
123
+ S(() => {
124
124
  if (t != null && t.uploadData.fileUrl && (t != null && t.uploadData.fileType)) {
125
125
  const l = t == null ? void 0 : t.uploadData.fileType;
126
- p((e) => {
126
+ u((e) => {
127
127
  const r = e[l].file || [];
128
128
  return {
129
129
  ...e,
@@ -163,7 +163,7 @@ const Ce = ({
163
163
  const r = l.target.files;
164
164
  !r || r.length === 0 || Array.from(r).map((s) => {
165
165
  const g = URL.createObjectURL(s);
166
- N(D({ file: s, type: e })), p((f) => {
166
+ N(P({ file: s, type: e })), u((f) => {
167
167
  const w = f[e].file || [], h = f[e].text ? f[e].text.split(", ") : [];
168
168
  return {
169
169
  ...f,
@@ -177,30 +177,30 @@ const Ce = ({
177
177
  });
178
178
  };
179
179
  return /* @__PURE__ */ T(_, { children: [
180
- !u && /* @__PURE__ */ n(m, { display: "flex", justifyContent: "center", children: /* @__PURE__ */ n(L, { currentStep: 2, totalSteps: 3, topMargin: 0 }) }),
180
+ !p && /* @__PURE__ */ n(E, { display: "flex", justifyContent: "center", children: /* @__PURE__ */ n(L, { currentStep: 2, totalSteps: 3, topMargin: 0 }) }),
181
181
  /* @__PURE__ */ n(
182
182
  "form",
183
183
  {
184
- style: u ? {} : { height: "350px", overflowY: "scroll" },
184
+ style: p ? {} : { height: "350px", overflowY: "scroll" },
185
185
  ref: F,
186
- children: I.map((l) => /* @__PURE__ */ T(m, { mt: 2, children: [
186
+ children: I.map((l) => /* @__PURE__ */ T(E, { mt: 2, children: [
187
187
  /* @__PURE__ */ n(
188
- v,
188
+ a,
189
189
  {
190
190
  disabled: !0,
191
191
  label: o[l].label,
192
192
  value: o[l].text,
193
- onChange: (e) => p((r) => ({
193
+ onChange: (e) => u((r) => ({
194
194
  ...r,
195
195
  [l]: { ...r[l], text: e.target.value }
196
196
  })),
197
197
  slotProps: {
198
198
  input: {
199
199
  endAdornment: /* @__PURE__ */ n(B, { position: "end", children: o[l].file.length > 0 ? /* @__PURE__ */ T(_, { children: [
200
- !u && /* @__PURE__ */ n(
201
- E,
200
+ !p && /* @__PURE__ */ n(
201
+ m,
202
202
  {
203
- onClick: () => p((e) => ({
203
+ onClick: () => u((e) => ({
204
204
  ...e,
205
205
  [l]: { ...e[l], file: [] }
206
206
  })),
@@ -209,7 +209,7 @@ const Ce = ({
209
209
  }
210
210
  ),
211
211
  o[l].preview.map((e, r) => /* @__PURE__ */ n(
212
- E,
212
+ m,
213
213
  {
214
214
  onClick: () => window.open(e),
215
215
  edge: "end",
@@ -218,7 +218,7 @@ const Ce = ({
218
218
  r
219
219
  ))
220
220
  ] }) : /* @__PURE__ */ n(
221
- E,
221
+ m,
222
222
  {
223
223
  onClick: () => {
224
224
  var e, r;
@@ -248,7 +248,7 @@ const Ce = ({
248
248
  ] }, l))
249
249
  }
250
250
  ),
251
- !u && /* @__PURE__ */ n(m, { mt: 3.5, children: /* @__PURE__ */ n(c, { fullWidth: !0, onClick: x, children: "Next" }) })
251
+ !p && /* @__PURE__ */ n(E, { mt: 3.5, children: /* @__PURE__ */ n(c, { fullWidth: !0, onClick: x, children: "Next" }) })
252
252
  ] });
253
253
  };
254
254
  export {
@@ -20,7 +20,7 @@ import { pick as Kd } from "../../../util/functions.js";
20
20
  import "../../../index-DlQqWbXG.js";
21
21
  import "../../../hoc/withThemeProvider.js";
22
22
  import "../Shared/Auth/otpForm.js";
23
- import "../../../constants-BSdmHYnc.js";
23
+ import "../../../constants-t7n9qCW3.js";
24
24
  import { useSnackBarContext as Xd } from "../../../context/snackBarContext.js";
25
25
  import "../../../util/conversions.js";
26
26
  import "../../../index-CAoLi5Qq.js";
@@ -8,7 +8,7 @@ import { useState as C } from "react";
8
8
  import "../../../index-DlQqWbXG.js";
9
9
  import "../../../hoc/withThemeProvider.js";
10
10
  import "../Shared/Auth/otpForm.js";
11
- import "../../../constants-BSdmHYnc.js";
11
+ import "../../../constants-t7n9qCW3.js";
12
12
  import { useSnackBarContext as g } from "../../../context/snackBarContext.js";
13
13
  import "../../../util/conversions.js";
14
14
  import "../../../index-CAoLi5Qq.js";
@@ -2,11 +2,12 @@ import { jsx as r, jsxs as H, Fragment as W } from "react/jsx-runtime";
2
2
  import * as q from "react";
3
3
  import { useState as et, useEffect as ot } from "react";
4
4
  import st from "../../../hoc/withThemeProvider.js";
5
- import { u as nt, a as rt } from "../../../react-redux-B4BZippc.js";
6
- import "../../../constants-BSdmHYnc.js";
7
- import { a as it } from "../../../order-BKKCskeq.js";
8
- import lt from "../../Shared/HistoryItem/index.js";
9
- import { AuthContainer as pt } from "../Shared/Container/index.js";
5
+ import { u as nt } from "../../../react-redux-C7I9-1M6.js";
6
+ import "../../../constants-t7n9qCW3.js";
7
+ import { a as rt } from "../../../order-jqH948WM.js";
8
+ import it from "../../Shared/HistoryItem/index.js";
9
+ import { AuthContainer as lt } from "../Shared/Container/index.js";
10
+ import pt from "../../../hooks/useEverestDispatch.js";
10
11
  import { B as _ } from "../../../Box-B0YSYLco.js";
11
12
  import { g as J, a as z, P as a, b as I } from "../../../createTheme-CD19zQB7.js";
12
13
  import { c as A } from "../../../clsx-BTaloaeC.js";
@@ -18,7 +19,7 @@ import { u as dt } from "../../../index-B0Z-Gjno.js";
18
19
  import { c as G } from "../../../createSimplePaletteValueFilter-B7--0ryQ.js";
19
20
  import { c as j } from "../../../createSvgIcon-Cuzqm90l.js";
20
21
  import { u as B } from "../../../useSlot-CW7SOYlh.js";
21
- import { m as U } from "../../../memoTheme-yHaPezod.js";
22
+ import { m as E } from "../../../memoTheme-yHaPezod.js";
22
23
  import { B as ut } from "../../../ButtonBase-DLF5c6wi.js";
23
24
  import { C as gt } from "../../../CircularProgress-xZA3lvba.js";
24
25
  import { T as ft } from "../../../Typography-pAaje37G.js";
@@ -52,7 +53,7 @@ function yt(t = {}) {
52
53
  const h = i - n + 1;
53
54
  return Array.from({
54
55
  length: h
55
- }, (V, F) => n + F);
56
+ }, (U, F) => n + F);
56
57
  }, f = $(1, Math.min(e, s)), k = $(Math.max(s - e + 1, e + 1), s), m = Math.max(
57
58
  Math.min(
58
59
  // Natural start
@@ -165,7 +166,7 @@ const p = K("MuiPaginationItem", ["root", "page", "sizeSmall", "sizeLarge", "tex
165
166
  name: "MuiPaginationItem",
166
167
  slot: "Root",
167
168
  overridesResolver: Y
168
- })(U(({
169
+ })(E(({
169
170
  theme: t
170
171
  }) => ({
171
172
  ...t.typography.body2,
@@ -205,7 +206,7 @@ const p = K("MuiPaginationItem", ["root", "page", "sizeSmall", "sizeLarge", "tex
205
206
  name: "MuiPaginationItem",
206
207
  slot: "Root",
207
208
  overridesResolver: Y
208
- })(U(({
209
+ })(E(({
209
210
  theme: t
210
211
  }) => ({
211
212
  ...t.typography.body2,
@@ -354,7 +355,7 @@ const p = K("MuiPaginationItem", ["root", "page", "sizeSmall", "sizeLarge", "tex
354
355
  }))), St = w("div", {
355
356
  name: "MuiPaginationItem",
356
357
  slot: "Icon"
357
- })(U(({
358
+ })(E(({
358
359
  theme: t
359
360
  }) => ({
360
361
  fontSize: t.typography.pxToRem(20),
@@ -422,26 +423,26 @@ const p = K("MuiPaginationItem", ["root", "page", "sizeSmall", "sizeLarge", "tex
422
423
  elementType: mt,
423
424
  externalForwardedProps: b,
424
425
  ownerState: f
425
- }), [V, F] = B("last", {
426
+ }), [U, F] = B("last", {
426
427
  elementType: xt,
427
428
  externalForwardedProps: b,
428
429
  ownerState: f
429
- }), D = k ? {
430
+ }), V = k ? {
430
431
  previous: "next",
431
432
  next: "previous",
432
433
  first: "last",
433
434
  last: "first"
434
- }[g] : g, E = {
435
+ }[g] : g, D = {
435
436
  previous: L,
436
437
  next: N,
437
438
  first: i,
438
- last: V
439
- }[D], at = {
439
+ last: U
440
+ }[V], at = {
440
441
  previous: S,
441
442
  next: n,
442
443
  first: h,
443
444
  last: F
444
- }[D];
445
+ }[V];
445
446
  return g === "start-ellipsis" || g === "end-ellipsis" ? /* @__PURE__ */ r($t, {
446
447
  ref: o,
447
448
  ownerState: f,
@@ -454,10 +455,10 @@ const p = K("MuiPaginationItem", ["root", "page", "sizeSmall", "sizeLarge", "tex
454
455
  disabled: c,
455
456
  className: A(m.root, v),
456
457
  ...$,
457
- children: [g === "page" && x, E ? /* @__PURE__ */ r(St, {
458
+ children: [g === "page" && x, D ? /* @__PURE__ */ r(St, {
458
459
  ...at,
459
460
  className: m.icon,
460
- as: E
461
+ as: D
461
462
  }) : null]
462
463
  });
463
464
  });
@@ -782,10 +783,10 @@ process.env.NODE_ENV !== "production" && (tt.propTypes = {
782
783
  variant: a.oneOfType([a.oneOf(["outlined", "text"]), a.string])
783
784
  });
784
785
  const kt = () => {
785
- const t = nt(), e = rt((l) => l.order), o = e.list, s = e.loader, v = e.totalPages, [d, y] = et(1);
786
+ const t = pt(), e = nt((l) => l.order), o = e.list, s = e.loader, v = e.totalPages, [d, y] = et(1);
786
787
  return ot(() => {
787
- t(it(d));
788
- }, [d]), /* @__PURE__ */ r(pt, { addPadding: !0, children: o.length > 0 ? /* @__PURE__ */ H(W, { children: [
788
+ t(rt(d));
789
+ }, [d]), /* @__PURE__ */ r(lt, { addPadding: !0, children: o.length > 0 ? /* @__PURE__ */ H(W, { children: [
789
790
  /* @__PURE__ */ r(_, { className: "flex-center", children: /* @__PURE__ */ r(
790
791
  tt,
791
792
  {
@@ -795,9 +796,9 @@ const kt = () => {
795
796
  shape: "rounded"
796
797
  }
797
798
  ) }),
798
- s ? /* @__PURE__ */ r(_, { className: "text-center", mt: 2, children: /* @__PURE__ */ r(gt, { size: 50 }) }) : /* @__PURE__ */ r(W, { children: o.map((l, c) => /* @__PURE__ */ r(lt, { data: l }, c)) })
799
+ s ? /* @__PURE__ */ r(_, { className: "text-center", mt: 2, children: /* @__PURE__ */ r(gt, { size: 50 }) }) : /* @__PURE__ */ r(W, { children: o.map((l, c) => /* @__PURE__ */ r(it, { data: l }, c)) })
799
800
  ] }) : /* @__PURE__ */ r(ft, { className: "text-center", variant: "h4", children: "No Records" }) });
800
- }, ta = st(kt);
801
+ }, aa = st(kt);
801
802
  export {
802
- ta as default
803
+ aa as default
803
804
  };