@mx-cartographer/experiences 6.6.1-alpha.al4 → 6.6.1
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 +8 -0
- package/dist/common/types/localization/AccountsCopy.d.ts +0 -2
- package/dist/index.es.js +1757 -1758
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [6.6.1] - 06-17-2025
|
|
2
|
+
|
|
3
|
+
- **UPDATED** - Darken progress bar background in dark mode
|
|
4
|
+
|
|
5
|
+
## [6.6.0] - 06-17-2025
|
|
6
|
+
|
|
7
|
+
- **UPDATED** - `ProfileTab`'s verify email/phone link hides if unsaved changes
|
|
8
|
+
|
|
1
9
|
## [6.6.0] - 06-17-2025
|
|
2
10
|
|
|
3
11
|
- **ADDED** - `NetWorthMicroWidget`
|
|
@@ -40,7 +40,6 @@ export interface AccountsCopy {
|
|
|
40
40
|
13: string;
|
|
41
41
|
};
|
|
42
42
|
actions: string;
|
|
43
|
-
add: string;
|
|
44
43
|
apr: string;
|
|
45
44
|
apy: string;
|
|
46
45
|
available_balance: string;
|
|
@@ -73,7 +72,6 @@ export interface AccountsCopy {
|
|
|
73
72
|
interest_rate: string;
|
|
74
73
|
is_closed: string;
|
|
75
74
|
is_hidden: string;
|
|
76
|
-
manage: string;
|
|
77
75
|
manage_connection: string;
|
|
78
76
|
manage_connections: string;
|
|
79
77
|
mark_as_closed: string;
|