react-lite-dropdown
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -13,3 +13,3 @@ (function() { | ||
DropdownMenu = React.createFactory(React.createClass({ | ||
displayName: 'light-dropdown-menu', | ||
displayName: 'lite-dropdown-menu', | ||
propTypes: { | ||
@@ -46,3 +46,3 @@ onClose: T.func | ||
module.exports = React.createClass({ | ||
displayName: 'light-dropdown', | ||
displayName: 'lite-dropdown', | ||
propTypes: { | ||
@@ -74,3 +74,3 @@ show: T.bool.isRequired, | ||
var className; | ||
className = classnames('light-dropdown', "is-for-" + this.props.name, { | ||
className = classnames('lite-dropdown', "is-for-" + this.props.name, { | ||
'is-chosen': this.props.displayText != null | ||
@@ -77,0 +77,0 @@ }); |
{ | ||
"name": "react-lite-dropdown", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Dropdown menu from Talk by teambition", | ||
@@ -5,0 +5,0 @@ "main": "lib/dropdown.js", |
Sorry, the diff of this file is not supported yet
10233
8
181