@mx-cartographer/experiences 6.19.0-alpha.bb1 → 6.19.0-alpha.bb2
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 +24 -0
- package/dist/common/hooks/index.d.ts +1 -0
- package/dist/common/hooks/useInsightsEnabled.d.ts +1 -0
- package/dist/common/types/localization/SettingsCopy.d.ts +2 -0
- package/dist/index.es.js +5786 -5866
- package/dist/index.es.js.map +1 -1
- package/dist/microinsights/components/microBeatCarousel/CarouselControls.d.ts +1 -0
- package/dist/microinsights/interfaces.d.ts +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## [6.18.11] - 07-29-2025
|
|
2
|
+
|
|
3
|
+
- **FIXED** - Content variable name from `notifications_settings_title` to `notification_settings_title`
|
|
4
|
+
|
|
5
|
+
## [6.18.10] - 07-29-2025
|
|
6
|
+
|
|
7
|
+
- **ADDED** - New carousel animation in Insights Micro Widget
|
|
8
|
+
|
|
9
|
+
## [6.18.9] - 07-29-2025
|
|
10
|
+
|
|
11
|
+
- **UPDATED** - "Export CSV" button is now visible only on desktop and larger screens
|
|
12
|
+
|
|
13
|
+
## [6.18.8] - 07-28-2025
|
|
14
|
+
|
|
15
|
+
- **FIXED** - `NotificationSettings` opens in new drawer from `Notifications`
|
|
16
|
+
|
|
17
|
+
## [6.18.7] - 07-28-2025
|
|
18
|
+
|
|
19
|
+
- **UPDATED** - Hide "Export CSV" button when `is_mobile_webview` or `isSmallTablet` is true
|
|
20
|
+
|
|
21
|
+
## [6.18.6] - 07-25-2025
|
|
22
|
+
|
|
23
|
+
- **ADDED** - move useInsightsEnabled hook from MoneyDashboard
|
|
24
|
+
|
|
1
25
|
## [6.18.5] - 07-23-2025
|
|
2
26
|
|
|
3
27
|
- **UPDATED** - Notification profile settings with design recommendations
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const useInsightsEnabled: () => boolean;
|