@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.
Files changed (70) hide show
  1. package/Ad/Ad.d.ts +1 -2
  2. package/Ad/AdCarbon.d.ts +2 -3
  3. package/Ad/AdDisplay.d.ts +1 -2
  4. package/Ad/AdGuest.d.ts +1 -1
  5. package/Ad/AdInHouse.d.ts +1 -2
  6. package/Ad/AdInHouse.js +0 -2
  7. package/Ad/AdManager.d.ts +1 -1
  8. package/Ad/AdProvider.d.ts +1 -1
  9. package/CHANGELOG.md +55 -0
  10. package/CodeCopy/CodeCopy.d.ts +1 -1
  11. package/CodeCopy/CodeCopyButton.d.ts +1 -2
  12. package/CodeCopy/CodeCopyButton.js +0 -2
  13. package/ComponentLinkHeader/ComponentLinkHeader.d.ts +1 -2
  14. package/DocsProvider/DocsProvider.d.ts +1 -1
  15. package/HighlightedCode/HighlightedCode.d.ts +1 -1
  16. package/HighlightedCodeWithTabs/HighlightedCodeWithTabs.d.ts +1 -2
  17. package/InfoCard/InfoCard.d.ts +2 -2
  18. package/NProgressBar/NProgressBar.js +0 -2
  19. package/SectionTitle/SectionTitle.d.ts +1 -2
  20. package/SectionTitle/SectionTitle.js +0 -2
  21. package/branding/BrandingProvider.d.ts +1 -1
  22. package/esm/Ad/Ad.d.ts +1 -2
  23. package/esm/Ad/AdCarbon.d.ts +2 -3
  24. package/esm/Ad/AdDisplay.d.ts +1 -2
  25. package/esm/Ad/AdGuest.d.ts +1 -1
  26. package/esm/Ad/AdInHouse.d.ts +1 -2
  27. package/esm/Ad/AdInHouse.js +0 -1
  28. package/esm/Ad/AdManager.d.ts +1 -1
  29. package/esm/Ad/AdProvider.d.ts +1 -1
  30. package/esm/CodeCopy/CodeCopy.d.ts +1 -1
  31. package/esm/CodeCopy/CodeCopyButton.d.ts +1 -2
  32. package/esm/CodeCopy/CodeCopyButton.js +0 -1
  33. package/esm/ComponentLinkHeader/ComponentLinkHeader.d.ts +1 -2
  34. package/esm/DocsProvider/DocsProvider.d.ts +1 -1
  35. package/esm/HighlightedCode/HighlightedCode.d.ts +1 -1
  36. package/esm/HighlightedCodeWithTabs/HighlightedCodeWithTabs.d.ts +1 -2
  37. package/esm/InfoCard/InfoCard.d.ts +2 -2
  38. package/esm/NProgressBar/NProgressBar.js +0 -1
  39. package/esm/SectionTitle/SectionTitle.d.ts +1 -2
  40. package/esm/SectionTitle/SectionTitle.js +0 -1
  41. package/esm/branding/BrandingProvider.d.ts +1 -1
  42. package/esm/i18n/i18n.d.ts +1 -1
  43. package/esm/svgIcons/BundleSizeIcon.js +0 -1
  44. package/esm/svgIcons/FigmaIcon.js +0 -1
  45. package/esm/svgIcons/FileDownload.d.ts +1 -2
  46. package/esm/svgIcons/FileDownload.js +0 -1
  47. package/esm/svgIcons/JavaScript.d.ts +1 -2
  48. package/esm/svgIcons/JavaScript.js +0 -1
  49. package/esm/svgIcons/MarkdownIcon.d.ts +1 -2
  50. package/esm/svgIcons/MarkdownIcon.js +0 -1
  51. package/esm/svgIcons/MaterialDesignIcon.js +0 -1
  52. package/esm/svgIcons/SketchIcon.js +0 -1
  53. package/esm/svgIcons/TypeScript.d.ts +1 -2
  54. package/esm/svgIcons/TypeScript.js +0 -1
  55. package/esm/svgIcons/W3CIcon.js +0 -1
  56. package/i18n/i18n.d.ts +1 -1
  57. package/package.json +2 -2
  58. package/svgIcons/BundleSizeIcon.js +0 -2
  59. package/svgIcons/FigmaIcon.js +0 -2
  60. package/svgIcons/FileDownload.d.ts +1 -2
  61. package/svgIcons/FileDownload.js +0 -2
  62. package/svgIcons/JavaScript.d.ts +1 -2
  63. package/svgIcons/JavaScript.js +0 -2
  64. package/svgIcons/MarkdownIcon.d.ts +1 -2
  65. package/svgIcons/MarkdownIcon.js +0 -2
  66. package/svgIcons/MaterialDesignIcon.js +0 -2
  67. package/svgIcons/SketchIcon.js +0 -2
  68. package/svgIcons/TypeScript.d.ts +1 -2
  69. package/svgIcons/TypeScript.js +0 -2
  70. 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(): React.JSX.Element;
