@mx-cartographer/experiences 5.2.12-alpha.mega1 → 5.2.14

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,7 +1,15 @@
1
- ## [5.2.12] - 04-11-2025
1
+ ## [5.2.14] - 04-12-2025
2
+
3
+ - **FIXED** - NetWorth | List Sizing Issue fixed.
4
+
5
+ ## [5.2.13] - 04-11-2025
2
6
 
3
7
  - **FIXED** - Ensure the settings card spans the full height.
4
8
 
9
+ ## [5.2.12] - 04-11-2025
10
+
11
+ - **FIXED** - Widget Container | Header responsiveness when multiple actions
12
+
5
13
  ## [5.2.11] - 04-11-2025
6
14
 
7
15
  - **FIXED** - Debts | Paydown drawer background color issue fix
@@ -1,4 +1,5 @@
1
1
  export declare const useScreenSize: () => {
2
+ isLargeDesktop: boolean;
2
3
  isDesktop: boolean;
3
4
  isMobile: boolean;
4
5
  isSmallMobile: boolean;