@mui/docs 6.0.0-beta.0 → 6.0.0-beta.2

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 CHANGED
@@ -1,5 +1,53 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## v6.0.0-beta.2
4
+
5
+ <!-- generated comparing v6.0.0-beta.1..next -->
6
+
7
+ _Jul 16, 2024_
8
+
9
+ ### `@mui/material@6.0.0-beta.2`
10
+
11
+ - &#8203;<!-- 1 -->[material] Add missing dependency (#42961) @mnajdova
12
+
13
+ ### Docs
14
+
15
+ - &#8203;<!-- 2 -->[docs] Move feedback from Canny to GitHub @oliviertassinari
16
+
17
+ All contributors of this release in alphabetical order: @mnajdova, @oliviertassinari
18
+
19
+ ## v6.0.0-beta.1
20
+
21
+ <!-- generated comparing v6.0.0-beta.0..next -->
22
+
23
+ _Jul 16, 2024_
24
+
25
+ A big thanks to the 6 contributors who made this release possible.
26
+
27
+ ### `@mui/material@6.0.0-beta.1`
28
+
29
+ - &#8203;<!-- 03 -->Remove dependency on @mui/base (#42907) @mnajdova
30
+ - &#8203;<!-- 02 -->Set material-pigment-css to public (#42912) @siriwatknp
31
+
32
+ ### `@mui/codemod@6.0.0-beta.1`
33
+
34
+ - &#8203;<!-- 10 -->Support sx conditional inside spread element (#42894) @siriwatknp
35
+
36
+ ### Docs
37
+
38
+ - &#8203;<!-- 07 -->Fix 301 link @oliviertassinari
39
+ - &#8203;<!-- 04 -->[material-ui] Add script to generate template screenshots (#42903) @siriwatknp
40
+
41
+ ### Core
42
+
43
+ - &#8203;<!-- 09 -->[core] Remove custom hooks from the `mui-name-matches-component-name` linting rule (#42773) @flaviendelangle
44
+ - &#8203;<!-- 08 -->[core] Normalize rest / other to match the most common used @oliviertassinari
45
+ - &#8203;<!-- 06 -->[docs-infra] Move Ads component to TS (#42842) @alexfauquette
46
+ - &#8203;<!-- 05 -->[docs-infra] Support code tabs overflow (#42913) @arminmeh
47
+ - &#8203;<!-- 01 -->[website] Sync /about page @oliviertassinari
48
+
49
+ All contributors of this release in alphabetical order: @alexfauquette, @arminmeh, @flaviendelangle, @mnajdova, @oliviertassinari, @siriwatknp
50
+
3
51
  ## v6.0.0-beta.0
4
52
 
5
53
  <!-- 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.0",
3
+ "version": "6.0.0-beta.2",
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.7",
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",