@availity/mui-pagination 1.0.10 → 1.0.12

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/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.0.12](https://github.com/Availity/element/compare/@availity/mui-pagination@1.0.11...@availity/mui-pagination@1.0.12) (2025-10-30)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `mui-icon` updated to version `1.0.11`
10
+ * `mui-layout` updated to version `1.0.11`
11
+ * `mui-list` updated to version `1.0.11`
12
+ ## [1.0.11](https://github.com/Availity/element/compare/@availity/mui-pagination@1.0.10...@availity/mui-pagination@1.0.11) (2025-10-09)
13
+
14
+ ### Dependency Updates
15
+
16
+ * `@availity/mock` updated to version `1.0.10`
5
17
  ## [1.0.10](https://github.com/Availity/element/compare/@availity/mui-pagination@1.0.9...@availity/mui-pagination@1.0.10) (2025-05-29)
6
18
 
7
19
  ### Dependency Updates
package/dist/index.js CHANGED
@@ -114,7 +114,7 @@ var Pagination = (props) => {
114
114
 
115
115
  // src/lib/ResourcePagination.tsx
116
116
  var import_react_query = require("@tanstack/react-query");
117
- var loadPage = (_0) => __async(void 0, [_0], function* ({
117
+ var loadPage = (_0) => __async(null, [_0], function* ({
118
118
  page,
119
119
  itemsPerPage = 10,
120
120
  parameters = {},
package/dist/index.mjs CHANGED
@@ -81,7 +81,7 @@ var Pagination = (props) => {
81
81
 
82
82
  // src/lib/ResourcePagination.tsx
83
83
  import { useQuery } from "@tanstack/react-query";
84
- var loadPage = (_0) => __async(void 0, [_0], function* ({
84
+ var loadPage = (_0) => __async(null, [_0], function* ({
85
85
  page,
86
86
  itemsPerPage = 10,
87
87
  parameters = {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-pagination",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
4
4
  "description": "Availity MUI Pagination Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -40,7 +40,7 @@
40
40
  "publish:canary": "yarn npm publish --access public --tag canary"
41
41
  },
42
42
  "devDependencies": {
43
- "@availity/mui-icon": "1.1.0",
43
+ "@availity/mui-icon": "1.1.1",
44
44
  "@mui/material": "^6.4.5",
45
45
  "@tanstack/react-query": "^4.36.1",
46
46
  "react": "18.2.0",
@@ -49,7 +49,7 @@
49
49
  "typescript": "^5.4.5"
50
50
  },
51
51
  "peerDependencies": {
52
- "@availity/mui-icon": "1.1.0",
52
+ "@availity/mui-icon": "1.1.1",
53
53
  "@mui/material": "^6.4.5",
54
54
  "@tanstack/react-query": "^4.36.1",
55
55
  "react": ">=16.3.0"
@@ -61,5 +61,6 @@
61
61
  },
62
62
  "publishConfig": {
63
63
  "access": "public"
64
- }
64
+ },
65
+ "sideEffects": false
65
66
  }