@material-ui/styled-engine
Advanced tools
Comparing version 5.0.0-alpha.14 to 5.0.0-alpha.16
export * from '@emotion/styled'; | ||
export { default } from '@emotion/styled'; | ||
export { ThemeContext } from '@emotion/core'; | ||
export { ThemeContext } from '@emotion/react'; |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.14 | ||
/** @license Material-UI v5.0.0-alpha.16 | ||
* | ||
@@ -7,2 +7,2 @@ * This source code is licensed under the MIT license found in the | ||
export { default } from '@emotion/styled'; | ||
export { ThemeContext } from '@emotion/core'; | ||
export { ThemeContext } from '@emotion/react'; |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.14 | ||
/** @license Material-UI v5.0.0-alpha.16 | ||
* | ||
@@ -7,2 +7,2 @@ * This source code is licensed under the MIT license found in the | ||
export { default } from '@emotion/styled'; | ||
export { ThemeContext } from '@emotion/core'; | ||
export { ThemeContext } from '@emotion/react'; |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.14 | ||
/** @license Material-UI v5.0.0-alpha.16 | ||
* | ||
@@ -7,2 +7,2 @@ * This source code is licensed under the MIT license found in the | ||
export { default } from '@emotion/styled'; | ||
export { ThemeContext } from '@emotion/core'; | ||
export { ThemeContext } from '@emotion/react'; |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.14 | ||
/** @license Material-UI v5.0.0-alpha.16 | ||
* | ||
@@ -22,3 +22,3 @@ * This source code is licensed under the MIT license found in the | ||
get: function () { | ||
return _core.ThemeContext; | ||
return _react.ThemeContext; | ||
} | ||
@@ -29,2 +29,2 @@ }); | ||
var _core = require("@emotion/core"); | ||
var _react = require("@emotion/react"); |
{ | ||
"name": "@material-ui/styled-engine", | ||
"version": "5.0.0-alpha.14", | ||
"version": "5.0.0-alpha.16", | ||
"private": false, | ||
@@ -32,7 +32,7 @@ "author": "Material-UI Team", | ||
"peerDependencies": { | ||
"@emotion/core": "^10.0.27", | ||
"@emotion/styled": "^10.0.27" | ||
"@emotion/react": "^11.0.0", | ||
"@emotion/styled": "^11.0.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@emotion/core": { | ||
"@emotion/react": { | ||
"optional": true | ||
@@ -39,0 +39,0 @@ }, |
# @material-ui/styled-engine | ||
This package is a wrapper around the `@emotion/styled` package. | ||
This package is a wrapper around the `@emotion/react` package. | ||
It is used internally in the `@material-ui/core` package. | ||
If you wish to use `styled-components` instead please use an alias to replace this package with `@material-ui/styled-engine-sc`. |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
669256