@mui/lab 6.0.0-beta.3 → 6.0.0-beta.3-dev.20240725-084532-7340f56bef

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/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/lab v6.0.0-beta.3
2
+ * @mui/lab v6.0.0-beta.3-dev.20240725-084532-7340f56bef
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/lab v6.0.0-beta.3
2
+ * @mui/lab v6.0.0-beta.3-dev.20240725-084532-7340f56bef
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/lab v6.0.0-beta.3
2
+ * @mui/lab v6.0.0-beta.3-dev.20240725-084532-7340f56bef
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/lab",
3
- "version": "6.0.0-beta.3",
3
+ "version": "6.0.0-beta.3-dev.20240725-084532-7340f56bef",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Laboratory for new MUI modules.",
@@ -31,10 +31,10 @@
31
31
  "@babel/runtime": "^7.24.8",
32
32
  "clsx": "^2.1.1",
33
33
  "prop-types": "^15.8.1",
34
- "@mui/system": "6.0.0-beta.3",
34
+ "@mui/base": "5.0.0-beta.55",
35
+ "@mui/system": "6.0.0-beta.3-dev.20240725-084532-7340f56bef",
35
36
  "@mui/types": "^7.2.14",
36
- "@mui/utils": "6.0.0-beta.3",
37
- "@mui/base": "5.0.0-beta.55"
37
+ "@mui/utils": "6.0.0-beta.3"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@emotion/react": "^11.5.0",
@@ -42,8 +42,8 @@
42
42
  "@types/react": "^17.0.0 || ^18.0.0",
43
43
  "react": "^17.0.0 || ^18.0.0",
44
44
  "react-dom": "^17.0.0 || ^18.0.0",
45
- "@mui/material-pigment-css": "^6.0.0-beta.3",
46
- "@mui/material": "^6.0.0-beta.3"
45
+ "@mui/material": "^6.0.0-beta.3-dev.20240725-084532-7340f56bef",
46
+ "@mui/material-pigment-css": "^6.0.0-beta.3-dev.20240725-084532-7340f56bef"
47
47
  },
48
48
  "peerDependenciesMeta": {
49
49
  "@types/react": {