@mx-cartographer/experiences 6.26.18 → 6.26.19-alpha.mega1
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 +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -1511,7 +1511,7 @@ const Pa = (e, n) => e.reduce((i, a) => (i[a.guid] = n?.includes(a.guid), i), {}
|
|
|
1511
1511
|
]
|
|
1512
1512
|
}
|
|
1513
1513
|
),
|
|
1514
|
-
/* @__PURE__ */ d(b, { direction: "row", justifyContent: "flex-end", padding: 12, spacing: 16,
|
|
1514
|
+
/* @__PURE__ */ d(b, { direction: "row", justifyContent: "flex-end", padding: 12, spacing: 16, children: [
|
|
1515
1515
|
/* @__PURE__ */ t(te, { onClick: r, variant: "outlined", children: i.cancelButton }),
|
|
1516
1516
|
/* @__PURE__ */ t(
|
|
1517
1517
|
te,
|
|
@@ -5888,7 +5888,7 @@ const zh = ({ transaction: e, onClick: n }) => {
|
|
|
5888
5888
|
}, Go = x(zh), Aa = ({
|
|
5889
5889
|
bgcolor: e = "background.default",
|
|
5890
5890
|
children: n
|
|
5891
|
-
}) => /* @__PURE__ */ t(O, { display: "inline-block", pb: 4, pl: 24, pt: 4, sx: { bgcolor: e
|
|
5891
|
+
}) => /* @__PURE__ */ t(O, { display: "inline-block", pb: 4, pl: 24, pt: 4, sx: { bgcolor: e }, children: /* @__PURE__ */ t(C, { bold: !0, variant: "XSmall", children: n }) }), Yh = ({ showIcon: e = !0, showSubtitle: n = !0 }) => {
|
|
5892
5892
|
const i = At(), { transactions: a } = A();
|
|
5893
5893
|
return /* @__PURE__ */ d(b, { alignItems: "center", gap: i.Spacing.Small, height: "auto", mt: i.Spacing.Large, children: [
|
|
5894
5894
|
e && /* @__PURE__ */ t(m_, { color: "secondary", sx: { fontSize: 32 } }),
|