react-multi-carousel
Advanced tools
Comparing version 1.2.11 to 1.3.0
@@ -19,3 +19,3 @@ "use strict"; | ||
: "auto" | ||
}, className: itemClass }, child)); }); | ||
}, className: "react-multi-carousel-item " + itemClass }, child)); }); | ||
} | ||
@@ -30,5 +30,5 @@ return React.Children.toArray(children).map(function (child, index) { return (React.createElement("li", { key: index, "data-index": index, "aria-hidden": utils_1.getIfSlideIsVisbile(index, state) ? "false" : "true", style: { | ||
: "auto" | ||
}, className: itemClass }, child)); }); | ||
}, className: "react-multi-carousel-item " + itemClass }, child)); }); | ||
}; | ||
exports.default = CarouselItems; | ||
//# sourceMappingURL=CarouselItems.js.map |
{ | ||
"name": "react-multi-carousel", | ||
"version": "1.2.11", | ||
"version": "1.3.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
150396
1848