@material-ui/system
Advanced tools
Comparing version 4.9.6 to 4.9.10
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v4.9.6 | ||
/** @license Material-UI v4.9.10 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -38,3 +38,3 @@ import * as CSS from 'csstype'; | ||
export function breakpoints<Props, Breakpoints extends string = DefaultBreakPoints>( | ||
styleFunction: StyleFunction<Props>, | ||
styleFunction: StyleFunction<Props> | ||
): StyleFunction<Partial<Record<Breakpoints, Props>>>; | ||
@@ -59,3 +59,3 @@ | ||
export function css<Props>( | ||
styleFunction: StyleFunction<Props>, | ||
styleFunction: StyleFunction<Props> | ||
): StyleFunction<Props & { css: Omit<Props, 'theme'> }>; | ||
@@ -185,3 +185,3 @@ | ||
export function style<PropKey extends string, Theme extends object>( | ||
options: StyleOptions<PropKey, Theme>, | ||
options: StyleOptions<PropKey, Theme> | ||
): StyleFunction<{ [K in PropKey]?: unknown } & { theme: Theme }>; | ||
@@ -188,0 +188,0 @@ |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v4.9.6 | ||
/** @license Material-UI v4.9.10 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
{ | ||
"name": "@material-ui/system", | ||
"version": "4.9.6", | ||
"version": "4.9.10", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "author": "Material-UI 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
623442