@mx-cartographer/experiences 6.14.0 → 6.14.1-ram1-alpha-bug-testing

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.14.1] - 07-04-2025
2
+
3
+ - **ADDED** - ZeroState micro widget for recurring transactions.
4
+
1
5
  ## [6.14.0] - 07-03-2025
2
6
 
3
7
  - **ADDED** - RecurringTransactions Micro Widget.
@@ -94,4 +94,7 @@ export interface RecurringCopy {
94
94
  weekday_saturday: string;
95
95
  weekly: string;
96
96
  weekly_ordinal: string;
97
+ zero_state_content_description: string;
98
+ zero_state_content_header: string;
99
+ zero_state_title: string;
97
100
  }