jett.admin.npmpackage 1.0.66 → 1.0.67

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
@@ -1008,7 +1008,7 @@ var Pagination = ({
1008
1008
  data = [],
1009
1009
  children,
1010
1010
  component: Component,
1011
- itemsPerPage = 10,
1011
+ itemsPerPage = 6,
1012
1012
  itemsPerPageOptions = [5, 10, 20, 50, 100],
1013
1013
  // Controlled props (optional)
1014
1014
  currentPage: controlledCurrentPage,
package/dist/index.mjs CHANGED
@@ -973,7 +973,7 @@ var Pagination = ({
973
973
  data = [],
974
974
  children,
975
975
  component: Component,
976
- itemsPerPage = 10,
976
+ itemsPerPage = 6,
977
977
  itemsPerPageOptions = [5, 10, 20, 50, 100],
978
978
  // Controlled props (optional)
979
979
  currentPage: controlledCurrentPage,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jett.admin.npmpackage",
3
- "version": "1.0.66",
3
+ "version": "1.0.67",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "exports": {