@mx-cartographer/experiences 6.23.0 → 6.24.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,8 +1,12 @@
1
- ## [6.22.0] - 11-05-2025
1
+ ## [6.24.0] - 08-05-2025
2
+
3
+ - **UPDATED** - `Recurring Transactions` widget with an updated design and improved user experience.
4
+
5
+ ## [6.23.0] - 08-05-2025
2
6
 
3
7
  - **ADDED** - `MicroInsights` - flag to trigger and new design
4
8
 
5
- ## [6.21.2] - 11-05-2025
9
+ ## [6.21.2] - 08-05-2025
6
10
 
7
11
  - **ADDED** - `Finstrong` - keyIndicators Drawer Component
8
12
 
@@ -42,6 +42,7 @@ export interface RecurringCopy {
42
42
  frequency_every_year: string;
43
43
  frequency_twice_a_month: string;
44
44
  frequency_title: string;
45
+ header_title: string;
45
46
  income: string;
46
47
  income_date_label: string;
47
48
  income_details: string;
@@ -61,6 +62,8 @@ export interface RecurringCopy {
61
62
  paid_activity: string;
62
63
  paid_on: string;
63
64
  paid_transactions: string;
65
+ past: string;
66
+ past_transactions: string;
64
67
  payment_schedule: string;
65
68
  primary_cta: string;
66
69
  quarterly: string;