@useblu/ocean-react 1.101.0 → 1.103.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -5099,6 +5099,7 @@ var Carousel = function (_a) {
5099
5099
  var appendDots = function (dots) { return (e.createElement(CarouselDotList, { dots: dots })); };
5100
5100
  var settings = {
5101
5101
  dots: true,
5102
+ arrows: true,
5102
5103
  infinite: infinite,
5103
5104
  speed: 1500,
5104
5105
  slidesToShow: columnsAsNumber,