Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "melon", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "ui components for react", | ||
@@ -5,0 +5,0 @@ "main": "./src", |
@@ -46,3 +46,4 @@ (function (global, factory) { | ||
active = _props.active, | ||
rest = babelHelpers.objectWithoutProperties(_props, ['height', 'maximum', 'minimum', 'value', 'disableFocusRipple', 'pointerSize', 'active']); | ||
variants = _props.variants, | ||
rest = babelHelpers.objectWithoutProperties(_props, ['height', 'maximum', 'minimum', 'value', 'disableFocusRipple', 'pointerSize', 'active', 'variants']); | ||
@@ -75,5 +76,7 @@ | ||
var className = cx().part('wrapper').addVariants(variants).addStates({ active: active }).build(); | ||
return _react2['default'].createElement( | ||
'div', | ||
babelHelpers['extends']({}, rest, { className: cx().part('wrapper').addStates({ active: active }).build() }), | ||
babelHelpers['extends']({}, rest, { className: className }), | ||
_react2['default'].createElement( | ||
@@ -80,0 +83,0 @@ 'div', |
Sorry, the diff of this file is not supported yet
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
1369204
6614