@bigbinary/neetoui 5.0.18 → 5.1.0
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.js +1 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/formik.js
CHANGED
|
@@ -16977,6 +16977,7 @@ var Alert = function Alert(_ref) {
|
|
|
16977
16977
|
className: "neeto-ui-gap-2 neeto-ui-flex neeto-ui-items-center"
|
|
16978
16978
|
}, /*#__PURE__*/React__default.createElement(Button, {
|
|
16979
16979
|
"data-cy": "alert-submit-button",
|
|
16980
|
+
disabled: !isOpen,
|
|
16980
16981
|
label: submitButtonLabel,
|
|
16981
16982
|
loading: isSubmitting,
|
|
16982
16983
|
style: "danger",
|