bi-components-library 1.3.7-next.13 → 1.3.7-next.14
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 +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -40331,8 +40331,8 @@ const to = 8, gh = 72, e9 = 100, t9 = ".rte-more-menu,[data-rte-more-button],.rt
|
|
|
40331
40331
|
)
|
|
40332
40332
|
] });
|
|
40333
40333
|
function vh(e) {
|
|
40334
|
-
const t =
|
|
40335
|
-
return
|
|
40334
|
+
const t = getComputedStyle(e);
|
|
40335
|
+
return e.offsetWidth + (parseFloat(t.marginLeft) || 0) + (parseFloat(t.marginRight) || 0);
|
|
40336
40336
|
}
|
|
40337
40337
|
const S1 = ({ items: e, measureKey: t, disabled: n }) => {
|
|
40338
40338
|
const r = Z(null), l = Z(null), a = Z(/* @__PURE__ */ new Map()), i = Z(/* @__PURE__ */ new Map()), [s, o] = G(e.length), [u, c] = G(!1), [d, h] = G(0), [f, m] = G(() => /* @__PURE__ */ new Set()), g = Z(/* @__PURE__ */ new Set()), b = Z(/* @__PURE__ */ new Map()), y = Pe(
|