@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.js CHANGED
@@ -4705,7 +4705,6 @@ var Avatar = function Avatar(_ref) {
4705
4705
  }) : /*#__PURE__*/React.createElement("img", {
4706
4706
  alt: "avatar-".concat(avatarString),
4707
4707
  className: imageClasses,
4708
- "data-chromatic": "ignore",
4709
4708
  src: imageUrl,
4710
4709
  onError: function onError() {
4711
4710
  return setIsLoadingFailed(true);