@mui/icons-material 7.0.0-beta.2 → 7.0.0-beta.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/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 7.0.0-beta.3
4
+
5
+ <!-- generated comparing v7.0.0-beta.2..master -->
6
+
7
+ _Mar 5, 2025_
8
+
9
+ A big thanks to the 3 contributors who made this release possible.
10
+
11
+ ### `@mui/material@7.0.0-beta.3`
12
+
13
+ - Fix moduleResolution:node for icons (#45444) @Janpot
14
+ - [ThemeProvider] Add `storageManager` prop to `ThemeProvider` (#45136) @siriwatknp
15
+ - [Radio] Fix `inputProps` not forwarded (#45471) @siriwatknp
16
+
17
+ ### `@mui/codemod@7.0.0-beta.3`
18
+
19
+ - [codemod] Fix codemods not found (#45473) @DiegoAndai
20
+
21
+ All contributors of this release in alphabetical order: @DiegoAndai, @Janpot, @siriwatknp
22
+
3
23
  ## 7.0.0-beta.2
4
24
 
5
25
  <!-- generated comparing v7.0.0-beta.1..master -->
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v7.0.0-beta.2
2
+ * @mui/icons-material v7.0.0-beta.3
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v7.0.0-beta.2
2
+ * @mui/icons-material v7.0.0-beta.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/icons-material",
3
- "version": "7.0.0-beta.2",
3
+ "version": "7.0.0-beta.3",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Material Design icons distributed as SVG React components.",
@@ -33,7 +33,7 @@
33
33
  "peerDependencies": {
34
34
  "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
35
35
  "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
36
- "@mui/material": "7.0.0-beta.2"
36
+ "@mui/material": "7.0.0-beta.3"
37
37
  },
38
38
  "peerDependenciesMeta": {
39
39
  "@types/react": {
@@ -48,6 +48,16 @@
48
48
  "engines": {
49
49
  "node": ">=14.0.0"
50
50
  },
51
+ "typesVersions": {
52
+ "*": {
53
+ "index": [
54
+ "./index.d.ts"
55
+ ],
56
+ "*": [
57
+ "./icon.d.ts"
58
+ ]
59
+ }
60
+ },
51
61
  "exports": {
52
62
  "./package.json": "./package.json",
53
63
  ".": {