@mui/system 7.3.7 → 9.0.0-alpha.0

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,95 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 9.0.0-alpha.0
4
+
5
+ <!-- generated comparing v7.3.8..master -->
6
+
7
+ _Feb 17, 2026_
8
+
9
+ A big thanks to the 3 contributors who made this release possible.
10
+
11
+ ### @mui/material@9.0.0-alpha.0
12
+
13
+ - [theme] Generate `color-mix` value on top of default generated Material UI CSS variables (#47767) @ZeeshanTamboli
14
+
15
+ ### Docs
16
+
17
+ - [docs] Make tooltips describe their visible text triggers (#47658) @silviuaavram
18
+ - [docs][theme] Fix `nativeColor` docs (#47759) @ZeeshanTamboli
19
+
20
+ ### Core
21
+
22
+ - [blog] A pattern for opt-in type-only breaking changes in minor versions (#47622) @bernardobelchior
23
+ - [internal] Prepare libraries for first v9 alpha release (#47756) @silviuaavram
24
+
25
+ All contributors of this release in alphabetical order: @bernardobelchior, @silviuaavram, @ZeeshanTamboli
26
+
27
+ ## v8
28
+
29
+ This version is skipped to align the release version with MUI X v9.
30
+
31
+ ## 7.3.8
32
+
33
+ <!-- generated comparing v7.3.7..master -->
34
+
35
+ _Feb 12, 2026_
36
+
37
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
38
+
39
+ ### `@mui/material@7.3.8`
40
+
41
+ - [alert] Revert removing default icon mapping fallback (#47629) @ZeeshanTamboli
42
+ - [app-bar] Fix optional chaining in joinVars function (#47739) @sai6855
43
+ - [autocomplete] Fix scroll position resetting on reopen with `disableCloseOnSelect` (#47248) @ZeeshanTamboli
44
+ - [autocomplete] Pass fullWidth prop to input, with default as true (#47663) @silviuaavram
45
+ - [badge] Refactor variant styles generation (#47742) @sai6855
46
+ - [chip] Remove unnecessary `onDelete` check (#47753) @ZeeshanTamboli
47
+ - [switch][checkbox][radio] Remove `aria-disabled` from root span (#46318) @KirankumarAmbati
48
+ - [collapse] Remove unnecessary string concatenation (#47745) @sai6855
49
+ - [drawer] `persistent` and `permanent` variant Drawers should not override the styles via theme using `modal` class (#47581) @ZeeshanTamboli
50
+ - [tabs] Add ability to extend Tabs variant (#47590) @aditya1906
51
+ - [useAutocomplete] Add aria-multiselectable to listbox props when multiple is true (#47632) @silviuaavram
52
+ - [useAutocomplete] Use `React.Key` instead of `any` for `key` prop (#47619) @sonixx02
53
+
54
+ #### Core
55
+
56
+ - Revert "[docs-infra] Add Cookie Banner and Analytics Provider (#47445)" (868d23e) @dav-is
57
+ - Revert "[docs-infra] Update Cookie Consent Dialog styling and content (#47718)" (ae29d03) @dav-is
58
+ - [api-docs-builder] Validate slots prop and Slots interface export consistency (#47623) @Janpot
59
+ - [code-infra] Remove `window.muiDocConfig` (#47737) @Janpot
60
+ - [code-infra] Fix flaky Select test on Webkit (#47728) @Janpot
61
+ - [code-infra] Remove usage of NODE_ENV=test (#47692) @Janpot
62
+ - [code-infra] Prepare eslint rule rename (#47702) @Janpot
63
+ - [code-infra] Next.js 15.5.11 (security update) (#47697) @Janpot
64
+ - [code-infra] Fix Tooltip tests flakyness (#47669) @Janpot
65
+ - [code-infra] Improve instructions for error messages (#47668) @Janpot
66
+ - [code-infra] Add initial agent instructions (#47655) @Janpot
67
+ - [code-infra] Update broken links checker (#47633) @Janpot
68
+ - [code-infra] Improve Tooltip leaveDelay test (#47624) @Janpot
69
+ - [code-infra] Fix internal broken links (#47607) @Janpot
70
+ - [docs-infra] Resolve a few 301s in our docs (#47746) @Janpot
71
+ - [docs-infra] Update Cookie Consent Dialog styling and content (#47718) @dav-is
72
+ - [docs-infra] Add Cookie Banner and Analytics Provider (#47445) @dav-is
73
+ - [docs-infra] Make sure /customers page has a h1 (#47615) @Janpot
74
+ - [docs-infra] Fix privacy link (#47614) @Janpot
75
+ - [docs-infra] Resolve a few 301s (#47579) @Janpot
76
+ - [internal] Remove unused sponsor files (#47741) @oliviertassinari
77
+ - [markdown] Fix some broken hash links (#47609) @Janpot
78
+ - [test] Cleanup Table tests TODOs (#47656) @Ocheretovich
79
+
80
+ ### Docs
81
+
82
+ - [website] unclickable banner in the pricing page (#47634) @aemartos
83
+ - [blog] Company Update: What we've been working on (and why) (#47626) @alelthomas
84
+ - [docs] Remove outdated notifications (#47743) @bernardobelchior
85
+ - [docs] Make Demo component product-agnostic (#47635) @Janpot
86
+ - [docs] Copyedit the Number Field doc (#47469) @mapache-salvaje
87
+ - [docs] Fix Roboto font not loading in iframe demos (#47660) @Janpot
88
+ - [docs] Replace Checkbox with Icons in Combobox examples (#47654) @silviuaavram
89
+ - [docs] Fix punctuation in TypeScript guide description (#47617) @nodirbekprogrammer
90
+
91
+ All contributors of this release in alphabetical order: @aditya1906, @aemartos, @alelthomas, @bernardobelchior, @dav-is, @Janpot, @KirankumarAmbati, @mapache-salvaje, @nodirbekprogrammer, @Ocheretovich, @oliviertassinari, @sai6855, @silviuaavram, @sonixx02, @ZeeshanTamboli
92
+
3
93
  ## 7.3.7
4
94
 
5
95
  <!-- generated comparing v7.3.6..master -->
@@ -10,7 +10,7 @@ const getLegacyGridWarning = propName => {
10
10
  }
11
11
 
12
12
  // #host-reference
13
- return `The \`${propName}\` prop has been removed. See https://mui.com/material-ui/migration/upgrade-to-grid-v2/ for migration instructions.`;
13
+ return `The \`${propName}\` prop has been removed. See https://next.mui.com/material-ui/migration/upgrade-to-grid-v2/ for migration instructions.`;
14
14
  };
15
15
  const warnedAboutProps = [];
16
16
 
package/README.md CHANGED
@@ -9,11 +9,11 @@ Install the package in your project directory with:
9
9
  <!-- #npm-tag-reference -->
10
10
 
11
11
  ```bash
12
- npm install @mui/system @emotion/react @emotion/styled
12
+ npm install @mui/system@next @emotion/react @emotion/styled
13
13
  ```
14
14
 
15
15
  ## Documentation
16
16
 
17
17
  <!-- #host-reference -->
18
18
 
19
- Visit [https://mui.com/system/getting-started/](https://mui.com/system/getting-started/) to view the full documentation.
19
+ Visit [https://next.mui.com/system/getting-started/](https://next.mui.com/system/getting-started/) to view the full documentation.
@@ -26,13 +26,13 @@ export interface Breakpoints {
26
26
  /**
27
27
  * @param key - A breakpoint key (`xs`, `sm`, etc.) or a screen width number in px.
28
28
  * @returns A media query string ready to be used with most styling solutions, which matches screen widths greater than the screen size given by the breakpoint key (inclusive).
29
- * @see [API documentation](https://mui.com/material-ui/customization/breakpoints/#theme-breakpoints-up-key-media-query)
29
+ * @see [API documentation](https://next.mui.com/material-ui/customization/breakpoints/#theme-breakpoints-up-key-media-query)
30
30
  */
31
31
  up: (key: Breakpoint | number) => string;
32
32
  /**
33
33
  * @param key - A breakpoint key (`xs`, `sm`, etc.) or a screen width number in px.
34
34
  * @returns A media query string ready to be used with most styling solutions, which matches screen widths less than the screen size given by the breakpoint key (exclusive).
35
- * @see [API documentation](https://mui.com/material-ui/customization/breakpoints/#theme-breakpoints-down-key-media-query)
35
+ * @see [API documentation](https://next.mui.com/material-ui/customization/breakpoints/#theme-breakpoints-down-key-media-query)
36
36
  */
37
37
  down: (key: Breakpoint | number) => string;
38
38
  /**
@@ -40,14 +40,14 @@ export interface Breakpoints {
40
40
  * @param end - A breakpoint key (`xs`, `sm`, etc.) or a screen width number in px.
41
41
  * @returns A media query string ready to be used with most styling solutions, which matches screen widths greater than
42
42
  * the screen size given by the breakpoint key in the first argument (inclusive) and less than the screen size given by the breakpoint key in the second argument (exclusive).
43
- * @see [API documentation](https://mui.com/material-ui/customization/breakpoints/#theme-breakpoints-between-start-end-media-query)
43
+ * @see [API documentation](https://next.mui.com/material-ui/customization/breakpoints/#theme-breakpoints-between-start-end-media-query)
44
44
  */
45
45
  between: (start: Breakpoint | number, end: Breakpoint | number) => string;
46
46
  /**
47
47
  * @param key - A breakpoint key (`xs`, `sm`, etc.) or a screen width number in px.
48
48
  * @returns A media query string ready to be used with most styling solutions, which matches screen widths starting from
49
49
  * the screen size given by the breakpoint key (inclusive) and stopping at the screen size given by the next breakpoint key (exclusive).
50
- * @see [API documentation](https://mui.com/material-ui/customization/breakpoints/#theme-breakpoints-only-key-media-query)
50
+ * @see [API documentation](https://next.mui.com/material-ui/customization/breakpoints/#theme-breakpoints-only-key-media-query)
51
51
  */
52
52
  only: (key: Breakpoint) => string;
53
53
  /**
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
3
  Object.defineProperty(exports, "__esModule", {
5
4
  value: true
6
5
  });
@@ -8,7 +7,6 @@ exports.default = cssContainerQueries;
8
7
  exports.getContainerQuery = getContainerQuery;
9
8
  exports.isCqShorthand = isCqShorthand;
10
9
  exports.sortContainerQueries = sortContainerQueries;
11
- var _formatMuiErrorMessage = _interopRequireDefault(require("@mui/utils/formatMuiErrorMessage"));
12
10
  /**
13
11
  * For using in `sx` prop to sort the breakpoint from low to high.
14
12
  * Note: this function does not work and will not support multiple units.
@@ -42,7 +40,7 @@ function getContainerQuery(theme, shorthand) {
42
40
  const matches = shorthand.match(/^@([^/]+)?\/?(.+)?$/);
43
41
  if (!matches) {
44
42
  if (process.env.NODE_ENV !== 'production') {
45
- throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The provided shorthand ${`(${shorthand})`} is invalid. The format should be \`@<breakpoint | number>\` or \`@<breakpoint | number>/<container>\`.\n` + 'For example, `@sm` or `@600` or `@40rem/sidebar`.' : (0, _formatMuiErrorMessage.default)(18, `(${shorthand})`));
43
+ throw /* minify-error */new Error(`MUI: The provided shorthand ${`(${shorthand})`} is invalid. The format should be \`@<breakpoint | number>\` or \`@<breakpoint | number>/<container>\`.\n` + 'For example, `@sm` or `@600` or `@40rem/sidebar`.');
46
44
  }
47
45
  return null;
48
46
  }
@@ -4,7 +4,7 @@ const getLegacyGridWarning = propName => {
4
4
  }
5
5
 
6
6
  // #host-reference
7
- return `The \`${propName}\` prop has been removed. See https://mui.com/material-ui/migration/upgrade-to-grid-v2/ for migration instructions.`;
7
+ return `The \`${propName}\` prop has been removed. See https://next.mui.com/material-ui/migration/upgrade-to-grid-v2/ for migration instructions.`;
8
8
  };
9
9
  const warnedAboutProps = [];
10
10
 
@@ -26,13 +26,13 @@ export interface Breakpoints {
26
26
  /**
27
27
  * @param key - A breakpoint key (`xs`, `sm`, etc.) or a screen width number in px.
28
28
  * @returns A media query string ready to be used with most styling solutions, which matches screen widths greater than the screen size given by the breakpoint key (inclusive).
29
- * @see [API documentation](https://mui.com/material-ui/customization/breakpoints/#theme-breakpoints-up-key-media-query)
29
+ * @see [API documentation](https://next.mui.com/material-ui/customization/breakpoints/#theme-breakpoints-up-key-media-query)
30
30
  */
31
31
  up: (key: Breakpoint | number) => string;
32
32
  /**
33
33
  * @param key - A breakpoint key (`xs`, `sm`, etc.) or a screen width number in px.
34
34
  * @returns A media query string ready to be used with most styling solutions, which matches screen widths less than the screen size given by the breakpoint key (exclusive).
35
- * @see [API documentation](https://mui.com/material-ui/customization/breakpoints/#theme-breakpoints-down-key-media-query)
35
+ * @see [API documentation](https://next.mui.com/material-ui/customization/breakpoints/#theme-breakpoints-down-key-media-query)
36
36
  */
37
37
  down: (key: Breakpoint | number) => string;
38
38
  /**
@@ -40,14 +40,14 @@ export interface Breakpoints {
40
40
  * @param end - A breakpoint key (`xs`, `sm`, etc.) or a screen width number in px.
41
41
  * @returns A media query string ready to be used with most styling solutions, which matches screen widths greater than
42
42
  * the screen size given by the breakpoint key in the first argument (inclusive) and less than the screen size given by the breakpoint key in the second argument (exclusive).
43
- * @see [API documentation](https://mui.com/material-ui/customization/breakpoints/#theme-breakpoints-between-start-end-media-query)
43
+ * @see [API documentation](https://next.mui.com/material-ui/customization/breakpoints/#theme-breakpoints-between-start-end-media-query)
44
44
  */
45
45
  between: (start: Breakpoint | number, end: Breakpoint | number) => string;
46
46
  /**
47
47
  * @param key - A breakpoint key (`xs`, `sm`, etc.) or a screen width number in px.
48
48
  * @returns A media query string ready to be used with most styling solutions, which matches screen widths starting from
49
49
  * the screen size given by the breakpoint key (inclusive) and stopping at the screen size given by the next breakpoint key (exclusive).
50
- * @see [API documentation](https://mui.com/material-ui/customization/breakpoints/#theme-breakpoints-only-key-media-query)
50
+ * @see [API documentation](https://next.mui.com/material-ui/customization/breakpoints/#theme-breakpoints-only-key-media-query)
51
51
  */
52
52
  only: (key: Breakpoint) => string;
53
53
  /**
@@ -1,4 +1,3 @@
1
- import _formatErrorMessage from "@mui/utils/formatMuiErrorMessage";
2
1
  /**
3
2
  * For using in `sx` prop to sort the breakpoint from low to high.
4
3
  * Note: this function does not work and will not support multiple units.
@@ -32,7 +31,7 @@ export function getContainerQuery(theme, shorthand) {
32
31
  const matches = shorthand.match(/^@([^/]+)?\/?(.+)?$/);
33
32
  if (!matches) {
34
33
  if (process.env.NODE_ENV !== 'production') {
35
- throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The provided shorthand ${`(${shorthand})`} is invalid. The format should be \`@<breakpoint | number>\` or \`@<breakpoint | number>/<container>\`.\n` + 'For example, `@sm` or `@600` or `@40rem/sidebar`.' : _formatErrorMessage(18, `(${shorthand})`));
34
+ throw /* minify-error */new Error(`MUI: The provided shorthand ${`(${shorthand})`} is invalid. The format should be \`@<breakpoint | number>\` or \`@<breakpoint | number>/<container>\`.\n` + 'For example, `@sm` or `@600` or `@40rem/sidebar`.');
36
35
  }
37
36
  return null;
38
37
  }
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/system v7.3.7
2
+ * @mui/system v9.0.0-alpha.0
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.7";
2
- export const major = Number("7");
3
- export const minor = Number("3");
4
- export const patch = Number("7");
5
- export const prerelease = undefined;
1
+ export const version = "9.0.0-alpha.0";
2
+ export const major = Number("9");
3
+ export const minor = Number("0");
4
+ export const patch = Number("0");
5
+ export const prerelease = "alpha.0";
6
6
  export default version;
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/system v7.3.7
2
+ * @mui/system v9.0.0-alpha.0
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.7",
3
+ "version": "9.0.0-alpha.0",
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": [
@@ -24,14 +24,14 @@
24
24
  "url": "https://opencollective.com/mui-org"
25
25
  },
26
26
  "dependencies": {
27
- "@babel/runtime": "^7.28.4",
27
+ "@babel/runtime": "^7.28.6",
28
28
  "clsx": "^2.1.1",
29
29
  "csstype": "^3.2.3",
30
30
  "prop-types": "^15.8.1",
31
- "@mui/private-theming": "^7.3.7",
32
- "@mui/styled-engine": "^7.3.7",
33
- "@mui/types": "^7.4.10",
34
- "@mui/utils": "^7.3.7"
31
+ "@mui/private-theming": "9.0.0-alpha.0",
32
+ "@mui/types": "^9.0.0-alpha.0",
33
+ "@mui/styled-engine": "9.0.0-alpha.0",
34
+ "@mui/utils": "9.0.0-alpha.0"
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 = "7.3.7";
8
- const major = exports.major = Number("7");
9
- const minor = exports.minor = Number("3");
10
- const patch = exports.patch = Number("7");
11
- const prerelease = exports.prerelease = undefined;
7
+ const version = exports.version = "9.0.0-alpha.0";
8
+ const major = exports.major = Number("9");
9
+ const minor = exports.minor = Number("0");
10
+ const patch = exports.patch = Number("0");
11
+ const prerelease = exports.prerelease = "alpha.0";
12
12
  var _default = exports.default = version;