@mx-cartographer/experiences 6.18.0 → 6.18.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 CHANGED
@@ -1,3 +1,7 @@
1
+ ## [6.18.1] - 07-21-2025
2
+
3
+ - **ADDED** - ZeroState micro widget for Trends.
4
+
1
5
  ## [6.18.0] - 07-18-2025
2
6
 
3
7
  - **ADDED** - Created the Trends Micro Widget
@@ -10,4 +10,6 @@ export interface TrendsCopy {
10
10
  spending_label: string;
11
11
  sub_title: string;
12
12
  title: string;
13
+ zero_state_content_description: string;
14
+ zero_state_content_header: string;
13
15
  }