@mui/docs 6.0.0-alpha.1 → 6.0.0-alpha.3
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 +114 -2
- package/InfoCard/InfoCard.js +3 -3
- package/branding/brandingTheme.js +4 -4
- package/node/InfoCard/InfoCard.js +3 -3
- package/node/branding/brandingTheme.js +4 -4
- package/package.json +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/legacy/DocsProvider/DocsProvider.js +0 -25
- package/legacy/DocsProvider/index.js +0 -1
- package/legacy/InfoCard/InfoCard.js +0 -86
- package/legacy/InfoCard/index.js +0 -1
- package/legacy/Link/Link.js +0 -101
- package/legacy/Link/index.js +0 -1
- package/legacy/NProgressBar/NProgressBar.js +0 -80
- package/legacy/NProgressBar/index.js +0 -1
- package/legacy/branding/BrandingProvider.js +0 -17
- package/legacy/branding/brandingTheme.js +0 -1168
- package/legacy/branding/index.js +0 -2
- package/legacy/i18n/i18n.js +0 -105
- package/legacy/i18n/index.js +0 -1
- package/legacy/svgIcons/FileDownload.js +0 -14
- package/legacy/svgIcons/JavaScript.js +0 -14
- package/legacy/svgIcons/TypeScript.js +0 -14
- package/legacy/translations/index.js +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,117 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v6.0.0-alpha.3
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.0.0-alpha.2..next -->
|
|
6
|
+
|
|
7
|
+
_Apr 17, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🔥 Converted 5 more Material UI components to use Pigment CSS.
|
|
12
|
+
- 🚀 Added container queries utility to the `@mui/system` package (#41674) @siriwatknp.
|
|
13
|
+
|
|
14
|
+
### `@mui/material@6.0.0-alpha.3`
|
|
15
|
+
|
|
16
|
+
- Convert `LinearProgress` to support Pigment CSS (#41816) @siriwatknp
|
|
17
|
+
- [Dialog] Prevent onClick on the root element from being overwritten (#41881) @ryanburr
|
|
18
|
+
- [FloatingActionButton] Convert to support CSS extraction (#41851) @gijsbotje
|
|
19
|
+
- Convert `CircularProgress` to support Pigment CSS (#41776) @siriwatknp
|
|
20
|
+
- [PaginationItem] Convert to support CSS extraction (#41848) @gijsbotje
|
|
21
|
+
- [StepConnector] deprecate composed classes (#41740) @sai6855
|
|
22
|
+
- [StepLabel] Deprecate `StepIconComponent`, `StepIconProps` (#41835) @sai6855
|
|
23
|
+
- [ToggleButton] Convert to support CSS extraction (#41782) @lhilgert9
|
|
24
|
+
- [ToggleButtonGroup] Deprecate composed classes (#41288) @sai6855
|
|
25
|
+
- [Typography] Fix Typography inherit variant styles (#41308) @kealjones-wk
|
|
26
|
+
|
|
27
|
+
### `@mui/system@6.0.0-alpha.3`
|
|
28
|
+
|
|
29
|
+
- Add container queries utility (#41674) @siriwatknp
|
|
30
|
+
|
|
31
|
+
### `@mui/codemod@6.0.0-alpha.3`
|
|
32
|
+
|
|
33
|
+
- Add styled v6 transformation (#41743) @siriwatknp
|
|
34
|
+
|
|
35
|
+
### `@mui/joy@5.0.0-beta.36`
|
|
36
|
+
|
|
37
|
+
- [Button] Disable text highlighting (#41902) @mithun522
|
|
38
|
+
|
|
39
|
+
### `@pigment-css/react@0.0.7`
|
|
40
|
+
|
|
41
|
+
- Patch WyW's WeakRef usage (#41909) @DiegoAndai
|
|
42
|
+
- Implement sx transform for system components (#41861) @brijeshb42
|
|
43
|
+
|
|
44
|
+
### Docs
|
|
45
|
+
|
|
46
|
+
- [material-ui] Add Connect-related content (#40848) @danilo-leal
|
|
47
|
+
- [material-ui] Fix credit comment typo (#41872) @aarongarciah
|
|
48
|
+
- [material-ui] Remove Data Grid v7 beta callout (#41839) @cherniavskii
|
|
49
|
+
- [material-ui] Add stray design tweaks to free templates (#41696) @zanivan
|
|
50
|
+
- [material-ui] Simplify components styling on templates (#41845) @zanivan
|
|
51
|
+
- [material-ui][Button] Add `onChange` event handler to file upload example (#41863) @aarongarciah
|
|
52
|
+
- [material-ui] Fix import statement in migration guide (#41852) @sai6855
|
|
53
|
+
- Fix 301 redirection @oliviertassinari
|
|
54
|
+
- Fix format git diff regression (#41882) @oliviertassinari
|
|
55
|
+
- Fix small SEO issues @oliviertassinari
|
|
56
|
+
- [pigment-css] Fix README typos (#41870) @MohammadShehadeh
|
|
57
|
+
|
|
58
|
+
### Core
|
|
59
|
+
|
|
60
|
+
- Begin removing IE 11-related code (#41709) @iammminzzy
|
|
61
|
+
- [blog] Add post to introduce the Connect plugin (#41763) @danilo-leal
|
|
62
|
+
- [code-infra] Fix require.context with aliases (#41682) @Janpot
|
|
63
|
+
- [code-infra] Allow customizing hooks imports in API docs generator (#41828) @michaldudak
|
|
64
|
+
- [codemod] Add utils for `*Component` and `*Props` props deprecations (#41685) @DiegoAndai
|
|
65
|
+
- Replace bundle size reporter filter (#38979) @Janpot
|
|
66
|
+
- [docs-infra] Make the whole header clickable (#39603) @MoazMirza-13
|
|
67
|
+
- [docs-infra] Improve demo container and related components design (#41827) @danilo-leal
|
|
68
|
+
- [docs-infra] Use edge function for card generation (#41188) (#41836) @alexfauquette
|
|
69
|
+
- [docs-infra] Fix code block layout shift (#41917) @oliviertassinari
|
|
70
|
+
- [docs-infra] Fine-tune the OG card image design (#41862) @danilo-leal
|
|
71
|
+
- [docs-infra] Fix markdown version for material (#41908) @alexfauquette
|
|
72
|
+
- [docs-infra] Support multiple tabs in demos (#40901) @bharatkashyap
|
|
73
|
+
|
|
74
|
+
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @bharatkashyap, @brijeshb42, @cherniavskii, @danilo-leal, @DiegoAndai, @EyaOuenniche, @gijsbotje, @iammminzzy, @Janpot, @kealjones-wk, @lhilgert9, @magnimarels, @michaldudak, @mithun522, @mnajdova, @MoazMirza-13, @MohammadShehadeh, @oliviertassinari, @ryanburr, @sai6855, @siriwatknp, @zanivan
|
|
75
|
+
|
|
76
|
+
## v6.0.0-alpha.2
|
|
77
|
+
|
|
78
|
+
<!-- generated comparing v6.0.0-alpha.1..next -->
|
|
79
|
+
|
|
80
|
+
_Apr 9, 2024_
|
|
81
|
+
|
|
82
|
+
A big thanks to the 5 contributors who made this release possible.
|
|
83
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
84
|
+
|
|
85
|
+
### `@mui/material@6.0.0-alpha.2`
|
|
86
|
+
|
|
87
|
+
- ​<!-- 03 -->[typescript][Select] Fix `muiName` property TypeScript error (#41726) @EyaOuenniche
|
|
88
|
+
- ​<!-- 04 -->[l10n] Fix typo in is-IS locale (#41810) @magnimarels
|
|
89
|
+
|
|
90
|
+
### `@pigment-css/react@0.0.6`
|
|
91
|
+
|
|
92
|
+
- ​<!-- 12 -->[core] Remove `muiName` during eval phase (#41811) @brijeshb42
|
|
93
|
+
|
|
94
|
+
### `@pigment-css/nextjs-plugin@0.0.6`
|
|
95
|
+
|
|
96
|
+
- ​<!-- 02 -->[nextjs] Handle file references passed through imports (#41817) @brijeshb42
|
|
97
|
+
- ​<!-- 01 -->[nextjs] Allow usage of url() CSS function (#41758) @brijeshb42
|
|
98
|
+
|
|
99
|
+
### Docs
|
|
100
|
+
|
|
101
|
+
- ​<!-- 11 -->[docs] Fix 301 links @oliviertassinari
|
|
102
|
+
- ​<!-- 06 -->[pigment-css][docs] Fix README typo (#41808) @aarongarciah
|
|
103
|
+
- ​<!-- 05 -->[pigment-css][docs] Fix output on dynamic styles example (#41805) @aarongarciah
|
|
104
|
+
- ​<!-- 07 -->[material-ui][docs] Fix Material 3 message typo (#41821) @aarongarciah
|
|
105
|
+
- ​<!-- 08 -->[material-ui][docs] Add stray design tweaks to free templates (#41696) @zanivan
|
|
106
|
+
|
|
107
|
+
### Core
|
|
108
|
+
|
|
109
|
+
- ​<!-- 13 -->[core] Remove unused files (#41818) @mnajdova
|
|
110
|
+
- ​<!-- 10 -->[docs-infra] Fix analytics about inline ads (#41474) (#41819) @alexfauquette
|
|
111
|
+
- ​<!-- 08 -->[docs-infra] Fix drawer performances (#41807) @alexfauquette
|
|
112
|
+
|
|
113
|
+
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @brijeshb42, @EyaOuenniche, @oliviertassinari
|
|
114
|
+
|
|
3
115
|
## v6.0.0-alpha.1
|
|
4
116
|
|
|
5
117
|
<!-- generated comparing v6.0.0-alpha.0..next -->
|
|
@@ -8128,7 +8240,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
8128
8240
|
|
|
8129
8241
|
<a href="https://mui.com/components/tables/#unstyled-table"><img width="800" alt="unstyled table" src="https://user-images.githubusercontent.com/4512430/144862194-584356ef-7d9d-462c-a631-186a7e716193.png"></a>
|
|
8130
8242
|
|
|
8131
|
-
You can follow our progress with unstyled components at https://github.com/mui/
|
|
8243
|
+
You can follow our progress with unstyled components at https://github.com/mui/base-ui/issues/10.
|
|
8132
8244
|
|
|
8133
8245
|
- 🎉 We have added an example of how to use MUI with [Remix](https://remix.run/) (#29952) @mnajdova
|
|
8134
8246
|
|
|
@@ -9598,7 +9710,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
9598
9710
|
|
|
9599
9711
|
<a href="https://mui.com/components/switches/#unstyled"><img width="832" alt="switch" src="https://user-images.githubusercontent.com/3165635/125192249-236f8a80-e247-11eb-9df9-17d476379a32.png"></a>
|
|
9600
9712
|
|
|
9601
|
-
You can follow our progress at https://github.com/mui/
|
|
9713
|
+
You can follow our progress at https://github.com/mui/base-ui/issues/10.
|
|
9602
9714
|
|
|
9603
9715
|
- 💄 We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
|
|
9604
9716
|
You can find the new [default values](https://mui.com/material-ui/customization/palette/#default-values) in the documentation.
|
package/InfoCard/InfoCard.js
CHANGED
|
@@ -23,11 +23,11 @@ export function GlowingIconContainer({
|
|
|
23
23
|
border: '1px solid',
|
|
24
24
|
borderColor: 'primary.200',
|
|
25
25
|
bgcolor: 'primary.50',
|
|
26
|
-
boxShadow: `0px
|
|
26
|
+
boxShadow: `0px 0 0 2px ${alpha(theme.palette.primary[500], 0.1)}, 0px 2px 12px 0px rgba(234, 237, 241, 0.3) inset`
|
|
27
27
|
}, theme.applyDarkStyles({
|
|
28
28
|
borderColor: alpha(theme.palette.primary[400], 0.25),
|
|
29
|
-
bgcolor: alpha(theme.palette.primary[900], 0.
|
|
30
|
-
boxShadow: `0
|
|
29
|
+
bgcolor: alpha(theme.palette.primary[900], 0.4),
|
|
30
|
+
boxShadow: `0 0 0 2px ${alpha(theme.palette.primary[600], 0.1)}, 0px 2px 12px 0px rgba(0, 0, 0, 0.25) inset`
|
|
31
31
|
})),
|
|
32
32
|
children: icon
|
|
33
33
|
});
|
|
@@ -708,7 +708,7 @@ export function getThemedComponents() {
|
|
|
708
708
|
}) => _extends({
|
|
709
709
|
borderColor: (theme.vars || theme).palette.grey[100]
|
|
710
710
|
}, theme.applyDarkStyles({
|
|
711
|
-
borderColor: alpha(theme.palette.primaryDark[
|
|
711
|
+
borderColor: alpha(theme.palette.primaryDark[500], 0.3)
|
|
712
712
|
}))
|
|
713
713
|
}
|
|
714
714
|
},
|
|
@@ -791,7 +791,7 @@ export function getThemedComponents() {
|
|
|
791
791
|
borderColor: (theme.vars || theme).palette.primaryDark[600]
|
|
792
792
|
})), variant === 'outlined' && color === 'primary' && _extends({
|
|
793
793
|
borderColor: (theme.vars || theme).palette.primary[100],
|
|
794
|
-
backgroundColor: (theme.
|
|
794
|
+
backgroundColor: alpha(theme.palette.primary[100], 0.2)
|
|
795
795
|
}, theme.applyDarkStyles({
|
|
796
796
|
color: (theme.vars || theme).palette.primary[300],
|
|
797
797
|
borderColor: alpha(theme.palette.primary[500], 0.2),
|
|
@@ -1025,7 +1025,7 @@ export function getThemedComponents() {
|
|
|
1025
1025
|
}, {
|
|
1026
1026
|
'&.Mui-selected': {
|
|
1027
1027
|
color: (theme.vars || theme).palette.primary[700],
|
|
1028
|
-
borderColor: `${(theme.vars || theme).palette.primary[
|
|
1028
|
+
borderColor: `${(theme.vars || theme).palette.primary[200]} !important`,
|
|
1029
1029
|
backgroundColor: (theme.vars || theme).palette.primary[50],
|
|
1030
1030
|
'&:hover': {
|
|
1031
1031
|
backgroundColor: (theme.vars || theme).palette.primary[100]
|
|
@@ -1038,7 +1038,7 @@ export function getThemedComponents() {
|
|
|
1038
1038
|
},
|
|
1039
1039
|
'&.Mui-selected': {
|
|
1040
1040
|
color: (theme.vars || theme).palette.primary[200],
|
|
1041
|
-
borderColor: `${(theme.vars || theme).palette.primary[
|
|
1041
|
+
borderColor: `${(theme.vars || theme).palette.primary[800]} !important`,
|
|
1042
1042
|
backgroundColor: alpha(theme.palette.primary[900], 0.4),
|
|
1043
1043
|
'&:hover': {
|
|
1044
1044
|
backgroundColor: alpha(theme.palette.primary[900], 0.8),
|
|
@@ -33,11 +33,11 @@ function GlowingIconContainer({
|
|
|
33
33
|
border: '1px solid',
|
|
34
34
|
borderColor: 'primary.200',
|
|
35
35
|
bgcolor: 'primary.50',
|
|
36
|
-
boxShadow: `0px
|
|
36
|
+
boxShadow: `0px 0 0 2px ${(0, _styles.alpha)(theme.palette.primary[500], 0.1)}, 0px 2px 12px 0px rgba(234, 237, 241, 0.3) inset`
|
|
37
37
|
}, theme.applyDarkStyles({
|
|
38
38
|
borderColor: (0, _styles.alpha)(theme.palette.primary[400], 0.25),
|
|
39
|
-
bgcolor: (0, _styles.alpha)(theme.palette.primary[900], 0.
|
|
40
|
-
boxShadow: `0
|
|
39
|
+
bgcolor: (0, _styles.alpha)(theme.palette.primary[900], 0.4),
|
|
40
|
+
boxShadow: `0 0 0 2px ${(0, _styles.alpha)(theme.palette.primary[600], 0.1)}, 0px 2px 12px 0px rgba(0, 0, 0, 0.25) inset`
|
|
41
41
|
})),
|
|
42
42
|
children: icon
|
|
43
43
|
});
|
|
@@ -719,7 +719,7 @@ function getThemedComponents() {
|
|
|
719
719
|
}) => (0, _extends2.default)({
|
|
720
720
|
borderColor: (theme.vars || theme).palette.grey[100]
|
|
721
721
|
}, theme.applyDarkStyles({
|
|
722
|
-
borderColor: (0, _styles.alpha)(theme.palette.primaryDark[
|
|
722
|
+
borderColor: (0, _styles.alpha)(theme.palette.primaryDark[500], 0.3)
|
|
723
723
|
}))
|
|
724
724
|
}
|
|
725
725
|
},
|
|
@@ -802,7 +802,7 @@ function getThemedComponents() {
|
|
|
802
802
|
borderColor: (theme.vars || theme).palette.primaryDark[600]
|
|
803
803
|
})), variant === 'outlined' && color === 'primary' && (0, _extends2.default)({
|
|
804
804
|
borderColor: (theme.vars || theme).palette.primary[100],
|
|
805
|
-
backgroundColor: (
|
|
805
|
+
backgroundColor: (0, _styles.alpha)(theme.palette.primary[100], 0.2)
|
|
806
806
|
}, theme.applyDarkStyles({
|
|
807
807
|
color: (theme.vars || theme).palette.primary[300],
|
|
808
808
|
borderColor: (0, _styles.alpha)(theme.palette.primary[500], 0.2),
|
|
@@ -1036,7 +1036,7 @@ function getThemedComponents() {
|
|
|
1036
1036
|
}, {
|
|
1037
1037
|
'&.Mui-selected': {
|
|
1038
1038
|
color: (theme.vars || theme).palette.primary[700],
|
|
1039
|
-
borderColor: `${(theme.vars || theme).palette.primary[
|
|
1039
|
+
borderColor: `${(theme.vars || theme).palette.primary[200]} !important`,
|
|
1040
1040
|
backgroundColor: (theme.vars || theme).palette.primary[50],
|
|
1041
1041
|
'&:hover': {
|
|
1042
1042
|
backgroundColor: (theme.vars || theme).palette.primary[100]
|
|
@@ -1049,7 +1049,7 @@ function getThemedComponents() {
|
|
|
1049
1049
|
},
|
|
1050
1050
|
'&.Mui-selected': {
|
|
1051
1051
|
color: (theme.vars || theme).palette.primary[200],
|
|
1052
|
-
borderColor: `${(theme.vars || theme).palette.primary[
|
|
1052
|
+
borderColor: `${(theme.vars || theme).palette.primary[800]} !important`,
|
|
1053
1053
|
backgroundColor: (0, _styles.alpha)(theme.palette.primary[900], 0.4),
|
|
1054
1054
|
'&:hover': {
|
|
1055
1055
|
backgroundColor: (0, _styles.alpha)(theme.palette.primary[900], 0.8),
|