@aveonline/ui-react 2.19.0 → 2.19.2

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
@@ -13580,6 +13580,7 @@ const Rue = Ye((e, t) => {
13580
13580
  autoComplete: s,
13581
13581
  intlConfig: { locale: "es-CO", currency: "COP" },
13582
13582
  value: M,
13583
+ maxLength: I == null ? void 0 : I.maxLength,
13583
13584
  defaultValue: M,
13584
13585
  disabled: i,
13585
13586
  allowNegativeValue: !1,
@@ -40563,9 +40564,8 @@ function uue({
40563
40564
  return /* @__PURE__ */ m.jsxs("div", { className: "items-center grid grid-cols-3 mt-4 mb-3", children: [
40564
40565
  /* @__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
40566
  /* @__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
- " ",
40567
+ i + 1,
40568
+ " - ",
40569
40569
  n == null ? void 0 : n.totalPages,
40570
40570
  " de"
40571
40571
  ] }) }),
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.2",
6
6
  "types": "./dist/index.d.ts",
7
7
  "files": [
8
8
  "dist"