@material-ui/system
Advanced tools
Comparing version 5.0.0-alpha.1 to 5.0.0-alpha.6
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.1 | ||
/** @license Material-UI v5.0.0-alpha.6 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -1,2 +0,2 @@ | ||
import * as CSS from 'csstype'; | ||
import * as React from 'react'; | ||
// disable automatic export | ||
@@ -173,3 +173,3 @@ export {}; | ||
export interface StyleOptions<PropKey, Theme extends object> { | ||
cssProperty?: PropKey | keyof CSS.Properties | false; | ||
cssProperty?: PropKey | keyof React.CSSProperties | false; | ||
prop: PropKey; | ||
@@ -205,5 +205,5 @@ /** | ||
export const visuallyHidden: CSS.Properties; | ||
export const visuallyHidden: React.CSSProperties; | ||
// utils | ||
type Omit<T, K> = Pick<T, Exclude<keyof T, K>>; |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v5.0.0-alpha.1 | ||
/** @license Material-UI v5.0.0-alpha.6 | ||
* | ||
@@ -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.1", | ||
"version": "5.0.0-alpha.6", | ||
"private": false, | ||
@@ -42,3 +42,2 @@ "author": "Material-UI Team", | ||
"@material-ui/utils": "^5.0.0-alpha.1", | ||
"csstype": "^2.5.2", | ||
"prop-types": "^15.7.2" | ||
@@ -45,0 +44,0 @@ }, |
Sorry, the diff of this file is too big to display
677121
6
- Removedcsstype@^2.5.2
- Removedcsstype@2.6.21(transitive)