@mx-cartographer/experiences 6.24.3 → 6.24.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 CHANGED
@@ -1,3 +1,7 @@
1
+ ## [6.24.4] - 08-08-2025
2
+
3
+ - **Fixed** - `Mini Goals Widget` percentage alignment issue fix
4
+
1
5
  ## [6.24.3] - 08-07-2025
2
6
 
3
7
  - **CHANGED** - Exported `filterRecentNotifications` util for use in Pulse
package/dist/index.es.js CHANGED
@@ -13701,7 +13701,7 @@ const Hp = T(({ goal: e }) => {
13701
13701
  percent: c,
13702
13702
  size: 40,
13703
13703
  strokeWidth: 3,
13704
- children: /* @__PURE__ */ t(C, { fontWeight: 700, variant: "XSmall", children: `${c}%` })
13704
+ children: /* @__PURE__ */ t(_e, { fontWeight: 700, variant: "caption", children: `${c}%` })
13705
13705
  }
13706
13706
  )
13707
13707
  ] });