@mx-cartographer/experiences 6.13.2 → 6.14.0-alpha-ram1-zero-state

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,12 +1,20 @@
1
- ## [6.12.3] - 07-03-2025
1
+ ## [6.14.1] - 07-04-2025
2
+
3
+ - **ADDED** - ZeroState micro widget for recurring transactions.
4
+
5
+ ## [6.14.0] - 07-03-2025
6
+
7
+ - **ADDED** - RecurringTransactions Micro Widget.
8
+
9
+ ## [6.13.2] - 07-03-2025
2
10
 
3
11
  - **FIXED** - Issue with save goals
4
12
 
5
- ## [6.12.2] - 07-01-2025
13
+ ## [6.13.1] - 07-01-2025
6
14
 
7
15
  - **Fixed** - Empty account section headers being displayed
8
16
 
9
- ## [6.12.1] - 07-01-2025
17
+ ## [6.13.0] - 07-01-2025
10
18
 
11
19
  - **Fixed** - Hidden account transaction still showing until refresh
12
20
 
@@ -65,6 +65,7 @@ export declare const ANALYTICS_EVENTS: {
65
65
  RECURRING_TRANSACTIONS_CLICK_UPCOMING: string;
66
66
  RECURRING_TRANSACTIONS_DETAILS_CLICK_DELETE: string;
67
67
  RECURRING_TRANSACTIONS_DETAILS_CLICK_PAYMENT_SCHEDULE: string;
68
+ RECURRING_TRANSACTIONS_MICRO_WIDGET_CTA: string;
68
69
  SPENDING_CLICK_FILTER: string;
69
70
  SPENDING_VIEW: string;
70
71
  TRANSACTIONS_ADD_MANUAL_ACCOUNT_MODAL: string;
@@ -67,6 +67,7 @@ export interface RecurringCopy {
67
67
  quarterly_ordinal: string;
68
68
  recurrence_day_label: string;
69
69
  recurrence_days_label: string;
70
+ recurring_expenses: string;
70
71
  reset: string;
71
72
  second_day_of_the_month: string;
72
73
  select_day_label: string;
@@ -93,4 +94,7 @@ export interface RecurringCopy {
93
94
  weekday_saturday: string;
94
95
  weekly: string;
95
96
  weekly_ordinal: string;
97
+ zero_state_content_description: string;
98
+ zero_state_content_header: string;
99
+ zero_state_title: string;
96
100
  }