@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 +12 -9
- package/dist/BuildForm.js.map +1 -1
- package/dist/ExternalForm.js +1 -1
- package/dist/UrlBuilder.js +1 -1
- package/dist/cjs/BuildForm.js +12 -9
- package/dist/cjs/BuildForm.js.map +1 -1
- package/dist/cjs/ExternalForm.js +1 -1
- package/dist/cjs/UrlBuilder.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/index.js +1 -1
- package/dist/{utils-DCfJeA1T.js → utils-C-ermU02.js} +4 -1
- package/dist/utils-C-ermU02.js.map +1 -0
- package/dist/{utils-C3nTbYUN.js → utils-CdeIdZRi.js} +4 -1
- package/dist/utils-CdeIdZRi.js.map +1 -0
- package/package.json +13 -13
- package/dist/utils-C3nTbYUN.js.map +0 -1
- package/dist/utils-DCfJeA1T.js.map +0 -1
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(
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
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
|
});
|