uhuu-components 0.2.69 → 0.2.70
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/package.json
CHANGED
package/uhuu-components.es.js
CHANGED
|
@@ -12338,7 +12338,7 @@ function VC(t, e, r = {}) {
|
|
|
12338
12338
|
chunks: [{ indexes: [], keys: [] }],
|
|
12339
12339
|
signature: `${n}:empty`
|
|
12340
12340
|
};
|
|
12341
|
-
const
|
|
12341
|
+
const o = t.getBoundingClientRect().height || t.clientHeight, s = Number.isFinite(o) && o > 0, l = s ? o : a.reduce((v, f) => v + Jp(f), 0), c = a.map(Jp), d = a.map(GC), u = a.map((v, f) => v.dataset.uhuuFlowKey || String(f));
|
|
12342
12342
|
if (s || r.onZeroHeight?.(), s) {
|
|
12343
12343
|
const v = c.findIndex((f) => f > l);
|
|
12344
12344
|
v >= 0 && r.onOversizedItem?.(u[v], c[v], l);
|