@bigbinary/neetoui 5.2.23 → 5.2.24

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
@@ -26919,6 +26919,7 @@ var Textarea = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
26919
26919
  "neeto-ui-input__max-length--error": maxLengthError
26920
26920
  })
26921
26921
  }, valueLength, "/", maxLength)), /*#__PURE__*/React__default["default"].createElement("div", {
26922
+ "data-cy": "".concat(hyphenize(label), "-text-input"),
26922
26923
  className: classnames$1("neeto-ui-input", "neeto-ui-input--textarea", {
26923
26924
  "neeto-ui-input--error": !!error,
26924
26925
  "neeto-ui-input--disabled": !!disabled,