everest-npm-features 0.0.47 → 0.0.49

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 (112) hide show
  1. package/dist/{PlayArrow-Cm8tJN8W.js → PlayArrow-C3uVNo4F.js} +1 -1
  2. package/dist/assets/styles.css +1 -1
  3. package/dist/assets/styles2.css +1 -1
  4. package/dist/assets/styles3.css +1 -1
  5. package/dist/assets/styles4.css +1 -0
  6. package/dist/{auth-D0r8wtCH.js → auth-ClBgT--j.js} +1 -1
  7. package/dist/{bank-BmV_keEr.js → bank-Dz5km1qK.js} +3 -3
  8. package/dist/components/RocketRamp/MinimalKyc/form.js +14 -13
  9. package/dist/components/RocketRamp/Player/Buy/cardPayment.js +3 -3
  10. package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +3 -3
  11. package/dist/components/RocketRamp/Player/Buy/form.js +4 -4
  12. package/dist/components/RocketRamp/Player/Buy/index.js +12 -11
  13. package/dist/components/RocketRamp/Player/Dashboard/index.js +25 -24
  14. package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +3 -3
  15. package/dist/components/RocketRamp/Player/Sell/form.js +4 -4
  16. package/dist/components/RocketRamp/Player/Sell/index.js +12 -11
  17. package/dist/components/RocketRamp/Player/SignIn/index.js +20 -19
  18. package/dist/components/RocketRamp/Player/SignIn/loginForm.js +2 -2
  19. package/dist/components/RocketRamp/Player/SignIn/otpForm.js +2 -2
  20. package/dist/components/RocketRamp/Player/SignUp/email.js +2 -2
  21. package/dist/components/RocketRamp/Player/SignUp/index.js +39 -38
  22. package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +2 -2
  23. package/dist/components/RocketRamp/ResetPassword/index.js +21 -20
  24. package/dist/components/RocketRamp/Store/SignUp/index.js +48 -47
  25. package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +2 -2
  26. package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +2 -2
  27. package/dist/components/RocketRamp/Transactions/index.js +14 -13
  28. package/dist/components/Shared/FullKyc/edd.js +41 -41
  29. package/dist/components/Shared/FullKyc/index.js +11 -10
  30. package/dist/components/Shared/FullKyc/pep.js +1 -1
  31. package/dist/components/Shared/FullKyc/personalDetails.js +2 -2
  32. package/dist/components/Shared/FullKyc/userInfo.js +4 -4
  33. package/dist/components/Shared/MinimalKyc/index.js +31 -30
  34. package/dist/components/Wallet/Account/createIban.d.ts +2 -0
  35. package/dist/components/Wallet/Account/createIban.js +70 -62
  36. package/dist/components/Wallet/Account/eWallet.d.ts +20 -0
  37. package/dist/components/Wallet/Account/eWallet.js +96 -0
  38. package/dist/components/Wallet/Account/iban.d.ts +2 -0
  39. package/dist/components/Wallet/Account/iban.js +38 -32
  40. package/dist/components/Wallet/Account/ibanItem.d.ts +5 -2
  41. package/dist/components/Wallet/Account/ibanItem.js +233 -76
  42. package/dist/components/Wallet/Account/index.d.ts +2 -0
  43. package/dist/components/Wallet/Account/index.js +164 -143
  44. package/dist/components/Wallet/Account/sendIban.js +3 -3
  45. package/dist/components/Wallet/Buy/confirmTransaction.js +6 -6
  46. package/dist/components/Wallet/Buy/form.js +6 -6
  47. package/dist/components/Wallet/Buy/index.js +14 -13
  48. package/dist/components/Wallet/Deposit/index.js +1 -1
  49. package/dist/components/Wallet/EnterpriseKyc/edd.js +9 -9
  50. package/dist/components/Wallet/EnterpriseKyc/index.js +23 -22
  51. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +24 -24
  52. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +1 -1
  53. package/dist/components/Wallet/EnterpriseKyc/verify.js +1 -1
  54. package/dist/components/Wallet/History/index.js +25 -24
  55. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +49 -48
  56. package/dist/components/Wallet/Portfolio/index.js +34 -33
  57. package/dist/components/Wallet/Profile/documents.js +527 -28
  58. package/dist/components/Wallet/Profile/index.js +179 -149
  59. package/dist/components/Wallet/Profile/storage.d.ts +11 -0
  60. package/dist/components/Wallet/Profile/storage.js +267 -0
  61. package/dist/components/Wallet/Receive/index.js +22 -21
  62. package/dist/components/Wallet/Sell/confirmTransaction.js +5 -5
  63. package/dist/components/Wallet/Sell/form.js +6 -6
  64. package/dist/components/Wallet/Sell/index.js +13 -12
  65. package/dist/components/Wallet/Send/index.js +44 -43
  66. package/dist/components/Wallet/Shared/Auth/otpForm.js +2 -2
  67. package/dist/components/Wallet/Shared/BankSelect/index.js +36 -35
  68. package/dist/components/Wallet/Shared/CardCorp/index.d.ts +1 -1
  69. package/dist/components/Wallet/Shared/CardCorp/index.js +16 -16
  70. package/dist/components/Wallet/Shared/addBank.js +39 -38
  71. package/dist/components/Wallet/Shared/connectPlaidBank.js +19 -18
  72. package/dist/components/Wallet/Shared/manualSend.js +7 -6
  73. package/dist/components/Wallet/Shared/pin.js +1 -1
  74. package/dist/components/Wallet/SignIn/index.js +24 -23
  75. package/dist/components/Wallet/SignUp/index.js +22 -21
  76. package/dist/components/Wallet/Stake/gems/index.js +1 -1
  77. package/dist/components/Wallet/Stake/id/index.js +1 -1
  78. package/dist/components/Wallet/Stake/index.js +31 -30
  79. package/dist/components/Wallet/Swap/form.js +9 -8
  80. package/dist/components/Wallet/Swap/index.js +11 -10
  81. package/dist/components/Wallet/Withdraw/bankSelect.js +28 -27
  82. package/dist/components/Wallet/Withdraw/confirmTransaction.js +5 -5
  83. package/dist/components/Wallet/Withdraw/form.js +5 -5
  84. package/dist/components/Wallet/Withdraw/index.js +12 -11
  85. package/dist/{constants-BJhUp96H.js → constants-t7n9qCW3.js} +559 -553
  86. package/dist/{cryptoAssets-Q_UWeuzR.js → cryptoAssets-shEFU26O.js} +1 -1
  87. package/dist/hooks/useDialog/index.js +1 -1
  88. package/dist/hooks/useEverestDispatch.d.ts +6 -0
  89. package/dist/hooks/useEverestDispatch.js +5 -0
  90. package/dist/{index-Dkjl8hIv.js → index-B6MSTmAM.js} +112 -111
  91. package/dist/{index-MUaN67Ei.js → index-C2EjFXaz.js} +88 -87
  92. package/dist/{index-pCrOsXNC.js → index-Cs7bSfT3.js} +29 -28
  93. package/dist/{index-DegQ9bTI.js → index-DFRU-R-5.js} +39 -38
  94. package/dist/{index-BRnTzw1Z.js → index-Da0r8FX2.js} +11 -10
  95. package/dist/{index-Dq5wTY4S.js → index-RDV0mQbt.js} +36 -35
  96. package/dist/{index-B2wXmFh5.js → index-j0zehpzg.js} +41 -40
  97. package/dist/{kyc-DLaLS7sp.js → kyc-D9xahfH9.js} +1 -1
  98. package/dist/main.js +7 -7
  99. package/dist/{order-fWKVFTau.js → order-jqH948WM.js} +29 -25
  100. package/dist/{react-redux-B4BZippc.js → react-redux-C7I9-1M6.js} +2 -2
  101. package/dist/{stake-CQLutF0z.js → stake-Dcq6QpaA.js} +3 -3
  102. package/dist/{styles.module-O5VVND5e.js → styles.module-C1sNeKjL.js} +1 -1
  103. package/dist/styles.module-CHPRGltL.js +28 -0
  104. package/dist/{styles.module-CHEBh2ID.js → styles.module-DMd29SPQ.js} +1 -1
  105. package/dist/{styles.module-CUA1zLEJ.js → styles.module-verVx4pE.js} +1 -1
  106. package/dist/util/constants.d.ts +5 -0
  107. package/dist/util/constants.js +86 -81
  108. package/dist/util/functions.js +36 -36
  109. package/dist/{wallet-CuQDBP6a.js → wallet-DpkUmmq0.js} +1 -1
  110. package/package.json +3 -2
  111. package/dist/assets/documents.css +0 -1
  112. package/dist/documents-RjwlADn2.js +0 -552
