@mx-cartographer/experiences 7.10.33 → 7.10.34

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 CHANGED
@@ -1,3 +1,7 @@
1
+ ## [7.10.35] - 02-25-2026
2
+
3
+ - **UPDATED** - `InsightsHeader` null check copy
4
+
1
5
  ## [7.10.33] - 02-24-2026
2
6
 
3
7
  - **ADDED** - `InsightsHeader`
@@ -4106,7 +4106,7 @@ const gt = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAACvCAYAAACM9QdJAA
4106
4106
  },
4107
4107
  children: [
4108
4108
  /* @__PURE__ */ c(q, { alignItems: "center", direction: "row", gap: 4, children: [
4109
- 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 }) }),
4109
+ 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
4110
  /* @__PURE__ */ e(M, { variant: d.variant, children: r })
4111
4111
  ] }),
4112
4112
  /* @__PURE__ */ e(q, { direction: "row", sx: { alignItems: "center", gap: 16 }, children: i })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.10.33",
3
+ "version": "7.10.34",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",