@mui/docs 6.0.0-beta.0 → 6.0.0-beta.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/CHANGELOG.md +32 -0
- package/HighlightedCodeWithTabs/HighlightedCodeWithTabs.js +2 -0
- package/node/HighlightedCodeWithTabs/HighlightedCodeWithTabs.js +2 -0
- package/node/translations/translations.json +1 -0
- package/package.json +2 -2
- package/translations/translations.json +1 -0
- package/tsconfig.build.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v6.0.0-beta.1
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.0.0-beta.0..next -->
|
|
6
|
+
|
|
7
|
+
_Jul 16, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 6 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@6.0.0-beta.1`
|
|
12
|
+
|
|
13
|
+
- ​<!-- 03 -->Remove dependency on @mui/base (#42907) @mnajdova
|
|
14
|
+
- ​<!-- 02 -->Set material-pigment-css to public (#42912) @siriwatknp
|
|
15
|
+
|
|
16
|
+
### `@mui/codemod@6.0.0-beta.1`
|
|
17
|
+
|
|
18
|
+
- ​<!-- 10 -->Support sx conditional inside spread element (#42894) @siriwatknp
|
|
19
|
+
|
|
20
|
+
### Docs
|
|
21
|
+
|
|
22
|
+
- ​<!-- 07 -->Fix 301 link @oliviertassinari
|
|
23
|
+
- ​<!-- 04 -->[material-ui] Add script to generate template screenshots (#42903) @siriwatknp
|
|
24
|
+
|
|
25
|
+
### Core
|
|
26
|
+
|
|
27
|
+
- ​<!-- 09 -->[core] Remove custom hooks from the `mui-name-matches-component-name` linting rule (#42773) @flaviendelangle
|
|
28
|
+
- ​<!-- 08 -->[core] Normalize rest / other to match the most common used @oliviertassinari
|
|
29
|
+
- ​<!-- 06 -->[docs-infra] Move Ads component to TS (#42842) @alexfauquette
|
|
30
|
+
- ​<!-- 05 -->[docs-infra] Support code tabs overflow (#42913) @arminmeh
|
|
31
|
+
- ​<!-- 01 -->[website] Sync /about page @oliviertassinari
|
|
32
|
+
|
|
33
|
+
All contributors of this release in alphabetical order: @alexfauquette, @arminmeh, @flaviendelangle, @mnajdova, @oliviertassinari, @siriwatknp
|
|
34
|
+
|
|
3
35
|
## v6.0.0-beta.0
|
|
4
36
|
|
|
5
37
|
<!-- generated comparing v6.0.0-alpha.14..next -->
|
|
@@ -14,6 +14,7 @@ export const CodeTabList = styled(TabsListBase)(({
|
|
|
14
14
|
gap: theme.spacing(0.5),
|
|
15
15
|
borderLeft: '1px solid',
|
|
16
16
|
borderRight: '1px solid',
|
|
17
|
+
overflowX: 'auto',
|
|
17
18
|
...theme.applyDarkStyles({
|
|
18
19
|
backgroundColor: alpha(theme.palette.primaryDark[800], 0.2)
|
|
19
20
|
}),
|
|
@@ -284,6 +285,7 @@ export const CodeTab = styled(TabBase)(({
|
|
|
284
285
|
}
|
|
285
286
|
}],
|
|
286
287
|
...theme.unstable_sx({
|
|
288
|
+
flex: '0 0 auto',
|
|
287
289
|
height: 26,
|
|
288
290
|
p: '2px 8px',
|
|
289
291
|
bgcolor: 'transparent',
|
|
@@ -24,6 +24,7 @@ const CodeTabList = exports.CodeTabList = (0, _styles.styled)(_TabsList.TabsList
|
|
|
24
24
|
gap: theme.spacing(0.5),
|
|
25
25
|
borderLeft: '1px solid',
|
|
26
26
|
borderRight: '1px solid',
|
|
27
|
+
overflowX: 'auto',
|
|
27
28
|
...theme.applyDarkStyles({
|
|
28
29
|
backgroundColor: (0, _styles.alpha)(theme.palette.primaryDark[800], 0.2)
|
|
29
30
|
}),
|
|
@@ -294,6 +295,7 @@ const CodeTab = exports.CodeTab = (0, _styles.styled)(_Tab.Tab)(({
|
|
|
294
295
|
}
|
|
295
296
|
}],
|
|
296
297
|
...theme.unstable_sx({
|
|
298
|
+
flex: '0 0 auto',
|
|
297
299
|
height: 26,
|
|
298
300
|
p: '2px 8px',
|
|
299
301
|
bgcolor: 'transparent',
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"adblock": "If you don't mind tech-related ads (no tracking or remarketing), and want to keep us running, please whitelist us in your blocker.",
|
|
3
|
+
"adPublisher": "ad by {{publisher}}",
|
|
3
4
|
"api-docs": {
|
|
4
5
|
"componentName": "Component name",
|
|
5
6
|
"componentsApi": "Components API",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/docs",
|
|
3
|
-
"version": "6.0.0-beta.
|
|
3
|
+
"version": "6.0.0-beta.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "MUI Docs - Documentation building blocks.",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"homepage": "https://github.com/mui/material-ui/tree/master/packages/mui-docs",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@babel/runtime": "^7.24.
|
|
26
|
+
"@babel/runtime": "^7.24.8",
|
|
27
27
|
"clipboard-copy": "^4.0.1",
|
|
28
28
|
"clsx": "^2.1.1",
|
|
29
29
|
"nprogress": "^0.2.0",
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"adblock": "If you don't mind tech-related ads (no tracking or remarketing), and want to keep us running, please whitelist us in your blocker.",
|
|
3
|
+
"adPublisher": "ad by {{publisher}}",
|
|
3
4
|
"api-docs": {
|
|
4
5
|
"componentName": "Component name",
|
|
5
6
|
"componentsApi": "Components API",
|