@trafilea/afrodita-components 6.17.1 → 6.17.2
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/build/index.d.ts +37 -0
- package/build/index.esm.js +0 -2
- package/build/index.esm.js.map +1 -1
- package/build/index.js +0 -2
- package/build/index.js.map +1 -1
- package/build/theme/revel.theme.d.ts +37 -0
- package/build/theme/shapermint.theme.d.ts +37 -0
- package/build/theme/thebodcon.theme.d.ts +37 -0
- package/build/theme/thebodcon.theme.js +44 -7
- package/build/theme/thespadr.theme.d.ts +37 -0
- package/build/theme/truekind.theme.d.ts +37 -0
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -13571,8 +13571,6 @@ var ImageProductSlide$1 = function (_a) {
|
|
|
13571
13571
|
var content = _a.content, topTag = _a.topTag, topRightTag = _a.topRightTag, bottomTag = _a.bottomTag, testId = _a.testId, _c = _a.position, position = _c === void 0 ? 'vertical' : _c, borderRadiusVariant = _a.borderRadiusVariant, ctaText = _a.ctaText, ctaAction = _a.ctaAction, hideCTA = _a.hideCTA, withZoom = _a.withZoom;
|
|
13572
13572
|
var source = content === null || content === void 0 ? void 0 : content.url;
|
|
13573
13573
|
var isVideo = (_b = content === null || content === void 0 ? void 0 : content.isVideo) !== null && _b !== void 0 ? _b : false;
|
|
13574
|
-
console.log(ctaText);
|
|
13575
|
-
console.log(hideCTA);
|
|
13576
13574
|
return (jsxRuntime.jsxs(Container$J, __assign$1({ "data-testid": testId, className: "stylefor".concat(position), borderRadiusVariant: borderRadiusVariant }, { children: [!isVideo && (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [withZoom ? (jsxRuntime.jsx(InnerImageZoom, { src: source, zoomSrc: source, zoomType: "hover", imgAttributes: {
|
|
13577
13575
|
alt: content.alt,
|
|
13578
13576
|
style: { objectFit: 'cover', objectPosition: 'center' },
|