react-image-annotate-master-custom 0.0.28 → 0.0.30

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.
@@ -30,7 +30,7 @@ var RegionComponents = {
30
30
  cy: "-0.5",
31
31
  r: "5.817",
32
32
  style: {
33
- fill: !(region === null || region === void 0 ? void 0 : region.isNew) ? colorAlpha((region === null || region === void 0 ? void 0 : region.severityColor) || "#FFF", 1) : colorAlpha((region === null || region === void 0 ? void 0 : region.severityColor) || "#E45B21", 1)
33
+ fill: (region === null || region === void 0 ? void 0 : region.hideColor) || (region === null || region === void 0 ? void 0 : region.isNew) ? colorAlpha("#E45B21", 1) : colorAlpha((region === null || region === void 0 ? void 0 : region.severityColor) || "#FFF", 1)
34
34
  }
35
35
  }));
36
36
  }),
@@ -238,7 +238,6 @@ export var WrappedRegionList = memo(function (_ref19) {
238
238
  iw = _ref19.iw,
239
239
  ih = _ref19.ih,
240
240
  fullSegmentationMode = _ref19.fullSegmentationMode;
241
- console.log("🚀 ~ regions:", regions);
242
241
  return regions.filter(function (r) {
243
242
  return r.visible !== false;
244
243
  }).map(function (r) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-image-annotate-master-custom",
3
- "version": "0.0.28",
3
+ "version": "0.0.30",
4
4
  "dependencies": {
5
5
  "@fortawesome/fontawesome-svg-core": "^1.2.12",
6
6
  "@fortawesome/free-solid-svg-icons": "^5.6.3",