@bigbinary/neeto-form-frontend 3.3.0 → 3.3.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.
- package/dist/index.cjs.js +4 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2812,7 +2812,10 @@ var Email = function Email(_ref) {
|
|
|
2812
2812
|
title: /*#__PURE__*/jsxs("div", {
|
|
2813
2813
|
className: "flex gap-2",
|
|
2814
2814
|
children: [t("neetoForm.domainRestriction.label"), /*#__PURE__*/jsx(HelpPopover, _objectSpread$r({
|
|
2815
|
-
description: t("neetoForm.domainRestriction.popoverDescription")
|
|
2815
|
+
description: t("neetoForm.domainRestriction.popoverDescription"),
|
|
2816
|
+
popoverProps: {
|
|
2817
|
+
position: "top"
|
|
2818
|
+
}
|
|
2816
2819
|
}, domainRestrictionHelpDocUrl && {
|
|
2817
2820
|
helpLinkProps: {
|
|
2818
2821
|
href: domainRestrictionHelpDocUrl
|