@bigbinary/neeto-site-blocks 1.3.3 → 1.4.0
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 +2 -0
- 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 +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -41427,6 +41427,7 @@ var HeroWithMultipleLayouts = function HeroWithMultipleLayouts(_ref) {
|
|
|
41427
41427
|
}, slides.length > 1 ? /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement(ArrowButton, {
|
|
41428
41428
|
isStart: true,
|
|
41429
41429
|
Icon: ArrowLeftS$1,
|
|
41430
|
+
className: "hidden sm:flex",
|
|
41430
41431
|
design: design.navigationButtons,
|
|
41431
41432
|
isActive: activeIndex > 0,
|
|
41432
41433
|
onClick: function onClick() {
|
|
@@ -41459,6 +41460,7 @@ var HeroWithMultipleLayouts = function HeroWithMultipleLayouts(_ref) {
|
|
|
41459
41460
|
}));
|
|
41460
41461
|
})), /*#__PURE__*/React__default["default"].createElement(ArrowButton, {
|
|
41461
41462
|
Icon: ArrowRightS$1,
|
|
41463
|
+
className: "hidden sm:flex",
|
|
41462
41464
|
design: design.navigationButtons,
|
|
41463
41465
|
isActive: activeIndex < slides.length - 1,
|
|
41464
41466
|
onClick: function onClick() {
|