@bigbinary/neeto-site-blocks 1.11.0-beta2 → 1.11.0-beta3
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/dist/index.cjs.js +7 -9
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +7 -9
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -42967,18 +42967,16 @@ var HeroWithGallery = function HeroWithGallery(_ref) {
|
|
|
42967
42967
|
className: "ns-hero-with-slider",
|
|
42968
42968
|
onSwiper: setSwiper
|
|
42969
42969
|
}, slides.map(function (_ref7, index) {
|
|
42970
|
-
var content = _ref7.content
|
|
42971
|
-
|
|
42972
|
-
|
|
42970
|
+
var content = _ref7.content;
|
|
42971
|
+
_ref7.buttons;
|
|
42972
|
+
_ref7.media;
|
|
42973
42973
|
return /*#__PURE__*/React__default["default"].createElement(SwiperSlide, {
|
|
42974
42974
|
className: classnames("my-auto", className),
|
|
42975
42975
|
key: getUniqueKey(content.title, index)
|
|
42976
|
-
},
|
|
42977
|
-
|
|
42978
|
-
|
|
42979
|
-
|
|
42980
|
-
index: index
|
|
42981
|
-
}));
|
|
42976
|
+
}, /*#__PURE__*/React__default["default"].createElement("h1", null, "Hello"));
|
|
42977
|
+
}), /*#__PURE__*/React__default["default"].createElement(Pagination, {
|
|
42978
|
+
swiper: swiper,
|
|
42979
|
+
className: "!relative"
|
|
42982
42980
|
})), /*#__PURE__*/React__default["default"].createElement(ArrowButton, {
|
|
42983
42981
|
Icon: ArrowRightS$1,
|
|
42984
42982
|
className: "hidden sm:flex",
|