@mx-cartographer/experiences 6.26.3 → 6.26.5

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.26.5] - 09-03-2025
2
+
3
+ - **ADDED** - `Finstrong` Graph Empty State
4
+
5
+ ## [6.26.4] - 09-01-2025
6
+
7
+ - **UPDATED** - Replaced zero state mini goals images with new design
8
+
1
9
  ## [6.26.3] - 08-28-2025
2
10
 
3
11
  - **UPDATED** - BeatStore with getFilteredBeats
@@ -4,7 +4,5 @@ interface EmptyWidgetProps {
4
4
  subText: string;
5
5
  sx?: SxProps;
6
6
  }
7
- export declare const GoalsMicroEmptyState: (({ header, subText, sx }: EmptyWidgetProps) => import("react/jsx-runtime").JSX.Element) & {
8
- displayName: string;
9
- };
7
+ export declare const GoalsMicroEmptyState: ({ header, subText, sx }: EmptyWidgetProps) => import("react/jsx-runtime").JSX.Element;
10
8
  export {};