@mx-cartographer/experiences 9.0.7-alpha.mm1 → 9.0.8-alpha.al0

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,7 +1,17 @@
1
- ## [9.0.5.1] - 05-20-2026
1
+ ## [9.0.8] - 05-26-2026
2
+
3
+ - **UPDATED** - Theming utils for custom theming via mxui2
4
+
5
+ ## [9.0.7] - 05-22-2026
6
+
7
+ - **UPDATED** - ADD the html_in_description_cta field to the ClientConfigurableCta
8
+
9
+ ## [9.0.6] - 05-20-2026
10
+
2
11
  - **UPDATED** - Add aria-hidden="true" to the main image in the WeekendNoSpendDays insight
3
12
 
4
13
  ## [9.0.5] - 05-20-2026
14
+
5
15
  - **UPDATED** - Hide MarketingHub Offer call to action button when call_to_action content is blank
6
16
 
7
17
  ## [9.0.4] - 05-19-2026
package/README.md CHANGED
@@ -41,9 +41,9 @@ The library is built using a modern React stack, leveraging industry-standard to
41
41
 
42
42
  ### Prerequisites
43
43
  - **Node.js**: v18.0.0 or higher
44
- - **Yarn**: 4.11.0 [^YARN_VER]
45
- - **React**: 18.3.1 [^REACT_VER]
46
- - **MobX**: 6.13.6 [^MOBX_VER]
44
+ - **Yarn**: 4.15.0 [^YARN_VER]
45
+ - **React**: 19.x [^REACT_VER]
46
+ - **MobX**: 6.15.0 [^MOBX_VER]
47
47
 
48
48
  ### Installation
49
49
 
@@ -219,10 +219,10 @@ For technical assistance or internal inquiries:
219
219
  [^2]: [src/common/context/WidgetContainerProvider.tsx:10](src/common/context/WidgetContainerProvider.tsx#L10)
220
220
  [^3]: [src/common/context/GlobalStoreProvider.tsx:10](src/common/context/GlobalStoreProvider.tsx#L10)
221
221
  [^4]: [src/common/hooks/useScreenSize.tsx:4](src/common/hooks/useScreenSize.tsx#L4)
222
- [^5]: [package.json:267](package.json#L267)
223
- [^6]: [package.json:160](package.json#L160)
224
- [^MUI_VER]: [package.json:188](package.json#L188)
225
- [^MXUI_VER]: [package.json:196](package.json#L196)
226
- [^MOBX_VER]: [package.json:202](package.json#L202)
227
- [^REACT_VER]: [package.json:206](package.json#L206)
228
- [^YARN_VER]: [package.json:284](package.json#L284)
222
+ [^5]: [package.json:187](package.json#L187)
223
+ [^6]: [package.json:229](package.json#L229)
224
+ [^MUI_VER]: [package.json:195](package.json#L195)
225
+ [^MXUI_VER]: [package.json:203](package.json#L203)
226
+ [^MOBX_VER]: [package.json:209](package.json#L209)
227
+ [^REACT_VER]: [package.json:213](package.json#L213)
228
+ [^YARN_VER]: [package.json:297](package.json#L297)