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
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.69",
2
+ "version": "0.2.70",
3
3
  "name": "uhuu-components",
4
4
  "main": "uhuu-components.umd.js",
5
5
  "module": "uhuu-components.es.js",
@@ -12338,7 +12338,7 @@ function VC(t, e, r = {}) {
12338
12338
  chunks: [{ indexes: [], keys: [] }],
12339
12339
  signature: `${n}:empty`
12340
12340
  };
12341
- const i = t.getBoundingClientRect(), o = t.clientHeight || i.height, 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));
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);