@mx-cartographer/experiences 9.4.25 → 9.4.27

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 (57) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/accounts/components/AccountListItem.es.js +6 -6
  3. package/dist/accounts/components/AccountsListCompact.es.js +6 -6
  4. package/dist/accounts/components/detailsdrawer/Accounts/AccountConnection.es.js +8 -8
  5. package/dist/budgets/components/addbudget/RecalculateBudgetRow.es.js +5 -5
  6. package/dist/budgets/components/addbudget/UnbudgetedRow.es.js +6 -6
  7. package/dist/categories/components/CategoryRow.es.js +8 -8
  8. package/dist/common/components/DataRow.es.js +9 -9
  9. package/dist/common/components/GlobalAccountFilter.es.js +115 -90
  10. package/dist/common/components/GlobalAccountFilter.es.js.map +1 -1
  11. package/dist/common/components/ListItemRow.es.js +1 -1
  12. package/dist/common/components/globalaccountfilter/GlobalAccountFilterList.d.ts +2 -1
  13. package/dist/common/components/globalaccountfilter/GlobalAccountFilterList.es.js +114 -99
  14. package/dist/common/components/globalaccountfilter/GlobalAccountFilterList.es.js.map +1 -1
  15. package/dist/common/components/globalaccountfilter/TriStateCheckbox.d.ts +17 -0
  16. package/dist/common/components/globalaccountfilter/TriStateCheckbox.es.js +18 -0
  17. package/dist/common/components/globalaccountfilter/TriStateCheckbox.es.js.map +1 -0
  18. package/dist/common/components/globalaccountfilter/selection.d.ts +17 -0
  19. package/dist/common/components/globalaccountfilter/selection.es.js +10 -0
  20. package/dist/common/components/globalaccountfilter/selection.es.js.map +1 -0
  21. package/dist/common/components/listitems/CollapseExpandListItem.es.js +4 -4
  22. package/dist/common/components/listitems/ToggleButtonListItem.es.js +8 -8
  23. package/dist/core/types/localization/AccountFilterCopy.d.ts +2 -2
  24. package/dist/finstrong/components/ProfileList.es.js +7 -7
  25. package/dist/finstrong/components/shared/Accounts.es.js +4 -4
  26. package/dist/goals/components/AccountSelectionDrawer.es.js +6 -6
  27. package/dist/goals/components/actions/AccountAction.es.js +4 -4
  28. package/dist/goals/components/actions/ChangeAccountAction.es.js +1 -1
  29. package/dist/goals/components/addgoal/AddGoalListItem.es.js +2 -2
  30. package/dist/goals/components/managegoals/CompleteListItem.es.js +6 -6
  31. package/dist/goals/components/managegoals/OngoingListItem.es.js +8 -8
  32. package/dist/help/components/requestsupport/PopularTopicsRow.es.js +8 -8
  33. package/dist/insights/components/insights/DiscoveredAccounts/DiscoveredAccountsLearnMoreDrawerContent.es.js +6 -6
  34. package/dist/insights/components/shared/MenuAction.es.js +4 -4
  35. package/dist/insights-v2/components/OverflowMenu.es.js +4 -4
  36. package/dist/insights-v2/mappings/actionBlocksKey.es.js +1 -1
  37. package/dist/insights-v2/mappings/actionBlocksKey.es.js.map +1 -1
  38. package/dist/merchants/components/MerchantLookup.es.js +6 -6
  39. package/dist/networth/components/AssetsLiabilitiesDetail.es.js +1 -1
  40. package/dist/recurringtransactions/components/RecurrenceRow.es.js +6 -6
  41. package/dist/recurringtransactions/components/RecurringTransactionList.es.js +4 -4
  42. package/dist/recurringtransactions/components/shared/recurringsettings/RecurringRow.es.js +6 -6
  43. package/dist/settings/components/transactionrules/components/RuleListItem.es.js +4 -4
  44. package/dist/transactions/components/shared/transactiondetails/TransactionDetailsView.es.js +5 -5
  45. package/dist/transactions/components/shared/transactiondetails/actions/AddMerchantBudgetAction.es.js +9 -9
  46. package/dist/transactions/components/shared/transactiondetails/actions/CategoryAction.es.js +9 -9
  47. package/dist/transactions/components/shared/transactiondetails/actions/DateAction.es.js +9 -9
  48. package/dist/transactions/components/shared/transactiondetails/actions/DeleteAction.es.js +9 -9
  49. package/dist/transactions/components/shared/transactiondetails/actions/DeleteLogoAction.es.js +9 -9
  50. package/dist/transactions/components/shared/transactiondetails/actions/ExcludeAction.es.js +9 -9
  51. package/dist/transactions/components/shared/transactiondetails/actions/MemoAction.es.js +11 -11
  52. package/dist/transactions/components/shared/transactiondetails/actions/SplitAction.es.js +9 -9
  53. package/dist/transactions/components/shared/transactiondetails/actions/TagsAction.es.js +9 -9
  54. package/dist/transactions/components/shared/transactionlist/TransactionRow.es.js +4 -4
  55. package/dist/transactions/components/tagmanager/TagRow.es.js +4 -4
  56. package/dist/trends/components/CategoryDetails.es.js +4 -4
  57. package/package.json +1 -1
