@bigbinary/neeto-molecules 1.1.22 → 1.1.24
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/CustomDomain.js +22 -41
- package/dist/CustomDomain.js.map +1 -1
- package/dist/CustomDomainDashboard.js +22 -42
- package/dist/CustomDomainDashboard.js.map +1 -1
- package/dist/EmailForm.js +1 -0
- package/dist/EmailForm.js.map +1 -1
- package/dist/IpRestriction.js +10 -22
- package/dist/IpRestriction.js.map +1 -1
- package/dist/PhoneNumber.js +44 -1
- package/dist/PhoneNumber.js.map +1 -1
- package/package.json +1 -1
package/dist/EmailForm.js
CHANGED
|
@@ -929,6 +929,7 @@ var EmailForm = function EmailForm(_ref) {
|
|
|
929
929
|
}), /*#__PURE__*/React.createElement("div", {
|
|
930
930
|
className: "w-full"
|
|
931
931
|
}, /*#__PURE__*/React.createElement(FormikEditor, {
|
|
932
|
+
isMenuCollapsible: true,
|
|
932
933
|
required: true,
|
|
933
934
|
addons: EDITOR_ADDONS,
|
|
934
935
|
"data-cy": "message-input-field",
|