@mx-cartographer/experiences 6.26.23-alpha.san2 → 6.26.24-alpha.san1

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.25] - 09-10-2025
2
+
3
+ - **FIXED** - `NetWorth` Gains & Losses - account names preventing amounts from showing
4
+
1
5
  ## [6.26.24] - 09-10-2025
2
6
 
3
7
  - **FIXED** - Help Tool Header Misalignment.
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,12 +16612,12 @@ 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: [
16615
+ primary: /* @__PURE__ */ d(b, { direction: "row", justifyContent: "space-between", children: [
16616
16616
  /* @__PURE__ */ t(
16617
16617
  C,
16618
16618
  {
16619
16619
  sx: {
16620
- marginRight: 10
16620
+ mr: 10
16621
16621
  },
16622
16622
  variant: "Body",
16623
16623
  children: c.accountName