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,9 +1,9 @@
1
- import { jsxs as r, Fragment as I, jsx as e } from "react/jsx-runtime";
2
- import { Backdrop as w, CircularProgress as m, Grid as t, Box as a, Typography as o, IconButton as p, FormControl as G, TextField as b } from "@mui/material";
1
+ import { jsxs as t, Fragment as I, jsx as e } from "react/jsx-runtime";
2
+ import { Backdrop as w, CircularProgress as m, Grid as r, Box as a, Typography as o, IconButton as p, FormControl as G, TextField as b } from "@mui/material";
3
3
  import B from "../../Shared/noData.js";
4
- import { M as f } from "../../../../tooltip-BW0UyWw7.js";
5
- import { I as u } from "../../../../Info-DOoRR7sR.js";
6
- import { s as i } from "../../../../styles.module-C1sNeKjL.js";
4
+ import { M as u } from "../../../../tooltip-BW0UyWw7.js";
5
+ import { I as f } from "../../../../Info-DOoRR7sR.js";
6
+ import { s as i } from "../../../../styles.module-C99UuHOT.js";
7
7
  import s from "../../Shared/appButton.js";
8
8
  import { AuthContainer as x } from "../../Shared/Container/index.js";
9
9
  const Y = ({
@@ -31,7 +31,7 @@ const Y = ({
31
31
  ].join(`
32
32
 
33
33
  `);
34
- return /* @__PURE__ */ r(I, { children: [
34
+ return /* @__PURE__ */ t(I, { children: [
35
35
  /* @__PURE__ */ e(
36
36
  w,
37
37
  {
@@ -43,27 +43,27 @@ const Y = ({
43
43
  children: /* @__PURE__ */ e(m, { color: "inherit" })
44
44
  }
45
45
  ),
46
- /* @__PURE__ */ r(t, { spacing: 2, container: !0, width: "100%", children: [
47
- /* @__PURE__ */ e(t, { size: { xs: 12, md: 5 }, children: /* @__PURE__ */ e(x, { addTopMargin: !1, children: /* @__PURE__ */ r(a, { p: 3, children: [
46
+ /* @__PURE__ */ t(r, { spacing: 2, container: !0, width: "100%", children: [
47
+ /* @__PURE__ */ e(r, { size: { xs: 12, md: 5 }, children: /* @__PURE__ */ e(x, { addTopMargin: !1, children: /* @__PURE__ */ t(a, { p: 3, children: [
48
48
  /* @__PURE__ */ e(o, { className: i["heading-text"], variant: "h6", children: /* @__PURE__ */ e("strong", { children: "Current Stakes" }) }),
49
- /* @__PURE__ */ r(t, { mt: 4, spacing: 1, container: !0, width: "100%", children: [
50
- /* @__PURE__ */ e(t, { size: 6, children: /* @__PURE__ */ e(o, { className: "fs16", children: /* @__PURE__ */ e("strong", { children: "Total Staked" }) }) }),
51
- /* @__PURE__ */ e(t, { size: 6, children: /* @__PURE__ */ r(o, { className: "text-right fs16 fw500", children: [
49
+ /* @__PURE__ */ t(r, { mt: 4, spacing: 1, container: !0, width: "100%", children: [
50
+ /* @__PURE__ */ e(r, { size: 6, children: /* @__PURE__ */ e(o, { className: "fs16", children: /* @__PURE__ */ e("strong", { children: "Total Staked" }) }) }),
51
+ /* @__PURE__ */ e(r, { size: 6, children: /* @__PURE__ */ t(o, { className: "text-right fs16 fw500", children: [
52
52
  k,
53
53
  " GEMS"
54
54
  ] }) }),
55
- /* @__PURE__ */ e(t, { size: 6, children: /* @__PURE__ */ e(o, { className: "fs16", children: /* @__PURE__ */ e("strong", { children: "Total Reward" }) }) }),
56
- /* @__PURE__ */ e(t, { size: 6, children: /* @__PURE__ */ r(o, { className: "text-right fs16 fw500", children: [
55
+ /* @__PURE__ */ e(r, { size: 6, children: /* @__PURE__ */ e(o, { className: "fs16", children: /* @__PURE__ */ e("strong", { children: "Total Reward" }) }) }),
56
+ /* @__PURE__ */ e(r, { size: 6, children: /* @__PURE__ */ t(o, { className: "text-right fs16 fw500", children: [
57
57
  T,
58
58
  " ID"
59
59
  ] }) })
60
60
  ] }),
61
- /* @__PURE__ */ r(a, { mt: 6, children: [
61
+ /* @__PURE__ */ t(a, { mt: 6, children: [
62
62
  l.length === 0 && /* @__PURE__ */ e(B, { text: "No GEM are staked at the moment" }),
63
63
  l.map((n, h) => /* @__PURE__ */ e(v, { data: n }, h))
64
64
  ] })
65
65
  ] }) }) }),
66
- /* @__PURE__ */ e(t, { size: { xs: 12, md: 7 }, children: /* @__PURE__ */ e(x, { addTopMargin: !1, children: /* @__PURE__ */ r(a, { p: 3, children: [
66
+ /* @__PURE__ */ e(r, { size: { xs: 12, md: 7 }, children: /* @__PURE__ */ e(x, { addTopMargin: !1, children: /* @__PURE__ */ t(a, { p: 3, children: [
67
67
  /* @__PURE__ */ e(
68
68
  o,
69
69
  {
@@ -74,12 +74,12 @@ const Y = ({
74
74
  }
75
75
  ),
76
76
  /* @__PURE__ */ e(
77
- f,
77
+ u,
78
78
  {
79
79
  title: /* @__PURE__ */ e(a, { sx: { whiteSpace: "pre-line" }, children: C }),
80
80
  placement: "bottom",
81
81
  children: /* @__PURE__ */ e(p, { className: i["info-icon"], children: /* @__PURE__ */ e(
82
- u,
82
+ f,
83
83
  {
84
84
  sx: {
85
85
  fontSize: "26px",
@@ -89,7 +89,7 @@ const Y = ({
89
89
  ) })
90
90
  }
91
91
  ),
92
- /* @__PURE__ */ r(a, { className: `${i["add-container"]} text-center`, children: [
92
+ /* @__PURE__ */ t(a, { className: `${i["add-container"]} text-center`, children: [
93
93
  /* @__PURE__ */ e(o, { variant: "h6", children: /* @__PURE__ */ e("strong", { children: "Available GEMS on EverChain" }) }),
94
94
  N ? /* @__PURE__ */ e(m, {}) : /* @__PURE__ */ e(
95
95
  o,
@@ -97,14 +97,14 @@ const Y = ({
97
97
  sx: { mt: 2 },
98
98
  className: "secondary-text-color",
99
99
  variant: "h3",
100
- children: /* @__PURE__ */ r("strong", { children: [
100
+ children: /* @__PURE__ */ t("strong", { children: [
101
101
  d,
102
102
  " GEMS"
103
103
  ] })
104
104
  }
105
105
  ),
106
- /* @__PURE__ */ r(t, { className: "items-center", container: !0, mt: 4, width: "100%", children: [
107
- /* @__PURE__ */ e(t, { size: 11, children: /* @__PURE__ */ r("fieldset", { className: i["move-id"], children: [
106
+ /* @__PURE__ */ t(r, { className: "items-center", container: !0, mt: 4, width: "100%", children: [
107
+ /* @__PURE__ */ e(r, { size: 11, children: /* @__PURE__ */ t("fieldset", { className: i["move-id"], children: [
108
108
  /* @__PURE__ */ e(
109
109
  "legend",
110
110
  {
@@ -134,13 +134,13 @@ const Y = ({
134
134
  }
135
135
  )
136
136
  ] }) }),
137
- /* @__PURE__ */ e(t, { size: 1, children: /* @__PURE__ */ e(
138
- f,
137
+ /* @__PURE__ */ e(r, { size: 1, children: /* @__PURE__ */ e(
138
+ u,
139
139
  {
140
140
  title: "To stake your GEMS token, the token must be on EverChain. To move GEMS from Ethereum to EverChain or back requires ETH to pay the network fees.",
141
141
  placement: "top",
142
142
  children: /* @__PURE__ */ e(p, { className: i["button-icon"], children: /* @__PURE__ */ e(
143
- u,
143
+ f,
144
144
  {
145
145
  sx: {
146
146
  fontSize: "24px",
@@ -151,27 +151,27 @@ const Y = ({
151
151
  }
152
152
  ) })
153
153
  ] }),
154
- /* @__PURE__ */ r(
155
- t,
154
+ /* @__PURE__ */ t(
155
+ r,
156
156
  {
157
157
  mt: 4,
158
158
  sx: {
159
- borderRadius: "4px",
159
+ borderRadius: "8px",
160
160
  color: "#BDBDBD"
161
161
  },
162
162
  container: !0,
163
163
  width: "100%",
164
164
  children: [
165
- /* @__PURE__ */ e(t, { size: 4 }),
165
+ /* @__PURE__ */ e(r, { size: 4 }),
166
166
  /* @__PURE__ */ e(
167
- t,
167
+ r,
168
168
  {
169
169
  className: `${i["time-item"]} ${i["item-last"]} ${i.active}`,
170
170
  size: 4,
171
171
  children: /* @__PURE__ */ e(o, { children: /* @__PURE__ */ e("strong", { children: "365 Days" }) })
172
172
  }
173
173
  ),
174
- /* @__PURE__ */ e(t, { size: 4 })
174
+ /* @__PURE__ */ e(r, { size: 4 })
175
175
  ]
176
176
  }
177
177
  ),
@@ -183,7 +183,10 @@ const Y = ({
183
183
  value: S,
184
184
  fullWidth: !0,
185
185
  required: !0,
186
- onChange: (n) => z(n.target.value)
186
+ onChange: (n) => z(n.target.value),
187
+ sx: {
188
+ borderRadius: "8px"
189
+ }
187
190
  }
188
191
  ) }),
189
192
  /* @__PURE__ */ e(
@@ -1,10 +1,10 @@
1
1
  import { jsxs as t, Fragment as B, jsx as e } from "react/jsx-runtime";
2
- import { Backdrop as F, CircularProgress as f, Grid as r, Box as a, Typography as n, IconButton as u, Divider as g, FormControl as Y, TextField as R } from "@mui/material";
2
+ import { Backdrop as F, CircularProgress as f, Grid as r, Box as a, Typography as n, IconButton as u, Divider as g, FormControl as R, TextField as Y } from "@mui/material";
3
3
  import P from "../../Shared/noData.js";
4
4
  import { M as x } from "../../../../tooltip-BW0UyWw7.js";
5
5
  import { I as T } from "../../../../Info-DOoRR7sR.js";
6
6
  import { STAKE_ID_MIN_DAYS as k, STAKE_ID_MID_DAYS as D, STAKE_ID_MAX_DAYS as v } from "../../../../util/constants.js";
7
- import { s as i } from "../../../../styles.module-C1sNeKjL.js";
7
+ import { s as i } from "../../../../styles.module-C99UuHOT.js";
8
8
  import c from "../../Shared/appButton.js";
9
9
  import { AuthContainer as I } from "../../Shared/Container/index.js";
10
10
  const Q = ({
@@ -21,8 +21,8 @@ const Q = ({
21
21
  balanceLoader: A,
22
22
  balance: m,
23
23
  onMoveToEthereum: E,
24
- onMoveToEverChain: $,
25
- ethereumBalance: b
24
+ onMoveToEverChain: b,
25
+ ethereumBalance: $
26
26
  }) => {
27
27
  const _ = (o) => {
28
28
  o ? /^([0-9.,]+)$/.test(o) && h(o) : h("");
@@ -116,7 +116,7 @@ Commit for 365 days to earn 18% APY`,
116
116
  c,
117
117
  {
118
118
  variantType: "secondary",
119
- onClick: () => $(Number(b)),
119
+ onClick: () => b(Number($)),
120
120
  children: "To EverChain"
121
121
  }
122
122
  ),
@@ -155,7 +155,7 @@ Commit for 365 days to earn 18% APY`,
155
155
  {
156
156
  mt: 4,
157
157
  sx: {
158
- borderRadius: "4px",
158
+ borderRadius: "8px",
159
159
  background: "#F0F0F0",
160
160
  color: "#BDBDBD"
161
161
  },
@@ -194,15 +194,18 @@ Commit for 365 days to earn 18% APY`,
194
194
  ]
195
195
  }
196
196
  ),
197
- /* @__PURE__ */ e(Y, { sx: { mt: 4 }, fullWidth: !0, children: /* @__PURE__ */ e(
198
- R,
197
+ /* @__PURE__ */ e(R, { sx: { mt: 4 }, fullWidth: !0, children: /* @__PURE__ */ e(
198
+ Y,
199
199
  {
200
200
  variant: "filled",
201
201
  placeholder: "Amount to Stake",
202
202
  value: S,
203
203
  fullWidth: !0,
204
204
  required: !0,
205
- onChange: (o) => _(o.target.value)
205
+ onChange: (o) => _(o.target.value),
206
+ sx: {
207
+ borderRadius: "8px"
208
+ }
206
209
  }
207
210
  ) }),
208
211
  /* @__PURE__ */ e(c, { sx: { mt: 4 }, onClick: () => w(), fullWidth: !0, children: /* @__PURE__ */ e("strong", { children: "Stake" }) })
@@ -5,16 +5,16 @@ import ye from "./gems/index.js";
5
5
  import { Box as S, Grid as u, Typography as i, Dialog as Be, DialogContent as Ge, CircularProgress as Le } from "@mui/material";
6
6
  import { u as W } from "../../../react-redux-C7I9-1M6.js";
7
7
  import { ID_STAKE as c, STAKE_ID_MIN_DAYS as le, GEM_SYNTHETIC_TOKEN_SYMBOL as Fe, EVER_CHAIN_NETWORK as C, GEMS_TOKEN_SYMBOL as z, ETHEREUM_NETWORK as N, ID_TOKEN_SYMBOL as $, GEMS_STAKE as R, STAKE_GEM_MAX_DAYS as Ke, STAKE_ID_ICON as Pe, STAKE_GEM_ICON as Ye, STAKE_GEM_MAX_APY as Oe, STAKE_ID_MIN_APY as We, STAKE_ID_MID_DAYS as ze, STAKE_ID_MID_APY as $e, STAKE_ID_MAX_DAYS as He, STAKE_ID_MAX_APY as Xe } from "../../../util/constants.js";
8
- import "../../../constants-DX0YBtP2.js";
9
- import { a as je } from "../../../index-BQNs1mvn.js";
10
- import { f as qe } from "../../../wallet-BPXOp8UG.js";
11
- import { s as Ue, a as Ve, b as Je } from "../../../stake-BO2TYVJ7.js";
8
+ import "../../../constants-BRS2liAt.js";
9
+ import { a as je } from "../../../index-CREgBh59.js";
10
+ import { f as qe } from "../../../wallet-BLx0XKpK.js";
11
+ import { s as Ue, a as Ve, b as Je } from "../../../stake-DGXpiw_Y.js";
12
12
  import { fromHuman as Qe, numberFormat as x, toHuman as y } from "../../../util/conversions.js";
13
13
  import "../../../index-DlQqWbXG.js";
14
14
  import ie from "../Shared/appButton.js";
15
15
  import Ze from "../../../hoc/withThemeProvider.js";
16
16
  import { decimalNumbersWithCommaOrDot as et } from "../../../util/regex.js";
17
- import "../../../otpForm-DeeegaX2.js";
17
+ import "../../../otpForm-DhVp5Gvi.js";
18
18
  import { useSnackBarContext as tt } from "../../../context/snackBarContext.js";
19
19
  import at from "../../../hooks/useEverestDispatch.js";
20
20
  import "../../../index-CAoLi5Qq.js";
@@ -29,7 +29,7 @@ import "../../../index-ceeCtFuh.js";
29
29
  import "../../../index.esm-I_Bp2YLf.js";
30
30
  import "../../../context/dialogContext.js";
31
31
  import "@mui/icons-material";
32
- import { s as E } from "../../../styles.module-C1sNeKjL.js";
32
+ import { s as E } from "../../../styles.module-C99UuHOT.js";
33
33
  const st = ({
34
34
  navigate: ce,
35
35
  depositAddress: H,
@@ -2,22 +2,22 @@ import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../react-redux-C7I9-1M6.js";
4
4
  import "@mui/material";
5
- import "../../../PlayArrow-71FP5PzJ.js";
5
+ import "../../../PlayArrow-WUr_Eyo1.js";
6
6
  import "../../../Info-DOoRR7sR.js";
7
7
  import "../../../generic-token-B_ptO5yb.js";
8
8
  import "../../../util/functions.js";
9
9
  import "../Shared/TokenModal/index.js";
10
10
  import "../../../util/conversions.js";
11
- import "../../../constants-DX0YBtP2.js";
12
- import "../../../index-BQNs1mvn.js";
13
- import "../../../cryptoAssets-B8rAI7pp.js";
14
- import "../../../order-BXeCIvqC.js";
11
+ import "../../../constants-BRS2liAt.js";
12
+ import "../../../index-CREgBh59.js";
13
+ import "../../../cryptoAssets-BD0cJpXM.js";
14
+ import "../../../order-DBuLYKfx.js";
15
15
  import "../../../util/constants.js";
16
16
  import "../../../tooltip-BW0UyWw7.js";
17
17
  import "../../../index-DlQqWbXG.js";
18
18
  import "../Shared/appButton.js";
19
19
  import "../../../hoc/withThemeProvider.js";
20
- import "../../../otpForm-DeeegaX2.js";
20
+ import "../../../otpForm-DhVp5Gvi.js";
21
21
  import "../../../context/snackBarContext.js";
22
22
  import "../../../hooks/useEverestDispatch.js";
23
23
  import "../../../index-CAoLi5Qq.js";
@@ -29,7 +29,7 @@ import "../../../web3-u4qDZYpo.js";
29
29
  import "../../../styles.module-DMd29SPQ.js";
30
30
  import "../Shared/Order/selectCustomIcon.js";
31
31
  import "../../../index-ceeCtFuh.js";
32
- import { S as J } from "../../../index-B4XvACQN.js";
32
+ import { S as J } from "../../../index-C2weAjLp.js";
33
33
  import "../../../index.esm-I_Bp2YLf.js";
34
34
  import "../../../context/dialogContext.js";
35
35
  import "@mui/icons-material";
@@ -1,18 +1,18 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../hoc/withThemeProvider.js";
4
- import { F as f, M as F, a as I, i as L } from "../../../index-B4XvACQN.js";
4
+ import { F as f, M as F, a as I, i as L } from "../../../index-C2weAjLp.js";
5
5
  import "../../../react-redux-C7I9-1M6.js";
6
- import "../../../constants-DX0YBtP2.js";
7
- import "../../../wallet-BPXOp8UG.js";
8
- import "../../../order-BXeCIvqC.js";
6
+ import "../../../constants-BRS2liAt.js";
7
+ import "../../../wallet-BLx0XKpK.js";
8
+ import "../../../order-DBuLYKfx.js";
9
9
  import "../../../util/constants.js";
10
10
  import "../../../context/snackBarContext.js";
11
11
  import "../Shared/Container/index.js";
12
12
  import "../../Shared/MinimalKyc/index.js";
13
13
  import "../Shared/Input/index.js";
14
14
  import "../Shared/appButton.js";
15
- import "../../../index-JY6-UKlX.js";
15
+ import "../../../index-BUtxhHso.js";
16
16
  import "../../../hooks/useEverestDispatch.js";
17
17
  export {
18
18
  f as FORM_SCREEN,
@@ -4,11 +4,11 @@ import { u as C } from "../../../react-redux-C7I9-1M6.js";
4
4
  import { Box as n, CircularProgress as d, Grid as s, Typography as p, Stack as E } from "@mui/material";
5
5
  import S from "../Shared/backBtn.js";
6
6
  import b from "../Shared/addBank.js";
7
- import { F as R, C as T } from "../../../index-DkiQ8pRO.js";
8
- import "../../../constants-DX0YBtP2.js";
9
- import { u as A } from "../../../index-BQNs1mvn.js";
10
- import { o as O } from "../../../order-BXeCIvqC.js";
11
- import { u as y } from "../../../bank-HVb0GFsa.js";
7
+ import { F as R, C as T } from "../../../index-DX8IEulu.js";
8
+ import "../../../constants-BRS2liAt.js";
9
+ import { u as A } from "../../../index-CREgBh59.js";
10
+ import { o as O } from "../../../order-DBuLYKfx.js";
11
+ import { u as y } from "../../../bank-CPJa0NOE.js";
12
12
  import _ from "../Shared/connectPlaidBank.js";
13
13
  import { s as c } from "../../../styles.module-DMd29SPQ.js";
14
14
  import { RADIO_BUTTON_SELECTED as I, RADIO_BUTTON as D } from "../../../util/constants.js";
@@ -5,10 +5,10 @@ import "../Shared/backBtn.js";
5
5
  import "../../../util/constants.js";
6
6
  import "../../../styles.module-DMd29SPQ.js";
7
7
  import "../Shared/appButton.js";
8
- import "../../../constants-DX0YBtP2.js";
9
- import "../../../index-BQNs1mvn.js";
10
- import "../../../order-BXeCIvqC.js";
11
- import { B } from "../../../index-DkiQ8pRO.js";
8
+ import "../../../constants-BRS2liAt.js";
9
+ import "../../../index-CREgBh59.js";
10
+ import "../../../order-DBuLYKfx.js";
11
+ import { B } from "../../../index-DX8IEulu.js";
12
12
  import "../../../react-redux-C7I9-1M6.js";
13
13
  import "../../../hooks/useDialog/index.js";
14
14
  export {
@@ -1,13 +1,13 @@
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 "../../../generic-token-B_ptO5yb.js";
6
6
  import "../../../util/constants.js";
7
- import "../../../constants-DX0YBtP2.js";
8
- import "../../../order-BXeCIvqC.js";
7
+ import "../../../constants-BRS2liAt.js";
8
+ import "../../../order-DBuLYKfx.js";
9
9
  import "../../../util/functions.js";
10
- import { W as b } from "../../../index-DkiQ8pRO.js";
10
+ import { W as b } from "../../../index-DX8IEulu.js";
11
11
  import "../../../styles.module-DMd29SPQ.js";
12
12
  import "../Shared/appButton.js";
13
13
  import "../Shared/Order/paymentButton.js";
@@ -1,12 +1,12 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../hoc/withThemeProvider.js";
4
- import { a as f, C as A, F as K, M as O, i as d } from "../../../index-DkiQ8pRO.js";
4
+ import { a as f, C as A, F as K, M as O, i as d } from "../../../index-DX8IEulu.js";
5
5
  import "../../../react-redux-C7I9-1M6.js";
6
- import "../../../constants-DX0YBtP2.js";
7
- import "../../../PlayArrow-71FP5PzJ.js";
8
- import "../../../wallet-BPXOp8UG.js";
9
- import "../../../order-BXeCIvqC.js";
6
+ import "../../../constants-BRS2liAt.js";
7
+ import "../../../PlayArrow-WUr_Eyo1.js";
8
+ import "../../../wallet-BLx0XKpK.js";
9
+ import "../../../order-DBuLYKfx.js";
10
10
  import "../../../util/constants.js";
11
11
  import "../../../context/snackBarContext.js";
12
12
  import "../Shared/Container/index.js";