@mui/material-pigment-css 7.3.0 → 7.3.1

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
@@ -1,5 +1,20 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 7.3.1
4
+
5
+ <!-- generated comparing v7.3.0..master -->
6
+
7
+ _Aug 6, 2025_
8
+
9
+ A big thanks to the 2 contributors who made this release possible.
10
+
11
+ ### `@mui/material@7.3.1`
12
+
13
+ - [PaginationItem] Fix inheritance of component (#46666) @sai6855
14
+ - [Select] Revert - Implement pointer cancellation PR 45789 (#46672) @ZeeshanTamboli
15
+
16
+ All contributors of this release in alphabetical order: @sai6855, @ZeeshanTamboli
17
+
3
18
  ## 7.3.0
4
19
 
5
20
  <!-- generated comparing v7.2.0..master -->
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/material-pigment-css v7.3.0
2
+ * @mui/material-pigment-css v7.3.1
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/material-pigment-css v7.3.0
2
+ * @mui/material-pigment-css v7.3.1
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/material-pigment-css",
3
- "version": "7.3.0",
3
+ "version": "7.3.1",
4
4
  "author": "MUI Team",
5
5
  "description": "A wrapper over Pigment CSS that provides the same styled and theming APIs as Material UI.",
6
6
  "main": "./index.js",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.28.2",
30
- "@mui/system": "7.3.0"
30
+ "@mui/system": "7.3.1"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@pigment-css/react": "^0.0.30"