@mx-cartographer/experiences 7.5.0-alpha.bb1 → 7.5.1
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,8 +1,16 @@
|
|
|
1
|
-
## [7.5.
|
|
1
|
+
## [7.5.1] - 01-09-2026
|
|
2
|
+
|
|
3
|
+
- **FIXED** - `Finstrong` KeyIndicatorsDrawer - TransactionList Design Fix
|
|
4
|
+
|
|
5
|
+
## [7.5.0] - 01-08-2026
|
|
2
6
|
|
|
3
7
|
- **UPDATED** - Trends table with a new total column
|
|
4
8
|
- **UPDATED** - Trends table style to match updated designs
|
|
5
9
|
|
|
10
|
+
## [7.4.17] - 01-08-2026
|
|
11
|
+
|
|
12
|
+
- **FIXED** - `Finstrong` CreditScore Fix
|
|
13
|
+
|
|
6
14
|
## [7.4.16] - 12-23-2025
|
|
7
15
|
|
|
8
16
|
- **FIXED** - `MicroCardTemplate` LineHeight Fix
|
|
@@ -92,7 +92,7 @@ class G {
|
|
|
92
92
|
return this.detailedCategories.filter((t) => t.isTransfer);
|
|
93
93
|
}
|
|
94
94
|
get trendsCategories() {
|
|
95
|
-
return this.detailedCategories.filter((t) => t.
|
|
95
|
+
return this.detailedCategories.filter((t) => t.totalAmount !== 0).filter((t) => t.guid !== g.INVESTMENTS && t.guid !== g.TRANSFER);
|
|
96
96
|
}
|
|
97
97
|
addCategory = async (t, e) => {
|
|
98
98
|
const o = { name: t, parent_guid: e };
|
package/dist/common/index.es.js
CHANGED
|
@@ -2,8 +2,8 @@ import { G as $ } from "../useCombineEvents-CRwX-qWE.mjs";
|
|
|
2
2
|
import { A as rs, a as os, u as as, b as ns } from "../useCombineEvents-CRwX-qWE.mjs";
|
|
3
3
|
import { F as S, A as h } from "../Fetch-DecPFeGU.mjs";
|
|
4
4
|
import { B as cs } from "../BeatApi-De2IaqH2.mjs";
|
|
5
|
-
import { C as et } from "../CategoryStore-
|
|
6
|
-
import { a as ls } from "../CategoryStore-
|
|
5
|
+
import { C as et } from "../CategoryStore-CA3tS1BO.mjs";
|
|
6
|
+
import { a as ls } from "../CategoryStore-CA3tS1BO.mjs";
|
|
7
7
|
import { N as st } from "../NotificationStore-CDX_kqHa.mjs";
|
|
8
8
|
import { a as hs } from "../NotificationStore-CDX_kqHa.mjs";
|
|
9
9
|
import { T as rt } from "../User-Cnlegl1N.mjs";
|