@bigbinary/neeto-form-frontend 4.1.8 → 4.1.9

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/BuildForm.js CHANGED
@@ -1742,15 +1742,18 @@ var VerifyEmails = function VerifyEmails() {
1742
1742
  var _mergeLeft = mergeLeft(hostSpecificTranslations, EMAIL_VERIFICATION_TRANSLATIONS),
1743
1743
  title = _mergeLeft.title,
1744
1744
  popoverDescription = _mergeLeft.popoverDescription;
1745
- return /*#__PURE__*/jsx(Switch, {
1746
- name: "isVerificationEnabled",
1747
- label: /*#__PURE__*/jsx(Typography, {
1748
- component: "span",
1749
- style: "body1",
1750
- children: /*#__PURE__*/jsx(TitleWithHelpPopover, {
1751
- helpLink: helpLink,
1752
- title: title,
1753
- description: popoverDescription
1745
+ return /*#__PURE__*/jsx("div", {
1746
+ "data-cy": "email-verification-switch-container",
1747
+ children: /*#__PURE__*/jsx(Switch, {
1748
+ name: "isVerificationEnabled",
1749
+ label: /*#__PURE__*/jsx(Typography, {
1750
+ component: "span",
1751
+ style: "body1",
1752
+ children: /*#__PURE__*/jsx(TitleWithHelpPopover, {
1753
+ helpLink: helpLink,
1754
+ title: title,
1755
+ description: popoverDescription
1756
+ })
1754
1757
  })
1755
1758
  })
1756
1759
  });