@bigbinary/neeto-site-blocks 1.16.18 → 1.16.19

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 CHANGED
@@ -5928,12 +5928,14 @@ var StyledImageWithWrapper = function StyledImageWithWrapper(_ref2) {
5928
5928
  "neeto-site-highlight__element": disableButtonAndLinks && !isAddNewPane
5929
5929
  }, wrapperClassName, wrapperClassName)),
5930
5930
  onClick: disableButtonAndLinks && handleImageClick,
5931
- children: /*#__PURE__*/jsxRuntime.jsx(StyledImage, _objectSpread$E({
5931
+ children: /*#__PURE__*/jsxRuntime.jsx(StyledImage, _objectSpread$E(_objectSpread$E({
5932
5932
  as: image !== null && image !== void 0 ? image : "img",
5933
5933
  height: 0,
5934
5934
  sizes: "(max-width: 480px) 700vw, (max-width: 768px) 500vw, (max-width: 1024px) 400vw, (max-width: 1200px) 300vw, (max-width: 1500px) 250vw, 150vw",
5935
5935
  width: 0
5936
- }, props))
5936
+ }, props), {}, {
5937
+ alt: props.alt || "Image"
5938
+ }))
5937
5939
  });
5938
5940
  };
5939
5941
  var StyledImage$1 = withConditionalRender(StyledImageWithWrapper, ramda.prop("src"));
@@ -17357,6 +17359,7 @@ var Slides = function Slides(_ref) {
17357
17359
  }, design.backgroundImage),
17358
17360
  className: classnames__default["default"]("neeto-site-block-wrapper relative lg:w-9/12", baseClasses),
17359
17361
  children: [slide.logoUrl && /*#__PURE__*/jsxRuntime.jsx("img", {
17362
+ alt: "Slide",
17360
17363
  className: "absolute right-12 top-8 w-20",
17361
17364
  src: slide.logoUrl
17362
17365
  }), renderSwiperSlide(slide)]