@mui/private-theming 5.14.19 → 5.14.20

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,42 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.14.20
4
+
5
+ <!-- generated comparing v5.14.19..master -->
6
+
7
+ _Dec 5, 2023_
8
+
9
+ A big thanks to the 14 contributors who made this release possible.
10
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
11
+
12
+ ### `@mui/material-next@6.0.0-alpha.112`
13
+
14
+ - &#8203;<!-- 07 -->[Menu] Enable again the usage of the autoFocus prop (#39960) @mnajdova
15
+ - &#8203;<!-- 06 -->[ProgressIndicator] Apply MD3 style to `CircularProgress` (#39825) @lhilgert9
16
+
17
+ ### Docs
18
+
19
+ - &#8203;<!-- 15 -->Remove outdated showcase (#40063) @oliviertassinari
20
+ - &#8203;<!-- 14 -->Support yaml as prism language (#40044) @Janpot
21
+ - &#8203;<!-- 12 -->[material-ui] Fix SearchAppBar width on `sm` screens (#40049) @DiegoAndai
22
+ - &#8203;<!-- 11 -->[material-ui] Update the basic Grid section copy (#40035) @REX500
23
+ - &#8203;<!-- 10 -->[material-ui] Add a react-admin example project (#39972) @fzaninotto
24
+ - &#8203;<!-- 09 -->[material-ui][TextField] Add a performance section (#39692) @anle9650
25
+ - &#8203;<!-- 05 -->[material-ui][tabs] Refine scrollable tabs description (#40037) @zanivan
26
+ - &#8203;<!-- 08 -->[system] Fix typo on the CSS theme variables page (#40040) @caweidmann
27
+
28
+ ### Core
29
+
30
+ - &#8203;<!-- 17 -->[blog] Fix scrollbar on mobile (#40057) @oliviertassinari
31
+ - &#8203;<!-- 16 -->[blog] Fix link to charts getting started page (#40043) @alexfauquette
32
+ - &#8203;<!-- 13 -->[docs-infra] Simplify CSS classes extraction in API docs generator (#39808) @michaldudak
33
+ - &#8203;<!-- 04 -->[website] Polish dark mode colors (#40052) @danilo-leal
34
+ - &#8203;<!-- 03 -->[website] Add why Design Engineer for data grid (#40016) @oliviertassinari
35
+ - &#8203;<!-- 02 -->[website] Add stray fixes to the Base UI page (#40051) @danilo-leal
36
+ - &#8203;<!-- 01 -->[website] Revise the Developer Advocate job posting (#39210) @samuelsycamore
37
+
38
+ All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @caweidmann, @danilo-leal, @DiegoAndai, @fzaninotto, @Janpot, @lhilgert9, @michaldudak, @mnajdova, @oliviertassinari, @REX500, @samuelsycamore, @zanivan
39
+
3
40
  ## 5.14.19
4
41
 
5
42
  <!-- generated comparing v5.14.18..master -->
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v5.14.19
2
+ * @mui/private-theming v5.14.20
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/legacy/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v5.14.19
2
+ * @mui/private-theming v5.14.20
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/private-theming v5.14.19
2
+ * @mui/private-theming v5.14.20
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/private-theming v5.14.19
2
+ * @mui/private-theming v5.14.20
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": "5.14.19",
3
+ "version": "5.14.20",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.23.4",
30
- "@mui/utils": "^5.14.19",
30
+ "@mui/utils": "^5.14.20",
31
31
  "prop-types": "^15.8.1"
32
32
  },
33
33
  "peerDependencies": {