@mx-cartographer/experiences 7.11.2 → 7.11.3

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.11.3] - 02-27-2026
2
+
3
+ - **UPDATED** - `InsightsHeader` design tweaks
4
+
1
5
  ## [7.11.2] - 02-27-2026
2
6
 
3
7
  - **UPDATED** - Debts empty state | disable actions
@@ -4090,7 +4090,7 @@ const gt = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAACvCAYAAACM9QdJAA
4090
4090
  position: "sticky",
4091
4091
  sx: (m) => ({
4092
4092
  boxShadow: "none",
4093
- borderBottom: `1px solid ${m.palette.border.lighter}`,
4093
+ borderBottom: `1px solid ${m.palette.divider}`,
4094
4094
  borderRadius: 0,
4095
4095
  justifyContent: "center",
4096
4096
  height: d.height,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.11.2",
3
+ "version": "7.11.3",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",