@mx-cartographer/experiences 7.0.53-alpha.mega2 → 7.0.53-alpha.mega3

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.
@@ -531,7 +531,7 @@ const xt = ({
531
531
  }, [n]);
532
532
  const r = l.useMemo(() => {
533
533
  const c = o.current ?? n;
534
- return c > 0 ? Math.round(Math.max(120, Math.min(450, c * 0.8))) - 56 : 450;
534
+ return c > 0 ? Math.round(Math.max(120, Math.min(450, c * 0.8))) - 40 : 450;
535
535
  }, [n]);
536
536
  return /* @__PURE__ */ u(C, { sx: { height: "100%", justifyContent: "space-between" }, children: [
537
537
  /* @__PURE__ */ e(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.0.53-alpha.mega2",
3
+ "version": "7.0.53-alpha.mega3",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",