@mui/private-theming 5.10.14 → 5.10.15

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,67 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.10.15
4
+
5
+ <!-- generated comparing v5.10.14..master -->
6
+
7
+ _Nov 21, 2022_
8
+
9
+ A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 🚀 @mnajdova added the button as the first component that implements [Material You](https://m3.material.io/) design (MD3)
12
+ - 🌐 @MBilalShafi added Urdu (Pakistan) localization
13
+ - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
14
+
15
+ ### `@mui/material@5.10.15`
16
+
17
+ - [Autocomplete] Fix keyboard navigation when using custom popover (#35160) @sai6855
18
+ - [typescript] Add `background.defaultChannel` to `CssVarsPalette` (#35174) @alexfauquette
19
+ - [l10n] Add Urdu (ur-PK) locale (#35154) @MBilalShafi
20
+
21
+ ### `@mui/icons-material@5.10.15`
22
+
23
+ - [icons] Update the Material Design icons (#35194) @michaldudak
24
+
25
+ ### `@mui/material-next@6.0.0-alpha.63`
26
+
27
+ - [Material You] Add theme structure & Button component (#34650) @mnajdova
28
+
29
+ ### `@mui/base@5.0.0-alpha.106`
30
+
31
+ - [Select] Add attributes to conform with ARIA 1.2 (#35182) @michaldudak
32
+
33
+ ### Docs
34
+
35
+ - [docs] Fix a couple documentation errors (#35217) @danilo-leal
36
+ - [docs] Change MUI -> Material UI in icons-material's readme (#35220) @michaldudak
37
+ - [docs] the pages have no <link rel=canonical so we need to tell Google to not index the staging envs @oliviertassinari
38
+ - [docs] Fix confusion in TOCs when reaching scroll bottom (#35214) @oliviertassinari
39
+ - [docs] Fix typos in section titles (#35025) @iamxukai
40
+ - [docs] Fix typo in legacy date picker migration guide @oliviertassinari
41
+ - [docs] Iterating on recent Joy UI Component page updates (#35162) @samuelsycamore
42
+ - [docs] Inform that pickers are in X repository (#35189) @alexfauquette
43
+ - [docs] Explain how the `error` prop works in the Unstyled Input (#35171) @michaldudak
44
+ - [docs] Hotfix missing styles in dark mode (#35179) @siriwatknp
45
+ - [docs] Add Joy UI theme typography page (#34811) @siriwatknp
46
+ - [docs] Fix undo/redo in live editor (#35163) @oliviertassinari
47
+ - [docs] Revise the Joy UI "Avatar" component page (#35152) @samuelsycamore
48
+ - [docs] Make navbar backdrop filter consistent with website (#35157) @danilo-leal
49
+ - [docs] Host CodeSandbox on MUI org (#35110) @oliviertassinari
50
+ - [docs] Uplift introduction demos & make consistent with Base (#34316) @danilo-leal
51
+ - [website] Add Security questionnaire in pricing (#35172) @oliviertassinari
52
+ - [website] Fix theme mode toggle state (#35216) @siriwatknp
53
+ - [website] Exclude experiment pages in production (#35180) @siriwatknp
54
+ - [website] Disable SEO for performance pages (#35173) @oliviertassinari
55
+
56
+ ### Core
57
+
58
+ - [core] Convert icons scripts to ESM (#35101) @Janpot
59
+ - [core] Group renovate GitHub Action dependency updates @oliviertassinari
60
+ - [core] Upgrade eslint-config-airbnb-typescript (#34642) @Janpot
61
+ - [core] Ensure that prettier CI step fails when code is badly formatted (#35170) @michaldudak
62
+
63
+ All contributors of this release in alphabetical order: @alexfauquette, @danilo-leal, @iamxukai, @Janpot, @MBilalShafi, @michaldudak, @oliviertassinari, @samuelsycamore, @siriwatknp
64
+
3
65
  ## v5.10.14
4
66
 
5
67
  <!-- generated comparing v5.10.13..master -->
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.10.14
1
+ /** @license MUI v5.10.15
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.10.14
1
+ /** @license MUI v5.10.15
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.10.14
1
+ /** @license MUI v5.10.15
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.10.14
1
+ /** @license MUI v5.10.15
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.10.14",
3
+ "version": "5.10.15",
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.1",
39
- "@mui/utils": "^5.10.14",
39
+ "@mui/utils": "^5.10.15",
40
40
  "prop-types": "^15.8.1"
41
41
  },
42
42
  "sideEffects": false,