@@ -0,0 +1,267 @@
1
+ import { jsx as e, jsxs as t, Fragment as T } from "react/jsx-runtime";
2
+ import S, { useState as b, useEffect as h } from "react";
3
+ import { C as O } from "../../../Close-CNwiMz_O.js";
4
+ import { c as N } from "../../../createSvgIcon-Cuzqm90l.js";
5
+ import w from "../../Shared/transition.js";
6
+ import { s as C } from "../../../styles.module-CHPRGltL.js";
7
+ import f from "../Shared/appButton.js";
8
+ import W from "../Shared/noData.js";
9
+ import { R as z } from "../../../radioButton-CzlYB0Lh.js";
10
+ import { ax as D, ay as L, az as P, aA as M, aB as j } from "../../../constants-t7n9qCW3.js";
11
+ import { STORAGE_SUCCESS as q, CLOUD_ICON as F } from "../../../util/constants.js";
12
+ import H from "../../../hooks/useEverestDispatch.js";
13
+ import { B as s } from "../../../Box-B0YSYLco.js";
14
+ import { T as i } from "../../../Typography-pAaje37G.js";
15
+ import { F as Q } from "../../../FormControl-RtZDQMdA.js";
16
+ import { R as Y } from "../../../RadioGroup-nvoSN0JN.js";
17
+ import { B as J } from "../../../Backdrop-CioURPVG.js";
18
+ import { C as K } from "../../../CircularProgress-xZA3lvba.js";
19
+ import { G as E } from "../../../Grid-CFe3amXO.js";
20
+ import { D as V, a as X } from "../../../DialogContent-BMwlOnbW.js";
21
+ import { I as v } from "../../../IconButton-DHm-hucF.js";
22
+ const Z = () => ({
23
+ type: D
24
+ }), $ = (c) => ({
25
+ type: P,
26
+ payload: c
27
+ }), ee = () => ({
28
+ type: L
29
+ }), re = N(/* @__PURE__ */ e("path", {
30
+ d: "M11.67 3.87 9.9 2.1 0 12l9.9 9.9 1.77-1.77L3.54 12z"
31
+ }), "ArrowBackIos"), ye = ({
32
+ showAlertMessage: c,
33
+ eureBalance: R,
34
+ storagePlans: l,
35
+ purchaseStatus: d,
36
+ userStorage: y
37
+ }) => {
38
+ const p = H(), A = !1, [a, m] = b(1), [B, _] = b(!1), [n, u] = b(0);
39
+ h(() => {
40
+ p(Z()), p(ee());
41
+ }, []), h(() => {
42
+ d && d === M && m(3);
43
+ }, [d]), h(() => {
44
+ var r;
45
+ u((r = l[0]) == null ? void 0 : r.id);
46
+ }, [l]);
47
+ const G = S.memo(() => {
48
+ const r = (o) => {
49
+ u(Number(o.target.value));
50
+ }, x = () => {
51
+ if (!n)
52
+ return c({ message: "Please select the plan" }), !1;
53
+ const o = l.find((k) => k.id === n);
54
+ if (!o)
55
+ return c({
56
+ message: "Something went wrong with plan selection"
57
+ }), !1;
58
+ if (o && (o == null ? void 0 : o.price) / 100 > R)
59
+ return c({
60
+ message: "you have insufficient funds to redeem this plan"
61
+ }), !1;
62
+ m(2);
63
+ };
64
+ return /* @__PURE__ */ t(s, { children: [
65
+ /* @__PURE__ */ e(i, { variant: "body1", mb: 4, children: /* @__PURE__ */ t("strong", { children: [
66
+ "Balance: ",
67
+ R,
68
+ " EUR.e"
69
+ ] }) }),
70
+ /* @__PURE__ */ e(Q, { component: "fieldset", fullWidth: !0, children: /* @__PURE__ */ e(Y, { value: n, onChange: r, children: l.map((o) => /* @__PURE__ */ e(
71
+ z,
72
+ {
73
+ value: o.id,
74
+ label: o.name,
75
+ selected: n === o.id,
76
+ onChange: r
77
+ },
78
+ o.id
79
+ )) }) }),
80
+ /* @__PURE__ */ e(
81
+ f,
82
+ {
83
+ sx: { mt: 8, mb: 4 },
84
+ onClick: x,
85
+ disabled: !n,
86
+ fullWidth: !0,
87
+ children: /* @__PURE__ */ e("strong", { children: "Next" })
88
+ }
89
+ )
90
+ ] });
91
+ }), I = S.memo(() => {
92
+ const r = l.find((o) => o.id === n), x = () => {
93
+ r && p(
94
+ $({
95
+ planId: r.id,
96
+ amount: r.price
97
+ })
98
+ );
99
+ };
100
+ return /* @__PURE__ */ t(T, { children: [
101
+ /* @__PURE__ */ e(s, { p: 12, children: /* @__PURE__ */ t(i, { variant: "h5", mb: 4, children: [
102
+ "You are paying ",
103
+ /* @__PURE__ */ t("strong", { children: [
104
+ (r == null ? void 0 : r.price) / 100,
105
+ " EUR.e"
106
+ ] }),
107
+ " ",
108
+ "for ",
109
+ /* @__PURE__ */ t("strong", { children: [
110
+ r == null ? void 0 : r.storage_size,
111
+ "GB Storage"
112
+ ] })
113
+ ] }) }),
114
+ /* @__PURE__ */ e(
115
+ f,
116
+ {
117
+ sx: { mt: 4, mb: 4 },
118
+ onClick: x,
119
+ disabled: !n,
120
+ loading: d === j,
121
+ fullWidth: !0,
122
+ children: /* @__PURE__ */ e("strong", { children: "Confirm & Pay" })
123
+ }
124
+ )
125
+ ] });
126
+ }), U = S.memo(() => /* @__PURE__ */ t(s, { className: "text-center", children: [
127
+ /* @__PURE__ */ t(s, { children: [
128
+ /* @__PURE__ */ e("img", { src: q, alt: "tick" }),
129
+ /* @__PURE__ */ e(i, { variant: "h3", mb: 4, children: "Success!" }),
130
+ /* @__PURE__ */ e(i, { variant: "body1", mb: 4, children: "Your storage will be accessible from your profile once payment has been processed" })
131
+ ] }),
132
+ /* @__PURE__ */ e(
133
+ f,
134
+ {
135
+ sx: { mt: 4 },
136
+ onClick: g,
137
+ disabled: !n,
138
+ fullWidth: !0,
139
+ children: /* @__PURE__ */ e("strong", { children: "Done" })
140
+ }
141
+ )
142
+ ] }));
143
+ h(() => {
144
+ }, []);
145
+ const g = () => {
146
+ var r;
147
+ _(!1), u((r = l[0]) == null ? void 0 : r.id), m(1);
148
+ };
149
+ return /* @__PURE__ */ t(T, { children: [
150
+ /* @__PURE__ */ e(
151
+ J,
152
+ {
153
+ sx: {
154
+ color: "#fff",
155
+ zIndex: (r) => r.zIndex.drawer + 1e3
156
+ },
157
+ open: A,
158
+ children: /* @__PURE__ */ e(K, { color: "inherit" })
159
+ }
160
+ ),
161
+ /* @__PURE__ */ e(i, { className: C.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "My Storage" }) }),
162
+ /* @__PURE__ */ e(s, { mt: 2, children: y.total_storage ? /* @__PURE__ */ e(
163
+ s,
164
+ {
165
+ sx: {
166
+ p: "8px 20px",
167
+ mt: "19px",
168
+ position: "relative",
169
+ borderRadius: "8px",
170
+ border: "0.5px solid #d0d0d0",
171
+ background: "#fbfbfb"
172
+ },
173
+ children: /* @__PURE__ */ t(E, { container: !0, width: "100%", children: [
174
+ /* @__PURE__ */ e(
175
+ E,
176
+ {
177
+ size: { xs: 2, md: 1.2 },
178
+ sx: {
179
+ display: "flex",
180
+ alignItems: "center",
181
+ justifyContent: "center"
182
+ },
183
+ children: /* @__PURE__ */ e("img", { src: F, alt: "Icon" })
184
+ }
185
+ ),
186
+ /* @__PURE__ */ t(E, { size: { xs: 10, md: 10.8 }, children: [
187
+ /* @__PURE__ */ t(
188
+ i,
189
+ {
190
+ variant: "body1",
191
+ sx: {
192
+ fontWeight: "bold"
193
+ },
194
+ children: [
195
+ y.total_storage,
196
+ "GB"
197
+ ]
198
+ }
199
+ ),
200
+ /* @__PURE__ */ e(
201
+ i,
202
+ {
203
+ variant: "body1",
204
+ sx: {
205
+ overflow: "hidden",
206
+ textOverflow: "ellipsis",
207
+ color: "#a1a1a1",
208
+ fontWeight: "bold"
209
+ },
210
+ children: "Balance"
211
+ }
212
+ )
213
+ ] })
214
+ ] })
215
+ }
216
+ ) : /* @__PURE__ */ e(W, { text: "Buy Storage with EUR.e" }) }),
217
+ /* @__PURE__ */ e(f, { sx: { mt: 4 }, onClick: () => _(!0), fullWidth: !0, children: /* @__PURE__ */ e("strong", { children: "Add Storage" }) }),
218
+ /* @__PURE__ */ t(
219
+ V,
220
+ {
221
+ maxWidth: a === 3 ? "sm" : "md",
222
+ fullWidth: !0,
223
+ open: B,
224
+ onClose: g,
225
+ TransitionComponent: w,
226
+ children: [
227
+ a !== 3 && /* @__PURE__ */ t(s, { className: C["asset-header"], children: [
228
+ a === 2 && /* @__PURE__ */ e(
229
+ v,
230
+ {
231
+ "aria-label": "close",
232
+ onClick: () => m(a - 1 <= 0 ? 1 : a - 1),
233
+ sx: { ml: "20px" },
234
+ children: /* @__PURE__ */ e(re, {})
235
+ }
236
+ ),
237
+ /* @__PURE__ */ e(i, { variant: "subtitle1", component: "p", sx: { ml: "20px" }, children: /* @__PURE__ */ e("strong", { children: "Please Choose a Storage Plan" }) }),
238
+ /* @__PURE__ */ e(
239
+ v,
240
+ {
241
+ "aria-label": "close",
242
+ onClick: g,
243
+ className: C["asset-close-btn"],
244
+ children: /* @__PURE__ */ e(O, {})
245
+ }
246
+ )
247
+ ] }),
248
+ /* @__PURE__ */ e(
249
+ X,
250
+ {
251
+ sx: { padding: a === 3 ? "80px" : "100px" },
252
+ dividers: !0,
253
+ children: {
254
+ 1: /* @__PURE__ */ e(G, {}),
255
+ 2: /* @__PURE__ */ e(I, {}),
256
+ 3: /* @__PURE__ */ e(U, {})
257
+ }[a]
258
+ }
259
+ )
260
+ ]
261
+ }
262
+ )
263
+ ] });
264
+ };
265
+ export {
266
+ ye as default
267
+ };
@@ -1,27 +1,28 @@
1
1
  import { jsxs as n, Fragment as d, jsx as e } from "react/jsx-runtime";
