@mx-cartographer/experiences 5.1.1-alpha.JB → 5.1.3-alpha.mega2
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/index.es.js +984 -978
- package/dist/index.es.js.map +1 -1
- package/dist/microinsights/components/beatCard/BeatCard.d.ts +2 -2
- package/dist/microinsights/components/carouselheader/CarouselHeader.d.ts +4 -3
- package/dist/microinsights/components/noRelevantInsightsCard/NoRelevantInsightsCard.d.ts +1 -1
- package/dist/microinsights/components/viewMoreMicroCard/ViewMoreMicroCard.d.ts +1 -1
- package/dist/microinsights/components/zeroStateCard/ZeroStateCard.d.ts +1 -1
- package/dist/microinsights/interfaces.d.ts +2 -34
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [5.1.2] - 03-28-2025
|
|
2
|
+
|
|
3
|
+
- **FIXED** - Responsive header, header button alignment, and breadcrumb name update.
|
|
4
|
+
|
|
5
|
+
## [5.1.1] - 03-28-2025
|
|
6
|
+
|
|
7
|
+
- **FIXED** - Adjusted goal tile display to properly handle large dollar amounts.
|
|
8
|
+
|
|
1
9
|
## [5.1.0] - 03-27-2025
|
|
2
10
|
|
|
3
11
|
- **ADDED** - Notification settings tab in `SettingsWidget`
|