@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.cjs.js
CHANGED
|
@@ -2898,7 +2898,10 @@ var Email = function Email(_ref) {
|
|
|
2898
2898
|
title: /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
2899
2899
|
className: "flex gap-2",
|
|
2900
2900
|
children: [t("neetoForm.domainRestriction.label"), /*#__PURE__*/jsxRuntime.jsx(HelpPopover__default["default"], _objectSpread$r({
|
|
2901
|
-
description: t("neetoForm.domainRestriction.popoverDescription")
|
|
2901
|
+
description: t("neetoForm.domainRestriction.popoverDescription"),
|
|
2902
|
+
popoverProps: {
|
|
2903
|
+
position: "top"
|
|
2904
|
+
}
|
|
2902
2905
|
}, domainRestrictionHelpDocUrl && {
|
|
2903
2906
|
helpLinkProps: {
|
|
2904
2907
|
href: domainRestrictionHelpDocUrl
|