@mx-cartographer/experiences 7.2.15-alpha-ram9-finstrong-testing → 7.2.15-alpha-ram10-finstrong-testing

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.
@@ -83,7 +83,7 @@ class w {
83
83
  );
84
84
  }
85
85
  get visibleAccounts() {
86
- return this.accounts.filter((t) => !t.is_hidden && !t.is_closed && !t.is_deleted);
86
+ return this.accounts.filter((t) => !t.is_hidden);
87
87
  }
88
88
  get visibleCashAccounts() {
89
89
  return this.cashAccounts.filter((t) => !t.is_hidden);
@@ -137,6 +137,7 @@ class w {
137
137
  n,
138
138
  "MD_EXCLUDE_EXTERNAL_ACCOUNTS"
139
139
  );
140
+ console.log(s, "shouldExcludeExternalAccounts");
140
141
  for (const o of t) {
141
142
  if (s && o.member_is_managed_by_user) continue;
142
143
  const r = this.members.find((m) => m.guid === o.member_guid);
@@ -25,7 +25,7 @@ import { F as G1, M as K1 } from "../ConnectDrawer-CuUj16NH.mjs";
25
25
  import t1 from "@mui/material/ListItem";
26
26
  import { M as $ } from "../MiniWidgetContainer-CmXpTylX.mjs";
27
27
  import l1 from "@mui/material/Stack";
28
- import { A as P1, a as Y1 } from "../AccountStore-Cj8gkPYI.mjs";
28
+ import { A as P1, a as Y1 } from "../AccountStore-CBtethNX.mjs";
29
29
  const i1 = () => {
30
30
  const [c, H] = d.useState(""), { accounts: C } = w(), { selectedAccounts: l } = S(), { setSelectedAccount: h, setSelectedMember: r } = z(), { members: L } = T(), { onEvent: f } = D(), s = [...new Set(l.map((t) => t.account_type))], a = l.find((t) => c === t.guid), u = d.useMemo(
31
31
  () => l.filter((t) => t.is_hidden),
@@ -55,7 +55,7 @@ import { u as Xo } from "../useAccountDisplayName-CMMlIOXF.mjs";
55
55
  import { u as Ko } from "../useInsightsEnabled-CNjP5cfR.mjs";
56
56
  import { u as Zo } from "../useScreenSize-B6JyS_Lj.mjs";
57
57
  import { makeAutoObservable as f, runInAction as p, reaction as _t } from "mobx";
58
- import { a as ft } from "../AccountStore-Cj8gkPYI.mjs";
58
+ import { a as ft } from "../AccountStore-CBtethNX.mjs";
59
59
  import yt from "posthog-js";
60
60
  import { B as St } from "../BeatStore-IBnXd4YK.mjs";
61
61
  import { endOfMonth as Z } from "date-fns/endOfMonth";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.2.15-alpha-ram9-finstrong-testing",
3
+ "version": "7.2.15-alpha-ram10-finstrong-testing",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",