2
2
  import { useState as y, useEffect as p } from "react";
3
- import { u as S, a as u } from "../../../react-redux-B4BZippc.js";
4
- import { Q as W } from "../../../index-CAoLi5Qq.js";
5
- import "../../../constants-BJhUp96H.js";
6
- import { a as _, c as z } from "../../../index-BQNs1mvn.js";
7
- import { u as A } from "../../../wallet-CuQDBP6a.js";
8
- import { C as B } from "../../../ContentCopy-coPwrEuz.js";
9
- import { useSnackBar as N } from "../../../hooks/useSnackBar.js";
10
- import w from "../../../hoc/withThemeProvider.js";
3
+ import { u } from "../../../react-redux-C7I9-1M6.js";
4
+ import { Q as S } from "../../../index-CAoLi5Qq.js";
5
+ import "../../../constants-t7n9qCW3.js";
6
+ import { a as W, c as _ } from "../../../index-BQNs1mvn.js";
7
+ import { u as z } from "../../../wallet-DpkUmmq0.js";
8
+ import { C as A } from "../../../ContentCopy-coPwrEuz.js";
9
+ import { useSnackBar as B } from "../../../hooks/useSnackBar.js";
10
+ import N from "../../../hoc/withThemeProvider.js";
11
+ import w from "../../../hooks/useEverestDispatch.js";
11
12
  import { B as r } from "../../../Box-B0YSYLco.js";
