react-selectable-fast
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -625,3 +625,4 @@ 'use strict'; | ||
ref: 'selectableGroup', | ||
className: this.props.className + ' ' + (this.state.selectionMode ? this.props.selectionModeClass : '') | ||
className: this.props.className + ' ' + (this.state.selectionMode ? this.props.selectionModeClass : ''), | ||
style: this.props.style | ||
}, | ||
@@ -644,2 +645,3 @@ _react2.default.createElement(_Selectbox2.default, { fixedPosition: this.props.fixedPosition, ref: 'selectbox' }), | ||
clickableClassName: _react.PropTypes.string, | ||
style: _react.PropTypes.object, | ||
selectionModeClass: _react.PropTypes.string, | ||
@@ -646,0 +648,0 @@ onSelectionClear: _react.PropTypes.func, |
{ | ||
"name": "react-selectable-fast", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Enable other React components to be selectable by drawing a box with your mouse", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
3852619
7321