5
+ export declare function Ad(): import("react/jsx-runtime").JSX.Element;
package/Ad/AdCarbon.d.ts CHANGED
@@ -1,3 +1,2 @@
1
- import * as React from 'react';
2
- export declare function AdCarbonInline(): React.JSX.Element;
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): React.JSX.Element;
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): React.JSX.Element | null;
9
+ declare function AdGuest(props: AdGuestProps): import("react/jsx-runtime").JSX.Element | null;
10
10
  export { AdGuest };
package/Ad/AdInHouse.d.ts CHANGED
@@ -1,5 +1,4 @@
1
- import * as React from 'react';
2
1
  import { AdParameters } from "./AdDisplay.js";
3
2
  export default function AdInHouse(props: {
4
3
  ad: Omit<AdParameters, 'poweredby' | 'label'>;
5
- }): React.JSX.Element;
4
+ }): import("react/jsx-runtime").JSX.Element;
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
@@ -15,5 +15,5 @@ export declare const adShape: string;
15
15
  export declare function AdManager({
16
16
  classSelector,
17
17
  children
18
- }: AdManagerProps): React.JSX.Element;
18
+ }: AdManagerProps): import("react/jsx-runtime").JSX.Element;
19
19
  export {};
@@ -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): React.JSX.Element;
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 -->
@@ -18,5 +18,5 @@ interface CodeCopyProviderProps {
18
18
  */
19
19
  export declare function CodeCopyProvider({
20
20
  children
21
- }: CodeCopyProviderProps): React.JSX.Element;
21
+ }: CodeCopyProviderProps): import("react/jsx-runtime").JSX.Element;
22
22
  export {};
@@ -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): React.JSX.Element;
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): React.JSX.Element;
8
+ export declare function ComponentLinkHeader(props: ComponentLinkHeaderProps): import("react/jsx-runtime").JSX.Element;
@@ -20,5 +20,5 @@ export declare function DocsProvider({
20
20
  defaultUserLanguage,
21
21
  translations,
22
22
  children
23
- }: DocsProviderProps): React.JSX.Element;
23
+ }: DocsProviderProps): import("react/jsx-runtime").JSX.Element;
24
24
  export declare function useDocsConfig(): DocsConfig;
@@ -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): React.JSX.Element;
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>): React.JSX.Element;
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): React.JSX.Element;
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): React.JSX.Element;
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): React.JSX.Element;
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): React.JSX.Element;
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(): React.JSX.Element;
5
+ export declare function Ad(): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- import * as React from 'react';
2
- export declare function AdCarbonInline(): React.JSX.Element;
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;
@@ -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): React.JSX.Element;
15
+ export default function AdDisplay(props: AdDisplayProps): import("react/jsx-runtime").JSX.Element;
17
16
  export {};
