@mx-cartographer/experiences 6.24.21 → 6.24.22

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.24.22] - 08-20-2025
2
+
3
+ - **ADDED** - Analytic events for micro widgets
4
+
1
5
  ## [6.24.21] - 08-20-2025
2
6
 
3
7
  - **ADDED** - Api for Augumented Chart Data
@@ -97,4 +97,16 @@ export declare const ANALYTICS_EVENTS: {
97
97
  TRENDS_HOVER_POINT: string;
98
98
  TRENDS_VIEW_TRANSACTIONS: string;
99
99
  WIDGET_BACK_CLICK: string;
100
+ GOALS_CLICK_GET_STARTED: string;
101
+ GOALS_CLICK_VIEW_DETAILS: string;
102
+ GOALS_LOAD_WIDGET: string;
103
+ NET_WORTH_CLICK_GET_STARTED: string;
104
+ NET_WORTH_CLICK_VIEW_DETAILS: string;
105
+ NET_WORTH_LOAD_WIDGET: string;
106
+ RECURRING_TRANSACTIONS_CLICK_GET_STARTED: string;
107
+ RECURRING_TRANSACTIONS_CLICK_VIEW_ALL: string;
108
+ RECURRING_TRANSACTIONS_LOAD_WIDGET: string;
109
+ TRENDS_CLICK_GET_STARTED: string;
110
+ TRENDS_CLICK_VIEW_MORE: string;
111
+ TRENDS_LOAD_WIDGET: string;
100
112
  };