@bigbinary/neeto-molecules 1.11.2 → 1.11.3
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/EmailForm.js +3 -7
- package/dist/EmailForm.js.map +1 -1
- package/dist/cjs/EmailForm.js +2 -6
- package/dist/cjs/EmailForm.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/EmailForm.js
CHANGED
|
@@ -1449,9 +1449,7 @@ var ReplyToField = function ReplyToField(_ref) {
|
|
|
1449
1449
|
name: "replyTo",
|
|
1450
1450
|
options: replyToOptions,
|
|
1451
1451
|
labelProps: {
|
|
1452
|
-
helpIconProps: _defineProperty(_defineProperty({
|
|
1453
|
-
icon: neetoIcons.Info
|
|
1454
|
-
}, "data-testid", "reply-to-tooltip"), "tooltipProps", {
|
|
1452
|
+
helpIconProps: _defineProperty(_defineProperty({}, "data-testid", "reply-to-tooltip"), "tooltipProps", {
|
|
1455
1453
|
content: t("neetoMolecules.emailForm.tooltips.replyTo")
|
|
1456
1454
|
})
|
|
1457
1455
|
},
|
|
@@ -1471,9 +1469,7 @@ var ReplyToField = function ReplyToField(_ref) {
|
|
|
1471
1469
|
placeholder: t("neetoMolecules.emailForm.placeholders.emailPlaceholder"),
|
|
1472
1470
|
size: "large",
|
|
1473
1471
|
labelProps: {
|
|
1474
|
-
helpIconProps: _defineProperty(_defineProperty({
|
|
1475
|
-
icon: neetoIcons.Info
|
|
1476
|
-
}, "data-testid", "reply-to-tooltip"), "tooltipProps", {
|
|
1472
|
+
helpIconProps: _defineProperty(_defineProperty({}, "data-testid", "reply-to-tooltip"), "tooltipProps", {
|
|
1477
1473
|
content: t("neetoMolecules.emailForm.tooltips.replyTo")
|
|
1478
1474
|
})
|
|
1479
1475
|
}
|