@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 CHANGED
@@ -1,3 +1,7 @@
1
+ ## [7.10.38] - 02-25-2026
2
+
3
+ - **UPDATED** - `InsightsHeader` design tweaks
4
+
1
5
  ## [7.10.37] - 02-26-2026
2
6
 
3
7
  - **FIXED** - `InsightsNotificaiton` | Clickable Notification moves beat to top of feed fix
@@ -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, { direction: "row", sx: { alignItems: "center", gap: 16 }, children: i })
4113
+ /* @__PURE__ */ e(q, { alignItems: "center", direction: "row", children: i })
4113
4114
  ]
4114
4115
  }
4115
4116
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.10.37",
3
+ "version": "7.10.38",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",