@mui/private-theming 5.14.14 → 5.14.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 +73 -0
- package/index.js +1 -1
- package/legacy/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/ThemeProvider/ThemeProvider.js +2 -2
- package/node/index.js +3 -3
- package/node/useTheme/ThemeContext.js +2 -2
- package/node/useTheme/useTheme.js +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,78 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.14.15
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.14.14..master -->
|
|
6
|
+
|
|
7
|
+
_Oct 24, 2023_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 17 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@5.14.15`
|
|
12
|
+
|
|
13
|
+
- ​<!-- 24 -->[Checkbox][Radio] Fix theme style overrides not working for different sizes (#39377) @gitstart
|
|
14
|
+
- ​<!-- 12 -->[InputLabel] InputLabel supports ownerState.focused for styleOverrides (#39470) @mj12albert
|
|
15
|
+
- ​<!-- 07 -->[ToggleButton] Add `fullWidth` to `toggleButtonClasses` and `toggleButtonGroupClasses` (#39536) @Semigradsky
|
|
16
|
+
|
|
17
|
+
### `@mui/base@5.0.0-beta.21`
|
|
18
|
+
|
|
19
|
+
- ​<!-- 29 -->[useAutocomplete] Correct keyboard navigation with multiple disabled options (#38788) @VadimZvf
|
|
20
|
+
- ​<!-- 28 -->[Select] Standardize box shadow on demos (#39509) @zanivan
|
|
21
|
+
- ​<!-- 27 -->[Slider] Refine demos (#39526) @zanivan
|
|
22
|
+
- ​<!-- 34 -->[Input] Update and port additional tests from material-ui (#39584) @mj12albert
|
|
23
|
+
|
|
24
|
+
### `@mui/material-next@6.0.0-alpha.107`
|
|
25
|
+
|
|
26
|
+
- ​<!-- 16 -->[FilledInput] Add FilledInput component (#39307) @mj12albert
|
|
27
|
+
- ​<!-- 13 -->[InputAdornment] Fix unstable_capitalize import (#39510) @DiegoAndai
|
|
28
|
+
- ​<!-- 08 -->[Snackbar] copy files to mui-material-next (#39232) @Best-Sardar
|
|
29
|
+
- ​<!-- 33 -->[Menu] Use useMenu hook (#38934) @mnajdova
|
|
30
|
+
|
|
31
|
+
### `@mui/joy@5.0.0-beta.12`
|
|
32
|
+
|
|
33
|
+
- ​<!-- 26 -->[Button] Fix button size being a decorator (#39529) @siriwatknp
|
|
34
|
+
- ​<!-- 25 -->[CardOverflow] Remove conditional CSS to support Next.js App dir (#39101) @siriwatknp
|
|
35
|
+
- ​<!-- 11 -->[Link] Apply `userSelect: none` only when it's a button (#39486) @mwskwong
|
|
36
|
+
|
|
37
|
+
### `@mui/lab@5.0.0-alpha.150`
|
|
38
|
+
|
|
39
|
+
- ​<!-- 09 -->Update peer dep of @mui/material (#39398) @brijeshb42
|
|
40
|
+
|
|
41
|
+
### `@mui/zero-runtime@0.0.1-alpha.0`
|
|
42
|
+
|
|
43
|
+
- ​<!-- 06 -->Implement typings for public runtime API (#39215) @brijeshb42
|
|
44
|
+
|
|
45
|
+
### `@mui/zero-vite-plugin@0.0.1-alpha.0`
|
|
46
|
+
|
|
47
|
+
- ​<!-- 05 -->Modify plugin to transform node_modules (#39517) @brijeshb42
|
|
48
|
+
|
|
49
|
+
### Docs
|
|
50
|
+
|
|
51
|
+
- ​<!-- 31 -->[base-ui] Standardize grey palette across demos (#39504) @zanivan
|
|
52
|
+
- ​<!-- 30 -->[base-ui] Overall demos design review (#38820) @zanivan
|
|
53
|
+
- ​<!-- 19 -->[joy-ui] Adjust the responsiveness of the template card (#39534) @danilo-leal
|
|
54
|
+
- ​<!-- 18 -->[material-ui] Typo fixes in overview page (#39540) @Evan151
|
|
55
|
+
- ​<!-- 35 -->[material-ui] Add stray design tweaks to the templates collection (#39583) @danilo-leal
|
|
56
|
+
- ​<!-- 17 -->[system] Revise the Box page (#39159) @danilo-leal
|
|
57
|
+
- ​<!-- 22 -->Fix git diff format @oliviertassinari
|
|
58
|
+
- ​<!-- 15 -->[I10n] Add Norwegian (nynorsk) (nn-NO) locale (#39481) @hjalti-lifekeys
|
|
59
|
+
- ​<!-- 10 -->[l10n] Fix double space typo in ar-EG @oliviertassinari
|
|
60
|
+
- ​<!-- 14 -->[I10n] Additions to Icelandic (is-IS) locale (#39480) @hjalti-lifekeys
|
|
61
|
+
|
|
62
|
+
### Core
|
|
63
|
+
|
|
64
|
+
- ​<!-- 23 -->[core] Replace a `useCallback` by `useRef` in useEventCallback (#39078) @romgrk
|
|
65
|
+
- ​<!-- 21 -->[docs-infra] Prevent docs crash (#39214) @alexfauquette
|
|
66
|
+
- ​<!-- 20 -->[docs-infra] Fix no-op autoprefixer warning (#39385) @oliviertassinari
|
|
67
|
+
- ​<!-- 32 -->[docs-infra] Refine the API page design (#39520) @alexfauquette
|
|
68
|
+
- ​<!-- 25 -->[docs-infra] Fix cut-off sponsors (#39572) @oliviertassinari
|
|
69
|
+
- ​<!-- 04 -->[website] Add missing h1 on page @oliviertassinari
|
|
70
|
+
- ​<!-- 03 -->[website] Fix unrecognized prop warning @oliviertassinari
|
|
71
|
+
- ​<!-- 02 -->[website] Store Engineer role filled @oliviertassinari
|
|
72
|
+
- ​<!-- 01 -->[website] Add stray design adjustments (#39496) @danilo-leal
|
|
73
|
+
|
|
74
|
+
All contributors of this release in alphabetical order: @alexfauquette, @Best-Sardar, @brijeshb42, @danilo-leal, @DiegoAndai, @Evan151, @gitstart, @hjalti-lifekeys, @mj12albert, @mnajdova, @mwskwong, @oliviertassinari, @romgrk, @Semigradsky, @siriwatknp, @VadimZvf, @zanivan
|
|
75
|
+
|
|
3
76
|
## 5.14.14
|
|
4
77
|
|
|
5
78
|
<!-- generated comparing v5.14.13..master -->
|
package/index.js
CHANGED
package/legacy/index.js
CHANGED
package/modern/index.js
CHANGED
|
@@ -13,8 +13,8 @@ var _ThemeContext = _interopRequireDefault(require("../useTheme/ThemeContext"));
|
|
|
13
13
|
var _useTheme = _interopRequireDefault(require("../useTheme"));
|
|
14
14
|
var _nested = _interopRequireDefault(require("./nested"));
|
|
15
15
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
16
|
-
function _getRequireWildcardCache(
|
|
17
|
-
function _interopRequireWildcard(
|
|
16
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
17
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
18
18
|
// To support composition of theme.
|
|
19
19
|
function mergeOuterLocalTheme(outerTheme, localTheme) {
|
|
20
20
|
if (typeof localTheme === 'function') {
|
package/node/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @mui/private-theming v5.14.
|
|
2
|
+
* @mui/private-theming v5.14.15
|
|
3
3
|
*
|
|
4
4
|
* @license MIT
|
|
5
5
|
* This source code is licensed under the MIT license found in the
|
|
@@ -40,5 +40,5 @@ Object.keys(_ThemeProvider).forEach(function (key) {
|
|
|
40
40
|
});
|
|
41
41
|
});
|
|
42
42
|
var _useTheme = _interopRequireDefault(require("./useTheme"));
|
|
43
|
-
function _getRequireWildcardCache(
|
|
44
|
-
function _interopRequireWildcard(
|
|
43
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
44
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
@@ -5,8 +5,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var React = _interopRequireWildcard(require("react"));
|
|
8
|
-
function _getRequireWildcardCache(
|
|
9
|
-
function _interopRequireWildcard(
|
|
8
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
9
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
10
10
|
const ThemeContext = /*#__PURE__*/React.createContext(null);
|
|
11
11
|
if (process.env.NODE_ENV !== 'production') {
|
|
12
12
|
ThemeContext.displayName = 'ThemeContext';
|
|
@@ -7,8 +7,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.default = useTheme;
|
|
8
8
|
var React = _interopRequireWildcard(require("react"));
|
|
9
9
|
var _ThemeContext = _interopRequireDefault(require("./ThemeContext"));
|
|
10
|
-
function _getRequireWildcardCache(
|
|
11
|
-
function _interopRequireWildcard(
|
|
10
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
11
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
12
12
|
function useTheme() {
|
|
13
13
|
const theme = React.useContext(_ThemeContext.default);
|
|
14
14
|
if (process.env.NODE_ENV !== 'production') {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/private-theming",
|
|
3
|
-
"version": "5.14.
|
|
3
|
+
"version": "5.14.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`.",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"url": "https://opencollective.com/mui"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@babel/runtime": "^7.23.
|
|
30
|
-
"@mui/utils": "^5.14.
|
|
29
|
+
"@babel/runtime": "^7.23.2",
|
|
30
|
+
"@mui/utils": "^5.14.15",
|
|
31
31
|
"prop-types": "^15.8.1"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|