@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 +6 -2
- package/dist/{Analytics-i5h6BxR1.mjs → Analytics-BYItVAe-.mjs} +10 -0
- package/dist/{Help-CINT6-wG.mjs → Help-CDu1Fvrc.mjs} +579 -531
- package/dist/{ManageIncome-4Colv0Oz.mjs → ManageIncome-CyvCAzdp.mjs} +3 -3
- package/dist/{RecurringSettings-DI1hZYMK.mjs → RecurringSettings-Dsc3KBX3.mjs} +2 -2
- package/dist/{StatusIndicator-wyBzyHJc.mjs → StatusIndicator-BWdlLG0b.mjs} +1 -1
- package/dist/{TransactionDetails-pYMs84EF.mjs → TransactionDetails-CzaNtpaw.mjs} +2 -2
- package/dist/{WidgetContainer-Ud1mWn0G.mjs → WidgetContainer-B0ncgABX.mjs} +1 -1
- package/dist/accounts/index.es.js +4 -4
- package/dist/budgets/index.es.js +5 -5
- package/dist/cashflow/index.es.js +5 -5
- package/dist/common/constants/Analytics.d.ts +10 -0
- package/dist/common/index.es.js +2 -2
- package/dist/debts/index.es.js +2 -2
- package/dist/finstrong/index.es.js +4 -4
- package/dist/goals/index.es.js +2 -2
- package/dist/help/index.es.js +2 -2
- package/dist/insights/index.es.js +1 -1
- package/dist/investments/index.es.js +2 -2
- package/dist/networth/index.es.js +2 -2
- package/dist/recurringtransactions/index.es.js +6 -6
- package/dist/settings/index.es.js +2 -2
- package/dist/spending/index.es.js +4 -4
- package/dist/transactions/index.es.js +6 -6
- package/dist/trends/index.es.js +4 -4
- package/package.json +1 -1
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",
|