@mx-cartographer/experiences 6.6.2 → 6.6.3-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
+ ## [6.6.3] - 06-18-2025
2
+
3
+ - **UPDATED** - Accounts Widget Header | remove sync accounts, include add accounts, change labels and icon
4
+
1
5
  ## [6.6.2] - 06-18-2025
2
6
 
3
7
  - **UPDATED** - Gitlab CI/CD and Shipit to allow reviewing and publishing to npm
@@ -40,6 +40,7 @@ export interface AccountsCopy {
40
40
  13: string;
41
41
  };
42
42
  actions: string;
43
+ add: string;
43
44
  apr: string;
44
45
  apy: string;
45
46
  available_balance: string;
@@ -72,6 +73,7 @@ export interface AccountsCopy {
72
73
  interest_rate: string;
73
74
  is_closed: string;
74
75
  is_hidden: string;
76
+ manage: string;
75
77
  manage_connection: string;
76
78
  manage_connections: string;
77
79
  mark_as_closed: string;