@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/formik.cjs.js CHANGED
@@ -26340,8 +26340,9 @@ var Tag = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
26340
26340
  } : icon || React.Fragment;
26341
26341
  var renderLabel = label || children;
26342
26342
  return /*#__PURE__*/React__default["default"].createElement("div", _extends$2({
26343
- "data-testid": "tag-container",
26344
26343
  ref: ref,
26344
+ "data-cy": "tag-container",
26345
+ "data-testid": "tag-container",
26345
26346
  className: classnames$1("neeto-ui-tag", {
26346
26347
  "neeto-ui-tag--size-large": size === SIZES$2.large,
26347
26348
  "neeto-ui-tag--size-small": size === SIZES$2.small,