@mx-cartographer/experiences 7.13.13 → 7.13.14

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
+ ## [7.13.14] - 03-31-2026
2
+
3
+ - **FIXED** - `CategoryBudget` cosmetics change.
4
+
1
5
  ## [7.13.13] - 03-30-2026
2
6
 
3
7
  - **FIXED** - use detailed transactions for sortedTransactionsWithSplit
@@ -2421,7 +2421,7 @@ const F1 = ({
2421
2421
  leftLabel: a,
2422
2422
  percentComplete: l,
2423
2423
  rightLabel: s,
2424
- sx: { p: 0, "& .details-container": { gap: 12 } }
2424
+ sx: { p: 0, "& .details-container": { gap: 12, py: 8 } }
2425
2425
  }
2426
2426
  )
2427
2427
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.13.13",
3
+ "version": "7.13.14",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",