everest-npm-features 0.0.26 → 0.0.28
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.
- package/dist/{Alert-CbQZ8Nii.js → Alert-CUoIVlUd.js} +8 -7
- package/dist/{ArrowBack-BoYSBb8u.js → ArrowBack-BV158RTp.js} +1 -1
- package/dist/Avatar-CwczQLPi.js +280 -0
- package/dist/{Backdrop-CJBRZv_z.js → Backdrop-yR8IRnFX.js} +1 -1
- package/dist/{Box-B12x52NC.js → Box-BwKpr_VI.js} +1 -1
- package/dist/{Button-C57IMamW.js → Button-tAfK4lud.js} +13 -12
- package/dist/{ButtonBase-DugIO1pR.js → ButtonBase-CaH152Zd.js} +1 -1
- package/dist/{Cancel-D1JNu4Hj.js → Cancel-BoEk0xRy.js} +1 -1
- package/dist/{CardContent-CbObWW6t.js → CardContent-ZS4vlcvi.js} +2 -2
- package/dist/{CircularProgress-t8uGhLMo.js → CircularProgress-Yx712vpT.js} +7 -6
- package/dist/{Close-jnEgOCZv.js → Close-B_8kEwSt.js} +1 -1
- package/dist/{Close-VV7zb3cu.js → Close-CFg1QB5M.js} +1 -1
- package/dist/{Container-B3Af6Sc3.js → Container-CBPBT38n.js} +2 -2
- package/dist/{ContentCopy-Ufwoeeov.js → ContentCopy-D4Eg7Nkm.js} +1 -1
- package/dist/DefaultPropsProvider-4P82EuVL.js +232 -0
- package/dist/{Delete-TCARcVtU.js → Delete-BGp4FPdE.js} +1 -1
- package/dist/{DialogContent-DzidtXui.js → DialogContent-_gvZOy18.js} +13 -12
- package/dist/{DialogTitle-Bg61Hr7M.js → DialogTitle-dq22bYlF.js} +3 -3
- package/dist/{Divider-Dy5hKfey.js → Divider-CIL55YSC.js} +10 -9
- package/dist/{ErrorOutline-CI_ys3Zo.js → ErrorOutline-BykbFh0r.js} +1 -1
- package/dist/{FileDownload-BcYF17B0.js → FileDownload-BSy7tA6m.js} +1 -1
- package/dist/{FilledInput-DrGeWgue.js → FilledInput-QaJVaeIX.js} +12 -14
- package/dist/{FormControl-DeeQCuu5.js → FormControl-H4D1Z6Ov.js} +1 -1
- package/dist/{FormControlLabel-DVnrJkC8.js → FormControlLabel-BvI1nkJ1.js} +7 -6
- package/dist/{Grid-BXyV_lM8.js → Grid-CPkjiKqX.js} +2 -2
- package/dist/{IconButton-eWRhV6Q9.js → IconButton-WneJM4uP.js} +10 -9
- package/dist/{Info-D2UkGxyK.js → Info-0vSsl6Bm.js} +1 -1
- package/dist/{InputAdornment-BKuUMfPj.js → InputAdornment-Bqn4-Kns.js} +6 -5
- package/dist/{Link-Cm4BkRHO.js → Link-DhdK4VfZ.js} +6 -5
- package/dist/{ListItemIcon-GKRFb1Gr.js → ListItemIcon-D657XWHf.js} +15 -14
- package/dist/Menu-BAFJBGa-.js +1238 -0
- package/dist/{MenuItem-CeCt0bfa.js → MenuItem-ByxiQtY2.js} +36 -35
- package/dist/{Modal-csf3Y8d2.js → Modal-DEfOsvWK.js} +16 -15
- package/dist/{Paper-CnStNE24.js → Paper-jx_cZiyU.js} +27 -26
- package/dist/{PlayArrow-DRCGjsrx.js → PlayArrow-BCWGWaUq.js} +1 -1
- package/dist/{Popper-pPBEFLi4.js → Popper-B1He9eVi.js} +1 -1
- package/dist/{RadioGroup-KiyYjXaT.js → RadioGroup-_-H2gvH2.js} +3 -3
- package/dist/Select-CGei0bav.js +1885 -0
- package/dist/{Stack-CcR5RCg8.js → Stack-DH-Nxf9q.js} +2 -2
- package/dist/{SwitchBase-CHO5ZceN.js → SwitchBase-BDUzpdBf.js} +2 -2
- package/dist/{TextField-q_SeLeNd.js → TextField-DmiK1A_S.js} +17 -16
- package/dist/{Typography-DBlMiOti.js → Typography-BQDN44CM.js} +16 -15
- package/dist/assets/documents.css +1 -1
- package/dist/assets/index10.css +1 -1
- package/dist/assets/index3.css +1 -1
- package/dist/assets/index4.css +1 -1
- package/dist/assets/styles2.css +1 -1
- package/dist/assets/styles3.css +1 -1
- package/dist/assets/tokenRow.css +1 -1
- package/dist/assets/withThemeProvider.css +1 -1
- package/dist/{auth-Bf9zHZ-x.js → auth-DoHhqFQx.js} +11 -11
- package/dist/{bank-BC4YNBRb.js → bank-DyVf4Uoo.js} +6 -6
- package/dist/components/RocketRamp/MinimalKyc/form.js +13 -12
- package/dist/components/RocketRamp/MinimalKyc/index.js +1 -1
- package/dist/components/RocketRamp/Player/Buy/cardPayment.js +7 -7
- package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +7 -7
- package/dist/components/RocketRamp/Player/Buy/form.js +16 -16
- package/dist/components/RocketRamp/Player/Buy/index.js +6 -6
- package/dist/components/RocketRamp/Player/Dashboard/balance.js +6 -6
- package/dist/components/RocketRamp/Player/Dashboard/index.js +16 -14
- package/dist/components/RocketRamp/Player/Dashboard/transaction.js +4 -4
- package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +10 -10
- package/dist/components/RocketRamp/Player/Sell/form.js +16 -16
- package/dist/components/RocketRamp/Player/Sell/index.js +14 -13
- package/dist/components/RocketRamp/Player/SignIn/index.js +5 -5
- package/dist/components/RocketRamp/Player/SignIn/loginForm.js +5 -5
- package/dist/components/RocketRamp/Player/SignIn/otpForm.js +9 -9
- package/dist/components/RocketRamp/Player/SignUp/email.js +9 -9
- package/dist/components/RocketRamp/Player/SignUp/index.js +10 -10
- package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +9 -9
- package/dist/components/RocketRamp/Player/SignUp/summary.js +3 -3
- package/dist/components/RocketRamp/Player/SignUp/validateEmail.js +3 -3
- package/dist/components/RocketRamp/ResetPassword/index.js +5 -5
- package/dist/components/RocketRamp/Shared/Button/index.js +2 -2
- package/dist/components/RocketRamp/Shared/Input/index.js +6 -6
- package/dist/components/RocketRamp/Shared/backBtn.js +3 -3
- package/dist/components/RocketRamp/Shared/transactionItem.js +5 -5
- package/dist/components/RocketRamp/Store/Dashboard/balance.js +5 -5
- package/dist/components/RocketRamp/Store/Dashboard/index.js +2 -2
- package/dist/components/RocketRamp/Store/Dashboard/stats.js +5 -5
- package/dist/components/RocketRamp/Store/Dashboard/transaction.js +4 -4
- package/dist/components/RocketRamp/Store/SignUp/index.js +15 -15
- package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +9 -9
- package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +11 -11
- package/dist/components/RocketRamp/Store/SignUp/summary.js +3 -3
- package/dist/components/RocketRamp/Store/SignUp/validateEmail.js +3 -3
- package/dist/components/RocketRamp/Transactions/index.js +4 -4
- package/dist/components/Shared/FullKyc/index.js +4 -4
- package/dist/components/Shared/FullKyc/pep.js +9 -9
- package/dist/components/Shared/FullKyc/personalDetails.js +10 -9
- package/dist/components/Shared/FullKyc/types.d.ts +1 -1
- package/dist/components/Shared/FullKyc/userInfo.js +15 -14
- package/dist/components/Shared/HistoryItem/index.js +64 -65
- package/dist/components/Shared/Incode/index.js +5 -5
- package/dist/components/Shared/MinimalKyc/index.js +8 -8
- package/dist/components/Shared/loader.js +2 -2
- package/dist/components/Shared/tooltip.js +2 -2
- package/dist/components/Wallet/Account/createIban.js +76 -85
- package/dist/components/Wallet/Account/iban.d.ts +5 -1
- package/dist/components/Wallet/Account/iban.js +223 -25
- package/dist/components/Wallet/Account/index.js +144 -149
- package/dist/components/Wallet/Account/sendIban.js +25 -27
- package/dist/components/Wallet/Buy/confirmTransaction.js +8 -8
- package/dist/components/Wallet/Buy/form.js +21 -20
- package/dist/components/Wallet/Buy/index.js +6 -6
- package/dist/components/Wallet/Deposit/index.js +25 -24
- package/dist/components/Wallet/EnterpriseKyc/edd.js +23 -22
- package/dist/components/Wallet/EnterpriseKyc/index.js +83 -80
- package/dist/components/Wallet/EnterpriseKyc/individualKyc.js +5 -5
- package/dist/components/Wallet/EnterpriseKyc/kybIntro.js +3 -3
- package/dist/components/Wallet/EnterpriseKyc/kybTerms.js +2 -2
- package/dist/components/Wallet/EnterpriseKyc/kycType.js +5 -5
- package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +26 -25
- package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +30 -28
- package/dist/components/Wallet/EnterpriseKyc/success.js +2 -2
- package/dist/components/Wallet/EnterpriseKyc/verify.js +8 -7
- package/dist/components/Wallet/History/index.js +111 -112
- package/dist/components/Wallet/Home/index.d.ts +5 -0
- package/dist/components/Wallet/Home/index.js +20 -0
- package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +18 -17
- package/dist/components/Wallet/Portfolio/dropdown.d.ts +14 -0
- package/dist/components/Wallet/Portfolio/dropdown.js +76 -0
- package/dist/components/Wallet/Portfolio/index.js +310 -301
- package/dist/components/Wallet/Portfolio/tokenRow.js +5 -7
- package/dist/components/Wallet/Profile/documents.js +18 -18
- package/dist/components/Wallet/Profile/index.js +152 -419
- package/dist/components/Wallet/Receive/index.js +10 -10
- package/dist/components/Wallet/Sell/confirmTransaction.js +8 -8
- package/dist/components/Wallet/Sell/form.js +19 -19
- package/dist/components/Wallet/Sell/index.js +6 -6
- package/dist/components/Wallet/Send/index.js +20 -19
- package/dist/components/Wallet/Shared/Auth/emailForm.js +14 -13
- package/dist/components/Wallet/Shared/Auth/otpForm.d.ts +1 -1
- package/dist/components/Wallet/Shared/Auth/otpForm.js +98 -88
- package/dist/components/Wallet/Shared/CardPayment/index.js +4 -4
- package/dist/components/Wallet/Shared/ConnectWallet/index.js +10 -12
- package/dist/components/Wallet/Shared/Container/index.d.ts +8 -4
- package/dist/components/Wallet/Shared/Container/index.js +63 -26
- package/dist/components/Wallet/Shared/Input/index.js +1 -1
- package/dist/components/Wallet/Shared/Keyboard/keyboard.js +3 -3
- package/dist/components/Wallet/Shared/Order/paymentButton.d.ts +2 -0
- package/dist/components/Wallet/Shared/Order/paymentButton.js +47 -0
- package/dist/components/Wallet/Shared/Order/types.d.ts +2 -0
- package/dist/components/Wallet/Shared/TokenModal/index.js +11 -11
- package/dist/components/Wallet/Shared/TokenModal/tokenGrid.js +13 -11
- package/dist/components/Wallet/Shared/addBank.js +44 -48
- package/dist/components/Wallet/Shared/appButton.d.ts +1 -1
- package/dist/components/Wallet/Shared/appButton.js +77 -57
- package/dist/components/Wallet/Shared/backBtn.js +2 -2
- package/dist/components/Wallet/Shared/button.js +1 -1
- package/dist/components/Wallet/Shared/connectPlaidBank.d.ts +5 -1
- package/dist/components/Wallet/Shared/connectPlaidBank.js +39 -38
- package/dist/components/Wallet/Shared/inputField.js +1 -1
- package/dist/components/Wallet/Shared/noData.js +7 -7
- package/dist/components/Wallet/Shared/pin.js +4 -4
- package/dist/components/Wallet/Shared/radioButton.js +3 -3
- package/dist/components/Wallet/Shared/step.js +2 -2
- package/dist/components/Wallet/SignIn/index.js +7 -7
- package/dist/components/Wallet/SignUp/index.js +185 -58
- package/dist/components/Wallet/SignUp/terms.d.ts +1 -6
- package/dist/components/Wallet/SignUp/terms.js +517 -564
- package/dist/components/Wallet/Stake/gems/index.js +11 -11
- package/dist/components/Wallet/Stake/id/index.js +12 -12
- package/dist/components/Wallet/Stake/index.js +30 -29
- package/dist/components/Wallet/Swap/index.js +112 -116
- package/dist/components/Wallet/SwapAndUniSwap/index.js +3 -3
- package/dist/components/Wallet/Withdraw/bankSelect.js +12 -12
- package/dist/components/Wallet/Withdraw/confirmTransaction.js +9 -9
- package/dist/components/Wallet/Withdraw/form.js +19 -18
- package/dist/components/Wallet/Withdraw/index.js +5 -5
- package/dist/{constants-CsMPRK0U.js → constants-BF50a6s-.js} +30 -30
- package/dist/context/dialogContext.d.ts +6 -0
- package/dist/context/dialogContext.js +13 -0
- package/dist/{createSvgIcon-CH41ZVFw.js → createSvgIcon-BgBEJXMh.js} +15 -14
- package/dist/cryptoAssets-Dck03SPI.js +16 -0
- package/dist/{dividerClasses-DnbM--4s.js → dividerClasses-BVK5cNr7.js} +1 -1
- package/dist/documents-Sh6RH769.js +549 -0
- package/dist/{fiatAssets-DVHfFafS.js → fiatAssets-CTIJw9N4.js} +1 -1
- package/dist/hooks/useDialog/index.js +35 -38
- package/dist/hooks/useRrDialog/index.js +4 -4
- package/dist/hooks/useSnackBar.js +12 -11
- package/dist/index-BRwse7X5.js +631 -0
- package/dist/{index-DxX5Mo0o.js → index-CWzs4-wZ.js} +18 -18
- package/dist/{index-DZ__IpVI.js → index-CbogTdwW.js} +25 -24
- package/dist/{index-C9uGghB8.js → index-CmJNKC9m.js} +26 -26
- package/dist/{index-VE9lYjq3.js → index-Db73x3ti.js} +178 -177
- package/dist/{index-eEYiDlpX.js → index-GxLtFwhs.js} +228 -230
- package/dist/{index-f15o1nhn.js → index-v4KC1K_V.js} +2 -2
- package/dist/isHostComponent-kiaBvYVo.js +6 -0
- package/dist/{kyc-BweeW6k9.js → kyc-kWxxF1vI.js} +1 -1
- package/dist/main.d.ts +7 -0
- package/dist/main.js +66 -59
- package/dist/memoTheme-BUUB1UEO.js +15 -0
- package/dist/{order-DmTHC7ZG.js → order-D-FBHreS.js} +1 -1
- package/dist/{pep-C5Ge-kU4.js → pep-C_LViPSb.js} +219 -218
- package/dist/{radioButton-Bgy7Kxxo.js → radioButton-CBcYX40o.js} +8 -7
- package/dist/{stake-B150utJI.js → stake-mS8fdG8g.js} +1 -1
- package/dist/styles.module-B-t8vvWh.js +31 -0
- package/dist/styles.module-verVx4pE.js +8 -0
- package/dist/tokenRow-DBnoUm0z.js +186 -0
- package/dist/{tooltip-DGtrVEzU.js → tooltip-Dv3Lfsa2.js} +5 -4
- package/dist/{useThemeProps-lRuJRcRX.js → useThemeProps-DLhzJP-y.js} +1 -1
- package/dist/util/constants.d.ts +9 -0
- package/dist/util/constants.js +93 -84
- package/dist/{wallet-DDW5KCHp.js → wallet-BTc5u8j2.js} +1 -1
- package/package.json +1 -1
- package/dist/ArrowDropDown-BC_iEASy.js +0 -8
- package/dist/ArrowRight-rYkfGJuF.js +0 -8
- package/dist/CheckCircle-CyxKX1TY.js +0 -8
- package/dist/DefaultPropsProvider-B2njZVNv.js +0 -242
- package/dist/Select-Chubcks_.js +0 -3108
- package/dist/assets/iban.css +0 -1
- package/dist/assets/index11.css +0 -1
- package/dist/cryptoAssets-CzNDY1j6.js +0 -16
- package/dist/documents-CEeV8SyW.js +0 -569
- package/dist/iban-DRT7i0vb.js +0 -275
- package/dist/index-BB3__zW3.js +0 -644
- package/dist/styles.module-BFHktEw2.js +0 -30
- package/dist/styles.module-DJk7Pf0F.js +0 -10
- package/dist/tokenRow-X6vlp1LH.js +0 -198
|
@@ -8,15 +8,15 @@ import q from "./storeInfo.js";
|
|
|
8
8
|
import C from "./personalInfo.js";
|
|
9
9
|
import D from "./summary.js";
|
|
10
10
|
import L from "./validateEmail.js";
|
|
11
|
-
import "../../../../constants-
|
|
12
|
-
import { a as A, u as U,
|
|
11
|
+
import "../../../../constants-BF50a6s-.js";
|
|
12
|
+
import { a as A, u as U, c as V, d as j, l as z } from "../../../../auth-DoHhqFQx.js";
|
|
13
13
|
import { USERNAME_SUFFIX as S } from "../../../../util/constants.js";
|
|
14
|
-
import { C as M } from "../../../../Container-
|
|
15
|
-
import { T as f } from "../../../../Typography-
|
|
16
|
-
import { B as R } from "../../../../Box-
|
|
17
|
-
import { S as y } from "../../../../Stack-
|
|
14
|
+
import { C as M } from "../../../../Container-CBPBT38n.js";
|
|
15
|
+
import { T as f } from "../../../../Typography-BQDN44CM.js";
|
|
16
|
+
import { B as R } from "../../../../Box-BwKpr_VI.js";
|
|
17
|
+
import { S as y } from "../../../../Stack-DH-Nxf9q.js";
|
|
18
18
|
const O = ({ onRegister: v, navigate: E, navigatePath: h }) => {
|
|
19
|
-
const r = b(), t = T((a) => a.session), n = t.loader, g = t.validationError, F = t.validationField, u = t.screen, N = t.otpLoader, m = t.uuid, l = t.token,
|
|
19
|
+
const r = b(), t = T((a) => a.session), n = t.loader, g = t.validationError, F = t.validationField, u = t.screen, N = t.otpLoader, m = t.uuid, l = t.token, c = t.error, B = 4, { showAlertMessage: i, snackBar: k } = w(), [e, x] = I({
|
|
20
20
|
email: "",
|
|
21
21
|
firstName: "",
|
|
22
22
|
lastName: "",
|
|
@@ -28,9 +28,9 @@ const O = ({ onRegister: v, navigate: E, navigatePath: h }) => {
|
|
|
28
28
|
}, []), d(() => {
|
|
29
29
|
m && l && (v(m, l), E(h || "/dashboard"));
|
|
30
30
|
}, [m, l]), d(() => {
|
|
31
|
-
|
|
32
|
-
}, [
|
|
33
|
-
const
|
|
31
|
+
c && i({ message: c });
|
|
32
|
+
}, [c]);
|
|
33
|
+
const p = (a) => {
|
|
34
34
|
r(U(a));
|
|
35
35
|
};
|
|
36
36
|
return /* @__PURE__ */ s(
|
|
@@ -84,7 +84,7 @@ const O = ({ onRegister: v, navigate: E, navigatePath: h }) => {
|
|
|
84
84
|
registerInfo: e,
|
|
85
85
|
dispatch: r,
|
|
86
86
|
setRegisterInfo: x,
|
|
87
|
-
setCurrentStep:
|
|
87
|
+
setCurrentStep: p,
|
|
88
88
|
validationError: g,
|
|
89
89
|
validationField: F
|
|
90
90
|
}
|
|
@@ -98,7 +98,7 @@ const O = ({ onRegister: v, navigate: E, navigatePath: h }) => {
|
|
|
98
98
|
setRegisterInfo: x,
|
|
99
99
|
dispatch: r,
|
|
100
100
|
validationError: g,
|
|
101
|
-
setCurrentStep:
|
|
101
|
+
setCurrentStep: p
|
|
102
102
|
}
|
|
103
103
|
),
|
|
104
104
|
3: /* @__PURE__ */ o(
|
|
@@ -107,7 +107,7 @@ const O = ({ onRegister: v, navigate: E, navigatePath: h }) => {
|
|
|
107
107
|
showAlertMessage: i,
|
|
108
108
|
loader: n,
|
|
109
109
|
registerInfo: e,
|
|
110
|
-
setCurrentStep:
|
|
110
|
+
setCurrentStep: p,
|
|
111
111
|
initRegister: () => {
|
|
112
112
|
r(
|
|
113
113
|
V({
|
|
@@ -153,7 +153,7 @@ const O = ({ onRegister: v, navigate: E, navigatePath: h }) => {
|
|
|
153
153
|
]
|
|
154
154
|
}
|
|
155
155
|
);
|
|
156
|
-
},
|
|
156
|
+
}, ce = W(O);
|
|
157
157
|
export {
|
|
158
|
-
|
|
158
|
+
ce as default
|
|
159
159
|
};
|
|
@@ -2,18 +2,18 @@ import { jsxs as i, Fragment as g, jsx as r } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as b } from "react";
|
|
3
3
|
import T from "../../Shared/Button/index.js";
|
|
4
4
|
import s from "../../Shared/Input/index.js";
|
|
5
|
-
import "../../../../constants-
|
|
6
|
-
import {
|
|
5
|
+
import "../../../../constants-BF50a6s-.js";
|
|
6
|
+
import { g as y } from "../../../../auth-DoHhqFQx.js";
|
|
7
7
|
import { generateRandomString as B, isValidEmail as F } from "../../../../util/functions.js";
|
|
8
8
|
import { userNameRegex as L } from "../../../../util/regex.js";
|
|
9
9
|
import { USERNAME_SUFFIX as W } from "../../../../util/constants.js";
|
|
10
|
-
import { T as v } from "../../../../Typography-
|
|
11
|
-
import { B as E } from "../../../../Box-
|
|
12
|
-
import { S as j } from "../../../../Stack-
|
|
13
|
-
import { I as U } from "../../../../InputAdornment-
|
|
14
|
-
import { F as _ } from "../../../../FormControl-
|
|
15
|
-
import { F as q, C as D } from "../../../../FormControlLabel-
|
|
16
|
-
import { L as V } from "../../../../Link-
|
|
10
|
+
import { T as v } from "../../../../Typography-BQDN44CM.js";
|
|
11
|
+
import { B as E } from "../../../../Box-BwKpr_VI.js";
|
|
12
|
+
import { S as j } from "../../../../Stack-DH-Nxf9q.js";
|
|
13
|
+
import { I as U } from "../../../../InputAdornment-Bqn4-Kns.js";
|
|
14
|
+
import { F as _ } from "../../../../FormControl-H4D1Z6Ov.js";
|
|
15
|
+
import { F as q, C as D } from "../../../../FormControlLabel-BvI1nkJ1.js";
|
|
16
|
+
import { L as V } from "../../../../Link-DhdK4VfZ.js";
|
|
17
17
|
const ae = ({
|
|
18
18
|
showAlertMessage: o,
|
|
19
19
|
loader: h,
|
|
@@ -2,22 +2,22 @@ import { jsxs as d, Fragment as C, jsx as e } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as c } from "react";
|
|
3
3
|
import p from "../../Shared/Button/index.js";
|
|
4
4
|
import u, { UserNameInputField as k } from "../../Shared/Input/index.js";
|
|
5
|
-
import "../../../../constants-
|
|
6
|
-
import {
|
|
5
|
+
import "../../../../constants-BF50a6s-.js";
|
|
6
|
+
import { g as w } from "../../../../auth-DoHhqFQx.js";
|
|
7
7
|
import { USERNAME_SUFFIX as f, USERNAME_TOOLTIP as T } from "../../../../util/constants.js";
|
|
8
8
|
import { storeNameOnChangeRegex as P, storeNameRegex as U } from "../../../../util/regex.js";
|
|
9
|
-
import { T as h } from "../../../../Typography-
|
|
10
|
-
import { A } from "../../../../Alert-
|
|
11
|
-
import { B as L } from "../../../../Box-
|
|
12
|
-
import { S as x } from "../../../../Stack-
|
|
13
|
-
import { I as N } from "../../../../InputAdornment-
|
|
9
|
+
import { T as h } from "../../../../Typography-BQDN44CM.js";
|
|
10
|
+
import { A } from "../../../../Alert-CUoIVlUd.js";
|
|
11
|
+
import { B as L } from "../../../../Box-BwKpr_VI.js";
|
|
12
|
+
import { S as x } from "../../../../Stack-DH-Nxf9q.js";
|
|
13
|
+
import { I as N } from "../../../../InputAdornment-Bqn4-Kns.js";
|
|
14
14
|
const Y = ({
|
|
15
15
|
showAlertMessage: a,
|
|
16
16
|
loader: m,
|
|
17
17
|
validationError: n,
|
|
18
18
|
registerInfo: t,
|
|
19
|
-
setRegisterInfo:
|
|
20
|
-
dispatch:
|
|
19
|
+
setRegisterInfo: g,
|
|
20
|
+
dispatch: S,
|
|
21
21
|
setCurrentStep: i
|
|
22
22
|
}) => {
|
|
23
23
|
const [o, b] = c(""), [s, l] = c(""), v = (r) => {
|
|
@@ -31,7 +31,7 @@ const Y = ({
|
|
|
31
31
|
}), !1;
|
|
32
32
|
i(3);
|
|
33
33
|
}, R = () => {
|
|
34
|
-
l(""), t.storeName && U.test(t.storeName) ?
|
|
34
|
+
l(""), t.storeName && U.test(t.storeName) ? S(
|
|
35
35
|
w({
|
|
36
36
|
storename: t.storeName + f
|
|
37
37
|
})
|
|
@@ -54,7 +54,7 @@ const Y = ({
|
|
|
54
54
|
label: "Store Name",
|
|
55
55
|
onBlur: R,
|
|
56
56
|
onChange: (r) => {
|
|
57
|
-
P.test(r.target.value) &&
|
|
57
|
+
P.test(r.target.value) && g((y) => ({
|
|
58
58
|
...y,
|
|
59
59
|
storeName: r.target.value
|
|
60
60
|
}));
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as i, Fragment as d, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import t from "../../Shared/Button/index.js";
|
|
3
3
|
import { USERNAME_SUFFIX as s } from "../../../../util/constants.js";
|
|
4
|
-
import { T as m } from "../../../../Typography-
|
|
5
|
-
import { S as o } from "../../../../Stack-
|
|
6
|
-
import { B as u } from "../../../../Box-
|
|
4
|
+
import { T as m } from "../../../../Typography-BQDN44CM.js";
|
|
5
|
+
import { S as o } from "../../../../Stack-DH-Nxf9q.js";
|
|
6
|
+
import { B as u } from "../../../../Box-BwKpr_VI.js";
|
|
7
7
|
const l = ({ label: r, value: a }) => /* @__PURE__ */ i(u, { children: [
|
|
8
8
|
/* @__PURE__ */ e(
|
|
9
9
|
"label",
|
|
@@ -3,9 +3,9 @@ import h from "../../Shared/Button/index.js";
|
|
|
3
3
|
import P from "../../Shared/Input/index.js";
|
|
4
4
|
import { useState as l, useEffect as u } from "react";
|
|
5
5
|
import { RESEND_EMAIL_TIMER as f } from "../../../../util/constants.js";
|
|
6
|
-
import { T as a } from "../../../../Typography-
|
|
7
|
-
import { B as C } from "../../../../Box-
|
|
8
|
-
import { S as d } from "../../../../Stack-
|
|
6
|
+
import { T as a } from "../../../../Typography-BQDN44CM.js";
|
|
7
|
+
import { B as C } from "../../../../Box-BwKpr_VI.js";
|
|
8
|
+
import { S as d } from "../../../../Stack-DH-Nxf9q.js";
|
|
9
9
|
const _ = ({
|
|
10
10
|
showAlertMessage: o,
|
|
11
11
|
loader: p,
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsxs as x, Fragment as i, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import "../../../constants-
|
|
3
|
-
import { e as T } from "../../../order-
|
|
2
|
+
import "../../../constants-BF50a6s-.js";
|
|
3
|
+
import { e as T } from "../../../order-D-FBHreS.js";
|
|
4
4
|
import k from "../Shared/Button/index.js";
|
|
5
5
|
import L from "../../Shared/HistoryItem/index.js";
|
|
6
6
|
import { a as v, u as P } from "../../../react-redux-C7I9-1M6.js";
|
|
7
7
|
import { useState as n, useEffect as c } from "react";
|
|
8
8
|
import R from "../../../hoc/withThemeProvider.js";
|
|
9
9
|
import S from "../Shared/backBtn.js";
|
|
10
|
-
import { T as m } from "../../../Typography-
|
|
11
|
-
import { S as d } from "../../../Stack-
|
|
10
|
+
import { T as m } from "../../../Typography-BQDN44CM.js";
|
|
11
|
+
import { S as d } from "../../../Stack-DH-Nxf9q.js";
|
|
12
12
|
const j = ({ navigate: l }) => {
|
|
13
13
|
const p = v(), o = P((r) => r.order), s = o.list, h = o.loader, f = o.totalPages, [e, g] = n(1), [a, u] = n([]);
|
|
14
14
|
return c(() => {
|
|
@@ -3,10 +3,10 @@ import "react";
|
|
|
3
3
|
import "../../Wallet/Shared/Container/index.js";
|
|
4
4
|
import "../Incode/index.js";
|
|
5
5
|
import "../../../hoc/withThemeProvider.js";
|
|
6
|
-
import { I as _, c as s, b as C, a as I, F as O } from "../../../index-
|
|
7
|
-
import "../../../pep-
|
|
8
|
-
import "../../../constants-
|
|
9
|
-
import "../../../kyc-
|
|
6
|
+
import { I as _, c as s, b as C, a as I, F as O } from "../../../index-Db73x3ti.js";
|
|
7
|
+
import "../../../pep-C_LViPSb.js";
|
|
8
|
+
import "../../../constants-BF50a6s-.js";
|
|
9
|
+
import "../../../kyc-kWxxF1vI.js";
|
|
10
10
|
import "../../../react-redux-C7I9-1M6.js";
|
|
11
11
|
export {
|
|
12
12
|
_ as INCODE_SCREEN,
|
|
@@ -3,15 +3,15 @@ import "react";
|
|
|
3
3
|
import "../../Wallet/Shared/step.js";
|
|
4
4
|
import "../../../countries-BVn1FubK.js";
|
|
5
5
|
import "../../Wallet/Shared/appButton.js";
|
|
6
|
-
import "../../../Box-
|
|
7
|
-
import "../../../Typography-
|
|
8
|
-
import "../../../Grid-
|
|
9
|
-
import "../../../FormControl-
|
|
10
|
-
import "../../../Select-
|
|
11
|
-
import "../../../MenuItem-
|
|
12
|
-
import { P as b } from "../../../pep-
|
|
13
|
-
import "../../../TextField-
|
|
14
|
-
import "../../../CircularProgress-
|
|
6
|
+
import "../../../Box-BwKpr_VI.js";
|
|
7
|
+
import "../../../Typography-BQDN44CM.js";
|
|
8
|
+
import "../../../Grid-CPkjiKqX.js";
|
|
9
|
+
import "../../../FormControl-H4D1Z6Ov.js";
|
|
10
|
+
import "../../../Select-CGei0bav.js";
|
|
11
|
+
import "../../../MenuItem-ByxiQtY2.js";
|
|
12
|
+
import { P as b } from "../../../pep-C_LViPSb.js";
|
|
13
|
+
import "../../../TextField-DmiK1A_S.js";
|
|
14
|
+
import "../../../CircularProgress-Yx712vpT.js";
|
|
15
15
|
export {
|
|
16
16
|
b as default
|
|
17
17
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
+
import "../../Wallet/Shared/appButton.js";
|
|
3
4
|
import "../../../hoc/withThemeProvider.js";
|
|
4
5
|
import "../../Wallet/Shared/Input/index.js";
|
|
5
|
-
import "../../Wallet/Shared/appButton.js";
|
|
6
6
|
import "../../Wallet/Shared/Auth/otpForm.js";
|
|
7
|
-
import "../../../constants-
|
|
7
|
+
import "../../../constants-BF50a6s-.js";
|
|
8
8
|
import "../../../context/snackBarContext.js";
|
|
9
9
|
import "../../../util/conversions.js";
|
|
10
10
|
import "../../../index-CAoLi5Qq.js";
|
|
@@ -13,17 +13,18 @@ import "../../../react-webcam-B3cXh1XT.js";
|
|
|
13
13
|
import "../transition.js";
|
|
14
14
|
import "../../Wallet/Shared/pin.js";
|
|
15
15
|
import "../../../moment-h96o7c8I.js";
|
|
16
|
-
import "../../../tooltip-
|
|
16
|
+
import "../../../tooltip-Dv3Lfsa2.js";
|
|
17
17
|
import "../../../index.esm-BsMAMhYW.js";
|
|
18
18
|
import "../../../countries-BVn1FubK.js";
|
|
19
19
|
import "../../../web3-u4qDZYpo.js";
|
|
20
20
|
import "../../../index-B8QKlEgj.js";
|
|
21
21
|
import "../../../index-ceeCtFuh.js";
|
|
22
|
-
import { P as
|
|
23
|
-
import "../../../
|
|
24
|
-
import "../../../
|
|
25
|
-
import "../../../
|
|
26
|
-
import "../../../
|
|
22
|
+
import { P as B } from "../../../index-Db73x3ti.js";
|
|
23
|
+
import "../../../context/dialogContext.js";
|
|
24
|
+
import "../../../Box-BwKpr_VI.js";
|
|
25
|
+
import "../../../Typography-BQDN44CM.js";
|
|
26
|
+
import "../../../pep-C_LViPSb.js";
|
|
27
|
+
import "../../../TextField-DmiK1A_S.js";
|
|
27
28
|
export {
|
|
28
|
-
|
|
29
|
+
B as default
|
|
29
30
|
};
|
|
@@ -35,7 +35,7 @@ export interface PoliticallyExposedProps {
|
|
|
35
35
|
setScreen: React.Dispatch<React.SetStateAction<ScreenType>>;
|
|
36
36
|
userInfo: UserInfoType;
|
|
37
37
|
setUserInfo: React.Dispatch<React.SetStateAction<UserInfoType>>;
|
|
38
|
-
processKyc: () => void;
|
|
38
|
+
processKyc: (isPoliticalExpose: boolean, politicalExpose: string, frequency: string, reason: string, source: string, country: string) => void;
|
|
39
39
|
processLoader: boolean;
|
|
40
40
|
}
|
|
41
41
|
export interface Country {
|
|
@@ -2,34 +2,35 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../Wallet/Shared/Input/index.js";
|
|
4
4
|
import "../../Wallet/Shared/appButton.js";
|
|
5
|
-
import "../../../react-redux-C7I9-1M6.js";
|
|
6
5
|
import "../../../hoc/withThemeProvider.js";
|
|
6
|
+
import "../../../react-redux-C7I9-1M6.js";
|
|
7
7
|
import "../../Wallet/Shared/Auth/otpForm.js";
|
|
8
|
-
import "../../../constants-
|
|
9
|
-
import "../../../kyc-
|
|
8
|
+
import "../../../constants-BF50a6s-.js";
|
|
9
|
+
import "../../../kyc-kWxxF1vI.js";
|
|
10
10
|
import "../../../context/snackBarContext.js";
|
|
11
11
|
import "../../../util/conversions.js";
|
|
12
|
-
import "../../../hooks/useDialog/index.js";
|
|
13
12
|
import "../../../index-CAoLi5Qq.js";
|
|
14
13
|
import "../../Wallet/Shared/step.js";
|
|
15
14
|
import "../../../react-webcam-B3cXh1XT.js";
|
|
16
15
|
import "../transition.js";
|
|
16
|
+
import "../../../hooks/useDialog/index.js";
|
|
17
17
|
import "../../Wallet/Shared/pin.js";
|
|
18
18
|
import "../../../moment-h96o7c8I.js";
|
|
19
|
-
import "../../../tooltip-
|
|
19
|
+
import "../../../tooltip-Dv3Lfsa2.js";
|
|
20
20
|
import "../../../index.esm-BsMAMhYW.js";
|
|
21
21
|
import "../../../countries-BVn1FubK.js";
|
|
22
22
|
import "../../../web3-u4qDZYpo.js";
|
|
23
23
|
import "../../../index-B8QKlEgj.js";
|
|
24
24
|
import "../../../index-ceeCtFuh.js";
|
|
25
|
-
import { U as
|
|
26
|
-
import "../../../
|
|
27
|
-
import "../../../
|
|
28
|
-
import "../../../
|
|
29
|
-
import "../../../
|
|
30
|
-
import "../../../
|
|
31
|
-
import "../../../
|
|
32
|
-
import "../../../
|
|
25
|
+
import { U as H } from "../../../index-Db73x3ti.js";
|
|
26
|
+
import "../../../context/dialogContext.js";
|
|
27
|
+
import "../../../Box-BwKpr_VI.js";
|
|
28
|
+
import "../../../Typography-BQDN44CM.js";
|
|
29
|
+
import "../../../FormControl-H4D1Z6Ov.js";
|
|
30
|
+
import "../../../TextField-DmiK1A_S.js";
|
|
31
|
+
import "../../../Select-CGei0bav.js";
|
|
32
|
+
import "../../../MenuItem-ByxiQtY2.js";
|
|
33
|
+
import "../../../Grid-CPkjiKqX.js";
|
|
33
34
|
export {
|
|
34
|
-
|
|
35
|
+
H as default
|
|
35
36
|
};
|
|
@@ -1,84 +1,83 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as s, Fragment as g, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { useState as W } from "react";
|
|
3
3
|
import { h as E } from "../../../moment-h96o7c8I.js";
|
|
4
|
-
import { TOKEN_TO_FIAT as
|
|
5
|
-
import { getTransactionStatusLabel as
|
|
6
|
-
import { A as M } from "../../../ArrowRight-rYkfGJuF.js";
|
|
4
|
+
import { TOKEN_TO_FIAT as f, TOKEN_TO_TOKEN as O, FIAT_WITHDRAW as w, IBAN_CREATION as v, BANK_DEPOSIT as k, BANK_TRANSFER as S, RIGHT_ARROW as P, FIAT_TO_TOKEN as H, FIAT_TO_EVER_ID as K, HISTORY_BUY_ICON as D, HISTORY_SELL_ICON as T, HISTORY_SWAP_ICON as L } from "../../../util/constants.js";
|
|
5
|
+
import { getTransactionStatusLabel as M, getCurrencySymbol as h } from "../../../util/functions.js";
|
|
7
6
|
import j from "../transition.js";
|
|
8
|
-
import { C as Y } from "../../../Close-
|
|
9
|
-
import { B as G } from "../../../Box-
|
|
10
|
-
import { G as
|
|
11
|
-
import { D as U, a as V } from "../../../DialogContent-
|
|
12
|
-
import { I as q } from "../../../IconButton-
|
|
13
|
-
import { T as J } from "../../../Typography-
|
|
14
|
-
import '../../../assets/index4.css';const Q = "
|
|
7
|
+
import { C as Y } from "../../../Close-CFg1QB5M.js";
|
|
8
|
+
import { B as G } from "../../../Box-BwKpr_VI.js";
|
|
9
|
+
import { G as n } from "../../../Grid-CPkjiKqX.js";
|
|
10
|
+
import { D as U, a as V } from "../../../DialogContent-_gvZOy18.js";
|
|
11
|
+
import { I as q } from "../../../IconButton-WneJM4uP.js";
|
|
12
|
+
import { T as J } from "../../../Typography-BQDN44CM.js";
|
|
13
|
+
import '../../../assets/index4.css';const Q = "_item_1xnsw_1", x = {
|
|
15
14
|
item: Q,
|
|
16
|
-
"status-failed": "_status-
|
|
17
|
-
"status-rejected": "_status-
|
|
18
|
-
"status-not_approved": "_status-
|
|
19
|
-
"status-complete": "_status-
|
|
20
|
-
"close-btn": "_close-
|
|
15
|
+
"status-failed": "_status-failed_1xnsw_19",
|
|
16
|
+
"status-rejected": "_status-rejected_1xnsw_21",
|
|
17
|
+
"status-not_approved": "_status-not_approved_1xnsw_23",
|
|
18
|
+
"status-complete": "_status-complete_1xnsw_31",
|
|
19
|
+
"close-btn": "_close-btn_1xnsw_39"
|
|
21
20
|
}, X = {
|
|
22
21
|
"USDR.c": "Orion Point"
|
|
23
|
-
},
|
|
24
|
-
var A,
|
|
25
|
-
const [
|
|
22
|
+
}, ue = (z) => {
|
|
23
|
+
var A, N, F, $;
|
|
24
|
+
const [C, y] = W(!1), e = z.data;
|
|
26
25
|
if (![
|
|
27
|
-
P,
|
|
28
26
|
H,
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
z,
|
|
27
|
+
K,
|
|
28
|
+
f,
|
|
32
29
|
O,
|
|
30
|
+
w,
|
|
31
|
+
v,
|
|
33
32
|
S,
|
|
34
|
-
|
|
33
|
+
k
|
|
35
34
|
].includes(e.transaction_type))
|
|
36
35
|
return null;
|
|
37
|
-
const
|
|
38
|
-
let
|
|
39
|
-
e.transaction_type ===
|
|
40
|
-
let _ = "Amount Received", l = "Bought", u = "Amount Paid", c =
|
|
41
|
-
e.transaction_type ===
|
|
42
|
-
const
|
|
43
|
-
/* @__PURE__ */ t(
|
|
44
|
-
/* @__PURE__ */ t(
|
|
36
|
+
const I = M(e.transaction_status), b = E(e.created_at).format("DD MMM yyyy, H:mm");
|
|
37
|
+
let o = h(e.currency_code_in);
|
|
38
|
+
e.transaction_type === f && (o = h(e.currency_code_out));
|
|
39
|
+
let _ = "Amount Received", l = "Bought", u = "Amount Paid", c = D, d = X[e.token_out] || e.token_out, a = o + (e.currency_in_amount * 1).toFixed(2), i = parseFloat((e.token_out_amount * 1).toFixed(5)) + " " + d, m = "5-40 minutes", p = `${o}${(e.total_fee * 1).toFixed(2)}`;
|
|
40
|
+
e.transaction_type === f ? (l = "Sold", u = "Amount Sent", c = T, d = e.token_in, a = (e.token_in_amount * 1).toFixed(5) + " " + e.token_in, i = (e.currency_out_amount * 1).toFixed(2) + " " + e.currency_code_out + ".c") : e.transaction_type === O ? (l = "Swapped", c = L, a = `${(e.amount * 1).toFixed(5)} ${e.token_in}`, p = `$${(e.total_fee * 1).toFixed(2)}`) : e.transaction_type === w ? (o = h(e.currency_code_out), l = "Withdraw", d = "", c = T, m = "2-3 days", a = `${(e.amount * 1).toFixed(5)} ${e.currency_code_out}.c`, i = o + (e.currency_out_amount * 1).toFixed(2), p = `${o}${(e.total_fee * 1).toFixed(2)}`) : e.transaction_type === v ? (_ = "Item Purchased", i = "IBAN subscription") : e.transaction_type === k ? (o = h(e.currency_code_in), l = "Bank Deposit", d = "", c = D, m = "2-3 hours", p = `${o}${(e.total_fee * 1).toFixed(2)}`, u = "Deposit Amount", a = `${o}${(e.amount * 1).toFixed(2)}`, _ = "Deposit Info", i = `${(A = e == null ? void 0 : e.payment) == null ? void 0 : A.account_number} (${(N = e == null ? void 0 : e.payment) == null ? void 0 : N.recipient_first_name} ${(F = e == null ? void 0 : e.payment) == null ? void 0 : F.recipient_last_name})`) : e.transaction_type === S && (o = h(e.currency_code_out), l = "Bank Withdraw", d = "", c = T, m = "2-3 hours", p = `${o}${(e.total_fee * 1).toFixed(2)}`, u = "Withdraw Amount", a = `${o}${(e.amount * 1).toFixed(2)}`, _ = "Withdraw IBAN", i = ($ = e == null ? void 0 : e.payout) == null ? void 0 : $.account_number), (e.transaction_status === "failed" || e.transaction_status === "rejected") && (m = "N/A");
|
|
41
|
+
const r = ({ label: R, value: B }) => /* @__PURE__ */ s(g, { children: [
|
|
42
|
+
/* @__PURE__ */ t(n, { size: 6, children: /* @__PURE__ */ t("strong", { children: R }) }),
|
|
43
|
+
/* @__PURE__ */ t(n, { className: "fw500 text-right", size: 6, children: B })
|
|
45
44
|
] });
|
|
46
|
-
return /* @__PURE__ */
|
|
47
|
-
/* @__PURE__ */
|
|
48
|
-
/* @__PURE__ */
|
|
49
|
-
/* @__PURE__ */ t(
|
|
50
|
-
/* @__PURE__ */ t(
|
|
45
|
+
return /* @__PURE__ */ s(g, { children: [
|
|
46
|
+
/* @__PURE__ */ s(G, { className: x.item, onClick: () => y(!0), children: [
|
|
47
|
+
/* @__PURE__ */ s(n, { container: !0, children: [
|
|
48
|
+
/* @__PURE__ */ t(n, { size: { xs: 1, md: 0.5 }, children: /* @__PURE__ */ t("img", { src: c, alt: "historyIcon" }) }),
|
|
49
|
+
/* @__PURE__ */ t(n, { size: { xs: 5, md: 5.5 }, children: /* @__PURE__ */ s("strong", { children: [
|
|
51
50
|
l,
|
|
52
51
|
" ",
|
|
53
52
|
d
|
|
54
53
|
] }) }),
|
|
55
|
-
/* @__PURE__ */ t(
|
|
54
|
+
/* @__PURE__ */ t(n, { size: { xs: 6, md: 6 }, children: b })
|
|
56
55
|
] }),
|
|
57
|
-
/* @__PURE__ */
|
|
58
|
-
/* @__PURE__ */ t(
|
|
59
|
-
/* @__PURE__ */ t(
|
|
60
|
-
/* @__PURE__ */ t(
|
|
61
|
-
/* @__PURE__ */ t(
|
|
56
|
+
/* @__PURE__ */ s(n, { style: { color: "#A1A1A1" }, container: !0, children: [
|
|
57
|
+
/* @__PURE__ */ t(n, { size: { xs: 1, md: 0.5 } }),
|
|
58
|
+
/* @__PURE__ */ t(n, { size: { xs: 5, md: 5.5 }, children: /* @__PURE__ */ t("b", { children: u }) }),
|
|
59
|
+
/* @__PURE__ */ t(n, { size: { xs: 5, md: 5 }, children: /* @__PURE__ */ t("b", { children: _ }) }),
|
|
60
|
+
/* @__PURE__ */ t(n, { className: "text-right", size: { xs: 1, md: 1 }, children: /* @__PURE__ */ t("img", { src: P, alt: "arrow" }) })
|
|
62
61
|
] }),
|
|
63
|
-
/* @__PURE__ */
|
|
64
|
-
/* @__PURE__ */ t(
|
|
65
|
-
/* @__PURE__ */ t(
|
|
66
|
-
/* @__PURE__ */ t(
|
|
62
|
+
/* @__PURE__ */ s(n, { style: { fontWeight: "500" }, container: !0, children: [
|
|
63
|
+
/* @__PURE__ */ t(n, { size: { xs: 1, md: 0.5 } }),
|
|
64
|
+
/* @__PURE__ */ t(n, { size: { xs: 5, md: 5.5 }, children: a }),
|
|
65
|
+
/* @__PURE__ */ t(n, { size: { xs: 6, md: 6 }, children: i })
|
|
67
66
|
] }),
|
|
68
|
-
/* @__PURE__ */ t(
|
|
67
|
+
/* @__PURE__ */ t(n, { mt: 0.5, container: !0, children: /* @__PURE__ */ s(n, { className: "text-right", size: 12, children: [
|
|
69
68
|
"Status:",
|
|
70
69
|
" ",
|
|
71
|
-
/* @__PURE__ */ t("span", { className:
|
|
70
|
+
/* @__PURE__ */ t("span", { className: x[`status-${e.transaction_status}`], children: /* @__PURE__ */ t("b", { children: I }) })
|
|
72
71
|
] }) })
|
|
73
72
|
] }),
|
|
74
|
-
/* @__PURE__ */
|
|
73
|
+
/* @__PURE__ */ s(
|
|
75
74
|
U,
|
|
76
75
|
{
|
|
77
76
|
PaperProps: {
|
|
78
|
-
className:
|
|
77
|
+
className: x["confirm-dialog"],
|
|
79
78
|
sx: { maxWidth: "inherit", width: "60%" }
|
|
80
79
|
},
|
|
81
|
-
open:
|
|
80
|
+
open: C,
|
|
82
81
|
fullWidth: !0,
|
|
83
82
|
onClose: () => y(!1),
|
|
84
83
|
TransitionComponent: j,
|
|
@@ -88,23 +87,23 @@ import '../../../assets/index4.css';const Q = "_item_zbw2v_1", f = {
|
|
|
88
87
|
{
|
|
89
88
|
"aria-label": "close",
|
|
90
89
|
onClick: () => y(!1),
|
|
91
|
-
className:
|
|
90
|
+
className: x["close-btn"],
|
|
92
91
|
children: /* @__PURE__ */ t(Y, {})
|
|
93
92
|
}
|
|
94
93
|
),
|
|
95
|
-
/* @__PURE__ */
|
|
94
|
+
/* @__PURE__ */ s(V, { sx: { mt: 1 }, children: [
|
|
96
95
|
/* @__PURE__ */ t(J, { className: "text-center", variant: "h4", children: /* @__PURE__ */ t("strong", { children: "Transaction Details" }) }),
|
|
97
|
-
/* @__PURE__ */
|
|
98
|
-
/* @__PURE__ */ t(
|
|
99
|
-
/* @__PURE__ */ t(
|
|
100
|
-
/* @__PURE__ */ t(
|
|
101
|
-
/* @__PURE__ */ t(
|
|
102
|
-
/* @__PURE__ */ t(
|
|
103
|
-
/* @__PURE__ */ t(
|
|
104
|
-
/* @__PURE__ */ t(
|
|
105
|
-
e.network && /* @__PURE__ */ t(
|
|
96
|
+
/* @__PURE__ */ s(n, { container: !0, spacing: 1, sx: { padding: "0% 15%" }, children: [
|
|
97
|
+
/* @__PURE__ */ t(r, { label: "Status", value: I }),
|
|
98
|
+
/* @__PURE__ */ t(r, { label: "Processing Time", value: m }),
|
|
99
|
+
/* @__PURE__ */ t(r, { label: "Order ID", value: e.trx_uuid }),
|
|
100
|
+
/* @__PURE__ */ t(r, { label: "Order Date", value: b }),
|
|
101
|
+
/* @__PURE__ */ t(r, { label: u, value: a }),
|
|
102
|
+
/* @__PURE__ */ t(r, { label: _, value: i }),
|
|
103
|
+
/* @__PURE__ */ t(r, { label: "Total Fees", value: p }),
|
|
104
|
+
e.network && /* @__PURE__ */ t(r, { label: "Network", value: e.network }),
|
|
106
105
|
e.wallet_address && /* @__PURE__ */ t(
|
|
107
|
-
|
|
106
|
+
r,
|
|
108
107
|
{
|
|
109
108
|
label: "Wallet Address",
|
|
110
109
|
value: e.wallet_address
|
|
@@ -118,5 +117,5 @@ import '../../../assets/index4.css';const Q = "_item_zbw2v_1", f = {
|
|
|
118
117
|
] });
|
|
119
118
|
};
|
|
120
119
|
export {
|
|
121
|
-
|
|
120
|
+
ue as default
|
|
122
121
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as s, Fragment as j, jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as h, useState as i, useEffect as w } from "react";
|
|
3
|
-
import { B as E } from "../../../Backdrop-
|
|
4
|
-
import { C as x } from "../../../CircularProgress-
|
|
5
|
-
import { B as u } from "../../../Box-
|
|
6
|
-
import { B as P } from "../../../Button-
|
|
7
|
-
import { T as g } from "../../../Typography-
|
|
3
|
+
import { B as E } from "../../../Backdrop-yR8IRnFX.js";
|
|
4
|
+
import { C as x } from "../../../CircularProgress-Yx712vpT.js";
|
|
5
|
+
import { B as u } from "../../../Box-BwKpr_VI.js";
|
|
6
|
+
import { B as P } from "../../../Button-tAfK4lud.js";
|
|
7
|
+
import { T as g } from "../../../Typography-BQDN44CM.js";
|
|
8
8
|
let r;
|
|
9
9
|
function Y({
|
|
10
10
|
uuid: k,
|
|
@@ -4,18 +4,18 @@ import { h as J } from "../../../moment-h96o7c8I.js";
|
|
|
4
4
|
import { a as Q, u as M } from "../../../react-redux-C7I9-1M6.js";
|
|
5
5
|
import { removeExtraSpace as i } from "../../../util/functions.js";
|
|
6
6
|
import { nameRegex as U } from "../../../util/regex.js";
|
|
7
|
-
import "../../../constants-
|
|
8
|
-
import { r as V, u as X } from "../../../kyc-
|
|
7
|
+
import "../../../constants-BF50a6s-.js";
|
|
8
|
+
import { r as V, u as X } from "../../../kyc-kWxxF1vI.js";
|
|
9
9
|
import { c as $ } from "../../../countries-BVn1FubK.js";
|
|
10
10
|
import ee from "../../Wallet/Shared/Input/index.js";
|
|
11
11
|
import { useSnackBarContext as te } from "../../../context/snackBarContext.js";
|
|
12
12
|
import re from "../../Wallet/Shared/appButton.js";
|
|
13
|
-
import { T as I } from "../../../Typography-
|
|
14
|
-
import { B as a } from "../../../Box-
|
|
15
|
-
import { F as ae } from "../../../FormControl-
|
|
16
|
-
import { S as se } from "../../../Select-
|
|
17
|
-
import { M as z } from "../../../MenuItem-
|
|
18
|
-
import { C as oe } from "../../../CircularProgress-
|
|
13
|
+
import { T as I } from "../../../Typography-BQDN44CM.js";
|
|
14
|
+
import { B as a } from "../../../Box-BwKpr_VI.js";
|
|
15
|
+
import { F as ae } from "../../../FormControl-H4D1Z6Ov.js";
|
|
16
|
+
import { S as se } from "../../../Select-CGei0bav.js";
|
|
17
|
+
import { M as z } from "../../../MenuItem-ByxiQtY2.js";
|
|
18
|
+
import { C as oe } from "../../../CircularProgress-Yx712vpT.js";
|
|
19
19
|
const xe = ({
|
|
20
20
|
onComplete: F,
|
|
21
21
|
inputComponent: K,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { B as a } from "../../Backdrop-
|
|
3
|
-
import { C as s } from "../../CircularProgress-
|
|
2
|
+
import { B as a } from "../../Backdrop-yR8IRnFX.js";
|
|
3
|
+
import { C as s } from "../../CircularProgress-Yx712vpT.js";
|
|
4
4
|
const m = ({ open: o = !0 }) => /* @__PURE__ */ r(
|
|
5
5
|
a,
|
|
6
6
|
{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../DefaultPropsProvider-
|
|
4
|
-
import { M as i } from "../../tooltip-
|
|
3
|
+
import "../../DefaultPropsProvider-4P82EuVL.js";
|
|
4
|
+
import { M as i } from "../../tooltip-Dv3Lfsa2.js";
|
|
5
5
|
export {
|
|
6
6
|
i as default
|
|
7
7
|
};
|