@mui/docs 5.15.14 → 6.0.0-alpha.0
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 +80 -1
- package/Link/Link.js +1 -1
- package/NProgressBar/NProgressBar.js +3 -6
- package/README.md +6 -2
- package/legacy/NProgressBar/NProgressBar.js +1 -2
- package/node/DocsProvider/DocsProvider.js +1 -1
- package/node/Link/Link.js +1 -1
- package/node/NProgressBar/NProgressBar.js +1 -1
- package/node/i18n/i18n.js +1 -1
- package/node/svgIcons/FileDownload.js +1 -1
- package/node/svgIcons/JavaScript.js +1 -1
- package/node/svgIcons/TypeScript.js +1 -1
- package/package.json +3 -3
- package/tsconfig.build.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,84 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v6.0.0-alpha.0
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.15.14..next -->
|
|
6
|
+
|
|
7
|
+
_Mar 26, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🔥 Converted 10+ Material UI components to support static CSS extraction
|
|
12
|
+
- ⬅️ Added RTL support in Pigment CSS (#41570) @brijeshb42
|
|
13
|
+
|
|
14
|
+
### `@mui/material@6.0.0-alpha.0`
|
|
15
|
+
|
|
16
|
+
- [BottomNavigation] Convert to support CSS extraction (#41612) @aacevski
|
|
17
|
+
- [AvatarGroup] Convert to support CSS extraction (#41485) @zanivan
|
|
18
|
+
- [Backdrop] Convert to support CSS extraction (#41581) @aacevski
|
|
19
|
+
- [Breadcrumbs] Convert to support CSS extraction (#41496) @aacevski
|
|
20
|
+
- [Card] Convert to support CSS extraction (#41580) @aacevski
|
|
21
|
+
- [Divider] Convert to support CSS extraction (#41366) @sai6855
|
|
22
|
+
- [FormControl] Convert to support CSS extraction (#41613) @aacevski
|
|
23
|
+
- [FormGroup] Convert to support CSS extraction (#41614) @aacevski
|
|
24
|
+
- [MobileStepper] Convert to support CSS extraction (#41533) @aacevski
|
|
25
|
+
- [Modal] Support CSS extraction (#41483) @sai6855
|
|
26
|
+
- [Popover] Convert to support CSS extraction (#41564) @aacevski
|
|
27
|
+
- [Stepper] Convert to support CSS extraction (#41546) @aacevski
|
|
28
|
+
- [Autocomplete] Display options provided to the `options` prop even if loading is true (#41634) @nekoya
|
|
29
|
+
- [Backdrop] Deprecate TransitionComponent (#40677) @harry-whorlow
|
|
30
|
+
- [ButtonGroup] Deprecate composed classes (#41259) @sai6855
|
|
31
|
+
- [StepLabel] Deprecate `componentProps` prop (#41321) @sai6855
|
|
32
|
+
- [Chip] Convert to support CSS extraction (#41592) @DiegoAndai
|
|
33
|
+
|
|
34
|
+
### `@pigment-css/react@0.0.4`
|
|
35
|
+
|
|
36
|
+
- Fix evaluation of undefined variables (#41569) @siriwatknp
|
|
37
|
+
- Fix react-modal demos location (#41560) @sai6855
|
|
38
|
+
- [react] RTL Support (#41570) @brijeshb42
|
|
39
|
+
|
|
40
|
+
### `@mui/system@6.0.0-alpha.0`
|
|
41
|
+
|
|
42
|
+
- [core] Standardize index pattern (#41574) @DiegoAndai
|
|
43
|
+
- Fix typo to avoid infinite recursion in function call (#41616) @michael-land
|
|
44
|
+
- Move stylesheet generator to `extendTheme` (#41446) @siriwatknp
|
|
45
|
+
|
|
46
|
+
### Docs
|
|
47
|
+
|
|
48
|
+
- [joy-ui] Refresh the marketing example on the Color Inversion page (#41497) @cipherlogs
|
|
49
|
+
- [material-ui] Add v5 to v6 migration guide (#41561) @DiegoAndai
|
|
50
|
+
- [system] Add v5 to v6 migration guide (#41575) @DiegoAndai
|
|
51
|
+
- [material-ui][Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text (#41567) @StylesTrip
|
|
52
|
+
- [pigment-css] Update the RTL section on the readme (#41576) @danilo-leal
|
|
53
|
+
|
|
54
|
+
### Core
|
|
55
|
+
|
|
56
|
+
- [blog] Update the callout (#41645) @cherniavskii
|
|
57
|
+
- [blog] Link to Romain's blog post in MUI X v7 announcement post (#41640) @cherniavskii
|
|
58
|
+
- [blog] Blog post with MUI X v7.0.0 annoucement (#41563) @joserodolfofreitas
|
|
59
|
+
- [blog] Add post about remote (#41565) @danilo-leal
|
|
60
|
+
- [core] Restore the pnpm-lock.yaml (#41643) @mnajdova
|
|
61
|
+
- [core] Fix failing CI steps (#41636) @mnajdova
|
|
62
|
+
- [core] Update browser support versions (#41568) @siriwatknp
|
|
63
|
+
- [core] Add instructions to deploying docs guide (#41582) @DiegoAndai
|
|
64
|
+
- [core] Add comment explaining the frequency of no-response action runs (#41555) @michaldudak
|
|
65
|
+
- [core] Init the next branch (#41552) @mnajdova
|
|
66
|
+
- [core] Lower the frequency of no-response action runs (#41553) @michaldudak
|
|
67
|
+
- [core] Update peerDependencies ranges to include v6 packages (#41662) @michaldudak
|
|
68
|
+
- [core] Run pnpm dedupe (#41658) @michaldudak
|
|
69
|
+
- [core] Fix dedupe check (#41657) @Janpot
|
|
70
|
+
- [pigment-css][demo] Add index page for material-ui (#41577) @brijeshb42
|
|
71
|
+
- [pigment-css][demo] Remove app specific pnpm workspace (#41393) @brijeshb42
|
|
72
|
+
- [docs] Add notification for MUI X v7 blog post (#41587) @cherniavskii
|
|
73
|
+
- [docs] MUI X v7 blog post annoucement followup (#41601) @joserodolfofreitas
|
|
74
|
+
- [docs] Update the installation guides to use the next tag (#41558) @mnajdova
|
|
75
|
+
- [docs][material-ui] Fix typo in CSS theme variables customization (#41632) @ZeeshanTamboli
|
|
76
|
+
- [material-ui][docs] Remove deleted page from the sidenav (#41594) @danilo-leal
|
|
77
|
+
- [website] Update pricing table (#41595) @cherniavskii
|
|
78
|
+
- [website] Add stray design adjustments throughout the site (#41547) @danilo-leal
|
|
79
|
+
|
|
80
|
+
All contributors of this release in alphabetical order: @aacevski, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @harry-whorlow, @Janpot, @joserodolfofreitas, @michael-land, @michaldudak, @mnajdova, @nekoya, @sai6855, @siriwatknp, @StylesTrip, @zanivan, @ZeeshanTamboli
|
|
81
|
+
|
|
3
82
|
## v5.15.14
|
|
4
83
|
|
|
5
84
|
<!-- generated comparing v5.15.13..master -->
|
|
@@ -9,7 +88,7 @@ _Mar 18, 2024_
|
|
|
9
88
|
A big thanks to the 15 contributors who made this release possible.
|
|
10
89
|
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
11
90
|
|
|
12
|
-
### `@mui/material@5.15.
|
|
91
|
+
### `@mui/material@5.15.14`
|
|
13
92
|
|
|
14
93
|
- [Accordion] Convert to support CSS extraction (#41221) @mnajdova
|
|
15
94
|
- ​<!-- 24 -->[Autocomplete] Convert to support CSS extraction (#40330) @mnajdova
|
package/Link/Link.js
CHANGED
|
@@ -70,7 +70,7 @@ export const Link = /*#__PURE__*/React.forwardRef(function Link(props, ref) {
|
|
|
70
70
|
} = props,
|
|
71
71
|
other = _objectWithoutPropertiesLoose(props, _excluded2);
|
|
72
72
|
const router = useRouter();
|
|
73
|
-
const pathname = typeof href === 'string' ? href : href
|
|
73
|
+
const pathname = typeof href === 'string' ? href : href?.pathname;
|
|
74
74
|
const routerPathname = router.pathname.replace('/[docsTab]', '');
|
|
75
75
|
const shouldBeActive = routerPathname === pathname;
|
|
76
76
|
const className = clsx(classNameProps, shouldBeActive && activeClassName);
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
-
let _ = t => t,
|
|
3
|
-
_t;
|
|
4
2
|
import * as React from 'react';
|
|
5
3
|
import PropTypes from 'prop-types';
|
|
6
4
|
import NProgress from 'nprogress';
|
|
@@ -8,8 +6,7 @@ import { NoSsr } from '@mui/base/NoSsr';
|
|
|
8
6
|
import { exactProp } from '@mui/utils';
|
|
9
7
|
import GlobalStyles from '@mui/material/GlobalStyles';
|
|
10
8
|
import { keyframes } from '@mui/material/styles';
|
|
11
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
9
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
10
|
NProgress.configure({
|
|
14
11
|
barSelector: '.nprogress-bar',
|
|
15
12
|
template: `
|
|
@@ -19,7 +16,7 @@ NProgress.configure({
|
|
|
19
16
|
</div>
|
|
20
17
|
`
|
|
21
18
|
});
|
|
22
|
-
const muiNProgressPulse = keyframes
|
|
19
|
+
const muiNProgressPulse = keyframes`
|
|
23
20
|
30% {
|
|
24
21
|
opacity: 0.6;
|
|
25
22
|
}
|
|
@@ -31,7 +28,7 @@ const muiNProgressPulse = keyframes(_t || (_t = _`
|
|
|
31
28
|
to {
|
|
32
29
|
opacity: 0.6;
|
|
33
30
|
}
|
|
34
|
-
|
|
31
|
+
`;
|
|
35
32
|
|
|
36
33
|
/**
|
|
37
34
|
* Elegant and ready-to-use wrapper on top of https://github.com/rstacruz/nprogress/.
|
package/README.md
CHANGED
|
@@ -6,15 +6,19 @@ This package hosts the documentation building blocks.
|
|
|
6
6
|
|
|
7
7
|
Install the package in your project directory with:
|
|
8
8
|
|
|
9
|
+
<!-- #default-branch-switch -->
|
|
10
|
+
|
|
9
11
|
```bash
|
|
10
|
-
npm install @mui/docs
|
|
12
|
+
npm install @mui/docs@next
|
|
11
13
|
```
|
|
12
14
|
|
|
13
15
|
The docs has a peer dependency on the core components.
|
|
14
16
|
If you are not already using Material UI in your project, you can add it with:
|
|
15
17
|
|
|
18
|
+
<!-- #default-branch-switch -->
|
|
19
|
+
|
|
16
20
|
```bash
|
|
17
|
-
npm install @mui/material
|
|
21
|
+
npm install @mui/material@next
|
|
18
22
|
```
|
|
19
23
|
|
|
20
24
|
## Documentation
|
|
@@ -8,8 +8,7 @@ import { NoSsr } from '@mui/base/NoSsr';
|
|
|
8
8
|
import { exactProp } from '@mui/utils';
|
|
9
9
|
import GlobalStyles from '@mui/material/GlobalStyles';
|
|
10
10
|
import { keyframes } from '@mui/material/styles';
|
|
11
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
11
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
12
|
NProgress.configure({
|
|
14
13
|
barSelector: '.nprogress-bar',
|
|
15
14
|
template: "\n <div class=\"nprogress-bar\">\n <div></div>\n <div></div>\n </div>\n "
|
|
@@ -9,7 +9,7 @@ var React = _interopRequireWildcard(require("react"));
|
|
|
9
9
|
var _i18n = require("../i18n");
|
|
10
10
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
11
|
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); }
|
|
12
|
-
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 &&
|
|
12
|
+
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 && {}.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; }
|
|
13
13
|
const DocsConfigContext = /*#__PURE__*/React.createContext(null);
|
|
14
14
|
function DocsProvider({
|
|
15
15
|
config,
|
package/node/Link/Link.js
CHANGED
|
@@ -27,7 +27,7 @@ const _excluded = ["to", "linkAs", "replace", "scroll", "shallow", "prefetch", "
|
|
|
27
27
|
*/
|
|
28
28
|
// Add support for the sx prop for consistency with the other branches.
|
|
29
29
|
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); }
|
|
30
|
-
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 &&
|
|
30
|
+
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 && {}.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; }
|
|
31
31
|
const Anchor = (0, _styles.styled)('a')({});
|
|
32
32
|
const NextLinkComposed = /*#__PURE__*/React.forwardRef(function NextLinkComposed(props, ref) {
|
|
33
33
|
const {
|
|
@@ -15,7 +15,7 @@ var _GlobalStyles = _interopRequireDefault(require("@mui/material/GlobalStyles")
|
|
|
15
15
|
var _styles = require("@mui/material/styles");
|
|
16
16
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
17
17
|
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); }
|
|
18
|
-
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 &&
|
|
18
|
+
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 && {}.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; }
|
|
19
19
|
_nprogress.default.configure({
|
|
20
20
|
barSelector: '.nprogress-bar',
|
|
21
21
|
template: `
|
package/node/i18n/i18n.js
CHANGED
|
@@ -15,7 +15,7 @@ var _utils = require("@mui/utils");
|
|
|
15
15
|
var _translations = _interopRequireDefault(require("../translations"));
|
|
16
16
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
17
17
|
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); }
|
|
18
|
-
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 &&
|
|
18
|
+
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 && {}.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; }
|
|
19
19
|
const TranslationsContext = /*#__PURE__*/React.createContext(_translations.default);
|
|
20
20
|
function TranslationsProvider({
|
|
21
21
|
translations = {},
|
|
@@ -11,7 +11,7 @@ var _SvgIcon = _interopRequireDefault(require("@mui/material/SvgIcon"));
|
|
|
11
11
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
12
12
|
var _path;
|
|
13
13
|
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); }
|
|
14
|
-
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 &&
|
|
14
|
+
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 && {}.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; }
|
|
15
15
|
function FileDownload(props) {
|
|
16
16
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_SvgIcon.default, (0, _extends2.default)({}, props, {
|
|
17
17
|
children: _path || (_path = /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -11,7 +11,7 @@ var _SvgIcon = _interopRequireDefault(require("@mui/material/SvgIcon"));
|
|
|
11
11
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
12
12
|
var _path;
|
|
13
13
|
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); }
|
|
14
|
-
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 &&
|
|
14
|
+
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 && {}.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; }
|
|
15
15
|
function JavaScript(props) {
|
|
16
16
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_SvgIcon.default, (0, _extends2.default)({}, props, {
|
|
17
17
|
children: _path || (_path = /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -11,7 +11,7 @@ var _SvgIcon = _interopRequireDefault(require("@mui/material/SvgIcon"));
|
|
|
11
11
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
12
12
|
var _path;
|
|
13
13
|
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); }
|
|
14
|
-
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 &&
|
|
14
|
+
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 && {}.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; }
|
|
15
15
|
function TypeScript(props) {
|
|
16
16
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_SvgIcon.default, (0, _extends2.default)({}, props, {
|
|
17
17
|
children: _path || (_path = /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/docs",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0-alpha.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "MUI Docs - Documentation building blocks.",
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"clsx": "^2.1.0",
|
|
28
28
|
"nprogress": "^0.2.0",
|
|
29
29
|
"prop-types": "^15.8.1",
|
|
30
|
-
"@mui/base": "5.0.0-beta.
|
|
30
|
+
"@mui/base": "5.0.0-beta.41",
|
|
31
31
|
"@mui/utils": "^5.15.14"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
35
35
|
"next": "^13.5.1",
|
|
36
36
|
"react": "^17.0.0 || ^18.0.0",
|
|
37
|
-
"@mui/material": "^
|
|
37
|
+
"@mui/material": "^6.0.0-alpha.0"
|
|
38
38
|
},
|
|
39
39
|
"peerDependenciesMeta": {
|
|
40
40
|
"@types/react": {
|