@mui/system 9.0.0-alpha.2 → 9.0.0-alpha.3

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/Box/Box.d.mts CHANGED
@@ -38,8 +38,8 @@ export interface BoxTypeMap<AdditionalProps = {}, RootComponent extends React.El
38
38
  *
39
39
  * Demos:
40
40
  *
41
- * - [Box (Joy UI)](https://mui.com/joy-ui/react-box/)
42
41
  * - [Box (Material UI)](https://mui.com/material-ui/react-box/)
42
+ * - [Menubar (Material UI)](https://mui.com/material-ui/react-menubar/)
43
43
  * - [Box (MUI System)](https://mui.com/system/react-box/)
44
44
  *
45
45
  * API:
package/Box/Box.d.ts CHANGED
@@ -38,8 +38,8 @@ export interface BoxTypeMap<AdditionalProps = {}, RootComponent extends React.El
38
38
  *
39
39
  * Demos:
40
40
  *
41
- * - [Box (Joy UI)](https://mui.com/joy-ui/react-box/)
42
41
  * - [Box (Material UI)](https://mui.com/material-ui/react-box/)
42
+ * - [Menubar (Material UI)](https://mui.com/material-ui/react-menubar/)
43
43
  * - [Box (MUI System)](https://mui.com/system/react-box/)
44
44
  *
45
45
  * API:
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 9.0.0-alpha.3
4
+
5
+ <!-- generated comparing v9.0.0-alpha.2..master -->
6
+
7
+ _Mar 12, 2026_
8
+
9
+ A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 📖 A new [Menubar](https://mui.com/material-ui/react-menubar/) component page integrated with [Base UI](https://base-ui.com/react/components/menubar)
12
+ - ♿️ Improved the Roving TabIndex keyboard navigation for the Stepper, Tabs and MenuList components.
13
+
14
+ ### `@mui/material@9.0.0-alpha.3`
15
+
16
+ - [autocomplete] Add `root` slot (#47852) @GerardasB
17
+ - [autocomplete] Fix popup reopening on window focus regain with openOnFocus (#47790) @aman44444
18
+ - [autocomplete] Support full slots for clearIndicator and popupIndicator (#47891) @silviuaavram
19
+ - [material-ui] Partially revert "[material-ui] Clean up duplicated CSS rules (#47838)" (#47927) @sai6855
20
+ - [stepper][menulist][tabs] Improve accessibility (#47687) @silviuaavram
21
+
22
+ ### Docs
23
+
24
+ - [docs][codemod] Add v7 migration docs for deprecated Autocomplete APIs and Autocomplete codemod (#47945) @ZeeshanTamboli
25
+ - [docs] Update faq about vendor chunks (#47747) @Janpot
26
+ - [docs] Use direct palette vars in Tailwind v4 snippet (#47940) @Ahmad-Alaziz
27
+ - [docs][menubar] Add Menubar component page (#47616) @siriwatknp
28
+
29
+ ### Core
30
+
31
+ - [core] Fix the release prepare steps (#47951) @silviuaavram
32
+ - [core] Remove Joy UI code and docs (#47939) @mnajdova
33
+ - [code-infra] Add previously missed export of themeCssVarsAugmentation (#47918) @brijeshb42
34
+ - [docs-infra] Import font module for nextjs transpilation (#47935) @brijeshb42
35
+ - [docs-infra] Migrate simpler modules from docs to mui-docs (#47897) @brijeshb42
36
+ - [test] Fix detached anchorEl elements in tests (#47929) @Janpot
37
+
38
+ All contributors of this release in alphabetical order: @Ahmad-Alaziz, @aman44444, @brijeshb42, @GerardasB, @Janpot, @mnajdova, @sai6855, @silviuaavram, @siriwatknp, @ZeeshanTamboli
39
+
3
40
  ## 9.0.0-alpha.2
4
41
 
5
42
  <!-- generated comparing v9.0.0-alpha.1..master -->
package/Grid/Grid.d.mts CHANGED
@@ -2,7 +2,6 @@
2
2
  *
3
3
  * Demos:
4
4
  *
5
- * - [Grid (Joy UI)](https://mui.com/joy-ui/react-grid/)
6
5
  * - [Grid (Material UI)](https://mui.com/material-ui/react-grid/)
7
6
  *
8
7
  * API:
package/Grid/Grid.d.ts CHANGED
@@ -2,7 +2,6 @@
2
2
  *
3
3
  * Demos:
4
4
  *
5
- * - [Grid (Joy UI)](https://mui.com/joy-ui/react-grid/)
6
5
  * - [Grid (Material UI)](https://mui.com/material-ui/react-grid/)
7
6
  *
8
7
  * API:
package/Grid/Grid.js CHANGED
@@ -12,7 +12,6 @@ var _createGrid = _interopRequireDefault(require("./createGrid"));
12
12
  *
13
13
  * Demos:
14
14
  *
15
- * - [Grid (Joy UI)](https://mui.com/joy-ui/react-grid/)
16
15
  * - [Grid (Material UI)](https://mui.com/material-ui/react-grid/)
17
16
  *
18
17
  * API:
package/Grid/Grid.mjs CHANGED
@@ -6,7 +6,6 @@ import createGrid from "./createGrid.mjs";
6
6
  *
7
7
  * Demos:
8
8
  *
9
- * - [Grid (Joy UI)](https://mui.com/joy-ui/react-grid/)
10
9
  * - [Grid (Material UI)](https://mui.com/material-ui/react-grid/)
11
10
  *
12
11
  * API:
package/Stack/Stack.d.mts CHANGED
@@ -2,7 +2,6 @@
2
2
  *
3
3
  * Demos:
4
4
  *
5
- * - [Stack (Joy UI)](https://mui.com/joy-ui/react-stack/)
6
5
  * - [Stack (Material UI)](https://mui.com/material-ui/react-stack/)
7
6
  * - [Stack (MUI System)](https://mui.com/system/react-stack/)
8
7
  *
package/Stack/Stack.d.ts CHANGED
@@ -2,7 +2,6 @@
2
2
  *
3
3
  * Demos:
4
4
  *
5
- * - [Stack (Joy UI)](https://mui.com/joy-ui/react-stack/)
6
5
  * - [Stack (Material UI)](https://mui.com/material-ui/react-stack/)
7
6
  * - [Stack (MUI System)](https://mui.com/system/react-stack/)
8
7
  *
package/Stack/Stack.js CHANGED
@@ -12,7 +12,6 @@ var _createStack = _interopRequireDefault(require("./createStack"));
12
12
  *
13
13
  * Demos:
14
14
  *
15
- * - [Stack (Joy UI)](https://mui.com/joy-ui/react-stack/)
16
15
  * - [Stack (Material UI)](https://mui.com/material-ui/react-stack/)
17
16
  * - [Stack (MUI System)](https://mui.com/system/react-stack/)
18
17
  *
package/Stack/Stack.mjs CHANGED
@@ -6,7 +6,6 @@ import createStack from "./createStack.mjs";
6
6
  *
7
7
  * Demos:
8
8
  *
9
- * - [Stack (Joy UI)](https://mui.com/joy-ui/react-stack/)
10
9
  * - [Stack (Material UI)](https://mui.com/material-ui/react-stack/)
11
10
  * - [Stack (MUI System)](https://mui.com/system/react-stack/)
12
11
  *
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/system v9.0.0-alpha.2
2
+ * @mui/system v9.0.0-alpha.3
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/system v9.0.0-alpha.2
2
+ * @mui/system v9.0.0-alpha.3
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": "9.0.0-alpha.2",
3
+ "version": "9.0.0-alpha.3",
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
  "keywords": [
@@ -28,10 +28,10 @@
28
28
  "clsx": "^2.1.1",
29
29
  "csstype": "^3.2.3",
30
30
  "prop-types": "^15.8.1",
31
- "@mui/private-theming": "9.0.0-alpha.2",
32
- "@mui/styled-engine": "9.0.0-alpha.2",
33
- "@mui/types": "^9.0.0-alpha.2",
34
- "@mui/utils": "9.0.0-alpha.2"
31
+ "@mui/private-theming": "9.0.0-alpha.3",
32
+ "@mui/styled-engine": "9.0.0-alpha.3",
33
+ "@mui/types": "^9.0.0-alpha.3",
34
+ "@mui/utils": "9.0.0-alpha.3"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@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 = "9.0.0-alpha.2";
7
+ const version = exports.version = "9.0.0-alpha.3";
8
8
  const major = exports.major = Number("9");
9
9
  const minor = exports.minor = Number("0");
10
10
  const patch = exports.patch = Number("0");
11
- const prerelease = exports.prerelease = "alpha.2";
11
+ const prerelease = exports.prerelease = "alpha.3";
12
12
  var _default = exports.default = version;
package/version/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
- export const version = "9.0.0-alpha.2";
1
+ export const version = "9.0.0-alpha.3";
2
2
  export const major = Number("9");
3
3
  export const minor = Number("0");
4
4
  export const patch = Number("0");
5
- export const prerelease = "alpha.2";
5
+ export const prerelease = "alpha.3";
6
6
  export default version;