@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 +4 -0
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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(
|
|
13704
|
+
children: /* @__PURE__ */ t(_e, { fontWeight: 700, variant: "caption", children: `${c}%` })
|
|
13705
13705
|
}
|
|
13706
13706
|
)
|
|
13707
13707
|
] });
|