@mx-cartographer/experiences 6.26.27-alpha.al0 → 6.26.27-alpha.al1
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/dist/index.es.js +3 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -24680,7 +24680,7 @@ const Ui = g.createContext(null), w0 = ({
|
|
|
24680
24680
|
const {
|
|
24681
24681
|
categoryDetailsChartData: { monthlyAmounts: i, tooltipLabels: a }
|
|
24682
24682
|
} = Si();
|
|
24683
|
-
return /* @__PURE__ */ t(b, { sx: { pt: 12, width: "100%" }, children: /* @__PURE__ */ t(
|
|
24683
|
+
return console.log("monothly amounts: ", i), /* @__PURE__ */ t(b, { sx: { pt: 12, width: "100%" }, children: /* @__PURE__ */ t(
|
|
24684
24684
|
ni,
|
|
24685
24685
|
{
|
|
24686
24686
|
baseline: "min",
|
|
@@ -24743,9 +24743,10 @@ const Ui = g.createContext(null), w0 = ({
|
|
|
24743
24743
|
const [i, a] = e, o = i, r = a ?? i, s = [];
|
|
24744
24744
|
if (o) {
|
|
24745
24745
|
const c = o.reduce((l, u) => l + u.y, 0);
|
|
24746
|
-
s.push({ label: n.income_label, amount: c });
|
|
24746
|
+
console.log("credits: ", o), s.push({ label: n.income_label, amount: c });
|
|
24747
24747
|
}
|
|
24748
24748
|
if (r) {
|
|
24749
|
+
console.log("debits: ", r);
|
|
24749
24750
|
const c = r.reduce((l, u) => l + u.y, 0);
|
|
24750
24751
|
s.push({ label: n.spending_label, amount: c });
|
|
24751
24752
|
}
|