@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 +7 -3
- package/dist/common/constants/Analytics.d.ts +1 -0
- package/dist/common/types/localization/RecurringCopy.d.ts +1 -0
- package/dist/index.es.js +2733 -2538
- package/dist/index.es.js.map +1 -1
- package/dist/recurringtransactions/RecurringTransactionsMicroWidget.d.ts +7 -0
- package/dist/recurringtransactions/components/micro/MerchantLogosRow.d.ts +8 -0
- package/dist/recurringtransactions/components/micro/OverlappingMerchantLogos.d.ts +9 -0
- package/dist/recurringtransactions/components/micro/RecurrenceLegend.d.ts +9 -0
- package/dist/recurringtransactions/index.d.ts +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
|
-
## [6.
|
|
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.
|
|
9
|
+
## [6.13.1] - 07-01-2025
|
|
6
10
|
|
|
7
11
|
- **Fixed** - Empty account section headers being displayed
|
|
8
12
|
|
|
9
|
-
## [6.
|
|
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;
|