@@ -9,11 +9,11 @@ import { Icon as d } from "@mxenabled/mx-icons";
9
9
  import { jsx as o, jsxs as l } from "react/jsx-runtime";
10
10
  import { useTheme as b } from "@mui/material/styles";
11
11
  import O from "@mui/material/ListItem";
12
- import S from "@mui/material/ListItemButton";
13
- import g from "@mui/material/ListItemText";
14
- import v from "@mui/material/Avatar";
15
- import L from "@mui/material/ListItemAvatar";
16
- import D from "@mui/material/ListItemIcon";
12
+ import S from "@mui/material/Avatar";
13
+ import g from "@mui/material/ListItemAvatar";
14
+ import v from "@mui/material/ListItemButton";
15
+ import L from "@mui/material/ListItemIcon";
16
+ import D from "@mui/material/ListItemText";
17
17
  import R from "@mui/material/Switch";
18
18
  var k = ({ transaction: r }) => {
19
19
  const { onEvent: n } = f(), { setAlert: a, updateTransaction: m } = C(), { setShouldDisableDrawerScroll: _ } = T(), { common: u, transactions: t } = h(), p = b(), [x, c] = s.useState(!1), e = r.is_hidden, I = async () => {
@@ -30,7 +30,7 @@ var k = ({ transaction: r }) => {
30
30
  className: "mx-txn-hide-transaction",
31
31
  disableGutters: !0,
32
32
  disablePadding: !0,
33
- children: [/* @__PURE__ */ l(S, {
33
+ children: [/* @__PURE__ */ l(v, {
34
34
  "aria-checked": e,
35
35
  "aria-labelledby": "hide-transaction-text",
36
36
  onClick: () => {
@@ -39,7 +39,7 @@ var k = ({ transaction: r }) => {
39
39
  role: "switch",
40
40
  tabIndex: 0,
41
41
  children: [
42
- /* @__PURE__ */ o(L, { children: /* @__PURE__ */ o(v, {
42
+ /* @__PURE__ */ o(g, { children: /* @__PURE__ */ o(S, {
43
43
  sx: { bgcolor: N },
44
44
  variant: "rounded",
45
45
  children: e ? /* @__PURE__ */ o(d, {
@@ -50,12 +50,12 @@ var k = ({ transaction: r }) => {
50
50
  sx: { color: "text.primary" }
51
51
  })
52
52
  }) }),
53
- /* @__PURE__ */ o(g, {
53
+ /* @__PURE__ */ o(D, {
54
54
  id: "hide-transaction-text",
55
55
  primary: t.exclude_transaction,
56
56
  secondary: t.excluding_transaction
57
57
  }),
58
- /* @__PURE__ */ o(D, {
58
+ /* @__PURE__ */ o(L, {
59
59
  "aria-hidden": "true",
60
60
  children: /* @__PURE__ */ o(R, {
61
61
  checked: e,
@@ -11,12 +11,12 @@ import { Icon as c } from "@mxenabled/mx-icons";
11
11
  import { jsx as o, jsxs as s } from "react/jsx-runtime";
12
12
  import { useTheme as E } from "@mui/material/styles";
13
13
  import N from "@mui/material/ListItem";
14
- import M from "@mui/material/ListItemButton";
15
- import O from "@mui/material/ListItemText";
16
- import w from "@mui/material/TextField";
17
- import K from "@mui/material/Avatar";
18
- import P from "@mui/material/ListItemAvatar";
19
- import R from "@mui/material/ListItemIcon";
14
+ import M from "@mui/material/TextField";
15
+ import O from "@mui/material/Avatar";
16
+ import w from "@mui/material/ListItemAvatar";
17
+ import K from "@mui/material/ListItemButton";
18
+ import P from "@mui/material/ListItemIcon";
19
+ import R from "@mui/material/ListItemText";
20
20
  var $ = ({ transaction: e }) => {
21
21
  const { onEvent: n } = h(), { updateTransaction: p } = I(), { updateManualTransaction: d } = A(), { common: u, transactions: r } = C(), f = E(), [m, t] = a.useState(!1), [i, l] = a.useState("");
22
22
  a.useEffect(() => {
@@ -39,12 +39,12 @@ var $ = ({ transaction: e }) => {
39
39
  className: "mx-txn-memo-action",
40
40
  disableGutters: !0,
41
41
  disablePadding: !0,
42
- children: [/* @__PURE__ */ s(M, {
42
+ children: [/* @__PURE__ */ s(K, {
43
43
  onClick: () => {
44
44
  n(S.ON_TRANSACTION_MEMO_CLICK), t(!0);
45
45
  },
46
46
  children: [
47
- /* @__PURE__ */ o(P, { children: /* @__PURE__ */ o(K, {
47
+ /* @__PURE__ */ o(w, { children: /* @__PURE__ */ o(O, {
48
48
  sx: { bgcolor: _ },
49
49
  variant: "rounded",
50
50
  children: /* @__PURE__ */ o(c, {
@@ -52,7 +52,7 @@ var $ = ({ transaction: e }) => {
52
52
  sx: { color: "text.primary" }
53
53
  })
54
54
  }) }),
55
- /* @__PURE__ */ o(O, {
55
+ /* @__PURE__ */ o(R, {
56
56
  primary: r.memo_title,
57
57
  secondary: /* @__PURE__ */ o(b, {
58
58
  bold: !0,
@@ -66,7 +66,7 @@ var $ = ({ transaction: e }) => {
66
66
  fontWeight: "normal"
67
67
  } }
68
68
  }),
69
- /* @__PURE__ */ o(R, { children: /* @__PURE__ */ o(c, {
69
+ /* @__PURE__ */ o(P, { children: /* @__PURE__ */ o(c, {
70
70
  name: "chevron_right",
71
71
  sx: { color: "text.primary" }
72
72
  }) })
@@ -77,7 +77,7 @@ var $ = ({ transaction: e }) => {
77
77
  onClose: () => t(!1),
78
78
  onPrimaryAction: x,
79
79
  title: r.memo_title,
80
- children: [/* @__PURE__ */ o(g, { transaction: e }), /* @__PURE__ */ o(w, {
80
+ children: [/* @__PURE__ */ o(g, { transaction: e }), /* @__PURE__ */ o(M, {
81
81
  "aria-label": r.memo_desc_aria,
82
82
  focused: !0,
83
83
  multiline: !0,
@@ -15,11 +15,11 @@ import { Icon as h } from "@mxenabled/mx-icons";
15
15
  import { jsx as n, jsxs as C } from "react/jsx-runtime";
16
16
  import { useTheme as et } from "@mui/material/styles";
17
17
  import ot from "@mui/material/ListItem";
18
- import nt from "@mui/material/ListItemButton";
19
- import it from "@mui/material/ListItemText";
20
- import rt from "@mui/material/Avatar";
21
- import st from "@mui/material/ListItemAvatar";
22
- import at from "@mui/material/ListItemIcon";
18
+ import nt from "@mui/material/Avatar";
19
+ import it from "@mui/material/ListItemAvatar";
20
+ import rt from "@mui/material/ListItemButton";
21
+ import st from "@mui/material/ListItemIcon";
22
+ import at from "@mui/material/ListItemText";
23
23
  var lt = ({ transaction: t }) => {
24
24
  const { onEvent: p } = F(), { announce: u, ariaLive: L } = z(), { splitTransaction: b, unSplitTransaction: N, transactionSplitting: y } = q(), { common: _, transactions: i } = H(), { setShouldDisableDrawerScroll: v } = Q(), { categories: E } = B(), O = et(), T = {
25
25
  ...t,
@@ -80,10 +80,10 @@ var lt = ({ transaction: t }) => {
80
80
  disableGutters: !0,
81
81
  disablePadding: !0,
82
82
  children: [
83
- /* @__PURE__ */ C(nt, {
83
+ /* @__PURE__ */ C(rt, {
84
84
  onClick: K,
85
85
  children: [
86
- /* @__PURE__ */ n(st, { children: /* @__PURE__ */ n(rt, {
86
+ /* @__PURE__ */ n(it, { children: /* @__PURE__ */ n(nt, {
87
87
  sx: { bgcolor: Y },
88
88
  variant: "rounded",
89
89
  children: /* @__PURE__ */ n(h, {
@@ -91,11 +91,11 @@ var lt = ({ transaction: t }) => {
91
91
  sx: { color: "text.primary" }
92
92
  })
93
93
  }) }),
94
- /* @__PURE__ */ n(it, {
94
+ /* @__PURE__ */ n(at, {
95
95
  primary: t.has_been_split || t.parent_guid ? i.split_transaction_unsplit_title : i.split_transaction_title,
96
96
  secondary: t.has_been_split || t.parent_guid ? i.split_transaction_unsplit_subtitle : i.split_transaction_desc
97
97
  }),
98
- /* @__PURE__ */ n(at, { children: t.has_been_split || t.parent_guid ? /* @__PURE__ */ n(h, { name: "delete" }) : /* @__PURE__ */ n(h, {
98
+ /* @__PURE__ */ n(st, { children: t.has_been_split || t.parent_guid ? /* @__PURE__ */ n(h, { name: "delete" }) : /* @__PURE__ */ n(h, {
99
99
  name: "chevron_right",
100
100
  sx: { color: "text.primary" }
101
101
  }) })
@@ -11,11 +11,11 @@ import { Icon as f } from "@mxenabled/mx-icons";
11
11
  import { jsx as t, jsxs as u } from "react/jsx-runtime";
12
12
  import { useTheme as K } from "@mui/material/styles";
13
13
  import M from "@mui/material/ListItem";
14
- import P from "@mui/material/ListItemButton";
15
- import R from "@mui/material/ListItemText";
16
- import j from "@mui/material/Avatar";
17
- import D from "@mui/material/ListItemAvatar";
18
- import V from "@mui/material/ListItemIcon";
14
+ import P from "@mui/material/Avatar";
15
+ import R from "@mui/material/ListItemAvatar";
16
+ import j from "@mui/material/ListItemButton";
17
+ import D from "@mui/material/ListItemIcon";
18
+ import V from "@mui/material/ListItemText";
19
19
  var z = ({ transaction: e }) => {
20
20
  const { onEvent: c } = v(), { tags: p, updateTaggings: T, updateTransaction: _ } = L(), { common: n, transactions: l } = b(), { updateManualTransaction: h } = O(), C = K(), [d, a] = m.useState(!1), [o, g] = m.useState(e.tags);
21
21
  m.useEffect(() => {
@@ -40,12 +40,12 @@ var z = ({ transaction: e }) => {
40
40
  return /* @__PURE__ */ u(M, {
41
41
  disableGutters: !0,
42
42
  disablePadding: !0,
43
- children: [/* @__PURE__ */ u(P, {
43
+ children: [/* @__PURE__ */ u(j, {
44
44
  onClick: () => {
45
45
  c(k.ON_TRANSACTION_TAGS_CLICK), a(!0);
46
46
  },
47
47
  children: [
48
- /* @__PURE__ */ t(D, { children: /* @__PURE__ */ t(j, {
48
+ /* @__PURE__ */ t(R, { children: /* @__PURE__ */ t(P, {
49
49
  sx: { bgcolor: I },
50
50
  variant: "rounded",
51
51
  children: /* @__PURE__ */ t(f, {
@@ -53,7 +53,7 @@ var z = ({ transaction: e }) => {
53
53
  sx: { color: "text.primary" }
54
54
  })
55
55
  }) }),
56
- /* @__PURE__ */ t(R, {
56
+ /* @__PURE__ */ t(V, {
57
57
  primary: l.tags_title,
58
58
  secondary: /* @__PURE__ */ t(w, {
59
59
  bold: !0,
@@ -67,7 +67,7 @@ var z = ({ transaction: e }) => {
67
67
  fontWeight: "normal"
68
68
  } }
69
69
  }),
70
- /* @__PURE__ */ t(V, { children: /* @__PURE__ */ t(f, {
70
+ /* @__PURE__ */ t(D, { children: /* @__PURE__ */ t(f, {
71
71
  name: "chevron_right",
72
72
  sx: { color: "text.primary" }
73
73
  }) })
@@ -11,8 +11,8 @@ import d from "@mui/material/Stack";
11
11
  import { Icon as c, MerchantLogo as E, Text as n } from "@mxenabled/mxui";
12
12
  import { jsx as t, jsxs as i } from "react/jsx-runtime";
13
13
  import { useTheme as R } from "@mui/material/styles";
14
- import j from "@mui/material/ListItemText";
15
- import M from "@mui/material/ListItemAvatar";
14
+ import j from "@mui/material/ListItemAvatar";
15
+ import M from "@mui/material/ListItemText";
16
16
  var O = ({ transaction: e, onClick: p, component: l }) => {
17
17
  const g = R().palette.mode === "dark", { associatedBeats: m } = C(), { expandedSplits: h } = f(), { transactions: y } = x(), { showInsights: T } = f(), u = e.transaction_type === I.CREDIT, a = _.useMemo(() => m.find((r) => r.associated_transaction_guid === e.guid), [m, e]), b = (r, o) => {
18
18
  const s = [];
@@ -37,10 +37,10 @@ var O = ({ transaction: e, onClick: p, component: l }) => {
37
37
  backgroundColor: "grey.50",
38
38
  color: "text.secondary"
39
39
  } : void 0,
40
- children: [/* @__PURE__ */ t(M, { children: e.parent_guid && h.includes(e.parent_guid) ? /* @__PURE__ */ t(_.Fragment, {}) : /* @__PURE__ */ t(E, {
40
+ children: [/* @__PURE__ */ t(j, { children: e.parent_guid && h.includes(e.parent_guid) ? /* @__PURE__ */ t(_.Fragment, {}) : /* @__PURE__ */ t(E, {
41
41
  categoryGuid: e.top_level_category_guid || "",
42
42
  merchantGuid: e.merchant_guid || ""
43
- }) }), /* @__PURE__ */ t(j, {
43
+ }) }), /* @__PURE__ */ t(M, {
44
44
  disableTypography: !0,
45
45
  secondary: /* @__PURE__ */ i(d, {
46
46
  direction: "row",
@@ -11,8 +11,8 @@ import p from "@mui/material/IconButton";
11
11
  import P from "@mui/material/Checkbox";
12
12
  import B from "@mui/material/ListItem";
13
13
  import j from "@mui/material/ListItemButton";
14
- import V from "@mui/material/ListItemText";
15
- import $ from "@mui/material/ListItemIcon";
14
+ import V from "@mui/material/ListItemIcon";
15
+ import $ from "@mui/material/ListItemText";
16
16
  var F = ({ onTagChecked: f, selectedTags: d, tag: e }) => {
17
17
  const { onEvent: a } = O(), { removeTag: h, updateTag: A } = D(), { common: m, transactions: n } = b(), [C, i] = r.useState(!1), [g, s] = r.useState(!1), [c, _] = r.useState(""), [T, E] = r.useState(""), N = async () => {
18
18
  a(o.ON_TRANSACTION_TAGS_TAG_EDIT_SAVED), e && await A({
@@ -54,7 +54,7 @@ var F = ({ onTagChecked: f, selectedTags: d, tag: e }) => {
54
54
  onClick: () => f(e.guid),
55
55
  role: "checkbox",
56
56
  tabIndex: 0,
57
- children: [/* @__PURE__ */ t($, {
57
+ children: [/* @__PURE__ */ t(V, {
58
58
  sx: { ml: 0 },
59
59
  children: /* @__PURE__ */ t(P, {
60
60
  "aria-hidden": !0,
@@ -62,7 +62,7 @@ var F = ({ onTagChecked: f, selectedTags: d, tag: e }) => {
62
62
  edge: "start",
63
63
  tabIndex: -1
64
64
  })
65
- }), /* @__PURE__ */ t(V, { children: e.name })]
65
+ }), /* @__PURE__ */ t($, { children: e.name })]
66
66
  }),
67
67
  /* @__PURE__ */ l(u, {
68
68
  copy: { title: "Update tag name" },
@@ -15,8 +15,8 @@ import { jsx as t, jsxs as i } from "react/jsx-runtime";
15
15
  import { useTheme as W } from "@mui/material/styles";
16
16
  import q from "@mui/material/List";
17
17
  import H from "@mui/material/ListItem";
18
- import J from "@mui/material/ListItemText";
19
- import K from "@mui/material/ListItemAvatar";
18
+ import J from "@mui/material/ListItemAvatar";
19
+ import K from "@mui/material/ListItemText";
20
20
  var dt = O(() => {
21
21
  const h = W(), { is_mobile_webview: u } = I(), { isDesktop: g, isSmallTablet: y, isTablet: b } = j(), { common: C, trends: o } = A(), { selectedCategoryData: e, selectedDateRangeMonthRange: x } = R(), { sortedTransactions: a } = G(), [m, l] = d.useState(null);
22
22
  if (!e) return null;
@@ -39,8 +39,8 @@ var dt = O(() => {
39
39
  /* @__PURE__ */ t(q, {
40
40
  sx: { px: 12 },
41
41
  children: /* @__PURE__ */ i(H, { children: [
42
- /* @__PURE__ */ t(K, { children: /* @__PURE__ */ t(P, { categoryGuid: r }) }),
43
- /* @__PURE__ */ t(J, {
42
+ /* @__PURE__ */ t(J, { children: /* @__PURE__ */ t(P, { categoryGuid: r }) }),
43
+ /* @__PURE__ */ t(K, {
44
44
  primary: v,
45
45
  secondary: x,
46
46
  slotProps: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "9.4.25",
3
+ "version": "9.4.27",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",