@availity/mui-pagination 0.3.10 → 0.3.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,22 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.3.12](https://github.com/Availity/element/compare/@availity/mui-pagination@0.3.11...@availity/mui-pagination@0.3.12) (2025-01-22)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `mui-icon` updated to version `0.3.11`
10
+ * `mui-list` updated to version `0.3.11`
11
+ ## [0.3.11](https://github.com/Availity/element/compare/@availity/mui-pagination@0.3.10...@availity/mui-pagination@0.3.11) (2025-01-08)
12
+
13
+ ### Dependency Updates
14
+
15
+ * `mui-list` updated to version `0.3.10`
16
+
17
+ ### Bug Fixes
18
+
19
+ * **mui-pagination:** fix default icon sizes ([9aa099e](https://github.com/Availity/element/commit/9aa099e1cb192a134bb09f3fee395fb31179f9cd))
20
+
5
21
  ## [0.3.10](https://github.com/Availity/element/compare/@availity/mui-pagination@0.3.9...@availity/mui-pagination@0.3.10) (2025-01-07)
6
22
 
7
23
  ### Dependency Updates
package/README.md CHANGED
@@ -12,7 +12,7 @@ This package extends the MUI Pagination component: [MUI Pagination Docs](https:/
12
12
 
13
13
  Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-pagination-introduction--docs)
14
14
 
15
- Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7)
15
+ Availity standards for design and usage can be found in the [Availity Design Guide](https://design.availity.com/2e36e50c7)
16
16
 
17
17
  ## Installation
18
18
 
package/dist/index.js CHANGED
@@ -73,20 +73,20 @@ var import_mui_icon = require("@availity/mui-icon");
73
73
  var import_jsx_runtime = require("react/jsx-runtime");
74
74
  var slots = {
75
75
  first: () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
76
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_mui_icon.NavigatePreviousIcon, { sx: { mr: ".2rem" } }),
76
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_mui_icon.NavigatePreviousIcon, { fontSize: "inherit", sx: { mr: ".2rem" } }),
77
77
  " First"
78
78
  ] }),
79
79
  previous: () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
80
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_mui_icon.NavigatePreviousIcon, { sx: { mr: ".2rem" } }),
80
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_mui_icon.NavigatePreviousIcon, { fontSize: "inherit", sx: { mr: ".2rem" } }),
81
81
  " Prev"
82
82
  ] }),
83
83
  next: () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
84
84
  "Next ",
85
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_mui_icon.NavigateNextIcon, { sx: { ml: ".2rem" } })
85
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_mui_icon.NavigateNextIcon, { fontSize: "inherit", sx: { ml: ".2rem" } })
86
86
  ] }),
87
87
  last: () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
88
88
  "Last ",
89
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_mui_icon.NavigateNextIcon, { sx: { ml: ".2rem" } })
89
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_mui_icon.NavigateNextIcon, { fontSize: "inherit", sx: { ml: ".2rem" } })
90
90
  ] })
91
91
  };
92
92
  var PaginationItem = (props) => {
package/dist/index.mjs CHANGED
@@ -41,20 +41,20 @@ import { NavigateNextIcon, NavigatePreviousIcon } from "@availity/mui-icon";
41
41
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
42
42
  var slots = {
43
43
  first: () => /* @__PURE__ */ jsxs(Fragment, { children: [
44
- /* @__PURE__ */ jsx(NavigatePreviousIcon, { sx: { mr: ".2rem" } }),
44
+ /* @__PURE__ */ jsx(NavigatePreviousIcon, { fontSize: "inherit", sx: { mr: ".2rem" } }),
45
45
  " First"
46
46
  ] }),
47
47
  previous: () => /* @__PURE__ */ jsxs(Fragment, { children: [
48
- /* @__PURE__ */ jsx(NavigatePreviousIcon, { sx: { mr: ".2rem" } }),
48
+ /* @__PURE__ */ jsx(NavigatePreviousIcon, { fontSize: "inherit", sx: { mr: ".2rem" } }),
49
49
  " Prev"
50
50
  ] }),
51
51
  next: () => /* @__PURE__ */ jsxs(Fragment, { children: [
52
52
  "Next ",
53
- /* @__PURE__ */ jsx(NavigateNextIcon, { sx: { ml: ".2rem" } })
53
+ /* @__PURE__ */ jsx(NavigateNextIcon, { fontSize: "inherit", sx: { ml: ".2rem" } })
54
54
  ] }),
55
55
  last: () => /* @__PURE__ */ jsxs(Fragment, { children: [
56
56
  "Last ",
57
- /* @__PURE__ */ jsx(NavigateNextIcon, { sx: { ml: ".2rem" } })
57
+ /* @__PURE__ */ jsx(NavigateNextIcon, { fontSize: "inherit", sx: { ml: ".2rem" } })
58
58
  ] })
59
59
  };
60
60
  var PaginationItem = (props) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-pagination",
3
- "version": "0.3.10",
3
+ "version": "0.3.12",
4
4
  "description": "Availity MUI Pagination Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -32,7 +32,7 @@
32
32
  "publish:canary": "yarn npm publish --access public --tag canary"
33
33
  },
34
34
  "devDependencies": {
35
- "@availity/mui-icon": "0.12.1",
35
+ "@availity/mui-icon": "0.13.0",
36
36
  "@mui/material": "^5.15.15",
37
37
  "react": "18.2.0",
38
38
  "react-dom": "18.2.0",
@@ -40,7 +40,7 @@
40
40
  "typescript": "^5.4.5"
41
41
  },
42
42
  "peerDependencies": {
43
- "@availity/mui-icon": "0.12.1",
43
+ "@availity/mui-icon": "0.13.0",
44
44
  "@mui/material": "^5.11.9",
45
45
  "react": ">=16.3.0"
46
46
  },
@@ -9,22 +9,22 @@ export type PaginationItemProps = Omit<MuiPaginationItemProps, 'components' | 'c
9
9
  const slots = {
10
10
  first: () => (
11
11
  <>
12
- <NavigatePreviousIcon sx={{ mr: '.2rem' }} /> First
12
+ <NavigatePreviousIcon fontSize="inherit" sx={{ mr: '.2rem' }} /> First
13
13
  </>
14
14
  ),
15
15
  previous: () => (
16
16
  <>
17
- <NavigatePreviousIcon sx={{ mr: '.2rem' }} /> Prev
17
+ <NavigatePreviousIcon fontSize="inherit" sx={{ mr: '.2rem' }} /> Prev
18
18
  </>
19
19
  ),
20
20
  next: () => (
21
21
  <>
22
- Next <NavigateNextIcon sx={{ ml: '.2rem' }} />
22
+ Next <NavigateNextIcon fontSize="inherit" sx={{ ml: '.2rem' }} />
23
23
  </>
24
24
  ),
25
25
  last: () => (
26
26
  <>
27
- Last <NavigateNextIcon sx={{ ml: '.2rem' }} />
27
+ Last <NavigateNextIcon fontSize="inherit" sx={{ ml: '.2rem' }} />
28
28
  </>
29
29
  ),
30
30
  };