@mx-cartographer/experiences 9.0.16-alpha.al0 → 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.
Files changed (31) hide show
  1. package/CHANGELOG.md +5 -4
  2. package/dist/{AccountDetailsDrawer-CZPeLsCq.mjs → AccountDetailsDrawer-BuxLfuIm.mjs} +3 -3
  3. package/dist/{AccountDetailsHeader-BvbCUQSS.mjs → AccountDetailsHeader-ByGNPZpO.mjs} +0 -2
  4. package/dist/{EmbeddedCard-DH8vQ3qN.mjs → EmbeddedCard-BxgB26dd.mjs} +181 -183
  5. package/dist/{ExportCsvAction-C9KWH3Az.mjs → ExportCsvAction-BV69DnpC.mjs} +1 -1
  6. package/dist/{Help-aERwhajy.mjs → Help-BMCejaQr.mjs} +2 -2
  7. package/dist/ListItemWrapper-BHIbqx7E.mjs +42 -0
  8. package/dist/{ManageIncome-Dcsnnz86.mjs → ManageIncome-BadwsHRL.mjs} +8 -8
  9. package/dist/{RecurringSettings-D8hBbXV_.mjs → RecurringSettings-CGZiV-Ie.mjs} +1 -1
  10. package/dist/{TransactionDetails-roZ5xLq8.mjs → TransactionDetails-DQ_eE7M4.mjs} +1 -1
  11. package/dist/{ViewMoreMicroCard-Dxghxphh.mjs → ViewMoreMicroCard-fnwE0hqd.mjs} +355 -351
  12. package/dist/accounts/index.es.js +4 -4
  13. package/dist/budgets/index.es.js +3 -3
  14. package/dist/cashflow/index.es.js +4 -4
  15. package/dist/common/components/ListItemWrapper.d.ts +1 -2
  16. package/dist/common/index.es.js +1 -1
  17. package/dist/debts/index.es.js +63 -63
  18. package/dist/finstrong/index.es.js +5 -5
  19. package/dist/help/index.es.js +1 -1
  20. package/dist/insights/components/insights/P2pCategorization/_tests_/P2pCategorizationMultipleTransaction.test.d.ts +0 -0
  21. package/dist/insights/components/insights/P2pCategorization/_tests_/P2pCategorizationSingleTransaction.test.d.ts +0 -0
  22. package/dist/insights/index.es.js +2 -2
  23. package/dist/microinsights/index.es.js +1 -1
  24. package/dist/recurringtransactions/index.es.js +138 -151
  25. package/dist/settings/index.es.js +1 -1
  26. package/dist/spending/index.es.js +2 -2
  27. package/dist/transactions/components/shared/transactionlist/TransactionRow.d.ts +0 -1
  28. package/dist/transactions/index.es.js +5 -5
  29. package/dist/trends/index.es.js +4 -4
  30. package/package.json +6 -6
  31. package/dist/ListItemWrapper-DRse79Iu.mjs +0 -43
@@ -2,7 +2,7 @@ import { jsx as o } from "react/jsx-runtime";
2
2
  import { observer as c } from "mobx-react-lite";
3
3
  import { Icon as i } from "@mxenabled/mxui";
4
4
  import { e as p } from "./TransactionUtils-BphBJBbU.mjs";
5
- import { O as m } from "./EmbeddedCard-DH8vQ3qN.mjs";
5
+ import { O as m } from "./EmbeddedCard-BxgB26dd.mjs";
6
6
  import { f as x, g as _, u as C } from "./hooks-97sNJ_lf.mjs";
7
7
  import { R as l } from "./ResponsiveButton-CC9F_Ezk.mjs";
