beca-ui 0.1.59 → 0.1.60
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/beca-ui.js +1 -5
- package/dist/main.css +1 -1
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -141055,11 +141055,7 @@ const ReactPaginate = /* @__PURE__ */ getDefaultExportFromCjs(reactPaginateExpor
|
|
|
141055
141055
|
return { top: V, left: B, height: J, width: q };
|
|
141056
141056
|
},
|
|
141057
141057
|
[m]
|
|
141058
|
-
)
|
|
141059
|
-
useEffect(() => {
|
|
141060
|
-
console.log(m);
|
|
141061
|
-
}, [m]);
|
|
141062
|
-
const N = (k, z, H, W) => {
|
|
141058
|
+
), N = (k, z, H, W) => {
|
|
141063
141059
|
const V = H !== void 0 ? H : BOX_HEIGHT, B = W !== void 0 ? W : BOX_WIDTH, J = m - k, q = z, ee = J - V, Y = q + B;
|
|
141064
141060
|
return [q, ee, Y, J];
|
|
141065
141061
|
}, I = () => {
|