@material-ui/styled-engine
Advanced tools
Comparing version 5.0.0-alpha.20 to 5.0.0-alpha.21
export * from '@emotion/styled'; | ||
export { default } from '@emotion/styled'; | ||
export { ThemeContext } from '@emotion/react'; | ||
export { ThemeContext, keyframes } from '@emotion/react'; | ||
export { default as StylesProvider } from './StylesProvider'; |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.20 | ||
/** @license Material-UI v5.0.0-alpha.21 | ||
* | ||
@@ -7,3 +7,3 @@ * This source code is licensed under the MIT license found in the | ||
export { default } from '@emotion/styled'; | ||
export { ThemeContext } from '@emotion/react'; | ||
export { ThemeContext, keyframes } from '@emotion/react'; | ||
export { default as StylesProvider } from './StylesProvider'; |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.20 | ||
/** @license Material-UI v5.0.0-alpha.21 | ||
* | ||
@@ -7,3 +7,3 @@ * This source code is licensed under the MIT license found in the | ||
export { default } from '@emotion/styled'; | ||
export { ThemeContext } from '@emotion/react'; | ||
export { ThemeContext, keyframes } from '@emotion/react'; | ||
export { default as StylesProvider } from './StylesProvider'; |
@@ -10,3 +10,3 @@ import * as React from 'react'; | ||
}); | ||
export function StylesProvider(props) { | ||
export default function StylesProvider(props) { | ||
var injectFirst = props.injectFirst, | ||
@@ -30,3 +30,2 @@ children = props.children; | ||
injectFirst: PropTypes.bool | ||
} : void 0; | ||
export default StylesProvider; | ||
} : void 0; |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.20 | ||
/** @license Material-UI v5.0.0-alpha.21 | ||
* | ||
@@ -7,3 +7,3 @@ * This source code is licensed under the MIT license found in the | ||
export { default } from '@emotion/styled'; | ||
export { ThemeContext } from '@emotion/react'; | ||
export { ThemeContext, keyframes } from '@emotion/react'; | ||
export { default as StylesProvider } from './StylesProvider'; |
@@ -10,3 +10,3 @@ import * as React from 'react'; | ||
}); | ||
export function StylesProvider(props) { | ||
export default function StylesProvider(props) { | ||
const { | ||
@@ -32,3 +32,2 @@ injectFirst, | ||
injectFirst: PropTypes.bool | ||
} : void 0; | ||
export default StylesProvider; | ||
} : void 0; |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.20 | ||
/** @license Material-UI v5.0.0-alpha.21 | ||
* | ||
@@ -25,2 +25,8 @@ * This source code is licensed under the MIT license found in the | ||
}); | ||
Object.defineProperty(exports, "keyframes", { | ||
enumerable: true, | ||
get: function () { | ||
return _react.keyframes; | ||
} | ||
}); | ||
Object.defineProperty(exports, "StylesProvider", { | ||
@@ -27,0 +33,0 @@ enumerable: true, |
@@ -10,4 +10,4 @@ "use strict"; | ||
}); | ||
exports.StylesProvider = StylesProvider; | ||
exports.default = exports.cache = void 0; | ||
exports.default = StylesProvider; | ||
exports.cache = void 0; | ||
@@ -51,4 +51,2 @@ var React = _interopRequireWildcard(require("react")); | ||
injectFirst: _propTypes.default.bool | ||
} : void 0; | ||
var _default = StylesProvider; | ||
exports.default = _default; | ||
} : void 0; |
{ | ||
"name": "@material-ui/styled-engine", | ||
"version": "5.0.0-alpha.20", | ||
"version": "5.0.0-alpha.21", | ||
"private": false, | ||
@@ -35,3 +35,4 @@ "author": "Material-UI Team", | ||
"@emotion/react": "^11.0.0", | ||
"@emotion/styled": "^11.0.0" | ||
"@emotion/styled": "^11.0.0", | ||
"react": "^16.8.0 || ^17.0.0" | ||
}, | ||
@@ -38,0 +39,0 @@ "peerDependenciesMeta": { |
{ | ||
"sideEffects": false, | ||
"module": "./index.js", | ||
"main": "../node/StylesProvider/index.js", | ||
"main": "..\\node\\StylesProvider\\index.js", | ||
"types": "./index.d.ts" | ||
} |
@@ -10,3 +10,3 @@ import * as React from 'react'; | ||
}); | ||
export function StylesProvider(props) { | ||
export default function StylesProvider(props) { | ||
const { | ||
@@ -32,3 +32,2 @@ injectFirst, | ||
injectFirst: PropTypes.bool | ||
} : void 0; | ||
export default StylesProvider; | ||
} : void 0; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
697048
200
6
1