@bigbinary/neetoui 5.2.19 → 5.2.21

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/layouts.cjs.js CHANGED
@@ -4713,7 +4713,6 @@ var Avatar = function Avatar(_ref) {
4713
4713
  }) : /*#__PURE__*/React__default["default"].createElement("img", {
4714
4714
  alt: "avatar-".concat(avatarString),
4715
4715
  className: imageClasses,
4716
- "data-chromatic": "ignore",
4717
4716
  src: imageUrl,
4718
4717
  onError: function onError() {
4719
4718
  return setIsLoadingFailed(true);