@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.cjs.js +1 -0
- package/formik.cjs.js.map +1 -1
- package/formik.js +1 -0
- package/formik.js.map +1 -1
- package/index.cjs.js +1 -0
- package/index.cjs.js.map +1 -1
- package/index.css +1 -1
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -36022,6 +36022,7 @@ var Textarea = /*#__PURE__*/forwardRef$1(function (_ref, ref) {
|
|
|
36022
36022
|
"neeto-ui-input__max-length--error": maxLengthError
|
|
36023
36023
|
})
|
|
36024
36024
|
}, valueLength, "/", maxLength)), /*#__PURE__*/React__default.createElement("div", {
|
|
36025
|
+
"data-cy": "".concat(hyphenize(label), "-text-input"),
|
|
36025
36026
|
className: classnames$1("neeto-ui-input", "neeto-ui-input--textarea", {
|
|
36026
36027
|
"neeto-ui-input--error": !!error,
|
|
36027
36028
|
"neeto-ui-input--disabled": !!disabled,
|