@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 +4 -0
- package/dist/index.es.js +5 -5
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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",
|
|
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",
|
|
16615
|
+
primary: /* @__PURE__ */ d(b, { direction: "row", justifyContent: "space-between", children: [
|
|
16616
16616
|
/* @__PURE__ */ t(
|
|
16617
16617
|
C,
|
|
16618
16618
|
{
|
|
16619
16619
|
sx: {
|
|
16620
|
-
|
|
16620
|
+
mr: 10
|
|
16621
16621
|
},
|
|
16622
16622
|
variant: "Body",
|
|
16623
16623
|
children: c.accountName
|