@mui/material-pigment-css 6.0.0-beta.6 → 6.0.0

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/Box/index.js CHANGED
@@ -1 +1 @@
1
- export { default } from './Box';
1
+ export { default } from "./Box.js";
package/CHANGELOG.md CHANGED
@@ -1,5 +1,124 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 6.0.0
4
+
5
+ <!-- generated comparing v6.0.0-rc.0..master -->
6
+
7
+ _Aug 27, 2024_
8
+
9
+ We are excited to announce the stable release of Material-UI v6 🎉, check out [the blog post](https://mui.com/blog/material-ui-v6-is-out/) to see all the updates.
10
+
11
+ ### `@mui/material@6.0.0`
12
+
13
+ - Change React.ReactElement<any,any> type from any to unknown (#43358) @sai6855
14
+ - [Pagination] Update `getItemAriaLabel` page param type (#43399) @sydneyjodon-wk
15
+ - [Unstable_TrapFocus] Fix `getTabbable` function return type (#42237) @KalmarLorand
16
+
17
+ ### `@mui/lab@6.0.0-beta.8`
18
+
19
+ - [button] Add missing customize points for span (#43436) @oliviertassinari
20
+
21
+ ### Docs
22
+
23
+ - Fix broken links (#43144) @DiegoAndai
24
+ - Updated mui-x roadmap links with the new project URL (#43444) @michelengelen
25
+ - Update pnpm order, move to second (#42712) @ahmadnadeem6236
26
+ - Fix CSS theme variables section (#43439) @siriwatknp
27
+ - Add two Toolpad Core components to Material UI sidebar (#43391) @prakhargupta1
28
+ - Fix licensingModel -> licenseModel @oliviertassinari
29
+ - Fix Stack Overflow issue canned response @oliviertassinari
30
+ - Avoid referencing MUI Core @oliviertassinari
31
+ - Fix description of eslint-plugin-material-ui @oliviertassinari
32
+ - [docs-infra] Polish reportBrokenLinks.js to support Base UI @oliviertassinari
33
+ - [material-ui] Clarify RTL language support in localization guide (#41784) @bahmanworld
34
+ - [material-ui] Refine templates theme selector (#43396) @zanivan
35
+
36
+ ### Core
37
+
38
+ - Prepare for v6 stable release (#43454) @siriwatknp
39
+ - [blog] Polish Upcoming changes to MUI X pricing in 2024 (#43438) @oliviertassinari
40
+ - [blog] Add Material UI v6 stable release (#41932) @siriwatknp
41
+ - [ci] Fix the release:changelog cmd (#43451) @mnajdova
42
+ - [core] Allow `^6.0.0` for `@mui/` dependencies in `@mui/docs` (#43445) @LukasTy
43
+ - [code-infra] Babel plugin to fully resolve imported paths (#43294) @Janpot
44
+ - [infra] Add closing message workflow (#43450) @michelengelen
45
+ - [website] Make beta chip consistent for Toolpad (#43392) @prakhargupta1
46
+
47
+ All contributors of this release in alphabetical order: @ahmadnadeem6236, @bahmanworld, @DiegoAndai, @Janpot, @KalmarLorand, @LukasTy, @michelengelen, @mnajdova, @oliviertassinari, @prakhargupta1, @sai6855, @siriwatknp, @sydneyjodon-wk, @zanivan
48
+
49
+ ## 6.0.0-rc.0
50
+
51
+ <!-- generated comparing v6.0.0-beta.6..next -->
52
+
53
+ _Aug 22, 2024_
54
+
55
+ A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
56
+
57
+ - ⚡ Rendering performance improvements
58
+
59
+ ### `@mui/material@6.0.0-rc.0`
60
+
61
+ #### Breaking changes
62
+
63
+ - [Box] Remove `component` from `BoxOwnProps` (#43384) @DiegoAndai
64
+
65
+ The `component` prop has been removed from the `BoxOwnProps` as it is already included in the `Box` type.
66
+ This might affect your code if you are using the `styled` function with the `Box` component.
67
+ If this is the case, use a `div` element instead of `Box`:
68
+
69
+ ```diff
70
+ -const StyledBox = styled(Box)`
71
+ +const StyledDiv = styled('div')`
72
+ color: white;
73
+ `;
74
+ ```
75
+
76
+ This yields the same end result.
77
+ If this doesn't work for you, you can also cast the `styled` returned value to `typeof Box`:
78
+
79
+ ```diff
80
+ const StyledBox = styled(Box)`
81
+ color: white;
82
+ -`;
83
+ +` as typeof Box;
84
+ ```
85
+
86
+ #### Changes
87
+
88
+ - [ListItem] Remove unnecessary TypeScript test (#43359) @sai6855
89
+ - Skip generating CSS variables for a custom spacing function (#43389) @siriwatknp
90
+ - Revert visual regressions from #42283 (#43364) @ZeeshanTamboli
91
+
92
+ ### `@mui/codemod@6.0.0-rc.0`
93
+
94
+ - Add Grid2 to removeSystemProps codemod (#43302) @DiegoAndai
95
+
96
+ ### Docs
97
+
98
+ - [blog] Add video to the Pigment CSS blog post (#42500) @oliviertassinari
99
+ - Fix broken link to milestones (#43379) @oliviertassinari
100
+ - Update CSS theme variables related content (#43130) @siriwatknp
101
+ - Fix link to createTheme source (#43332) @oliviertassinari
102
+ - Add cache to avoid unnecessary jsx dynamic import and theme getting (#43139) @Vxee
103
+ - Fix broken link to Next.js docs @oliviertassinari
104
+ - [material-ui] Revamp `Composition` guide (#43266) @ZeeshanTamboli
105
+ - [material-ui][Menu] Replace `PaperProps` with `slotProps.paper` in demos (#43354) @sai6855
106
+
107
+ ### Core
108
+
109
+ - [code-infra] Change docs:start script to serve the exports folder (#43375) @Janpot
110
+ - [core] Fix typescript-next CI workflow (#43394) @aarongarciah
111
+ - [core] Run `@mui/system` TypeScript module augmentation tests in CI (#43386) @ZeeshanTamboli
112
+ - [core] Enable manage-package-manager-versions pnpm flag (#43366) @aarongarciah
113
+ - [core] Replace `indexOf` with `includes` (#42883) @k-rajat19
114
+ - [docs-infra] Add GitHub source link to components (#43228) @Jay-Karia
115
+ - [docs-infra] Fix copy shortcut (#43361) @oliviertassinari
116
+ - [perf] Remove theme/styling allocations (#43372) @romgrk
117
+ - [perf] Improve `composeClasses` (#43363) @romgrk
118
+ - [perf] Remove system allocations (#43306) @romgrk
119
+
120
+ All contributors of this release in alphabetical order: @aarongarciah, @DiegoAndai, @Janpot, @Jay-Karia, @k-rajat19, @oliviertassinari, @rluzists1, @romgrk, @sai6855, @siriwatknp, @Vxee, @ZeeshanTamboli
121
+
3
122
  ## 6.0.0-beta.6
4
123
 
5
124
  <!-- generated comparing v6.0.0-beta.5..next -->
@@ -1 +1 @@
1
- export { default } from './Container';
1
+ export { default } from "./Container.js";
package/Grid/index.js CHANGED
@@ -1 +1 @@
1
- export { default } from './Grid';
1
+ export { default } from "./Grid.js";
package/Hidden/index.js CHANGED
@@ -1 +1 @@
1
- export { default } from './Hidden';
1
+ export { default } from "./Hidden.js";
@@ -1 +1 @@
1
- export * from './RtlProvider';
1
+ export * from "./RtlProvider.js";
package/Stack/index.js CHANGED
@@ -1 +1 @@
1
- export { default } from './Stack';
1
+ export { default } from "./Stack.js";
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/material-pigment-css v6.0.0-beta.6
2
+ * @mui/material-pigment-css v6.0.0
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -1 +1 @@
1
- export { default } from './Box';
1
+ export { default } from "./Box.js";
@@ -1 +1 @@
1
- export { default } from './Container';
1
+ export { default } from "./Container.js";
@@ -1 +1 @@
1
- export { default } from './Grid';
1
+ export { default } from "./Grid.js";
@@ -1 +1 @@
1
- export { default } from './Hidden';
1
+ export { default } from "./Hidden.js";
@@ -1 +1 @@
1
- export * from './RtlProvider';
1
+ export * from "./RtlProvider.js";
@@ -1 +1 @@
1
- export { default } from './Stack';
1
+ export { default } from "./Stack.js";
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/material-pigment-css v6.0.0-beta.6
2
+ * @mui/material-pigment-css v6.0.0
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/material-pigment-css v6.0.0-beta.6
2
+ * @mui/material-pigment-css v6.0.0
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/material-pigment-css",
3
- "version": "6.0.0-beta.6",
3
+ "version": "6.0.0",
4
4
  "author": "MUI Team",
5
5
  "description": "A wrapper over Pigment CSS that provides the same styled and theming APIs as Material UI.",
6
6
  "main": "./node/index.js",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@pigment-css/react": "0.0.20",
30
- "@mui/system": "6.0.0-beta.6"
30
+ "@mui/system": "6.0.0"
31
31
  },
32
32
  "sideEffects": false,
33
33
  "publishConfig": {