@mx-cartographer/experiences 6.18.0 → 6.18.2-alpha.mega1

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,11 @@
1
+ ## [6.18.2] - 07-22-2025
2
+
3
+ - **ADDED** - Email and mobile phone fields to Notifications
4
+
5
+ ## [6.18.1] - 07-21-2025
6
+
7
+ - **ADDED** - ZeroState micro widget for Trends.
8
+
1
9
  ## [6.18.0] - 07-18-2025
2
10
 
3
11
  - **ADDED** - Created the Trends Micro Widget
@@ -31,7 +31,8 @@ export interface DetailedNotificationProfile extends NotificationProfile {
31
31
  export declare enum NotificationTypes {
32
32
  Accounts = "accounts",
33
33
  Budgets = "budgets",
34
- Insights = "insights"
34
+ Insights = "insights",
35
+ Personal = "personal"
35
36
  }
36
37
  export declare enum AccountNotificationTypes {
37
38
  DebtPaymentReminder = 3,
@@ -10,4 +10,6 @@ export interface TrendsCopy {
10
10
  spending_label: string;
11
11
  sub_title: string;
12
12
  title: string;
13
+ zero_state_content_description: string;
14
+ zero_state_content_header: string;
13
15
  }