@bigbinary/neeto-site-blocks 1.16.4 → 1.16.5

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
@@ -5933,7 +5933,7 @@ var StyledImageWithWrapper = function StyledImageWithWrapper(_ref2) {
5933
5933
  children: /*#__PURE__*/jsxRuntime.jsx(StyledImage, _objectSpread$E({
5934
5934
  as: image !== null && image !== void 0 ? image : "img",
5935
5935
  height: 0,
5936
- sizes: "(max-width: 480px) 700vw, (max-width: 768px) 500vw, (max-width: 1024px) 400vw, (max-width: 1200px) 300vw, (max-width: 1500px) 250vw, 100vw",
5936
+ sizes: "(max-width: 480px) 700vw, (max-width: 768px) 500vw, (max-width: 1024px) 400vw, (max-width: 1200px) 300vw, (max-width: 1500px) 250vw, 150vw",
5937
5937
  width: 0
5938
5938
  }, props))
5939
5939
  });