@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.js CHANGED
@@ -5909,12 +5909,14 @@ var StyledImageWithWrapper = function StyledImageWithWrapper(_ref2) {
5909
5909
  "neeto-site-highlight__element": disableButtonAndLinks && !isAddNewPane
5910
5910
  }, wrapperClassName, wrapperClassName)),
5911
5911
  onClick: disableButtonAndLinks && handleImageClick,
5912
- children: /*#__PURE__*/jsx(StyledImage, _objectSpread$E({
5912
+ children: /*#__PURE__*/jsx(StyledImage, _objectSpread$E(_objectSpread$E({
5913
5913
  as: image !== null && image !== void 0 ? image : "img",
5914
5914
  height: 0,
5915
5915
  sizes: "(max-width: 480px) 700vw, (max-width: 768px) 500vw, (max-width: 1024px) 400vw, (max-width: 1200px) 300vw, (max-width: 1500px) 250vw, 150vw",
5916
5916
  width: 0
5917
- }, props))
5917
+ }, props), {}, {
5918
+ alt: props.alt || "Image"
5919
+ }))
5918
5920
  });
5919
5921
  };
5920
5922
  var StyledImage$1 = withConditionalRender(StyledImageWithWrapper, prop("src"));
@@ -17338,6 +17340,7 @@ var Slides = function Slides(_ref) {
17338
17340
  }, design.backgroundImage),
17339
17341
  className: classnames("neeto-site-block-wrapper relative lg:w-9/12", baseClasses),
17340
17342
  children: [slide.logoUrl && /*#__PURE__*/jsx("img", {
17343
+ alt: "Slide",
17341
17344
  className: "absolute right-12 top-8 w-20",
17342
17345
  src: slide.logoUrl
17343
17346
  }), renderSwiperSlide(slide)]