@mx-cartographer/experiences 7.10.37 → 7.10.38
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/insights/index.es.js +3 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4094,7 +4094,8 @@ const gt = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAACvCAYAAACM9QdJAA
|
|
|
4094
4094
|
borderRadius: 0,
|
|
4095
4095
|
justifyContent: "center",
|
|
4096
4096
|
height: d.height,
|
|
4097
|
-
padding: d.padding
|
|
4097
|
+
padding: d.padding,
|
|
4098
|
+
zIndex: 900
|
|
4098
4099
|
}),
|
|
4099
4100
|
children: /* @__PURE__ */ c(
|
|
4100
4101
|
Me,
|
|
@@ -4109,7 +4110,7 @@ const gt = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAACvCAYAAACM9QdJAA
|
|
|
4109
4110
|
n && /* @__PURE__ */ e(fe, { "aria-label": o?.back, color: "primary", onClick: n, children: /* @__PURE__ */ e(d1, { color: "primary", name: "arrow_back_ios_new", size: 24 }) }),
|
|
4110
4111
|
/* @__PURE__ */ e(M, { variant: d.variant, children: r })
|
|
4111
4112
|
] }),
|
|
4112
|
-
/* @__PURE__ */ e(q, {
|
|
4113
|
+
/* @__PURE__ */ e(q, { alignItems: "center", direction: "row", children: i })
|
|
4113
4114
|
]
|
|
4114
4115
|
}
|
|
4115
4116
|
)
|