@mui/styled-engine-sc
Advanced tools
Comparing version 6.1.7 to 6.1.8
@@ -84,3 +84,11 @@ import * as React from 'react'; | ||
// Not needed anymore, but fixes https://github.com/mui/material-ui/issues/44112 | ||
// TODO: Remove it in v7 | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
export function internal_processStyles( | ||
tag: React.ElementType, | ||
processor: (styles: any) => any, | ||
): void; | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
export function internal_serializeStyles<P>(styles: Interpolation<P>): object; | ||
@@ -87,0 +95,0 @@ |
/** | ||
* @mui/styled-engine-sc v6.1.7 | ||
* @mui/styled-engine-sc v6.1.8 | ||
* | ||
@@ -47,3 +47,10 @@ * @license MIT | ||
// Not needed anymore, but fixes https://github.com/mui/material-ui/issues/44112 | ||
// TODO: Remove it in v7 | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
export function internal_processStyles(tag, processor) { | ||
return internal_mutateStyles(tag, processor); | ||
} | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
export function internal_serializeStyles(styles) { | ||
@@ -50,0 +57,0 @@ return styles; |
/** | ||
* @mui/styled-engine-sc v6.1.7 | ||
* @mui/styled-engine-sc v6.1.8 | ||
* | ||
@@ -47,3 +47,10 @@ * @license MIT | ||
// Not needed anymore, but fixes https://github.com/mui/material-ui/issues/44112 | ||
// TODO: Remove it in v7 | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
export function internal_processStyles(tag, processor) { | ||
return internal_mutateStyles(tag, processor); | ||
} | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
export function internal_serializeStyles(styles) { | ||
@@ -50,0 +57,0 @@ return styles; |
/** | ||
* @mui/styled-engine-sc v6.1.7 | ||
* @mui/styled-engine-sc v6.1.8 | ||
* | ||
@@ -41,2 +41,3 @@ * @license MIT | ||
exports.internal_mutateStyles = internal_mutateStyles; | ||
exports.internal_processStyles = internal_processStyles; | ||
exports.internal_serializeStyles = internal_serializeStyles; | ||
@@ -90,5 +91,12 @@ Object.defineProperty(exports, "keyframes", { | ||
// Not needed anymore, but fixes https://github.com/mui/material-ui/issues/44112 | ||
// TODO: Remove it in v7 | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
function internal_processStyles(tag, processor) { | ||
return internal_mutateStyles(tag, processor); | ||
} | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
function internal_serializeStyles(styles) { | ||
return styles; | ||
} |
{ | ||
"name": "@mui/styled-engine-sc", | ||
"version": "6.1.7", | ||
"version": "6.1.8", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "author": "MUI Team", |
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
121095
757