@material-ui/utils
Advanced tools
Comparing version 4.0.0-alpha.0 to 4.0.0-alpha.2
@@ -1,5 +0,5 @@ | ||
export { default as componentPropType } from './componentPropType'; | ||
export { default as chainPropTypes } from './chainPropTypes'; | ||
export { default as exactProp } from './exactProp'; | ||
export { default as getDisplayName } from './getDisplayName'; | ||
export { default as hoistMuiStatics } from './hoistMuiStatics'; | ||
export { default as ponyfillGlobal } from './ponyfillGlobal'; |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v4.0.0-alpha.0 | ||
/** @license Material-UI v4.0.0-alpha.2 | ||
* | ||
@@ -6,6 +6,6 @@ * This source code is licensed under the MIT license found in the | ||
*/ | ||
export { default as componentPropType } from './componentPropType'; | ||
export { default as chainPropTypes } from './chainPropTypes'; | ||
export { default as exactProp } from './exactProp'; | ||
export { default as getDisplayName } from './getDisplayName'; | ||
export { default as hoistMuiStatics } from './hoistMuiStatics'; | ||
export { default as ponyfillGlobal } from './ponyfillGlobal'; |
18
index.js
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v4.0.0-alpha.0 | ||
/** @license Material-UI v4.0.0-alpha.2 | ||
* | ||
@@ -13,8 +13,2 @@ * This source code is licensed under the MIT license found in the | ||
}); | ||
Object.defineProperty(exports, "componentPropType", { | ||
enumerable: true, | ||
get: function get() { | ||
return _componentPropType.default; | ||
} | ||
}); | ||
Object.defineProperty(exports, "chainPropTypes", { | ||
@@ -38,2 +32,8 @@ enumerable: true, | ||
}); | ||
Object.defineProperty(exports, "hoistMuiStatics", { | ||
enumerable: true, | ||
get: function get() { | ||
return _hoistMuiStatics.default; | ||
} | ||
}); | ||
Object.defineProperty(exports, "ponyfillGlobal", { | ||
@@ -46,4 +46,2 @@ enumerable: true, | ||
var _componentPropType = _interopRequireDefault(require("./componentPropType")); | ||
var _chainPropTypes = _interopRequireDefault(require("./chainPropTypes")); | ||
@@ -55,2 +53,4 @@ | ||
var _hoistMuiStatics = _interopRequireDefault(require("./hoistMuiStatics")); | ||
var _ponyfillGlobal = _interopRequireDefault(require("./ponyfillGlobal")); |
@@ -5,3 +5,3 @@ { | ||
"author": "Material-UI Team", | ||
"version": "4.0.0-alpha.0", | ||
"version": "4.0.0-alpha.2", | ||
"description": "Material-UI Utils - Utility functions for Material-UI.", | ||
@@ -31,3 +31,3 @@ "main": "./index.js", | ||
"@babel/runtime": "^7.2.0", | ||
"prop-types": "^15.6.0", | ||
"prop-types": "^15.7.2", | ||
"react-is": "^16.8.0" | ||
@@ -34,0 +34,0 @@ }, |
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
397798
3
387
Updatedprop-types@^15.7.2