@mui/styled-engine-sc 5.11.11 → 5.14.6

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.
@@ -16,5 +16,5 @@ const GlobalStyles = createGlobalStyle(props => {
16
16
  export default GlobalStyles;
17
17
  GlobalStyles.propTypes = {
18
18
  defaultTheme: PropTypes.object,
19
- styles: PropTypes.oneOfType([PropTypes.string, PropTypes.object, PropTypes.func])
19
+ styles: PropTypes.oneOfType([PropTypes.array, PropTypes.string, PropTypes.object, PropTypes.func])
20
20
  };
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/styled-engine-sc v5.11.11
2
+ * @mui/styled-engine-sc v5.14.6
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -15,5 +15,5 @@ var GlobalStyles = createGlobalStyle(function (props) {
15
15
  export default GlobalStyles;
16
16
  GlobalStyles.propTypes = {
17
17
  defaultTheme: PropTypes.object,
18
- styles: PropTypes.oneOfType([PropTypes.string, PropTypes.object, PropTypes.func])
18
+ styles: PropTypes.oneOfType([PropTypes.array, PropTypes.string, PropTypes.object, PropTypes.func])
19
19
  };
package/legacy/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/styled-engine-sc v5.11.11
2
+ * @mui/styled-engine-sc v5.14.6
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -16,5 +16,5 @@ const GlobalStyles = createGlobalStyle(props => {
16
16
  export default GlobalStyles;
17
17
  GlobalStyles.propTypes = {
18
18
  defaultTheme: PropTypes.object,
19
- styles: PropTypes.oneOfType([PropTypes.string, PropTypes.object, PropTypes.func])
19
+ styles: PropTypes.oneOfType([PropTypes.array, PropTypes.string, PropTypes.object, PropTypes.func])
20
20
  };
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/styled-engine-sc v5.11.11
2
+ * @mui/styled-engine-sc v5.14.6
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -24,5 +24,5 @@ var _default = GlobalStyles;
24
24
  exports.default = _default;
25
25
  GlobalStyles.propTypes = {
26
26
  defaultTheme: _propTypes.default.object,
27
- styles: _propTypes.default.oneOfType([_propTypes.default.string, _propTypes.default.object, _propTypes.default.func])
27
+ styles: _propTypes.default.oneOfType([_propTypes.default.array, _propTypes.default.string, _propTypes.default.object, _propTypes.default.func])
28
28
  };
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/styled-engine-sc v5.11.11
2
+ * @mui/styled-engine-sc v5.14.6
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/styled-engine-sc",
3
- "version": "5.11.11",
3
+ "version": "5.14.6",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "styled() API wrapper package for styled-components.",
@@ -26,7 +26,7 @@
26
26
  "url": "https://opencollective.com/mui"
27
27
  },
28
28
  "dependencies": {
29
- "@babel/runtime": "^7.21.0",
29
+ "@babel/runtime": "^7.22.10",
30
30
  "prop-types": "^15.8.1"
31
31
  },
32
32
  "peerDependencies": {