@mx-cartographer/experiences 8.2.2 → 8.2.4
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/{ViewMoreMicroCard-BB3Dusch.mjs → ViewMoreMicroCard-CQBFy9AF.mjs} +528 -527
- package/dist/microinsights/MicroCardTemplate.d.ts +2 -4
- package/dist/microinsights/cards/InsightCard.d.ts +2 -2
- package/dist/microinsights/cards/NoRelevantInsightsCard.d.ts +3 -4
- package/dist/microinsights/cards/ViewMoreMicroCard.d.ts +3 -4
- package/dist/microinsights/cards/ZeroStateCard.d.ts +3 -4
- package/dist/microinsights/carousel/BeatList.d.ts +2 -2
- package/dist/microinsights/carousel/MicroBeatCarousel.d.ts +12 -1
- package/dist/microinsights/index.es.js +1 -1
- package/dist/microinsights/interfaces.d.ts +12 -4
- package/dist/trends/index.es.js +2 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [8.2.4] - 05-13-2026
|
|
2
|
+
|
|
3
|
+
- **UPDATED** - Removed deprecated `variant` and `showBorder` props from Insights Micro Widget after `cardStyle` migration, reduce type duplication for micro insight `cards`
|
|
4
|
+
|
|
5
|
+
## [8.2.3] - 05-11-2026
|
|
6
|
+
|
|
7
|
+
- **UPDATED** - Adds suppport for `cardStyle` batcave setting for Insights Micro Widget
|
|
8
|
+
|
|
1
9
|
## [8.2.2] - 05-08-2026
|
|
2
10
|
|
|
3
11
|
- **UPDATED** - Narrowed microinsights component prop types and removed unused type exports
|