@mui/styled-engine
Advanced tools
Comparing version 6.0.0-rc.0 to 6.0.0
'use client'; | ||
export { default } from './GlobalStyles'; | ||
export { default } from "./GlobalStyles.js"; |
/** | ||
* @mui/styled-engine v6.0.0-rc.0 | ||
* @mui/styled-engine v6.0.0 | ||
* | ||
@@ -37,3 +37,3 @@ * @license MIT | ||
export { ThemeContext, keyframes, css } from '@emotion/react'; | ||
export { default as StyledEngineProvider } from './StyledEngineProvider'; | ||
export { default as GlobalStyles } from './GlobalStyles'; | ||
export { default as StyledEngineProvider } from "./StyledEngineProvider/index.js"; | ||
export { default as GlobalStyles } from "./GlobalStyles/index.js"; |
'use client'; | ||
export { default } from './GlobalStyles'; | ||
export { default } from "./GlobalStyles.js"; |
/** | ||
* @mui/styled-engine v6.0.0-rc.0 | ||
* @mui/styled-engine v6.0.0 | ||
* | ||
@@ -37,3 +37,3 @@ * @license MIT | ||
export { ThemeContext, keyframes, css } from '@emotion/react'; | ||
export { default as StyledEngineProvider } from './StyledEngineProvider'; | ||
export { default as GlobalStyles } from './GlobalStyles'; | ||
export { default as StyledEngineProvider } from "./StyledEngineProvider/index.js"; | ||
export { default as GlobalStyles } from "./GlobalStyles/index.js"; |
'use client'; | ||
export { default } from './StyledEngineProvider'; | ||
export { default } from "./StyledEngineProvider.js"; |
/** | ||
* @mui/styled-engine v6.0.0-rc.0 | ||
* @mui/styled-engine v6.0.0 | ||
* | ||
@@ -4,0 +4,0 @@ * @license MIT |
{ | ||
"name": "@mui/styled-engine", | ||
"version": "6.0.0-rc.0", | ||
"version": "6.0.0", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "author": "MUI Team", |
@@ -11,2 +11,2 @@ # @mui/styled-engine | ||
Visit [https://next.mui.com/material-ui/integrations/styled-components/](https://next.mui.com/material-ui/integrations/styled-components/) to view the full documentation. | ||
Visit [https://mui.com/material-ui/integrations/styled-components/](https://mui.com/material-ui/integrations/styled-components/) to view the full documentation. |
'use client'; | ||
export { default } from './StyledEngineProvider'; | ||
export { default } from "./StyledEngineProvider.js"; |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
880674
0