@mui/system 7.0.0 → 7.0.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,45 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 7.0.1
4
+
5
+ <!-- generated comparing v7.0.0..master -->
6
+
7
+ _Mar 28, 2025_
8
+
9
+ A big thanks to the 7 contributors who made this release possible.
10
+
11
+ ### `@mui/material@7.0.1`
12
+
13
+ - Export ThemeProviderProps (#45701) @aarongarciah
14
+ - [Fab] Fix default variant text color when using CSS vars (#45714) @aarongarciah
15
+ - Remove mention of v7 in deprecation messages (#45708) @DiegoAndai
16
+ - [Popover] Allow `null` in `anchorEl` function return type (#45045) @eduter
17
+ - Fix missing CSSProperties/MixinOptions types (#45706) @Janpot
18
+
19
+ ### `@mui/icons-material@7.0.1`
20
+
21
+ - [code-infra] Fix icon-material type resolution under `moduleResolution: "node"` (#45704) @Janpot
22
+ - Bring back individual icon dts (#45711) @Janpot
23
+
24
+ ### Core
25
+
26
+ - Improve the release instructions (#45688) @mnajdova
27
+
28
+ ### Docs
29
+
30
+ - Fix Masonry and Toolpad dark mode demos (#45721) @siriwatknp
31
+ - Update v7 related copy (#45716) @aarongarciah
32
+ - Avoid unwanted undefined in page title (#45718) @aarongarciah
33
+ - Fix joy templates error (#45715) @siriwatknp
34
+ - Rename GitHub icon import (#45709) @micttyoid
35
+ - Fix Safari issue in dark mode (#45696) @mnajdova
36
+ - Fix `Grid`, `GridLegacy`, `Stack`, `Badge`, `Select`, `Autocomplete` demos CSS variables (#45693) @DiegoAndai
37
+ - Add "Material UI v7 is here" to the notifications (#45694) @DiegoAndai
38
+ - Fix `Breadcrumbs`, `List`, `Divider`, and `Typography` dark mode demos (#45692) @siriwatknp
39
+ - Fix Material Icons page in dark mode (#45691) @mnajdova
40
+
41
+ All contributors of this release in alphabetical order: @aarongarciah, @DiegoAndai, @eduter, @Janpot, @micttyoid, @mnajdova, @siriwatknp
42
+
3
43
  ## 7.0.0
4
44
 
5
45
  <!-- generated comparing v7.0.0-rc.0..master -->
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/system v7.0.0
2
+ * @mui/system v7.0.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.0.0";
1
+ export const version = "7.0.1";
2
2
  export const major = Number("7");
3
3
  export const minor = Number("0");
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.0.0
2
+ * @mui/system v7.0.1
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 v7.0.0
2
+ * @mui/system v7.0.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.0.0";
1
+ export const version = "7.0.1";
2
2
  export const major = Number("7");
3
3
  export const minor = Number("0");
4
- export const patch = Number("0");
4
+ export const patch = Number("1");
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": "7.0.0",
3
+ "version": "7.0.1",
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/private-theming": "^7.0.0",
33
+ "@mui/private-theming": "^7.0.1",
34
+ "@mui/styled-engine": "^7.0.1",
34
35
  "@mui/types": "^7.4.0",
35
- "@mui/styled-engine": "^7.0.0",
36
- "@mui/utils": "^7.0.0"
36
+ "@mui/utils": "^7.0.1"
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 = "7.0.0";
7
+ const version = exports.version = "7.0.1";
8
8
  const major = exports.major = Number("7");
9
9
  const minor = exports.minor = Number("0");
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;