12
13
  import { C as M } from "../../../CircularProgress-xZA3lvba.js";
13
14
  import { F as k } from "../../../FormControl-RtZDQMdA.js";
14
15
  import { S as D } from "../../../Select-CB5yWmyn.js";
15
- import { M as F } from "../../../MenuItem-DUdYOJr4.js";
16
- import { B as I } from "../../../Button-Df4vgU24.js";
17
- import '../../../assets/index2.css';const P = "_container_zcbz9_1", c = {
18
- container: P,
16
+ import { M as E } from "../../../MenuItem-DUdYOJr4.js";
17
+ import { B as F } from "../../../Button-Df4vgU24.js";
18
+ import '../../../assets/index2.css';const I = "_container_zcbz9_1", c = {
19
+ container: I,
19
20
  "inner-container": "_inner-container_zcbz9_13",
20
21
  "copy-btn": "_copy-btn_zcbz9_29"
21
- }, R = () => {
22
- const f = S(), { showAlertMessage: h, snackBar: v } = N(), i = u(_), l = u(z), C = i.loader, b = l.loader, o = l.data, s = i.everWalletAddress, [a, m] = y(s);
22
+ }, P = () => {
23
+ const f = w(), { showAlertMessage: h, snackBar: v } = B(), i = u(W), l = u(_), C = i.loader, b = l.loader, o = l.data, s = i.everWalletAddress, [a, m] = y(s);
23
24
  p(() => {
24
- o.length <= 0 && f(A());
25
+ o.length <= 0 && f(z());
25
26
  }, []), p(() => {
26
27
  o.length > 0 && s && m(s);
27
28
  }, [s, o]);
@@ -48,7 +49,7 @@ import '../../../assets/index2.css';const P = "_container_zcbz9_1", c = {
48
49
  value: a,
49
50
  displayEmpty: !0,
50
51
  onChange: (t) => m(t.target.value),
51
- children: o.map((t, x) => /* @__PURE__ */ n(F, { value: t.address, children: [
52
+ children: o.map((t, x) => /* @__PURE__ */ n(E, { value: t.address, children: [
52
53
  t.name,
53
54
  " (",
54
55
  t.address,
@@ -56,22 +57,22 @@ import '../../../assets/index2.css';const P = "_container_zcbz9_1", c = {
56
57
  ] }, x))
57
58
  }
58
59
  ) }),
59
- /* @__PURE__ */ e(r, { mt: 4, className: "text-center", children: /* @__PURE__ */ e(W, { value: a, size: 280 }) }),
60
+ /* @__PURE__ */ e(r, { mt: 4, className: "text-center", children: /* @__PURE__ */ e(S, { value: a, size: 280 }) }),
60
61
  /* @__PURE__ */ e(r, { mt: 4, className: "text-center", children: /* @__PURE__ */ n(
61
- I,
62
+ F,
62
63
  {
63
64
  className: c["copy-btn"],
64
65
  variant: "contained",
65
66
  onClick: g,
66
67
  children: [
67
- /* @__PURE__ */ e(B, {}),
68
+ /* @__PURE__ */ e(A, {}),
68
69
  "Copy to Clipboard"
69
70
  ]
70
71
  }
71
72
  ) })
72
73
  ] }) }) })
