react-dribble-button
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -150,3 +150,4 @@ 'use strict'; | ||
effectClassName = _props.effectClassName, | ||
props = (0, _objectWithoutProperties3.default)(_props, ['color', 'classes', 'children', 'component', 'className', 'effectClassName']); | ||
animationDuration = _props.animationDuration, | ||
props = (0, _objectWithoutProperties3.default)(_props, ['color', 'classes', 'children', 'component', 'className', 'effectClassName', 'animationDuration']); | ||
@@ -180,3 +181,3 @@ | ||
onClick: _propTypes2.default.func, | ||
children: _propTypes2.default.children, | ||
children: _propTypes2.default.oneOfType([_propTypes2.default.arrayOf(_propTypes2.default.node), _propTypes2.default.node]), | ||
className: _propTypes2.default.string, | ||
@@ -183,0 +184,0 @@ component: _propTypes2.default.oneOfType([_propTypes2.default.string, _propTypes2.default.element]), |
{ | ||
"name": "react-dribble-button", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "The Button component with pretty nice hive and click effects", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
34341760
495
0