everest-npm-features 0.0.61 → 0.0.62
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/{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-Bjz9LxhD.js → PlayArrow-BVDyfxsQ.js} +1 -1
- package/dist/Portal-BeS9yJCZ.js +968 -0
- package/dist/{auth-Cwq6nfwY.js → auth-DTJdu6mq.js} +10 -10
- package/dist/components/RocketRamp/MinimalKyc/form.js +45 -50
- package/dist/components/RocketRamp/MinimalKyc/index.js +6 -6
- package/dist/components/RocketRamp/Player/Buy/cardPayment.js +4 -6
- package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +3 -6
- package/dist/components/RocketRamp/Player/Buy/form.js +6 -15
- package/dist/components/RocketRamp/Player/Buy/index.js +3 -3
- package/dist/components/RocketRamp/Player/Dashboard/balance.js +20 -26
- package/dist/components/RocketRamp/Player/Dashboard/index.js +2 -2
- package/dist/components/RocketRamp/Player/Dashboard/transaction.js +13 -16
- package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +4 -9
- package/dist/components/RocketRamp/Player/Sell/form.js +6 -15
- package/dist/components/RocketRamp/Player/Sell/index.js +11 -10
- package/dist/components/RocketRamp/Player/SignIn/index.js +22 -24
- package/dist/components/RocketRamp/Player/SignIn/loginForm.js +32 -34
- package/dist/components/RocketRamp/Player/SignIn/otpForm.js +30 -32
- package/dist/components/RocketRamp/Player/SignUp/email.js +20 -22
- package/dist/components/RocketRamp/Player/SignUp/index.js +48 -51
- package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +67 -73
- 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 +22 -24
- 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 +52 -55
- package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +47 -53
- package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +32 -36
- 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 +22 -23
- package/dist/components/Shared/FullKyc/countryList.js +15 -17
- package/dist/components/Shared/FullKyc/edd.js +50 -52
- package/dist/components/Shared/FullKyc/index.js +11 -9
- package/dist/components/Shared/FullKyc/pep.js +35 -43
- package/dist/components/Shared/FullKyc/personalDetails.js +5 -5
- package/dist/components/Shared/FullKyc/userInfo.js +6 -11
- 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 +59 -64
- package/dist/components/Shared/Sumsub/index.js +74 -61
- 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.js +34 -37
- package/dist/components/Wallet/Account/eWallet.js +35 -39
- package/dist/components/Wallet/Account/iban.js +49 -53
- package/dist/components/Wallet/Account/ibanItem.js +68 -73
- package/dist/components/Wallet/Account/index.js +66 -73
- package/dist/components/Wallet/Account/sendIban.js +79 -88
- package/dist/components/Wallet/Buy/confirmTransaction.js +6 -8
- package/dist/components/Wallet/Buy/form.js +6 -16
- package/dist/components/Wallet/Buy/index.js +2 -2
- package/dist/components/Wallet/Deposit/index.js +15 -17
- package/dist/components/Wallet/EnterpriseKyc/edd.js +31 -32
- 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 +32 -33
- package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +3590 -1481
- package/dist/components/Wallet/EnterpriseKyc/success.js +3 -4
- package/dist/components/Wallet/EnterpriseKyc/verify.js +21 -21
- package/dist/components/Wallet/History/index.js +22 -796
- package/dist/components/Wallet/Home/index.js +13 -14
- package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +91 -96
- package/dist/components/Wallet/Portfolio/dropdown.js +25 -30
- package/dist/components/Wallet/Portfolio/index.js +47 -50
- package/dist/components/Wallet/Portfolio/tokenRow.js +3 -4
- package/dist/components/Wallet/Profile/documents.js +125 -134
- package/dist/components/Wallet/Profile/index.js +37 -42
- package/dist/components/Wallet/Profile/storage.js +39 -47
- package/dist/components/Wallet/Receive/index.js +31 -36
- package/dist/components/Wallet/Sell/confirmTransaction.js +6 -8
- package/dist/components/Wallet/Sell/form.js +6 -16
- package/dist/components/Wallet/Sell/index.js +2 -2
- 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 +8 -355
- package/dist/components/Wallet/Shared/BankSelect/index.js +44 -48
- package/dist/components/Wallet/Shared/CardCorp/index.js +17 -18
- 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.js +15 -16
- 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 +40 -44
- 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 +15 -16
- package/dist/components/Wallet/Shared/inputField.js +5 -5
- package/dist/components/Wallet/Shared/manualSend.js +7 -11
- 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 +16 -16
- package/dist/components/Wallet/SignUp/index.js +62 -152
- package/dist/components/Wallet/SignUp/terms.js +1 -1
- package/dist/components/Wallet/Stake/gems/index.js +51 -58
- package/dist/components/Wallet/Stake/id/index.js +73 -81
- package/dist/components/Wallet/Stake/index.js +64 -67
- package/dist/components/Wallet/Swap/form.js +8 -17
- package/dist/components/Wallet/Swap/index.js +2 -2
- package/dist/components/Wallet/SwapAndUniSwap/index.js +3 -5
- package/dist/components/Wallet/Withdraw/bankSelect.js +40 -44
- package/dist/components/Wallet/Withdraw/confirmTransaction.js +3 -6
- package/dist/components/Wallet/Withdraw/form.js +4 -15
- package/dist/components/Wallet/Withdraw/index.js +2 -2
- package/dist/{createSvgIcon-Cuzqm90l.js → createSvgIcon-B28GrUxG.js} +41 -45
- 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-3OQ4M69t.js} +87 -96
- package/dist/{index-BHG1bT4t.js → index-BBFbUCRZ.js} +123 -128
- package/dist/{index-Dh_ahu-u.js → index-C1WPCgkl.js} +129 -140
- package/dist/{index-eEBuSKOo.js → index-CDwzoHu7.js} +124 -134
- package/dist/{index-B9oucF3r.js → index-CK4kLRAw.js} +189 -198
- package/dist/{index-C7Td5yoW.js → index-CYX3j0V7.js} +172 -181
- package/dist/{index-D2JWUPz8.js → index-ILpK4BCB.js} +154 -163
- package/dist/main.js +7 -7
- package/dist/memoTheme-DnE8lj0t.js +3481 -0
- package/dist/otpForm-fiNqeB5H.js +7378 -0
- package/dist/{tokenRow-C-iMHhPj.js → tokenRow-BiNtHOKV.js} +20 -21
- package/dist/tooltip-BW0UyWw7.js +2129 -0
- 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/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/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,44 +1,40 @@
|
|
|
1
1
|
import * as h from "react";
|
|
2
2
|
import { jsxs as I, jsx as b } from "react/jsx-runtime";
|
|
3
|
-
import { g as w,
|
|
4
|
-
import { c as N } from "./clsx-BTaloaeC.js";
|
|
5
|
-
import { m as C } from "./memoTheme-yHaPezod.js";
|
|
6
|
-
import { g as O } from "./generateUtilityClasses-BRiE4Guh.js";
|
|
7
|
-
import { s as T, u as R, c as E } from "./DefaultPropsProvider-oAu9El-f.js";
|
|
3
|
+
import { g as w, a as N, s as C, c as z, m as O, u as T, b as R, P as e, d as E } from "./memoTheme-DnE8lj0t.js";
|
|
8
4
|
function j(o) {
|
|
9
5
|
return w("MuiSvgIcon", o);
|
|
10
6
|
}
|
|
11
|
-
|
|
7
|
+
N("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAction", "colorError", "colorDisabled", "fontSizeInherit", "fontSizeSmall", "fontSizeMedium", "fontSizeLarge"]);
|
|
12
8
|
const V = (o) => {
|
|
13
9
|
const {
|
|
14
10
|
color: r,
|
|
15
|
-
fontSize:
|
|
11
|
+
fontSize: n,
|
|
16
12
|
classes: s
|
|
17
|
-
} = o,
|
|
18
|
-
root: ["root", r !== "inherit" && `color${z(r)}`, `fontSize${z(
|
|
13
|
+
} = o, t = {
|
|
14
|
+
root: ["root", r !== "inherit" && `color${z(r)}`, `fontSize${z(n)}`]
|
|
19
15
|
};
|
|
20
|
-
return E(
|
|
21
|
-
}, $ =
|
|
16
|
+
return E(t, j, s);
|
|
17
|
+
}, $ = C("svg", {
|
|
22
18
|
name: "MuiSvgIcon",
|
|
23
19
|
slot: "Root",
|
|
24
20
|
overridesResolver: (o, r) => {
|
|
25
21
|
const {
|
|
26
|
-
ownerState:
|
|
22
|
+
ownerState: n
|
|
27
23
|
} = o;
|
|
28
|
-
return [r.root,
|
|
24
|
+
return [r.root, n.color !== "inherit" && r[`color${z(n.color)}`], r[`fontSize${z(n.fontSize)}`]];
|
|
29
25
|
}
|
|
30
|
-
})(
|
|
26
|
+
})(O(({
|
|
31
27
|
theme: o
|
|
32
28
|
}) => {
|
|
33
|
-
var r,
|
|
29
|
+
var r, n, s, t, l, S, a, g, p, d, c, m, y, f;
|
|
34
30
|
return {
|
|
35
31
|
userSelect: "none",
|
|
36
32
|
width: "1em",
|
|
37
33
|
height: "1em",
|
|
38
34
|
display: "inline-block",
|
|
39
35
|
flexShrink: 0,
|
|
40
|
-
transition: (
|
|
41
|
-
duration: (s = (
|
|
36
|
+
transition: (t = (r = o.transitions) == null ? void 0 : r.create) == null ? void 0 : t.call(r, "fill", {
|
|
37
|
+
duration: (s = (n = (o.vars ?? o).transitions) == null ? void 0 : n.duration) == null ? void 0 : s.shorter
|
|
42
38
|
}),
|
|
43
39
|
variants: [
|
|
44
40
|
{
|
|
@@ -70,7 +66,7 @@ const V = (o) => {
|
|
|
70
66
|
fontSize: "medium"
|
|
71
67
|
},
|
|
72
68
|
style: {
|
|
73
|
-
fontSize: ((g = (
|
|
69
|
+
fontSize: ((g = (a = o.typography) == null ? void 0 : a.pxToRem) == null ? void 0 : g.call(a, 24)) || "1.5rem"
|
|
74
70
|
}
|
|
75
71
|
},
|
|
76
72
|
{
|
|
@@ -78,7 +74,7 @@ const V = (o) => {
|
|
|
78
74
|
fontSize: "large"
|
|
79
75
|
},
|
|
80
76
|
style: {
|
|
81
|
-
fontSize: ((
|
|
77
|
+
fontSize: ((d = (p = o.typography) == null ? void 0 : p.pxToRem) == null ? void 0 : d.call(p, 35)) || "2.1875rem"
|
|
82
78
|
}
|
|
83
79
|
},
|
|
84
80
|
// TODO v5 deprecate color prop, v6 remove for sx
|
|
@@ -98,7 +94,7 @@ const V = (o) => {
|
|
|
98
94
|
color: "action"
|
|
99
95
|
},
|
|
100
96
|
style: {
|
|
101
|
-
color: (
|
|
97
|
+
color: (m = (c = (o.vars ?? o).palette) == null ? void 0 : c.action) == null ? void 0 : m.active
|
|
102
98
|
}
|
|
103
99
|
},
|
|
104
100
|
{
|
|
@@ -119,47 +115,47 @@ const V = (o) => {
|
|
|
119
115
|
}
|
|
120
116
|
]
|
|
121
117
|
};
|
|
122
|
-
})), x = /* @__PURE__ */ h.forwardRef(function(r,
|
|
123
|
-
const s =
|
|
118
|
+
})), x = /* @__PURE__ */ h.forwardRef(function(r, n) {
|
|
119
|
+
const s = T({
|
|
124
120
|
props: r,
|
|
125
121
|
name: "MuiSvgIcon"
|
|
126
122
|
}), {
|
|
127
|
-
children:
|
|
123
|
+
children: t,
|
|
128
124
|
className: l,
|
|
129
125
|
color: S = "inherit",
|
|
130
|
-
component:
|
|
126
|
+
component: a = "svg",
|
|
131
127
|
fontSize: g = "medium",
|
|
132
128
|
htmlColor: p,
|
|
133
|
-
inheritViewBox:
|
|
134
|
-
titleAccess:
|
|
135
|
-
viewBox:
|
|
129
|
+
inheritViewBox: d = !1,
|
|
130
|
+
titleAccess: c,
|
|
131
|
+
viewBox: m = "0 0 24 24",
|
|
136
132
|
...y
|
|
137
|
-
} = s, f = /* @__PURE__ */ h.isValidElement(
|
|
133
|
+
} = s, f = /* @__PURE__ */ h.isValidElement(t) && t.type === "svg", i = {
|
|
138
134
|
...s,
|
|
139
135
|
color: S,
|
|
140
|
-
component:
|
|
136
|
+
component: a,
|
|
141
137
|
fontSize: g,
|
|
142
138
|
instanceFontSize: r.fontSize,
|
|
143
|
-
inheritViewBox:
|
|
144
|
-
viewBox:
|
|
139
|
+
inheritViewBox: d,
|
|
140
|
+
viewBox: m,
|
|
145
141
|
hasSvgAsChild: f
|
|
146
142
|
}, u = {};
|
|
147
|
-
|
|
143
|
+
d || (u.viewBox = m);
|
|
148
144
|
const v = V(i);
|
|
149
145
|
return /* @__PURE__ */ I($, {
|
|
150
|
-
as:
|
|
151
|
-
className:
|
|
146
|
+
as: a,
|
|
147
|
+
className: R(v.root, l),
|
|
152
148
|
focusable: "false",
|
|
153
149
|
color: p,
|
|
154
|
-
"aria-hidden":
|
|
155
|
-
role:
|
|
156
|
-
ref:
|
|
150
|
+
"aria-hidden": c ? void 0 : !0,
|
|
151
|
+
role: c ? "img" : void 0,
|
|
152
|
+
ref: n,
|
|
157
153
|
...u,
|
|
158
154
|
...y,
|
|
159
|
-
...f &&
|
|
155
|
+
...f && t.props,
|
|
160
156
|
ownerState: i,
|
|
161
|
-
children: [f ?
|
|
162
|
-
children:
|
|
157
|
+
children: [f ? t.props.children : t, c ? /* @__PURE__ */ b("title", {
|
|
158
|
+
children: c
|
|
163
159
|
}) : null]
|
|
164
160
|
});
|
|
165
161
|
});
|
|
@@ -236,17 +232,17 @@ process.env.NODE_ENV !== "production" && (x.propTypes = {
|
|
|
236
232
|
viewBox: e.string
|
|
237
233
|
});
|
|
238
234
|
x.muiName = "SvgIcon";
|
|
239
|
-
function
|
|
240
|
-
function
|
|
235
|
+
function D(o, r) {
|
|
236
|
+
function n(s, t) {
|
|
241
237
|
return /* @__PURE__ */ b(x, {
|
|
242
238
|
"data-testid": process.env.NODE_ENV !== "production" ? `${r}Icon` : void 0,
|
|
243
|
-
ref:
|
|
239
|
+
ref: t,
|
|
244
240
|
...s,
|
|
245
241
|
children: o
|
|
246
242
|
});
|
|
247
243
|
}
|
|
248
|
-
return process.env.NODE_ENV !== "production" && (
|
|
244
|
+
return process.env.NODE_ENV !== "production" && (n.displayName = `${r}Icon`), n.muiName = x.muiName, /* @__PURE__ */ h.memo(/* @__PURE__ */ h.forwardRef(n));
|
|
249
245
|
}
|
|
250
246
|
export {
|
|
251
|
-
|
|
247
|
+
D as c
|
|
252
248
|
};
|