@mx-cartographer/experiences 6.9.4 → 6.9.5
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 +4 -4
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -16068,7 +16068,7 @@ const d1 = x(() => {
|
|
|
16068
16068
|
Zn,
|
|
16069
16069
|
{
|
|
16070
16070
|
expandIcon: /* @__PURE__ */ t(L, { onClick: () => d(h === c ? null : h), children: /* @__PURE__ */ t(Wa, { sx: { color: "text.primary" } }) }),
|
|
16071
|
-
sx: { height: 64 },
|
|
16071
|
+
sx: { height: 64, pr: 14 },
|
|
16072
16072
|
children: /* @__PURE__ */ t(
|
|
16073
16073
|
on,
|
|
16074
16074
|
{
|
|
@@ -16086,7 +16086,7 @@ const d1 = x(() => {
|
|
|
16086
16086
|
sx: {
|
|
16087
16087
|
borderTop: (m) => `1px solid ${m.palette.border?.light}`
|
|
16088
16088
|
},
|
|
16089
|
-
children: /* @__PURE__ */ l(ie, { sx: {
|
|
16089
|
+
children: /* @__PURE__ */ l(ie, { sx: { pl: 24, py: 10, bgcolor: "background.paper" }, children: [
|
|
16090
16090
|
/* @__PURE__ */ t(
|
|
16091
16091
|
on,
|
|
16092
16092
|
{
|
|
@@ -16096,7 +16096,7 @@ const d1 = x(() => {
|
|
|
16096
16096
|
primaryText: e.delivery_method_email_label
|
|
16097
16097
|
}
|
|
16098
16098
|
),
|
|
16099
|
-
/* @__PURE__ */ t(P, { sx: { my:
|
|
16099
|
+
/* @__PURE__ */ t(P, { sx: { my: 10 } }),
|
|
16100
16100
|
/* @__PURE__ */ t(
|
|
16101
16101
|
on,
|
|
16102
16102
|
{
|
|
@@ -16106,7 +16106,7 @@ const d1 = x(() => {
|
|
|
16106
16106
|
primaryText: e.delivery_method_sms_label
|
|
16107
16107
|
}
|
|
16108
16108
|
),
|
|
16109
|
-
/* @__PURE__ */ t(P, { sx: { my:
|
|
16109
|
+
/* @__PURE__ */ t(P, { sx: { my: 10 } }),
|
|
16110
16110
|
/* @__PURE__ */ t(
|
|
16111
16111
|
on,
|
|
16112
16112
|
{
|