@mx-cartographer/insights-ui 1.16.13-ram-vitest-updated → 1.16.14-alpha.JB0

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/dist/index.es.js CHANGED
@@ -242,7 +242,7 @@ const Be = ({
242
242
  }) => {
243
243
  const [h, c] = Z.useState(null), m = () => {
244
244
  const E = document.getElementsByClassName("mx-mini-insight-card")[0].clientHeight, y = document.getElementsByClassName("mx-mini-insight-card-header")[0].clientHeight + document.getElementsByClassName("mx-mini-insight-card-content-body")[0].clientHeight, k = E - y - 24;
245
- c(Math.floor(k / 20));
245
+ c(Math.floor(k / 22));
246
246
  };
247
247
  return Z.useEffect(() => (m(), window.addEventListener("resize", m), () => window.removeEventListener("resize", m)), []), /* @__PURE__ */ e(
248
248
  j,