@mx-cartographer/insights-ui 1.8.15-alpha.JB5 → 1.8.15-alpha.JB6
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 +3 -7
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -948,11 +948,7 @@ const Ue = ({
|
|
|
948
948
|
if (n.current) {
|
|
949
949
|
const s = n.current, h = s.parentElement;
|
|
950
950
|
if (h) {
|
|
951
|
-
const m = Array.from(h.children).reduce((v, J) => J !== s ? v + J.clientHeight : v, 0),
|
|
952
|
-
console.log(E);
|
|
953
|
-
const u = E - m - 16;
|
|
954
|
-
console.log(u);
|
|
955
|
-
const y = parseInt(
|
|
951
|
+
const m = Array.from(h.children).reduce((v, J) => J !== s ? v + J.clientHeight : v, 0), u = h.clientHeight - m, y = parseInt(
|
|
956
952
|
window.getComputedStyle(s).lineHeight,
|
|
957
953
|
10
|
|
958
954
|
), S = Math.floor(u / y);
|
|
@@ -2197,9 +2193,9 @@ const R1 = ({
|
|
|
2197
2193
|
onClick: (a) => r?.onClick?.(a, W.Primary)
|
|
2198
2194
|
}
|
|
2199
2195
|
),
|
|
2200
|
-
header:
|
|
2196
|
+
header: o,
|
|
2201
2197
|
isMini: n,
|
|
2202
|
-
children: /* @__PURE__ */ e(p, { maxHeight: n ? 200 : "auto", mb:
|
|
2198
|
+
children: /* @__PURE__ */ e(p, { maxHeight: n ? 200 : "auto", mb: 12, ml: -16, mr: -16, mt: n ? -4 : 0, children: /* @__PURE__ */ e(
|
|
2203
2199
|
"img",
|
|
2204
2200
|
{
|
|
2205
2201
|
alt: l.description,
|