react-image-annotate-master-custom 0.0.8 → 0.0.10

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.
@@ -121,8 +121,8 @@ export var HighlightBox = function HighlightBox(_ref) {
121
121
  }), React.createElement("path", {
122
122
  d: pathDVertical
123
123
  })), React.createElement("svg", Object.assign({
124
- key: "".concat(r.id, "-box"),
125
- id: "".concat(r.id, "-box"),
124
+ key: "".concat(r.id),
125
+ id: "".concat(r.id),
126
126
  className: classnames(classes.highlightLight, {
127
127
  highlighted: r.highlighted
128
128
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-image-annotate-master-custom",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "dependencies": {
5
5
  "@fortawesome/fontawesome-svg-core": "^1.2.12",
6
6
  "@fortawesome/free-solid-svg-icons": "^5.6.3",