@mui/material-pigment-css 6.0.0-rc.0 → 6.0.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/Box/index.js CHANGED
@@ -1 +1 @@
1
- export { default } from './Box';
1
+ export { default } from "./Box.js";
package/CHANGELOG.md CHANGED
@@ -1,5 +1,89 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## v6.0.1
4
+
5
+ <!-- generated comparing v6.0.0..master -->
6
+
7
+ _Aug 29, 2024_
8
+
9
+ A big thanks to the 12 contributors who made this release possible. It contains bug fixes and documentation improvements.
10
+
11
+ ### `@mui/material@6.0.0`
12
+
13
+ - Attach default light color scheme when enabling CSS theme variables (#43493) @siriwatknp
14
+ - [Skeleton] Apply the wave animation to the correct element (#43474) @mnajdova
15
+
16
+ ### Docs
17
+
18
+ - [material-ui][Dialog] Update confirmation dialog description (#43488) @Michael-Hutchinson
19
+ - Add Material UI v6 is out! to the notifications (#43448) @oliviertassinari
20
+ - [material-ui] Dark scroll bars in templates (#43483) @aarongarciah
21
+ - [material-ui] Add TemplateFrame to templates (#43406) @zanivan
22
+ - [table] Make the data grid blend in (#43489) @oliviertassinari
23
+
24
+ ### Core
25
+
26
+ - [blog] Update Toolpad Studio marketing page links in the blogs (#43407) @prakhargupta1
27
+ - [blog] Add missing social card to the blog post (#43465) @siriwatknp
28
+ - [code-infra] Fix typing issues with `@mui-internal/api-docs-builder` (#43498) @Janpot
29
+ - [code-infra] Fix nextjs build cache (#43467) @JCQuintas
30
+ - Remove `'use client'` from index files and useAutocomplete reexport (#41956) @DiegoAndai
31
+ - Replace relative links to absolute ones in JSDocs (#43472) @alexfauquette
32
+ - Upgrade babel runtime (#43243) @Janpot
33
+ - [docs-infra] Skip shadow DOM regression test (#43500) @aarongarciah
34
+ - [docs-infra] Fix use of process.env.DEPLOY_ENV (#43490) @oliviertassinari
35
+ - [docs-infra] Add comment about removing optimizeFonts Next.js config (#43469) @aarongarciah
36
+ - [examples] Use `latest` on all Material UI dependencies (#43494) @mnajdova
37
+ - [infra] fix workflow path (#43464) @michelengelen
38
+
39
+ All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @DiegoAndai, @Janpot, @JCQuintas, @Michael-Hutchinson, @michelengelen, @mnajdova, @oliviertassinari, @prakhargupta1, @siriwatknp, @zanivan
40
+
41
+ ## 6.0.0
42
+
43
+ <!-- generated comparing v6.0.0-rc.0..master -->
44
+
45
+ _Aug 27, 2024_
46
+
47
+ 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.
48
+
49
+ ### `@mui/material@6.0.0`
50
+
51
+ - Change React.ReactElement<any,any> type from any to unknown (#43358) @sai6855
52
+ - [Pagination] Update `getItemAriaLabel` page param type (#43399) @sydneyjodon-wk
53
+ - [Unstable_TrapFocus] Fix `getTabbable` function return type (#42237) @KalmarLorand
54
+
55
+ ### `@mui/lab@6.0.0-beta.8`
56
+
57
+ - [button] Add missing customize points for span (#43436) @oliviertassinari
58
+
59
+ ### Docs
60
+
61
+ - Fix broken links (#43144) @DiegoAndai
62
+ - Updated mui-x roadmap links with the new project URL (#43444) @michelengelen
63
+ - Update pnpm order, move to second (#42712) @ahmadnadeem6236
64
+ - Fix CSS theme variables section (#43439) @siriwatknp
65
+ - Add two Toolpad Core components to Material UI sidebar (#43391) @prakhargupta1
66
+ - Fix licensingModel -> licenseModel @oliviertassinari
67
+ - Fix Stack Overflow issue canned response @oliviertassinari
68
+ - Avoid referencing MUI Core @oliviertassinari
69
+ - Fix description of eslint-plugin-material-ui @oliviertassinari
70
+ - [docs-infra] Polish reportBrokenLinks.js to support Base UI @oliviertassinari
71
+ - [material-ui] Clarify RTL language support in localization guide (#41784) @bahmanworld
72
+ - [material-ui] Refine templates theme selector (#43396) @zanivan
73
+
74
+ ### Core
75
+
76
+ - Prepare for v6 stable release (#43454) @siriwatknp
77
+ - [blog] Polish Upcoming changes to MUI X pricing in 2024 (#43438) @oliviertassinari
78
+ - [blog] Add Material UI v6 stable release (#41932) @siriwatknp
79
+ - [ci] Fix the release:changelog cmd (#43451) @mnajdova
80
+ - [core] Allow `^6.0.0` for `@mui/` dependencies in `@mui/docs` (#43445) @LukasTy
81
+ - [code-infra] Babel plugin to fully resolve imported paths (#43294) @Janpot
82
+ - [infra] Add closing message workflow (#43450) @michelengelen
83
+ - [website] Make beta chip consistent for Toolpad (#43392) @prakhargupta1
84
+
85
+ All contributors of this release in alphabetical order: @ahmadnadeem6236, @bahmanworld, @DiegoAndai, @Janpot, @KalmarLorand, @LukasTy, @michelengelen, @mnajdova, @oliviertassinari, @prakhargupta1, @sai6855, @siriwatknp, @sydneyjodon-wk, @zanivan
86
+
3
87
  ## 6.0.0-rc.0
4
88
 
5
89
  <!-- generated comparing v6.0.0-beta.6..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,3 +1 @@
1
- 'use client';
2
-
3
1
  export * from '@mui/system/RtlProvider';
@@ -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-rc.0
2
+ * @mui/material-pigment-css v6.0.1
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,3 +1 @@
1
- 'use client';
2
-
3
1
  export * from '@mui/system/RtlProvider';
@@ -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-rc.0
2
+ * @mui/material-pigment-css v6.0.1
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/node/Box/Box.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
4
  Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
package/node/Box/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
4
  Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
4
  Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
4
  Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
package/node/Grid/Grid.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
4
  Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
4
  Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
4
  Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
4
  Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
@@ -1,5 +1,4 @@
1
1
  "use strict";
2
- 'use client';
3
2
 
4
3
  Object.defineProperty(exports, "__esModule", {
5
4
  value: true
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
4
  Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
4
  Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/material-pigment-css v6.0.0-rc.0
2
+ * @mui/material-pigment-css v6.0.1
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-rc.0",
3
+ "version": "6.0.1",
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",
@@ -26,8 +26,8 @@
26
26
  "url": "https://opencollective.com/mui-org"
27
27
  },
28
28
  "dependencies": {
29
- "@pigment-css/react": "0.0.20",
30
- "@mui/system": "6.0.0-rc.0"
29
+ "@pigment-css/react": "0.0.21",
30
+ "@mui/system": "6.0.1"
31
31
  },
32
32
  "sideEffects": false,
33
33
  "publishConfig": {