73
74
  ] });
74
- }, $ = w(R);
75
+ }, ee = N(P);
75
76
  export {
76
- $ as default
77
+ ee as default
77
78
  };
@@ -2,14 +2,14 @@ import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../Shared/backBtn.js";
4
4
  import "../../../util/functions.js";
5
- import "../../../styles.module-CHEBh2ID.js";
5
+ import "../../../styles.module-DMd29SPQ.js";
6
6
  import "../Shared/appButton.js";
7
- import "../../../constants-BJhUp96H.js";
7
+ import "../../../constants-t7n9qCW3.js";
8
8
  import "../../../index-BQNs1mvn.js";
9
- import "../../../order-fWKVFTau.js";
10
- import { a as G } from "../../../index-pCrOsXNC.js";
9
+ import "../../../order-jqH948WM.js";
10
+ import { a as G } from "../../../index-Cs7bSfT3.js";
11
11
  import "../../../util/constants.js";
12
- import "../../../react-redux-B4BZippc.js";
12
+ import "../../../react-redux-C7I9-1M6.js";
13
13
  import "../../../index-DlQqWbXG.js";
14
14
  import "../../../hoc/withThemeProvider.js";
15
15
  import "../Shared/Auth/otpForm.js";
@@ -1,19 +1,19 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../PlayArrow-Cm8tJN8W.js";
3
+ import "../../../PlayArrow-C3uVNo4F.js";
4
4
  import "../../../Info-BVeUSPyk.js";
