@bigbinary/neeto-molecules 3.16.75 → 3.16.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-molecules",
3
- "version": "3.16.75",
3
+ "version": "3.16.77",
4
4
  "description": "A package of reusable molecular components for neeto products.",
5
5
  "repository": "git@github.com:bigbinary/neeto-molecules.git",
6
6
  "author": "Amaljith K <amaljith.k@bigbinary.com>",
@@ -152,6 +152,7 @@ declare const EmailForm: React.FC<{
152
152
  showSendToField?: boolean;
153
153
  showReplyToField?: boolean;
154
154
  showSendToAsRadio?: boolean;
155
+ blockNavigation?: boolean;
155
156
  showCcField?: boolean;
156
157
  showBccField?: boolean;
157
158
  isLoading?: boolean;