@mui/docs 6.3.0 → 6.3.1
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.styles.d.ts +4 -4
- package/CHANGELOG.md +36 -0
- package/package.json +2 -2
- package/tsconfig.build.tsbuildinfo +1 -1
package/Ad/ad.styles.d.ts
CHANGED
|
@@ -2080,7 +2080,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2080
2080
|
zIndex?: import("csstype").Property.ZIndex | readonly ((string & {}) | import("csstype").Globals | "auto")[] | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | undefined;
|
|
2081
2081
|
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ((string & {}) | import("csstype").Globals | "normal" | "reset")[] | undefined;
|
|
2082
2082
|
all?: import("csstype").Globals | readonly NonNullable<import("csstype").Globals | undefined>[] | readonly import("csstype").Globals[] | undefined;
|
|
2083
|
-
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("none" | (string & {}) | import("csstype").Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "
|
|
2083
|
+
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("reverse" | "none" | (string & {}) | import("csstype").Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
2084
2084
|
animationRange?: import("csstype").Property.AnimationRange<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.AnimationRange<string | number> | undefined>[] | undefined;
|
|
2085
2085
|
background?: import("csstype").Property.Background<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Background<string | number> | undefined>[] | undefined;
|
|
2086
2086
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BackgroundPosition<string | number> | undefined>[] | undefined;
|
|
@@ -2367,7 +2367,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2367
2367
|
WebkitUserModify?: import("csstype").Property.WebkitUserModify | readonly NonNullable<import("csstype").Property.WebkitUserModify | undefined>[] | readonly import("csstype").Property.WebkitUserModify[] | undefined;
|
|
2368
2368
|
WebkitUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect | undefined>[] | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
2369
2369
|
WebkitWritingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
2370
|
-
MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("none" | (string & {}) | import("csstype").Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "
|
|
2370
|
+
MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("reverse" | "none" | (string & {}) | import("csstype").Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
2371
2371
|
MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[] | undefined;
|
|
2372
2372
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.ColumnRule<string | number> | undefined>[] | undefined;
|
|
2373
2373
|
MozColumns?: import("csstype").Property.Columns<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.Columns<string | number> | undefined>[] | undefined;
|
|
@@ -2379,7 +2379,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2379
2379
|
msScrollSnapX?: import("csstype").Property.MsScrollSnapX | readonly string[] | readonly import("csstype").Property.MsScrollSnapX[] | undefined;
|
|
2380
2380
|
msScrollSnapY?: import("csstype").Property.MsScrollSnapY | readonly string[] | readonly import("csstype").Property.MsScrollSnapY[] | undefined;
|
|
2381
2381
|
msTransition?: import("csstype").Property.Transition<string & {}> | readonly string[] | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
2382
|
-
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("none" | (string & {}) | import("csstype").Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "
|
|
2382
|
+
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("reverse" | "none" | (string & {}) | import("csstype").Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
2383
2383
|
WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.WebkitBorderBefore<string | number> | undefined>[] | undefined;
|
|
2384
2384
|
WebkitBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage | undefined>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[] | undefined;
|
|
2385
2385
|
WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | readonly (string | (string & {}))[] | readonly NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | undefined;
|
|
@@ -2469,7 +2469,7 @@ export declare const adBodyInlineStyles: (theme: Theme) => {
|
|
|
2469
2469
|
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly string[] | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
2470
2470
|
MozUserInput?: import("csstype").Property.MozUserInput | readonly NonNullable<import("csstype").Property.MozUserInput | undefined>[] | readonly import("csstype").Property.MozUserInput[] | undefined;
|
|
2471
2471
|
msImeMode?: import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode | undefined>[] | readonly import("csstype").Property.ImeMode[] | undefined;
|
|
2472
|
-
OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("none" | (string & {}) | import("csstype").Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "
|
|
2472
|
+
OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ("reverse" | "none" | (string & {}) | import("csstype").Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
2473
2473
|
OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
2474
2474
|
OAnimationDirection?: import("csstype").Property.AnimationDirection | readonly string[] | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
2475
2475
|
OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | readonly string[] | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 6.3.1
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.3.0..master -->
|
|
6
|
+
|
|
7
|
+
_Jan 3, 2025_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 8 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@6.3.1`
|
|
12
|
+
|
|
13
|
+
- [Autocomplete] Revert: Fix options list rendering in freeSolo mode (#44858) @ZeeshanTamboli
|
|
14
|
+
- [Tooltip] Warn instead of error when trigger is disabled (#44846) @yash49
|
|
15
|
+
- [TableSortLabel] Add slots and slotProps (#44728) @sai6855
|
|
16
|
+
- [Select] Deprecate composed classes (#44925) @sai6855
|
|
17
|
+
|
|
18
|
+
### Docs
|
|
19
|
+
|
|
20
|
+
- [material-ui][Accordion] Update `Anatomy` section in Accordion docs (#44849) @ZeeshanTamboli
|
|
21
|
+
- [material-ui][CardActionArea] Added demo in docs of cards for adding props to CardActionArea (#44789) @siddhantantil39
|
|
22
|
+
- [material-ui][Grid2] Add interactive demo for Grid v2 (#44820) @yash49
|
|
23
|
+
- [material-ui][Select] Update docs to reflect the omission of placeholder prop (#44856) @adityaparab
|
|
24
|
+
- [joy-ui] Fix Color mode button on Theme builder (#44864) @komkanit
|
|
25
|
+
- Fix 301 redirections @oliviertassinari
|
|
26
|
+
|
|
27
|
+
### Core
|
|
28
|
+
|
|
29
|
+
- [examples] Update Next.js examples Next.js and React versions (#44852) @DiegoAndai
|
|
30
|
+
- [code-infra] Prevent wrong nested imports in Base UI (#44426) @oliviertassinari
|
|
31
|
+
- [docs-infra] Add vale coverage for App Router and Page Router (060c55c) @oliviertassinari
|
|
32
|
+
- Sync with other repos (1b9300f) @oliviertassinari
|
|
33
|
+
- Fix docs:build to work in docs folder too (6b923a4) @oliviertassinari
|
|
34
|
+
- Setup React 18 CI tests (#44868) @DiegoAndai
|
|
35
|
+
- Update test to use public API (#44875) @oliviertassinari
|
|
36
|
+
|
|
37
|
+
All contributors of this release in alphabetical order: @adityaparab, @DiegoAndai, @komkanit, @oliviertassinari, @sai6855, @siddhantantil39, @yash49, @ZeeshanTamboli
|
|
38
|
+
|
|
3
39
|
## 6.3.0
|
|
4
40
|
|
|
5
41
|
<!-- generated comparing v6.2.1..master -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/docs",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.1",
|
|
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.
|
|
31
|
+
"@mui/internal-markdown": "^1.0.24"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@mui/base": "*",
|