everest-npm-features 0.0.61 → 0.0.63
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/ArrowBack-DEJjwfp0.js +8 -0
- package/dist/{Cancel-4lT7GZUA.js → Cancel-pHQsCjtK.js} +1 -1
- package/dist/{Close-CNwiMz_O.js → Close-DSxLLo08.js} +1 -1
- package/dist/{ContentCopy-coPwrEuz.js → ContentCopy-D0C0zbQj.js} +1 -1
- package/dist/{Delete-jpMstGIF.js → Delete-Bj8zmXnh.js} +1 -1
- package/dist/{ErrorOutline-CPQcnl2b.js → ErrorOutline-Bt7P4ChN.js} +1 -1
- package/dist/{FileDownload-Bt3R_NBr.js → FileDownload-DqREXR3D.js} +1 -1
- package/dist/{Info-BVeUSPyk.js → Info-DOoRR7sR.js} +1 -1
- package/dist/PlayArrow-71FP5PzJ.js +13 -0
- package/dist/Portal-BeS9yJCZ.js +968 -0
- package/dist/assets/styles.css +1 -1
- package/dist/{auth-Cwq6nfwY.js → auth-BBeOw4mt.js} +11 -11
- package/dist/{bank-C4pmTe--.js → bank-HVb0GFsa.js} +1 -1
- package/dist/components/RocketRamp/MinimalKyc/form.js +46 -51
- package/dist/components/RocketRamp/MinimalKyc/index.js +6 -6
- package/dist/components/RocketRamp/Player/Buy/cardPayment.js +6 -8
- package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +5 -8
- package/dist/components/RocketRamp/Player/Buy/form.js +8 -17
- package/dist/components/RocketRamp/Player/Buy/index.js +6 -6
- package/dist/components/RocketRamp/Player/Dashboard/balance.js +20 -26
- package/dist/components/RocketRamp/Player/Dashboard/index.js +4 -4
- package/dist/components/RocketRamp/Player/Dashboard/transaction.js +13 -16
- package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +6 -11
- package/dist/components/RocketRamp/Player/Sell/form.js +8 -17
- package/dist/components/RocketRamp/Player/Sell/index.js +14 -13
- package/dist/components/RocketRamp/Player/SignIn/index.js +23 -25
- package/dist/components/RocketRamp/Player/SignIn/loginForm.js +33 -35
- package/dist/components/RocketRamp/Player/SignIn/otpForm.js +31 -33
- package/dist/components/RocketRamp/Player/SignUp/email.js +21 -23
- package/dist/components/RocketRamp/Player/SignUp/index.js +49 -52
- package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +68 -74
- package/dist/components/RocketRamp/Player/SignUp/summary.js +23 -25
- package/dist/components/RocketRamp/Player/SignUp/validateEmail.js +23 -25
- package/dist/components/RocketRamp/ResetPassword/index.js +23 -25
- package/dist/components/RocketRamp/Shared/Button/index.js +16 -17
- package/dist/components/RocketRamp/Shared/Input/index.js +27 -30
- package/dist/components/RocketRamp/Shared/backBtn.js +10 -11
- package/dist/components/RocketRamp/Shared/transactionItem.js +40 -45
- package/dist/components/RocketRamp/Store/Dashboard/balance.js +12 -17
- package/dist/components/RocketRamp/Store/Dashboard/index.js +11 -12
- package/dist/components/RocketRamp/Store/Dashboard/stats.js +12 -17
- package/dist/components/RocketRamp/Store/Dashboard/transaction.js +13 -16
- package/dist/components/RocketRamp/Store/SignUp/index.js +53 -56
- package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +48 -54
- package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +33 -37
- package/dist/components/RocketRamp/Store/SignUp/summary.js +21 -23
- package/dist/components/RocketRamp/Store/SignUp/validateEmail.js +23 -25
- package/dist/components/RocketRamp/Transactions/index.js +23 -24
- package/dist/components/Shared/FullKyc/countryList.js +15 -17
- package/dist/components/Shared/FullKyc/edd.js +51 -53
- package/dist/components/Shared/FullKyc/index.js +13 -11
- package/dist/components/Shared/FullKyc/pep.js +35 -43
- package/dist/components/Shared/FullKyc/personalDetails.js +6 -6
- package/dist/components/Shared/FullKyc/userInfo.js +8 -13
- package/dist/components/Shared/HistoryItem/index.js +43 -48
- package/dist/components/Shared/Incode/index.js +31 -35
- package/dist/components/Shared/MinimalKyc/index.js +60 -65
- package/dist/components/Shared/Sumsub/index.js +75 -62
- package/dist/components/Shared/loader.js +4 -5
- package/dist/components/Shared/tooltip.js +2 -2
- package/dist/components/Shared/transition.js +4 -4
- package/dist/components/Wallet/Account/createIban.d.ts +1 -2
- package/dist/components/Wallet/Account/createIban.js +324 -102
- package/dist/components/Wallet/Account/eWallet.js +37 -43
- package/dist/components/Wallet/Account/iban.d.ts +1 -0
- package/dist/components/Wallet/Account/iban.js +41 -45
- package/dist/components/Wallet/Account/ibanItem.js +70 -75
- package/dist/components/Wallet/Account/index.d.ts +1 -0
- package/dist/components/Wallet/Account/index.js +113 -118
- package/dist/components/Wallet/Account/sendIban.js +79 -88
- package/dist/components/Wallet/Buy/confirmTransaction.js +9 -11
- package/dist/components/Wallet/Buy/form.js +8 -18
- package/dist/components/Wallet/Buy/index.js +6 -6
- package/dist/components/Wallet/Deposit/index.js +16 -18
- package/dist/components/Wallet/EnterpriseKyc/edd.js +32 -33
- package/dist/components/Wallet/EnterpriseKyc/index.js +73 -77
- package/dist/components/Wallet/EnterpriseKyc/individualKyc.js +23 -26
- package/dist/components/Wallet/EnterpriseKyc/kybIntro.js +5 -7
- package/dist/components/Wallet/EnterpriseKyc/kybTerms.js +1 -1
- package/dist/components/Wallet/EnterpriseKyc/kycType.js +23 -26
- package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +33 -34
- package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +3591 -1482
- package/dist/components/Wallet/EnterpriseKyc/success.js +3 -4
- package/dist/components/Wallet/EnterpriseKyc/verify.js +22 -22
- package/dist/components/Wallet/History/index.js +23 -797
- package/dist/components/Wallet/Home/index.js +13 -14
- package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +122 -126
- package/dist/components/Wallet/Portfolio/dropdown.js +25 -30
- package/dist/components/Wallet/Portfolio/index.js +48 -51
- package/dist/components/Wallet/Portfolio/tokenRow.js +3 -4
- package/dist/components/Wallet/Profile/documents.js +164 -176
- package/dist/components/Wallet/Profile/index.js +39 -44
- package/dist/components/Wallet/Profile/storage.js +39 -47
- package/dist/components/Wallet/Receive/index.js +32 -37
- package/dist/components/Wallet/Sell/confirmTransaction.js +8 -10
- package/dist/components/Wallet/Sell/form.js +8 -18
- package/dist/components/Wallet/Sell/index.js +6 -6
- package/dist/components/Wallet/Send/index.js +98 -107
- package/dist/components/Wallet/Shared/Auth/emailForm.js +13 -15
- package/dist/components/Wallet/Shared/Auth/otpForm.js +9 -356
- package/dist/components/Wallet/Shared/BankSelect/index.js +45 -49
- package/dist/components/Wallet/Shared/CardCorp/index.js +18 -19
- package/dist/components/Wallet/Shared/CardPayment/index.js +14 -16
- package/dist/components/Wallet/Shared/ConnectWallet/index.js +22 -28
- package/dist/components/Wallet/Shared/Container/index.d.ts +2 -1
- package/dist/components/Wallet/Shared/Container/index.js +11 -11
- package/dist/components/Wallet/Shared/Input/index.js +3 -3
- package/dist/components/Wallet/Shared/Keyboard/keyboard.js +29 -30
- package/dist/components/Wallet/Shared/Order/paymentButton.js +13 -14
- package/dist/components/Wallet/Shared/TokenModal/index.js +55 -63
- package/dist/components/Wallet/Shared/TokenModal/tokenGrid.js +11 -13
- package/dist/components/Wallet/Shared/addBank.js +41 -45
- package/dist/components/Wallet/Shared/appButton.js +11 -15
- package/dist/components/Wallet/Shared/backBtn.js +8 -9
- package/dist/components/Wallet/Shared/button.js +7 -7
- package/dist/components/Wallet/Shared/connectPlaidBank.js +16 -17
- package/dist/components/Wallet/Shared/inputField.js +5 -5
- package/dist/components/Wallet/Shared/manualSend.js +9 -13
- package/dist/components/Wallet/Shared/noData.js +4 -5
- package/dist/components/Wallet/Shared/pin.js +25 -27
- package/dist/components/Wallet/Shared/radioButton.js +39 -5
- package/dist/components/Wallet/Shared/step.js +12 -13
- package/dist/components/Wallet/Shared/timer.js +1 -1
- package/dist/components/Wallet/SignIn/index.js +17 -17
- package/dist/components/Wallet/SignUp/index.js +63 -153
- package/dist/components/Wallet/SignUp/terms.js +1 -1
- package/dist/components/Wallet/Stake/gems/index.js +71 -69
- package/dist/components/Wallet/Stake/id/index.js +77 -84
- package/dist/components/Wallet/Stake/index.js +65 -68
- package/dist/components/Wallet/Swap/form.js +11 -20
- package/dist/components/Wallet/Swap/index.js +5 -5
- package/dist/components/Wallet/SwapAndUniSwap/index.js +3 -5
- package/dist/components/Wallet/Withdraw/bankSelect.js +41 -45
- package/dist/components/Wallet/Withdraw/confirmTransaction.js +5 -8
- package/dist/components/Wallet/Withdraw/form.js +6 -17
- package/dist/components/Wallet/Withdraw/index.js +5 -5
- package/dist/{constants-DrmtdI1J.js → constants-DX0YBtP2.js} +19 -19
- package/dist/{createSvgIcon-Cuzqm90l.js → createSvgIcon-B28GrUxG.js} +41 -45
- package/dist/{cryptoAssets-DyGDknvq.js → cryptoAssets-B8rAI7pp.js} +1 -1
- package/dist/hoc/withThemeProvider.js +5 -732
- package/dist/hooks/useDialog/index.js +22 -23
- package/dist/hooks/useRrDialog/index.js +43 -46
- package/dist/hooks/useSnackBar.js +24 -696
- package/dist/icons/buyIcon.js +1 -1
- package/dist/icons/canceledBuyIcon.js +1 -1
- package/dist/icons/canceledRedeemIcon.js +1 -1
- package/dist/icons/failedBuyIcon.js +2 -2
- package/dist/icons/failedRedeemIcon.js +2 -2
- package/dist/icons/pendingBuyIcon.js +1 -1
- package/dist/icons/pendingRedeemIcon.js +1 -1
- package/dist/icons/redeemIcon.js +1 -1
- package/dist/{index-BbVpeed7.js → index-B4XvACQN.js} +89 -98
- package/dist/{index-BHG1bT4t.js → index-CTPMPwYK.js} +173 -182
- package/dist/{index-Dh_ahu-u.js → index-DkiQ8pRO.js} +95 -106
- package/dist/{index-C7Td5yoW.js → index-DuWW5roi.js} +175 -184
- package/dist/{index-eEBuSKOo.js → index-JY6-UKlX.js} +127 -137
- package/dist/{index-D2JWUPz8.js → index-_fiTunwZ.js} +154 -163
- package/dist/{index-B9oucF3r.js → index-bK14vCZw.js} +189 -198
- package/dist/{kyc-ksV3vBP_.js → kyc-BNMPoeHt.js} +1 -1
- package/dist/main.js +7 -7
- package/dist/memoTheme-DnE8lj0t.js +3481 -0
- package/dist/{order-DEp_Lmar.js → order-BXeCIvqC.js} +1 -1
- package/dist/otpForm-DeeegaX2.js +7378 -0
- package/dist/{stake-Ct7-_aWW.js → stake-BO2TYVJ7.js} +1 -1
- package/dist/styles.module-DFoezEqS.js +28 -0
- package/dist/{tokenRow-C-iMHhPj.js → tokenRow-BiNtHOKV.js} +20 -21
- package/dist/tooltip-BW0UyWw7.js +2129 -0
- package/dist/util/constants.d.ts +1 -0
- package/dist/util/constants.js +72 -71
- package/dist/{wallet-CauUBXou.js → wallet-BPXOp8UG.js} +1 -1
- package/package.json +6 -6
- package/dist/Alert-DzsbFW3-.js +0 -369
- package/dist/Autocomplete-CE-OI2t8.js +0 -2429
- package/dist/Avatar-1XklXr4O.js +0 -281
- package/dist/Backdrop-CioURPVG.js +0 -359
- package/dist/Box-B0YSYLco.js +0 -59
- package/dist/Button-Df4vgU24.js +0 -663
- package/dist/ButtonBase-DLF5c6wi.js +0 -870
- package/dist/CardContent-D9wTdpu-.js +0 -141
- package/dist/CircularProgress-xZA3lvba.js +0 -252
- package/dist/Close-CxzDL3J-.js +0 -9
- package/dist/Container-urNKV7hm.js +0 -181
- package/dist/DefaultPropsProvider-CeF7UYM9.js +0 -92
- package/dist/DefaultPropsProvider-oAu9El-f.js +0 -226
- package/dist/DialogContent-BMwlOnbW.js +0 -567
- package/dist/DialogTitle-CfS0bb2K.js +0 -70
- package/dist/Divider-BShhMFf4.js +0 -297
- package/dist/FilledInput-DuNqnPjc.js +0 -1292
- package/dist/FormControl-RtZDQMdA.js +0 -258
- package/dist/FormControlLabel-BliKW48y.js +0 -519
- package/dist/GlobalStyles-ChMhDfTS.js +0 -59
- package/dist/Grid-CFe3amXO.js +0 -410
- package/dist/Grow-CnGtel3u.js +0 -196
- package/dist/HTMLElementType-BrQSV2FE.js +0 -13
- package/dist/IconButton-DHm-hucF.js +0 -297
- package/dist/InputAdornment-DMiED3JH.js +0 -173
- package/dist/Link-DBA9Yifs.js +0 -266
- package/dist/ListItemIcon-CUcyTEEm.js +0 -84
- package/dist/Menu-DLYFFrEk.js +0 -1239
- package/dist/MenuItem-DUdYOJr4.js +0 -271
- package/dist/Modal-CFIQ_s3T.js +0 -743
- package/dist/Paper-Bgt2WXI6.js +0 -186
- package/dist/PlayArrow-Bjz9LxhD.js +0 -13
- package/dist/Popper-BBAoiZKn.js +0 -1409
- package/dist/Portal-BMAxiQwe.js +0 -69
- package/dist/RadioGroup-nvoSN0JN.js +0 -189
- package/dist/Select-CB5yWmyn.js +0 -1886
- package/dist/Slide-B9Nw0LZ4.js +0 -235
- package/dist/Stack-k55YTxET.js +0 -172
- package/dist/SwitchBase-C8zFyg_x.js +0 -318
- package/dist/TextField-DPpRUQe3.js +0 -978
- package/dist/TransitionGroupContext-CYRQkQ6k.js +0 -49
- package/dist/Typography-pAaje37G.js +0 -260
- package/dist/chainPropTypes-D9lkm76m.js +0 -8
- package/dist/clsx-BTaloaeC.js +0 -264
- package/dist/createChainedFunction-C0nujS3O.js +0 -9
- package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +0 -17
- package/dist/createTheme-CD19zQB7.js +0 -3825
- package/dist/debounce-46wSf_lW.js +0 -15
- package/dist/defaultTheme-C35y5cLB.js +0 -5
- package/dist/dividerClasses-BDxa2gAa.js +0 -10
- package/dist/elementAcceptingRef-CqLvP78G.js +0 -391
- package/dist/elementTypeAcceptingRef-BdsMpCbS.js +0 -23
- package/dist/emotion-react.browser.esm-BIrDfk-B.js +0 -246
- package/dist/exactProp-C1Lmtwf_.js +0 -13
- package/dist/extendSxProp-B8UjbJ56.js +0 -37
- package/dist/generateUtilityClasses-BRiE4Guh.js +0 -10
- package/dist/index-B0Z-Gjno.js +0 -22
- package/dist/index-DUcLo3x5.js +0 -43
- package/dist/isFocusVisible-CPZqtjv2.js +0 -12
- package/dist/isHostComponent-kiaBvYVo.js +0 -6
- package/dist/isMuiElement-DnSE4qG4.js +0 -13
- package/dist/memoTheme-yHaPezod.js +0 -15
- package/dist/ownerWindow-CRgpWY6I.js +0 -7
- package/dist/radioButton-CzlYB0Lh.js +0 -402
- package/dist/refType-BsTH3qnM.js +0 -56
- package/dist/styles.module-CHPRGltL.js +0 -28
- package/dist/tooltip-3UvETWtS.js +0 -740
- package/dist/useControlled-nm4pBabJ.js +0 -31
- package/dist/useEnhancedEffect-CJGo-L3B.js +0 -5
- package/dist/useFormControl-CatNKXAi.js +0 -10
- package/dist/useId-CK6Kn3Tn.js +0 -21
- package/dist/useSlot-CW7SOYlh.js +0 -125
- package/dist/useSlotProps-BfEOwJvJ.js +0 -25
- package/dist/useTheme-BQJ5lp0i.js +0 -11
- package/dist/useTheme-S5_DHFsQ.js +0 -17
- package/dist/useThemeProps-DN9MjdTl.js +0 -29
package/dist/assets/styles.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._container_1br0u_1{display:flex;align-items:center;margin-top:130px}._inner-container_1br0u_13{background:#fff;width:100%;border-radius:4px;filter:drop-shadow(0px 2px 15px rgba(0,0,0,.05))}._heading_1br0u_27{overflow:hidden;text-overflow:ellipsis;margin-top:5px;color:#16359d}._profile-feat-btn_1br0u_41{background:linear-gradient(358deg,#c8d4ff -49.02%,#fff 85.25%);border-radius:100px;color:#000;font-weight:700;padding:5px 12px}._ref-btn_1br0u_57{background:linear-gradient(180deg,#fff -34.21%,#44dcb7 342.37%);border-radius:100px;color:#000;font-weight:700;padding:10px 12px}._sBtn_1br0u_73{padding:10px 12px;border-radius:100px;background:#fff;border:3px solid #000000;color:#000;font-size:14px;text-transform:none;box-shadow:none}._sBtn_1br0u_73:disabled{border:3px solid #a6a6a6;color:#a6a6a6}._sBtn_1br0u_73:hover{border:3px solid #000000;background:#000;color:#fff}._doc-video-box_1br0u_117{position:relative}._doc-video-box_1br0u_117:before,._doc-video-box_1br0u_117:after,._doc-video-box_1br0u_117>:first-child:before,._doc-video-box_1br0u_117>:first-child:after{position:absolute;content:" ";width:80px;height:80px;border:4px solid#16359D}._doc-video-box_1br0u_117:before{top:-20px;left:-20px;border-width:4px 0 0 4px;border-top-left-radius:30px}._doc-video-box_1br0u_117:after{top:-20px;right:-20px;border-width:4px 4px 0 0;border-top-right-radius:30px}._doc-video-box_1br0u_117>:first-child:before{bottom:-15px;right:-20px;border-width:0 4px 4px 0;border-bottom-right-radius:30px}._doc-video-box_1br0u_117>:first-child:after{bottom:-15px;left:-20px;border-width:0 0 4px 4px;border-bottom-left-radius:30px}._image-corner-color_1br0u_193:before,._image-corner-color_1br0u_193:after,._image-corner-color_1br0u_193>:first-child:before,._image-corner-color_1br0u_193>:first-child:after{border-color:#00b171}._video-box-inner-content_1br0u_207{max-width:100%;height:auto}._menu-item_1br0u_217{padding:8px 20px;margin-top:19px;border-radius:8px;border:.5px solid #d0d0d0;cursor:pointer}._remove-icon_1br0u_233{position:absolute;top:-20px;right:-20px;color:#f44336}._delete-disable_1br0u_247{background:#16359d;border-radius:100px;color:#fff;font-weight:700;padding:10px 12px}._confirm-edit_1br0u_263{background:linear-gradient(180deg,#fff -34.21%,#44dcb7 342.37%);border-radius:100px;color:#000;font-weight:700;padding:10px 12px}._asset-header_1br0u_279{display:flex;height:68px;justify-content:flex-start;align-items:center;flex-shrink:0;box-shadow:0 2px 3px #00000026}._asset-close-btn_1br0u_297{position:absolute;right:8px;top:12px;color:#000}._dialog-container_1br0u_311{display:flex;flex-direction:column;align-items:center;text-align:center}._confirm-dialog_1br0u_325{background:linear-gradient(180deg,#fff -34.21%,#44dcb7 342.37%)}._confirm-dialog-title_1br0u_333{color:#16359d;font-weight:700;font-size:28px}._tweet-text-parent_1br0u_345{padding:2px;border:1px solid #ccc;min-width:300px;max-width:450px;max-height:250px;min-height:200px;overflow:auto;outline:none;resize:both;background:#fff}._tweet-disable-text_1br0u_371{background-color:#e8e8e8;width:fit-content;padding-left:10px;padding-right:10px;border-radius:10px;height:fit-content}._tweet-text-area_1br0u_389{width:100%;border:0px solid;outline:none;resize:none;font-size:16px;height:100px}._twitterCancelBtn_1br0u_407{padding:10px 12px;border-radius:100px;background:#fff;border:3px solid #16359d;color:#16359d;font-size:14px;text-transform:none;box-shadow:none}._twitterCancelBtn_1br0u_407:disabled{border:3px solid #a6a6a6;color:#a6a6a6}._twitterCancelBtn_1br0u_407:hover{border:3px solid #16359d;background:#16359d;color:#fff}._kyc-approved_1br0u_451{padding:6px 12px!important;border-radius:100px!important;background:#fff!important;border:3px solid #28a745!important;color:#28a745!important;font-size:14px!important;text-transform:none!important;box-shadow:none!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-
|
|
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";
|
|
2
2
|
const A = () => ({
|
|
3
3
|
type: R
|
|
4
4
|
}), I = (e) => ({
|
|
@@ -40,16 +40,16 @@ const A = () => ({
|
|
|
40
40
|
});
|
|
41
41
|
export {
|
|
42
42
|
A as a,
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
g,
|
|
49
|
-
|
|
50
|
-
|
|
43
|
+
d as b,
|
|
44
|
+
B as c,
|
|
45
|
+
U as d,
|
|
46
|
+
Y as e,
|
|
47
|
+
q as f,
|
|
48
|
+
Q as g,
|
|
49
|
+
c as h,
|
|
50
|
+
g as i,
|
|
51
51
|
I as l,
|
|
52
|
-
|
|
52
|
+
L as r,
|
|
53
53
|
u,
|
|
54
|
-
|
|
54
|
+
n as v
|
|
55
55
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { T as e, W as s, X as t, Y as E, Z as R, _ as o, $ as p, a0 as _, a1 as T } from "./constants-
|
|
1
|
+
import { T as e, W as s, X as t, Y as E, Z as R, _ as o, $ as p, a0 as _, a1 as T } from "./constants-DX0YBtP2.js";
|
|
2
2
|
const y = () => ({
|
|
3
3
|
type: e
|
|
4
4
|
}), d = (a) => ({
|
|
@@ -1,59 +1,54 @@
|
|
|
1
|
-
import { jsxs as u, Fragment as
|
|
1
|
+
import { jsxs as u, Fragment as R, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { useState as s, useEffect as c } from "react";
|
|
3
3
|
import { h as G } from "../../../moment-h96o7c8I.js";
|
|
4
|
-
import { u as
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
4
|
+
import { u as B } from "../../../react-redux-C7I9-1M6.js";
|
|
5
|
+
import { Typography as M, Box as a, FormControl as H, Select as J, MenuItem as z, CircularProgress as Q } from "@mui/material";
|
|
6
|
+
import { removeExtraSpace as o } from "../../../util/functions.js";
|
|
7
|
+
import { nameRegex as U } from "../../../util/regex.js";
|
|
7
8
|
import "../../../index-DlQqWbXG.js";
|
|
8
9
|
import "../../Wallet/Shared/appButton.js";
|
|
9
10
|
import "../../../hoc/withThemeProvider.js";
|
|
10
|
-
import "
|
|
11
|
-
import "../../../constants-
|
|
12
|
-
import { r as
|
|
11
|
+
import "../../../otpForm-DeeegaX2.js";
|
|
12
|
+
import "../../../constants-DX0YBtP2.js";
|
|
13
|
+
import { r as V, u as X } from "../../../kyc-BNMPoeHt.js";
|
|
13
14
|
import "../../../context/snackBarContext.js";
|
|
14
|
-
import
|
|
15
|
+
import $ from "../../../hooks/useEverestDispatch.js";
|
|
15
16
|
import "../../../util/conversions.js";
|
|
16
17
|
import "../../../index-CAoLi5Qq.js";
|
|
17
|
-
import { useSnackBar as
|
|
18
|
+
import { useSnackBar as ee } from "../../../hooks/useSnackBar.js";
|
|
18
19
|
import "../../../react-webcam-B3cXh1XT.js";
|
|
19
20
|
import "../../Shared/transition.js";
|
|
20
|
-
import "../../../tooltip-
|
|
21
|
+
import "../../../tooltip-BW0UyWw7.js";
|
|
21
22
|
import "../../../index.esm-BsMAMhYW.js";
|
|
22
|
-
import { c as
|
|
23
|
+
import { c as te } from "../../../countries-BVn1FubK.js";
|
|
23
24
|
import "../../../web3-u4qDZYpo.js";
|
|
24
25
|
import "../../../index-ceeCtFuh.js";
|
|
25
26
|
import "../../../index.esm-I_Bp2YLf.js";
|
|
26
27
|
import "../../../context/dialogContext.js";
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
import { F as ee } from "../../../FormControl-RtZDQMdA.js";
|
|
32
|
-
import { S as te } from "../../../Select-CB5yWmyn.js";
|
|
33
|
-
import { M as F } from "../../../MenuItem-DUdYOJr4.js";
|
|
34
|
-
import { C as re } from "../../../CircularProgress-xZA3lvba.js";
|
|
35
|
-
const Ye = ({ onComplete: z }) => {
|
|
36
|
-
const h = U(), n = R(
|
|
28
|
+
import re from "../Shared/Button/index.js";
|
|
29
|
+
import i from "../Shared/Input/index.js";
|
|
30
|
+
const ze = ({ onComplete: E }) => {
|
|
31
|
+
const h = $(), n = B(
|
|
37
32
|
(e) => e.user.profile
|
|
38
33
|
);
|
|
39
|
-
|
|
34
|
+
B(
|
|
40
35
|
(e) => e.order.estimate.conversion_price
|
|
41
36
|
);
|
|
42
|
-
const m = n.kyc, g = m.loader, p = m.error, { showAlertMessage: r, snackBar:
|
|
37
|
+
const m = n.kyc, g = m.loader, p = m.error, { showAlertMessage: r, snackBar: F } = ee(), [v, y] = s(""), [C, b] = s(""), [d, I] = s(""), [W, K] = s(""), [P, Y] = s(""), [S, j] = s(""), [N, L] = s(""), [k, Z] = s(""), [f, w] = s("");
|
|
43
38
|
c(() => () => {
|
|
44
|
-
h(
|
|
39
|
+
h(V());
|
|
45
40
|
}, []), c(() => {
|
|
46
41
|
p && r({ message: p });
|
|
47
42
|
}, [p]), c(() => {
|
|
48
43
|
m.minimal && (r({
|
|
49
44
|
message: "Minimal KYC has been done successfully.",
|
|
50
45
|
type: "success"
|
|
51
|
-
}),
|
|
46
|
+
}), E());
|
|
52
47
|
}, [m]), c(() => {
|
|
53
48
|
y(n.firstName), b(n.lastName);
|
|
54
49
|
}, [n]);
|
|
55
|
-
const
|
|
56
|
-
const e =
|
|
50
|
+
const O = () => {
|
|
51
|
+
const e = o(v), l = o(C), _ = o(W), T = o(P), x = o(S), A = o(N), D = o(k);
|
|
57
52
|
if (!e) {
|
|
58
53
|
r({ message: "Please provide first name" });
|
|
59
54
|
return;
|
|
@@ -84,7 +79,7 @@ const Ye = ({ onComplete: z }) => {
|
|
|
84
79
|
r({ message: "Please provide state" });
|
|
85
80
|
return;
|
|
86
81
|
}
|
|
87
|
-
if (!
|
|
82
|
+
if (!D) {
|
|
88
83
|
r({ message: "Please provide zip code" });
|
|
89
84
|
return;
|
|
90
85
|
}
|
|
@@ -92,7 +87,7 @@ const Ye = ({ onComplete: z }) => {
|
|
|
92
87
|
r({ message: "Please provide country" });
|
|
93
88
|
return;
|
|
94
89
|
}
|
|
95
|
-
g || h(
|
|
90
|
+
g || h(X({
|
|
96
91
|
personal_information: {
|
|
97
92
|
first_name: e,
|
|
98
93
|
last_name: l,
|
|
@@ -100,21 +95,21 @@ const Ye = ({ onComplete: z }) => {
|
|
|
100
95
|
},
|
|
101
96
|
residential_address: {
|
|
102
97
|
street: _,
|
|
103
|
-
secondary_street:
|
|
98
|
+
secondary_street: T,
|
|
104
99
|
city: x,
|
|
105
100
|
state: A,
|
|
106
|
-
postcode:
|
|
101
|
+
postcode: D,
|
|
107
102
|
country: f
|
|
108
103
|
}
|
|
109
104
|
}));
|
|
110
105
|
}, q = (e, l) => {
|
|
111
|
-
e ?
|
|
106
|
+
e ? U.test(e) && l(e) : l("");
|
|
112
107
|
};
|
|
113
|
-
return /* @__PURE__ */ u(
|
|
114
|
-
|
|
108
|
+
return /* @__PURE__ */ u(R, { children: [
|
|
109
|
+
F,
|
|
115
110
|
/* @__PURE__ */ t(M, { color: "primary", variant: "lg", fontWeight: 600, children: /* @__PURE__ */ t("b", { children: "Personal Details" }) }),
|
|
116
111
|
/* @__PURE__ */ t(a, { mt: 2, children: /* @__PURE__ */ t(
|
|
117
|
-
|
|
112
|
+
i,
|
|
118
113
|
{
|
|
119
114
|
label: "First Name",
|
|
120
115
|
value: v,
|
|
@@ -126,7 +121,7 @@ const Ye = ({ onComplete: z }) => {
|
|
|
126
121
|
}
|
|
127
122
|
) }),
|
|
128
123
|
/* @__PURE__ */ t(a, { mt: 2, children: /* @__PURE__ */ t(
|
|
129
|
-
|
|
124
|
+
i,
|
|
130
125
|
{
|
|
131
126
|
label: "Last Name",
|
|
132
127
|
value: C,
|
|
@@ -138,7 +133,7 @@ const Ye = ({ onComplete: z }) => {
|
|
|
138
133
|
}
|
|
139
134
|
) }),
|
|
140
135
|
/* @__PURE__ */ t(a, { mt: 2, children: /* @__PURE__ */ t(
|
|
141
|
-
|
|
136
|
+
i,
|
|
142
137
|
{
|
|
143
138
|
type: "date",
|
|
144
139
|
label: "Date Of Birth",
|
|
@@ -150,7 +145,7 @@ const Ye = ({ onComplete: z }) => {
|
|
|
150
145
|
) }),
|
|
151
146
|
/* @__PURE__ */ t(M, { sx: { mt: 2 }, color: "primary", variant: "lg", fontWeight: 600, children: /* @__PURE__ */ t("b", { children: "Residential Address Details" }) }),
|
|
152
147
|
/* @__PURE__ */ t(a, { mt: 2, children: /* @__PURE__ */ t(
|
|
153
|
-
|
|
148
|
+
i,
|
|
154
149
|
{
|
|
155
150
|
label: "Address 1",
|
|
156
151
|
value: W,
|
|
@@ -160,7 +155,7 @@ const Ye = ({ onComplete: z }) => {
|
|
|
160
155
|
}
|
|
161
156
|
) }),
|
|
162
157
|
/* @__PURE__ */ t(a, { mt: 2, children: /* @__PURE__ */ t(
|
|
163
|
-
|
|
158
|
+
i,
|
|
164
159
|
{
|
|
165
160
|
label: "Address 2 (optional)",
|
|
166
161
|
value: P,
|
|
@@ -169,7 +164,7 @@ const Ye = ({ onComplete: z }) => {
|
|
|
169
164
|
}
|
|
170
165
|
) }),
|
|
171
166
|
/* @__PURE__ */ t(a, { mt: 2, children: /* @__PURE__ */ t(
|
|
172
|
-
|
|
167
|
+
i,
|
|
173
168
|
{
|
|
174
169
|
label: "City",
|
|
175
170
|
value: S,
|
|
@@ -179,7 +174,7 @@ const Ye = ({ onComplete: z }) => {
|
|
|
179
174
|
}
|
|
180
175
|
) }),
|
|
181
176
|
/* @__PURE__ */ t(a, { mt: 2, children: /* @__PURE__ */ t(
|
|
182
|
-
|
|
177
|
+
i,
|
|
183
178
|
{
|
|
184
179
|
label: "State",
|
|
185
180
|
value: N,
|
|
@@ -189,11 +184,11 @@ const Ye = ({ onComplete: z }) => {
|
|
|
189
184
|
}
|
|
190
185
|
) }),
|
|
191
186
|
/* @__PURE__ */ t(a, { mt: 2, children: /* @__PURE__ */ t(
|
|
192
|
-
|
|
187
|
+
i,
|
|
193
188
|
{
|
|
194
189
|
label: "Zip Code",
|
|
195
190
|
value: k,
|
|
196
|
-
onChange: (e) =>
|
|
191
|
+
onChange: (e) => Z(e.target.value),
|
|
197
192
|
fullWidth: !0,
|
|
198
193
|
required: !0
|
|
199
194
|
}
|
|
@@ -211,25 +206,25 @@ const Ye = ({ onComplete: z }) => {
|
|
|
211
206
|
children: "Country *"
|
|
212
207
|
}
|
|
213
208
|
),
|
|
214
|
-
/* @__PURE__ */ t(
|
|
215
|
-
|
|
209
|
+
/* @__PURE__ */ t(H, { fullWidth: !0, children: /* @__PURE__ */ u(
|
|
210
|
+
J,
|
|
216
211
|
{
|
|
217
212
|
value: f,
|
|
218
213
|
displayEmpty: !0,
|
|
219
|
-
onChange: (e) =>
|
|
214
|
+
onChange: (e) => w(e.target.value),
|
|
220
215
|
children: [
|
|
221
|
-
/* @__PURE__ */ t(
|
|
222
|
-
|
|
216
|
+
/* @__PURE__ */ t(z, { value: "", children: "Select Country" }),
|
|
217
|
+
te.map((e) => /* @__PURE__ */ t(z, { value: e.alpha3, children: e.name }, e.alpha3))
|
|
223
218
|
]
|
|
224
219
|
}
|
|
225
220
|
) })
|
|
226
221
|
] }),
|
|
227
|
-
/* @__PURE__ */ t(a, { mt: 4, children: /* @__PURE__ */ t(
|
|
228
|
-
/* @__PURE__ */ t(
|
|
222
|
+
/* @__PURE__ */ t(a, { mt: 4, children: /* @__PURE__ */ t(re, { onClick: O, fullWidth: !0, children: /* @__PURE__ */ t("strong", { children: g ? /* @__PURE__ */ u(R, { children: [
|
|
223
|
+
/* @__PURE__ */ t(Q, { size: 15, color: "inherit" }),
|
|
229
224
|
" Processing..."
|
|
230
225
|
] }) : "Submit" }) }) })
|
|
231
226
|
] });
|
|
232
227
|
};
|
|
233
228
|
export {
|
|
234
|
-
|
|
229
|
+
ze as default
|
|
235
230
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import m from "
|
|
3
|
-
import i from "
|
|
4
|
-
import
|
|
2
|
+
import { Box as m } from "@mui/material";
|
|
3
|
+
import i from "../../../hoc/withThemeProvider.js";
|
|
4
|
+
import e from "./form.js";
|
|
5
5
|
const d = ({ onComplete: o }) => /* @__PURE__ */ r(
|
|
6
|
-
|
|
6
|
+
m,
|
|
7
7
|
{
|
|
8
8
|
sx: {
|
|
9
9
|
padding: { xs: "1rem", md: "2rem" },
|
|
@@ -11,9 +11,9 @@ const d = ({ onComplete: o }) => /* @__PURE__ */ r(
|
|
|
11
11
|
borderRadius: "1rem",
|
|
12
12
|
boxShadow: "0px 0px 64px 0px rgba(247, 247, 248, 1)"
|
|
13
13
|
},
|
|
14
|
-
children: /* @__PURE__ */ r(
|
|
14
|
+
children: /* @__PURE__ */ r(e, { onComplete: o })
|
|
15
15
|
}
|
|
16
|
-
), n =
|
|
16
|
+
), n = i(d);
|
|
17
17
|
export {
|
|
18
18
|
n as default
|
|
19
19
|
};
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "
|
|
3
|
+
import "@mui/material";
|
|
4
|
+
import "../../../../ErrorOutline-Bt7P4ChN.js";
|
|
4
5
|
import "../../../../index-ceeCtFuh.js";
|
|
5
6
|
import "../../Shared/backBtn.js";
|
|
6
7
|
import "../../../../util/functions.js";
|
|
7
8
|
import "../../../../util/constants.js";
|
|
8
9
|
import "../../Shared/Input/index.js";
|
|
9
10
|
import "../../Shared/Button/index.js";
|
|
10
|
-
import { C
|
|
11
|
-
import "../../../../constants-
|
|
12
|
-
import "../../../../order-
|
|
13
|
-
import "../../../../Typography-pAaje37G.js";
|
|
14
|
-
import "../../../../Box-B0YSYLco.js";
|
|
15
|
-
import "../../../../CircularProgress-xZA3lvba.js";
|
|
11
|
+
import { C } from "../../../../index-_fiTunwZ.js";
|
|
12
|
+
import "../../../../constants-DX0YBtP2.js";
|
|
13
|
+
import "../../../../order-BXeCIvqC.js";
|
|
16
14
|
export {
|
|
17
|
-
|
|
15
|
+
C as default
|
|
18
16
|
};
|
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
+
import "@mui/material";
|
|
3
4
|
import "../../Shared/backBtn.js";
|
|
4
5
|
import "../../../../util/functions.js";
|
|
5
6
|
import "../../../../util/constants.js";
|
|
6
|
-
import { a as
|
|
7
|
+
import { a as s } from "../../../../index-_fiTunwZ.js";
|
|
7
8
|
import "../../Shared/Button/index.js";
|
|
8
|
-
import "../../../../constants-
|
|
9
|
-
import "../../../../order-
|
|
10
|
-
import "../../../../Typography-pAaje37G.js";
|
|
11
|
-
import "../../../../Box-B0YSYLco.js";
|
|
12
|
-
import "../../../../Grid-CFe3amXO.js";
|
|
13
|
-
import "../../../../CircularProgress-xZA3lvba.js";
|
|
9
|
+
import "../../../../constants-DX0YBtP2.js";
|
|
10
|
+
import "../../../../order-BXeCIvqC.js";
|
|
14
11
|
export {
|
|
15
|
-
|
|
12
|
+
s as default
|
|
16
13
|
};
|
|
@@ -1,26 +1,17 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "
|
|
4
|
-
import "../../../../
|
|
3
|
+
import "@mui/material";
|
|
4
|
+
import "../../../../PlayArrow-71FP5PzJ.js";
|
|
5
|
+
import "../../../../Info-DOoRR7sR.js";
|
|
5
6
|
import "../../../../generic-token-B_ptO5yb.js";
|
|
6
7
|
import "../../Shared/Input/index.js";
|
|
7
8
|
import "../../../../util/constants.js";
|
|
8
|
-
import "../../../../constants-
|
|
9
|
-
import "../../../../order-
|
|
10
|
-
import "../../../../tooltip-
|
|
9
|
+
import "../../../../constants-DX0YBtP2.js";
|
|
10
|
+
import "../../../../order-BXeCIvqC.js";
|
|
11
|
+
import "../../../../tooltip-BW0UyWw7.js";
|
|
11
12
|
import "../../../../util/functions.js";
|
|
12
13
|
import "../../Shared/Button/index.js";
|
|
13
|
-
import { B as
|
|
14
|
-
import "../../../../Grid-CFe3amXO.js";
|
|
15
|
-
import "../../../../Box-B0YSYLco.js";
|
|
16
|
-
import "../../../../Typography-pAaje37G.js";
|
|
17
|
-
import "../../../../CircularProgress-xZA3lvba.js";
|
|
18
|
-
import "../../../../TextField-DPpRUQe3.js";
|
|
19
|
-
import "../../../../FormControl-RtZDQMdA.js";
|
|
20
|
-
import "../../../../Select-CB5yWmyn.js";
|
|
21
|
-
import "../../../../MenuItem-DUdYOJr4.js";
|
|
22
|
-
import "../../../../ListItemIcon-CUcyTEEm.js";
|
|
23
|
-
import "../../../../IconButton-DHm-hucF.js";
|
|
14
|
+
import { B as b } from "../../../../index-_fiTunwZ.js";
|
|
24
15
|
export {
|
|
25
|
-
|
|
16
|
+
b as default
|
|
26
17
|
};
|
|
@@ -1,18 +1,18 @@
|
|
|
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-
|
|
4
|
+
import { b as I, F as e, M as f, P as A, i as O } from "../../../../index-_fiTunwZ.js";
|
|
5
|
+
import "@mui/material";
|
|
5
6
|
import "../../../../react-redux-C7I9-1M6.js";
|
|
6
|
-
import "../../../../constants-
|
|
7
|
-
import "../../../../PlayArrow-
|
|
8
|
-
import "../../../../cryptoAssets-
|
|
9
|
-
import "../../../../order-
|
|
7
|
+
import "../../../../constants-DX0YBtP2.js";
|
|
8
|
+
import "../../../../PlayArrow-71FP5PzJ.js";
|
|
9
|
+
import "../../../../cryptoAssets-B8rAI7pp.js";
|
|
10
|
+
import "../../../../order-BXeCIvqC.js";
|
|
10
11
|
import "../../../../util/constants.js";
|
|
11
12
|
import "../../MinimalKyc/form.js";
|
|
12
13
|
import "../../../../util/functions.js";
|
|
13
14
|
import "../../../../context/snackBarContext.js";
|
|
14
15
|
import "../../../../hooks/useEverestDispatch.js";
|
|
15
|
-
import "../../../../Box-B0YSYLco.js";
|
|
16
16
|
export {
|
|
17
17
|
I as CONFIRM_SCREEN,
|
|
18
18
|
e as FORM_SCREEN,
|
|
@@ -1,54 +1,48 @@
|
|
|
1
1
|
import { jsx as r, jsxs as o } from "react/jsx-runtime";
|
|
2
|
+
import { useTheme as f, Card as m, CardContent as h, Stack as n, Grid as p, Box as y, Typography as e, CircularProgress as u } from "@mui/material";
|
|
2
3
|
import t from "../../Shared/Button/index.js";
|
|
3
|
-
|
|
4
|
-
import { C as f, a as p } from "../../../../CardContent-D9wTdpu-.js";
|
|
5
|
-
import { S as a } from "../../../../Stack-k55YTxET.js";
|
|
6
|
-
import { G as h } from "../../../../Grid-CFe3amXO.js";
|
|
7
|
-
import { B as y } from "../../../../Box-B0YSYLco.js";
|
|
8
|
-
import { T as i } from "../../../../Typography-pAaje37G.js";
|
|
9
|
-
import { C as u } from "../../../../CircularProgress-xZA3lvba.js";
|
|
10
|
-
const j = ({
|
|
4
|
+
const C = ({
|
|
11
5
|
isLoading: c,
|
|
12
6
|
amount: l,
|
|
13
7
|
isBuyAvailable: d,
|
|
14
|
-
isRedeemAvailable:
|
|
15
|
-
navigate:
|
|
8
|
+
isRedeemAvailable: s,
|
|
9
|
+
navigate: a
|
|
16
10
|
}) => {
|
|
17
|
-
const
|
|
18
|
-
return /* @__PURE__ */ r(
|
|
19
|
-
/* @__PURE__ */ o(
|
|
11
|
+
const i = f();
|
|
12
|
+
return /* @__PURE__ */ r(m, { sx: { backgroundColor: "#000", borderRadius: "1rem" }, children: /* @__PURE__ */ r(h, { sx: { color: "#fff" }, children: /* @__PURE__ */ o(n, { direction: "column", spacing: 2, children: [
|
|
13
|
+
/* @__PURE__ */ o(p, { container: !0, justifyContent: "space-between", children: [
|
|
20
14
|
/* @__PURE__ */ o(y, { children: [
|
|
21
|
-
/* @__PURE__ */ r(
|
|
15
|
+
/* @__PURE__ */ r(e, { variant: "2xl", fontWeight: 600, color: "primary", children: "Game balance" }),
|
|
22
16
|
/* @__PURE__ */ r(
|
|
23
|
-
|
|
17
|
+
e,
|
|
24
18
|
{
|
|
25
19
|
variant: "5xl",
|
|
26
20
|
fontWeight: 400,
|
|
27
|
-
fontFamily:
|
|
21
|
+
fontFamily: i.typography.redHatMono.fontFamily,
|
|
28
22
|
children: c ? /* @__PURE__ */ r(u, { size: 24 }) : l
|
|
29
23
|
}
|
|
30
24
|
)
|
|
31
25
|
] }),
|
|
32
26
|
/* @__PURE__ */ o(
|
|
33
|
-
|
|
27
|
+
n,
|
|
34
28
|
{
|
|
35
29
|
direction: "row",
|
|
36
30
|
spacing: 1,
|
|
37
|
-
fontFamily:
|
|
31
|
+
fontFamily: i.typography.redHatMono.fontFamily,
|
|
38
32
|
children: [
|
|
39
|
-
/* @__PURE__ */ r(
|
|
40
|
-
/* @__PURE__ */ r(
|
|
33
|
+
/* @__PURE__ */ r(e, { variant: "sm", color: "#fff", children: "1 credit =" }),
|
|
34
|
+
/* @__PURE__ */ r(e, { variant: "sm", color: "primary", children: "1$" })
|
|
41
35
|
]
|
|
42
36
|
}
|
|
43
37
|
)
|
|
44
38
|
] }),
|
|
45
|
-
/* @__PURE__ */ o(
|
|
39
|
+
/* @__PURE__ */ o(n, { direction: "row", spacing: 2, children: [
|
|
46
40
|
/* @__PURE__ */ r(
|
|
47
41
|
t,
|
|
48
42
|
{
|
|
49
|
-
onClick: () =>
|
|
43
|
+
onClick: () => a("/buy"),
|
|
50
44
|
sx: {
|
|
51
|
-
color:
|
|
45
|
+
color: i.palette.primary.main,
|
|
52
46
|
background: "#fff"
|
|
53
47
|
},
|
|
54
48
|
disabled: !d,
|
|
@@ -58,12 +52,12 @@ const j = ({
|
|
|
58
52
|
/* @__PURE__ */ r(
|
|
59
53
|
t,
|
|
60
54
|
{
|
|
61
|
-
onClick: () =>
|
|
55
|
+
onClick: () => a("/sell"),
|
|
62
56
|
variant: "outlined",
|
|
63
57
|
sx: {
|
|
64
58
|
border: "1px solid #fff"
|
|
65
59
|
},
|
|
66
|
-
disabled: !
|
|
60
|
+
disabled: !s,
|
|
67
61
|
children: "Redeem"
|
|
68
62
|
}
|
|
69
63
|
)
|
|
@@ -71,5 +65,5 @@ const j = ({
|
|
|
71
65
|
] }) }) });
|
|
72
66
|
};
|
|
73
67
|
export {
|
|
74
|
-
|
|
68
|
+
C as default
|
|
75
69
|
};
|
|
@@ -3,13 +3,13 @@ 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-
|
|
7
|
-
import { a as x } from "../../../../order-
|
|
6
|
+
import "../../../../constants-DX0YBtP2.js";
|
|
7
|
+
import { a as x } from "../../../../order-BXeCIvqC.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";
|
|
11
|
-
import { c as D } from "../../../../createSvgIcon-
|
|
12
|
-
import { C as L } from "../../../../Cancel-
|
|
11
|
+
import { c as D } from "../../../../createSvgIcon-B28GrUxG.js";
|
|
12
|
+
import { C as L } from "../../../../Cancel-pHQsCjtK.js";
|
|
13
13
|
import P from "../../../../hooks/useEverestDispatch.js";
|
|
14
14
|
const T = D(/* @__PURE__ */ e("path", {
|
|
15
15
|
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m-2 15-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8z"
|
|
@@ -1,19 +1,16 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
const j = ({
|
|
9
|
-
isLoading: n,
|
|
10
|
-
transactions: t,
|
|
1
|
+
import { jsxs as l, Fragment as e, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { Typography as i, Stack as n, Box as m, CircularProgress as d } from "@mui/material";
|
|
3
|
+
import h from "../../Shared/Button/index.js";
|
|
4
|
+
import p from "../../../Shared/HistoryItem/index.js";
|
|
5
|
+
const y = ({
|
|
6
|
+
isLoading: o,
|
|
7
|
+
transactions: r,
|
|
11
8
|
navigate: a
|
|
12
|
-
}) => /* @__PURE__ */
|
|
13
|
-
/* @__PURE__ */
|
|
14
|
-
/* @__PURE__ */
|
|
15
|
-
|
|
16
|
-
|
|
9
|
+
}) => /* @__PURE__ */ l(e, { children: [
|
|
10
|
+
/* @__PURE__ */ t(i, { variant: "lg", my: 2, fontWeight: 600, children: "Latest Transactions" }),
|
|
11
|
+
/* @__PURE__ */ t(n, { direction: "column", spacing: 2, children: o ? /* @__PURE__ */ t(m, { className: "text-center", mt: 2, children: /* @__PURE__ */ t(d, { size: 50 }) }) : /* @__PURE__ */ t(e, { children: r.length > 0 ? /* @__PURE__ */ t(e, { children: r.map((c, s) => /* @__PURE__ */ t(p, { data: c }, s)) }) : /* @__PURE__ */ t(i, { className: "text-center", color: "primary", variant: "5xl", children: "No Records" }) }) }),
|
|
12
|
+
r.length > 0 && /* @__PURE__ */ t(n, { direction: "row", justifyContent: "center", children: /* @__PURE__ */ t(
|
|
13
|
+
h,
|
|
17
14
|
{
|
|
18
15
|
isText: !0,
|
|
19
16
|
onClick: () => a("/transactions"),
|
|
@@ -24,5 +21,5 @@ const j = ({
|
|
|
24
21
|
) })
|
|
25
22
|
] });
|
|
26
23
|
export {
|
|
27
|
-
|
|
24
|
+
y as default
|
|
28
25
|
};
|
|
@@ -1,20 +1,15 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
+
import "@mui/material";
|
|
3
4
|
import "../../Shared/backBtn.js";
|
|
4
5
|
import "../../../../util/functions.js";
|
|
5
6
|
import "../../../../util/constants.js";
|
|
6
|
-
import { B as
|
|
7
|
+
import { B as x } from "../../../../index-bK14vCZw.js";
|
|
7
8
|
import "../../Shared/Button/index.js";
|
|
8
|
-
import "../../../../constants-
|
|
9
|
-
import "../../../../order-
|
|
9
|
+
import "../../../../constants-DX0YBtP2.js";
|
|
10
|
+
import "../../../../order-BXeCIvqC.js";
|
|
10
11
|
import "../../../Shared/transition.js";
|
|
11
|
-
import "../../../../Close-
|
|
12
|
-
import "../../../../Typography-pAaje37G.js";
|
|
13
|
-
import "../../../../Box-B0YSYLco.js";
|
|
14
|
-
import "../../../../Grid-CFe3amXO.js";
|
|
15
|
-
import "../../../../CircularProgress-xZA3lvba.js";
|
|
16
|
-
import "../../../../DialogContent-BMwlOnbW.js";
|
|
17
|
-
import "../../../../IconButton-DHm-hucF.js";
|
|
12
|
+
import "../../../../Close-DSxLLo08.js";
|
|
18
13
|
export {
|
|
19
|
-
|
|
14
|
+
x as default
|
|
20
15
|
};
|