@mui/styled-engine
Advanced tools
Comparing version 5.14.11 to 5.14.12
@@ -52,4 +52,12 @@ import * as CSS from 'csstype'; | ||
export interface CSSObject extends CSSPropertiesWithMultiValues, CSSPseudos, CSSOthersObject {} | ||
// Omit variants as a key, because we have a special handling for it | ||
export interface CSSObject | ||
extends CSSPropertiesWithMultiValues, | ||
CSSPseudos, | ||
Omit<CSSOthersObject, 'variants'> {} | ||
interface CSSObjectWithVariants<Props> extends Omit<CSSObject, 'variants'> { | ||
variants: Array<{ props: Props; variants: CSSObject }>; | ||
} | ||
export interface ComponentSelector { | ||
@@ -89,2 +97,3 @@ __emotion_styles: any; | ||
| InterpolationPrimitive | ||
| CSSObjectWithVariants<Props> | ||
| ArrayInterpolation<Props> | ||
@@ -91,0 +100,0 @@ | FunctionInterpolation<Props>; |
/** | ||
* @mui/styled-engine v5.14.11 | ||
* @mui/styled-engine v5.14.12 | ||
* | ||
@@ -4,0 +4,0 @@ * @license MIT |
/** | ||
* @mui/styled-engine v5.14.11 | ||
* @mui/styled-engine v5.14.12 | ||
* | ||
@@ -4,0 +4,0 @@ * @license MIT |
/** | ||
* @mui/styled-engine v5.14.11 | ||
* @mui/styled-engine v5.14.12 | ||
* | ||
@@ -4,0 +4,0 @@ * @license MIT |
/** | ||
* @mui/styled-engine v5.14.11 | ||
* @mui/styled-engine v5.14.12 | ||
* | ||
@@ -4,0 +4,0 @@ * @license MIT |
{ | ||
"name": "@mui/styled-engine", | ||
"version": "5.14.11", | ||
"version": "5.14.12", | ||
"private": false, | ||
@@ -29,3 +29,3 @@ "author": "MUI Team", | ||
"dependencies": { | ||
"@babel/runtime": "^7.22.15", | ||
"@babel/runtime": "^7.23.1", | ||
"@emotion/cache": "^11.11.0", | ||
@@ -32,0 +32,0 @@ "csstype": "^3.1.2", |
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
712391
660
Updated@babel/runtime@^7.23.1