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