@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/formik.js CHANGED
@@ -26889,6 +26889,7 @@ var Textarea = /*#__PURE__*/forwardRef$1(function (_ref, ref) {
26889
26889
  "neeto-ui-input__max-length--error": maxLengthError
26890
26890
  })
26891
26891
  }, valueLength, "/", maxLength)), /*#__PURE__*/React__default.createElement("div", {
26892
+ "data-cy": "".concat(hyphenize(label), "-text-input"),
26892
26893
  className: classnames$1("neeto-ui-input", "neeto-ui-input--textarea", {
26893
26894
  "neeto-ui-input--error": !!error,
26894
26895
  "neeto-ui-input--disabled": !!disabled,