8
8
  const v = ({ filter: t }) => {
@@ -209,7 +209,7 @@ const kt = ({
209
209
  E,
210
210
  {
211
211
  bold: !0,
212
- color: "primary.main",
212
+ color: "primary.lighter",
213
213
  onClick: n,
214
214
  sx: { cursor: "pointer", fontWeight: 700 },
215
215
  variant: "body2",
@@ -400,7 +400,7 @@ const kt = ({
400
400
  TRANSACTIONS_EXPORT: `${m}/transactions/ExportTransactions.png`,
401
401
  TRANSACTIONS_OVERVIEW: `${m}/transactions/Overview.png`,
402
402
  TRANSACTIONS_RULES: `${m}/transactions/TransactionRules.png`,
403
- TRENDS_WIDGET: `${m}/trends/TrendsWidget2.png`
403
+ TRENDS_WIDGET: `${m}/trends/TrendsWidget.png`
404
404
  }, Wt = ({ copy: e, topicKey: i }) => ({
405
405
  "accounts-overview": /* @__PURE__ */ _(r.Fragment, { children: [
406
406
  /* @__PURE__ */ t(
@@ -0,0 +1,42 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import a from "@mui/material/ListItem";
3
+ import i from "@mui/material/ListItemButton";
4
+ import { f as m } from "./hooks-97sNJ_lf.mjs";
5
+ const d = ({
6
+ children: t,
7
+ clickEventName: e,
8
+ onClick: o,
9
+ sx: s = {}
10
+ }) => {
11
+ const { onEvent: p } = m();
12
+ return o ? /* @__PURE__ */ r(
13
+ a,
14
+ {
15
+ className: "list-wrapper",
16
+ component: "div",
17
+ sx: { bgcolor: "background.paper", ...s },
18
+ children: /* @__PURE__ */ r(
19
+ i,
20
+ {
21
+ onClick: () => {
22
+ e && p(e), o();
23
+ },
24
+ children: t
25
+ }
26
+ )
27
+ }
28
+ ) : /* @__PURE__ */ r(
29
+ a,
30
+ {
31
+ className: "list-wrapper",
32
+ component: "div",
33
+ disableGutters: !1,
34
+ disablePadding: !1,
35
+ sx: { bgcolor: "background.paper", ...s },
36
+ children: t
37
+ }
38
+ );
39
+ };
40
+ export {
41
+ d as L
42
+ };
@@ -17,12 +17,12 @@ import { startOfToday as U } from "date-fns/startOfToday";
17
17
  import { endOfMonth as We } from "date-fns/endOfMonth";
18
18
  import fe from "@mui/material/Button";
19
19
  import { CheckCircle as Ke, Cancel as qe, Icon as je, ChevronRight as He, Delete as Qe, Add as $e, ReceiptLong as Xe } from "@mxenabled/mx-icons";
20
- import { T as Ze } from "./TransactionDetails-roZ5xLq8.mjs";
21
- import { a as Je } from "./AccountDetailsDrawer-CZPeLsCq.mjs";
22
- import { u as Ve } from "./AccountDetailsHeader-BvbCUQSS.mjs";
20
+ import { T as Ze } from "./TransactionDetails-DQ_eE7M4.mjs";
21
+ import { a as Je } from "./AccountDetailsDrawer-BuxLfuIm.mjs";
22
+ import { u as Ve } from "./AccountDetailsHeader-ByGNPZpO.mjs";
23
23
  import { C as ee } from "./Category-DEKZGLYe.mjs";
24
24
  import { T as ge } from "./TransactionUtils-BphBJBbU.mjs";
25
- import { u as Ce, T as et, S as tt, a as nt } from "./EmbeddedCard-DH8vQ3qN.mjs";
25
+ import { u as Ce, T as et, S as tt, a as nt } from "./EmbeddedCard-BxgB26dd.mjs";
26
26
  import { u as x, h as Y, g as re, f as K, a as at, c as ot, C as rt } from "./hooks-97sNJ_lf.mjs";
27
27
  import { S as it } from "./SearchBox-Cpgu_gdO.mjs";
28
28
  import { D as z } from "./Drawer-DsnW2o0v.mjs";
@@ -40,7 +40,7 @@ import { getUnixTime as mt } from "date-fns/getUnixTime";
40
40
  import _t from "@mui/material/IconButton";
41
41
  import pt from "@mui/material/Menu";
42
42
  import ht from "@mui/material/MenuItem";
43
- import { L as yt } from "./ListItemWrapper-DRse79Iu.mjs";
43
+ import { L as yt } from "./ListItemWrapper-BHIbqx7E.mjs";
44
44
  import { f as Se, D as xe } from "./DateFormats-HudZ3Bjs.mjs";
45
45
  import ft from "@mui/material/Card";
46
46
  import gt from "@mui/material/CardActionArea";
@@ -334,8 +334,8 @@ const Q = (n) => n.top_level_category_guid !== ee.INCOME && n.transaction_type =
334
334
  m && (m.status === R.Missed ? i() : m.transactionGuid && t(m.transactionGuid), k());
335
335
  };
336
336
  return /* @__PURE__ */ l(p, { direction: "column", sx: { minHeight: "30dvh" }, children: [
337
- /* @__PURE__ */ e(y, { bold: !0, id: "past-activity", sx: { ml: 24, mt: 16, mb: 8 }, variant: "body1", children: r.past_activity }),
338
- /* @__PURE__ */ e(ne, { "aria-labelledby": "past-activity", sx: { flex: 1, overflow: "auto" }, children: v.map((c, E) => {
337
+ /* @__PURE__ */ e(y, { bold: !0, sx: { ml: 24, mt: 16, mb: 8 }, variant: "body1", children: r.past_activity }),
338
+ /* @__PURE__ */ e(ne, { sx: { flex: 1, overflow: "auto" }, children: v.map((c, E) => {
339
339
  const T = c.status === R.Paid, N = c.status === R.Missed, g = E === v.length - 1;
340
340
  return /* @__PURE__ */ l(u.Fragment, { children: [
341
341
  /* @__PURE__ */ l(
@@ -713,7 +713,7 @@ const Q = (n) => n.top_level_category_guid !== ee.INCOME && n.transaction_type =
713
713
  return /* @__PURE__ */ l(p, { bgcolor: n, gap: 24, height: "100%", children: [
714
714
  /* @__PURE__ */ l(p, { children: [
715
715
  /* @__PURE__ */ e(tt, { bgcolor: n, children: kt(d.date) }),
716
- /* @__PURE__ */ e(nt, { component: "div", transaction: d })
716
+ /* @__PURE__ */ e(nt, { transaction: d })
717
717
  ] }),
718
718
  /* @__PURE__ */ l(j, { children: [
719
719
  /* @__PURE__ */ e(y, { bold: !0, sx: { mx: 24 }, variant: "body1", children: h.payment_schedule }),
@@ -7,7 +7,7 @@ import R from "@mui/material/Tabs";
7
7
  import d from "@mui/material/Divider";
8
8
  import b from "@mui/material/List";
9
9
  import T from "@mui/material/Stack";
10
- import { R as C, A as S, a as E, M as v } from "./ManageIncome-Dcsnnz86.mjs";
10
+ import { R as C, A as S, a as E, M as v } from "./ManageIncome-BadwsHRL.mjs";
11
11
  import { u as _, h as A, f } from "./hooks-97sNJ_lf.mjs";
12
12
  import { R as y, F as N } from "./RecurringTransactionsUtil-CHWmqvW5.mjs";
13
13
  import { A as m } from "./Analytics-WeZYytR0.mjs";
@@ -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 f, c as et, d as tt, E as at, C as nt } from "./EmbeddedCard-DH8vQ3qN.mjs";
25
+ import { b as Ze, T as Je, u as ne, O as f, c as et, d as tt, E as at, C as nt } from "./EmbeddedCard-BxgB26dd.mjs";
26
26
  import { u as E, g as M, o as rt, c as ot, l as we, f as G, a as it, C as st } from "./hooks-97sNJ_lf.mjs";
27
27
  import { A as j } from "./Analytics-WeZYytR0.mjs";
28
28
  import lt from "@mui/material/ToggleButton";