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
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { jsx as s, jsxs as B } from "react/jsx-runtime";
|
|
2
|
-
import { P as J } from "./Paper-
|
|
3
|
-
import { T as K } from "./Typography-
|
|
2
|
+
import { P as J } from "./Paper-jx_cZiyU.js";
|
|
3
|
+
import { T as K } from "./Typography-BQDN44CM.js";
|
|
4
4
|
import * as l from "react";
|
|
5
5
|
import { P as e, g as L, b as d, a as I } from "./createTheme-DmGCMO09.js";
|
|
6
6
|
import { c as Q } from "./DefaultPropsProvider-CZh8M2jM.js";
|
|
7
|
-
import { S as X } from "./SwitchBase-
|
|
8
|
-
import { c as j } from "./createSvgIcon-
|
|
9
|
-
import { s as u, r as N,
|
|
7
|
+
import { S as X } from "./SwitchBase-BDUzpdBf.js";
|
|
8
|
+
import { c as j } from "./createSvgIcon-BgBEJXMh.js";
|
|
9
|
+
import { s as u, r as N, g as Y, u as oo, c as eo } from "./DefaultPropsProvider-4P82EuVL.js";
|
|
10
|
+
import { m as $ } from "./memoTheme-BUUB1UEO.js";
|
|
10
11
|
import { u as to } from "./useFormControl-CatNKXAi.js";
|
|
11
12
|
import { c as T } from "./createSimplePaletteValueFilter-B7--0ryQ.js";
|
|
12
13
|
import { u as ao } from "./useSlot-DtSnboW7.js";
|
|
@@ -358,7 +359,7 @@ process.env.NODE_ENV !== "production" && (F.propTypes = {
|
|
|
358
359
|
*/
|
|
359
360
|
value: e.any
|
|
360
361
|
});
|
|
361
|
-
const
|
|
362
|
+
const No = ({
|
|
362
363
|
value: o,
|
|
363
364
|
label: t,
|
|
364
365
|
selected: a,
|
|
@@ -395,6 +396,6 @@ const jo = ({
|
|
|
395
396
|
}
|
|
396
397
|
);
|
|
397
398
|
export {
|
|
398
|
-
|
|
399
|
+
No as R,
|
|
399
400
|
E as a
|
|
400
401
|
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import './assets/styles2.css';const _ = "_label_qv1qu_133", e = "_amount_qv1qu_203", t = {
|
|
2
|
+
"bank-name": "_bank-name_qv1qu_1",
|
|
3
|
+
"bank-item": "_bank-item_qv1qu_23",
|
|
4
|
+
"bank-account": "_bank-account_qv1qu_41",
|
|
5
|
+
"confirm-payment": "_confirm-payment_qv1qu_57",
|
|
6
|
+
"confirm-transaction-network": "_confirm-transaction-network_qv1qu_89",
|
|
7
|
+
"buy-info": "_buy-info_qv1qu_113",
|
|
8
|
+
label: _,
|
|
9
|
+
"balance-label": "_balance-label_qv1qu_145",
|
|
10
|
+
"max-btn": "_max-btn_qv1qu_157",
|
|
11
|
+
amount: e,
|
|
12
|
+
"MuiFilledInput-root": "_MuiFilledInput-root_qv1qu_215",
|
|
13
|
+
"fiat-field": "_fiat-field_qv1qu_231",
|
|
14
|
+
"amount-symbol": "_amount-symbol_qv1qu_239",
|
|
15
|
+
"crypto-picker": "_crypto-picker_qv1qu_257",
|
|
16
|
+
"fiat-picker": "_fiat-picker_qv1qu_265",
|
|
17
|
+
"network-label": "_network-label_qv1qu_273",
|
|
18
|
+
"eth-network": "_eth-network_qv1qu_299",
|
|
19
|
+
"everchain-network": "_everchain-network_qv1qu_307",
|
|
20
|
+
"buy-select-dd": "_buy-select-dd_qv1qu_317",
|
|
21
|
+
"MuiSelect-select": "_MuiSelect-select_qv1qu_333",
|
|
22
|
+
"dropdown-list-item": "_dropdown-list-item_qv1qu_347",
|
|
23
|
+
"fee-area": "_fee-area_qv1qu_371",
|
|
24
|
+
"info-fee-icon": "_info-fee-icon_qv1qu_381",
|
|
25
|
+
"wallet-caption-text": "_wallet-caption-text_qv1qu_391",
|
|
26
|
+
"connect-wallet-signup": "_connect-wallet-signup_qv1qu_401",
|
|
27
|
+
"field-set": "_field-set_qv1qu_419"
|
|
28
|
+
};
|
|
29
|
+
export {
|
|
30
|
+
t as s
|
|
31
|
+
};
|
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
import { jsx as e, Fragment as u, jsxs as n } from "react/jsx-runtime";
|
|
2
|
+
import { useState as b, Fragment as W } from "react";
|
|
3
|
+
import { G as w } from "./generic-token-B_ptO5yb.js";
|
|
4
|
+
import { US_DOLLAR_ISO3 as d, PORTFOLIO_TOKEN_DOWN_ARROW as v, PORTFOLIO_TOKEN_RIGHT_ARROW as A } from "./util/constants.js";
|
|
5
|
+
import { numberFormat as z } from "./util/conversions.js";
|
|
6
|
+
import G from "./components/Wallet/Shared/appButton.js";
|
|
7
|
+
import { G as l } from "./Grid-CPkjiKqX.js";
|
|
8
|
+
import { D as N } from "./Divider-CIL55YSC.js";
|
|
9
|
+
import './assets/tokenRow.css';const x = {
|
|
10
|
+
"portfolio-info": "_portfolio-info_1nbq0_1",
|
|
11
|
+
"dropdown-list-item": "_dropdown-list-item_1nbq0_19",
|
|
12
|
+
"balance-item": "_balance-item_1nbq0_31",
|
|
13
|
+
"crdt-links": "_crdt-links_1nbq0_49"
|
|
14
|
+
}, K = ({
|
|
15
|
+
token: s,
|
|
16
|
+
currencyData: c,
|
|
17
|
+
fiatBalance: h,
|
|
18
|
+
isWithdraw: R,
|
|
19
|
+
showExpanded: m,
|
|
20
|
+
setMarketToken: g,
|
|
21
|
+
inValidMarketTokenList: _,
|
|
22
|
+
currency: t,
|
|
23
|
+
currencySymbol: a,
|
|
24
|
+
navigate: D
|
|
25
|
+
}) => {
|
|
26
|
+
const [o, F] = b(!1), [I, p] = b([]), O = async (i) => {
|
|
27
|
+
m && i.wallets && (F((r) => !r), p(o ? [] : i.wallets));
|
|
28
|
+
}, T = (i, r) => {
|
|
29
|
+
i.stopPropagation(), D("/withdraw", r);
|
|
30
|
+
}, C = (i) => {
|
|
31
|
+
switch (i) {
|
|
32
|
+
case "ID":
|
|
33
|
+
return "Everest ID";
|
|
34
|
+
case "CRDT":
|
|
35
|
+
return c.label;
|
|
36
|
+
default:
|
|
37
|
+
return i;
|
|
38
|
+
}
|
|
39
|
+
}, f = (i, r) => {
|
|
40
|
+
switch (i) {
|
|
41
|
+
case "ETH":
|
|
42
|
+
return { se: "eth_" + r };
|
|
43
|
+
case "Mainnet ID":
|
|
44
|
+
case "ID":
|
|
45
|
+
return { se: "mainnetID_" + r };
|
|
46
|
+
case "EverChain ID":
|
|
47
|
+
return { se: "everchainID_" + r };
|
|
48
|
+
case "CRDT":
|
|
49
|
+
return { se: "crdt_" + r };
|
|
50
|
+
default:
|
|
51
|
+
return { se: i + "_" + r };
|
|
52
|
+
}
|
|
53
|
+
}, E = s.symbol.replace(".c", "");
|
|
54
|
+
return /* @__PURE__ */ e(u, { children: /* @__PURE__ */ n(
|
|
55
|
+
l,
|
|
56
|
+
{
|
|
57
|
+
className: `${x["balance-item"]} ${m ? "cursor-pointer" : ""}`,
|
|
58
|
+
...f(s.name, "bar"),
|
|
59
|
+
onClick: () => O(s),
|
|
60
|
+
rowSpacing: { xs: 2, md: 0 },
|
|
61
|
+
container: !0,
|
|
62
|
+
children: [
|
|
63
|
+
/* @__PURE__ */ e(l, { size: 4, sx: { display: { xs: "flex", md: "none" } }, children: /* @__PURE__ */ e("strong", { children: "Token" }) }),
|
|
64
|
+
/* @__PURE__ */ n(l, { className: "text-mob-right", size: { xs: 8, md: 5 }, children: [
|
|
65
|
+
s.icon_uri ? /* @__PURE__ */ e(
|
|
66
|
+
"img",
|
|
67
|
+
{
|
|
68
|
+
alt: "",
|
|
69
|
+
src: s.icon_uri,
|
|
70
|
+
onError: ({ currentTarget: i }) => {
|
|
71
|
+
i.onerror = null, i.src = w;
|
|
72
|
+
},
|
|
73
|
+
width: 30,
|
|
74
|
+
height: 30
|
|
75
|
+
}
|
|
76
|
+
) : /* @__PURE__ */ e("img", { src: w, width: 40, height: 40 }),
|
|
77
|
+
" ",
|
|
78
|
+
/* @__PURE__ */ n("span", { children: [
|
|
79
|
+
/* @__PURE__ */ e("strong", { children: C(s.symbol) }),
|
|
80
|
+
R && s.symbol === "EUR.c" ? /* @__PURE__ */ e("span", { className: x["crdt-links"], children: /* @__PURE__ */ e(
|
|
81
|
+
"span",
|
|
82
|
+
{
|
|
83
|
+
className: "text-underline",
|
|
84
|
+
onClick: (i) => T(i, s),
|
|
85
|
+
children: "Withdraw"
|
|
86
|
+
}
|
|
87
|
+
) }) : null
|
|
88
|
+
] })
|
|
89
|
+
] }),
|
|
90
|
+
/* @__PURE__ */ e(l, { size: 4, sx: { display: { xs: "flex", md: "none" } }, children: /* @__PURE__ */ e("strong", { children: "Qty." }) }),
|
|
91
|
+
/* @__PURE__ */ e(
|
|
92
|
+
l,
|
|
93
|
+
{
|
|
94
|
+
className: "text-right fw600",
|
|
95
|
+
size: { xs: 8, md: 2 },
|
|
96
|
+
title: s.balance,
|
|
97
|
+
children: s.name === "CRDT" ? c.symbol + h : z(s.balance)
|
|
98
|
+
}
|
|
99
|
+
),
|
|
100
|
+
/* @__PURE__ */ e(l, { size: 6, sx: { display: { xs: "flex", md: "none" } }, children: /* @__PURE__ */ e("strong", { children: "Per Token" }) }),
|
|
101
|
+
/* @__PURE__ */ n(
|
|
102
|
+
l,
|
|
103
|
+
{
|
|
104
|
+
className: "text-right fw600",
|
|
105
|
+
sx: { color: "#00B171" },
|
|
106
|
+
size: { xs: 6, md: 2 },
|
|
107
|
+
children: [
|
|
108
|
+
a,
|
|
109
|
+
t === d ? s.usd_unit.toFixed(5) * 1 : s.eur_unit.toFixed(5) * 1
|
|
110
|
+
]
|
|
111
|
+
}
|
|
112
|
+
),
|
|
113
|
+
/* @__PURE__ */ e(l, { size: 6, sx: { display: { xs: "flex", md: "none" } }, children: /* @__PURE__ */ n("strong", { children: [
|
|
114
|
+
"Value (",
|
|
115
|
+
t,
|
|
116
|
+
")"
|
|
117
|
+
] }) }),
|
|
118
|
+
/* @__PURE__ */ n(l, { className: "text-right fw600", size: { xs: 6, md: 2 }, children: [
|
|
119
|
+
a,
|
|
120
|
+
t === d ? s.balance_usd.toFixed(5) * 1 : s.balance_eur.toFixed(5) * 1
|
|
121
|
+
] }),
|
|
122
|
+
m && /* @__PURE__ */ e(l, { className: "text-center-right", size: { xs: 12, md: 1 }, children: s.wallets && s.wallets.length > 0 ? /* @__PURE__ */ e("span", { className: x["text-color"], children: o ? /* @__PURE__ */ e("img", { src: v }) : /* @__PURE__ */ e("img", { src: A }) }) : null }),
|
|
123
|
+
I.map((i, r) => /* @__PURE__ */ n(W, { children: [
|
|
124
|
+
/* @__PURE__ */ e(N, { sx: { width: "100%" } }),
|
|
125
|
+
/* @__PURE__ */ n(
|
|
126
|
+
l,
|
|
127
|
+
{
|
|
128
|
+
container: !0,
|
|
129
|
+
rowSpacing: { xs: 2, md: 0 },
|
|
130
|
+
sx: { padding: "10px 0px", width: "100%" },
|
|
131
|
+
children: [
|
|
132
|
+
/* @__PURE__ */ e(l, { size: 4, sx: { display: { xs: "flex", md: "none" } }, children: /* @__PURE__ */ e("strong", { children: "Wallet" }) }),
|
|
133
|
+
/* @__PURE__ */ e(l, { className: "text-mob-right", size: { xs: 8, md: 5 }, children: /* @__PURE__ */ e("span", { className: "wallet-token", children: /* @__PURE__ */ e("strong", { children: i.walletName }) }) }),
|
|
134
|
+
/* @__PURE__ */ e(l, { size: 4, sx: { display: { xs: "flex", md: "none" } }, children: /* @__PURE__ */ e("strong", { children: "Qty." }) }),
|
|
135
|
+
/* @__PURE__ */ e(
|
|
136
|
+
l,
|
|
137
|
+
{
|
|
138
|
+
className: "text-right fw600",
|
|
139
|
+
size: { xs: 8, md: 2 },
|
|
140
|
+
title: i.balance,
|
|
141
|
+
...i.walletName === "EverWallet" && f(s.name, "everwallet_balance"),
|
|
142
|
+
children: s.name === "CRDT" ? c.symbol + h : z(i.balance)
|
|
143
|
+
}
|
|
144
|
+
),
|
|
145
|
+
/* @__PURE__ */ e(l, { size: 6, sx: { display: { xs: "flex", md: "none" } }, children: /* @__PURE__ */ e("strong", { children: "Per Token" }) }),
|
|
146
|
+
/* @__PURE__ */ n(
|
|
147
|
+
l,
|
|
148
|
+
{
|
|
149
|
+
className: "text-right fw600",
|
|
150
|
+
sx: { color: "#00B171" },
|
|
151
|
+
size: { xs: 6, md: 2 },
|
|
152
|
+
children: [
|
|
153
|
+
a,
|
|
154
|
+
t === d ? s.usd_unit.toFixed(5) * 1 : s.eur_unit.toFixed(5) * 1
|
|
155
|
+
]
|
|
156
|
+
}
|
|
157
|
+
),
|
|
158
|
+
/* @__PURE__ */ e(l, { size: 6, sx: { display: { xs: "flex", md: "none" } }, children: /* @__PURE__ */ e("strong", { children: "Value" }) }),
|
|
159
|
+
/* @__PURE__ */ n(l, { className: "text-right fw600", size: { xs: 6, md: 2 }, children: [
|
|
160
|
+
a,
|
|
161
|
+
t === d ? i.balance_usd.toFixed(5) * 1 : i.balance_eur.toFixed(5) * 1
|
|
162
|
+
] })
|
|
163
|
+
]
|
|
164
|
+
}
|
|
165
|
+
)
|
|
166
|
+
] }, r)),
|
|
167
|
+
o && _ && !_.includes(E) ? /* @__PURE__ */ n(u, { children: [
|
|
168
|
+
/* @__PURE__ */ e(N, { sx: { width: "100%", mt: 1 } }),
|
|
169
|
+
/* @__PURE__ */ e(l, { container: !0, sx: { width: "100%" }, children: /* @__PURE__ */ e(l, { className: "flex-center", size: 12, children: /* @__PURE__ */ e(
|
|
170
|
+
G,
|
|
171
|
+
{
|
|
172
|
+
onClick: () => g && g(s),
|
|
173
|
+
sx: { mt: 1 },
|
|
174
|
+
children: /* @__PURE__ */ e("strong", { children: "Market Info" })
|
|
175
|
+
}
|
|
176
|
+
) }) })
|
|
177
|
+
] }) : ""
|
|
178
|
+
]
|
|
179
|
+
},
|
|
180
|
+
s.name
|
|
181
|
+
) });
|
|
182
|
+
};
|
|
183
|
+
export {
|
|
184
|
+
K as T,
|
|
185
|
+
x as s
|
|
186
|
+
};
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { jsxs as ge, jsx as O } from "react/jsx-runtime";
|
|
2
2
|
import * as n from "react";
|
|
3
3
|
import Qe from "react";
|
|
4
|
-
import { g as Ze, s as A,
|
|
4
|
+
import { g as Ze, s as A, u as eo, c as oo } from "./DefaultPropsProvider-4P82EuVL.js";
|
|
5
5
|
import { g as to, b as ve, P as e, a as Re } from "./createTheme-DmGCMO09.js";
|
|
6
6
|
import { c as be } from "./DefaultPropsProvider-CZh8M2jM.js";
|
|
7
7
|
import { u as ro } from "./index-x9CniyQB.js";
|
|
8
8
|
import { u as po } from "./useTheme-XTDzJ69d.js";
|
|
9
|
+
import { m as G } from "./memoTheme-BUUB1UEO.js";
|
|
9
10
|
import { u as I } from "./useSlot-DtSnboW7.js";
|
|
10
|
-
import { P as Oe } from "./Popper-
|
|
11
|
+
import { P as Oe } from "./Popper-B1He9eVi.js";
|
|
11
12
|
import { u as j, a as Te, T as no } from "./refType-CaiGhRso.js";
|
|
12
13
|
import { u as so } from "./useControlled-nm4pBabJ.js";
|
|
13
14
|
import { u as ao } from "./useId-CK6Kn3Tn.js";
|
|
@@ -713,7 +714,7 @@ process.env.NODE_ENV !== "production" && (Pe.propTypes = {
|
|
|
713
714
|
*/
|
|
714
715
|
TransitionProps: e.object
|
|
715
716
|
});
|
|
716
|
-
const
|
|
717
|
+
const ko = A(
|
|
717
718
|
Qe.forwardRef((r, o) => /* @__PURE__ */ O(
|
|
718
719
|
Pe,
|
|
719
720
|
{
|
|
@@ -733,6 +734,6 @@ const Do = A(
|
|
|
733
734
|
}
|
|
734
735
|
}));
|
|
735
736
|
export {
|
|
736
|
-
|
|
737
|
+
ko as M,
|
|
737
738
|
Pe as T
|
|
738
739
|
};
|
package/dist/util/constants.d.ts
CHANGED
|
@@ -19,6 +19,15 @@ export declare const SEPA_ICON: string;
|
|
|
19
19
|
export declare const VISA_ICON: string;
|
|
20
20
|
export declare const DIALOG_ERROR_ICON: string;
|
|
21
21
|
export declare const DIALOG_SUCCESS_ICON: string;
|
|
22
|
+
export declare const PORTFOLIO_TOKEN_DOWN_ARROW: string;
|
|
23
|
+
export declare const PORTFOLIO_TOKEN_RIGHT_ARROW: string;
|
|
24
|
+
export declare const RIGHT_ARROW: string;
|
|
25
|
+
export declare const RADIO_BUTTON: string;
|
|
26
|
+
export declare const RADIO_BUTTON_SELECTED: string;
|
|
27
|
+
export declare const ENT_SEPA_PAYMENT: string;
|
|
28
|
+
export declare const ENT_SEPA_PAYMENT_ACTIVE: string;
|
|
29
|
+
export declare const ENT_VISA_PAYMENT: string;
|
|
30
|
+
export declare const ENT_VISA_PAYMENT_ACTIVE: string;
|
|
22
31
|
export declare const PAYMENT_PROVIDER_RAILSBANK = "railsbank";
|
|
23
32
|
export declare const PAYMENT_PROVIDER_OPENPAYD = "open_payd";
|
|
24
33
|
export declare const PAYMENT_PROVIDER_CHECKOUT = "checkout";
|
package/dist/util/constants.js
CHANGED
|
@@ -1,89 +1,98 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _ = "https://static-assets.everest.org", e = _ + "/web/widget", t = _ + "/web/enterprise", s = _ + "/web/wallet/images", n = s + "/new", E = n + "/sell-withdraw.png", o = n + "/back-btn.png", T = n + "/delete.png", c = t + "/history-buy.svg", A = t + "/history-sell.svg", a = t + "/history-swap.svg", I = n + "/wallet-icon.png", N = n + "/stake-id.png", O = s + "/stake-gem.png", S = t + "/swap-receive-down-arrow.svg", R = n + "/sepa-payment.png", r = n + "/sepa-payment-selected.png", i = n + "/visa-payment.png", L = n + "/visa-payment-selected.png", P = n + "/sepa.png", D = n + "/visa.png", C = n + "/dialog-error.png", d = n + "/dialog-success.png", p = t + "/expand-down-arrow.svg", M = t + "/expand-right-arrow.svg", Y = t + "/right-arrow.svg", g = t + "/radio-button.svg", K = t + "/radio-button-selected.svg", l = t + "/sepa.png", h = t + "/sepa-selected.png", v = t + "/visa.png", y = t + "/visa-selected.png", U = "railsbank", B = "open_payd", W = "checkout", m = "trustpayments", u = "paysafe", w = "$", G = "€", V = "USD", b = "EUR", k = "Binance", H = "Polygon", F = "EverChain", f = "IDChain", X = "Ethereum", $ = "Avalanche", x = "USD.c", j = "EUR.c", z = "BTC.c", Z = "GEMS.c", q = "ID", J = "GEMS", Q = "USDR.c", tt = "fiat_to_token", nt = "fiat_to_everid", _t = "token_to_fiat", st = "token_to_token", et = "withdraw", Et = "iban_creation", ot = "bank_transfer", Tt = "bank_deposit", ct = "Created", At = "In Process", at = "Completed", It = "Failed", Nt = "Awaiting Approved", Ot = "Rejected", St = "ID", Rt = "GEMS", rt = 90, it = 3, Lt = 180, Pt = 8, Dt = 365, Ct = 18, dt = 365, pt = 20, Mt = "Linked Wallets make transactions easier, automating the signing process during Sell, Swap, Stake, Send and Remit transactions because you have backed up your Private Key with Everest.", Yt = "Connected Wallets are those that you have demonstrated you control, but you must manually move tokens as the system can not do so without the Private Key.", gt = "The rate shown here is an estimate and the rate you receive will be determined at the time when your payment is settled. The time taken for your payment to settle can vary depending on currency and payment method.", Kt = 300, lt = "username can only contain letters, numbers, underscores & cannot exceed more than 13 characters", ht = "_rr", vt = "credit_debit_card", yt = "sepa_bank_transfer", Ut = "player", Bt = "store", Wt = "login_screen", mt = "register_screen", ut = "Individual", wt = "Organization", Gt = "Over $10,000", Vt = "Over $1,000 & Under $10,000", bt = "Under $1,000", kt = "IN_PROGRESS", Ht = "Declined";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
S as ARROW_ICON,
|
|
4
|
+
$ as AVALANCHE_NETWORK,
|
|
5
5
|
o as BACK_BTN_ICON,
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
X as
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
6
|
+
Tt as BANK_DEPOSIT,
|
|
7
|
+
ot as BANK_TRANSFER,
|
|
8
|
+
k as BINANCE_NETWORK,
|
|
9
|
+
z as BTC_TOKEN_SYMBOL,
|
|
10
|
+
Ht as CARD_PAYMENT_DECLINE,
|
|
11
|
+
Yt as CONNECTED_WALLET_TOOLTIP,
|
|
12
|
+
T as DELETE_ICON,
|
|
13
|
+
C as DIALOG_ERROR_ICON,
|
|
14
|
+
d as DIALOG_SUCCESS_ICON,
|
|
15
|
+
l as ENT_SEPA_PAYMENT,
|
|
16
|
+
h as ENT_SEPA_PAYMENT_ACTIVE,
|
|
17
|
+
v as ENT_VISA_PAYMENT,
|
|
18
|
+
y as ENT_VISA_PAYMENT_ACTIVE,
|
|
19
|
+
gt as ESTIMATE_TOOLTIP_TEXT,
|
|
20
|
+
X as ETHEREUM_NETWORK,
|
|
21
|
+
b as EURO_ISO3,
|
|
22
|
+
G as EURO_SIGN,
|
|
23
|
+
F as EVER_CHAIN_NETWORK,
|
|
24
|
+
nt as FIAT_TO_EVER_ID,
|
|
25
|
+
tt as FIAT_TO_TOKEN,
|
|
26
|
+
et as FIAT_WITHDRAW,
|
|
27
|
+
Rt as GEMS_STAKE,
|
|
28
|
+
J as GEMS_TOKEN_SYMBOL,
|
|
29
|
+
Z as GEM_SYNTHETIC_TOKEN_SYMBOL,
|
|
26
30
|
c as HISTORY_BUY_ICON,
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
31
|
+
A as HISTORY_SELL_ICON,
|
|
32
|
+
a as HISTORY_SWAP_ICON,
|
|
33
|
+
Et as IBAN_CREATION,
|
|
34
|
+
f as ID_CHAIN_NETWORK,
|
|
35
|
+
St as ID_STAKE,
|
|
36
|
+
q as ID_TOKEN_SYMBOL,
|
|
37
|
+
ut as INDIVIDUAL_KYC_TYPE,
|
|
38
|
+
Vt as KYC_BETWEEN_TRANSATION,
|
|
39
|
+
Gt as KYC_OVER_TRANSATION,
|
|
40
|
+
kt as KYC_STATUS_IN_PROGRESS,
|
|
41
|
+
bt as KYC_UNDER_TRANSATION,
|
|
42
|
+
Mt as LINKED_WALLET_TOOLTIP,
|
|
43
|
+
Wt as LOGIN_SCREEN,
|
|
44
|
+
wt as ORGANIZATION_KYC_TYPE,
|
|
45
|
+
yt as PAYMENT_BANK,
|
|
46
|
+
vt as PAYMENT_CARD,
|
|
47
|
+
W as PAYMENT_PROVIDER_CHECKOUT,
|
|
48
|
+
B as PAYMENT_PROVIDER_OPENPAYD,
|
|
49
|
+
u as PAYMENT_PROVIDER_PAYSAFE,
|
|
50
|
+
U as PAYMENT_PROVIDER_RAILSBANK,
|
|
51
|
+
m as PAYMENT_PROVIDER_TRUST_PAYMENTS,
|
|
52
|
+
Ut as PLAYER_WEBSITE,
|
|
53
|
+
H as POLYGON_NETWORK,
|
|
54
|
+
p as PORTFOLIO_TOKEN_DOWN_ARROW,
|
|
55
|
+
M as PORTFOLIO_TOKEN_RIGHT_ARROW,
|
|
56
|
+
g as RADIO_BUTTON,
|
|
57
|
+
K as RADIO_BUTTON_SELECTED,
|
|
58
|
+
mt as REGISTER_SCREEN,
|
|
59
|
+
Kt as RESEND_EMAIL_TIMER,
|
|
60
|
+
Y as RIGHT_ARROW,
|
|
61
|
+
E as SELL_WITHDRAW_ICON,
|
|
62
|
+
P as SEPA_ICON,
|
|
63
|
+
R as SEPA_PAYMENT,
|
|
64
|
+
r as SEPA_PAYMENT_ACTIVE,
|
|
65
|
+
O as STAKE_GEM_ICON,
|
|
66
|
+
pt as STAKE_GEM_MAX_APY,
|
|
67
|
+
dt as STAKE_GEM_MAX_DAYS,
|
|
68
|
+
N as STAKE_ID_ICON,
|
|
69
|
+
Ct as STAKE_ID_MAX_APY,
|
|
70
|
+
Dt as STAKE_ID_MAX_DAYS,
|
|
71
|
+
Pt as STAKE_ID_MID_APY,
|
|
72
|
+
Lt as STAKE_ID_MID_DAYS,
|
|
73
|
+
it as STAKE_ID_MIN_APY,
|
|
74
|
+
rt as STAKE_ID_MIN_DAYS,
|
|
75
|
+
_ as STATIC_ASSETS_BASE_URL,
|
|
76
|
+
Bt as STORE_WEBSITE,
|
|
77
|
+
j as SYNTHETIC_EUR,
|
|
78
|
+
x as SYNTHETIC_USD,
|
|
79
|
+
_t as TOKEN_TO_FIAT,
|
|
80
|
+
st as TOKEN_TO_TOKEN,
|
|
81
|
+
at as TS_COMPLETE_LABEL,
|
|
82
|
+
ct as TS_CREATED_LABEL,
|
|
83
|
+
It as TS_FAIL_LABEL,
|
|
84
|
+
Ot as TS_NOT_APPROVAL_LABEL,
|
|
85
|
+
At as TS_PENDING_LABEL,
|
|
86
|
+
Nt as TS_WAIT_APPROVAL_LABEL,
|
|
87
|
+
Q as USDR_TOKEN_SYMBOL,
|
|
88
|
+
ht as USERNAME_SUFFIX,
|
|
89
|
+
lt as USERNAME_TOOLTIP,
|
|
90
|
+
V as US_DOLLAR_ISO3,
|
|
91
|
+
w as US_DOLLAR_SIGN,
|
|
92
|
+
D as VISA_ICON,
|
|
93
|
+
i as VISA_PAYMENT,
|
|
94
|
+
L as VISA_PAYMENT_ACTIVE,
|
|
95
|
+
I as WALLET_ICON,
|
|
96
|
+
s as WALLET_IMAGES_URL,
|
|
88
97
|
e as WIDGET_URL
|
|
89
98
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { U as a, j as e, k as t, l as E, m as T, n as o, o as A, p as _, q as S, r as l } from "./constants-
|
|
1
|
+
import { U as a, j as e, k as t, l as E, m as T, n as o, o as A, p as _, q as S, r as l } from "./constants-BF50a6s-.js";
|
|
2
2
|
const L = () => ({
|
|
3
3
|
type: a
|
|
4
4
|
}), d = () => ({
|
package/package.json
CHANGED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { jsx as c } from "react/jsx-runtime";
|
|
2
|
-
import { c as o } from "./createSvgIcon-CH41ZVFw.js";
|
|
3
|
-
const t = o(/* @__PURE__ */ c("path", {
|
|
4
|
-
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"
|
|
5
|
-
}), "CheckCircle");
|
|
6
|
-
export {
|
|
7
|
-
t as C
|
|
8
|
-
};
|