@mx-cartographer/experiences 6.24.12 → 6.24.14-alpha.mm1

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
+ ## [6.24.14] - 08-14-2025
2
+
3
+ - **UPDATED** - Add 'browser' to clientStyleProfile mode type
4
+
1
5
  ## [6.24.12] - 08-13-2025
2
6
 
3
7
  - **FIXED** - App bar settings overflow on compact devices
@@ -110,7 +110,7 @@ export interface ClientStyleProfile {
110
110
  error_color_dark?: string;
111
111
  warning_color_dark?: string;
112
112
  info_color_dark?: string;
113
- mode?: 'dark' | 'light' | '';
113
+ mode?: 'dark' | 'light' | 'browser' | '';
114
114
  system_font?: string;
115
115
  card_corner_radius?: number;
116
116
  button_corner_radius?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "6.24.12",
3
+ "version": "6.24.14-alpha.mm1",
4
4
  "description": "Library containing experience widgets",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",