material-ui-chip-input
Advanced tools
Comparing version 0.13.2 to 0.13.3
@@ -652,3 +652,3 @@ 'use strict'; | ||
ChipInput.contextTypes = { | ||
muiTheme: _react2.default.PropTypes.object.isRequired | ||
muiTheme: _propTypes2.default.object.isRequired | ||
}; | ||
@@ -655,0 +655,0 @@ |
{ | ||
"name": "material-ui-chip-input", | ||
"version": "0.13.2", | ||
"version": "0.13.3", | ||
"description": "A chip input field using Material-UI.", | ||
@@ -5,0 +5,0 @@ "main": "lib/ChipInput.js", |
@@ -112,3 +112,3 @@ /** | ||
static contextTypes = { | ||
muiTheme: React.PropTypes.object.isRequired, | ||
muiTheme: PropTypes.object.isRequired, | ||
}; | ||
@@ -115,0 +115,0 @@ |
import React from 'react' | ||
import PropTypes from 'prop-types' | ||
import ChipInput from '../src/ChipInput' | ||
@@ -45,5 +46,5 @@ | ||
ControlledChipInput.propTypes = { | ||
addOnBlur: React.PropTypes.bool | ||
addOnBlur: PropTypes.bool | ||
} | ||
export default ControlledChipInput |
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
413637
1434