@mx-cartographer/experiences 7.9.1 → 7.9.2

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.9.2] - 02-04-2026
2
+
3
+ - **FIXED** - Goals name fix in Manage Goals Drawer
4
+
1
5
  ## [7.9.1] - 01-29-2026
2
6
 
3
7
  - **FIXED** - Issue with transaction filter on Transactions Widget
@@ -171,7 +171,7 @@ const At = (t, n) => n ? I(t, t < 1e3 ? "0" : "0.00a").replace(
171
171
  }
172
172
  ),
173
173
  /* @__PURE__ */ e(w, { primaryTypographyProps: { variant: "Body" }, children: /* @__PURE__ */ l(g, { alignItems: "center", direction: "row", justifyContent: "space-between", children: [
174
- /* @__PURE__ */ l(g, { children: [
174
+ /* @__PURE__ */ l(g, { sx: { maxWidth: "70%" }, children: [
175
175
  /* @__PURE__ */ e(C, { bold: !0, variant: "Body", children: t.name }),
176
176
  /* @__PURE__ */ e(C, { variant: "XSmall", children: t.is_complete ? r : O(
177
177
  c.goal_projection,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.9.1",
3
+ "version": "7.9.2",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",