@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.
@@ -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
- var EmbedIcon = EMBED_ICONS[key];
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)),