@mui/docs 6.1.8 → 6.1.10

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.js CHANGED
@@ -219,7 +219,6 @@ export function Ad() {
219
219
  "data-ga-event-category": "ad",
220
220
  "data-ga-event-action": "click",
221
221
  "data-ga-event-label": eventLabel,
222
- className: "Ad-root",
223
222
  children: /*#__PURE__*/_jsx(AdErrorBoundary, {
224
223
  eventLabel: eventLabel,
225
224
  children: children
package/CHANGELOG.md CHANGED
@@ -1,5 +1,100 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 6.1.10
4
+
5
+ <!-- generated comparing v6.1.9..master -->
6
+
7
+ _Dec 3, 2024_
8
+
9
+ A big thanks to the 10 contributors who made this release possible.
10
+
11
+ ### `@mui/material@6.1.10`
12
+
13
+ - [Avatar] Fix `slotProps.img` not spread to hook (#44536) @siriwatknp
14
+ - [FilledInput] Use `slotProps` instead of `componentsProps` (#44552) @siriwatknp
15
+ - [Grid2] Fix theme scoping error (#44599) @siriwatknp
16
+ - [Grid2] Add container styles from styleOverrides (#44598) @sai6855
17
+ - Skip `tonalOffset` from setting color channel (#44585) @siriwatknp
18
+ - Remove few more React.ReactElement<any> types (#44290) @sai6855
19
+ - [Tabs] Fix `ScrollbarSize` ref being overriden (#44593) @DiegoAndai
20
+ - [Select][TextField] Fix screen reader from saying `&ZeroWidthSpace` (#44631) @arishoham
21
+
22
+ ### `@mui/system@6.1.10`
23
+
24
+ - [ThemeProvider] Optimize `theme` changes when enabling CSS theme variables (#44588) @siriwatknp
25
+
26
+ ### Docs
27
+
28
+ - Notification for the MUI X v8 alpha zero announcement blog post (#44629) @joserodolfofreitas
29
+ - Bump React Router to ^7.0.1 (#44531) @oliviertassinari
30
+ - [material-ui] Replace testid with id in migration guide (#44636) @sai6855
31
+ - [material-ui][TextField] Update usage of `InputLabelProps` in docs (#44634) @sai6855
32
+ - [material-ui][ListItem] Add missing diffs in migration guide (#44638) @sai6855
33
+ - [examples] Use Next.js 14 on examples (#44486) @DiegoAndai
34
+ - Update links and sidebar nav for Base UI components in Material UI (#44581) @samuelsycamore
35
+
36
+ ### Core
37
+
38
+ - Remove `getSlotOwnerState` from `useSlot` util (#44403) @ZeeshanTamboli
39
+ - Extract useRippleHandler outside of ButtonBase (#44591) @albarv340
40
+ - Update eslint config (#44586) @MBilalShafi
41
+ - [core-infra] Remove useless fragments (#44516) @oliviertassinari
42
+ - [docs-infra] Fix Banner CLS (#44632) @oliviertassinari
43
+ - [docs-infra] Change CSS vars generation to be extracted from Enum (#44587) @mnajdova
44
+ - [docs-infra] Automatically hide Black Friday banner (#44630) @oliviertassinari
45
+ - [docs-infra] Fix TOC RTL padding regression (#44535) @oliviertassinari
46
+ - [test-utils] Remove leftover React.ReactElement<any> from describeConformance.tsx (#44639) @sai6855
47
+
48
+ All contributors of this release in alphabetical order: @albarv340, @arishoham, @DiegoAndai, @joserodolfofreitas, @MBilalShafi, @mnajdova, @oliviertassinari, @renovate[bot], @sai6855, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
49
+
50
+ ## 6.1.9
51
+
52
+ <!-- generated comparing v6.1.8..master -->
53
+
54
+ _Nov 27, 2024_
55
+
56
+ A big thanks to the 8 contributors who made this release possible.
57
+
58
+ ### `@mui/material@6.1.9`
59
+
60
+ - [Select] Omit `placeholder` from props (#44502) @Juneezee
61
+ - [Grid2] Add container class to `Grid2Classes` (#44562) @sai6855
62
+
63
+ ### `@mui/system@6.1.9`
64
+
65
+ - Add ThemeProvider `noSsr` to prevent double rendering (#44451) @siriwatknp
66
+
67
+ ### `@mui/codemod@6.1.9`
68
+
69
+ - [codemod] Fix handling of computed `paragraph` props (#44195) @joshkel
70
+
71
+ ### `@mui/material-pigment-css@6.1.9`
72
+
73
+ - Make @pigment-css/react as peer dependency (#44498) @brijeshb42
74
+
75
+ ### Docs
76
+
77
+ - [material-ui] Add missing required dependencies in dashboard template README (#44476) @mesqueeb
78
+ - [material-ui] Add missing Roboto import to Next.js integration docs (#44462) @StaceyD22
79
+ - [material-ui][Dialog] Fix padding in SimpleDialog demo (#44467) @oliviertassinari
80
+ - Fix template page issues (#44466) @oliviertassinari
81
+ - [examples] Add dark mode example for Material UI + Pigment CSS (#44480) @mnajdova
82
+
83
+ ### Core
84
+
85
+ - Remove TODO line in the changelog (#44484) @mnajdova
86
+ - Polish image display (418e888) @oliviertassinari
87
+ - [core-infra] Add no-relative-packages (#44489) @oliviertassinari
88
+ - [docs-infra] Support CSS variables API info (#44559) @mnajdova
89
+ - [docs-infra] Fix display when ad-block triggers (#44567) @oliviertassinari
90
+ - [docs-infra] Improve locator finding using visible option (#44541) @siriwatknp
91
+ - [docs-infra] Correctly flatten the pages tree (#44514) @oliviertassinari
92
+ - [docs-infra] Fix Sponsor design regression (#44515) @oliviertassinari
93
+ - [test] Remove React.ReactElement<any> from describeConformance.tsx (#44318) @sai6855
94
+ - [test] Do not enforce the presence of `ownerState.className` in `describeConformance` (#44479) @flaviendelangle
95
+
96
+ All contributors of this release in alphabetical order: @brijeshb42, @flaviendelangle, @joshkel, @Juneezee, @mesqueeb, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @StaceyD22
97
+
3
98
  ## v6.1.8
4
99
 
5
100
  <!-- generated comparing v6.1.7..master -->
@@ -8,8 +103,6 @@ _Nov 20, 2024_
8
103
 
9
104
  A big thanks to the 10 contributors who made this release possible.
10
105
 
11
- TODO INSERT HIGHLIGHTS
12
-
13
106
  ### `@mui/material@6.1.8`
14
107
 
15
108
  - [Autocomplete] Use `ul` element for the listbox (#44422) @DiegoAndai
@@ -13,8 +13,11 @@ import W3CIcon from "../svgIcons/W3CIcon.js";
13
13
  import MaterialDesignIcon from "../svgIcons/MaterialDesignIcon.js";
14
14
  import { useTranslate } from "../i18n/index.js";
15
15
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
16
- const Root = styled('ul')({
16
+ const Root = styled('ul')(({
17
+ theme
18
+ }) => ({
17
19
  margin: 0,
20
+ marginTop: theme.spacing(2),
18
21
  padding: 0,
19
22
  listStyle: 'none',
20
23
  display: 'flex',
@@ -32,7 +35,7 @@ const Root = styled('ul')({
32
35
  fontSize: 14
33
36
  }
34
37
  }
35
- });
38
+ }));
36
39
  const defaultPackageNames = {
37
40
  'material-ui': '@mui/material',
38
41
  'joy-ui': '@mui/joy',
@@ -140,7 +140,7 @@ const Root = styled('div')(({
140
140
  // Allows to remove link arrows for images
141
141
  display: 'none'
142
142
  },
143
- '& .Ad-root a::after': {
143
+ '& .ad.description a::after': {
144
144
  // Remove link arrow for ads
145
145
  display: 'none'
146
146
  },
package/node/Ad/Ad.js CHANGED
@@ -228,7 +228,6 @@ function Ad() {
228
228
  "data-ga-event-category": "ad",
229
229
  "data-ga-event-action": "click",
230
230
  "data-ga-event-label": eventLabel,
231
- className: "Ad-root",
232
231
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)(AdErrorBoundary, {
233
232
  eventLabel: eventLabel,
234
233
  children: children
@@ -21,8 +21,11 @@ var _MaterialDesignIcon2 = _interopRequireDefault(require("../svgIcons/MaterialD
21
21
  var _i18n = require("../i18n");
22
22
  var _jsxRuntime = require("react/jsx-runtime");
23
23
  var _ChatRounded, _BundleSizeIcon, _GitHubIcon, _W3CIcon, _MaterialDesignIcon, _li, _React$Fragment;
24
- const Root = (0, _styles.styled)('ul')({
24
+ const Root = (0, _styles.styled)('ul')(({
25
+ theme
26
+ }) => ({
25
27
  margin: 0,
28
+ marginTop: theme.spacing(2),
26
29
  padding: 0,
27
30
  listStyle: 'none',
28
31
  display: 'flex',
@@ -40,7 +43,7 @@ const Root = (0, _styles.styled)('ul')({
40
43
  fontSize: 14
41
44
  }
42
45
  }
43
- });
46
+ }));
44
47
  const defaultPackageNames = {
45
48
  'material-ui': '@mui/material',
46
49
  'joy-ui': '@mui/joy',
@@ -148,7 +148,7 @@ const Root = (0, _styles.styled)('div')(({
148
148
  // Allows to remove link arrows for images
149
149
  display: 'none'
150
150
  },
151
- '& .Ad-root a::after': {
151
+ '& .ad.description a::after': {
152
152
  // Remove link arrow for ads
153
153
  display: 'none'
154
154
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/docs",
3
- "version": "6.1.8",
3
+ "version": "6.1.10",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "MUI Docs - Documentation building blocks.",
@@ -28,7 +28,7 @@
28
28
  "clsx": "^2.1.1",
29
29
  "nprogress": "^0.2.0",
30
30
  "prop-types": "^15.8.1",
31
- "@mui/internal-markdown": "^1.0.20"
31
+ "@mui/internal-markdown": "^1.0.22"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@mui/base": "*",