@mui/system 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/system v7.3.0
2
+ * @mui/system v7.3.1
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -1,6 +1,6 @@
1
- export const version = "7.3.0";
1
+ export const version = "7.3.1";
2
2
  export const major = Number("7");
3
3
  export const minor = Number("3");
4
- export const patch = Number("0");
4
+ export const patch = Number("1");
5
5
  export const prerelease = undefined;
6
6
  export default version;
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/system v7.3.0
2
+ * @mui/system 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/system",
3
- "version": "7.3.0",
3
+ "version": "7.3.1",
4
4
  "author": "MUI Team",
5
5
  "description": "MUI System is a set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.",
6
6
  "main": "./index.js",
@@ -29,10 +29,10 @@
29
29
  "clsx": "^2.1.1",
30
30
  "csstype": "^3.1.3",
31
31
  "prop-types": "^15.8.1",
32
- "@mui/private-theming": "^7.3.0",
33
- "@mui/utils": "^7.3.0",
34
- "@mui/types": "^7.4.5",
35
- "@mui/styled-engine": "^7.3.0"
32
+ "@mui/private-theming": "^7.3.1",
33
+ "@mui/utils": "^7.3.1",
34
+ "@mui/styled-engine": "^7.3.1",
35
+ "@mui/types": "^7.4.5"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@emotion/react": "^11.5.0",
package/version/index.js CHANGED
@@ -4,9 +4,9 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.version = exports.prerelease = exports.patch = exports.minor = exports.major = exports.default = void 0;
7
- const version = exports.version = "7.3.0";
7
+ const version = exports.version = "7.3.1";
8
8
  const major = exports.major = Number("7");
9
9
  const minor = exports.minor = Number("3");
10
- const patch = exports.patch = Number("0");
10
+ const patch = exports.patch = Number("1");
11
11
  const prerelease = exports.prerelease = undefined;
12
12
  var _default = exports.default = version;