@mx-cartographer/experiences 7.4.0 → 7.4.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 +19 -1
- package/dist/{ViewMoreMicroCard-lihSDk2J.mjs → ViewMoreMicroCard-dHzKolxh.mjs} +651 -703
- package/dist/microinsights/beaticons/BeatIcon.d.ts +2 -9
- package/dist/microinsights/beaticons/BeatMerchantLogo.d.ts +3 -2
- package/dist/microinsights/beaticons/MonthlySpendComparisonIcon.d.ts +2 -1
- package/dist/microinsights/cards/{MicroInsightCard.d.ts → BaseCard.d.ts} +1 -8
- package/dist/microinsights/cards/{BeatCard.d.ts → InsightCard.d.ts} +2 -2
- package/dist/microinsights/cards/NoRelevantInsightsCard.d.ts +2 -5
- package/dist/microinsights/cards/ZeroStateCard.d.ts +2 -5
- package/dist/microinsights/carousel/CarouselControls.d.ts +0 -2
- package/dist/microinsights/carousel/CarouselHeader.d.ts +1 -2
- package/dist/microinsights/constants/App.d.ts +0 -1
- package/dist/microinsights/index.d.ts +3 -3
- package/dist/microinsights/index.es.js +7 -7
- package/dist/microinsights/interfaces.d.ts +0 -4
- package/dist/trends/index.es.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## [7.4.1] - 12-10-2025
|
|
2
|
+
|
|
3
|
+
- **UPDATED** - `InsightsMicroWidget` - code cleanup, stories added, margin on zero state bug fixes
|
|
4
|
+
|
|
1
5
|
## [7.4.0] - 12-09-2025
|
|
2
6
|
|
|
3
7
|
- **ADDED** - MUI refresh for `FinStrong`
|
|
@@ -85,7 +89,21 @@
|
|
|
85
89
|
|
|
86
90
|
## [7.2.14] - 11-25-2025
|
|
87
91
|
|
|
88
|
-
- **FIXED** - Removed border from embedded widgets
|
|
92
|
+
- # **FIXED** - Removed border from embedded widgets
|
|
93
|
+
|
|
94
|
+
## [7.2.14] - 11-24-2025
|
|
95
|
+
|
|
96
|
+
=======
|
|
97
|
+
|
|
98
|
+
## [7.2.14] - 11-25-2025
|
|
99
|
+
|
|
100
|
+
> > > > > > > fd2b3985 (Icon cleanup)
|
|
101
|
+
|
|
102
|
+
- **UPDATED** - remove uneeded client color scheme reference from `microinsights`
|
|
103
|
+
|
|
104
|
+
> > > > > > > 38a99394 (remove client color scheme references)
|
|
105
|
+
|
|
106
|
+
- **UPDATED** - icon code cleanup in `microinsights`
|
|
89
107
|
|
|
90
108
|
## [7.2.13] - 11-24-2025
|
|
91
109
|
|