@mx-cartographer/experiences 6.24.10 → 6.24.11
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 +4 -0
- package/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## [6.24.11] - 08-12-2025
|
|
2
|
+
|
|
3
|
+
- **FIXED** - Unwanted white space issue in the Budgets widget by updating usage of `detailedBudgets` for consistent filtering
|
|
4
|
+
|
|
1
5
|
## [6.24.10] - 08-11-2025
|
|
2
6
|
|
|
3
7
|
- **ADDED** - Score Rubric Drawer component displaying detailed financial strength scoring information
|
package/dist/index.es.js
CHANGED
|
@@ -4265,7 +4265,7 @@ const _r = (e, n) => !e && !n ? 0 : !e && n ? 101 : n / e * 100, hr = (e, n) =>
|
|
|
4265
4265
|
};
|
|
4266
4266
|
return e > 100 ? (i.background = n.palette.error.main, i.mercury = n.palette.error.lighter) : e > 80 && (i.background = n.palette.warning.main, i.text = n.palette.grey[900], i.mercury = n.palette.warning.lighter), i;
|
|
4267
4267
|
}, T_ = () => {
|
|
4268
|
-
const {
|
|
4268
|
+
const { detailedBudgets: e } = ht();
|
|
4269
4269
|
return e.map((i) => {
|
|
4270
4270
|
const a = i.transaction_total;
|
|
4271
4271
|
return i.amount - a;
|
|
@@ -25259,7 +25259,7 @@ const G0 = ({
|
|
|
25259
25259
|
/* @__PURE__ */ t(W0, { onRecalculateBudgets: e })
|
|
25260
25260
|
] });
|
|
25261
25261
|
}), V0 = (e) => {
|
|
25262
|
-
const n = pe(), { onEvent: i } = X(), {
|
|
25262
|
+
const n = pe(), { onEvent: i } = X(), { detailedBudgets: a, isDataLoaded: o, loadBudgetData: r, setTheme: s } = ht(), { budgets: c, common: d } = x(), { isCopyLoaded: _, isInitialized: u, selectedAccounts: h } = se(), { reloadCategoryTotals: m } = Ve(), p = T_(), f = a.length === 0, [E, y] = g.useState(!1), A = () => {
|
|
25263
25263
|
y(!0), i(W.BUDGETS_CLICK_ADD);
|
|
25264
25264
|
}, I = () => {
|
|
25265
25265
|
y(!1);
|
|
@@ -25758,7 +25758,7 @@ const G0 = ({
|
|
|
25758
25758
|
setDateRange: y,
|
|
25759
25759
|
setAlert: A,
|
|
25760
25760
|
setTheme: I,
|
|
25761
|
-
|
|
25761
|
+
detailedBudgets: v
|
|
25762
25762
|
} = ht(), { loadRepeatingTransactions: w, setDateRange: D } = tt(), { reloadCategoryTotals: O } = Ve(), { isSmallTablet: G, isMobile: M, isSmallMobile: R } = me(), L = G || M || R, [U, te] = g.useState(!1);
|
|
25763
25763
|
g.useEffect(() => {
|
|
25764
25764
|
I(i), h(o), u(p.start, p.end), a(W.BUDGETS_VIEW);
|