@bigbinary/neeto-site-blocks 1.10.10 → 1.10.11
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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -14168,7 +14168,7 @@ var StyledImageWithWrapper = function StyledImageWithWrapper(_ref2) {
|
|
|
14168
14168
|
}, /*#__PURE__*/React__default["default"].createElement(StyledImage, _extends__default["default"]({
|
|
14169
14169
|
as: image !== null && image !== void 0 ? image : "img",
|
|
14170
14170
|
height: 0,
|
|
14171
|
-
sizes: "(max-width: 480px) 700vw, (max-width: 768px) 500vw, (max-width: 1200px) 300vw, (max-width: 1500px) 250vw, 100vw",
|
|
14171
|
+
sizes: "(max-width: 480px) 700vw, (max-width: 768px) 500vw, (max-width: 1024px) 400vw, (max-width: 1200px) 300vw, (max-width: 1500px) 250vw, 100vw",
|
|
14172
14172
|
width: 0
|
|
14173
14173
|
}, props)));
|
|
14174
14174
|
};
|