@mx-cartographer/experiences 6.24.5 → 6.24.7

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.24.7] - 08-09-2025
2
+
3
+ - **FIXED** - Bug Fix - Trends Micro widget - Minimized Vertical Spacing
4
+
5
+ ## [6.24.6] - 08-08-2025
6
+
7
+ - **CHANGED** - Bug Fix - Trends Micro Widget - Height Issue
8
+
1
9
  ## [6.24.5] - 08-08-2025
2
10
 
3
11
  - **FIXED** - `Recurring Transaction Micro Widget` - Amount Trucate Issue
package/dist/index.es.js CHANGED
@@ -20607,7 +20607,6 @@ const zC = (e) => e.reduce((i, a) => {
20607
20607
  borderColor: "divider",
20608
20608
  borderRadius: "4px",
20609
20609
  flex: 1,
20610
- gap: 4,
20611
20610
  minWidth: 0,
20612
20611
  px: 12,
20613
20612
  py: 8
@@ -20619,7 +20618,6 @@ const zC = (e) => e.reduce((i, a) => {
20619
20618
  sx: {
20620
20619
  alignItems: "center",
20621
20620
  flexDirection: "row",
20622
- gap: 2,
20623
20621
  justifyContent: "space-between"
20624
20622
  },
20625
20623
  children: [
@@ -20711,7 +20709,7 @@ const zC = (e) => e.reduce((i, a) => {
20711
20709
  b,
20712
20710
  {
20713
20711
  sx: {
20714
- alignItems: "center",
20712
+ alignItems: "stretch",
20715
20713
  flexDirection: "row",
20716
20714
  gap: 12
20717
20715
  },