@mx-cartographer/experiences 6.1.0 → 6.1.2

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,11 @@
1
+ ## [6.1.2] - 05-21-2025
2
+
3
+ - **CHANGED** - Help & Cashflow images to load from AWS S3 instead of being included in the bundle
4
+
5
+ ## [6.1.1] - 05-20-2025
6
+
7
+ - **ADDED** - Overview Component | Investments Widget
8
+
1
9
  ## [6.1.0] - 05-19-2025
2
10
 
3
11
  - **ADDED** - `RecurringTransactionsWidget` & `RecurringTransactionsMiniWidget` using Repeating Transactions API
@@ -0,0 +1,4 @@
1
+ export declare const CASHFLOW_IMAGES: {
2
+ CASHFLOW_ONBOARDING: string;
3
+ CASHFLOW_LOADING_ANIMATION: string;
4
+ };
@@ -3,4 +3,23 @@ export interface InvestmentsCopy {
3
3
  tab_analysis_title: string;
4
4
  tab_overview_title: string;
5
5
  title: string;
6
+ overview: {
7
+ qty_header: string;
8
+ holding_header: string;
9
+ cost_basis_header: string;
10
+ total_gain_loss_header: string;
11
+ market_value_header: string;
12
+ total_portfolio: string;
13
+ total_gain_Loss: string;
14
+ total_value: string;
15
+ investment_accounts_footer: string;
16
+ connect_more_accounts_description: string;
17
+ connect_accounts: string;
18
+ close_investment_drawer: string;
19
+ investment_details: string;
20
+ current_balance: string;
21
+ holding: string;
22
+ market_value: string;
23
+ quantity: string;
24
+ };
6
25
  }
@@ -0,0 +1,44 @@
1
+ export declare const HELP_IMAGES: {
2
+ ACCOUNT_DETAILS: string;
3
+ ACCOUNT_OVERVIEW: string;
4
+ ACCOUNT_ADD: string;
5
+ ACCOUNT_BROKEN_CONNECTION: string;
6
+ ACCOUNT_HIDE: string;
7
+ ACCOUNT_MANAGE_CONNECTIONS: string;
8
+ BUDGETS_ADD_SUB_BUDGET: string;
9
+ BUDGETS_WIDGET: string;
10
+ BUDGETS_EDIT_INCOME: string;
11
+ CASHFLOW_WIDGET: string;
12
+ CASHFLOW_EXPENSE_DETAILS: string;
13
+ CASHFLOW_MANAGE_EXPENSES: string;
14
+ DEBTS_DETAILS: string;
15
+ DEBTS_OVERVIEW: string;
16
+ DEBTS_PRIORITIZATION: string;
17
+ DEBTS_SNOWBALL_METHOD: string;
18
+ GENERAL_CATEGORIZE_TRANSACTIONS: string;
19
+ GOALS_CREATE_GOAL: string;
20
+ GOALS_DEBT_GOALS: string;
21
+ GOALS_WIDGET_OVERVIEW: string;
22
+ GOALS_MANAGE_GOALS: string;
23
+ GOALS_RETIREMENT_GOALS: string;
24
+ GOALS_SAVINGS_GOALS: string;
25
+ INSIGHTS_CAROUSEL: string;
26
+ INSIGHTS_FEED: string;
27
+ INVESTMENTS_WIDGET_DETAILS: string;
28
+ MOBILE_ADD_MOBILE_DEVICE: string;
29
+ NETWORTH_ASSETS_LIABILITIES: string;
30
+ NETWORTH_GAINS_LOSSES: string;
31
+ NETWORTH_WIDGET: string;
32
+ NOTIFICATIONS_MANAGING: string;
33
+ NOTIFICATIONS_OVERVIEW: string;
34
+ RECURRING_TRANSACTIONS_EXPENSE_DETAILS: string;
35
+ RECURRING_TRANSACTIONS_MANAGE_EXPENSES: string;
36
+ RECURRING_TRANSACTIONS_OVERVIEW: string;
37
+ SPENDING_WIDGET: string;
38
+ TRANSACTIONS_CATEGORIZE: string;
39
+ TRANSACTIONS_EDIT: string;
40
+ TRANSACTIONS_EXPORT: string;
41
+ TRANSACTIONS_OVERVIEW: string;
42
+ TRANSACTIONS_RULES: string;
43
+ TRENDS_WIDGET: string;
44
+ };