@@ -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): React.JSX.Element | null;
9
+ declare function AdGuest(props: AdGuestProps): import("react/jsx-runtime").JSX.Element | null;
10
10
  export { AdGuest };
@@ -1,5 +1,4 @@
1
- import * as React from 'react';
2
1
  import { AdParameters } from "./AdDisplay.js";
3
2
  export default function AdInHouse(props: {
4
3
  ad: Omit<AdParameters, 'poweredby' | 'label'>;
5
- }): React.JSX.Element;
4
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,3 @@
1
- import * as React from 'react';
2
1
  import AdDisplay from "./AdDisplay.js";
3
2
  import { jsx as _jsx } from "react/jsx-runtime";
4
3
  export default function AdInHouse(props) {
@@ -15,5 +15,5 @@ export declare const adShape: string;
15
15
  export declare function AdManager({
16
16
  classSelector,
17
17
  children
18
- }: AdManagerProps): React.JSX.Element;
18
+ }: AdManagerProps): import("react/jsx-runtime").JSX.Element;
19
19
  export {};
@@ -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): React.JSX.Element;
14
+ export declare function AdProvider(props: AdProviderProps): import("react/jsx-runtime").JSX.Element;
15
15
  export declare function useAdConfig(): AdConfig;
@@ -18,5 +18,5 @@ interface CodeCopyProviderProps {
18
18
  */
19
19
  export declare function CodeCopyProvider({
20
20
  children
21
- }: CodeCopyProviderProps): React.JSX.Element;
21
+ }: CodeCopyProviderProps): import("react/jsx-runtime").JSX.Element;
22
22
  export {};
@@ -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): React.JSX.Element;
4
+ export declare function CodeCopyButton(props: CodeCopyButtonProps): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,4 @@
1
1
  var _span, _span2;
2
- import * as React from 'react';
3
2
  import useClipboardCopy from "./useClipboardCopy.js";
4
3
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
4
  export function CodeCopyButton(props) {
@@ -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): React.JSX.Element;
8
+ export declare function ComponentLinkHeader(props: ComponentLinkHeaderProps): import("react/jsx-runtime").JSX.Element;
@@ -20,5 +20,5 @@ export declare function DocsProvider({
20
20
  defaultUserLanguage,
21
21
  translations,
22
22
  children
23
- }: DocsProviderProps): React.JSX.Element;
23
+ }: DocsProviderProps): import("react/jsx-runtime").JSX.Element;
24
24
  export declare function useDocsConfig(): DocsConfig;
@@ -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): React.JSX.Element;
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>): React.JSX.Element;
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): React.JSX.Element;
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): React.JSX.Element;
21
+ export declare function InfoCard(props: InfoCardProps): import("react/jsx-runtime").JSX.Element;
22
22
  export {};
@@ -1,4 +1,3 @@
1
- import * as React from 'react';
2
1
  import PropTypes from 'prop-types';
3
2
  import NProgress from 'nprogress';
4
3
  import { NoSsr } from '@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): React.JSX.Element;
6
+ export declare function SectionTitle(props: SectionTitleProps): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,4 @@
1
1
  var _span;
