@mx-cartographer/experiences 6.13.2 → 6.14.0

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,16 @@
1
- ## [6.12.3] - 07-03-2025
1
+ ## [6.14.0] - 07-03-2025
2
+
3
+ - **ADDED** - RecurringTransactions Micro Widget.
4
+
5
+ ## [6.13.2] - 07-03-2025
2
6
 
3
7
  - **FIXED** - Issue with save goals
4
8
 
5
- ## [6.12.2] - 07-01-2025
9
+ ## [6.13.1] - 07-01-2025
6
10
 
7
11
  - **Fixed** - Empty account section headers being displayed
8
12
 
9
- ## [6.12.1] - 07-01-2025
13
+ ## [6.13.0] - 07-01-2025
10
14
 
11
15
  - **Fixed** - Hidden account transaction still showing until refresh
12
16
 
@@ -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;