@mx-cartographer/experiences 9.0.16-alpha → 9.0.16
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 +5 -4
- package/dist/{AccountDetailsDrawer-CZPeLsCq.mjs → AccountDetailsDrawer-BuxLfuIm.mjs} +3 -3
- package/dist/{AccountDetailsHeader-BvbCUQSS.mjs → AccountDetailsHeader-ByGNPZpO.mjs} +0 -2
- package/dist/{EmbeddedCard-DH8vQ3qN.mjs → EmbeddedCard-BxgB26dd.mjs} +181 -183
- package/dist/{ExportCsvAction-C9KWH3Az.mjs → ExportCsvAction-BV69DnpC.mjs} +1 -1
- package/dist/{Help-aERwhajy.mjs → Help-BMCejaQr.mjs} +2 -2
- package/dist/ListItemWrapper-BHIbqx7E.mjs +42 -0
- package/dist/{ManageIncome-Dcsnnz86.mjs → ManageIncome-BadwsHRL.mjs} +8 -8
- package/dist/{RecurringSettings-D8hBbXV_.mjs → RecurringSettings-CGZiV-Ie.mjs} +1 -1
- package/dist/{TransactionDetails-roZ5xLq8.mjs → TransactionDetails-DQ_eE7M4.mjs} +1 -1
- package/dist/{ViewMoreMicroCard-Dxghxphh.mjs → ViewMoreMicroCard-fnwE0hqd.mjs} +355 -351
- package/dist/accounts/index.es.js +4 -4
- package/dist/budgets/index.es.js +3 -3
- package/dist/cashflow/index.es.js +4 -4
- package/dist/common/components/ListItemWrapper.d.ts +1 -2
- package/dist/common/index.es.js +1 -1
- package/dist/debts/index.es.js +63 -63
- package/dist/finstrong/index.es.js +5 -5
- package/dist/help/index.es.js +1 -1
- package/dist/insights/components/insights/P2pCategorization/_tests_/P2pCategorizationMultipleTransaction.test.d.ts +0 -0
- package/dist/insights/components/insights/P2pCategorization/_tests_/P2pCategorizationSingleTransaction.test.d.ts +0 -0
- package/dist/insights/index.es.js +2 -2
- package/dist/microinsights/index.es.js +1 -1
- package/dist/recurringtransactions/index.es.js +138 -151
- package/dist/settings/index.es.js +1 -1
- package/dist/spending/index.es.js +2 -2
- package/dist/transactions/components/shared/transactionlist/TransactionRow.d.ts +0 -1
- package/dist/transactions/index.es.js +5 -5
- package/dist/trends/index.es.js +4 -4
- package/package.json +6 -6
- package/dist/ListItemWrapper-DRse79Iu.mjs +0 -43
|
@@ -41,7 +41,7 @@ import Me from "@mui/material/ListItemText";
|
|
|
41
41
|
import { ChevronRight as Le, ChevronLeft as Be } from "@mxenabled/mx-icons";
|
|
42
42
|
import { D as He } from "../Drawer-DsnW2o0v.mjs";
|
|
43
43
|
import { u as ne } from "../useWidgetLoadTimer-B0tB-yzL.mjs";
|
|
44
|
-
import { H as Oe } from "../Help-
|
|
44
|
+
import { H as Oe } from "../Help-BMCejaQr.mjs";
|
|
45
45
|
import { W as q } from "../WidgetContainer-DJnp6t6c.mjs";
|
|
46
46
|
const Fe = ({ availableWidth: t, handleOnLeavClick: r }) => {
|
|
47
47
|
const i = L(), { common: o, settings: n } = k(), { isDesktop: u, isMobile: s, isSmallMobile: a, isTablet: l } = F(t), { config: b } = G(), { updateUser: _ } = E(), { user: d } = Ce(), [h, w] = m.useState({
|
|
@@ -19,8 +19,8 @@ import { startOfToday as J } from "date-fns/startOfToday";
|
|
|
19
19
|
import St from "@mui/material/Button";
|
|
20
20
|
import { useTheme as Tt } from "@mui/material";
|
|
21
21
|
import { e as Mt } from "../TransactionUtils-BphBJBbU.mjs";
|
|
22
|
-
import { T as Dt } from "../EmbeddedCard-
|
|
23
|
-
import { T as xt } from "../TransactionDetails-
|
|
22
|
+
import { T as Dt } from "../EmbeddedCard-BxgB26dd.mjs";
|
|
23
|
+
import { T as xt } from "../TransactionDetails-DQ_eE7M4.mjs";
|
|
24
24
|
import vt from "@mui/material/Collapse";
|
|
25
25
|
import wt from "@mui/material/Divider";
|
|
26
26
|
import Q from "@mui/material/List";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { C as Be, D as He, M as Pe, a as We, T as $e } from "../TransactionDetails-
|
|
2
|
-
import { B as xa, b as Aa } from "../TransactionDetails-
|
|
3
|
-
import { u as B, T as Ge } from "../EmbeddedCard-
|
|
4
|
-
import { a as Sa } from "../EmbeddedCard-
|
|
5
|
-
import { E as va } from "../ExportCsvAction-
|
|
1
|
+
import { C as Be, D as He, M as Pe, a as We, T as $e } from "../TransactionDetails-DQ_eE7M4.mjs";
|
|
2
|
+
import { B as xa, b as Aa } from "../TransactionDetails-DQ_eE7M4.mjs";
|
|
3
|
+
import { u as B, T as Ge } from "../EmbeddedCard-BxgB26dd.mjs";
|
|
4
|
+
import { a as Sa } from "../EmbeddedCard-BxgB26dd.mjs";
|
|
5
|
+
import { E as va } from "../ExportCsvAction-BV69DnpC.mjs";
|
|
6
6
|
import { jsxs as m, jsx as e } from "react/jsx-runtime";
|
|
7
7
|
import u from "react";
|
|
8
8
|
import { observer as D } from "mobx-react-lite";
|
package/dist/trends/index.es.js
CHANGED
|
@@ -29,13 +29,13 @@ import Ft from "@mui/material/ToggleButton";
|
|
|
29
29
|
import $t from "@mui/material/ToggleButtonGroup";
|
|
30
30
|
import { parseISO as lt } from "date-fns/parseISO";
|
|
31
31
|
import { H as ke } from "../HeaderCell-P8w6CmfO.mjs";
|
|
32
|
-
import { T as W, a as Kt } from "../ViewMoreMicroCard-
|
|
32
|
+
import { T as W, a as Kt } from "../ViewMoreMicroCard-fnwE0hqd.mjs";
|
|
33
33
|
import { useGridApiContext as Yt, useGridRootProps as jt, DataGridPro as Ut } from "@mui/x-data-grid-pro";
|
|
34
34
|
import Xt from "@mui/material/Badge";
|
|
35
35
|
import Zt from "@mui/material/IconButton";
|
|
36
36
|
import { A as w } from "../Analytics-WeZYytR0.mjs";
|
|
37
|
-
import { T as ct } from "../EmbeddedCard-
|
|
38
|
-
import { T as dt } from "../TransactionDetails-
|
|
37
|
+
import { T as ct } from "../EmbeddedCard-BxgB26dd.mjs";
|
|
38
|
+
import { T as dt } from "../TransactionDetails-DQ_eE7M4.mjs";
|
|
39
39
|
import { D as Pe } from "../Drawer-DsnW2o0v.mjs";
|
|
40
40
|
import { u as Ie } from "../useWidgetLoadTimer-B0tB-yzL.mjs";
|
|
41
41
|
import { L as Le } from "../Loader-CxeBwuPG.mjs";
|
|
@@ -55,7 +55,7 @@ import { g as Oe } from "../TransactionUtils-BphBJBbU.mjs";
|
|
|
55
55
|
import { L as uo } from "../ListItemRow-kH1rn8Xu.mjs";
|
|
56
56
|
import { Stack as mo } from "@mui/material";
|
|
57
57
|
import ho from "@mui/material/ListItemAvatar";
|
|
58
|
-
import { E as go } from "../ExportCsvAction-
|
|
58
|
+
import { E as go } from "../ExportCsvAction-BV69DnpC.mjs";
|
|
59
59
|
import { u as po } from "../useInsightsEnabled-D5Sdm0TJ.mjs";
|
|
60
60
|
import { E as fo } from "../EmptyState-CJUDc3kD.mjs";
|
|
61
61
|
import { C as yo } from "../ConnectDrawer-CW4LA3H3.mjs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mx-cartographer/experiences",
|
|
3
|
-
"version": "9.0.16
|
|
3
|
+
"version": "9.0.16",
|
|
4
4
|
"description": "Library containing experience widgets",
|
|
5
5
|
"author": "MX",
|
|
6
6
|
"license": "MIT",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
"dependencies": {
|
|
192
192
|
"@emotion/react": "^11.14.0",
|
|
193
193
|
"@emotion/styled": "^11.14.1",
|
|
194
|
-
"@mui/lab": "7
|
|
194
|
+
"@mui/lab": "^7",
|
|
195
195
|
"@mui/material": "7.3.11",
|
|
196
196
|
"@mui/system": "7.3.11",
|
|
197
197
|
"@mui/x-charts": "^8.28.2",
|
|
@@ -243,8 +243,8 @@
|
|
|
243
243
|
"@typescript-eslint/eslint-plugin": "^7.16.0",
|
|
244
244
|
"@typescript-eslint/parser": "^7.16.0",
|
|
245
245
|
"@vitejs/plugin-react": "^4.3.4",
|
|
246
|
-
"@vitest/coverage-v8": "^3.
|
|
247
|
-
"@vitest/ui": "^3.
|
|
246
|
+
"@vitest/coverage-v8": "^3.0.8",
|
|
247
|
+
"@vitest/ui": "^3.0.8",
|
|
248
248
|
"@yarnpkg/sdks": "^3.2.1",
|
|
249
249
|
"css-mediaquery": "^0.1.2",
|
|
250
250
|
"eslint": "^8.56.0",
|
|
@@ -267,11 +267,11 @@
|
|
|
267
267
|
"storybook-dark-mode": "4.0.1",
|
|
268
268
|
"typescript": "^5.9.3",
|
|
269
269
|
"vi-canvas-mock": "^1.0.0",
|
|
270
|
-
"vite": "
|
|
270
|
+
"vite": "5.4.21",
|
|
271
271
|
"vite-plugin-dts": "^4.5.4",
|
|
272
272
|
"vite-plugin-svgr": "^4.5.0",
|
|
273
273
|
"vite-tsconfig-paths": "^5.1.4",
|
|
274
|
-
"vitest": "^3.2.
|
|
274
|
+
"vitest": "^3.2.4"
|
|
275
275
|
},
|
|
276
276
|
"peerDependencies": {
|
|
277
277
|
"@mui/material": "^7",
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import o from "@mui/material/ListItem";
|
|
3
|
-
import l from "@mui/material/ListItemButton";
|
|
4
|
-
import { f } from "./hooks-97sNJ_lf.mjs";
|
|
5
|
-
const g = ({
|
|
6
|
-
children: t,
|
|
7
|
-
clickEventName: e,
|
|
8
|
-
component: r,
|
|
9
|
-
onClick: a,
|
|
10
|
-
sx: i = {}
|
|
11
|
-
}) => {
|
|
12
|
-
const { onEvent: p } = f();
|
|
13
|
-
return a ? /* @__PURE__ */ s(
|
|
14
|
-
o,
|
|
15
|
-
{
|
|
16
|
-
className: "list-wrapper",
|
|
17
|
-
...r && { component: r },
|
|
18
|
-
sx: { bgcolor: "background.paper", ...i },
|
|
19
|
-
children: /* @__PURE__ */ s(
|
|
20
|
-
l,
|
|
21
|
-
{
|
|
22
|
-
onClick: () => {
|
|
23
|
-
e && p(e), a();
|
|
24
|
-
},
|
|
25
|
-
children: t
|
|
26
|
-
}
|
|
27
|
-
)
|
|
28
|
-
}
|
|
29
|
-
) : /* @__PURE__ */ s(
|
|
30
|
-
o,
|
|
31
|
-
{
|
|
32
|
-
className: "list-wrapper",
|
|
33
|
-
...r && { component: r },
|
|
34
|
-
disableGutters: !1,
|
|
35
|
-
disablePadding: !1,
|
|
36
|
-
sx: { bgcolor: "background.paper", ...i },
|
|
37
|
-
children: t
|
|
38
|
-
}
|
|
39
|
-
);
|
|
40
|
-
};
|
|
41
|
-
export {
|
|
42
|
-
g as L
|
|
43
|
-
};
|