5
5
  import "../../../generic-token-B_ptO5yb.js";
6
6
  import "../../../util/constants.js";
7
- import "../../../constants-BJhUp96H.js";
7
+ import "../../../constants-t7n9qCW3.js";
8
8
  import "../../../index-BQNs1mvn.js";
9
- import "../../../order-fWKVFTau.js";
9
+ import "../../../order-jqH948WM.js";
10
10
  import "../../../tooltip-3UvETWtS.js";
11
11
  import "../../../util/functions.js";
12
- import { S as E } from "../../../index-pCrOsXNC.js";
13
- import "../../../styles.module-CHEBh2ID.js";
12
+ import { S as E } from "../../../index-Cs7bSfT3.js";
13
+ import "../../../styles.module-DMd29SPQ.js";
14
14
  import "../Shared/TokenModal/index.js";
15
15
  import "../Shared/appButton.js";
16
- import "../../../react-redux-B4BZippc.js";
16
+ import "../../../react-redux-C7I9-1M6.js";
17
17
  import "../../../hooks/useDialog/index.js";
18
18
  import "../../../util/conversions.js";
19
19
  import "../Shared/Order/selectCustomIcon.js";
@@ -1,23 +1,24 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../hoc/withThemeProvider.js";
4
- import { C as I, F as e, b as f, c as L, i as O } from "../../../index-pCrOsXNC.js";
5
- import "../../../react-redux-B4BZippc.js";
6
- import "../../../constants-BJhUp96H.js";
7
- import "../../../PlayArrow-Cm8tJN8W.js";
8
- import "../../../cryptoAssets-Q_UWeuzR.js";
9
- import "../../../wallet-CuQDBP6a.js";
10
- import "../../../order-fWKVFTau.js";
4
+ import { C as e, F as f, b as L, c as O, i as b } from "../../../index-Cs7bSfT3.js";
5
+ import "../../../react-redux-C7I9-1M6.js";
6
+ import "../../../constants-t7n9qCW3.js";
7
+ import "../../../PlayArrow-C3uVNo4F.js";
8
+ import "../../../cryptoAssets-shEFU26O.js";
9
+ import "../../../wallet-DpkUmmq0.js";
10
+ import "../../../order-jqH948WM.js";
11
11
  import "../../../util/constants.js";
12
12
  import "../../../context/snackBarContext.js";
13
13
  import "../Shared/Container/index.js";
14
14
  import "../../Shared/MinimalKyc/index.js";
15
15
  import "../Shared/Input/index.js";
16
16
  import "../Shared/appButton.js";
17
+ import "../../../hooks/useEverestDispatch.js";
17
18
  export {
18
- I as CONFIRM_SCREEN,
19
- e as FORM_SCREEN,
20
- f as MANUAL_SEND_SCREEN,
21
- L as MINIMAL_KYC_SCREEN,
22
- O as default
19
+ e as CONFIRM_SCREEN,
20
+ f as FORM_SCREEN,
21
+ L as MANUAL_SEND_SCREEN,
22
+ O as MINIMAL_KYC_SCREEN,
23
+ b as default
23
24
  };