@mx-cartographer/experiences 6.10.4 → 6.11.0-alpha.san1
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 +8 -0
- package/dist/common/constants/Analytics.d.ts +1 -0
- package/dist/common/types/localization/RecurringCopy.d.ts +1 -0
- package/dist/index.es.js +2978 -2780
- package/dist/index.es.js.map +1 -1
- package/dist/recurringtransactions/RecurringTransactionsMicroWidget.d.ts +7 -0
- package/dist/recurringtransactions/components/shared/MerchantLogosRow.d.ts +8 -0
- package/dist/recurringtransactions/components/shared/OverlappingMerchantLogos.d.ts +9 -0
- package/dist/recurringtransactions/components/shared/RecurrenceLegend.d.ts +9 -0
- package/dist/recurringtransactions/index.d.ts +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [6.12.0] - 07-02-2025
|
|
2
|
+
|
|
3
|
+
- **ADDED** - RecurringTransactions Micro Widget.
|
|
4
|
+
|
|
5
|
+
## [6.11.0] - 07-01-2025
|
|
6
|
+
|
|
7
|
+
- **Fixed** - `RecurringTransactions.test.ts` fixed the failing test cases
|
|
8
|
+
|
|
1
9
|
## [6.10.4] - 06-29-2025
|
|
2
10
|
|
|
3
11
|
- **UPDATED** - `MicroWidgetContainer` style adjustments for responsiveness and truncation logic
|
|
@@ -64,6 +64,7 @@ export declare const ANALYTICS_EVENTS: {
|
|
|
64
64
|
RECURRING_TRANSACTIONS_CLICK_UPCOMING: string;
|
|
65
65
|
RECURRING_TRANSACTIONS_DETAILS_CLICK_DELETE: string;
|
|
66
66
|
RECURRING_TRANSACTIONS_DETAILS_CLICK_PAYMENT_SCHEDULE: string;
|
|
67
|
+
RECURRING_TRANSACTIONS_MICRO_WIDGET_CTA: string;
|
|
67
68
|
SPENDING_CLICK_FILTER: string;
|
|
68
69
|
SPENDING_VIEW: string;
|
|
69
70
|
TRANSACTIONS_ADD_MANUAL_ACCOUNT_MODAL: string;
|