@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 +11 -1
- package/README.md +10 -10
- package/dist/{UserStore-N45sW80v.mjs → UserStore-DzWku3t0.mjs} +136 -134
- package/dist/common/index.es.js +247 -223
- package/dist/common/utils/Theme.d.ts +12 -9
- package/dist/core/index.es.js +1 -1
- package/dist/core/types/AppData.d.ts +14 -0
- package/dist/core/types/Client.d.ts +20 -13
- package/dist/core/types/index.d.ts +1 -1
- package/dist/insights/index.es.js +3 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,17 @@
|
|
|
1
|
-
## [9.0.
|
|
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.
|
|
45
|
-
- **React**:
|
|
46
|
-
- **MobX**: 6.
|
|
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:
|
|
223
|
-
[^6]: [package.json:
|
|
224
|
-
[^MUI_VER]: [package.json:
|
|
225
|
-
[^MXUI_VER]: [package.json:
|
|
226
|
-
[^MOBX_VER]: [package.json:
|
|
227
|
-
[^REACT_VER]: [package.json:
|
|
228
|
-
[^YARN_VER]: [package.json:
|
|
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)
|