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
|
@@ -5,13 +5,13 @@ import Se from "./components/RocketRamp/Shared/backBtn.js";
|
|
|
5
5
|
import { getCurrencySymbol as ue, getOrionBalance as Me } from "./util/functions.js";
|
|
6
6
|
import { PAYMENT_BANK as ie, SEPA_ICON as ze, VISA_ICON as Oe, ID_TOKEN_SYMBOL as Pe, FIAT_WITHDRAW as we, FIAT_TO_EVER_ID as We, FIAT_TO_TOKEN as Be, ESTIMATE_TOOLTIP_TEXT as Le, TOKEN_TO_FIAT as Xe } from "./util/constants.js";
|
|
7
7
|
import U from "./components/RocketRamp/Shared/Button/index.js";
|
|
8
|
-
import {
|
|
9
|
-
import { c as pe, d as De, i as Ye, b as qe, a as Ke } from "./order-
|
|
10
|
-
import { a as $e, u as W } from "./react-redux-C7I9-1M6.js";
|
|
8
|
+
import { af as j } from "./constants-BF50a6s-.js";
|
|
9
|
+
import { c as pe, d as De, i as Ye, b as qe, a as Ke } from "./order-D-FBHreS.js";
|
|
11
10
|
import "./components/Wallet/Shared/appButton.js";
|
|
11
|
+
import { a as $e, u as W } from "./react-redux-C7I9-1M6.js";
|
|
12
12
|
import "./components/Wallet/Shared/Auth/otpForm.js";
|
|
13
|
-
import { f as Ge } from "./fiatAssets-
|
|
14
|
-
import { f as Ue } from "./cryptoAssets-
|
|
13
|
+
import { f as Ge } from "./fiatAssets-CTIJw9N4.js";
|
|
14
|
+
import { f as Ue } from "./cryptoAssets-Dck03SPI.js";
|
|
15
15
|
import "./context/snackBarContext.js";
|
|
16
16
|
import "./util/conversions.js";
|
|
17
17
|
import "./index-CAoLi5Qq.js";
|
|
@@ -20,28 +20,29 @@ import "./react-webcam-B3cXh1XT.js";
|
|
|
20
20
|
import oe from "./components/Shared/transition.js";
|
|
21
21
|
import "./components/Wallet/Shared/pin.js";
|
|
22
22
|
import "./moment-h96o7c8I.js";
|
|
23
|
-
import { M as Ve } from "./tooltip-
|
|
23
|
+
import { M as Ve } from "./tooltip-Dv3Lfsa2.js";
|
|
24
24
|
import "./index.esm-BsMAMhYW.js";
|
|
25
25
|
import "./web3-u4qDZYpo.js";
|
|
26
26
|
import "./index-B8QKlEgj.js";
|
|
27
27
|
import "./index-ceeCtFuh.js";
|
|
28
|
+
import "./context/dialogContext.js";
|
|
28
29
|
import He from "./components/RocketRamp/MinimalKyc/form.js";
|
|
29
|
-
import { P as Je } from "./PlayArrow-
|
|
30
|
-
import { I as Qe } from "./Info-
|
|
30
|
+
import { P as Je } from "./PlayArrow-BCWGWaUq.js";
|
|
31
|
+
import { I as Qe } from "./Info-0vSsl6Bm.js";
|
|
31
32
|
import { G as Ze } from "./generic-token-B_ptO5yb.js";
|
|
32
33
|
import se from "./components/RocketRamp/Shared/Input/index.js";
|
|
33
|
-
import { G as n } from "./Grid-
|
|
34
|
-
import { B as C } from "./Box-
|
|
35
|
-
import { T as a } from "./Typography-
|
|
36
|
-
import { C as I } from "./CircularProgress-
|
|
37
|
-
import { I as et } from "./TextField-
|
|
38
|
-
import { F as tt } from "./FormControl-
|
|
39
|
-
import { S as rt } from "./Select-
|
|
40
|
-
import { M as ce } from "./MenuItem-
|
|
41
|
-
import { L as nt } from "./ListItemIcon-
|
|
42
|
-
import { I as V } from "./IconButton-
|
|
43
|
-
import { C as le } from "./Close-
|
|
44
|
-
import { D as me, a as de } from "./DialogContent-
|
|
34
|
+
import { G as n } from "./Grid-CPkjiKqX.js";
|
|
35
|
+
import { B as C } from "./Box-BwKpr_VI.js";
|
|
36
|
+
import { T as a } from "./Typography-BQDN44CM.js";
|
|
37
|
+
import { C as I } from "./CircularProgress-Yx712vpT.js";
|
|
38
|
+
import { I as et } from "./TextField-DmiK1A_S.js";
|
|
39
|
+
import { F as tt } from "./FormControl-H4D1Z6Ov.js";
|
|
40
|
+
import { S as rt } from "./Select-CGei0bav.js";
|
|
41
|
+
import { M as ce } from "./MenuItem-ByxiQtY2.js";
|
|
42
|
+
import { L as nt } from "./ListItemIcon-D657XWHf.js";
|
|
43
|
+
import { I as V } from "./IconButton-WneJM4uP.js";
|
|
44
|
+
import { C as le } from "./Close-CFg1QB5M.js";
|
|
45
|
+
import { D as me, a as de } from "./DialogContent-_gvZOy18.js";
|
|
45
46
|
import './assets/index7.css';const E = {
|
|
46
47
|
"confirm-payment": "_confirm-payment_1oe7d_1",
|
|
47
48
|
"confirm-transaction-network": "_confirm-transaction-network_1oe7d_33",
|
|
@@ -621,7 +622,7 @@ import './assets/index7.css';const E = {
|
|
|
621
622
|
}
|
|
622
623
|
) })
|
|
623
624
|
] });
|
|
624
|
-
}, he = "FORM_SCREEN", fe = "CONFIRM_SCREEN",
|
|
625
|
+
}, he = "FORM_SCREEN", fe = "CONFIRM_SCREEN", Zt = "PAYMENT_SCREEN", ot = "MINIMAL_KYC_SCREEN", st = ({ partnerKey: T, navigate: y }) => {
|
|
625
626
|
const d = $e(), k = W((s) => s.app), u = W((s) => s.order), S = W(
|
|
626
627
|
(s) => s.user.profile
|
|
627
628
|
), p = u.error, i = W(
|
|
@@ -693,13 +694,13 @@ import './assets/index7.css';const E = {
|
|
|
693
694
|
}
|
|
694
695
|
)
|
|
695
696
|
] });
|
|
696
|
-
},
|
|
697
|
+
}, er = Re(st);
|
|
697
698
|
export {
|
|
698
699
|
at as B,
|
|
699
700
|
fe as C,
|
|
700
701
|
he as F,
|
|
701
702
|
ot as M,
|
|
702
|
-
|
|
703
|
+
Zt as P,
|
|
703
704
|
it as S,
|
|
704
|
-
|
|
705
|
+
er as i
|
|
705
706
|
};
|
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
import { jsxs as r, Fragment as _, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useState as p, useEffect as x } from "react";
|
|
3
3
|
import qe from "./hoc/withThemeProvider.js";
|
|
4
|
-
import { P as Ye } from "./PlayArrow-
|
|
5
|
-
import { I as Ge } from "./Info-
|
|
4
|
+
import { P as Ye } from "./PlayArrow-BCWGWaUq.js";
|
|
5
|
+
import { I as Ge } from "./Info-0vSsl6Bm.js";
|
|
6
6
|
import { G as xe } from "./generic-token-B_ptO5yb.js";
|
|
7
7
|
import { TOKEN_TO_FIAT as te, ESTIMATE_TOOLTIP_TEXT as Ke, SELL_WITHDRAW_ICON as He, DIALOG_SUCCESS_ICON as De } from "./util/constants.js";
|
|
8
|
-
import {
|
|
9
|
-
import { u as je } from "./index-
|
|
10
|
-
import { b as Xe, c as ve, o as ne, d as Ve, a as Je } from "./order-
|
|
11
|
-
import { M as Qe } from "./tooltip-
|
|
8
|
+
import { af as R } from "./constants-BF50a6s-.js";
|
|
9
|
+
import { u as je } from "./index-v4KC1K_V.js";
|
|
10
|
+
import { b as Xe, c as ve, o as ne, d as Ve, a as Je } from "./order-D-FBHreS.js";
|
|
11
|
+
import { M as Qe } from "./tooltip-Dv3Lfsa2.js";
|
|
12
12
|
import { getCurrencySymbol as Ne, getNetworkBackGround as Ze } from "./util/functions.js";
|
|
13
13
|
import et from "./components/Wallet/Shared/backBtn.js";
|
|
14
|
-
import { s as l } from "./styles.module-
|
|
14
|
+
import { s as l } from "./styles.module-B-t8vvWh.js";
|
|
15
15
|
import D from "./components/Wallet/Shared/appButton.js";
|
|
16
16
|
import { useDialog as Ce } from "./hooks/useDialog/index.js";
|
|
17
|
-
import { T as s } from "./Typography-
|
|
18
|
-
import { B as I } from "./Box-
|
|
19
|
-
import { G as o } from "./Grid-
|
|
20
|
-
import { C as S } from "./CircularProgress-
|
|
17
|
+
import { T as s } from "./Typography-BQDN44CM.js";
|
|
18
|
+
import { B as I } from "./Box-BwKpr_VI.js";
|
|
19
|
+
import { G as o } from "./Grid-CPkjiKqX.js";
|
|
20
|
+
import { C as S } from "./CircularProgress-Yx712vpT.js";
|
|
21
21
|
import { u as L, a as tt } from "./react-redux-C7I9-1M6.js";
|
|
22
|
-
import { f as nt } from "./fiatAssets-
|
|
23
|
-
import { f as rt } from "./cryptoAssets-
|
|
24
|
-
import { u as ot } from "./wallet-
|
|
22
|
+
import { f as nt } from "./fiatAssets-CTIJw9N4.js";
|
|
23
|
+
import { f as rt } from "./cryptoAssets-Dck03SPI.js";
|
|
24
|
+
import { u as ot } from "./wallet-BTc5u8j2.js";
|
|
25
25
|
import { useSnackBarContext as it } from "./context/snackBarContext.js";
|
|
26
26
|
import { AuthContainer as at } from "./components/Wallet/Shared/Container/index.js";
|
|
27
27
|
import st from "./components/Shared/MinimalKyc/index.js";
|
|
28
28
|
import lt from "./components/Wallet/Shared/Input/index.js";
|
|
29
29
|
import ct from "./components/Wallet/Shared/TokenModal/index.js";
|
|
30
30
|
import { formatNumberWithoutRounding as mt } from "./util/conversions.js";
|
|
31
|
-
import { F as O } from "./FormControl-
|
|
32
|
-
import { F as K } from "./FilledInput-
|
|
33
|
-
import { F as ye, I as be } from "./TextField-
|
|
34
|
-
import { S as ee } from "./Select-
|
|
35
|
-
import { M as H } from "./MenuItem-
|
|
36
|
-
import { L as ge } from "./ListItemIcon-
|
|
37
|
-
import { I as _e } from "./IconButton-
|
|
31
|
+
import { F as O } from "./FormControl-H4D1Z6Ov.js";
|
|
32
|
+
import { F as K } from "./FilledInput-QaJVaeIX.js";
|
|
33
|
+
import { F as ye, I as be } from "./TextField-DmiK1A_S.js";
|
|
34
|
+
import { S as ee } from "./Select-CGei0bav.js";
|
|
35
|
+
import { M as H } from "./MenuItem-ByxiQtY2.js";
|
|
36
|
+
import { L as ge } from "./ListItemIcon-D657XWHf.js";
|
|
37
|
+
import { I as _e } from "./IconButton-WneJM4uP.js";
|
|
38
38
|
const dt = ({
|
|
39
39
|
setScreen: v,
|
|
40
40
|
orderData: f,
|
|
@@ -180,7 +180,7 @@ const dt = ({
|
|
|
180
180
|
}
|
|
181
181
|
) })
|
|
182
182
|
] }),
|
|
183
|
-
/* @__PURE__ */ r(o, { mt: 0.5, spacing: 0, container: !0, children: [
|
|
183
|
+
/* @__PURE__ */ r(o, { mt: 0.5, spacing: 0, container: !0, className: l["field-set"], children: [
|
|
184
184
|
/* @__PURE__ */ e(o, { size: { xs: 6 }, children: /* @__PURE__ */ r(
|
|
185
185
|
O,
|
|
186
186
|
{
|
|
@@ -232,7 +232,7 @@ const dt = ({
|
|
|
232
232
|
fontSize: "21px",
|
|
233
233
|
fontWeight: "bold",
|
|
234
234
|
color: "#16359d",
|
|
235
|
-
padding: "
|
|
235
|
+
padding: "28px 12px 23px !important"
|
|
236
236
|
},
|
|
237
237
|
".dropdown-list-item, span": {
|
|
238
238
|
position: "relative",
|
|
@@ -278,7 +278,7 @@ const dt = ({
|
|
|
278
278
|
me && /* @__PURE__ */ e(s, { variant: "caption", sx: { color: "red" }, children: /* @__PURE__ */ e("strong", { children: me }) })
|
|
279
279
|
] }),
|
|
280
280
|
/* @__PURE__ */ e(o, { mt: 4, container: !0, children: /* @__PURE__ */ e(o, { size: { xs: 4 }, children: /* @__PURE__ */ e(s, { className: l.label, variant: "caption", component: "p", children: "You Receive" }) }) }),
|
|
281
|
-
/* @__PURE__ */ r(o, { mt: 0.5, container: !0, children: [
|
|
281
|
+
/* @__PURE__ */ r(o, { mt: 0.5, container: !0, className: l["field-set"], children: [
|
|
282
282
|
/* @__PURE__ */ e(o, { size: { xs: 6 }, children: /* @__PURE__ */ r(
|
|
283
283
|
O,
|
|
284
284
|
{
|
|
@@ -324,7 +324,7 @@ const dt = ({
|
|
|
324
324
|
fontSize: "21px",
|
|
325
325
|
fontWeight: "bold",
|
|
326
326
|
color: "#16359d",
|
|
327
|
-
padding: "
|
|
327
|
+
padding: "28px 12px 23px !important"
|
|
328
328
|
},
|
|
329
329
|
".dropdown-list-item, span": {
|
|
330
330
|
position: "relative",
|
|
@@ -368,7 +368,7 @@ const dt = ({
|
|
|
368
368
|
disableFocusRipple: !0,
|
|
369
369
|
disableRipple: !0,
|
|
370
370
|
children: [
|
|
371
|
-
/* @__PURE__ */ e(s, { variant: "caption", fontWeight:
|
|
371
|
+
/* @__PURE__ */ e(s, { variant: "caption", fontWeight: 700, children: "Fee Calculation" }),
|
|
372
372
|
/* @__PURE__ */ e(
|
|
373
373
|
Ye,
|
|
374
374
|
{
|