@mui/private-theming 5.12.3 โ†’ 5.13.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,129 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.13.1
4
+
5
+ <!-- generated comparing v5.13.0..master -->
6
+
7
+ _May 16, 2023_
8
+
9
+ A big thanks to the 25 contributors who made this release possible. Here are some highlights โœจ:
10
+
11
+ - ๐ŸŒ Added Central Myanmar (my-MY), Malay (ms-MS), Nepali (ne-NP), Tagalog (tl-TL) locales (#37017) @cccEric
12
+ - ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
13
+
14
+ ### `@mui/material@5.13.1`
15
+
16
+ - [Autocomplete] Allow tooltip text selection (#36503) @safeamiiir
17
+ - [Dialog] Fixed broken dialog when using maxWidth="xs" and custom breakpoint unit (#37237) @jguddas
18
+ - [l10n] Add Central Myanmar (my-MY), Malay (ms-MS), Nepali (ne-NP), Tagalog (tl-TL) locales (#37017) @cccEric
19
+
20
+ ### `@mui/utils@5.13.1`
21
+
22
+ - [utils] Fix downstream bundlers remove React 17 useId compatibility (#37183) @nickiaconis
23
+
24
+ ### `@mui/base@5.0.0-beta.1`
25
+
26
+ - [Select][base] Keep focus on the trigger element when listbox is open (#37244) @michaldudak
27
+
28
+ ### `@mui/joy@5.0.0-alpha.80`
29
+
30
+ - [Autocomplete] Fixed scroll into view (#37217) @sai6855
31
+ - [AutocompleteOption][Avatar] js test replaced with ts test (#37088) @PunitSoniME
32
+ - [Breadcrumbs] Replace js-tests with ts-tests (#37107) @mauwaz
33
+ - [RadioGroup] Turn JS test to TS test (#37138) @uuxxx
34
+ - [SvgIcon] Turn JS test to TS test (#37151) @nicolas-ot
35
+ - [Tooltip] Turn JS test to TS test (#37149) @nicolas-ot
36
+ - [Typography] Convert Typography test to TypeScript (#37165) @DerTimonius
37
+ - [Sheet][Slider][Stack][Switch] Replace js-tests with ts-tests (#37139) @mauwaz
38
+ - Miscellaneous fixes (#37274) @siriwatknp
39
+
40
+ ### Docs
41
+
42
+ - [docs] Remove upload button (#36844) @Bastian
43
+ - [docs] Update link to overriding component structure guide (#36870) @hbjORbj
44
+ - [docs] Fix Material Design templates (#37187) @oliviertassinari
45
+ - [docs] Fix link to Joy UI GitHub issues @oliviertassinari
46
+ - [docs] Show default value for `filterOptions` prop in Autocomplete's API docs (#37230) @ZeeshanTamboli
47
+ - [docs] Add summary and improve `test_static` CI doc in CONTRIBUTING readme file (#36711) @kriskw1999
48
+ - [docs] Update theme customization typescript (#35551) @siriwatknp
49
+ - [docs] Add Joy Frames X web blocks template (#37203) @siriwatknp
50
+ - [docs] Change Base UI `alpha` to `beta` in README (#37228) @ZeeshanTamboli
51
+ - [docs] Improve Base UI overview page (#37227) @mnajdova
52
+ - [docs] Update Joy + Material guide (#36911) @cherniavskii
53
+
54
+ ### Core
55
+
56
+ - [core] Remove `toEqualDateTime` chai matcher (#37073) @flaviendelangle
57
+ - [core] Check dependency cycles inside packages directory only (#37223) @michaldudak
58
+ - [core] Remove outdated babel proposal plugins (#36795) @kkocdko
59
+ - [website] Add Diego to About Us page (#37284) @DiegoAndai
60
+ - [website] Add Victor teamMember card to 'About' (#37283) @zanivan
61
+ - [website] Add Rich to the 'About' page (#37221) @richbustos
62
+
63
+ All contributors of this release in alphabetical order: @Bastian, @binh1298, @cccEric, @cherniavskii, @DerTimonius, @DiegoAndai, @flaviendelangle, @hbjORbj, @jguddas, @kkocdko, @kriskw1999, @mauwaz, @michaldudak, @mnajdova, @nickiaconis, @nicolas-ot, @oliviertassinari, @PunitSoniME, @richbustos, @safeamiiir, @sai6855, @siriwatknp, @uuxxx, @zanivan, @ZeeshanTamboli
64
+
65
+ ## 5.13.0
66
+
67
+ <!-- generated comparing v5.12.3..master -->
68
+
69
+ _May 10, 2023_
70
+
71
+ A big thanks to the 18 contributors who made this release possible. Here are some highlights โœจ:
72
+
73
+ - ๐Ÿš€ Base UI is now in beta - all planned breaking changes are now complete!
74
+ - ๐Ÿ—บ We have a new [project roadmap](https://github.com/orgs/mui/projects/18/views/1) on GitHub where you can learn about what's coming next.
75
+ - ๐Ÿ› Various bug fixes, ๐Ÿ“š documentation and ๐Ÿงช testing improvements
76
+
77
+ ### `@mui/material@5.13.0`
78
+
79
+ - [Autocomplete] Support `ChipComponent` type (#37112) @sai6855
80
+ - [AppBar] Fix component type (#37172) @sai6855
81
+ - [Select] Simplify handleChange in SelectInput (#37040) @ulrichstark
82
+
83
+ ### `@mui/joy@5.0.0-alpha.79`
84
+
85
+ - [Input][joy] Improve alignment on date fields (#37146) @wewakekumar
86
+ - [Alery][joy] Turn JS test to TS test (#37077) @hbjORbj
87
+ - [AspectRatio][joy] js test replaced with ts test (#37087) @PunitSoniME
88
+ - [Badge][AvatarGroup][joy] js test replaced with ts test (#37089) @PunitSoniME
89
+ - [Box][Card][MenuList][joy] Turn JS test to TS test (#37126) @uuxxx
90
+ - [List][Menu][joy] Turn JS test to TS test (#37123) @uuxxx
91
+ - [test][Joy] Remove duplicate Avatar test (#37201) @zignis
92
+ - [test][joy] js test cases converted to ts (#37117) @PunitSoniME
93
+ - [Button][joy] Convert Button test to typescript (#37181) @akash191095
94
+ - [CardContent][CardCover][CardOverflow][Chip][ChipDelete][joy] js text case converted to ts (#37116) @PunitSoniME
95
+ - [Radio][IconButton][Checkbox][Option][joy] Switch to TypeScript unit test (#37137) @DerTimonius
96
+
97
+ ### `@mui/base@5.0.0-beta.0`
98
+
99
+ - [Select][base] Do not call onChange after initial render (#37141) @michaldudak
100
+ - [Select][base] Rename the `optionStringifier` prop (#37118) @michaldudak
101
+ - [typescript][base] Fix types of components callbacks parameters (#37169) @michaldudak
102
+ - [Select], [TablePagination] Use more descriptive parameter names (#37064) @michaldudak
103
+
104
+ ### Docs
105
+
106
+ - [docs] Stray design tweaks to Base UI demos (#37003) @danilo-leal
107
+ - [docs] Move outdated CSS prefixing docs (#36710) @kriskw1999
108
+ - [docs] Improve "Example projects" page design (#37007) @danilo-leal
109
+ - [docs] Redirect NoSsr, Portal and TextareaAutosize to Base UI API page (#37175) @ZeeshanTamboli
110
+ - [docs] Demonstrate `TextField` customization using theme style overrides (#36805) @ZeeshanTamboli
111
+ - [docs] Tweak the "Edit this page" button icon (#37142) @danilo-leal
112
+ - [docs] Update links to the public roadmap (#36995) @mnajdova
113
+ - [docs] Improve Multiselect demo styling (#37120) @michaldudak
114
+ - [Stack] Fix import description @oliviertassinari
115
+
116
+ ### Core
117
+
118
+ - [blog] Fix images using "MUI Base" instead of "Base UI" (#37044) @danilo-leal
119
+ - [core] Add VSCode extensions recommendations (#37166) @michaldudak
120
+ - [test] `e2e-website` related minor fixes (#37204) @ZeeshanTamboli
121
+ - [website] Update the active positions (#37075) @DanailH
122
+ - [website] Add Romain to the About page (#37124) @romgrk
123
+ - [website] Make Toolpad alpha labels consistent (#37125) @gerdadesign
124
+
125
+ All contributors of this release in alphabetical order: @akash191095, @DanailH, @danilo-leal, @DerTimonius, @gerdadesign, @hbjORbj, @kriskw1999, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @romgrk, @sai6855, @ulrichstark, @uuxxx, @wewakekumar, @ZeeshanTamboli, @zignis
126
+
3
127
  ## 5.12.3
4
128
 
5
129
  <!-- generated comparing v5.12.2..master -->
@@ -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 v5.12.3
2
+ * @mui/private-theming v5.13.1
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -1,4 +1,6 @@
1
- import _extends from "@babel/runtime/helpers/esm/extends";
1
+ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
2
4
  import * as React from 'react';
3
5
  import PropTypes from 'prop-types';
4
6
  import { exactProp } from '@mui/utils';
@@ -18,7 +20,7 @@ function mergeOuterLocalTheme(outerTheme, localTheme) {
18
20
  }
19
21
  return mergedTheme;
20
22
  }
21
- return _extends({}, outerTheme, localTheme);
23
+ return _objectSpread(_objectSpread({}, outerTheme), localTheme);
22
24
  }
23
25
 
24
26
  /**
package/legacy/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v5.12.3
2
+ * @mui/private-theming v5.13.1
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 v5.12.3
2
+ * @mui/private-theming v5.13.1
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 v5.12.3
2
+ * @mui/private-theming v5.13.1
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.12.3",
3
+ "version": "5.13.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.21.0",
39
- "@mui/utils": "^5.12.3",
39
+ "@mui/utils": "^5.13.1",
40
40
  "prop-types": "^15.8.1"
41
41
  },
42
42
  "sideEffects": false,