@bigbinary/neeto-molecules 3.16.30 → 3.16.31
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/ProductEmbed.js
CHANGED
|
@@ -16,7 +16,6 @@ import Select from '@bigbinary/neetoui/Select';
|
|
|
16
16
|
import Codeblock from './Codeblock.js';
|
|
17
17
|
import { t } from 'i18next';
|
|
18
18
|
import Input from '@bigbinary/neetoui/Input';
|
|
19
|
-
import Callout from '@bigbinary/neetoui/Callout';
|
|
20
19
|
import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
|
|
21
20
|
import Delete from '@bigbinary/neeto-icons/Delete';
|
|
22
21
|
import Plus from '@bigbinary/neeto-icons/Plus';
|
|
@@ -362,13 +361,11 @@ var ElementPopup$1 = function ElementPopup(_ref) {
|
|
|
362
361
|
});
|
|
363
362
|
}, []);
|
|
364
363
|
return /*#__PURE__*/jsxs(Fragment, {
|
|
365
|
-
children: [/*#__PURE__*/jsx(
|
|
366
|
-
"data-cy": "element-popup-callout",
|
|
367
|
-
children: t("neetoMolecules.productEmbed.elementPopup.callout")
|
|
368
|
-
}), /*#__PURE__*/jsx(Input, {
|
|
364
|
+
children: [/*#__PURE__*/jsx(Input, {
|
|
369
365
|
className: "w-full",
|
|
370
366
|
"data-cy": "element-id-input-field",
|
|
371
367
|
"data-testid": "element-id-input-field",
|
|
368
|
+
helpText: t("neetoMolecules.productEmbed.elementPopup.callout"),
|
|
372
369
|
label: t("neetoMolecules.productEmbed.elementPopup.elementId"),
|
|
373
370
|
value: elementSelector,
|
|
374
371
|
error: !elementSelector && t("neetoMolecules.productEmbed.elementPopup.warning"),
|