@mui/docs 7.3.4 → 7.3.5
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/Ad/Ad.d.ts +1 -2
- package/Ad/AdCarbon.d.ts +2 -3
- package/Ad/AdDisplay.d.ts +1 -2
- package/Ad/AdGuest.d.ts +1 -1
- package/Ad/AdInHouse.d.ts +1 -2
- package/Ad/AdInHouse.js +0 -2
- package/Ad/AdManager.d.ts +1 -1
- package/Ad/AdProvider.d.ts +1 -1
- package/CHANGELOG.md +55 -0
- package/CodeCopy/CodeCopy.d.ts +1 -1
- package/CodeCopy/CodeCopyButton.d.ts +1 -2
- package/CodeCopy/CodeCopyButton.js +0 -2
- package/ComponentLinkHeader/ComponentLinkHeader.d.ts +1 -2
- package/DocsProvider/DocsProvider.d.ts +1 -1
- package/HighlightedCode/HighlightedCode.d.ts +1 -1
- package/HighlightedCodeWithTabs/HighlightedCodeWithTabs.d.ts +1 -2
- package/InfoCard/InfoCard.d.ts +2 -2
- package/NProgressBar/NProgressBar.js +0 -2
- package/SectionTitle/SectionTitle.d.ts +1 -2
- package/SectionTitle/SectionTitle.js +0 -2
- package/branding/BrandingProvider.d.ts +1 -1
- package/esm/Ad/Ad.d.ts +1 -2
- package/esm/Ad/AdCarbon.d.ts +2 -3
- package/esm/Ad/AdDisplay.d.ts +1 -2
- package/esm/Ad/AdGuest.d.ts +1 -1
- package/esm/Ad/AdInHouse.d.ts +1 -2
- package/esm/Ad/AdInHouse.js +0 -1
- package/esm/Ad/AdManager.d.ts +1 -1
- package/esm/Ad/AdProvider.d.ts +1 -1
- package/esm/CodeCopy/CodeCopy.d.ts +1 -1
- package/esm/CodeCopy/CodeCopyButton.d.ts +1 -2
- package/esm/CodeCopy/CodeCopyButton.js +0 -1
- package/esm/ComponentLinkHeader/ComponentLinkHeader.d.ts +1 -2
- package/esm/DocsProvider/DocsProvider.d.ts +1 -1
- package/esm/HighlightedCode/HighlightedCode.d.ts +1 -1
- package/esm/HighlightedCodeWithTabs/HighlightedCodeWithTabs.d.ts +1 -2
- package/esm/InfoCard/InfoCard.d.ts +2 -2
- package/esm/NProgressBar/NProgressBar.js +0 -1
- package/esm/SectionTitle/SectionTitle.d.ts +1 -2
- package/esm/SectionTitle/SectionTitle.js +0 -1
- package/esm/branding/BrandingProvider.d.ts +1 -1
- package/esm/i18n/i18n.d.ts +1 -1
- package/esm/svgIcons/BundleSizeIcon.js +0 -1
- package/esm/svgIcons/FigmaIcon.js +0 -1
- package/esm/svgIcons/FileDownload.d.ts +1 -2
- package/esm/svgIcons/FileDownload.js +0 -1
- package/esm/svgIcons/JavaScript.d.ts +1 -2
- package/esm/svgIcons/JavaScript.js +0 -1
- package/esm/svgIcons/MarkdownIcon.d.ts +1 -2
- package/esm/svgIcons/MarkdownIcon.js +0 -1
- package/esm/svgIcons/MaterialDesignIcon.js +0 -1
- package/esm/svgIcons/SketchIcon.js +0 -1
- package/esm/svgIcons/TypeScript.d.ts +1 -2
- package/esm/svgIcons/TypeScript.js +0 -1
- package/esm/svgIcons/W3CIcon.js +0 -1
- package/i18n/i18n.d.ts +1 -1
- package/package.json +2 -2
- package/svgIcons/BundleSizeIcon.js +0 -2
- package/svgIcons/FigmaIcon.js +0 -2
- package/svgIcons/FileDownload.d.ts +1 -2
- package/svgIcons/FileDownload.js +0 -2
- package/svgIcons/JavaScript.d.ts +1 -2
- package/svgIcons/JavaScript.js +0 -2
- package/svgIcons/MarkdownIcon.d.ts +1 -2
- package/svgIcons/MarkdownIcon.js +0 -2
- package/svgIcons/MaterialDesignIcon.js +0 -2
- package/svgIcons/SketchIcon.js +0 -2
- package/svgIcons/TypeScript.d.ts +1 -2
- package/svgIcons/TypeScript.js +0 -2
- package/svgIcons/W3CIcon.js +0 -2
package/Ad/Ad.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
export declare const AD_MARGIN_TOP = 3;
|
|
3
2
|
export declare const AD_MARGIN_BOTTOM = 3;
|
|
4
3
|
export declare const AD_HEIGHT = 126;
|
|
5
4
|
export declare const AD_HEIGHT_MOBILE: number;
|
|
6
|
-
export declare function Ad():
|
|
5
|
+
export declare function Ad(): import("react/jsx-runtime").JSX.Element;
|
package/Ad/AdCarbon.d.ts
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
3
|
-
export default function AdCarbon(): React.JSX.Element;
|
|
1
|
+
export declare function AdCarbonInline(): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export default function AdCarbon(): import("react/jsx-runtime").JSX.Element;
|
package/Ad/AdDisplay.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
export interface AdParameters {
|
|
3
2
|
name: string;
|
|
4
3
|
link: string;
|
|
@@ -13,5 +12,5 @@ interface AdDisplayProps {
|
|
|
13
12
|
className?: string;
|
|
14
13
|
shape?: 'auto' | 'inline' | 'image';
|
|
15
14
|
}
|
|
16
|
-
export default function AdDisplay(props: AdDisplayProps):
|
|
15
|
+
export default function AdDisplay(props: AdDisplayProps): import("react/jsx-runtime").JSX.Element;
|
|
17
16
|
export {};
|
package/Ad/AdGuest.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ export interface AdGuestProps {
|
|
|
6
6
|
classSelector?: string;
|
|
7
7
|
children?: React.ReactNode | undefined;
|
|
8
8
|
}
|
|
9
|
-
declare function AdGuest(props: AdGuestProps):
|
|
9
|
+
declare function AdGuest(props: AdGuestProps): import("react/jsx-runtime").JSX.Element | null;
|
|
10
10
|
export { AdGuest };
|
package/Ad/AdInHouse.d.ts
CHANGED
package/Ad/AdInHouse.js
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.default = AdInHouse;
|
|
9
|
-
var React = _interopRequireWildcard(require("react"));
|
|
10
8
|
var _AdDisplay = _interopRequireDefault(require("./AdDisplay"));
|
|
11
9
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
12
10
|
function AdInHouse(props) {
|
package/Ad/AdManager.d.ts
CHANGED
package/Ad/AdProvider.d.ts
CHANGED
|
@@ -11,5 +11,5 @@ export interface AdProviderProps {
|
|
|
11
11
|
children: React.ReactNode;
|
|
12
12
|
config?: Partial<AdConfig>;
|
|
13
13
|
}
|
|
14
|
-
export declare function AdProvider(props: AdProviderProps):
|
|
14
|
+
export declare function AdProvider(props: AdProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
15
15
|
export declare function useAdConfig(): AdConfig;
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,60 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 7.3.5
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v7.3.4..master -->
|
|
6
|
+
|
|
7
|
+
_Nov 4, 2025_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 11 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@7.3.5`
|
|
12
|
+
|
|
13
|
+
- [Collapse] Add slots and slotProps props (#47168) @sai6855
|
|
14
|
+
- [l10n] Add missing Catalan (ca-ES) locale (#47156) @frncesc
|
|
15
|
+
- Fix regression on `theme.vars.shape` module augmentation (#47164) @siriwatknp
|
|
16
|
+
|
|
17
|
+
### `@mui/material-nextjs@7.3.5`
|
|
18
|
+
|
|
19
|
+
- Support Next.js 16 (#47134) @siriwatknp
|
|
20
|
+
|
|
21
|
+
### Docs
|
|
22
|
+
|
|
23
|
+
- [Autocomplete] Update virtualization example to use react-window v2 (#47054) @sai6855
|
|
24
|
+
- [autocomplete] Add note about unique key extraction for duplicate labels (#47010) @PossiblyAShrub
|
|
25
|
+
- [Snackbar] Fix typo in docs (#47038) @sai6855
|
|
26
|
+
- [Transition] Fix horizontal scroll in SimpleFade demo in mobile screens (#47169) @sai6855
|
|
27
|
+
- Replace deprecated `inputProps` with `slotProps.input` in checkbox demos (#47083) @CODEKRUNCH
|
|
28
|
+
|
|
29
|
+
### Core
|
|
30
|
+
|
|
31
|
+
- [code-infra] gitignore next-env.d.ts (#47167) @Janpot
|
|
32
|
+
- [code-infra] Migrate versions page to getStaticProps (#47151) @Janpot
|
|
33
|
+
- [code-infra] Fix breaking change for ci publish (#47147) @brijeshb42
|
|
34
|
+
- [code-infra] Remove React import requirement for jsx (#47146) @brijeshb42
|
|
35
|
+
- [code-infra] Update vitest usage detection in `@mui/internal-test-utils` (#47141) @bernardobelchior
|
|
36
|
+
- [code-infra] Setup eslint-plugin-compat (#47133) @brijeshb42
|
|
37
|
+
- [code-infra] Filter out @mui/joy and @mui/base from search results (#47076) @Janpot
|
|
38
|
+
- [code-infra] Fix hotfix instructions (#47015) @Janpot
|
|
39
|
+
- [code-infra] Disable pigment regression tests (#47045) @Janpot
|
|
40
|
+
- [code-infra] Fix moderate dependabot issue (#46946) @Janpot
|
|
41
|
+
- [code-infra] Enable testing-library eslint rules (#47074) @brijeshb42
|
|
42
|
+
- [code-infra] Lint json through eslint (#47056) @Janpot
|
|
43
|
+
- [code-infra] Support custom npm dist tags during release (#47021) @Janpot
|
|
44
|
+
- [code-infra] Remove tsconfig `baseUrl` (#47044) @Janpot
|
|
45
|
+
- [code-infra] Centralize stylelint (#46955) @Janpot
|
|
46
|
+
- [code-infra] Remove legacy feedback (#46981) @Janpot
|
|
47
|
+
- [code-infra] Remove repo build scripts (#47036) @brijeshb42
|
|
48
|
+
- [code-infra] Publish docs from upstream (#47018) @Janpot
|
|
49
|
+
- [code-infra] Migrate `lodash` to `es-toolkit` (#46974) @sukvvon
|
|
50
|
+
- [docs-infra] Do not escape pipes (`|`) inside code blocks (#47139) @ZeeshanTamboli
|
|
51
|
+
- [docs-infra] Fix broken link targets (#47104) @Janpot
|
|
52
|
+
- [docs-infra] Fix broken link for DOMRect docs (#47106) @Janpot
|
|
53
|
+
- [docs-infra] Use published netlify cache plugin package (#47071) @brijeshb42
|
|
54
|
+
- [examples] Remove Next.js text from React Router example (#47055) @HeinrichFilter
|
|
55
|
+
|
|
56
|
+
All contributors of this release in alphabetical order: @bernardobelchior, @brijeshb42, @CODEKRUNCH, @frncesc, @HeinrichFilter, @Janpot, @PossiblyAShrub, @sai6855, @siriwatknp, @sukvvon, @ZeeshanTamboli
|
|
57
|
+
|
|
3
58
|
## 7.3.4
|
|
4
59
|
|
|
5
60
|
<!-- generated comparing v7.3.3..master -->
|
package/CodeCopy/CodeCopy.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
export interface CodeCopyButtonProps {
|
|
3
2
|
code: string;
|
|
4
3
|
}
|
|
5
|
-
export declare function CodeCopyButton(props: CodeCopyButtonProps):
|
|
4
|
+
export declare function CodeCopyButton(props: CodeCopyButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.CodeCopyButton = CodeCopyButton;
|
|
9
|
-
var React = _interopRequireWildcard(require("react"));
|
|
10
8
|
var _useClipboardCopy = _interopRequireDefault(require("./useClipboardCopy"));
|
|
11
9
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
12
10
|
var _span, _span2;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { MarkdownHeaders } from '@mui/internal-markdown';
|
|
3
2
|
export interface ComponentLinkHeaderProps {
|
|
4
3
|
design?: boolean;
|
|
@@ -6,4 +5,4 @@ export interface ComponentLinkHeaderProps {
|
|
|
6
5
|
headers: MarkdownHeaders;
|
|
7
6
|
};
|
|
8
7
|
}
|
|
9
|
-
export declare function ComponentLinkHeader(props: ComponentLinkHeaderProps):
|
|
8
|
+
export declare function ComponentLinkHeader(props: ComponentLinkHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -11,4 +11,4 @@ export interface HighlightedCodeProps {
|
|
|
11
11
|
preComponent?: React.ElementType;
|
|
12
12
|
sx?: SxProps;
|
|
13
13
|
}
|
|
14
|
-
export declare function HighlightedCode(props: HighlightedCodeProps):
|
|
14
|
+
export declare function HighlightedCode(props: HighlightedCodeProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
export declare const CodeTabList: import("@emotion/styled").StyledComponent<import("@mui/base/TabsList").TabsListOwnProps & Omit<any, keyof import("@mui/base/TabsList").TabsListOwnProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
|
|
3
2
|
ownerState: {
|
|
4
3
|
mounted: boolean;
|
|
@@ -25,5 +24,5 @@ type TabsConfig = {
|
|
|
25
24
|
export declare function HighlightedCodeWithTabs(props: {
|
|
26
25
|
tabs: Array<TabsConfig>;
|
|
27
26
|
storageKey?: string;
|
|
28
|
-
} & Record<string, any>):
|
|
27
|
+
} & Record<string, any>): import("react/jsx-runtime").JSX.Element;
|
|
29
28
|
export {};
|
package/InfoCard/InfoCard.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ interface GlowingIconContainerProps {
|
|
|
6
6
|
}
|
|
7
7
|
export declare function GlowingIconContainer({
|
|
8
8
|
icon
|
|
9
|
-
}: GlowingIconContainerProps):
|
|
9
|
+
}: GlowingIconContainerProps): import("react/jsx-runtime").JSX.Element;
|
|
10
10
|
interface InfoCardProps {
|
|
11
11
|
classNameDescription?: string;
|
|
12
12
|
classNameTitle?: string;
|
|
@@ -18,5 +18,5 @@ interface InfoCardProps {
|
|
|
18
18
|
title: string;
|
|
19
19
|
titleProps?: TypographyProps;
|
|
20
20
|
}
|
|
21
|
-
export declare function InfoCard(props: InfoCardProps):
|
|
21
|
+
export declare function InfoCard(props: InfoCardProps): import("react/jsx-runtime").JSX.Element;
|
|
22
22
|
export {};
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.default = void 0;
|
|
9
|
-
var React = _interopRequireWildcard(require("react"));
|
|
10
8
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
9
|
var _nprogress = _interopRequireDefault(require("nprogress"));
|
|
12
10
|
var _NoSsr = require("@mui/base/NoSsr");
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
export interface SectionTitleProps<Hash extends string = string> {
|
|
3
2
|
title: string;
|
|
4
3
|
hash: Hash;
|
|
5
4
|
level?: 'h2' | 'h3' | 'h4';
|
|
6
5
|
}
|
|
7
|
-
export declare function SectionTitle(props: SectionTitleProps):
|
|
6
|
+
export declare function SectionTitle(props: SectionTitleProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
3
|
Object.defineProperty(exports, "__esModule", {
|
|
5
4
|
value: true
|
|
6
5
|
});
|
|
7
6
|
exports.SectionTitle = SectionTitle;
|
|
8
|
-
var React = _interopRequireWildcard(require("react"));
|
|
9
7
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
8
|
var _span;
|
|
11
9
|
function SectionTitle(props) {
|
|
@@ -6,4 +6,4 @@ export interface BrandingProviderProps {
|
|
|
6
6
|
*/
|
|
7
7
|
mode?: 'light' | 'dark';
|
|
8
8
|
}
|
|
9
|
-
export declare function BrandingProvider(props: BrandingProviderProps):
|
|
9
|
+
export declare function BrandingProvider(props: BrandingProviderProps): import("react/jsx-runtime").JSX.Element;
|
package/esm/Ad/Ad.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
export declare const AD_MARGIN_TOP = 3;
|
|
3
2
|
export declare const AD_MARGIN_BOTTOM = 3;
|
|
4
3
|
export declare const AD_HEIGHT = 126;
|
|
5
4
|
export declare const AD_HEIGHT_MOBILE: number;
|
|
6
|
-
export declare function Ad():
|
|
5
|
+
export declare function Ad(): import("react/jsx-runtime").JSX.Element;
|
package/esm/Ad/AdCarbon.d.ts
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
3
|
-
export default function AdCarbon(): React.JSX.Element;
|
|
1
|
+
export declare function AdCarbonInline(): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export default function AdCarbon(): import("react/jsx-runtime").JSX.Element;
|
package/esm/Ad/AdDisplay.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
export interface AdParameters {
|
|
3
2
|
name: string;
|
|
4
3
|
link: string;
|
|
@@ -13,5 +12,5 @@ interface AdDisplayProps {
|
|
|
13
12
|
className?: string;
|
|
14
13
|
shape?: 'auto' | 'inline' | 'image';
|
|
15
14
|
}
|
|
16
|
-
export default function AdDisplay(props: AdDisplayProps):
|
|
15
|
+
export default function AdDisplay(props: AdDisplayProps): import("react/jsx-runtime").JSX.Element;
|
|
17
16
|
export {};
|
package/esm/Ad/AdGuest.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ export interface AdGuestProps {
|
|
|
6
6
|
classSelector?: string;
|
|
7
7
|
children?: React.ReactNode | undefined;
|
|
8
8
|
}
|
|
9
|
-
declare function AdGuest(props: AdGuestProps):
|
|
9
|
+
declare function AdGuest(props: AdGuestProps): import("react/jsx-runtime").JSX.Element | null;
|
|
10
10
|
export { AdGuest };
|
package/esm/Ad/AdInHouse.d.ts
CHANGED
package/esm/Ad/AdInHouse.js
CHANGED
package/esm/Ad/AdManager.d.ts
CHANGED
package/esm/Ad/AdProvider.d.ts
CHANGED
|
@@ -11,5 +11,5 @@ export interface AdProviderProps {
|
|
|
11
11
|
children: React.ReactNode;
|
|
12
12
|
config?: Partial<AdConfig>;
|
|
13
13
|
}
|
|
14
|
-
export declare function AdProvider(props: AdProviderProps):
|
|
14
|
+
export declare function AdProvider(props: AdProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
15
15
|
export declare function useAdConfig(): AdConfig;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
export interface CodeCopyButtonProps {
|
|
3
2
|
code: string;
|
|
4
3
|
}
|
|
5
|
-
export declare function CodeCopyButton(props: CodeCopyButtonProps):
|
|
4
|
+
export declare function CodeCopyButton(props: CodeCopyButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { MarkdownHeaders } from '@mui/internal-markdown';
|
|
3
2
|
export interface ComponentLinkHeaderProps {
|
|
4
3
|
design?: boolean;
|
|
@@ -6,4 +5,4 @@ export interface ComponentLinkHeaderProps {
|
|
|
6
5
|
headers: MarkdownHeaders;
|
|
7
6
|
};
|
|
8
7
|
}
|
|
9
|
-
export declare function ComponentLinkHeader(props: ComponentLinkHeaderProps):
|
|
8
|
+
export declare function ComponentLinkHeader(props: ComponentLinkHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -11,4 +11,4 @@ export interface HighlightedCodeProps {
|
|
|
11
11
|
preComponent?: React.ElementType;
|
|
12
12
|
sx?: SxProps;
|
|
13
13
|
}
|
|
14
|
-
export declare function HighlightedCode(props: HighlightedCodeProps):
|
|
14
|
+
export declare function HighlightedCode(props: HighlightedCodeProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
export declare const CodeTabList: import("@emotion/styled").StyledComponent<import("@mui/base/TabsList").TabsListOwnProps & Omit<any, keyof import("@mui/base/TabsList").TabsListOwnProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
|
|
3
2
|
ownerState: {
|
|
4
3
|
mounted: boolean;
|
|
@@ -25,5 +24,5 @@ type TabsConfig = {
|
|
|
25
24
|
export declare function HighlightedCodeWithTabs(props: {
|
|
26
25
|
tabs: Array<TabsConfig>;
|
|
27
26
|
storageKey?: string;
|
|
28
|
-
} & Record<string, any>):
|
|
27
|
+
} & Record<string, any>): import("react/jsx-runtime").JSX.Element;
|
|
29
28
|
export {};
|
|
@@ -6,7 +6,7 @@ interface GlowingIconContainerProps {
|
|
|
6
6
|
}
|
|
7
7
|
export declare function GlowingIconContainer({
|
|
8
8
|
icon
|
|
9
|
-
}: GlowingIconContainerProps):
|
|
9
|
+
}: GlowingIconContainerProps): import("react/jsx-runtime").JSX.Element;
|
|
10
10
|
interface InfoCardProps {
|
|
11
11
|
classNameDescription?: string;
|
|
12
12
|
classNameTitle?: string;
|
|
@@ -18,5 +18,5 @@ interface InfoCardProps {
|
|
|
18
18
|
title: string;
|
|
19
19
|
titleProps?: TypographyProps;
|
|
20
20
|
}
|
|
21
|
-
export declare function InfoCard(props: InfoCardProps):
|
|
21
|
+
export declare function InfoCard(props: InfoCardProps): import("react/jsx-runtime").JSX.Element;
|
|
22
22
|
export {};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
export interface SectionTitleProps<Hash extends string = string> {
|
|
3
2
|
title: string;
|
|
4
3
|
hash: Hash;
|
|
5
4
|
level?: 'h2' | 'h3' | 'h4';
|
|
6
5
|
}
|
|
7
|
-
export declare function SectionTitle(props: SectionTitleProps):
|
|
6
|
+
export declare function SectionTitle(props: SectionTitleProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -6,4 +6,4 @@ export interface BrandingProviderProps {
|
|
|
6
6
|
*/
|
|
7
7
|
mode?: 'light' | 'dark';
|
|
8
8
|
}
|
|
9
|
-
export declare function BrandingProvider(props: BrandingProviderProps):
|
|
9
|
+
export declare function BrandingProvider(props: BrandingProviderProps): import("react/jsx-runtime").JSX.Element;
|
package/esm/i18n/i18n.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ export interface UserLanguageProviderProps {
|
|
|
5
5
|
translations?: Translations;
|
|
6
6
|
defaultUserLanguage: string;
|
|
7
7
|
}
|
|
8
|
-
export declare function UserLanguageProvider(props: UserLanguageProviderProps):
|
|
8
|
+
export declare function UserLanguageProvider(props: UserLanguageProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
9
9
|
export declare namespace UserLanguageProvider {
|
|
10
10
|
var propTypes: {
|
|
11
11
|
children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
3
|
-
declare function FileDownload(props: SvgIconProps):
|
|
2
|
+
declare function FileDownload(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
declare namespace FileDownload {
|
|
5
4
|
var muiName: string;
|
|
6
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
3
|
-
declare function JavaScript(props: SvgIconProps):
|
|
2
|
+
declare function JavaScript(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
declare namespace JavaScript {
|
|
5
4
|
var muiName: string;
|
|
6
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
3
|
-
declare function TypeScript(props: SvgIconProps):
|
|
2
|
+
declare function TypeScript(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
declare namespace TypeScript {
|
|
5
4
|
var muiName: string;
|
|
6
5
|
}
|
package/esm/svgIcons/W3CIcon.js
CHANGED
package/i18n/i18n.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ export interface UserLanguageProviderProps {
|
|
|
5
5
|
translations?: Translations;
|
|
6
6
|
defaultUserLanguage: string;
|
|
7
7
|
}
|
|
8
|
-
export declare function UserLanguageProvider(props: UserLanguageProviderProps):
|
|
8
|
+
export declare function UserLanguageProvider(props: UserLanguageProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
9
9
|
export declare namespace UserLanguageProvider {
|
|
10
10
|
var propTypes: {
|
|
11
11
|
children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/docs",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.5",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "MUI Docs - Documentation building blocks.",
|
|
6
6
|
"keywords": [
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"clsx": "^2.1.1",
|
|
27
27
|
"nprogress": "^0.2.0",
|
|
28
28
|
"prop-types": "^15.8.1",
|
|
29
|
-
"@mui/internal-markdown": "^2.0.
|
|
29
|
+
"@mui/internal-markdown": "^2.0.12"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"@mui/base": "^5.0.0 || ^5.0.0-beta || ^7.0.0 || ^7.0.0-beta",
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
3
|
Object.defineProperty(exports, "__esModule", {
|
|
5
4
|
value: true
|
|
6
5
|
});
|
|
7
6
|
exports.default = void 0;
|
|
8
|
-
var React = _interopRequireWildcard(require("react"));
|
|
9
7
|
var _utils = require("@mui/material/utils");
|
|
10
8
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
9
|
var _default = exports.default = (0, _utils.createSvgIcon)(/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
package/svgIcons/FigmaIcon.js
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
3
|
Object.defineProperty(exports, "__esModule", {
|
|
5
4
|
value: true
|
|
6
5
|
});
|
|
7
6
|
exports.default = void 0;
|
|
8
|
-
var React = _interopRequireWildcard(require("react"));
|
|
9
7
|
var _utils = require("@mui/material/utils");
|
|
10
8
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
9
|
var _default = exports.default = (0, _utils.createSvgIcon)(/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
3
|
-
declare function FileDownload(props: SvgIconProps):
|
|
2
|
+
declare function FileDownload(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
declare namespace FileDownload {
|
|
5
4
|
var muiName: string;
|
|
6
5
|
}
|
package/svgIcons/FileDownload.js
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.default = void 0;
|
|
9
|
-
var React = _interopRequireWildcard(require("react"));
|
|
10
8
|
var _SvgIcon = _interopRequireDefault(require("@mui/material/SvgIcon"));
|
|
11
9
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
12
10
|
var _path;
|
package/svgIcons/JavaScript.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
3
|
-
declare function JavaScript(props: SvgIconProps):
|
|
2
|
+
declare function JavaScript(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
declare namespace JavaScript {
|
|
5
4
|
var muiName: string;
|
|
6
5
|
}
|
package/svgIcons/JavaScript.js
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.default = void 0;
|
|
9
|
-
var React = _interopRequireWildcard(require("react"));
|
|
10
8
|
var _SvgIcon = _interopRequireDefault(require("@mui/material/SvgIcon"));
|
|
11
9
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
12
10
|
var _path;
|
package/svgIcons/MarkdownIcon.js
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.default = MarkdownIcon;
|
|
9
|
-
var React = _interopRequireWildcard(require("react"));
|
|
10
8
|
var _SvgIcon = _interopRequireDefault(require("@mui/material/SvgIcon"));
|
|
11
9
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
12
10
|
var _svg;
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
3
|
Object.defineProperty(exports, "__esModule", {
|
|
5
4
|
value: true
|
|
6
5
|
});
|
|
7
6
|
exports.default = void 0;
|
|
8
|
-
var React = _interopRequireWildcard(require("react"));
|
|
9
7
|
var _utils = require("@mui/material/utils");
|
|
10
8
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
9
|
var _default = exports.default = (0, _utils.createSvgIcon)(/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
package/svgIcons/SketchIcon.js
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
3
|
Object.defineProperty(exports, "__esModule", {
|
|
5
4
|
value: true
|
|
6
5
|
});
|
|
7
6
|
exports.default = void 0;
|
|
8
|
-
var React = _interopRequireWildcard(require("react"));
|
|
9
7
|
var _utils = require("@mui/material/utils");
|
|
10
8
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
9
|
var _default = exports.default = (0, _utils.createSvgIcon)(/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
package/svgIcons/TypeScript.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
3
|
-
declare function TypeScript(props: SvgIconProps):
|
|
2
|
+
declare function TypeScript(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
declare namespace TypeScript {
|
|
5
4
|
var muiName: string;
|
|
6
5
|
}
|
package/svgIcons/TypeScript.js
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.default = void 0;
|
|
9
|
-
var React = _interopRequireWildcard(require("react"));
|
|
10
8
|
var _SvgIcon = _interopRequireDefault(require("@mui/material/SvgIcon"));
|
|
11
9
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
12
10
|
var _path;
|
package/svgIcons/W3CIcon.js
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
3
|
Object.defineProperty(exports, "__esModule", {
|
|
5
4
|
value: true
|
|
6
5
|
});
|
|
7
6
|
exports.default = void 0;
|
|
8
|
-
var React = _interopRequireWildcard(require("react"));
|
|
9
7
|
var _utils = require("@mui/material/utils");
|
|
10
8
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
9
|
var _default = exports.default = (0, _utils.createSvgIcon)(/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|