@mui/docs 7.3.4 → 7.3.6
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/Ad.js +1 -1
- 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/Ad/ad.styles.d.ts +464 -281
- package/CHANGELOG.md +142 -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/ComponentLinkHeader/ComponentLinkHeader.js +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/Ad.js +1 -1
- 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/Ad/ad.styles.d.ts +464 -281
- 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/ComponentLinkHeader/ComponentLinkHeader.js +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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,147 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 7.3.6
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v7.3.5..master -->
|
|
6
|
+
|
|
7
|
+
_Dec 3, 2025_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 22 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### @mui/material@7.3.6
|
|
12
|
+
|
|
13
|
+
- [Accordion] Move properties to the AccordionOwnProps interface (#47348) @Aleksan4e3
|
|
14
|
+
- [Autocomplete] Remove unnecessary `filterSelectedOptions` dependency from `syncHighlightedIndex` useCallback (#47378) @ZeeshanTamboli
|
|
15
|
+
- [Autocomplete] Fix input caret not showing when focusing after chip navigation (#47249) @vrachuri28
|
|
16
|
+
- [Autocomplete] Fix ArrowLeft crash when value is not set with single-value rendering (#47214) @rithik56
|
|
17
|
+
- [Button] Fix running formAction when passed (#47185) @sai6855
|
|
18
|
+
- [Chip] Remove leftover closing parenthesis in CSS class key (#47345) @ZeeshanTamboli
|
|
19
|
+
- [ListItem] Add `secondaryAction` slot to `ListItem` (#47399) @sai6855
|
|
20
|
+
- [NumberField] Fix scroll behavior (#47397) @oliviertassinari
|
|
21
|
+
- [Select] Fix keyboard navigation while rendering in shadow DOM (#47380) @xBlizZer
|
|
22
|
+
- [Select] Fix cannot pass certain event handlers (#47366) @ZeeshanTamboli
|
|
23
|
+
- [Slider] Accept readonly array for `marks` prop (#47370) @pcorpet
|
|
24
|
+
- [Snackbar] Avoid unnecessary `ownerState` spread into `useSnackbar` (#47373) @ZeeshanTamboli
|
|
25
|
+
- [TextField] Allow custom props in slot props via TS module augmentation (#47367) @kumarvishwajeettrivedi
|
|
26
|
+
- [Tabs] Fix Arrow key navigation failing when component is rendered in shadow DOM (#47178) @sai6855
|
|
27
|
+
- Fix typings for theme `applyStyles` with custom color schemes (#47242) @akankshahu
|
|
28
|
+
|
|
29
|
+
### @mui/system@7.3.6
|
|
30
|
+
|
|
31
|
+
- Fix unwanted attribute on DOM from InitColorSchemeScript `class` attribute (#47200) @siriwatknp
|
|
32
|
+
|
|
33
|
+
### @mui/lab@7.3.6
|
|
34
|
+
|
|
35
|
+
- [Masonry] Fix layout flicker and single column issue (#43903) @Fanzzzd
|
|
36
|
+
|
|
37
|
+
### Docs
|
|
38
|
+
|
|
39
|
+
- Fix default theme viewer styling (#47400) @sai6855
|
|
40
|
+
- Remove repetitive words (#47384) @rifeplight
|
|
41
|
+
- Fix link to Portal API docs (#47383) @ZeeshanTamboli
|
|
42
|
+
- Remove mentions of MUI Base from Material UI docs (#47324) @mapache-salvaje
|
|
43
|
+
- Update CSP guidance (#47342) @rossdakin
|
|
44
|
+
- Fix pathname collision in LLMs docs generator (#47209) @siriwatknp
|
|
45
|
+
- Resolve redirected urls to their final location (#47193) @Janpot
|
|
46
|
+
- Document correct default values for `elevation` and `square` props (#47261) @Ad1tya-007
|
|
47
|
+
- Fix display of colors in dark mode in palette customization page (#47403) @sai6855
|
|
48
|
+
- Add Number Field component page (#47165) @siriwatknp
|
|
49
|
+
- Fix mcp schema change (#47171) @sai6855
|
|
50
|
+
|
|
51
|
+
### Core
|
|
52
|
+
|
|
53
|
+
- [code-infra] Add types for markdown loader (#47075) @Janpot
|
|
54
|
+
- [code-infra] Build test utils with code-infra pipeline (#47405) @Janpot
|
|
55
|
+
- [code-infra] Vitest test migration (#44325) @JCQuintas
|
|
56
|
+
- [code-infra] Revive docs bundle analyzer (#47401) @Janpot
|
|
57
|
+
- [code-infra] Update tests from vitest PR (#47344) @Janpot
|
|
58
|
+
- [code-infra] Use util from code-infra to fetch changelogs (#47350) @brijeshb42
|
|
59
|
+
- [code-infra] Enable production sourcemaps (#47352) @Janpot
|
|
60
|
+
- [code-infra] Use code-infra orb utils in circle ci (#47179) @brijeshb42
|
|
61
|
+
- [code-infra] Use `next/font` for local fonts (#47351) @Janpot
|
|
62
|
+
- [code-infra] New broken links checker (#47113) @Janpot
|
|
63
|
+
- [code-infra] Remove profiler (#47258) @Janpot
|
|
64
|
+
- [code-infra] Api doc optimizations (#47188) @Janpot
|
|
65
|
+
- [code-infra] Increase type check parallelism (#47192) @Janpot
|
|
66
|
+
- [code-infra] Remove deprecated baseUrl (#47210) @Janpot
|
|
67
|
+
- [code-infra] Disable next.js cache (#47233) @Janpot
|
|
68
|
+
- [code-infra] release:build for bundle checker (#47207) @Janpot
|
|
69
|
+
- [code-infra] Parallelize module augmentation tests (#47208) @Janpot
|
|
70
|
+
- [code-infra] Fix next.js parallelism at 2 for macos runner (#47201) @Janpot
|
|
71
|
+
- [code-infra] Fix bash escape (#46969) @oliviertassinari
|
|
72
|
+
- [code-infra] Utilise eslint cache in CI (#47194) @Janpot
|
|
73
|
+
- [code-infra] Enable Next.js build cache to improve CI performance (#47176) @Copilot
|
|
74
|
+
- [code-infra] Remove `apps` folder (#47183) @Janpot
|
|
75
|
+
- [code-infra] Migrate everything to getStaticProps (#47152) @Janpot
|
|
76
|
+
- [docs-infra] Migrate to `next/font` (#47347) @Janpot
|
|
77
|
+
- [docs-infra] Add some `ComponentLinkHeader` bottom margin (#47328) @Janpot
|
|
78
|
+
- [docs-infra] Exclude a few pages from llms-txt (#47111) @Janpot
|
|
79
|
+
- [examples] Add missing .gitignore to NextJS App Router example (#47251) @shamblonaut
|
|
80
|
+
- [examples] Migrate Next.js `next.config.js` to `next.config.mjs` (#44040) @albarv340
|
|
81
|
+
- [internal] Remove leftover testing-library libraries from `mui-material` package (#47392) @ZeeshanTamboli
|
|
82
|
+
- [internal] Remove unnecessary `clean-css` package from docs (#47314) @ZeeshanTamboli
|
|
83
|
+
- [internal] Fix typo `buidApiDocs` -> `buildApiDocs` (#47235) @Ad1tya-007
|
|
84
|
+
- [internal] Remove unused `@vitest/browser` and `@vitest/coverage-v8` (#47189) @ZeeshanTamboli
|
|
85
|
+
- [test] Update e2e test app (#47252) @Ad1tya-007
|
|
86
|
+
- [test] Fix flaky Virtualize Autocomplete regression test (#47199) @ZeeshanTamboli
|
|
87
|
+
|
|
88
|
+
All contributors of this release in alphabetical order: @Ad1tya-007, @akankshahu, @albarv340, @Aleksan4e3, @brijeshb42, @Copilot, @Fanzzzd, @Janpot, @JCQuintas, @kumarvishwajeettrivedi, @mapache-salvaje, @oliviertassinari, @pcorpet, @rifeplight, @rithik56, @rossdakin, @sai6855, @shamblonaut, @siriwatknp, @vrachuri28, @xBlizZer, @ZeeshanTamboli
|
|
89
|
+
|
|
90
|
+
## 7.3.5
|
|
91
|
+
|
|
92
|
+
<!-- generated comparing v7.3.4..master -->
|
|
93
|
+
|
|
94
|
+
_Nov 4, 2025_
|
|
95
|
+
|
|
96
|
+
A big thanks to the 11 contributors who made this release possible.
|
|
97
|
+
|
|
98
|
+
### `@mui/material@7.3.5`
|
|
99
|
+
|
|
100
|
+
- [Collapse] Add slots and slotProps props (#47168) @sai6855
|
|
101
|
+
- [l10n] Add missing Catalan (ca-ES) locale (#47156) @frncesc
|
|
102
|
+
- Fix regression on `theme.vars.shape` module augmentation (#47164) @siriwatknp
|
|
103
|
+
|
|
104
|
+
### `@mui/material-nextjs@7.3.5`
|
|
105
|
+
|
|
106
|
+
- Support Next.js 16 (#47134) @siriwatknp
|
|
107
|
+
|
|
108
|
+
### Docs
|
|
109
|
+
|
|
110
|
+
- [Autocomplete] Update virtualization example to use react-window v2 (#47054) @sai6855
|
|
111
|
+
- [autocomplete] Add note about unique key extraction for duplicate labels (#47010) @PossiblyAShrub
|
|
112
|
+
- [Snackbar] Fix typo in docs (#47038) @sai6855
|
|
113
|
+
- [Transition] Fix horizontal scroll in SimpleFade demo in mobile screens (#47169) @sai6855
|
|
114
|
+
- Replace deprecated `inputProps` with `slotProps.input` in checkbox demos (#47083) @CODEKRUNCH
|
|
115
|
+
|
|
116
|
+
### Core
|
|
117
|
+
|
|
118
|
+
- [code-infra] gitignore next-env.d.ts (#47167) @Janpot
|
|
119
|
+
- [code-infra] Migrate versions page to getStaticProps (#47151) @Janpot
|
|
120
|
+
- [code-infra] Fix breaking change for ci publish (#47147) @brijeshb42
|
|
121
|
+
- [code-infra] Remove React import requirement for jsx (#47146) @brijeshb42
|
|
122
|
+
- [code-infra] Update vitest usage detection in `@mui/internal-test-utils` (#47141) @bernardobelchior
|
|
123
|
+
- [code-infra] Setup eslint-plugin-compat (#47133) @brijeshb42
|
|
124
|
+
- [code-infra] Filter out @mui/joy and @mui/base from search results (#47076) @Janpot
|
|
125
|
+
- [code-infra] Fix hotfix instructions (#47015) @Janpot
|
|
126
|
+
- [code-infra] Disable pigment regression tests (#47045) @Janpot
|
|
127
|
+
- [code-infra] Fix moderate dependabot issue (#46946) @Janpot
|
|
128
|
+
- [code-infra] Enable testing-library eslint rules (#47074) @brijeshb42
|
|
129
|
+
- [code-infra] Lint json through eslint (#47056) @Janpot
|
|
130
|
+
- [code-infra] Support custom npm dist tags during release (#47021) @Janpot
|
|
131
|
+
- [code-infra] Remove tsconfig `baseUrl` (#47044) @Janpot
|
|
132
|
+
- [code-infra] Centralize stylelint (#46955) @Janpot
|
|
133
|
+
- [code-infra] Remove legacy feedback (#46981) @Janpot
|
|
134
|
+
- [code-infra] Remove repo build scripts (#47036) @brijeshb42
|
|
135
|
+
- [code-infra] Publish docs from upstream (#47018) @Janpot
|
|
136
|
+
- [code-infra] Migrate `lodash` to `es-toolkit` (#46974) @sukvvon
|
|
137
|
+
- [docs-infra] Do not escape pipes (`|`) inside code blocks (#47139) @ZeeshanTamboli
|
|
138
|
+
- [docs-infra] Fix broken link targets (#47104) @Janpot
|
|
139
|
+
- [docs-infra] Fix broken link for DOMRect docs (#47106) @Janpot
|
|
140
|
+
- [docs-infra] Use published netlify cache plugin package (#47071) @brijeshb42
|
|
141
|
+
- [examples] Remove Next.js text from React Router example (#47055) @HeinrichFilter
|
|
142
|
+
|
|
143
|
+
All contributors of this release in alphabetical order: @bernardobelchior, @brijeshb42, @CODEKRUNCH, @frncesc, @HeinrichFilter, @Janpot, @PossiblyAShrub, @sai6855, @siriwatknp, @sukvvon, @ZeeshanTamboli
|
|
144
|
+
|
|
3
145
|
## 7.3.4
|
|
4
146
|
|
|
5
147
|
<!-- 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;
|
|
@@ -25,8 +25,7 @@ var _MarkdownIcon, _ChatRounded, _BundleSizeIcon, _GitHubIcon, _W3CIcon, _Materi
|
|
|
25
25
|
const Root = (0, _styles.styled)('ul')(({
|
|
26
26
|
theme
|
|
27
27
|
}) => ({
|
|
28
|
-
margin: 0,
|
|
29
|
-
marginTop: theme.spacing(2),
|
|
28
|
+
margin: theme.spacing(2, 0),
|
|
30
29
|
padding: 0,
|
|
31
30
|
listStyle: 'none',
|
|
32
31
|
display: 'flex',
|
|
@@ -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/Ad.js
CHANGED
|
@@ -65,7 +65,7 @@ const inHouseAds = [{
|
|
|
65
65
|
description: 'Kickstart your application development with a ready-made theme.'
|
|
66
66
|
}, {
|
|
67
67
|
name: 'tidelift',
|
|
68
|
-
link: 'https://tidelift.com
|
|
68
|
+
link: 'https://tidelift.com/',
|
|
69
69
|
img: '/static/ads-in-house/tidelift.png',
|
|
70
70
|
descriptionHeader: 'MUI for enterprise',
|
|
71
71
|
description: 'Save time and reduce risk. Managed open source — backed by maintainers.'
|
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;
|