@aveonline/ui-react 2.19.0 → 2.19.1

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.
@@ -1,3 +1,3 @@
1
- import { IButtonPagination } from './IPagination';
1
+ import { IButtonPagination } from './pagination';
2
2
  declare function ButtonPagination({ pageIndex, currentPage, onClick, position, lastCount }: IButtonPagination): JSX.Element;
3
3
  export default ButtonPagination;
package/dist/ui-react.mjs CHANGED
@@ -40563,9 +40563,8 @@ function uue({
40563
40563
  return /* @__PURE__ */ m.jsxs("div", { className: "items-center grid grid-cols-3 mt-4 mb-3", children: [
40564
40564
  /* @__PURE__ */ m.jsx("div", { className: ee(r ? "col-start-2" : "col-end-1"), children: /* @__PURE__ */ m.jsxs("div", { className: "flex items-center justify-center gap-2", children: [
40565
40565
  /* @__PURE__ */ m.jsx("span", { className: "flex items-center gap-1 min-w-max", children: /* @__PURE__ */ m.jsxs(Ie, { variant: "caption", children: [
40566
- e.getState().pagination.pageIndex + 1,
40567
- " -",
40568
- " ",
40566
+ i + 1,
40567
+ " - ",
40569
40568
  n == null ? void 0 : n.totalPages,
40570
40569
  " de"
40571
40570
  ] }) }),
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@aveonline/ui-react",
3
3
  "description": "Home base for Aveonline design system - ecosystem react",
4
4
  "private": false,
5
- "version": "2.19.0",
5
+ "version": "2.19.1",
6
6
  "types": "./dist/index.d.ts",
7
7
  "files": [
8
8
  "dist"