@hybr1d-tech/charizard 0.6.74 → 0.6.75

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/hybr1d-ui.js CHANGED
@@ -10292,7 +10292,9 @@ function Nb({ paginationConfig: e }) {
10292
10292
  l.setPage(e.page + 1);
10293
10293
  }, []), g.useEffect(() => {
10294
10294
  l.setCount((o == null ? void 0 : o.total_items) || 0);
10295
- }, [o == null ? void 0 : o.total_items, a]);
10295
+ }, [o == null ? void 0 : o.total_items, a]), g.useEffect(() => {
10296
+ l.setPageSize(e.limit);
10297
+ }, [a]);
10296
10298
  const c = o != null && o.page_no ? o.page_no : 0, i = c * ((o == null ? void 0 : o.items_on_page) || 0) + 1, u = Math.min(
10297
10299
  c * ((o == null ? void 0 : o.items_on_page) || 0) + a,
10298
10300
  (o == null ? void 0 : o.total_items) || 0