@bigbinary/neetoui 5.2.3 → 5.2.4

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
@@ -20202,7 +20202,7 @@ var Input$1 = /*#__PURE__*/React$5.forwardRef(function (_ref, ref) {
20202
20202
  className: "neeto-ui-input__prefix"
20203
20203
  }, prefix), /*#__PURE__*/React__default["default"].createElement("input", _extends$4({
20204
20204
  "aria-invalid": !!error,
20205
- "data-cy": "input-field",
20205
+ "data-cy": "".concat(hyphenize(label), "-input-field"),
20206
20206
  disabled: disabled,
20207
20207
  id: id,
20208
20208
  ref: ref,