@material-ui/styled-engine
Advanced tools
Comparing version 5.0.0-alpha.23 to 5.0.0-alpha.24
@@ -5,5 +5,5 @@ export * from '@emotion/styled'; | ||
export { default as StylesProvider } from './StylesProvider'; | ||
export { default as StyledEngineProvider } from './StyledEngineProvider'; | ||
export { default as GlobalStyles } from './GlobalStyles'; | ||
export * from './GlobalStyles'; |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.23 | ||
/** @license Material-UI v5.0.0-alpha.24 | ||
* | ||
@@ -8,3 +8,3 @@ * This source code is licensed under the MIT license found in the | ||
export { ThemeContext, keyframes } from '@emotion/react'; | ||
export { default as StylesProvider } from './StylesProvider'; | ||
export { default as StyledEngineProvider } from './StyledEngineProvider'; | ||
export { default as GlobalStyles } from './GlobalStyles'; |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.23 | ||
/** @license Material-UI v5.0.0-alpha.24 | ||
* | ||
@@ -8,3 +8,3 @@ * This source code is licensed under the MIT license found in the | ||
export { ThemeContext, keyframes } from '@emotion/react'; | ||
export { default as StylesProvider } from './StylesProvider'; | ||
export { default as StyledEngineProvider } from './StyledEngineProvider'; | ||
export { default as GlobalStyles } from './GlobalStyles'; |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.23 | ||
/** @license Material-UI v5.0.0-alpha.24 | ||
* | ||
@@ -8,3 +8,3 @@ * This source code is licensed under the MIT license found in the | ||
export { ThemeContext, keyframes } from '@emotion/react'; | ||
export { default as StylesProvider } from './StylesProvider'; | ||
export { default as StyledEngineProvider } from './StyledEngineProvider'; | ||
export { default as GlobalStyles } from './GlobalStyles'; |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.23 | ||
/** @license Material-UI v5.0.0-alpha.24 | ||
* | ||
@@ -31,6 +31,6 @@ * This source code is licensed under the MIT license found in the | ||
}); | ||
Object.defineProperty(exports, "StylesProvider", { | ||
Object.defineProperty(exports, "StyledEngineProvider", { | ||
enumerable: true, | ||
get: function () { | ||
return _StylesProvider.default; | ||
return _StyledEngineProvider.default; | ||
} | ||
@@ -49,4 +49,4 @@ }); | ||
var _StylesProvider = _interopRequireDefault(require("./StylesProvider")); | ||
var _StyledEngineProvider = _interopRequireDefault(require("./StyledEngineProvider")); | ||
var _GlobalStyles = _interopRequireDefault(require("./GlobalStyles")); |
{ | ||
"name": "@material-ui/styled-engine", | ||
"version": "5.0.0-alpha.23", | ||
"version": "5.0.0-alpha.24", | ||
"private": false, | ||
"author": "Material-UI Team", | ||
"description": "Material-UI Styled - Wrapper package for emotion.", | ||
"description": "styled() API wrapper package for emotion.", | ||
"main": "./node/index.js", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
718823
1