@mui/system 6.4.9 → 6.4.10

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,28 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 6.4.10
4
+
5
+ <!-- generated comparing v6.4.9..v6.x -->
6
+
7
+ _Mar 31, 2025_
8
+
9
+ A big thanks to the 4 contributors who made this release possible.
10
+
11
+ ### `@mui/material@6.4.10`
12
+
13
+ - [Autocomplete] Prevent shrink animation in controlled Autocomplete when initial `value` is provided (#45735) @imadx
14
+ - [Popover] Allow `null` in `anchorEl` function return type (#45723) @eduter
15
+
16
+ ### Docs
17
+
18
+ - Fix new React project link, CRA deprecated (#45669) @oliviertassinari
19
+
20
+ ### Core
21
+
22
+ - [utils] Support cleanup callbacks in useForkRef (#45733) @DiegoAndai
23
+
24
+ All contributors of this release in alphabetical order: @DiegoAndai, @eduter, @imadx, @oliviertassinari
25
+
3
26
  ## 6.4.9
4
27
 
5
28
  <!-- generated comparing v6.4.8..v6.x -->
@@ -1,6 +1,6 @@
1
- export const version = "6.4.9";
1
+ export const version = "6.4.10";
2
2
  export const major = Number("6");
3
3
  export const minor = Number("4");
4
- export const patch = Number("9");
4
+ export const patch = Number("10");
5
5
  export const prerelease = undefined;
6
6
  export default version;
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/system v6.4.9
2
+ * @mui/system v6.4.10
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/system v6.4.9
2
+ * @mui/system v6.4.10
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 = "6.4.9";
1
+ export const version = "6.4.10";
2
2
  export const major = Number("6");
3
3
  export const minor = Number("4");
4
- export const patch = Number("9");
4
+ export const patch = Number("10");
5
5
  export const prerelease = undefined;
6
6
  export default version;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/system",
3
- "version": "6.4.9",
3
+ "version": "6.4.10",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "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.",
@@ -30,10 +30,10 @@
30
30
  "clsx": "^2.1.1",
31
31
  "csstype": "^3.1.3",
32
32
  "prop-types": "^15.8.1",
33
- "@mui/styled-engine": "^6.4.9",
34
- "@mui/utils": "^6.4.8",
33
+ "@mui/private-theming": "^6.4.9",
35
34
  "@mui/types": "~7.2.24",
36
- "@mui/private-theming": "^6.4.8"
35
+ "@mui/utils": "^6.4.9",
36
+ "@mui/styled-engine": "^6.4.9"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@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 = "6.4.9";
7
+ const version = exports.version = "6.4.10";
8
8
  const major = exports.major = Number("6");
9
9
  const minor = exports.minor = Number("4");
10
- const patch = exports.patch = Number("9");
10
+ const patch = exports.patch = Number("10");
11
11
  const prerelease = exports.prerelease = undefined;
12
12
  var _default = exports.default = version;