@bigbinary/neeto-molecules 1.0.76 → 1.0.77
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/dist/ShareViaEmail.cjs.js +1 -0
- package/dist/ShareViaEmail.cjs.js.map +1 -1
- package/dist/ShareViaEmail.js +1 -0
- package/dist/ShareViaEmail.js.map +1 -1
- package/package.json +2 -2
- package/types/EmailForm.d.ts +7 -1
- package/types/EmailFormProvider.d.ts +10 -4
- package/types/PublishBlock.d.ts +2 -1
|
@@ -2934,6 +2934,7 @@ var ShareViaEmail = function ShareViaEmail(_ref) {
|
|
|
2934
2934
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2935
2935
|
className: "mx-auto flex w-full max-w-7xl flex-col"
|
|
2936
2936
|
}, /*#__PURE__*/React__default["default"].createElement(formik$1.Form, {
|
|
2937
|
+
scrollToErrorField: true,
|
|
2937
2938
|
formProps: {
|
|
2938
2939
|
noValidate: true
|
|
2939
2940
|
},
|