@mui/private-theming 7.3.8 → 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,33 @@
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
+
3
31
  ## 7.3.8
4
32
 
5
33
  <!-- generated comparing v7.3.7..master -->
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v7.3.8
2
+ * @mui/private-theming 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/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v7.3.8
2
+ * @mui/private-theming 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/private-theming",
3
- "version": "7.3.8",
3
+ "version": "9.0.0-alpha.0",
4
4
  "author": "MUI Team",
5
5
  "description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
6
6
  "keywords": [
@@ -26,7 +26,7 @@
26
26
  "dependencies": {
27
27
  "@babel/runtime": "^7.28.6",
28
28
  "prop-types": "^15.8.1",
29
- "@mui/utils": "^7.3.8"
29
+ "@mui/utils": "9.0.0-alpha.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",