@mjhls/mjh-framework 1.0.332 → 1.0.333

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.332
2
+ # mjh-framework v. 1.0.333
3
3
 
4
4
  > Foundation Framework
5
5
 
package/dist/cjs/index.js CHANGED
@@ -13604,10 +13604,10 @@ var Slideshow$1 = function Slideshow(_ref) {
13604
13604
 
13605
13605
  return React__default.createElement(
13606
13606
  'div',
13607
- { className: 'mt-3 mb-3' },
13607
+ { className: 'mt-3 mb-4' },
13608
13608
  React__default.createElement(
13609
13609
  reactBootstrap.Carousel,
13610
- { activeIndex: carouselIndex, onSelect: onChangeSlide },
13610
+ { activeIndex: carouselIndex, onSelect: onChangeSlide, interval: null },
13611
13611
  slides && slides.map(function (slide) {
13612
13612
  if (slide.slideshowImage && slide.slideshowImage.asset) {
13613
13613
  return React__default.createElement(
@@ -13632,6 +13632,11 @@ var Slideshow$1 = function Slideshow(_ref) {
13632
13632
  }
13633
13633
  return null;
13634
13634
  })
13635
+ ),
13636
+ React__default.createElement(
13637
+ 'style',
13638
+ { jsx: 'true' },
13639
+ '\n .carousel-indicators {\n bottom: -2.5rem!important;\n }\n .carousel-indicators li{\n width: 20px;\n height: 20px;\n border-radius: 50%!important;\n background-color: var(--secondary);\n }\n .carousel-control-prev{\n justify-content: flex-start;\n \n } \n .carousel-control-next {\n justify-content: flex-end;\n \n }\n '
13635
13640
  )
13636
13641
  );
13637
13642
  };
package/dist/esm/index.js CHANGED
@@ -13601,10 +13601,10 @@ var Slideshow$1 = function Slideshow(_ref) {
13601
13601
 
13602
13602
  return React__default.createElement(
13603
13603
  'div',
13604
- { className: 'mt-3 mb-3' },
13604
+ { className: 'mt-3 mb-4' },
13605
13605
  React__default.createElement(
13606
13606
  Carousel,
13607
- { activeIndex: carouselIndex, onSelect: onChangeSlide },
13607
+ { activeIndex: carouselIndex, onSelect: onChangeSlide, interval: null },
13608
13608
  slides && slides.map(function (slide) {
13609
13609
  if (slide.slideshowImage && slide.slideshowImage.asset) {
13610
13610
  return React__default.createElement(
@@ -13629,6 +13629,11 @@ var Slideshow$1 = function Slideshow(_ref) {
13629
13629
  }
13630
13630
  return null;
13631
13631
  })
13632
+ ),
13633
+ React__default.createElement(
13634
+ 'style',
13635
+ { jsx: 'true' },
13636
+ '\n .carousel-indicators {\n bottom: -2.5rem!important;\n }\n .carousel-indicators li{\n width: 20px;\n height: 20px;\n border-radius: 50%!important;\n background-color: var(--secondary);\n }\n .carousel-control-prev{\n justify-content: flex-start;\n \n } \n .carousel-control-next {\n justify-content: flex-end;\n \n }\n '
13632
13637
  )
13633
13638
  );
13634
13639
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.332",
3
+ "version": "1.0.333",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",