@mx-cartographer/experiences 6.18.8-alpha.mm0 → 6.18.8

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,10 +1,10 @@
1
- ## [6.18.8] - 07-29-2025
1
+ ## [6.18.8] - 07-28-2025
2
2
 
3
- - **ADDED** - New carousel animation in Insights Micro Widget
3
+ - **FIXED** - `NotificationSettings` opens in new drawer from `Notifications`
4
4
 
5
5
  ## [6.18.7] - 07-28-2025
6
6
 
7
- - **UPDATED** - Hide "Export CSV" button when `is_mobile_webview` or `isSmallTablet` is true
7
+ - **ADDED** - Hide "Export CSV" button when `is_mobile_webview` or `isSmallTablet` is true
8
8
 
9
9
  ## [6.18.6] - 07-25-2025
10
10
 
@@ -128,4 +128,6 @@ export interface SettingsCopy {
128
128
  discovered_account: string;
129
129
  promotional_campaign_messages: string;
130
130
  transparent_overdraft: string;
131
+ notifications_settings_title: string;
132
+ open_notification_settings_btn_aria: string;
131
133
  }