@bigbinary/neeto-site-blocks 1.10.11 → 1.10.12
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 +4 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -73,7 +73,7 @@ var ArrowButton = function ArrowButton(_ref) {
|
|
|
73
73
|
}, /*#__PURE__*/React__default["default"].createElement(StyledIcon, {
|
|
74
74
|
className: "rounded-full border p-1",
|
|
75
75
|
fill: (design === null || design === void 0 ? void 0 : design.navigationActiveColor) || "#1F2433",
|
|
76
|
-
size:
|
|
76
|
+
size: 25
|
|
77
77
|
}));
|
|
78
78
|
};
|
|
79
79
|
|
|
@@ -21153,13 +21153,14 @@ var CardsInGridView = function CardsInGridView(_ref) {
|
|
|
21153
21153
|
}, title), /*#__PURE__*/React__default["default"].createElement(ArrowButton, {
|
|
21154
21154
|
isStart: true,
|
|
21155
21155
|
Icon: ArrowLeft$1,
|
|
21156
|
+
className: "flex-shrink-0",
|
|
21156
21157
|
isActive: activeIndex > 0,
|
|
21157
21158
|
onClick: function onClick() {
|
|
21158
21159
|
var _swiperRef$current;
|
|
21159
21160
|
return (_swiperRef$current = swiperRef.current) === null || _swiperRef$current === void 0 ? void 0 : _swiperRef$current.slidePrev();
|
|
21160
21161
|
}
|
|
21161
21162
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21162
|
-
className: "col-span-
|
|
21163
|
+
className: "col-span-10 col-start-2"
|
|
21163
21164
|
}, /*#__PURE__*/React__default["default"].createElement(Swiper, {
|
|
21164
21165
|
loop: true,
|
|
21165
21166
|
breakpointsBase: "container",
|
|
@@ -21188,6 +21189,7 @@ var CardsInGridView = function CardsInGridView(_ref) {
|
|
|
21188
21189
|
})));
|
|
21189
21190
|
}))), /*#__PURE__*/React__default["default"].createElement(ArrowButton, {
|
|
21190
21191
|
Icon: ArrowRight$1,
|
|
21192
|
+
className: "flex-shrink-0",
|
|
21191
21193
|
isActive: activeIndex < cards.length - 2,
|
|
21192
21194
|
onClick: function onClick() {
|
|
21193
21195
|
var _swiperRef$current2;
|