2
- import * as React from 'react';
3
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
4
3
  export function SectionTitle(props) {
5
4
  const {
@@ -6,4 +6,4 @@ export interface BrandingProviderProps {
6
6
  */
7
7
  mode?: 'light' | 'dark';
8
8
  }
9
- export declare function BrandingProvider(props: BrandingProviderProps): React.JSX.Element;
9
+ export declare function BrandingProvider(props: BrandingProviderProps): import("react/jsx-runtime").JSX.Element;
@@ -5,7 +5,7 @@ export interface UserLanguageProviderProps {
5
5
  translations?: Translations;
6
6
  defaultUserLanguage: string;
7
7
  }
8
- export declare function UserLanguageProvider(props: UserLanguageProviderProps): React.JSX.Element;
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,4 +1,3 @@
1
- import * as React from 'react';
2
1
  import { createSvgIcon } from '@mui/material/utils';
3
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
4
3
  export default createSvgIcon(/*#__PURE__*/_jsxs("g", {
@@ -1,4 +1,3 @@
1
- import * as React from 'react';
2
1
  import { createSvgIcon } from '@mui/material/utils';
3
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
4
3
  export default createSvgIcon(/*#__PURE__*/_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): React.JSX.Element;
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,5 +1,4 @@
1
1
  var _path;
2
- import * as React from 'react';
3
2
  import SvgIcon from '@mui/material/SvgIcon';
4
3
  import { jsx as _jsx } from "react/jsx-runtime";
5
4
  function FileDownload(props) {
@@ -1,6 +1,5 @@
1
- import * as React from 'react';
2
1
  import { SvgIconProps } from '@mui/material/SvgIcon';
3
- declare function JavaScript(props: SvgIconProps): React.JSX.Element;
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,5 +1,4 @@
1
1
  var _path;
2
- import * as React from 'react';
3
2
  import SvgIcon from '@mui/material/SvgIcon';
4
3
  import { jsx as _jsx } from "react/jsx-runtime";
5
4
  function JavaScript(props) {
@@ -1,3 +1,2 @@
1
- import * as React from 'react';
2
1
  import { SvgIconProps } from '@mui/material/SvgIcon';
3
- export default function MarkdownIcon(props: SvgIconProps): React.JSX.Element;
2
+ export default function MarkdownIcon(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,4 @@
1
1
  var _svg;
2
- import * as React from 'react';
3
2
  import SvgIcon from '@mui/material/SvgIcon';
4
3
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
4
  export default function MarkdownIcon(props) {
@@ -1,4 +1,3 @@
1
- import * as React from 'react';
2
1
  import { createSvgIcon } from '@mui/material/utils';
3
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
4
3
  export default createSvgIcon(/*#__PURE__*/_jsxs("g", {
@@ -1,4 +1,3 @@
1
- import * as React from 'react';
2
1
  import { createSvgIcon } from '@mui/material/utils';
3
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
4
3
  export default createSvgIcon(/*#__PURE__*/_jsxs("g", {
@@ -1,6 +1,5 @@
1
- import * as React from 'react';
2
1
  import { SvgIconProps } from '@mui/material/SvgIcon';
3
- declare function TypeScript(props: SvgIconProps): React.JSX.Element;
2
+ declare function TypeScript(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
4
3
  declare namespace TypeScript {
5
4
  var muiName: string;
6
5
  }
@@ -1,5 +1,4 @@
1
1
  var _path;
2
- import * as React from 'react';
3
2
  import SvgIcon from '@mui/material/SvgIcon';
4
3
  import { jsx as _jsx } from "react/jsx-runtime";
5
4
  function TypeScript(props) {
@@ -1,4 +1,3 @@
1
- import * as React from 'react';
2
1
  import { createSvgIcon } from '@mui/material/utils';
3
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
4
3
  export default createSvgIcon(/*#__PURE__*/_jsxs("g", {
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): React.JSX.Element;
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.4",
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.11"
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", {
@@ -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): React.JSX.Element;
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,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;
@@ -1,6 +1,5 @@
1
- import * as React from 'react';
2
1
  import { SvgIconProps } from '@mui/material/SvgIcon';
3
- declare function JavaScript(props: SvgIconProps): React.JSX.Element;
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,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;
@@ -1,3 +1,2 @@
1
- import * as React from 'react';
2
1
  import { SvgIconProps } from '@mui/material/SvgIcon';
3
- export default function MarkdownIcon(props: SvgIconProps): React.JSX.Element;
2
+ export default function MarkdownIcon(props: SvgIconProps): 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.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", {
@@ -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 TypeScript(props: SvgIconProps): React.JSX.Element;
2
+ declare function TypeScript(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
4
3
  declare namespace TypeScript {
5
4
  var muiName: string;
6
5
  }
@@ -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;
@@ -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", {