verious-react
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -20,3 +20,5 @@ "use strict"; | ||
pull = _ref.pull, | ||
visibility = _ref.visibility; | ||
visibility = _ref.visibility, | ||
width = _ref.width, | ||
height = _ref.height; | ||
var classes = []; | ||
@@ -82,2 +84,10 @@ | ||
if (width) { | ||
classes = _toConsumableArray(classes).concat(["vs-width-".concat(width)]); | ||
} | ||
if (height) { | ||
classes = _toConsumableArray(classes).concat(["vs-width-".concat(height)]); | ||
} | ||
return classes.join(" "); | ||
@@ -92,3 +102,5 @@ } | ||
pull = _ref2.pull, | ||
visibility = _ref2.visibility; | ||
visibility = _ref2.visibility, | ||
width = _ref2.width, | ||
height = _ref2.height; | ||
return _react.default.createElement("div", { | ||
@@ -100,3 +112,5 @@ style: style, | ||
pull: pull, | ||
visibility: visibility | ||
visibility: visibility, | ||
width: width, | ||
height: height | ||
}) | ||
@@ -103,0 +117,0 @@ }, children); |
{ | ||
"name": "verious-react", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"author": "Charles Pinnix", | ||
@@ -5,0 +5,0 @@ "website": "https://www.verious.io/", |
17159
376