next-recomponents 2.0.18 → 2.0.19

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.js CHANGED
@@ -36012,11 +36012,11 @@ function IHTable({
36012
36012
  pageSizeOptions: [5, 10],
36013
36013
  hideFooter: rows.length <= Object.keys(HEIGHT_MAP).length
36014
36014
  }
36015
- ),
36016
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(CustomFooter, { footer, rows })
36015
+ )
36017
36016
  ]
36018
36017
  }
36019
- )
36018
+ ),
36019
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(CustomFooter, { footer, rows })
36020
36020
  ] });
36021
36021
  }
36022
36022
  function Table(props) {
package/dist/index.mjs CHANGED
@@ -35992,11 +35992,11 @@ function IHTable({
35992
35992
  pageSizeOptions: [5, 10],
35993
35993
  hideFooter: rows.length <= Object.keys(HEIGHT_MAP).length
35994
35994
  }
35995
- ),
35996
- /* @__PURE__ */ jsx6(CustomFooter, { footer, rows })
35995
+ )
35997
35996
  ]
35998
35997
  }
35999
- )
35998
+ ),
35999
+ /* @__PURE__ */ jsx6(CustomFooter, { footer, rows })
36000
36000
  ] });
36001
36001
  }
36002
36002
  function Table(props) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-recomponents",
3
- "version": "2.0.18",
3
+ "version": "2.0.19",
4
4
  "description": "description nueva",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -449,9 +449,8 @@ function IHTable({
449
449
  pageSizeOptions={[5, 10]}
450
450
  hideFooter={rows.length <= Object.keys(HEIGHT_MAP).length}
451
451
  />
452
-
453
- <CustomFooter footer={footer} rows={rows} />
454
452
  </Box>
453
+ <CustomFooter footer={footer} rows={rows} />
455
454
  </div>
456
455
  );
457
456
  }