@bigbinary/neeto-molecules 1.11.2 → 1.11.4

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 CHANGED
@@ -11,7 +11,7 @@ import { t } from 'i18next';
11
11
  import { prop } from 'ramda';
12
12
  import * as yup from 'yup';
13
13
  import { string } from 'yup';
14
- import { Info, Download, Upload } from '@bigbinary/neeto-icons';
14
+ import { Download, Upload } from '@bigbinary/neeto-icons';
15
15
  import { useDropzone } from 'react-dropzone';
16
16
  import Papa from 'papaparse';
17
17
  import { withEventTargetValue } from '@bigbinary/neeto-commons-frontend/utils/general';
@@ -1419,9 +1419,7 @@ var ReplyToField = function ReplyToField(_ref) {
1419
1419
  name: "replyTo",
1420
1420
  options: replyToOptions,
1421
1421
  labelProps: {
1422
- helpIconProps: _defineProperty(_defineProperty({
1423
- icon: Info
1424
- }, "data-testid", "reply-to-tooltip"), "tooltipProps", {
1422
+ helpIconProps: _defineProperty(_defineProperty({}, "data-testid", "reply-to-tooltip"), "tooltipProps", {
1425
1423
  content: t("neetoMolecules.emailForm.tooltips.replyTo")
1426
1424
  })
1427
1425
  },
@@ -1441,9 +1439,7 @@ var ReplyToField = function ReplyToField(_ref) {
1441
1439
  placeholder: t("neetoMolecules.emailForm.placeholders.emailPlaceholder"),
1442
1440
  size: "large",
1443
1441
  labelProps: {
1444
- helpIconProps: _defineProperty(_defineProperty({
1445
- icon: Info
1446
- }, "data-testid", "reply-to-tooltip"), "tooltipProps", {
1442
+ helpIconProps: _defineProperty(_defineProperty({}, "data-testid", "reply-to-tooltip"), "tooltipProps", {
1447
1443
  content: t("neetoMolecules.emailForm.tooltips.replyTo")
1448
1444
  })
1449
1445
  }