@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.
@@ -1493,8 +1493,9 @@ var EmbedSelector = function EmbedSelector(_ref) {
1493
1493
  key = _ref3[0],
1494
1494
  _ref3$ = _ref3[1],
1495
1495
  label = _ref3$.label,
1496
- description = _ref3$.description;
1497
- var EmbedIcon = EMBED_ICONS[key];
1496
+ description = _ref3$.description,
1497
+ embedIcon = _ref3$.embedIcon;
1498
+ var EmbedIcon = embedIcon || EMBED_ICONS[key];
1498
1499
  return /*#__PURE__*/jsxRuntime.jsxs("button", {
1499
1500
  className: "neeto-molecules-embed-landing-page__card w-full",
1500
1501
  "data-testid": "embed-selector-card-".concat(neetoCist.hyphenate(key)),