@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 CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # mjh-framework v. 1.0.361
2
+ # mjh-framework v. 1.0.362
3
3
 
4
4
 
5
5
  > Foundation Framework
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.361",
3
+ "version": "1.0.362",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",