@symply.io/basic-components 1.4.1-alpha.1 → 1.4.2-beta.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.
@@ -97,7 +97,7 @@ function BasicModal(props) {
97
97
  case 3: return [2];
98
98
  }
99
99
  });
100
- }); }, []);
100
+ }); }, [onSubmit]);
101
101
  return (_jsx(ThemeProvider, __assign({ theme: theme }, { children: _jsxs(Dialog, __assign({ disableEnforceFocus: true, open: open, onClose: function (_, reason) {
102
102
  if (reason !== "backdropClick") {
103
103
  onClose();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symply.io/basic-components",
3
- "version": "1.4.1-alpha.1",
3
+ "version": "1.4.2-beta.1",
4
4
  "description": "Basic and reusable components for all frontend of Symply apps",
5
5
  "keywords": [
6
6
  "react",