@mx-cartographer/experiences 9.0.0-alpha.al9 → 9.0.0
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/CHANGELOG.md +20 -0
- package/dist/{AccountDetailsHeader-CfdnKyJK.mjs → AccountDetailsHeader-DIysk_4w.mjs} +1 -1
- package/dist/{AccountFields-CAy0x_4i.mjs → AccountFields-mwJ8NXsX.mjs} +18 -18
- package/dist/{AccountListItem-DJaIOxbb.mjs → AccountListItem-BDXHs4tV.mjs} +1 -1
- package/dist/{CategorySelectorDrawer-DVGuR3Ab.mjs → CategorySelectorDrawer-CmaDLhnf.mjs} +2 -2
- package/dist/{ConnectCard-CdXeMN22.mjs → ConnectCard-CCep7Zqe.mjs} +1 -1
- package/dist/{ConnectDrawer-CPsSusKE.mjs → ConnectDrawer-Cnjr3Ddg.mjs} +1 -1
- package/dist/{ConnectionsDrawer-DWPOixe6.mjs → ConnectionsDrawer-CtfPXk0M.mjs} +1 -1
- package/dist/{CurrencyInput-B59ugxPN.mjs → CurrencyInput-adTIRtL3.mjs} +28 -26
- package/dist/{Drawer-BNu88yNt.mjs → Drawer-BXqqBMxg.mjs} +29 -32
- package/dist/{EmbeddedCard-wENckl64.mjs → EmbeddedCard-DPwJjqMH.mjs} +1 -1
- package/dist/{ExportCsvAction-BkABqw52.mjs → ExportCsvAction-Bw02ZJEj.mjs} +1 -1
- package/dist/{Help-CNjuW34A.mjs → Help-DJ8PrVHX.mjs} +2 -2
- package/dist/{ManageIncome-D2hEHycu.mjs → ManageIncome-B1JfqslT.mjs} +5 -5
- package/dist/{NotificationSettings-CNsh4U5U.mjs → NotificationSettings-6p-h5phZ.mjs} +3 -3
- package/dist/{OriginalBalanceAction-BxOhy_ru.mjs → OriginalBalanceAction-CkJPnp2c.mjs} +1 -1
- package/dist/{RecurringSettings-Qqila2ld.mjs → RecurringSettings-cm6MK_aS.mjs} +1 -1
- package/dist/SearchBox-Cpgu_gdO.mjs +50 -0
- package/dist/{Select-KwuuoKM-.mjs → Select-BFt-HD-L.mjs} +15 -15
- package/dist/{ToggleListItem-BTDtw-N4.mjs → ToggleListItem-Dl1lXNwj.mjs} +7 -8
- package/dist/{TransactionDetails-CMUIncOc.mjs → TransactionDetails-C3dlAzYf.mjs} +10 -8
- package/dist/{ViewMoreMicroCard-DoVNDQVG.mjs → ViewMoreMicroCard-BD_MNc2z.mjs} +527 -526
- package/dist/{WidgetContainer-CmkRiOTH.mjs → WidgetContainer-DNuz_s7W.mjs} +1 -1
- package/dist/accounts/index.es.js +11 -11
- package/dist/budgets/index.es.js +8 -8
- package/dist/cashflow/index.es.js +6 -6
- package/dist/categories/index.es.js +1 -1
- package/dist/common/index.es.js +101 -100
- package/dist/common/utils/Theme.d.ts +4 -13
- package/dist/common/utils/index.d.ts +1 -1
- package/dist/core/types/AppData.d.ts +0 -14
- package/dist/core/types/Client.d.ts +13 -20
- package/dist/dashboard/index.es.js +33 -33
- package/dist/debts/index.es.js +6 -6
- package/dist/finstrong/index.es.js +9 -9
- package/dist/goals/index.es.js +5 -5
- package/dist/help/index.es.js +2 -2
- package/dist/insights/index.es.js +206 -209
- package/dist/investments/index.es.js +3 -3
- package/dist/merchants/index.es.js +1 -1
- package/dist/microinsights/MicroCardTemplate.d.ts +2 -4
- package/dist/microinsights/cards/InsightCard.d.ts +2 -2
- package/dist/microinsights/cards/NoRelevantInsightsCard.d.ts +3 -4
- package/dist/microinsights/cards/ViewMoreMicroCard.d.ts +3 -4
- package/dist/microinsights/cards/ZeroStateCard.d.ts +3 -4
- package/dist/microinsights/carousel/BeatList.d.ts +2 -2
- package/dist/microinsights/carousel/MicroBeatCarousel.d.ts +12 -1
- package/dist/microinsights/index.es.js +1 -1
- package/dist/microinsights/interfaces.d.ts +12 -4
- package/dist/networth/index.es.js +3 -3
- package/dist/notifications/index.es.js +2 -2
- package/dist/recurringtransactions/index.es.js +6 -6
- package/dist/settings/index.es.js +6 -6
- package/dist/spending/index.es.js +4 -4
- package/dist/transactions/index.es.js +35 -36
- package/dist/trends/index.es.js +8 -9
- package/package.json +4 -4
- package/dist/SearchBox-CwDgvWVJ.mjs +0 -48
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { jsx as t, jsxs as
|
|
1
|
+
import { jsx as t, jsxs as m } from "react/jsx-runtime";
|
|
2
2
|
import l from "@mui/material/ListItem";
|
|
3
3
|
import f from "@mui/material/ListItemButton";
|
|
4
4
|
import g from "@mui/material/ListItemIcon";
|
|
5
5
|
import d from "@mui/material/ListItemText";
|
|
6
|
-
import
|
|
6
|
+
import a from "@mui/material/Stack";
|
|
7
7
|
import p from "@mui/material/Switch";
|
|
8
8
|
import { Text as s } from "@mxenabled/mxui";
|
|
9
9
|
import I from "@mui/material/ListItemAvatar";
|
|
10
|
-
const
|
|
10
|
+
const S = ({
|
|
11
11
|
avatar: r,
|
|
12
12
|
endIcon: o,
|
|
13
13
|
isChecked: c,
|
|
@@ -27,9 +27,9 @@ const C = ({
|
|
|
27
27
|
"& .MuiListItemSecondaryAction-root": { right: o ? 64 : 24 },
|
|
28
28
|
"& .MuiListItemButton-root": { pr: 24 }
|
|
29
29
|
},
|
|
30
|
-
children: /* @__PURE__ */
|
|
30
|
+
children: /* @__PURE__ */ m(f, { onClick: i ? void 0 : () => e(), children: [
|
|
31
31
|
r && /* @__PURE__ */ t(I, { children: r }),
|
|
32
|
-
/* @__PURE__ */ t(d, { slotProps: { primary: { fontWeight: 400 } }, children: /* @__PURE__ */ t(
|
|
32
|
+
/* @__PURE__ */ t(d, { slotProps: { primary: { fontWeight: 400 } }, children: /* @__PURE__ */ t(a, { alignItems: "center", direction: "row", justifyContent: "space-between", children: /* @__PURE__ */ m(a, { sx: { width: "100%" }, children: [
|
|
33
33
|
/* @__PURE__ */ t(
|
|
34
34
|
s,
|
|
35
35
|
{
|
|
@@ -78,8 +78,7 @@ const C = ({
|
|
|
78
78
|
secondary: {
|
|
79
79
|
color: "text.secondary",
|
|
80
80
|
maxWidth: "calc(100% - 60px)",
|
|
81
|
-
variant: "caption"
|
|
82
|
-
whiteSpace: "wrap"
|
|
81
|
+
variant: "caption"
|
|
83
82
|
}
|
|
84
83
|
}
|
|
85
84
|
}
|
|
@@ -87,6 +86,6 @@ const C = ({
|
|
|
87
86
|
}
|
|
88
87
|
);
|
|
89
88
|
export {
|
|
90
|
-
|
|
89
|
+
S as T,
|
|
91
90
|
W as a
|
|
92
91
|
};
|
|
@@ -22,7 +22,7 @@ import Xe from "@mui/material/FormGroup";
|
|
|
22
22
|
import ue from "@mui/material/IconButton";
|
|
23
23
|
import $e from "@mui/material/TextField";
|
|
24
24
|
import { u as Ae } from "./useAriaLive-MkYebyUR.mjs";
|
|
25
|
-
import { b as Ze, T as Je, u as ne, O as C, c as et, d as tt, E as at, C as nt } from "./EmbeddedCard-
|
|
25
|
+
import { b as Ze, T as Je, u as ne, O as C, c as et, d as tt, E as at, C as nt } from "./EmbeddedCard-DPwJjqMH.mjs";
|
|
26
26
|
import { u as O, h as R, o as rt, d as ot, l as we, g as G, b as it, C as st } from "./hooks-BaO_gOI6.mjs";
|
|
27
27
|
import { A as Y } from "./Analytics-CzGzz_sE.mjs";
|
|
28
28
|
import lt from "@mui/material/ToggleButton";
|
|
@@ -37,15 +37,15 @@ import { BarChart as mt } from "@mui/x-charts";
|
|
|
37
37
|
import { L as _t } from "./Loader-CxeBwuPG.mjs";
|
|
38
38
|
import Q from "@mui/material/ListItemButton";
|
|
39
39
|
import X from "@mui/material/ListItemIcon";
|
|
40
|
-
import { b as Fe } from "./CategorySelectorDrawer-
|
|
40
|
+
import { b as Fe } from "./CategorySelectorDrawer-CmaDLhnf.mjs";
|
|
41
41
|
import { D as ae } from "./Dialog-CwWc0AbH.mjs";
|
|
42
|
-
import { D as _e } from "./Drawer-
|
|
42
|
+
import { D as _e } from "./Drawer-BXqqBMxg.mjs";
|
|
43
43
|
import { b as gt, C as pt, a as ht } from "./CurrencyDialog-DumQCTPO.mjs";
|
|
44
44
|
import Pe from "@mui/material/InputAdornment";
|
|
45
45
|
import yt from "@mui/material/Checkbox";
|
|
46
46
|
import { j as Tt } from "./DateUtil-Bhq59ZVg.mjs";
|
|
47
47
|
import Ne from "@mui/material/Grid";
|
|
48
|
-
import { C as bt } from "./CurrencyInput-
|
|
48
|
+
import { C as bt } from "./CurrencyInput-adTIRtL3.mjs";
|
|
49
49
|
import Ct from "@mui/material/Switch";
|
|
50
50
|
var de = /* @__PURE__ */ ((t) => (t[t.Category = 0] = "Category", t[t.Date = 1] = "Date", t[t.Memo = 2] = "Memo", t[t.Tags = 3] = "Tags", t))(de || {}), ie = /* @__PURE__ */ ((t) => (t[t.MerchantBudget = 0] = "MerchantBudget", t[t.SplitTransaction = 1] = "SplitTransaction", t[t.HideTransaction = 2] = "HideTransaction", t[t.MerchantLogo = 3] = "MerchantLogo", t))(ie || {});
|
|
51
51
|
const ft = [
|
|
@@ -1058,14 +1058,16 @@ const It = w(({ transaction: t }) => {
|
|
|
1058
1058
|
return /* @__PURE__ */ e(V, { className: "mx-txn-tag-manager-search", px: 24, py: 16, children: /* @__PURE__ */ e(
|
|
1059
1059
|
Le,
|
|
1060
1060
|
{
|
|
1061
|
-
InputProps: {
|
|
1062
|
-
startAdornment: /* @__PURE__ */ e(Pe, { position: "start", children: /* @__PURE__ */ e(ct, { color: "disabled" }) }),
|
|
1063
|
-
endAdornment: /* @__PURE__ */ e(Pe, { position: "end", sx: { padding: 0 }, children: n ? r : null })
|
|
1064
|
-
},
|
|
1065
1061
|
"aria-label": s.search_aria,
|
|
1066
1062
|
name: "search",
|
|
1067
1063
|
onChange: (o) => t(o.target.value),
|
|
1068
1064
|
placeholder: s.search_placeholder,
|
|
1065
|
+
slotProps: {
|
|
1066
|
+
input: {
|
|
1067
|
+
startAdornment: /* @__PURE__ */ e(Pe, { position: "start", children: /* @__PURE__ */ e(ct, { color: "disabled" }) }),
|
|
1068
|
+
endAdornment: /* @__PURE__ */ e(Pe, { position: "end", sx: { padding: 0 }, children: n ? r : null })
|
|
1069
|
+
}
|
|
1070
|
+
},
|
|
1069
1071
|
sx: { bgcolor: "background.paper", width: "100%" },
|
|
1070
1072
|
value: n
|
|
1071
1073
|
}
|