@mui/styled-engine-sc
Advanced tools
Comparing version 5.14.11 to 5.14.12
@@ -53,7 +53,16 @@ import * as React from 'react'; | ||
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 type FalseyValue = undefined | null | false; | ||
export type Interpolation<P> = | ||
| InterpolationValue | ||
| CSSObjectWithVariants<P> | ||
| InterpolationFunction<P> | ||
@@ -60,0 +69,0 @@ | FlattenInterpolation<P>; |
/** | ||
* @mui/styled-engine-sc v5.14.11 | ||
* @mui/styled-engine-sc v5.14.12 | ||
* | ||
@@ -4,0 +4,0 @@ * @license MIT |
/** | ||
* @mui/styled-engine-sc v5.14.11 | ||
* @mui/styled-engine-sc v5.14.12 | ||
* | ||
@@ -4,0 +4,0 @@ * @license MIT |
/** | ||
* @mui/styled-engine-sc v5.14.11 | ||
* @mui/styled-engine-sc v5.14.12 | ||
* | ||
@@ -4,0 +4,0 @@ * @license MIT |
@@ -23,4 +23,3 @@ "use strict"; | ||
}); | ||
var _default = GlobalStyles; | ||
exports.default = _default; | ||
var _default = exports.default = GlobalStyles; | ||
GlobalStyles.propTypes = { | ||
@@ -27,0 +26,0 @@ defaultTheme: _propTypes.default.object, |
/** | ||
* @mui/styled-engine-sc v5.14.11 | ||
* @mui/styled-engine-sc v5.14.12 | ||
* | ||
@@ -4,0 +4,0 @@ * @license MIT |
{ | ||
"name": "@mui/styled-engine-sc", | ||
"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", | ||
"csstype": "^3.1.2", | ||
@@ -32,0 +32,0 @@ "prop-types": "^15.8.1" |
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
709970
602
Updated@babel/runtime@^7.23.1