@mx-cartographer/experiences 6.26.27 → 6.26.28

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,3 +1,7 @@
1
+ ## [6.26.28] - 09-11-2025
2
+
3
+ - **FIXED** - `NetWorth` Gains & Losses - account names preventing amounts from showing
4
+
1
5
  ## [6.26.27] - 09-10-2025
2
6
 
3
7
  - **UPDATED** - Remove categories filtering in `TrendsInsights`
package/dist/index.es.js CHANGED
@@ -16579,13 +16579,13 @@ const Gf = ({ amount: e, copy: n, trendValue: i }) => {
16579
16579
  /* @__PURE__ */ t(j, { sx: { backgroundColor: s.palette.background.paper, py: 14 }, children: /* @__PURE__ */ t(
16580
16580
  oe,
16581
16581
  {
16582
- primary: /* @__PURE__ */ d(b, { direction: "row", justifyContent: "space-between", sx: { fontWeight: 400 }, children: [
16583
- /* @__PURE__ */ t(C, { variant: "Body", children: c.accountName }),
16582
+ primary: /* @__PURE__ */ d(b, { direction: "row", justifyContent: "space-between", children: [
16583
+ /* @__PURE__ */ t(C, { sx: { mr: 10 }, variant: "Body", children: c.accountName }),
16584
16584
  /* @__PURE__ */ t(
16585
16585
  je,
16586
16586
  {
16587
16587
  amount: c.gain,
16588
- sx: { color: s.palette.success.main, fontWeight: 700 },
16588
+ sx: { color: s.palette.success.main, flexShrink: 0, fontWeight: 700 },
16589
16589
  variant: "Body"
16590
16590
  }
16591
16591
  )
@@ -16612,9 +16612,25 @@ const Gf = ({ amount: e, copy: n, trendValue: i }) => {
16612
16612
  children: /* @__PURE__ */ t(
16613
16613
  oe,
16614
16614
  {
16615
- primary: /* @__PURE__ */ d(b, { direction: "row", justifyContent: "space-between", sx: { fontWeight: 400 }, children: [
16616
- /* @__PURE__ */ t(C, { variant: "Body", children: c.accountName }),
16617
- /* @__PURE__ */ t(je, { amount: c.loss, sx: { fontWeight: 700 }, variant: "Body" })
16615
+ primary: /* @__PURE__ */ d(b, { direction: "row", justifyContent: "space-between", children: [
16616
+ /* @__PURE__ */ t(
16617
+ C,
16618
+ {
16619
+ sx: {
16620
+ mr: 10
16621
+ },
16622
+ variant: "Body",
16623
+ children: c.accountName
16624
+ }
16625
+ ),
16626
+ /* @__PURE__ */ t(
16627
+ je,
16628
+ {
16629
+ amount: c.loss,
16630
+ sx: { flexShrink: 0, fontWeight: 700 },
16631
+ variant: "Body"
16632
+ }
16633
+ )
16618
16634
  ] }),
16619
16635
  sx: { px: 16 }
16620
16636
  }