@mx-cartographer/experiences 7.10.35 → 7.10.36

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,9 +1,13 @@
1
1
  ## [7.10.36] - 02-25-2026
2
2
 
3
+ - **UPDATED** - MXUI to get new toggle button styling
4
+
5
+ ## [7.10.35] - 02-25-2026
6
+
3
7
  - **FIXED** - Fix broken month totals column sort in `TrendsTable`
4
8
  - **ADDED** - Custom `AccessibleSortIcon` for `TrendsTable` with dynamic aria-labels
5
9
 
6
- ## [7.10.35] - 02-25-2026
10
+ ## [7.10.34] - 02-25-2026
7
11
 
8
12
  - **UPDATED** - `InsightsHeader` null check copy
9
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.10.35",
3
+ "version": "7.10.36",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",
@@ -193,7 +193,7 @@
193
193
  "@mui/x-date-pickers-pro": "^7.29.4",
194
194
  "@mxenabled/cssinjs": "^0.6.0",
195
195
  "@mxenabled/mx-icons": "^1.5.1",
196
- "@mxenabled/mxui": "^1.5.9",
196
+ "@mxenabled/mxui": "^1.5.11",
197
197
  "@mxenabled/web-widget-sdk": "^0.0.13",
198
198
  "@tanstack/react-virtual": "^3.13.2",
199
199
  "bowser": "^2.11.0",