@mui/system 6.0.0-beta.4 → 6.0.0-beta.4-dev.20240802-144226-85a3b55d22

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/system v6.0.0-beta.4
2
+ * @mui/system v6.0.0-beta.4-dev.20240802-144226-85a3b55d22
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/system v6.0.0-beta.4
2
+ * @mui/system v6.0.0-beta.4-dev.20240802-144226-85a3b55d22
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/system v6.0.0-beta.4
2
+ * @mui/system v6.0.0-beta.4-dev.20240802-144226-85a3b55d22
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/system",
3
- "version": "6.0.0-beta.4",
3
+ "version": "6.0.0-beta.4-dev.20240802-144226-85a3b55d22",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "MUI System is a set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.",
@@ -30,10 +30,10 @@
30
30
  "clsx": "^2.1.1",
31
31
  "csstype": "^3.1.3",
32
32
  "prop-types": "^15.8.1",
33
- "@mui/private-theming": "6.0.0-beta.4",
34
- "@mui/styled-engine": "6.0.0-beta.4",
35
- "@mui/utils": "6.0.0-beta.4",
36
- "@mui/types": "^7.2.14"
33
+ "@mui/private-theming": "6.0.0-beta.4-dev.20240802-144226-85a3b55d22",
34
+ "@mui/styled-engine": "6.0.0-beta.4-dev.20240802-144226-85a3b55d22",
35
+ "@mui/types": "^7.2.14",
36
+ "@mui/utils": "6.0.0-beta.4-dev.20240802-144226-85a3b55d22"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@emotion/react": "^11.5.0",