@mx-cartographer/experiences 7.12.2 → 7.12.3

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,14 +1,18 @@
1
+ ## [7.12.3] - 03-18-2026
2
+
3
+ - **ADDED** - Help widget analytics
4
+
1
5
  ## [7.12.2] - 03-18-2026
2
6
 
3
7
  - **UPDATED** - Added `isCopyLoaded` check to fix animation issues
4
8
 
5
9
  ## [7.12.1] - 03-17-2026
6
10
 
7
- - **ADDED** - `Micro Insights` phase 1 icon_types
11
+ - **ADDED** - `Micro Insights` phase 1 icon_types
8
12
 
9
13
  ## [7.12.0] - 03-17-2026
10
14
 
11
- - **UPDATED** - `Insights` BeatCardMUI added and Updated for Phase 1 beats
15
+ - **UPDATED** - `Insights` BeatCardMUI added and Updated for Phase 1 beats
12
16
 
13
17
  ## [7.11.24] - 03-16-2026
14
18
 
@@ -35,6 +35,16 @@ const _ = {
35
35
  GOALS_CLICK_FILTER: "goals_widget_click_filter_accounts",
36
36
  GOALS_VIEW: "goals",
37
37
  GOALS_MICRO_WIDGET_CTA: "goals_micro_widget_click_see_details_cta",
38
+ HELP_CLICK_CATEGORY: "help_click_category",
39
+ HELP_CLICK_REQUEST_SUPPORT: "help_click_requestSupport",
40
+ HELP_CLICK_SUPPORT_FOR_INSTITUTION: "help_click_supportForInstitution",
41
+ HELP_CLICK_SUPPORT_FOR_MISSING_INSTITUTION: "help_click_supportForMissingInstitution",
42
+ HELP_CLICK_SUPPORT_TOPIC: "help_click_supportTopic",
43
+ HELP_CLICK_TOPIC: "help_click_topic",
44
+ HELP_EXPAND_CATEGORY: "help_expand_category",
45
+ HELP_EXPAND_TOPIC: "help_expand_topic",
46
+ HELP_OPEN_SUPPORT_REQUEST: "help_open_supportRequest",
47
+ HELP_SUBMIT_SUPPORT_REQUEST: "help_submit_supportRequest",
38
48
  INVESTMENTS: "Investments",
39
49
  INVESTMENT_WIDGET_ACCOUNT_FILTER_CLICK: "investment_widget_account_filter_click",
40
50
  INVESTMENT_WIDGET_ALLOCATION_CLICK: "investment_widget_allocation_click",