everest-npm-features 0.0.63 → 0.0.64

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-71FP5PzJ.js → PlayArrow-WUr_Eyo1.js} +5 -5
  2. package/dist/assets/styles2.css +1 -1
  3. package/dist/{auth-BBeOw4mt.js → auth-Cg-RJNB1.js} +1 -1
  4. package/dist/bank-CPJa0NOE.js +47 -0
  5. package/dist/components/RocketRamp/MinimalKyc/form.js +3 -3
  6. package/dist/components/RocketRamp/Player/Buy/cardPayment.js +3 -3
  7. package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +3 -3
  8. package/dist/components/RocketRamp/Player/Buy/form.js +4 -4
  9. package/dist/components/RocketRamp/Player/Buy/index.js +5 -5
  10. package/dist/components/RocketRamp/Player/Dashboard/index.js +2 -2
  11. package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +3 -3
  12. package/dist/components/RocketRamp/Player/Sell/form.js +4 -4
  13. package/dist/components/RocketRamp/Player/Sell/index.js +6 -6
  14. package/dist/components/RocketRamp/Player/SignIn/index.js +2 -2
  15. package/dist/components/RocketRamp/Player/SignIn/loginForm.js +2 -2
  16. package/dist/components/RocketRamp/Player/SignIn/otpForm.js +2 -2
  17. package/dist/components/RocketRamp/Player/SignUp/email.js +2 -2
  18. package/dist/components/RocketRamp/Player/SignUp/index.js +2 -2
  19. package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +2 -2
  20. package/dist/components/RocketRamp/ResetPassword/index.js +2 -2
  21. package/dist/components/RocketRamp/Store/SignUp/index.js +2 -2
  22. package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +2 -2
  23. package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +2 -2
  24. package/dist/components/RocketRamp/Transactions/index.js +2 -2
  25. package/dist/components/Shared/FullKyc/countryList.js +33 -30
  26. package/dist/components/Shared/FullKyc/edd.js +3 -3
  27. package/dist/components/Shared/FullKyc/index.js +11 -10
  28. package/dist/components/Shared/FullKyc/pep.js +68 -64
  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.js +15 -540
  34. package/dist/components/Wallet/Account/eWallet.js +7 -7
  35. package/dist/components/Wallet/Account/iban.js +77 -56
  36. package/dist/components/Wallet/Account/ibanItem.js +3 -3
  37. package/dist/components/Wallet/Account/index.js +216 -181
  38. package/dist/components/Wallet/Account/sendIban.js +2 -2
  39. package/dist/components/Wallet/Buy/confirmTransaction.js +6 -6
  40. package/dist/components/Wallet/Buy/form.js +5 -5
  41. package/dist/components/Wallet/Buy/index.js +6 -6
  42. package/dist/components/Wallet/Deposit/index.js +2 -2
  43. package/dist/components/Wallet/EnterpriseKyc/edd.js +2 -2
  44. package/dist/components/Wallet/EnterpriseKyc/index.js +4 -4
  45. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +3 -3
  46. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +2 -2
  47. package/dist/components/Wallet/EnterpriseKyc/verify.js +2 -2
  48. package/dist/components/Wallet/History/index.js +2 -2
  49. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +11 -11
  50. package/dist/components/Wallet/Portfolio/dropdown.js +42 -27
  51. package/dist/components/Wallet/Portfolio/index.js +5 -5
  52. package/dist/components/Wallet/Profile/documents.js +37 -37
  53. package/dist/components/Wallet/Profile/index.js +5 -5
  54. package/dist/components/Wallet/Profile/storage.js +14 -14
  55. package/dist/components/Wallet/Receive/index.js +3 -3
  56. package/dist/components/Wallet/Sell/confirmTransaction.js +5 -5
  57. package/dist/components/Wallet/Sell/form.js +5 -5
  58. package/dist/components/Wallet/Sell/index.js +6 -6
  59. package/dist/components/Wallet/Send/index.js +36 -36
  60. package/dist/components/Wallet/Shared/Auth/otpForm.js +3 -3
  61. package/dist/components/Wallet/Shared/BankSelect/index.js +4 -4
  62. package/dist/components/Wallet/Shared/CardCorp/index.js +2 -2
  63. package/dist/components/Wallet/Shared/addBank.js +4 -4
  64. package/dist/components/Wallet/Shared/connectPlaidBank.js +7 -7
  65. package/dist/components/Wallet/Shared/manualSend.js +4 -4
  66. package/dist/components/Wallet/SignIn/index.js +3 -3
  67. package/dist/components/Wallet/SignUp/index.js +3 -3
  68. package/dist/components/Wallet/Stake/gems/index.js +34 -31
  69. package/dist/components/Wallet/Stake/id/index.js +12 -9
  70. package/dist/components/Wallet/Stake/index.js +6 -6
  71. package/dist/components/Wallet/Swap/form.js +7 -7
  72. package/dist/components/Wallet/Swap/index.js +5 -5
  73. package/dist/components/Wallet/Withdraw/bankSelect.js +5 -5
  74. package/dist/components/Wallet/Withdraw/confirmTransaction.js +4 -4
  75. package/dist/components/Wallet/Withdraw/form.js +4 -4
  76. package/dist/components/Wallet/Withdraw/index.js +5 -5
  77. package/dist/{constants-DX0YBtP2.js → constants-BRS2liAt.js} +214 -212
  78. package/dist/createIban-DKoCQ4o3.js +573 -0
  79. package/dist/{cryptoAssets-B8rAI7pp.js → cryptoAssets-BD0cJpXM.js} +1 -1
  80. package/dist/{index-JY6-UKlX.js → index-BUtxhHso.js} +87 -86
  81. package/dist/{index-B4XvACQN.js → index-C2weAjLp.js} +70 -69
  82. package/dist/{index-BQNs1mvn.js → index-CREgBh59.js} +4 -3
  83. package/dist/{index-_fiTunwZ.js → index-CZhiRUiE.js} +4 -4
  84. package/dist/{index-DuWW5roi.js → index-D7Eq-pbC.js} +65 -64
  85. package/dist/{index-DkiQ8pRO.js → index-DX8IEulu.js} +52 -52
  86. package/dist/{index-bK14vCZw.js → index-hgn4Pjw3.js} +5 -5
  87. package/dist/index-oPbOSCUk.js +545 -0
  88. package/dist/{kyc-BNMPoeHt.js → kyc-C7NviI9l.js} +1 -1
  89. package/dist/main.js +7 -7
  90. package/dist/{order-BXeCIvqC.js → order-DBuLYKfx.js} +1 -1
  91. package/dist/{otpForm-DeeegaX2.js → otpForm-DhVp5Gvi.js} +2 -2
  92. package/dist/{stake-BO2TYVJ7.js → stake-DGXpiw_Y.js} +1 -1
  93. package/dist/styles.module-C99UuHOT.js +22 -0
  94. package/dist/{wallet-BPXOp8UG.js → wallet-BLx0XKpK.js} +1 -1
  95. package/package.json +7 -7
  96. package/dist/bank-HVb0GFsa.js +0 -37
  97. package/dist/index-CTPMPwYK.js +0 -533
  98. package/dist/styles.module-C1sNeKjL.js +0 -22
