@bigbinary/neetoui 5.0.18 → 5.1.1
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 +10 -22
- package/index.cjs.js.map +1 -1
- package/index.js +10 -22
- package/index.js.map +1 -1
- package/package.json +1 -1
package/formik.cjs.js
CHANGED
|
@@ -17004,6 +17004,7 @@ var Alert = function Alert(_ref) {
|
|
|
17004
17004
|
className: "neeto-ui-gap-2 neeto-ui-flex neeto-ui-items-center"
|
|
17005
17005
|
}, /*#__PURE__*/React__default["default"].createElement(Button, {
|
|
17006
17006
|
"data-cy": "alert-submit-button",
|
|
17007
|
+
disabled: !isOpen,
|
|
17007
17008
|
label: submitButtonLabel,
|
|
17008
17009
|
loading: isSubmitting,
|
|
17009
17010
|
style: "danger",
|