@mx-cartographer/experiences 7.4.5-alpha.saba-1 → 7.4.5

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,7 @@
1
+ ## [7.4.5] - 12-12-2025
2
+
3
+ - **FIXED** - `Goals Widget` - Accounts Filter is fixed in Goals widget
4
+
1
5
  ## [7.4.4] - 12-11-2025
2
6
 
3
7
  - **FIXED** - `FinStrong` - Missing data issue and loading issue fix
@@ -335,7 +335,9 @@ const Et = (t, n) => n ? x(t, t < 1e3 ? "0" : "0.00a").replace(
335
335
  )
336
336
  ] });
337
337
  }, me = D(({ trackType: t, onAddGoals: n }) => {
338
- const { isMobile: s } = be(), { goals: c } = C(), { selectedAccountGuids: p } = ge(), { orderedGoals: a, setSelectedGoal: _ } = I(), h = a.filter((o) => o.track_type === t && p.includes(o.account_guid)), g = h.filter(
338
+ const { isMobile: s } = be(), { goals: c } = C(), { selectedAccountGuids: p } = ge(), { orderedGoals: a, setSelectedGoal: _ } = I(), h = a.filter(
339
+ (o) => o.track_type === t && p.includes(o.account_guid)
340
+ ), g = h.filter(
339
341
  (o) => o.track_type === u.SAVINGS_TRACK && !o.has_been_spent || o.track_type !== u.SAVINGS_TRACK && !o.is_complete
340
342
  ), r = h.filter(
341
343
  (o) => o.track_type === u.SAVINGS_TRACK && o.has_been_spent || o.track_type !== u.SAVINGS_TRACK && o.is_complete
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.4.5-alpha.saba-1",
3
+ "version": "7.4.5",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",