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
|
@@ -1,519 +0,0 @@
|
|
|
1
|
-
import * as f from "react";
|
|
2
|
-
import { g as U, b as m, a as V, P as e } from "./createTheme-CD19zQB7.js";
|
|
3
|
-
import { c as M } from "./clsx-BTaloaeC.js";
|
|
4
|
-
import { S as X } from "./SwitchBase-C8zFyg_x.js";
|
|
5
|
-
import { c as N } from "./createSvgIcon-Cuzqm90l.js";
|
|
6
|
-
import { jsx as l, jsxs as j } from "react/jsx-runtime";
|
|
7
|
-
import { s as q, r as Y, u as A, c as _ } from "./DefaultPropsProvider-oAu9El-f.js";
|
|
8
|
-
import { g as W } from "./generateUtilityClasses-BRiE4Guh.js";
|
|
9
|
-
import { m as B } from "./memoTheme-yHaPezod.js";
|
|
10
|
-
import { c as D } from "./createSimplePaletteValueFilter-B7--0ryQ.js";
|
|
11
|
-
import { u as G } from "./useSlot-CW7SOYlh.js";
|
|
12
|
-
import { m as Z } from "./Menu-DLYFFrEk.js";
|
|
13
|
-
import { f as ee } from "./FormControl-RtZDQMdA.js";
|
|
14
|
-
import { u as oe } from "./useFormControl-CatNKXAi.js";
|
|
15
|
-
import { T as H } from "./Typography-pAaje37G.js";
|
|
16
|
-
import { r as te } from "./refType-BsTH3qnM.js";
|
|
17
|
-
const re = N(/* @__PURE__ */ l("path", {
|
|
18
|
-
d: "M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"
|
|
19
|
-
}), "CheckBoxOutlineBlank"), ae = N(/* @__PURE__ */ l("path", {
|
|
20
|
-
d: "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"
|
|
21
|
-
}), "CheckBox"), se = N(/* @__PURE__ */ l("path", {
|
|
22
|
-
d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2z"
|
|
23
|
-
}), "IndeterminateCheckBox");
|
|
24
|
-
function ne(o) {
|
|
25
|
-
return U("MuiCheckbox", o);
|
|
26
|
-
}
|
|
27
|
-
const L = W("MuiCheckbox", ["root", "checked", "disabled", "indeterminate", "colorPrimary", "colorSecondary", "sizeSmall", "sizeMedium"]), le = (o) => {
|
|
28
|
-
const {
|
|
29
|
-
classes: t,
|
|
30
|
-
indeterminate: r,
|
|
31
|
-
color: a,
|
|
32
|
-
size: c
|
|
33
|
-
} = o, i = {
|
|
34
|
-
root: ["root", r && "indeterminate", `color${m(a)}`, `size${m(c)}`]
|
|
35
|
-
}, p = _(i, ne, t);
|
|
36
|
-
return {
|
|
37
|
-
...t,
|
|
38
|
-
// forward the disabled and checked classes to the SwitchBase
|
|
39
|
-
...p
|
|
40
|
-
};
|
|
41
|
-
}, ce = q(X, {
|
|
42
|
-
shouldForwardProp: (o) => Y(o) || o === "classes",
|
|
43
|
-
name: "MuiCheckbox",
|
|
44
|
-
slot: "Root",
|
|
45
|
-
overridesResolver: (o, t) => {
|
|
46
|
-
const {
|
|
47
|
-
ownerState: r
|
|
48
|
-
} = o;
|
|
49
|
-
return [t.root, r.indeterminate && t.indeterminate, t[`size${m(r.size)}`], r.color !== "default" && t[`color${m(r.color)}`]];
|
|
50
|
-
}
|
|
51
|
-
})(B(({
|
|
52
|
-
theme: o
|
|
53
|
-
}) => ({
|
|
54
|
-
color: (o.vars || o).palette.text.secondary,
|
|
55
|
-
variants: [{
|
|
56
|
-
props: {
|
|
57
|
-
color: "default",
|
|
58
|
-
disableRipple: !1
|
|
59
|
-
},
|
|
60
|
-
style: {
|
|
61
|
-
"&:hover": {
|
|
62
|
-
backgroundColor: o.vars ? `rgba(${o.vars.palette.action.activeChannel} / ${o.vars.palette.action.hoverOpacity})` : V(o.palette.action.active, o.palette.action.hoverOpacity)
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
}, ...Object.entries(o.palette).filter(D()).map(([t]) => ({
|
|
66
|
-
props: {
|
|
67
|
-
color: t,
|
|
68
|
-
disableRipple: !1
|
|
69
|
-
},
|
|
70
|
-
style: {
|
|
71
|
-
"&:hover": {
|
|
72
|
-
backgroundColor: o.vars ? `rgba(${o.vars.palette[t].mainChannel} / ${o.vars.palette.action.hoverOpacity})` : V(o.palette[t].main, o.palette.action.hoverOpacity)
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
})), ...Object.entries(o.palette).filter(D()).map(([t]) => ({
|
|
76
|
-
props: {
|
|
77
|
-
color: t
|
|
78
|
-
},
|
|
79
|
-
style: {
|
|
80
|
-
[`&.${L.checked}, &.${L.indeterminate}`]: {
|
|
81
|
-
color: (o.vars || o).palette[t].main
|
|
82
|
-
},
|
|
83
|
-
[`&.${L.disabled}`]: {
|
|
84
|
-
color: (o.vars || o).palette.action.disabled
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
})), {
|
|
88
|
-
// Should be last to override other colors
|
|
89
|
-
props: {
|
|
90
|
-
disableRipple: !1
|
|
91
|
-
},
|
|
92
|
-
style: {
|
|
93
|
-
// Reset on touch devices, it doesn't add specificity
|
|
94
|
-
"&:hover": {
|
|
95
|
-
"@media (hover: none)": {
|
|
96
|
-
backgroundColor: "transparent"
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
}]
|
|
101
|
-
}))), ie = /* @__PURE__ */ l(ae, {}), pe = /* @__PURE__ */ l(re, {}), de = /* @__PURE__ */ l(se, {}), me = /* @__PURE__ */ f.forwardRef(function(t, r) {
|
|
102
|
-
const a = A({
|
|
103
|
-
props: t,
|
|
104
|
-
name: "MuiCheckbox"
|
|
105
|
-
}), {
|
|
106
|
-
checkedIcon: c = ie,
|
|
107
|
-
color: i = "primary",
|
|
108
|
-
icon: p = pe,
|
|
109
|
-
indeterminate: s = !1,
|
|
110
|
-
indeterminateIcon: h = de,
|
|
111
|
-
inputProps: R,
|
|
112
|
-
size: y = "medium",
|
|
113
|
-
disableRipple: C = !1,
|
|
114
|
-
className: I,
|
|
115
|
-
slots: $ = {},
|
|
116
|
-
slotProps: z = {},
|
|
117
|
-
...w
|
|
118
|
-
} = a, v = s ? h : p, g = s ? h : c, P = {
|
|
119
|
-
...a,
|
|
120
|
-
disableRipple: C,
|
|
121
|
-
color: i,
|
|
122
|
-
indeterminate: s,
|
|
123
|
-
size: y
|
|
124
|
-
}, k = le(P), n = z.input ?? R, [x, b] = G("root", {
|
|
125
|
-
ref: r,
|
|
126
|
-
elementType: ce,
|
|
127
|
-
className: M(k.root, I),
|
|
128
|
-
shouldForwardComponentProp: !0,
|
|
129
|
-
externalForwardedProps: {
|
|
130
|
-
slots: $,
|
|
131
|
-
slotProps: z,
|
|
132
|
-
...w
|
|
133
|
-
},
|
|
134
|
-
ownerState: P,
|
|
135
|
-
additionalProps: {
|
|
136
|
-
type: "checkbox",
|
|
137
|
-
icon: /* @__PURE__ */ f.cloneElement(v, {
|
|
138
|
-
fontSize: v.props.fontSize ?? y
|
|
139
|
-
}),
|
|
140
|
-
checkedIcon: /* @__PURE__ */ f.cloneElement(g, {
|
|
141
|
-
fontSize: g.props.fontSize ?? y
|
|
142
|
-
}),
|
|
143
|
-
disableRipple: C,
|
|
144
|
-
slots: $,
|
|
145
|
-
slotProps: {
|
|
146
|
-
input: Z(typeof n == "function" ? n(P) : n, {
|
|
147
|
-
"data-indeterminate": s
|
|
148
|
-
})
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
});
|
|
152
|
-
return /* @__PURE__ */ l(x, {
|
|
153
|
-
...b,
|
|
154
|
-
classes: k
|
|
155
|
-
});
|
|
156
|
-
});
|
|
157
|
-
process.env.NODE_ENV !== "production" && (me.propTypes = {
|
|
158
|
-
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
159
|
-
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
160
|
-
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
161
|
-
// └─────────────────────────────────────────────────────────────────────┘
|
|
162
|
-
/**
|
|
163
|
-
* If `true`, the component is checked.
|
|
164
|
-
*/
|
|
165
|
-
checked: e.bool,
|
|
166
|
-
/**
|
|
167
|
-
* The icon to display when the component is checked.
|
|
168
|
-
* @default <CheckBoxIcon />
|
|
169
|
-
*/
|
|
170
|
-
checkedIcon: e.node,
|
|
171
|
-
/**
|
|
172
|
-
* Override or extend the styles applied to the component.
|
|
173
|
-
*/
|
|
174
|
-
classes: e.object,
|
|
175
|
-
/**
|
|
176
|
-
* @ignore
|
|
177
|
-
*/
|
|
178
|
-
className: e.string,
|
|
179
|
-
/**
|
|
180
|
-
* The color of the component.
|
|
181
|
-
* It supports both default and custom theme colors, which can be added as shown in the
|
|
182
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
183
|
-
* @default 'primary'
|
|
184
|
-
*/
|
|
185
|
-
color: e.oneOfType([e.oneOf(["default", "primary", "secondary", "error", "info", "success", "warning"]), e.string]),
|
|
186
|
-
/**
|
|
187
|
-
* The default checked state. Use when the component is not controlled.
|
|
188
|
-
*/
|
|
189
|
-
defaultChecked: e.bool,
|
|
190
|
-
/**
|
|
191
|
-
* If `true`, the component is disabled.
|
|
192
|
-
* @default false
|
|
193
|
-
*/
|
|
194
|
-
disabled: e.bool,
|
|
195
|
-
/**
|
|
196
|
-
* If `true`, the ripple effect is disabled.
|
|
197
|
-
* @default false
|
|
198
|
-
*/
|
|
199
|
-
disableRipple: e.bool,
|
|
200
|
-
/**
|
|
201
|
-
* The icon to display when the component is unchecked.
|
|
202
|
-
* @default <CheckBoxOutlineBlankIcon />
|
|
203
|
-
*/
|
|
204
|
-
icon: e.node,
|
|
205
|
-
/**
|
|
206
|
-
* The id of the `input` element.
|
|
207
|
-
*/
|
|
208
|
-
id: e.string,
|
|
209
|
-
/**
|
|
210
|
-
* If `true`, the component appears indeterminate.
|
|
211
|
-
* This does not set the native input element to indeterminate due
|
|
212
|
-
* to inconsistent behavior across browsers.
|
|
213
|
-
* However, we set a `data-indeterminate` attribute on the `input`.
|
|
214
|
-
* @default false
|
|
215
|
-
*/
|
|
216
|
-
indeterminate: e.bool,
|
|
217
|
-
/**
|
|
218
|
-
* The icon to display when the component is indeterminate.
|
|
219
|
-
* @default <IndeterminateCheckBoxIcon />
|
|
220
|
-
*/
|
|
221
|
-
indeterminateIcon: e.node,
|
|
222
|
-
/**
|
|
223
|
-
* [Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#attributes) applied to the `input` element.
|
|
224
|
-
* @deprecated Use `slotProps.input` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
|
|
225
|
-
*/
|
|
226
|
-
inputProps: e.object,
|
|
227
|
-
/**
|
|
228
|
-
* Callback fired when the state is changed.
|
|
229
|
-
*
|
|
230
|
-
* @param {React.ChangeEvent<HTMLInputElement>} event The event source of the callback.
|
|
231
|
-
* You can pull out the new checked state by accessing `event.target.checked` (boolean).
|
|
232
|
-
*/
|
|
233
|
-
onChange: e.func,
|
|
234
|
-
/**
|
|
235
|
-
* If `true`, the `input` element is required.
|
|
236
|
-
* @default false
|
|
237
|
-
*/
|
|
238
|
-
required: e.bool,
|
|
239
|
-
/**
|
|
240
|
-
* The size of the component.
|
|
241
|
-
* `small` is equivalent to the dense checkbox styling.
|
|
242
|
-
* @default 'medium'
|
|
243
|
-
*/
|
|
244
|
-
size: e.oneOfType([e.oneOf(["medium", "small"]), e.string]),
|
|
245
|
-
/**
|
|
246
|
-
* The props used for each slot inside.
|
|
247
|
-
* @default {}
|
|
248
|
-
*/
|
|
249
|
-
slotProps: e.shape({
|
|
250
|
-
input: e.oneOfType([e.func, e.object]),
|
|
251
|
-
root: e.oneOfType([e.func, e.object])
|
|
252
|
-
}),
|
|
253
|
-
/**
|
|
254
|
-
* The components used for each slot inside.
|
|
255
|
-
* @default {}
|
|
256
|
-
*/
|
|
257
|
-
slots: e.shape({
|
|
258
|
-
input: e.elementType,
|
|
259
|
-
root: e.elementType
|
|
260
|
-
}),
|
|
261
|
-
/**
|
|
262
|
-
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
263
|
-
*/
|
|
264
|
-
sx: e.oneOfType([e.arrayOf(e.oneOfType([e.func, e.object, e.bool])), e.func, e.object]),
|
|
265
|
-
/**
|
|
266
|
-
* The value of the component. The DOM API casts this to a string.
|
|
267
|
-
* The browser uses "on" as the default value.
|
|
268
|
-
*/
|
|
269
|
-
value: e.any
|
|
270
|
-
});
|
|
271
|
-
function be(o) {
|
|
272
|
-
return U("MuiFormControlLabel", o);
|
|
273
|
-
}
|
|
274
|
-
const u = W("MuiFormControlLabel", ["root", "labelPlacementStart", "labelPlacementTop", "labelPlacementBottom", "disabled", "label", "error", "required", "asterisk"]), ue = (o) => {
|
|
275
|
-
const {
|
|
276
|
-
classes: t,
|
|
277
|
-
disabled: r,
|
|
278
|
-
labelPlacement: a,
|
|
279
|
-
error: c,
|
|
280
|
-
required: i
|
|
281
|
-
} = o, p = {
|
|
282
|
-
root: ["root", r && "disabled", `labelPlacement${m(a)}`, c && "error", i && "required"],
|
|
283
|
-
label: ["label", r && "disabled"],
|
|
284
|
-
asterisk: ["asterisk", c && "error"]
|
|
285
|
-
};
|
|
286
|
-
return _(p, be, t);
|
|
287
|
-
}, fe = q("label", {
|
|
288
|
-
name: "MuiFormControlLabel",
|
|
289
|
-
slot: "Root",
|
|
290
|
-
overridesResolver: (o, t) => {
|
|
291
|
-
const {
|
|
292
|
-
ownerState: r
|
|
293
|
-
} = o;
|
|
294
|
-
return [{
|
|
295
|
-
[`& .${u.label}`]: t.label
|
|
296
|
-
}, t.root, t[`labelPlacement${m(r.labelPlacement)}`]];
|
|
297
|
-
}
|
|
298
|
-
})(B(({
|
|
299
|
-
theme: o
|
|
300
|
-
}) => ({
|
|
301
|
-
display: "inline-flex",
|
|
302
|
-
alignItems: "center",
|
|
303
|
-
cursor: "pointer",
|
|
304
|
-
// For correct alignment with the text.
|
|
305
|
-
verticalAlign: "middle",
|
|
306
|
-
WebkitTapHighlightColor: "transparent",
|
|
307
|
-
marginLeft: -11,
|
|
308
|
-
marginRight: 16,
|
|
309
|
-
// used for row presentation of radio/checkbox
|
|
310
|
-
[`&.${u.disabled}`]: {
|
|
311
|
-
cursor: "default"
|
|
312
|
-
},
|
|
313
|
-
[`& .${u.label}`]: {
|
|
314
|
-
[`&.${u.disabled}`]: {
|
|
315
|
-
color: (o.vars || o).palette.text.disabled
|
|
316
|
-
}
|
|
317
|
-
},
|
|
318
|
-
variants: [{
|
|
319
|
-
props: {
|
|
320
|
-
labelPlacement: "start"
|
|
321
|
-
},
|
|
322
|
-
style: {
|
|
323
|
-
flexDirection: "row-reverse",
|
|
324
|
-
marginRight: -11
|
|
325
|
-
}
|
|
326
|
-
}, {
|
|
327
|
-
props: {
|
|
328
|
-
labelPlacement: "top"
|
|
329
|
-
},
|
|
330
|
-
style: {
|
|
331
|
-
flexDirection: "column-reverse"
|
|
332
|
-
}
|
|
333
|
-
}, {
|
|
334
|
-
props: {
|
|
335
|
-
labelPlacement: "bottom"
|
|
336
|
-
},
|
|
337
|
-
style: {
|
|
338
|
-
flexDirection: "column"
|
|
339
|
-
}
|
|
340
|
-
}, {
|
|
341
|
-
props: ({
|
|
342
|
-
labelPlacement: t
|
|
343
|
-
}) => t === "start" || t === "top" || t === "bottom",
|
|
344
|
-
style: {
|
|
345
|
-
marginLeft: 16
|
|
346
|
-
// used for row presentation of radio/checkbox
|
|
347
|
-
}
|
|
348
|
-
}]
|
|
349
|
-
}))), he = q("span", {
|
|
350
|
-
name: "MuiFormControlLabel",
|
|
351
|
-
slot: "Asterisk"
|
|
352
|
-
})(B(({
|
|
353
|
-
theme: o
|
|
354
|
-
}) => ({
|
|
355
|
-
[`&.${u.error}`]: {
|
|
356
|
-
color: (o.vars || o).palette.error.main
|
|
357
|
-
}
|
|
358
|
-
}))), ye = /* @__PURE__ */ f.forwardRef(function(t, r) {
|
|
359
|
-
const a = A({
|
|
360
|
-
props: t,
|
|
361
|
-
name: "MuiFormControlLabel"
|
|
362
|
-
}), {
|
|
363
|
-
checked: c,
|
|
364
|
-
className: i,
|
|
365
|
-
componentsProps: p = {},
|
|
366
|
-
control: s,
|
|
367
|
-
disabled: h,
|
|
368
|
-
disableTypography: R,
|
|
369
|
-
inputRef: y,
|
|
370
|
-
label: C,
|
|
371
|
-
labelPlacement: I = "end",
|
|
372
|
-
name: $,
|
|
373
|
-
onChange: z,
|
|
374
|
-
required: w,
|
|
375
|
-
slots: v = {},
|
|
376
|
-
slotProps: g = {},
|
|
377
|
-
value: P,
|
|
378
|
-
...k
|
|
379
|
-
} = a, n = oe(), x = h ?? s.props.disabled ?? (n == null ? void 0 : n.disabled), b = w ?? s.props.required, E = {
|
|
380
|
-
disabled: x,
|
|
381
|
-
required: b
|
|
382
|
-
};
|
|
383
|
-
["checked", "name", "onChange", "value", "inputRef"].forEach((S) => {
|
|
384
|
-
typeof s.props[S] > "u" && typeof a[S] < "u" && (E[S] = a[S]);
|
|
385
|
-
});
|
|
386
|
-
const J = ee({
|
|
387
|
-
props: a,
|
|
388
|
-
muiFormControl: n,
|
|
389
|
-
states: ["error"]
|
|
390
|
-
}), T = {
|
|
391
|
-
...a,
|
|
392
|
-
disabled: x,
|
|
393
|
-
labelPlacement: I,
|
|
394
|
-
required: b,
|
|
395
|
-
error: J.error
|
|
396
|
-
}, F = ue(T), K = {
|
|
397
|
-
slots: v,
|
|
398
|
-
slotProps: {
|
|
399
|
-
...p,
|
|
400
|
-
...g
|
|
401
|
-
}
|
|
402
|
-
}, [Q, O] = G("typography", {
|
|
403
|
-
elementType: H,
|
|
404
|
-
externalForwardedProps: K,
|
|
405
|
-
ownerState: T
|
|
406
|
-
});
|
|
407
|
-
let d = C;
|
|
408
|
-
return d != null && d.type !== H && !R && (d = /* @__PURE__ */ l(Q, {
|
|
409
|
-
component: "span",
|
|
410
|
-
...O,
|
|
411
|
-
className: M(F.label, O == null ? void 0 : O.className),
|
|
412
|
-
children: d
|
|
413
|
-
})), /* @__PURE__ */ j(fe, {
|
|
414
|
-
className: M(F.root, i),
|
|
415
|
-
ownerState: T,
|
|
416
|
-
ref: r,
|
|
417
|
-
...k,
|
|
418
|
-
children: [/* @__PURE__ */ f.cloneElement(s, E), b ? /* @__PURE__ */ j("div", {
|
|
419
|
-
children: [d, /* @__PURE__ */ j(he, {
|
|
420
|
-
ownerState: T,
|
|
421
|
-
"aria-hidden": !0,
|
|
422
|
-
className: F.asterisk,
|
|
423
|
-
children: [" ", "*"]
|
|
424
|
-
})]
|
|
425
|
-
}) : d]
|
|
426
|
-
});
|
|
427
|
-
});
|
|
428
|
-
process.env.NODE_ENV !== "production" && (ye.propTypes = {
|
|
429
|
-
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
430
|
-
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
431
|
-
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
432
|
-
// └─────────────────────────────────────────────────────────────────────┘
|
|
433
|
-
/**
|
|
434
|
-
* If `true`, the component appears selected.
|
|
435
|
-
*/
|
|
436
|
-
checked: e.bool,
|
|
437
|
-
/**
|
|
438
|
-
* Override or extend the styles applied to the component.
|
|
439
|
-
*/
|
|
440
|
-
classes: e.object,
|
|
441
|
-
/**
|
|
442
|
-
* @ignore
|
|
443
|
-
*/
|
|
444
|
-
className: e.string,
|
|
445
|
-
/**
|
|
446
|
-
* The props used for each slot inside.
|
|
447
|
-
* @default {}
|
|
448
|
-
* @deprecated use the `slotProps` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
|
|
449
|
-
*/
|
|
450
|
-
componentsProps: e.shape({
|
|
451
|
-
typography: e.object
|
|
452
|
-
}),
|
|
453
|
-
/**
|
|
454
|
-
* A control element. For instance, it can be a `Radio`, a `Switch` or a `Checkbox`.
|
|
455
|
-
*/
|
|
456
|
-
control: e.element.isRequired,
|
|
457
|
-
/**
|
|
458
|
-
* If `true`, the control is disabled.
|
|
459
|
-
*/
|
|
460
|
-
disabled: e.bool,
|
|
461
|
-
/**
|
|
462
|
-
* If `true`, the label is rendered as it is passed without an additional typography node.
|
|
463
|
-
*/
|
|
464
|
-
disableTypography: e.bool,
|
|
465
|
-
/**
|
|
466
|
-
* Pass a ref to the `input` element.
|
|
467
|
-
*/
|
|
468
|
-
inputRef: te,
|
|
469
|
-
/**
|
|
470
|
-
* A text or an element to be used in an enclosing label element.
|
|
471
|
-
*/
|
|
472
|
-
label: e.node,
|
|
473
|
-
/**
|
|
474
|
-
* The position of the label.
|
|
475
|
-
* @default 'end'
|
|
476
|
-
*/
|
|
477
|
-
labelPlacement: e.oneOf(["bottom", "end", "start", "top"]),
|
|
478
|
-
/**
|
|
479
|
-
* @ignore
|
|
480
|
-
*/
|
|
481
|
-
name: e.string,
|
|
482
|
-
/**
|
|
483
|
-
* Callback fired when the state is changed.
|
|
484
|
-
*
|
|
485
|
-
* @param {React.SyntheticEvent} event The event source of the callback.
|
|
486
|
-
* You can pull out the new checked state by accessing `event.target.checked` (boolean).
|
|
487
|
-
*/
|
|
488
|
-
onChange: e.func,
|
|
489
|
-
/**
|
|
490
|
-
* If `true`, the label will indicate that the `input` is required.
|
|
491
|
-
*/
|
|
492
|
-
required: e.bool,
|
|
493
|
-
/**
|
|
494
|
-
* The props used for each slot inside.
|
|
495
|
-
* @default {}
|
|
496
|
-
*/
|
|
497
|
-
slotProps: e.shape({
|
|
498
|
-
typography: e.oneOfType([e.func, e.object])
|
|
499
|
-
}),
|
|
500
|
-
/**
|
|
501
|
-
* The components used for each slot inside.
|
|
502
|
-
* @default {}
|
|
503
|
-
*/
|
|
504
|
-
slots: e.shape({
|
|
505
|
-
typography: e.elementType
|
|
506
|
-
}),
|
|
507
|
-
/**
|
|
508
|
-
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
509
|
-
*/
|
|
510
|
-
sx: e.oneOfType([e.arrayOf(e.oneOfType([e.func, e.object, e.bool])), e.func, e.object]),
|
|
511
|
-
/**
|
|
512
|
-
* The value of the component.
|
|
513
|
-
*/
|
|
514
|
-
value: e.any
|
|
515
|
-
});
|
|
516
|
-
export {
|
|
517
|
-
me as C,
|
|
518
|
-
ye as F
|
|
519
|
-
};
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import "react";
|
|
2
|
-
import { P as e } from "./createTheme-CD19zQB7.js";
|
|
3
|
-
import { i as u } from "./clsx-BTaloaeC.js";
|
|
4
|
-
import { jsx as f } from "react/jsx-runtime";
|
|
5
|
-
import { u as y } from "./useTheme-S5_DHFsQ.js";
|
|
6
|
-
import { G as c } from "./emotion-react.browser.esm-BIrDfk-B.js";
|
|
7
|
-
function m(o) {
|
|
8
|
-
return o == null || Object.keys(o).length === 0;
|
|
9
|
-
}
|
|
10
|
-
function p(o) {
|
|
11
|
-
const {
|
|
12
|
-
styles: r,
|
|
13
|
-
defaultTheme: l = {}
|
|
14
|
-
} = o;
|
|
15
|
-
return /* @__PURE__ */ f(c, {
|
|
16
|
-
styles: typeof r == "function" ? (t) => r(m(t) ? l : t) : r
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
process.env.NODE_ENV !== "production" && (p.propTypes = {
|
|
20
|
-
defaultTheme: e.object,
|
|
21
|
-
styles: e.oneOfType([e.array, e.string, e.object, e.func])
|
|
22
|
-
});
|
|
23
|
-
function i(o) {
|
|
24
|
-
const r = u(o);
|
|
25
|
-
return o !== r && r.styles ? (r.styles.match(/^@layer\s+[^{]*$/) || (r.styles = `@layer global{${r.styles}}`), r) : o;
|
|
26
|
-
}
|
|
27
|
-
function b({
|
|
28
|
-
styles: o,
|
|
29
|
-
themeId: r,
|
|
30
|
-
defaultTheme: l = {}
|
|
31
|
-
}) {
|
|
32
|
-
const n = y(l), t = r && n[r] || n;
|
|
33
|
-
let s = typeof o == "function" ? o(t) : o;
|
|
34
|
-
return t.modularCssLayers && (Array.isArray(s) ? s = s.map((a) => i(typeof a == "function" ? a(t) : a)) : s = i(s)), /* @__PURE__ */ f(p, {
|
|
35
|
-
styles: s
|
|
36
|
-
});
|
|
37
|
-
}
|
|
38
|
-
process.env.NODE_ENV !== "production" && (b.propTypes = {
|
|
39
|
-
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
40
|
-
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
41
|
-
// │ To update them, edit the TypeScript types and run `pnpm proptypes`. │
|
|
42
|
-
// └─────────────────────────────────────────────────────────────────────┘
|
|
43
|
-
/**
|
|
44
|
-
* @ignore
|
|
45
|
-
*/
|
|
46
|
-
defaultTheme: e.object,
|
|
47
|
-
/**
|
|
48
|
-
* @ignore
|
|
49
|
-
*/
|
|
50
|
-
styles: e.oneOfType([e.array, e.func, e.number, e.object, e.string, e.bool]),
|
|
51
|
-
/**
|
|
52
|
-
* @ignore
|
|
53
|
-
*/
|
|
54
|
-
themeId: e.string
|
|
55
|
-
});
|
|
56
|
-
export {
|
|
57
|
-
b as G,
|
|
58
|
-
p as a
|
|
59
|
-
};
|