@mui/material-pigment-css 9.0.0-alpha.1 → 9.0.0-alpha.2

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,33 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 9.0.0-alpha.2
4
+
5
+ <!-- generated comparing v9.0.0-alpha.1..master -->
6
+
7
+ _Mar 5, 2026_
8
+
9
+ A big thanks to the 4 contributors who made this release possible.
10
+
11
+ ### @mui/material@9.0.0-alpha.2
12
+
13
+ - Clean up duplicated CSS rules (#47838) @sai6855
14
+
15
+ ### @mui/system@9.0.0-alpha.2
16
+
17
+ - Refactor sortContainerQueries to define regex outside of sort function (#47817) @sai6855
18
+
19
+ ### Docs
20
+
21
+ - Move shared components to @mui/docs package (#47672) @Janpot
22
+ - Fix small typo in NumberField page (#47877) @arthur-plazanet
23
+
24
+ ### Core
25
+
26
+ - [code-infra] Reduce paths for attw checks (#47896) @brijeshb42
27
+ - [docs-infra] Run syncTeamMembers (#47900) @Janpot
28
+
29
+ All contributors of this release in alphabetical order: @arthur-plazanet, @brijeshb42, @Janpot, @sai6855
30
+
3
31
  ## 9.0.0-alpha.1
4
32
 
5
33
  <!-- generated comparing v9.0.0-alpha.0..master -->
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/material-pigment-css v9.0.0-alpha.1
2
+ * @mui/material-pigment-css v9.0.0-alpha.2
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/material-pigment-css v9.0.0-alpha.1
2
+ * @mui/material-pigment-css v9.0.0-alpha.2
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": "9.0.0-alpha.1",
3
+ "version": "9.0.0-alpha.2",
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
  "keywords": [
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@babel/runtime": "^7.28.6",
29
- "@mui/system": "9.0.0-alpha.1"
29
+ "@mui/system": "9.0.0-alpha.2"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "@pigment-css/react": "^0.0.30"