@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 +1 -1
- package/dist/cjs/index.js +7 -2
- package/dist/esm/index.js +7 -2
- package/package.json +1 -1
package/README.md
CHANGED
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-
|
|
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-
|
|
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
|
};
|