@mx-cartographer/experiences 6.18.9 → 6.18.11
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 +8 -0
- package/dist/common/types/localization/SettingsCopy.d.ts +1 -1
- package/dist/index.es.js +1583 -1568
- 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 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
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
|
+
|
|
1
9
|
## [6.18.9] - 07-29-2025
|
|
2
10
|
|
|
3
11
|
- **UPDATED** - "Export CSV" button is now visible only on desktop and larger screens
|
|
@@ -128,6 +128,6 @@ export interface SettingsCopy {
|
|
|
128
128
|
discovered_account: string;
|
|
129
129
|
promotional_campaign_messages: string;
|
|
130
130
|
transparent_overdraft: string;
|
|
131
|
-
|
|
131
|
+
notification_settings_title: string;
|
|
132
132
|
open_notification_settings_btn_aria: string;
|
|
133
133
|
}
|