@bigbinary/neetoui 5.2.23 → 5.2.25

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
@@ -36055,6 +36055,7 @@ var Textarea = /*#__PURE__*/React$5.forwardRef(function (_ref, ref) {
36055
36055
  "neeto-ui-input__max-length--error": maxLengthError
36056
36056
  })
36057
36057
  }, valueLength, "/", maxLength)), /*#__PURE__*/React__default["default"].createElement("div", {
36058
+ "data-cy": "".concat(hyphenize(label), "-text-input"),
36058
36059
  className: classnames$1("neeto-ui-input", "neeto-ui-input--textarea", {
36059
36060
  "neeto-ui-input--error": !!error,
36060
36061
  "neeto-ui-input--disabled": !!disabled,