intelicoreact 1.4.37 → 1.4.38

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,7 +121,11 @@ const Tag = _ref => {
121
121
  className: "tag__label"
122
122
  }, label || name), removeItem && !isNoDismiss && /*#__PURE__*/_react.default.createElement("button", {
123
123
  "data-testid": testIdRemove,
124
- onClick: () => removeItem(value),
124
+ onClick: e => {
125
+ e === null || e === void 0 ? void 0 : e.preventDefault();
126
+ e === null || e === void 0 ? void 0 : e.stopPropagation();
127
+ removeItem(value);
128
+ },
125
129
  className: "tag__button"
126
130
  }, /*#__PURE__*/_react.default.createElement(_reactFeather.X, {
127
131
  className: "color--text"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.4.37",
3
+ "version": "1.4.38",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [