@bigbinary/neeto-molecules 3.16.11 → 3.16.13
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/NeetoWidget.js +2 -4
- package/dist/NeetoWidget.js.map +1 -1
- package/dist/ProductEmbed.js +3 -2
- package/dist/ProductEmbed.js.map +1 -1
- package/dist/cjs/NeetoWidget.js +1 -3
- package/dist/cjs/NeetoWidget.js.map +1 -1
- package/dist/cjs/ProductEmbed.js +3 -2
- package/dist/cjs/ProductEmbed.js.map +1 -1
- package/package.json +1 -1
- package/types/ProductEmbed.d.ts +3 -0
package/dist/ProductEmbed.js
CHANGED
|
@@ -1491,8 +1491,9 @@ var EmbedSelector = function EmbedSelector(_ref) {
|
|
|
1491
1491
|
key = _ref3[0],
|
|
1492
1492
|
_ref3$ = _ref3[1],
|
|
1493
1493
|
label = _ref3$.label,
|
|
1494
|
-
description = _ref3$.description
|
|
1495
|
-
|
|
1494
|
+
description = _ref3$.description,
|
|
1495
|
+
embedIcon = _ref3$.embedIcon;
|
|
1496
|
+
var EmbedIcon = embedIcon || EMBED_ICONS[key];
|
|
1496
1497
|
return /*#__PURE__*/jsxs("button", {
|
|
1497
1498
|
className: "neeto-molecules-embed-landing-page__card w-full",
|
|
1498
1499
|
"data-testid": "embed-selector-card-".concat(hyphenate(key)),
|