@mx-cartographer/experiences 7.0.15 → 7.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 CHANGED
@@ -1,3 +1,8 @@
1
+ ## [7.0.16] - 09-22-2025
2
+
3
+ - **FIXED** - Connect Accounts CTA was showing in goals widget when aggregation disabled
4
+ - **FIXED** - Checking and Savings list headers were showing when no checking or savings accounts in list
5
+
1
6
  ## [7.0.15] - 09-22-2025
2
7
 
3
8
  - **FIXED** - Connect Accounts CTA was showing in trends widget when aggregation disabled
@@ -19,45 +19,44 @@ import { a as F } from "./NumberFormatting-CtWHhyBX.mjs";
19
19
  import { f as B, D as U } from "./Dialog-CWW597AF.mjs";
20
20
  const at = ({ description: e, label: t, title: o }) => {
21
21
  const { config: r } = y(), [n, s] = u.useState(!1);
22
- if (r.show_connections_widget_in_master)
23
- return /* @__PURE__ */ g(u.Fragment, { children: [
24
- /* @__PURE__ */ g(I, { sx: { m: 24 }, children: [
25
- /* @__PURE__ */ _(
26
- O,
27
- {
28
- avatar: /* @__PURE__ */ _(w, {}),
29
- sx: { ".MuiCardHeader-avatar": { mr: 8 } },
30
- title: /* @__PURE__ */ _(A, { bold: !0, variant: "Body", children: o })
31
- }
32
- ),
33
- /* @__PURE__ */ _(N, { sx: { ":last-child": { pb: 4 }, ml: 28, py: 0 }, children: /* @__PURE__ */ g(S, { alignItems: "flex-start", spacing: 2, children: [
34
- /* @__PURE__ */ _(A, { color: "text.secondary", sx: { textWrap: "wrap" }, variant: "ParagraphSmall", children: e }),
35
- /* @__PURE__ */ _(
36
- T,
37
- {
38
- endIcon: /* @__PURE__ */ _(L, {}),
39
- onClick: () => s(!0),
40
- sx: {
41
- pl: 0,
42
- ":hover": {
43
- bgcolor: "unset"
44
- }
45
- },
46
- variant: "text",
47
- children: t
48
- }
49
- )
50
- ] }) })
51
- ] }),
22
+ return /* @__PURE__ */ g(u.Fragment, { children: [
23
+ /* @__PURE__ */ g(I, { sx: { m: 24 }, children: [
52
24
  /* @__PURE__ */ _(
53
- b,
25
+ O,
54
26
  {
55
- onClose: () => s(!1),
56
- showConnectWidget: n,
57
- title: t
27
+ avatar: /* @__PURE__ */ _(w, {}),
28
+ sx: { ".MuiCardHeader-avatar": { mr: 8 } },
29
+ title: /* @__PURE__ */ _(A, { bold: !0, variant: "Body", children: o })
58
30
  }
59
- )
60
- ] });
31
+ ),
32
+ /* @__PURE__ */ _(N, { sx: { ":last-child": { pb: 4 }, ml: 28, py: 0 }, children: /* @__PURE__ */ g(S, { alignItems: "flex-start", spacing: 2, children: [
33
+ /* @__PURE__ */ _(A, { color: "text.secondary", sx: { textWrap: "wrap" }, variant: "ParagraphSmall", children: e }),
34
+ r.show_connections_widget_in_master && /* @__PURE__ */ _(
35
+ T,
36
+ {
37
+ endIcon: /* @__PURE__ */ _(L, {}),
38
+ onClick: () => s(!0),
39
+ sx: {
40
+ pl: 0,
41
+ ":hover": {
42
+ bgcolor: "unset"
43
+ }
44
+ },
45
+ variant: "text",
46
+ children: t
47
+ }
48
+ )
49
+ ] }) })
50
+ ] }),
51
+ /* @__PURE__ */ _(
52
+ b,
53
+ {
54
+ onClose: () => s(!1),
55
+ showConnectWidget: n,
56
+ title: t
57
+ }
58
+ )
59
+ ] });
61
60
  };
62
61
  var a = /* @__PURE__ */ ((e) => (e[e.DEBT_TRACK = 1] = "DEBT_TRACK", e[e.SAVINGS_TRACK = 2] = "SAVINGS_TRACK", e[e.RETIREMENT_TRACK = 3] = "RETIREMENT_TRACK", e[e.EMERGENCY_FUND_TRACK = 4] = "EMERGENCY_FUND_TRACK", e))(a || {}), $ = /* @__PURE__ */ ((e) => (e[e.SAVE_AMOUNT = 1] = "SAVE_AMOUNT", e[e.KEEP_BALANCE_BELOW = 2] = "KEEP_BALANCE_BELOW", e[e.KEEP_BALANCE_ABOVE = 3] = "KEEP_BALANCE_ABOVE", e[e.ACTION = 4] = "ACTION", e))($ || {}), l = /* @__PURE__ */ ((e) => (e[e.AUTOMOBILE = 1] = "AUTOMOBILE", e[e.COLLEGE = 2] = "COLLEGE", e[e.HOUSE = 3] = "HOUSE", e[e.RECREATIONAL_VEHICLE = 4] = "RECREATIONAL_VEHICLE", e[e.VACATION = 5] = "VACATION", e[e.ELECTRONIC = 6] = "ELECTRONIC", e[e.OTHER = 7] = "OTHER", e[e.RETIREMENT = 8] = "RETIREMENT", e[e.EMERGENCY_FUND = 9] = "EMERGENCY_FUND", e[e.SETUP_BUDGETS = 10] = "SETUP_BUDGETS", e[e.START_MONEY_MANAGEMENT = 11] = "START_MONEY_MANAGEMENT", e[e.CREDIT_CARD = 12] = "CREDIT_CARD", e[e.LINE_OF_CREDIT = 13] = "LINE_OF_CREDIT", e[e.LOANS = 14] = "LOANS", e))(l || {});
63
62
  class R {
@@ -3,5 +3,5 @@ interface ConnectCardProps {
3
3
  label: string;
4
4
  title: string;
5
5
  }
6
- export declare const ConnectCard: ({ description, label, title }: ConnectCardProps) => import("react/jsx-runtime").JSX.Element | undefined;
6
+ export declare const ConnectCard: ({ description, label, title }: ConnectCardProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export {};
@@ -25,8 +25,8 @@ import { I as ea } from "../IconBacking-B9oC6uL2.mjs";
25
25
  import { D as aa, F as ra, a as oa, c as na, R as ia, S as ca } from "../RepeatingTransaction-BW4J-jeJ.mjs";
26
26
  import { C as nt } from "../CashflowStore-D9Dpuz7X.mjs";
27
27
  import { I as la } from "../CashflowStore-D9Dpuz7X.mjs";
28
- import { d as it } from "../GoalStore-DJp7YL_M.mjs";
29
- import { C as ha, G as ga, M as pa, T as ma } from "../GoalStore-DJp7YL_M.mjs";
28
+ import { d as it } from "../GoalStore-eSOkI6uE.mjs";
29
+ import { C as ha, G as ga, M as pa, T as ma } from "../GoalStore-eSOkI6uE.mjs";
30
30
  import { C as ya } from "../CurrencyText-YUhH2caW.mjs";
31
31
  import { E as Sa } from "../EmptyState-C0lr9E5T.mjs";
32
32
  import { L as wa } from "../ListItemAction-DNZZ5fSa.mjs";