@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 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",