@mx-cartographer/experiences 6.18.7 → 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,3 +1,7 @@
1
+ ## [6.18.8] - 07-28-2025
2
+
3
+ - **FIXED** - `NotificationSettings` opens in new drawer from `Notifications`
4
+
1
5
  ## [6.18.7] - 07-28-2025
2
6
 
3
7
  - **ADDED** - Hide "Export CSV" button when `is_mobile_webview` or `isSmallTablet` is true
@@ -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
  }