@bigbinary/neetoui 6.2.4 → 6.2.5

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/index.cjs.js CHANGED
@@ -32506,8 +32506,9 @@ var Tag = /*#__PURE__*/React$3.forwardRef(function (_ref, ref) {
32506
32506
  } : icon || React$3.Fragment;
32507
32507
  var renderLabel = label || children;
32508
32508
  return /*#__PURE__*/React__default["default"].createElement("div", _extends$4({
32509
- "data-testid": "tag-container",
32510
32509
  ref: ref,
32510
+ "data-cy": "tag-container",
32511
+ "data-testid": "tag-container",
32511
32512
  className: classnames$1("neeto-ui-tag", {
32512
32513
  "neeto-ui-tag--size-large": size === SIZES$4.large,
32513
32514
  "neeto-ui-tag--size-small": size === SIZES$4.small,