@mjhls/mjh-framework 1.0.361 → 1.0.362
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/README.md +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/cjs/index.js
CHANGED
|
@@ -3186,7 +3186,7 @@ var Slideshow = function Slideshow(_ref) {
|
|
|
3186
3186
|
reactBootstrap.Carousel,
|
|
3187
3187
|
{ activeIndex: carouselIndex, onSelect: function onSelect(selectedIndex, e) {
|
|
3188
3188
|
return onChangeSlide(selectedIndex, router);
|
|
3189
|
-
} },
|
|
3189
|
+
}, interval: null },
|
|
3190
3190
|
slides && slides.map(function (slide) {
|
|
3191
3191
|
return React__default.createElement(
|
|
3192
3192
|
reactBootstrap.Carousel.Item,
|
package/dist/esm/index.js
CHANGED
|
@@ -3183,7 +3183,7 @@ var Slideshow = function Slideshow(_ref) {
|
|
|
3183
3183
|
Carousel,
|
|
3184
3184
|
{ activeIndex: carouselIndex, onSelect: function onSelect(selectedIndex, e) {
|
|
3185
3185
|
return onChangeSlide(selectedIndex, router);
|
|
3186
|
-
} },
|
|
3186
|
+
}, interval: null },
|
|
3187
3187
|
slides && slides.map(function (slide) {
|
|
3188
3188
|
return React__default.createElement(
|
|
3189
3189
|
Carousel.Item,
|