@mx-cartographer/experiences 6.26.17 → 6.26.18-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 +6 -6
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
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,
|
|
@@ -3007,7 +3007,7 @@ const xc = ({ categoryGuid: e, topLevelCategoryGuid: n }) => {
|
|
|
3007
3007
|
children: [
|
|
3008
3008
|
/* @__PURE__ */ t(Ul, { copy: { title: n.title, close_aria: n.close_aria }, onClose: o }),
|
|
3009
3009
|
/* @__PURE__ */ t(qs, { sx: { lineHeight: 1.5 }, children: h }),
|
|
3010
|
-
/* @__PURE__ */ t(
|
|
3010
|
+
/* @__PURE__ */ t(O, { sx: { display: "flex" }, children: /* @__PURE__ */ t(
|
|
3011
3011
|
Vl,
|
|
3012
3012
|
{
|
|
3013
3013
|
isPrimaryDisabled: i,
|
|
@@ -3018,7 +3018,7 @@ const xc = ({ categoryGuid: e, topLevelCategoryGuid: n }) => {
|
|
|
3018
3018
|
secondaryColor: u,
|
|
3019
3019
|
secondaryText: _
|
|
3020
3020
|
}
|
|
3021
|
-
)
|
|
3021
|
+
) })
|
|
3022
3022
|
]
|
|
3023
3023
|
}
|
|
3024
3024
|
) });
|
|
@@ -3110,7 +3110,7 @@ const xc = ({ categoryGuid: e, topLevelCategoryGuid: n }) => {
|
|
|
3110
3110
|
}
|
|
3111
3111
|
),
|
|
3112
3112
|
/* @__PURE__ */ t(O, { height: "100%", overflow: "auto", children: n }),
|
|
3113
|
-
c && /* @__PURE__ */ t(
|
|
3113
|
+
c && /* @__PURE__ */ t(O, { sx: { display: "flex" }, children: /* @__PURE__ */ t(
|
|
3114
3114
|
zl,
|
|
3115
3115
|
{
|
|
3116
3116
|
hasSecondaryAction: i,
|
|
@@ -3122,7 +3122,7 @@ const xc = ({ categoryGuid: e, topLevelCategoryGuid: n }) => {
|
|
|
3122
3122
|
secondaryColor: h,
|
|
3123
3123
|
secondaryText: m
|
|
3124
3124
|
}
|
|
3125
|
-
)
|
|
3125
|
+
) })
|
|
3126
3126
|
] })
|
|
3127
3127
|
}
|
|
3128
3128
|
), vr = ({
|
|
@@ -5888,7 +5888,7 @@ const Kh = ({ transaction: e, onClick: n }) => {
|
|
|
5888
5888
|
}, ko = x(Kh), 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 }) }), zh = ({ 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(g_, { color: "secondary", sx: { fontSize: 32 } }),
|