@mx-cartographer/experiences 6.16.2 → 6.16.3
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 +6 -2
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
## [6.16.
|
|
1
|
+
## [6.16.3] - 07-10-2025
|
|
2
|
+
|
|
3
|
+
- **FIXED** - Accounts subtotal miscalculation and matching with the networth and accounts subtotals
|
|
4
|
+
|
|
5
|
+
## [6.16.2] - 07-09-2025
|
|
2
6
|
|
|
3
7
|
- **ADDED** - Deep link view support for `NotificationSettings` widget
|
|
4
8
|
|
|
@@ -24,7 +28,7 @@
|
|
|
24
28
|
|
|
25
29
|
## [6.14.2] - 07-07-2025
|
|
26
30
|
|
|
27
|
-
- **FIXED** - Accounts filtering option indicating `(Closed)`
|
|
31
|
+
- **FIXED** - Accounts filtering option indicating `(Closed)`
|
|
28
32
|
|
|
29
33
|
## [6.14.1] - 07-04-2025
|
|
30
34
|
|
package/dist/index.es.js
CHANGED
|
@@ -20771,7 +20771,7 @@ const xa = ({
|
|
|
20771
20771
|
const S = a.filter(
|
|
20772
20772
|
(w) => w.account_type === y && !w.is_closed && !w.is_hidden
|
|
20773
20773
|
), A = S.reduce(
|
|
20774
|
-
(w, v) => (v.
|
|
20774
|
+
(w, v) => (v.balance || 0) + w,
|
|
20775
20775
|
0
|
|
20776
20776
|
);
|
|
20777
20777
|
return S.length === 0 ? null : /* @__PURE__ */ t(
|