@mx-cartographer/experiences 6.15.1-alpha.mega1 → 6.16.0-ram1
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 +5 -1
- package/dist/index.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## [6.16.1] - 07-02-2025
|
|
2
|
+
|
|
3
|
+
- **FIXED** - Accounts subtotal miscalculation and matching with the networth and accounts subtotals
|
|
4
|
+
|
|
1
5
|
## [6.16.0] - 07-02-2025
|
|
2
6
|
|
|
3
7
|
- **UPDATED** - Notification settings to have list items for all notification types
|
|
@@ -16,7 +20,7 @@
|
|
|
16
20
|
|
|
17
21
|
## [6.14.2] - 07-07-2025
|
|
18
22
|
|
|
19
|
-
- **FIXED** - Accounts filtering option indicating `(Closed)`
|
|
23
|
+
- **FIXED** - Accounts filtering option indicating `(Closed)`
|
|
20
24
|
|
|
21
25
|
## [6.14.1] - 07-04-2025
|
|
22
26
|
|
package/dist/index.es.js
CHANGED
|
@@ -9488,6 +9488,7 @@ const mg = {
|
|
|
9488
9488
|
e,
|
|
9489
9489
|
r
|
|
9490
9490
|
);
|
|
9491
|
+
console.log(s, "firstSubtitle"), console.log(c, "firstValue"), console.log(d, "secondSubtitle"), console.log(u, "secondValue");
|
|
9491
9492
|
let _;
|
|
9492
9493
|
(e.connectionStatus === Ln.Error || e.connectionStatus === Ln.RequiresMfa) && (_ = /* @__PURE__ */ t(pg, { size: 16 }));
|
|
9493
9494
|
const h = /* @__PURE__ */ l(q, { children: [
|
|
@@ -20755,7 +20756,7 @@ const Ia = ({
|
|
|
20755
20756
|
const S = a.filter(
|
|
20756
20757
|
(w) => w.account_type === y && !w.is_closed && !w.is_hidden
|
|
20757
20758
|
), A = S.reduce(
|
|
20758
|
-
(w, v) => (v.
|
|
20759
|
+
(w, v) => (v.balance || 0) + w,
|
|
20759
20760
|
0
|
|
20760
20761
|
);
|
|
20761
20762
|
return S.length === 0 ? null : /* @__PURE__ */ t(
|