@mx-cartographer/experiences 6.26.19-alpha.mega1 → 6.26.20
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 +20 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -16382,8 +16382,26 @@ const Gf = ({ amount: e, copy: n, trendValue: i }) => {
|
|
|
16382
16382
|
se,
|
|
16383
16383
|
{
|
|
16384
16384
|
primary: /* @__PURE__ */ d(b, { direction: "row", justifyContent: "space-between", sx: { fontWeight: 400 }, children: [
|
|
16385
|
-
/* @__PURE__ */ t(
|
|
16386
|
-
|
|
16385
|
+
/* @__PURE__ */ t(
|
|
16386
|
+
C,
|
|
16387
|
+
{
|
|
16388
|
+
sx: {
|
|
16389
|
+
marginRight: 10
|
|
16390
|
+
},
|
|
16391
|
+
variant: "Body",
|
|
16392
|
+
children: r.accountName
|
|
16393
|
+
}
|
|
16394
|
+
),
|
|
16395
|
+
/* @__PURE__ */ t(
|
|
16396
|
+
Xe,
|
|
16397
|
+
{
|
|
16398
|
+
amount: r.balance,
|
|
16399
|
+
sx: {
|
|
16400
|
+
flexShrink: 0
|
|
16401
|
+
},
|
|
16402
|
+
variant: "Small"
|
|
16403
|
+
}
|
|
16404
|
+
)
|
|
16387
16405
|
] }),
|
|
16388
16406
|
sx: { pl: 72, pr: 16 }
|
|
16389
16407
|
}
|