@@ -1,13 +1,13 @@
1
- import { am as a } from "./constants-DX0YBtP2.js";
1
+ import { ap as a } from "./constants-BRS2liAt.js";
2
2
  import { jsx as r } from "react/jsx-runtime";
3
3
  import { c as t } from "./createSvgIcon-B28GrUxG.js";
4
- const p = (o) => ({
4
+ const c = (o) => ({
5
5
  type: a,
6
6
  payload: o
7
- }), c = t(/* @__PURE__ */ r("path", {
7
+ }), m = t(/* @__PURE__ */ r("path", {
8
8
  d: "M8 5v14l11-7z"
9
9
  }), "PlayArrow");
10
10
  export {
11
- c as P,
12
- p as f
11
+ m as P,
12
+ c as f
13
13
  };
@@ -1 +1 @@
1
- ._container_18yz7_1{display:flex;align-items:center;margin-top:130px;flex-direction:column}._inner-container_18yz7_15{background:#fff;width:100%;border-radius:4px;filter:drop-shadow(0px 2px 15px rgba(0,0,0,.05))}._sub-tabs_18yz7_29{color:#a6a6a6!important;display:flex;justify-content:center;align-items:center}._sub-tabs_18yz7_29 ._active_18yz7_43{color:#16359d!important;border-bottom:4px solid #16359d}._sub-tabs-item_18yz7_53{display:flex;justify-content:center;cursor:pointer}._buy-sell-text_18yz7_65{font-weight:700;font-size:18px}._heading-text_18yz7_75{overflow:hidden;text-overflow:ellipsis;margin-top:5px;color:#16359d}._info-icon_18yz7_89{margin-bottom:-15px;top:-12px}._button-icon_18yz7_99{margin-bottom:-15px;top:0}._add-container_18yz7_109{padding:80px}._move-id_18yz7_117{border:1px solid #f0f0f0;box-sizing:border-box;padding:20px;width:inherit}._move-id-text_18yz7_131{font-size:12px;margin:auto;width:115px}._move-btn_18yz7_143{background:linear-gradient(180deg,#fff -34.21%,#44dcb7 342.37%)!important;border-radius:100px!important;color:#000!important;font-weight:700!important;padding:10px 12px!important}._time-item_18yz7_167{cursor:pointer;padding:10px}._time-item_18yz7_167:hover,._time-item_18yz7_167._active_18yz7_43{background:#16359d;color:#fff}._item-1st_18yz7_189{border-top-left-radius:4px;border-bottom-left-radius:4px}._item-last_18yz7_199{border-top-right-radius:4px;border-bottom-right-radius:4px}@media only screen and (max-width: 600px){._stake-modal-content_18yz7_211{padding:40px 10px!important}._add-container_18yz7_109{padding:10px!important}}
1
+ ._container_1dbo2_1{display:flex;align-items:center;margin-top:130px;flex-direction:column}._inner-container_1dbo2_15{background:#fff;width:100%;border-radius:4px;filter:drop-shadow(0px 2px 15px rgba(0,0,0,.05))}._sub-tabs_1dbo2_29{color:#a6a6a6!important;display:flex;justify-content:center;align-items:center}._sub-tabs_1dbo2_29 ._active_1dbo2_43{color:#16359d!important;border-bottom:4px solid #16359d}._sub-tabs-item_1dbo2_53{display:flex;justify-content:center;cursor:pointer}._buy-sell-text_1dbo2_65{font-weight:700;font-size:18px}._heading-text_1dbo2_75{overflow:hidden;text-overflow:ellipsis;margin-top:5px;color:#16359d}._info-icon_1dbo2_89{margin-bottom:-15px;top:-12px}._button-icon_1dbo2_99{margin-bottom:-15px;top:0}._add-container_1dbo2_109{padding:80px}._move-id_1dbo2_117{border:1px solid #f0f0f0;box-sizing:border-box;padding:20px;width:inherit;border-radius:8px}._move-id-text_1dbo2_133{font-size:12px;margin:auto;width:115px}._move-btn_1dbo2_145{background:linear-gradient(180deg,#fff -34.21%,#44dcb7 342.37%)!important;border-radius:100px!important;color:#000!important;font-weight:700!important;padding:10px 12px!important}._time-item_1dbo2_169{cursor:pointer;padding:10px}._time-item_1dbo2_169:hover,._time-item_1dbo2_169._active_1dbo2_43{background:#16359d;color:#fff}._item-1st_1dbo2_191{border-top-left-radius:4px;border-bottom-left-radius:4px}._item-last_1dbo2_201{border-top-right-radius:4px;border-bottom-right-radius:4px}@media only screen and (max-width: 600px){._stake-modal-content_1dbo2_213{padding:40px 10px!important}._add-container_1dbo2_109{padding:10px!important}}
@@ -1,4 +1,4 @@
1
- import { L as a, V as E, g as s, h as t, A as R, R as _, i as o, j as y, k as S, l as T, m as p, n as l, o as i } from "./constants-DX0YBtP2.js";
1
+ import { L as a, V as E, g as s, h as t, A as R, R as _, i as o, j as y, k as S, l as T, m as p, n as l, o as i } from "./constants-BRS2liAt.js";
2
2
  const A = () => ({
3
3
  type: R
4
4
  }), I = (e) => ({
@@ -0,0 +1,47 @@
1
+ import { T as s, W as t, X as E, Y as n, Z as _, _ as o, $ as R, a0 as p, a1 as T, a2 as I, a3 as y } from "./constants-BRS2liAt.js";
2
+ const A = () => ({
3
+ type: s
4
+ }), N = (a) => ({
5
+ type: _,
6
+ payload: a
7
+ }), c = (a) => ({
8
+ type: y,
9
+ payload: a
10
+ }), l = (a) => ({
11
+ type: t,
12
+ payload: a
13
+ }), S = () => ({
14
+ type: p
15
+ }), r = (a) => ({
16
+ type: E,
17
+ payload: a
18
+ }), u = () => ({
19
+ type: n
20
+ }), B = (a) => ({
21
+ type: T,
22
+ payload: a
23
+ }), D = (a) => ({
24
+ type: o,
25
+ payload: a
26
+ }), U = (a, e) => ({
27
+ type: R,
28
+ payload: {
29
+ currency: a,
30
+ from: e
31
+ }
32
+ }), i = () => ({
33
+ type: I
34
+ });
35
+ export {
36
+ N as a,
37
+ r as b,
38
+ u as c,
39
+ B as d,
40
+ i as e,
41
+ c as f,
42
+ U as g,
43
+ S as h,
44
+ l as p,
45
+ D as s,
46
+ A as u
47
+ };
@@ -8,9 +8,9 @@ import { nameRegex as U } from "../../../util/regex.js";
8
8
  import "../../../index-DlQqWbXG.js";
9
9
  import "../../Wallet/Shared/appButton.js";
10
10
  import "../../../hoc/withThemeProvider.js";
11
- import "../../../otpForm-DeeegaX2.js";
12
- import "../../../constants-DX0YBtP2.js";
13
- import { r as V, u as X } from "../../../kyc-BNMPoeHt.js";
11
+ import "../../../otpForm-DhVp5Gvi.js";
12
+ import "../../../constants-BRS2liAt.js";
13
+ import { r as V, u as X } from "../../../kyc-C7NviI9l.js";
14
14
  import "../../../context/snackBarContext.js";
15
15
  import $ from "../../../hooks/useEverestDispatch.js";
16
16
  import "../../../util/conversions.js";
@@ -8,9 +8,9 @@ import "../../../../util/functions.js";
8
8
  import "../../../../util/constants.js";
9
9
  import "../../Shared/Input/index.js";
10
10
  import "../../Shared/Button/index.js";
11
- import { C } from "../../../../index-_fiTunwZ.js";
12
- import "../../../../constants-DX0YBtP2.js";
13
- import "../../../../order-BXeCIvqC.js";
11
+ import { C } from "../../../../index-CZhiRUiE.js";
12
+ import "../../../../constants-BRS2liAt.js";
13
+ import "../../../../order-DBuLYKfx.js";
14
14
  export {
15
15
  C as default
16
16
  };
@@ -4,10 +4,10 @@ import "@mui/material";
4
4
  import "../../Shared/backBtn.js";
5
5
  import "../../../../util/functions.js";
6
6
  import "../../../../util/constants.js";
7
- import { a as s } from "../../../../index-_fiTunwZ.js";
7
+ import { a as s } from "../../../../index-CZhiRUiE.js";
8
8
  import "../../Shared/Button/index.js";
9
- import "../../../../constants-DX0YBtP2.js";
10
- import "../../../../order-BXeCIvqC.js";
9
+ import "../../../../constants-BRS2liAt.js";
10
+ import "../../../../order-DBuLYKfx.js";
11
11
  export {
12
12
  s as default
13
13
  };
@@ -1,17 +1,17 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "@mui/material";
4
- import "../../../../PlayArrow-71FP5PzJ.js";
4
+ import "../../../../PlayArrow-WUr_Eyo1.js";
5
5
  import "../../../../Info-DOoRR7sR.js";
6
6
  import "../../../../generic-token-B_ptO5yb.js";
7
7
  import "../../Shared/Input/index.js";
8
8
  import "../../../../util/constants.js";
9
- import "../../../../constants-DX0YBtP2.js";
10
- import "../../../../order-BXeCIvqC.js";
9
+ import "../../../../constants-BRS2liAt.js";
10
+ import "../../../../order-DBuLYKfx.js";
11
11
  import "../../../../tooltip-BW0UyWw7.js";
12
12
  import "../../../../util/functions.js";
13
13
  import "../../Shared/Button/index.js";
14
- import { B as b } from "../../../../index-_fiTunwZ.js";
14
+ import { B as b } from "../../../../index-CZhiRUiE.js";
15
15
  export {
16
16
  b as default
17
17
  };
@@ -1,13 +1,13 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../../hoc/withThemeProvider.js";
4
- import { b as I, F as e, M as f, P as A, i as O } from "../../../../index-_fiTunwZ.js";
4
+ import { b as I, F as e, M as f, P as A, i as O } from "../../../../index-CZhiRUiE.js";
5
5
  import "@mui/material";
6
6
  import "../../../../react-redux-C7I9-1M6.js";
7
- import "../../../../constants-DX0YBtP2.js";
8
- import "../../../../PlayArrow-71FP5PzJ.js";
9
- import "../../../../cryptoAssets-B8rAI7pp.js";
10
- import "../../../../order-BXeCIvqC.js";
7
+ import "../../../../constants-BRS2liAt.js";
8
+ import "../../../../PlayArrow-WUr_Eyo1.js";
9
+ import "../../../../cryptoAssets-BD0cJpXM.js";
10
+ import "../../../../order-DBuLYKfx.js";
11
11
  import "../../../../util/constants.js";
12
12
  import "../../MinimalKyc/form.js";
13
13
  import "../../../../util/functions.js";
@@ -3,8 +3,8 @@ import S from "../../../../hoc/withThemeProvider.js";
3
3
  import C from "./balance.js";
4
4
  import w from "./transaction.js";
5
5
  import { u as c } from "../../../../react-redux-C7I9-1M6.js";
6
- import "../../../../constants-DX0YBtP2.js";
7
- import { a as x } from "../../../../order-BXeCIvqC.js";
6
+ import "../../../../constants-BRS2liAt.js";
7
+ import { a as x } from "../../../../order-DBuLYKfx.js";
8
8
  import { useState as b, useEffect as r } from "react";
9
9
  import { getOrionBalance as v } from "../../../../util/functions.js";
10
10
  import { useRrDialog as B } from "../../../../hooks/useRrDialog/index.js";
@@ -4,10 +4,10 @@ import "@mui/material";
4
4
  import "../../Shared/backBtn.js";
5
5
  import "../../../../util/functions.js";
6
6
  import "../../../../util/constants.js";
7
- import { B as x } from "../../../../index-bK14vCZw.js";
7
+ import { B as x } from "../../../../index-hgn4Pjw3.js";
8
8
  import "../../Shared/Button/index.js";
9
- import "../../../../constants-DX0YBtP2.js";
10
- import "../../../../order-BXeCIvqC.js";
9
+ import "../../../../constants-BRS2liAt.js";
10
+ import "../../../../order-DBuLYKfx.js";
11
11
  import "../../../Shared/transition.js";
12
12
  import "../../../../Close-DSxLLo08.js";
13
13
  export {
@@ -1,17 +1,17 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "@mui/material";
4
- import "../../../../PlayArrow-71FP5PzJ.js";
4
+ import "../../../../PlayArrow-WUr_Eyo1.js";
5
5
  import "../../../../Info-DOoRR7sR.js";
6
6
  import "../../../../generic-token-B_ptO5yb.js";
7
7
  import "../../Shared/Input/index.js";
8
8
  import "../../../../util/constants.js";
9
- import "../../../../constants-DX0YBtP2.js";
10
- import "../../../../order-BXeCIvqC.js";
9
+ import "../../../../constants-BRS2liAt.js";
10
+ import "../../../../order-DBuLYKfx.js";
11
11
  import "../../../../tooltip-BW0UyWw7.js";
12
12
  import "../../../../util/functions.js";
13
13
  import "../../Shared/Button/index.js";
14
- import { S as b } from "../../../../index-bK14vCZw.js";
14
+ import { S as b } from "../../../../index-hgn4Pjw3.js";
15
15
  export {
16
16
  b as default
17
17
  };
@@ -1,18 +1,18 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../../hoc/withThemeProvider.js";
4
- import { C as g, F as h, M as j, P as k, i as n } from "../../../../index-bK14vCZw.js";
4
+ import { C as g, F as h, M as j, P as k, i as n } from "../../../../index-hgn4Pjw3.js";
5
5
  import "../../../../index-DlQqWbXG.js";
6
6
  import "@mui/material";
7
7
  import "../../../Wallet/Shared/appButton.js";
8
8
  import "../../../../react-redux-C7I9-1M6.js";
9
9
  import "../../../../util/functions.js";
10
10
  import "../../../../util/constants.js";
11
- import "../../../../otpForm-DeeegaX2.js";
12
- import "../../../../constants-DX0YBtP2.js";
13
- import "../../../../PlayArrow-71FP5PzJ.js";
14
- import "../../../../cryptoAssets-B8rAI7pp.js";
15
- import "../../../../order-BXeCIvqC.js";
11
+ import "../../../../otpForm-DhVp5Gvi.js";
12
+ import "../../../../constants-BRS2liAt.js";
13
+ import "../../../../PlayArrow-WUr_Eyo1.js";
14
+ import "../../../../cryptoAssets-BD0cJpXM.js";
15
+ import "../../../../order-DBuLYKfx.js";
16
16
  import "../../../../context/snackBarContext.js";
17
17
  import "../../../../hooks/useEverestDispatch.js";
18
18
  import "../../../../util/conversions.js";
@@ -7,8 +7,8 @@ import B from "../../../../hoc/withThemeProvider.js";
7
7
  import { L as D } from "../../../../rr-primary-logo-CqI24c8v.js";
8
8
  import E from "./loginForm.js";
9
9
  import R from "./otpForm.js";
10
- import "../../../../constants-DX0YBtP2.js";
11
- import { a as T } from "../../../../auth-BBeOw4mt.js";
10
+ import "../../../../constants-BRS2liAt.js";
11
+ import { a as T } from "../../../../auth-Cg-RJNB1.js";
12
12
  import v from "../../../../hooks/useEverestDispatch.js";
13
13
  const I = ({ onLogin: f, navigate: a, navigatePath: c }) => {
14
14
  const e = v(), o = y((F) => F.session), p = o.loader, x = o.otpLoader, h = o.screen, t = o.uuid, s = o.token, i = o.error, { showAlertMessage: m, snackBar: u } = L(), [d, g] = w("");
@@ -1,7 +1,7 @@
1
1
  import { jsxs as i, Fragment as g, jsx as r } from "react/jsx-runtime";
2
2
  import { useState as h, useEffect as v } from "react";
3
- import "../../../../constants-DX0YBtP2.js";
4
- import { l as x } from "../../../../auth-BBeOw4mt.js";
3
+ import "../../../../constants-BRS2liAt.js";
4
+ import { l as x } from "../../../../auth-Cg-RJNB1.js";
5
5
  import { Stack as l, Typography as o, Box as y } from "@mui/material";
6
6
  import d from "../../Shared/Button/index.js";
7
7
  import E from "../../Shared/Input/index.js";
@@ -3,8 +3,8 @@ import { Stack as o, Typography as a, Box as I } from "@mui/material";
3
3
  import p from "../../Shared/Button/index.js";
4
4
  import O from "../../Shared/Input/index.js";
5
5
  import { useState as c, useEffect as f } from "react";
6
- import "../../../../constants-DX0YBtP2.js";
7
- import { l as P, b as C } from "../../../../auth-BBeOw4mt.js";
6
+ import "../../../../constants-BRS2liAt.js";
7
+ import { l as P, b as C } from "../../../../auth-Cg-RJNB1.js";
8
8
  import { RESEND_EMAIL_TIMER as g } from "../../../../util/constants.js";
9
9
  const F = ({
10
10
  showAlertMessage: s,
@@ -4,8 +4,8 @@ import { Typography as k, Box as y, Stack as E } from "@mui/material";
4
4
  import n from "../../Shared/Button/index.js";
5
5
  import S from "../../Shared/Input/index.js";
6
6
  import { isValidEmail as d, generateRandomString as b } from "../../../../util/functions.js";
7
- import "../../../../constants-DX0YBtP2.js";
8
- import { h as P } from "../../../../auth-BBeOw4mt.js";
7
+ import "../../../../constants-BRS2liAt.js";
8
+ import { h as P } from "../../../../auth-Cg-RJNB1.js";
9
9
  const I = ({
10
10
  showAlertMessage: t,
11
11
  loader: i,
@@ -9,8 +9,8 @@ import L from "./email.js";
9
9
  import T from "./personalInfo.js";
10
10
  import W from "./summary.js";
11
11
  import q from "./validateEmail.js";
12
- import "../../../../constants-DX0YBtP2.js";
13
- import { a as U, u as V, c as j, d as M } from "../../../../auth-BBeOw4mt.js";
12
+ import "../../../../constants-BRS2liAt.js";
13
+ import { a as U, u as V, c as j, d as M } from "../../../../auth-Cg-RJNB1.js";
14
14
  import { USERNAME_SUFFIX as F } from "../../../../util/constants.js";
15
15
  import P from "../../../../hooks/useEverestDispatch.js";
16
16
  const z = ({ onRegister: k, navigate: h, navigatePath: g }) => {
@@ -3,8 +3,8 @@ import { useState as d } from "react";
3
3
  import { Typography as f, Box as T, Stack as b, InputAdornment as S, FormControl as U, FormControlLabel as W, Checkbox as E, Link as L } from "@mui/material";
4
4
  import v from "../../Shared/Button/index.js";
5
5
  import c, { UserNameInputField as w } from "../../Shared/Input/index.js";
6
- import "../../../../constants-DX0YBtP2.js";
7
- import { h as B } from "../../../../auth-BBeOw4mt.js";
6
+ import "../../../../constants-BRS2liAt.js";
7
+ import { h as B } from "../../../../auth-Cg-RJNB1.js";
8
8
  import { userNameRegex as _ } from "../../../../util/regex.js";
9
9
  import { USERNAME_SUFFIX as y, USERNAME_TOOLTIP as j } from "../../../../util/constants.js";
10
10
  const J = ({
@@ -4,8 +4,8 @@ import f from "../../../hoc/withThemeProvider.js";
4
4
  import g from "../Shared/Button/index.js";
5
5
  import { u as w } from "../../../react-redux-C7I9-1M6.js";
6
6
  import { useEffect as c } from "react";
7
- import "../../../constants-DX0YBtP2.js";
8
- import { g as x } from "../../../auth-BBeOw4mt.js";
7
+ import "../../../constants-BRS2liAt.js";
8
+ import { g as x } from "../../../auth-Cg-RJNB1.js";
9
9
  import { useSnackBarContext as b } from "../../../context/snackBarContext.js";
10
10
  import y from "../../../hooks/useEverestDispatch.js";
11
11
  const P = ({ onComplete: m, type: d }) => {
@@ -9,8 +9,8 @@ import D from "./storeInfo.js";
9
9
  import L from "./personalInfo.js";
10
10
  import T from "./summary.js";
11
11
  import A from "./validateEmail.js";
12
- import "../../../../constants-DX0YBtP2.js";
13
- import { a as C, u as U, e as V, f as j, l as z } from "../../../../auth-BBeOw4mt.js";
12
+ import "../../../../constants-BRS2liAt.js";
13
+ import { a as C, u as U, e as V, f as j, l as z } from "../../../../auth-Cg-RJNB1.js";
14
14
  import { USERNAME_SUFFIX as v } from "../../../../util/constants.js";
15
15
  import M from "../../../../hooks/useEverestDispatch.js";
16
16
  const O = ({ onRegister: y, navigate: E, navigatePath: h }) => {
@@ -3,8 +3,8 @@ import { useState as b } from "react";
3
3
  import { Typography as y, Box as T, Stack as W, InputAdornment as B, FormControl as E, FormControlLabel as L, Checkbox as j, Link as F } from "@mui/material";
4
4
  import U from "../../Shared/Button/index.js";
5
5
  import s from "../../Shared/Input/index.js";
6
- import "../../../../constants-DX0YBtP2.js";
7
- import { i as v } from "../../../../auth-BBeOw4mt.js";
6
+ import "../../../../constants-BRS2liAt.js";
7
+ import { i as v } from "../../../../auth-Cg-RJNB1.js";
8
8
  import { generateRandomString as _, isValidEmail as q } from "../../../../util/functions.js";
9
9
  import { userNameRegex as D } from "../../../../util/regex.js";
10
10
  import { USERNAME_SUFFIX as V } from "../../../../util/constants.js";
@@ -3,8 +3,8 @@ import { useState as c } from "react";
3
3
  import { Typography as u, Alert as k, Box as w, Stack as p, InputAdornment as f } from "@mui/material";
4
4
  import h from "../../Shared/Button/index.js";
5
5
  import x, { UserNameInputField as P } from "../../Shared/Input/index.js";
6
- import "../../../../constants-DX0YBtP2.js";
7
- import { i as T } from "../../../../auth-BBeOw4mt.js";
6
+ import "../../../../constants-BRS2liAt.js";
7
+ import { i as T } from "../../../../auth-Cg-RJNB1.js";
8
8
  import { USERNAME_SUFFIX as N, USERNAME_TOOLTIP as U } from "../../../../util/constants.js";
9
9
  import { storeNameOnChangeRegex as L, storeNameRegex as W } from "../../../../util/regex.js";
10
10
  const z = ({
@@ -1,6 +1,6 @@
1
1
  import { jsxs as x, Fragment as n, jsx as t } from "react/jsx-runtime";
2
- import "../../../constants-DX0YBtP2.js";
3
- import { a as k } from "../../../order-BXeCIvqC.js";
2
+ import "../../../constants-BRS2liAt.js";
3
+ import { a as k } from "../../../order-DBuLYKfx.js";
4
4
  import { Typography as s, Stack as c } from "@mui/material";
5
5
  import v from "../Shared/Button/index.js";
6
6
  import L from "../../Shared/HistoryItem/index.js";
@@ -1,40 +1,43 @@
1
- import { jsx as n, jsxs as s } from "react/jsx-runtime";
2
- import { Autocomplete as i, TextField as l, Box as m } from "@mui/material";
3
- import { c } from "../../../countries-BVn1FubK.js";
4
- const x = ({
1
+ import { jsx as r, jsxs as l } from "react/jsx-runtime";
2
+ import { Autocomplete as m, TextField as c, Box as h } from "@mui/material";
3
+ import { c as u } from "../../../countries-BVn1FubK.js";
4
+ const w = ({
5
5
  value: e,
6
- onChange: r,
6
+ onChange: n,
7
7
  label: p,
8
- ...a
9
- }) => /* @__PURE__ */ n(
10
- i,
8
+ ...s
9
+ }) => /* @__PURE__ */ r(
10
+ m,
11
11
  {
12
12
  sx: { mt: 2 },
13
13
  value: e,
14
- onChange: (o, t) => r(t),
15
- options: c,
14
+ onChange: (o, t) => n(t),
15
+ options: u,
16
16
  isOptionEqualToValue: (o, t) => o.alpha3 === (t == null ? void 0 : t.alpha3),
17
17
  getOptionLabel: (o) => o.name,
18
18
  autoHighlight: !0,
19
19
  openOnFocus: !0,
20
- renderOption: (o, t) => /* @__PURE__ */ s(m, { component: "li", sx: { "& > img": { mr: 2, flexShrink: 0 } }, ...o, children: [
21
- /* @__PURE__ */ n(
22
- "img",
23
- {
24
- loading: "lazy",
25
- width: "20",
26
- src: `https://flagcdn.com/w20/${t.alpha2.toLowerCase()}.png`,
27
- srcSet: `https://flagcdn.com/w40/${t.alpha2.toLowerCase()}.png 2x`,
28
- alt: ""
29
- }
30
- ),
31
- t.name,
32
- " (",
33
- t.alpha3,
34
- ")"
35
- ] }),
36
- renderInput: (o) => /* @__PURE__ */ n(
37
- l,
20
+ renderOption: (o, t) => {
21
+ const { key: a, ...i } = o;
22
+ return /* @__PURE__ */ l(h, { component: "li", sx: { "& > img": { mr: 2, flexShrink: 0 } }, ...i, children: [
23
+ /* @__PURE__ */ r(
24
+ "img",
25
+ {
26
+ loading: "lazy",
27
+ width: "20",
28
+ src: `https://flagcdn.com/w20/${t.alpha2.toLowerCase()}.png`,
29
+ srcSet: `https://flagcdn.com/w40/${t.alpha2.toLowerCase()}.png 2x`,
30
+ alt: ""
31
+ }
32
+ ),
33
+ t.name,
34
+ " (",
35
+ t.alpha3,
36
+ ")"
37
+ ] }, a);
38
+ },
39
+ renderInput: (o) => /* @__PURE__ */ r(
40
+ c,
38
41
  {
39
42
  ...o,
40
43
  label: p,
@@ -44,9 +47,9 @@ const x = ({
44
47
  }
45
48
  }
46
49
  ),
47
- ...a
50
+ ...s
48
51
  }
49
52
  );
50
53
  export {
51
- x as default
54
+ w as default
52
55
  };
@@ -5,9 +5,9 @@ import K from "../../Wallet/Shared/Input/index.js";
5
5
  import H from "../../Wallet/Shared/appButton.js";
6
6
  import "../../../index-DlQqWbXG.js";
7
7
  import "../../../hoc/withThemeProvider.js";
8
- import "../../../otpForm-DeeegaX2.js";
9
- import "../../../constants-DX0YBtP2.js";
10
- import { a as V } from "../../../kyc-BNMPoeHt.js";
8
+ import "../../../otpForm-DhVp5Gvi.js";
9
+ import "../../../constants-BRS2liAt.js";
10
+ import { a as V } from "../../../kyc-C7NviI9l.js";
11
11
  import { useSnackBarContext as $ } from "../../../context/snackBarContext.js";
12
12
  import z from "../../../hooks/useEverestDispatch.js";
13
13
  import "../../../util/conversions.js";
@@ -3,16 +3,17 @@ import "react";
3
3
  import "../../Wallet/Shared/Container/index.js";
4
4
  import "@mui/material";
5
5
  import "../../../hoc/withThemeProvider.js";
6
- import { E as T, I as U, c as g, b as h, a as j, F as k } from "../../../index-CTPMPwYK.js";
6
+ import { E as U, I as g, c as h, b as j, a as k, F as n } from "../../../index-oPbOSCUk.js";
7
7
  import "./pep.js";
8
- import "../../../constants-DX0YBtP2.js";
9
- import "../../../kyc-BNMPoeHt.js";
8
+ import "../../../constants-BRS2liAt.js";
9
+ import "../../../index-CREgBh59.js";
10
+ import "../../../kyc-C7NviI9l.js";
10
11
  import "../../../react-redux-C7I9-1M6.js";
11
12
  import "./edd.js";
12
13
  import "../../../hooks/useEverestDispatch.js";
13
14
  import "../../../index-DlQqWbXG.js";
14
15
  import "../../Wallet/Shared/appButton.js";
15
- import "../../../otpForm-DeeegaX2.js";
16
+ import "../../../otpForm-DhVp5Gvi.js";
16
17
  import "../../../context/snackBarContext.js";
17
18
  import "../../../util/conversions.js";
18
19
  import "../../../index-CAoLi5Qq.js";
@@ -27,10 +28,10 @@ import "../../../context/dialogContext.js";
27
28
  import "@mui/icons-material";
28
29
  import "../Sumsub/index.js";
29
30
  export {
30
- T as EDD_SCREEN,
31
- U as INCODE_SCREEN,
32
- g as PEP_SCREEN,
33
- h as PERSONAL_DETAILS_SCREEN,
34
- j as USER_INFO_SCREEN,
35
- k as default
31
+ U as EDD_SCREEN,
32
+ g as INCODE_SCREEN,
33
+ h as PEP_SCREEN,
34
+ j as PERSONAL_DETAILS_SCREEN,
35
+ k as USER_INFO_SCREEN,
36
+ n as default
36
37
  };