@mx-cartographer/experiences 7.10.22 → 7.10.23-alpha.al0

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
+ ## [7.10.23] - 02-17-2026
2
+
3
+ - **UPDATED** - Debts Widget empty states
4
+
1
5
  ## [7.10.22] - 02-17-2026
2
6
 
3
7
  - **UPDATED** - Insights tweaks (`ChartWithTransactionDrillDown`, `CardHeader`)
@@ -3,6 +3,7 @@ export interface DebtsCopy {
3
3
  add_interest_rate: string;
4
4
  add_monthly_payment: string;
5
5
  add_original_balance: string;
6
+ connect_accounts: string;
6
7
  details_chart_description: string;
7
8
  details_chart_title: string;
8
9
  details_close_aria: string;
@@ -12,6 +13,10 @@ export interface DebtsCopy {
12
13
  details_tabs_aria_label: string;
13
14
  details_tab_label: string;
14
15
  details_title: string;
16
+ empty_state_description: string;
17
+ empty_state_description_no_aggregation: string;
18
+ empty_state_header: string;
19
+ empty_state_header_no_aggregation: string;
15
20
  paydown_button_long: string;
16
21
  paydown_button_short: string;
17
22
  paydown_drawer_add_payment: string;