@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.js
CHANGED
|
@@ -14131,7 +14131,7 @@ var StyledImageWithWrapper = function StyledImageWithWrapper(_ref2) {
|
|
|
14131
14131
|
}, /*#__PURE__*/React__default.createElement(StyledImage, _extends$2({
|
|
14132
14132
|
as: image !== null && image !== void 0 ? image : "img",
|
|
14133
14133
|
height: 0,
|
|
14134
|
-
sizes: "(max-width: 480px) 700vw, (max-width: 768px) 500vw, (max-width: 1200px) 300vw, (max-width: 1500px) 250vw, 100vw",
|
|
14134
|
+
sizes: "(max-width: 480px) 700vw, (max-width: 768px) 500vw, (max-width: 1024px) 400vw, (max-width: 1200px) 300vw, (max-width: 1500px) 250vw, 100vw",
|
|
14135
14135
|
width: 0
|
|
14136
14136
|
}, props)));
|
|
14137
14137
|
};
|