@mui/material-pigment-css 6.4.6 → 6.4.7

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
+ ## 6.4.7
4
+
5
+ <!-- generated comparing v6.4.6..v6.x -->
6
+
7
+ _Mar 5, 2025_
8
+
9
+ A big thanks to the 3 contributors who made this release possible.
10
+
11
+ ### `@mui/material@6.4.7`
12
+
13
+ - [ThemeProvider] Add `storageManager` prop to `ThemeProvider` (@siriwatknp) (#45437) @siriwatknp
14
+ - [Rating] Deprecate \*Props and complete slots, slotProps (#45295) (#45398) @DiegoAndai
15
+ - [Radio] Fix `inputProps` not forwarded (@siriwatknp) (#45475) @siriwatknp
16
+
17
+ ### Core
18
+
19
+ - [blog] React 19 migration for MUI X (#45440) @arminmeh
20
+
21
+ All contributors of this release in alphabetical order: @arminmeh, @DiegoAndai, @siriwatknp
22
+
3
23
  ## 6.4.6
4
24
 
5
25
  <!-- generated comparing v6.4.5..v6.x -->
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/material-pigment-css v6.4.6
2
+ * @mui/material-pigment-css v6.4.7
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/material-pigment-css v6.4.6
2
+ * @mui/material-pigment-css v6.4.7
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/material-pigment-css v6.4.6
2
+ * @mui/material-pigment-css v6.4.7
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/material-pigment-css",
3
- "version": "6.4.6",
3
+ "version": "6.4.7",
4
4
  "author": "MUI Team",
5
5
  "description": "A wrapper over Pigment CSS that provides the same styled and theming APIs as Material UI.",
6
6
  "main": "./node/index.js",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.26.0",
30
- "@mui/system": "6.4.6"
30
+ "@mui/system": "6.4.7"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@pigment-css/react": "^0.0.29"