@mui/private-theming 6.0.0-alpha.5 → 6.0.0-alpha.8

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,12 +1,142 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## v6.0.0-alpha.8
4
+
5
+ <!-- generated comparing v6.0.0-alpha.7..next -->
6
+
7
+ _May 21, 2024_
8
+
9
+ A big thanks to the 7 contributors who made this release possible.
10
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
11
+
12
+ ### `@mui/material@6.0.0-alpha.7`
13
+
14
+ - &#8203;<!-- 04 -->[material-ui] Filter only valid theme palette for generating styles (#42147) @siriwatknp
15
+ - &#8203;<!-- 03 -->[material-ui] Remove UMD bundle (#42172) @ZeeshanTamboli
16
+ - &#8203;<!-- 02 -->[material-ui][TextField] Deprecate `*Props` props (#42062) @DiegoAndai
17
+
18
+ ### Docs
19
+
20
+ - &#8203;<!-- 08 -->[docs] Remove Base UI from the README (#42307) @danilo-leal
21
+ - &#8203;<!-- 07 -->[docs][material-ui] Fix typo in style interoperability with Tailwind CSS docs (#42279) @ZeeshanTamboli
22
+ - &#8203;<!-- 06 -->[docs][material-ui] Add supported browsers section to migration guide (#42194) @DiegoAndai
23
+ - &#8203;<!-- 05 -->[docs][material-ui][Pagination] Clarify pagination `page` prop API (#42220) @Mandar-Pandya
24
+
25
+ ### Core
26
+
27
+ - &#8203;<!-- 12 -->[blog] Update blog post OG image (#42270) @danilo-leal
28
+ - &#8203;<!-- 11 -->[blog] Update Pigment CSS post (#42266) @danilo-leal
29
+ - &#8203;<!-- 10 -->[docs] Remove LocalMonero (#42224) @oliviertassinari
30
+ - &#8203;<!-- 08 -->[docs-infra] Fix keyboard navigation on page tabs (#42152) @danilo-leal
31
+ - &#8203;<!-- 10 -->[code-infra] Remove raw-loader (#42275) @Janpot
32
+ - &#8203;<!-- 09 -->[core] Remove outdated Babel plugins (#42140) @ZeeshanTamboli
33
+ - &#8203;<!-- 12 -->[core] Fix a few more key spread issues (#42168) @oliviertassinari
34
+ - &#8203;<!-- 01 -->[website] Avoid duplicate simple vs. rich (#42100) @oliviertassinari
35
+
36
+ All contributors of this release in alphabetical order: @danilo-leal, @DiegoAndai, @Janpot, @Mandar-Pandya, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
37
+
38
+ ## v6.0.0-alpha.7
39
+
40
+ <!-- generated comparing v6.0.0-alpha.6..next -->
41
+
42
+ _May 16, 2024_
43
+
44
+ A big thanks to the 14 contributors who made this release possible.
45
+
46
+ ### `@mui/material@6.0.0-alpha.7`
47
+
48
+ - &#8203;<!-- 23 -->[Autocomplete] Deprecate `componentsProps` props (#42179) @lhilgert9
49
+ - &#8203;<!-- 22 -->[Autocomplete] Improve design when there's a start adornment for small autocomplete (#41781) @TahaRhidouani
50
+ - &#8203;<!-- 21 -->[Autocomplete] deprecate `*Component` and `*Props` for v6 (#41875) @lhilgert9
51
+ - &#8203;<!-- 19 -->[CircularProgress] Deprecate composed classes (#42076) @sai6855
52
+ - &#8203;<!-- 05 -->[ToggleButtonGroup] Add missing `selected` class in ToggleButtonGroupClasses type (#42243) @tarunrajput
53
+
54
+ ### `@mui/codemod@6.0.0-alpha.6`
55
+
56
+ - &#8203;<!-- 18 -->[Divider] Only apply codemod if light prop is present (#42098) @DiegoAndai
57
+
58
+ ### Docs
59
+
60
+ - &#8203;<!-- 13 -->Fix 301 to Figma @oliviertassinari
61
+ - &#8203;<!-- 12 -->Fix use of deprecated React API (#42118) @oliviertassinari
62
+ - &#8203;<!-- 11 -->Remove the Base notification (#42191) @danilo-leal
63
+ - &#8203;<!-- 07 -->[material-ui] Improve descriptions for deprecated props (#42221) @aarongarciah
64
+ - &#8203;<!-- 06 -->[material-ui] Fix typo in composition docs (#42195) @aarongarciah
65
+
66
+ ### Core
67
+
68
+ - &#8203;<!-- 20 -->[blog] Introducing Pigment CSS blog post (#42198) @samuelsycamore
69
+ - &#8203;<!-- 17 -->[core] Remove confusing comment @oliviertassinari
70
+ - &#8203;<!-- 16 -->[core] Match other repositories and convention @oliviertassinari
71
+ - &#8203;<!-- 15 -->[core] Fix React 18.3 warnings about spreading keys in the Material UI `Autocomplete` component (#42099) @heath-freenome
72
+ - &#8203;<!-- 14 -->[core] Remove unecessary quotes @oliviertassinari
73
+ - &#8203;<!-- 10 -->[docs-infra] Share code for section title (#42236) @alexfauquette
74
+ - &#8203;<!-- 09 -->[docs-infra] Limit the copy button to the visible code block (#42115) @danilo-leal
75
+ - &#8203;<!-- 08 -->[docs-infra] Make select components with two capital letters (#42004) @alexfauquette
76
+ - &#8203;<!-- 08 -->[docs-infra][toolpad] Fix Page title and SERP title mismatch (#41919) @bharatkashyap
77
+ - &#8203;<!-- 05 -->[website] Add redirection for talk @oliviertassinari
78
+ - &#8203;<!-- 04 -->[website] Adds Arthur Balduini team info (#42193) @arthurbalduini
79
+ - &#8203;<!-- 03 -->[website] Update the role template file (#42192) @danilo-leal
80
+ - &#8203;<!-- 02 -->[website] Update MUI X deps and migrate TreeView demos to v7 API (#42149) @noraleonte
81
+ - &#8203;<!-- 01 -->[website] Fix pricing casing (#42178) @aarongarciah
82
+
83
+ All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @arthurbalduini, @bharatkashyap, @danilo-leal, @DiegoAndai, @heath-freenome, @lhilgert9, @noraleonte, @oliviertassinari, @sai6855, @samuelsycamore, @TahaRhidouani, @tarunrajput
84
+
85
+ ## v6.0.0-alpha.6
86
+
87
+ <!-- generated comparing v6.0.0-alpha.5..next -->
88
+
89
+ _May 8, 2024_
90
+
91
+ A big thanks to the 10 contributors who made this release possible.
92
+
93
+ ### `@mui/material@6.0.0-alpha.6`
94
+
95
+ - [Chip] Add colorDefault class to chipClasses (#42067) @sai6855
96
+ - Migrate components to support CSS extraction (#42001) @siriwatknp
97
+ - [SpeedDial] Deprecate TransitionComponent (#40698) @harry-whorlow
98
+
99
+ ### `@mui/codemod@6.0.0-alpha.6`
100
+
101
+ - Add `theme-v6` migration (#42056) @siriwatknp
102
+
103
+ ### `@mui/icons-material@6.0.0-alpha.6`
104
+
105
+ - Add the Emergency icon (#42080) @danilo-leal
106
+
107
+ ### Docs
108
+
109
+ - [autocomplete] Fix duplicate autocomplete id (#42086) @oliviertassinari
110
+ - Fix SEO redirection issues @oliviertassinari
111
+ - [material-ui] Fix broken link (#42142) @aarongarciah
112
+ - [material-ui][docs] Fix link on the Sync page (#42088) @danilo-leal
113
+
114
+ ### Core
115
+
116
+ - [blog] Shorten title to fit @oliviertassinari
117
+ - [blog] Update Sync post OG image (#42114) @danilo-leal
118
+ - [blog] A few tweaks in introducing-sync-plugin (#42092) @oliviertassinari
119
+ - [code-infra] Add canary release scripts (#41949) @michaldudak
120
+ - [code-infra] Move ComponentLinkHeader to @mui/docs (#42061) @Janpot
121
+ - [code-infra] Bump node image used by CI in docker (#42079) @LukasTy
122
+ - [core] Restrict import path with ESLint (#41970) @oliviertassinari
123
+ - [docs-infra] Add design and formatting improvements (#42063) @danilo-leal
124
+ - [docs-infra] Fix HTML structure violations (#42085) @oliviertassinari
125
+ - [website] Componentize a few Careers page sections (#42102) @danilo-leal
126
+ - [website] Refine the InfoCard design (#42116) @danilo-leal
127
+ - [website] Fix home page slider's track position (#42141) @aarongarciah
128
+ - [website] Closing the survey @oliviertassinari
129
+ - [website] Remove Survey banner from website and Core docs (#42104) @joserodolfofreitas
130
+
131
+ All contributors of this release in alphabetical order: @aarongarciah, @danilo-leal, @harry-whorlow, @Janpot, @joserodolfofreitas, @LukasTy, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp
132
+
3
133
  ## v6.0.0-alpha.5
4
134
 
5
135
  <!-- generated comparing v6.0.0-alpha.4..next -->
6
136
 
7
137
  _May 1, 2024_
8
138
 
9
- A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
139
+ A big thanks to the 9 contributors who made this release possible.
10
140
 
11
141
  ### `@mui/material@6.0.0-alpha.5`
12
142
 
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/esm/extends";
2
1
  import * as React from 'react';
3
2
  import PropTypes from 'prop-types';
4
3
  import { exactProp } from '@mui/utils';
@@ -18,7 +17,10 @@ function mergeOuterLocalTheme(outerTheme, localTheme) {
18
17
  }
19
18
  return mergedTheme;
20
19
  }
21
- return _extends({}, outerTheme, localTheme);
20
+ return {
21
+ ...outerTheme,
22
+ ...localTheme
23
+ };
22
24
  }
23
25
 
24
26
  /**
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v6.0.0-alpha.5
2
+ * @mui/private-theming v6.0.0-alpha.8
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/esm/extends";
2
1
  import * as React from 'react';
3
2
  import PropTypes from 'prop-types';
4
3
  import { exactProp } from '@mui/utils';
@@ -18,7 +17,10 @@ function mergeOuterLocalTheme(outerTheme, localTheme) {
18
17
  }
19
18
  return mergedTheme;
20
19
  }
21
- return _extends({}, outerTheme, localTheme);
20
+ return {
21
+ ...outerTheme,
22
+ ...localTheme
23
+ };
22
24
  }
23
25
 
24
26
  /**
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v6.0.0-alpha.5
2
+ * @mui/private-theming v6.0.0-alpha.8
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -5,7 +5,6 @@ Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
7
  exports.default = void 0;
8
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
9
8
  var React = _interopRequireWildcard(require("react"));
10
9
  var _propTypes = _interopRequireDefault(require("prop-types"));
11
10
  var _utils = require("@mui/utils");
@@ -26,7 +25,10 @@ function mergeOuterLocalTheme(outerTheme, localTheme) {
26
25
  }
27
26
  return mergedTheme;
28
27
  }
29
- return (0, _extends2.default)({}, outerTheme, localTheme);
28
+ return {
29
+ ...outerTheme,
30
+ ...localTheme
31
+ };
30
32
  }
31
33
 
32
34
  /**
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v6.0.0-alpha.5
2
+ * @mui/private-theming v6.0.0-alpha.8
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": "6.0.0-alpha.5",
3
+ "version": "6.0.0-alpha.8",
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`.",
@@ -26,9 +26,9 @@
26
26
  "url": "https://opencollective.com/mui-org"
27
27
  },
28
28
  "dependencies": {
29
- "@babel/runtime": "^7.24.4",
29
+ "@babel/runtime": "^7.24.5",
30
30
  "prop-types": "^15.8.1",
31
- "@mui/utils": "^6.0.0-alpha.5"
31
+ "@mui/utils": "^6.0.0-alpha.8"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@types/react": "^17.0.0 || ^18.0.0",