@bigbinary/neeto-molecules 3.16.15 → 3.16.16
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
|
@@ -1495,7 +1495,7 @@ var EmbedSelector = function EmbedSelector(_ref) {
|
|
|
1495
1495
|
embedIcon = _ref3$.embedIcon;
|
|
1496
1496
|
var EmbedIcon = embedIcon || EMBED_ICONS[key];
|
|
1497
1497
|
return /*#__PURE__*/jsxs("button", {
|
|
1498
|
-
className: "neeto-molecules-embed-landing-page__card w-full",
|
|
1498
|
+
className: "neeto-molecules-embed-landing-page__card flex w-full flex-col",
|
|
1499
1499
|
"data-testid": "embed-selector-card-".concat(hyphenate(key)),
|
|
1500
1500
|
onClick: handleMetaClick(history, "".concat(location.pathname, "?type=").concat(hyphenate(key))),
|
|
1501
1501
|
children: [/*#__PURE__*/jsx("span", {
|