@mx-cartographer/experiences 6.26.23-alpha.san1 → 6.26.23-alpha.san2
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 +18 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -16613,8 +16613,24 @@ const Gf = ({ amount: e, copy: n, trendValue: i }) => {
|
|
|
16613
16613
|
oe,
|
|
16614
16614
|
{
|
|
16615
16615
|
primary: /* @__PURE__ */ d(b, { direction: "row", justifyContent: "space-between", sx: { fontWeight: 400 }, children: [
|
|
16616
|
-
/* @__PURE__ */ t(
|
|
16617
|
-
|
|
16616
|
+
/* @__PURE__ */ t(
|
|
16617
|
+
C,
|
|
16618
|
+
{
|
|
16619
|
+
sx: {
|
|
16620
|
+
marginRight: 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
|
}
|