@mx-cartographer/experiences 7.2.18 → 7.2.19

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.2.19] - 12-02-2025
2
+
3
+ - **FIXED** - Budget Bubbles tooltips to anchor on element
4
+
1
5
  ## [7.2.18] - 12-02-2025
2
6
 
3
7
  - **UPDATED** - Insights app bell icon has_been_viewed fixed
@@ -329,16 +329,7 @@ function At({ bubble: t, isDraggable: o, onClick: i = () => {
329
329
  stroke-opacity: 0.8;
330
330
  }
331
331
  ` }),
332
- /* @__PURE__ */ e(
333
- Ve,
334
- {
335
- followCursor: !0,
336
- open: s,
337
- slotProps: { popper: M },
338
- title: E,
339
- children: /* @__PURE__ */ e("circle", { fill: g, id: `circle-${h}`, r: p })
340
- }
341
- ),
332
+ /* @__PURE__ */ e(Ve, { open: s, slotProps: { popper: M }, title: E, children: /* @__PURE__ */ e("circle", { fill: g, id: `circle-${h}`, r: p }) }),
342
333
  /* @__PURE__ */ e("svg", { x: v, y: A, children: /* @__PURE__ */ e(N, { name: u, size: x, sx: { fill: d } }) }),
343
334
  p > P && /* @__PURE__ */ e(
344
335
  b,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.2.18",
3
+ "version": "7.2.19",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",