fela-bindings
Advanced tools
Comparing version 10.1.3 to 10.2.0
@@ -19,8 +19,12 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
var css = props.css, | ||
key = props.key, | ||
ref = props.ref, | ||
className = props.className, | ||
otherProps = _objectWithoutProperties(props, ['css', 'className']); | ||
otherProps = _objectWithoutProperties(props, ['css', 'key', 'ref', 'className']); | ||
if (css) { | ||
return createElement(FelaComponent, { | ||
style: css | ||
style: css, | ||
key: key, | ||
ref: ref | ||
}, function (renderProps) { | ||
@@ -27,0 +31,0 @@ return createElement.apply(undefined, [type, _extends({}, otherProps, { |
@@ -27,8 +27,12 @@ 'use strict'; | ||
var css = props.css, | ||
key = props.key, | ||
ref = props.ref, | ||
className = props.className, | ||
otherProps = _objectWithoutProperties(props, ['css', 'className']); | ||
otherProps = _objectWithoutProperties(props, ['css', 'key', 'ref', 'className']); | ||
if (css) { | ||
return createElement(FelaComponent, { | ||
style: css | ||
style: css, | ||
key: key, | ||
ref: ref | ||
}, function (renderProps) { | ||
@@ -35,0 +39,0 @@ return createElement.apply(undefined, [type, _extends({}, otherProps, { |
{ | ||
"name": "fela-bindings", | ||
"version": "10.1.3", | ||
"version": "10.2.0", | ||
"description": "Abstract binding factories for Fela", | ||
@@ -29,8 +29,8 @@ "main": "lib/index.js", | ||
"fast-loops": "^1.0.0", | ||
"fela-dom": "^10.1.3", | ||
"fela-tools": "^10.1.3", | ||
"fela-dom": "^10.2.0", | ||
"fela-tools": "^10.2.0", | ||
"react-addons-shallow-compare": "^15.6.2", | ||
"shallow-equal": "^1.0.0" | ||
}, | ||
"gitHead": "05e0b56bc70926e5389114720066d0ce02bf68ec" | ||
"gitHead": "2271df3339a3c3a22e8fd4c457f5cc5a1729a1a8" | ||
} |
65319
1157
Updatedfela-dom@^10.2.0
Updatedfela-tools@^10.2.0