@mui/private-theming 5.11.0 → 5.11.1

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,61 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.11.1
4
+
5
+ <!-- generated comparing v5.11.0..master -->
6
+
7
+ _Dec 20, 2022_
8
+
9
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 💅 @mnajdova added motion and shape design tokens to Material You package (#35384 and #35393).
12
+ - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
13
+
14
+ ### `@mui/material@5.11.1`
15
+
16
+ - [Chip] Fix hover and focus style with CSS Variables (#35502) @DimaAbr
17
+ - [InputLabel] Enable `size` prop overrides via TypeScript module augmentation (#35460) @MickaelAustoni
18
+ - [l10n] Change Kazakh locale name to match ISO-639-1 codes (#34664) @talgautb
19
+ - [TextField] Fix error focus style (#35167) @42tte
20
+ - [core] Bring `experimental_sx` back with error code (#35528) @siriwatknp
21
+
22
+ ### `@mui/utils@5.11.1`
23
+
24
+ - [Theme] Merge components and slots props (#35477) @siriwatknp
25
+
26
+ ### `@mui/material-next@6.0.0-alpha.67`
27
+
28
+ - [Material You] Add motion design tokens (#35384) @mnajdova
29
+ - [Material You] Add shape design tokens (#35393) @mnajdova
30
+
31
+ ### `@mui/joy@5.0.0-alpha.59`
32
+
33
+ - [Tooltip] Fix arrow does not appear (#35473) @siriwatknp
34
+ - [Input] Fix autofill styles (#35056) @siriwatknp
35
+ - [ChipDelete] Add onDelete prop to ChipDelete (#35412) @sai6855
36
+
37
+ ### `@mui/base@5.0.0-alpha.111`
38
+
39
+ - [Button][base] Set active class when a subcomponent is clicked (#35410) @michaldudak
40
+ - [Popper][base] Fix Tooltip Anchor Element Setter (#35469) @sydneyjodon-wk
41
+
42
+ ### Docs
43
+
44
+ - [docs] Fixed the `Select` component `onChange` event type in the migration guide (#35509) @tzynwang
45
+ - [docs] Add missing comma to `Providing the colors directly` section (#35507) @cassidoo
46
+ - [docs] Add `CardMedia` example without `component="img"` prop (#35470) @lucasmfredmark
47
+ - [docs] Fix `unstable_sxConfig` typo (#35478) @siriwatknp
48
+ - [docs] List component introduction example default code is missing ListItemContent component (#35492) @Miigaarino
49
+ - [website] Close our first people role @oliviertassinari
50
+ - [website] Update product icons (#35413) @danilo-leal
51
+
52
+ ### Core
53
+
54
+ - [test] Terminate BrowserStack after 5 minutes (#35454) @oliviertassinari
55
+ - [test] Fix broken master branch (#35446) @oliviertassinari
56
+
57
+ All contributors of this release in alphabetical order: @42tte, @cassidoo, @danilo-leal, @DimaAbr, @lucasmfredmark, @michaldudak, @MickaelAustoni, @Miigaarino, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @sydneyjodon-wk, @talgautb, @tzynwang
58
+
3
59
  ## 5.11.0
4
60
 
5
61
  <!-- generated comparing v5.10.17..master -->
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.11.0
1
+ /** @license MUI v5.11.1
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/legacy/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.11.0
1
+ /** @license MUI v5.11.1
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/modern/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.11.0
1
+ /** @license MUI v5.11.1
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.11.0
1
+ /** @license MUI v5.11.1
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/private-theming",
3
- "version": "5.11.0",
3
+ "version": "5.11.1",
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`.",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@babel/runtime": "^7.20.6",
39
- "@mui/utils": "^5.11.0",
39
+ "@mui/utils": "^5.11.1",
40
40
  "prop-types": "^15.8.1"
41
41
  },
42
42
  "sideEffects": false,