@material-ui/system
Advanced tools
Comparing version 5.0.0-alpha.22 to 5.0.0-alpha.23
@@ -35,3 +35,3 @@ import * as React from 'react'; | ||
export function handleBreakpoints<Props, Breakpoints extends string = DefaultBreakPoints>( | ||
export function handleBreakpoints<Props>( | ||
props: Props, | ||
@@ -230,3 +230,3 @@ propValue: any, | ||
// style.js | ||
export interface StyleOptions<PropKey, Theme extends object> { | ||
export interface StyleOptions<PropKey> { | ||
cssProperty?: PropKey | keyof React.CSSProperties | false; | ||
@@ -241,3 +241,3 @@ prop: PropKey; | ||
export function style<PropKey extends string, Theme extends object>( | ||
options: StyleOptions<PropKey, Theme> | ||
options: StyleOptions<PropKey> | ||
): StyleFunction<{ [K in PropKey]?: unknown } & { theme: Theme }>; | ||
@@ -244,0 +244,0 @@ |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.22 | ||
/** @license Material-UI v5.0.0-alpha.23 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.22 | ||
/** @license Material-UI v5.0.0-alpha.23 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.22 | ||
/** @license Material-UI v5.0.0-alpha.23 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
{ | ||
"name": "@material-ui/system", | ||
"version": "5.0.0-alpha.22", | ||
"version": "5.0.0-alpha.23", | ||
"private": false, | ||
@@ -40,3 +40,3 @@ "author": "Material-UI Team", | ||
"@babel/runtime": "^7.4.4", | ||
"@material-ui/utils": "5.0.0-alpha.22", | ||
"@material-ui/utils": "5.0.0-alpha.23", | ||
"csstype": "^3.0.2", | ||
@@ -43,0 +43,0 @@ "prop-types": "^15.7.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
837455
+ Added@material-ui/utils@5.0.0-alpha.23(transitive)
- Removed@material-ui/utils@5.0.0-alpha.22(transitive)