@mui/styled-engine 5.13.2 → 5.14.7

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.
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import * as React from 'react';
2
4
  import PropTypes from 'prop-types';
3
5
  import { Global } from '@emotion/react';
@@ -1 +1,3 @@
1
+ 'use client';
2
+
1
3
  export { default } from './GlobalStyles';
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import * as React from 'react';
2
4
  import PropTypes from 'prop-types';
3
5
  import { CacheProvider } from '@emotion/react';
@@ -1 +1,3 @@
1
+ 'use client';
2
+
1
3
  export { default } from './StyledEngineProvider';
package/index.js CHANGED
@@ -1,10 +1,12 @@
1
1
  /**
2
- * @mui/styled-engine v5.13.2
2
+ * @mui/styled-engine v5.14.7
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
+ 'use client';
9
+
8
10
  /* eslint-disable no-underscore-dangle */
9
11
  import emStyled from '@emotion/styled';
10
12
  export default function styled(tag, options) {
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import * as React from 'react';
2
4
  import PropTypes from 'prop-types';
3
5
  import { Global } from '@emotion/react';
@@ -1 +1,3 @@
1
+ 'use client';
2
+
1
3
  export { default } from './GlobalStyles';
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _typeof from "@babel/runtime/helpers/esm/typeof";
2
4
  import * as React from 'react';
3
5
  import PropTypes from 'prop-types';
@@ -1 +1,3 @@
1
+ 'use client';
2
+
1
3
  export { default } from './StyledEngineProvider';
package/legacy/index.js CHANGED
@@ -1,10 +1,12 @@
1
1
  /**
2
- * @mui/styled-engine v5.13.2
2
+ * @mui/styled-engine v5.14.7
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
+ 'use client';
9
+
8
10
  /* eslint-disable no-underscore-dangle */
9
11
  import emStyled from '@emotion/styled';
10
12
  export default function styled(tag, options) {
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import * as React from 'react';
2
4
  import PropTypes from 'prop-types';
3
5
  import { Global } from '@emotion/react';
@@ -1 +1,3 @@
1
+ 'use client';
2
+
1
3
  export { default } from './GlobalStyles';
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import * as React from 'react';
2
4
  import PropTypes from 'prop-types';
3
5
  import { CacheProvider } from '@emotion/react';
@@ -1 +1,3 @@
1
+ 'use client';
2
+
1
3
  export { default } from './StyledEngineProvider';
package/modern/index.js CHANGED
@@ -1,10 +1,12 @@
1
1
  /**
2
- * @mui/styled-engine v5.13.2
2
+ * @mui/styled-engine v5.14.7
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
+ 'use client';
9
+
8
10
  /* eslint-disable no-underscore-dangle */
9
11
  import emStyled from '@emotion/styled';
10
12
  export default function styled(tag, options) {
@@ -1,4 +1,5 @@
1
1
  "use strict";
2
+ 'use client';
2
3
 
3
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
5
  Object.defineProperty(exports, "__esModule", {
@@ -1,4 +1,5 @@
1
1
  "use strict";
2
+ 'use client';
2
3
 
3
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
5
  Object.defineProperty(exports, "__esModule", {
@@ -1,4 +1,5 @@
1
1
  "use strict";
2
+ 'use client';
2
3
 
3
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
5
  Object.defineProperty(exports, "__esModule", {
@@ -1,4 +1,5 @@
1
1
  "use strict";
2
+ 'use client';
2
3
 
3
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
5
  Object.defineProperty(exports, "__esModule", {
package/node/index.js CHANGED
@@ -1,12 +1,14 @@
1
1
  /**
2
- * @mui/styled-engine v5.13.2
2
+ * @mui/styled-engine v5.14.7
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  "use strict";
9
+ 'use client';
9
10
 
11
+ /* eslint-disable no-underscore-dangle */
10
12
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
11
13
  Object.defineProperty(exports, "__esModule", {
12
14
  value: true
@@ -47,8 +49,6 @@ var _styled = _interopRequireDefault(require("@emotion/styled"));
47
49
  var _react = require("@emotion/react");
48
50
  var _StyledEngineProvider = _interopRequireDefault(require("./StyledEngineProvider"));
49
51
  var _GlobalStyles = _interopRequireDefault(require("./GlobalStyles"));
50
- /* eslint-disable no-underscore-dangle */
51
-
52
52
  function styled(tag, options) {
53
53
  const stylesFactory = (0, _styled.default)(tag, options);
54
54
  if (process.env.NODE_ENV !== 'production') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/styled-engine",
3
- "version": "5.13.2",
3
+ "version": "5.14.7",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "styled() API wrapper package for emotion.",
@@ -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
  "@emotion/cache": "^11.11.0",
31
31
  "csstype": "^3.1.2",
32
32
  "prop-types": "^15.8.1"