@mx-cartographer/experiences 7.13.4 → 7.13.6
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 +9 -0
- package/dist/{CategorySelectorDrawer-DljLDG8i.mjs → CategorySelectorDrawer-gc41lfFZ.mjs} +2 -2
- package/dist/{LineChart-DBcA1UJI.mjs → LineChart-EAr5ox5U.mjs} +207 -204
- package/dist/{ManageIncome-DlV2oFD3.mjs → ManageIncome-CYQVQmjx.mjs} +2 -2
- package/dist/{RecurringSettings-CaESa69-.mjs → RecurringSettings-BoMIzZGw.mjs} +1 -1
- package/dist/SearchBox-CwDgvWVJ.mjs +48 -0
- package/dist/{TransactionDetails-BmVM5f4V.mjs → TransactionDetails-C9DVd4nm.mjs} +1 -1
- package/dist/accounts/index.es.js +2 -2
- package/dist/budgets/index.es.js +3 -3
- package/dist/cashflow/index.es.js +2 -2
- package/dist/categories/index.es.js +1 -1
- package/dist/common/components/charts/LineChart.d.ts +1 -0
- package/dist/common/components/charts/linechart/CustomTooltip.d.ts +2 -1
- package/dist/common/index.es.js +1 -1
- package/dist/finstrong/index.es.js +4 -3
- package/dist/merchants/index.es.js +1 -1
- package/dist/networth/index.es.js +1 -1
- package/dist/recurringtransactions/index.es.js +4 -4
- package/dist/settings/index.es.js +1 -1
- package/dist/spending/index.es.js +1 -1
- package/dist/transactions/index.es.js +52 -52
- package/dist/trends/index.es.js +2 -2
- package/package.json +1 -1
- package/dist/SearchBox-B7km148n.mjs +0 -39
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [7.13.6] - 03-26-2026
|
|
2
|
+
|
|
3
|
+
- **UPDATED** - search box placeholder colors to meet color contrast ratios
|
|
4
|
+
- **FIXED** - semantic HTML in CategoryList
|
|
5
|
+
|
|
6
|
+
## [7.13.5] - 03-26-2026
|
|
7
|
+
|
|
8
|
+
- **FIXED** - Updated custom tooltip formatting for Finstrong
|
|
9
|
+
|
|
1
10
|
## [7.13.4] - 03-26-2026
|
|
2
11
|
|
|
3
12
|
- **FIXED** - semantic HTML in CategoryList
|
|
@@ -21,7 +21,7 @@ import te from "@mui/material/Box";
|
|
|
21
21
|
import oe from "@mui/material/Chip";
|
|
22
22
|
import B from "@mui/material/IconButton";
|
|
23
23
|
import { u as ae } from "./useAriaLive-MkYebyUR.mjs";
|
|
24
|
-
import { S as re } from "./SearchBox-
|
|
24
|
+
import { S as re } from "./SearchBox-CwDgvWVJ.mjs";
|
|
25
25
|
import { L as P } from "./Loader-D3rjKx72.mjs";
|
|
26
26
|
import { D as ne } from "./Drawer-Bbe4AMB1.mjs";
|
|
27
27
|
const b = () => {
|
|
@@ -328,7 +328,7 @@ const se = ({
|
|
|
328
328
|
e.guid
|
|
329
329
|
) }),
|
|
330
330
|
/* @__PURE__ */ t(k, { "aria-hidden": "true", component: "li", sx: { ml: 58 } }),
|
|
331
|
-
/* @__PURE__ */ t("li", {
|
|
331
|
+
/* @__PURE__ */ t("li", { style: { listStyle: "none" }, children: /* @__PURE__ */ t(pe, { categories: s, parentCategory: e }) })
|
|
332
332
|
] });
|
|
333
333
|
}, he = E(Ee), Se = () => {
|
|
334
334
|
const { categories: e } = f(), { searchValue: s } = b(), { categories: o } = S(), i = ((a, c = "") => a.reduce((r, n) => {
|