@trafilea/afrodita-components 5.0.0-beta.251 → 5.0.0-beta.253
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 +16 -3
- package/build/index.esm.js +19 -24
- package/build/index.esm.js.map +1 -1
- package/build/index.js +19 -24
- package/build/index.js.map +1 -1
- package/build/theme/revel.theme.d.ts +16 -3
- package/build/theme/revel.theme.js +15 -2
- package/build/theme/shapermint.theme.d.ts +16 -3
- package/build/theme/shapermint.theme.js +16 -1
- package/build/theme/thespadr.theme.d.ts +16 -3
- package/build/theme/thespadr.theme.js +18 -3
- package/build/theme/truekind.theme.d.ts +16 -3
- package/build/theme/truekind.theme.js +17 -2
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -1837,6 +1837,11 @@ declare type ThemeComponent = {
|
|
|
1837
1837
|
lineHeight: string;
|
|
1838
1838
|
color: string;
|
|
1839
1839
|
};
|
|
1840
|
+
thankyouFooterText: {
|
|
1841
|
+
fontSize: string;
|
|
1842
|
+
fontWeight: string;
|
|
1843
|
+
lineHeight: string;
|
|
1844
|
+
};
|
|
1840
1845
|
textButton: {
|
|
1841
1846
|
fontWeight: number;
|
|
1842
1847
|
lineHeight: string;
|
|
@@ -1845,15 +1850,23 @@ declare type ThemeComponent = {
|
|
|
1845
1850
|
title: {
|
|
1846
1851
|
fontSize: string;
|
|
1847
1852
|
lineHeight: string;
|
|
1848
|
-
|
|
1853
|
+
fontWeight: number;
|
|
1849
1854
|
};
|
|
1850
1855
|
note: {
|
|
1851
1856
|
accentColor: string;
|
|
1852
1857
|
color: string;
|
|
1853
1858
|
backgroundColor: string;
|
|
1854
1859
|
};
|
|
1855
|
-
|
|
1856
|
-
|
|
1860
|
+
sectionTitle: {
|
|
1861
|
+
fontSize: string;
|
|
1862
|
+
lineHeight: string;
|
|
1863
|
+
fontWeight: number;
|
|
1864
|
+
};
|
|
1865
|
+
sectionDetails: {
|
|
1866
|
+
fontSize: string;
|
|
1867
|
+
lineHeight: string;
|
|
1868
|
+
fontWeight: number;
|
|
1869
|
+
marginLeft?: string;
|
|
1857
1870
|
};
|
|
1858
1871
|
};
|
|
1859
1872
|
text: {
|
package/build/index.esm.js
CHANGED
|
@@ -10010,7 +10010,7 @@ var ImagePreviewList = function (_a) {
|
|
|
10010
10010
|
arrowWidth: 0.75,
|
|
10011
10011
|
arrowHeight: 1.25,
|
|
10012
10012
|
arrowPadding: 1.625,
|
|
10013
|
-
}, adaptiveHeight: true, dots: false, slidesToShow: 4 }, { children: images.map(function (item) { return (jsx$1(Button$3, __assign$1({ onClick: function () { return onClick(item); } }, { children: jsx$1(ImageSmallPreview, { imageUrl: item.alt.includes('-video') ? item === null || item === void 0 ? void 0 : item.thumbnailUrl : item.imageUrl, alt: item.alt, selected: item.key === selectedImage.key, borderRadiusVariant: borderRadiusVariant, previewImgBorderColor: previewImgBorderColor }, void 0) }), item.key)); }) }), void 0) }), void 0)) : (images.map(function (item) { return (jsx$1(Button$3, __assign$1({ onClick: function () { return onClick(item); } }, { children: jsx$1(ImageSmallPreview, { imageUrl: item.alt.includes('-video') ? item === null || item === void 0 ? void 0 : item.thumbnailUrl : item.imageUrl, alt: item.alt, selected: item.key === selectedImage.key, borderRadiusVariant: borderRadiusVariant, previewImgBorderColor: previewImgBorderColor }, void 0) }), item.key)); })) }), void 0));
|
|
10013
|
+
}, adaptiveHeight: true, dots: false, slidesToShow: 4 }, { children: images.map(function (item) { return (jsx$1(Button$3, __assign$1({ onClick: function () { return onClick(item); } }, { children: jsx$1(ImageSmallPreview, { imageUrl: (item === null || item === void 0 ? void 0 : item.alt.includes('-video')) ? item === null || item === void 0 ? void 0 : item.thumbnailUrl : item === null || item === void 0 ? void 0 : item.imageUrl, alt: item.alt, selected: item.key === selectedImage.key, borderRadiusVariant: borderRadiusVariant, previewImgBorderColor: previewImgBorderColor }, void 0) }), item.key)); }) }), void 0) }), void 0)) : (images.map(function (item) { return (jsx$1(Button$3, __assign$1({ onClick: function () { return onClick(item); } }, { children: jsx$1(ImageSmallPreview, { imageUrl: (item === null || item === void 0 ? void 0 : item.alt.includes('-video')) ? item === null || item === void 0 ? void 0 : item.thumbnailUrl : item === null || item === void 0 ? void 0 : item.imageUrl, alt: item.alt, selected: item.key === selectedImage.key, borderRadiusVariant: borderRadiusVariant, previewImgBorderColor: previewImgBorderColor }, void 0) }), item.key)); })) }), void 0));
|
|
10014
10014
|
};
|
|
10015
10015
|
var templateObject_1$1i, templateObject_2$S, templateObject_3$H, templateObject_4$w;
|
|
10016
10016
|
|
|
@@ -11613,7 +11613,7 @@ var Container$W = newStyled.div(templateObject_1$1h || (templateObject_1$1h = __
|
|
|
11613
11613
|
var TopTagContainer$3 = newStyled.div(templateObject_2$R || (templateObject_2$R = __makeTemplateObject(["\n position: absolute;\n left: ", ";\n top: ", ";\n"], ["\n position: absolute;\n left: ", ";\n top: ", ";\n"])), function (props) { return (props.borderRadiusVariant ? '50px' : '0'); }, function (props) { return (props.borderRadiusVariant ? '10px' : '0'); });
|
|
11614
11614
|
var BottomTagContainer$3 = newStyled.div(templateObject_3$G || (templateObject_3$G = __makeTemplateObject(["\n position: absolute;\n bottom: 3.75rem;\n left: 0;\n"], ["\n position: absolute;\n bottom: 3.75rem;\n left: 0;\n"])));
|
|
11615
11615
|
var ButtonSecondaryOutlineWrapper = newStyled(ButtonSecondaryOutline)(templateObject_4$v || (templateObject_4$v = __makeTemplateObject(["\n text-transform: capitalize;\n margin-top: 12px;\n\n @media (max-width: 992px) {\n margin-top: 4px;\n }\n"], ["\n text-transform: capitalize;\n margin-top: 12px;\n\n @media (max-width: 992px) {\n margin-top: 4px;\n }\n"])));
|
|
11616
|
-
var Video$1 = newStyled.div(templateObject_5$j || (templateObject_5$j = __makeTemplateObject(["\n display: flex;\n justify-content: center;\n align-items: center;\n height:
|
|
11616
|
+
var Video$1 = newStyled.div(templateObject_5$j || (templateObject_5$j = __makeTemplateObject(["\n display: flex;\n justify-content: center;\n align-items: center;\n height: 666px;\n background: #efefef;\n\n & > iframe {\n border: none;\n }\n\n @media (max-width: 768px) {\n height: 506px;\n }\n"], ["\n display: flex;\n justify-content: center;\n align-items: center;\n height: 666px;\n background: #efefef;\n\n & > iframe {\n border: none;\n }\n\n @media (max-width: 768px) {\n height: 506px;\n }\n"])));
|
|
11617
11617
|
var VideoTag$1 = newStyled.div(templateObject_6$h || (templateObject_6$h = __makeTemplateObject(["\n gap: 8px;\n display: flex;\n padding: 8.6px 0;\n font-weight: 600;\n align-items: center;\n background: #f7f7f7;\n justify-content: center;\n"], ["\n gap: 8px;\n display: flex;\n padding: 8.6px 0;\n font-weight: 600;\n align-items: center;\n background: #f7f7f7;\n justify-content: center;\n"])));
|
|
11618
11618
|
var Text$7 = newStyled.div(templateObject_7$b || (templateObject_7$b = __makeTemplateObject(["\n padding-top: 3px;\n"], ["\n padding-top: 3px;\n"])));
|
|
11619
11619
|
var ImageProductWithTags$1 = function (_a) {
|
|
@@ -12887,7 +12887,10 @@ var Note = function (_a) {
|
|
|
12887
12887
|
};
|
|
12888
12888
|
var templateObject_1$U, templateObject_2$D, templateObject_3$x, templateObject_4$p;
|
|
12889
12889
|
|
|
12890
|
-
var Title$5 = newStyled.h1(templateObject_1$T || (templateObject_1$T = __makeTemplateObject(["\n color: ", ";\n
|
|
12890
|
+
var Title$5 = newStyled.h1(templateObject_1$T || (templateObject_1$T = __makeTemplateObject(["\n color: ", ";\n ", "\n margin: 0;\n text-align: center;\n"], ["\n color: ", ";\n ", "\n margin: 0;\n text-align: center;\n"])), function (props) { return props.color; }, function (_a) {
|
|
12891
|
+
var theme = _a.theme;
|
|
12892
|
+
return "\n font-size: ".concat(theme.component.deliveryDetails.sectionTitle.fontSize, ";\n line-height: ").concat(theme.component.deliveryDetails.sectionTitle.lineHeight, ";\n font-weight: ").concat(theme.component.deliveryDetails.sectionTitle.fontWeight, ";\n ");
|
|
12893
|
+
});
|
|
12891
12894
|
var Line = newStyled.div(templateObject_2$C || (templateObject_2$C = __makeTemplateObject(["\n width: 100%;\n height: 0.063rem;\n background-color: ", ";\n margin: 0.938rem 0;\n"], ["\n width: 100%;\n height: 0.063rem;\n background-color: ", ";\n margin: 0.938rem 0;\n"])), function (props) { return props.backgroundColor; });
|
|
12892
12895
|
var Row$1 = newStyled.div(templateObject_3$w || (templateObject_3$w = __makeTemplateObject(["\n display: flex;\n ", "\n justify-content: space-between;\n align-items: flex-start;\n"], ["\n display: flex;\n ", "\n justify-content: space-between;\n align-items: flex-start;\n"])), mediaQueries({
|
|
12893
12896
|
flexDirection: ['column', 'row'],
|
|
@@ -12904,26 +12907,20 @@ var IconContainer$2 = newStyled.div(templateObject_5$f || (templateObject_5$f =
|
|
|
12904
12907
|
marginBottom: ['10px', '0'],
|
|
12905
12908
|
width: ['auto', '1.375rem'],
|
|
12906
12909
|
}));
|
|
12907
|
-
var SectionTitle = newStyled.h1(templateObject_6$d || (templateObject_6$d = __makeTemplateObject(["\n ", "\n
|
|
12910
|
+
var SectionTitle = newStyled.h1(templateObject_6$d || (templateObject_6$d = __makeTemplateObject(["\n ", "\n ", "\n margin: 0;\n text-transform: uppercase;\n"], ["\n ", "\n ", "\n margin: 0;\n text-transform: uppercase;\n"])), mediaQueries({
|
|
12908
12911
|
display: ['block', 'flex'],
|
|
12909
12912
|
}), function (_a) {
|
|
12910
12913
|
var theme = _a.theme;
|
|
12911
|
-
return theme.colors.shades['700'].color;
|
|
12912
|
-
}
|
|
12913
|
-
|
|
12914
|
-
return theme.component.deliveryDetails.title.fontSize;
|
|
12915
|
-
}, function (_a) {
|
|
12914
|
+
return "\n color: ".concat(theme.colors.shades['700'].color, ";\n font-size: ").concat(theme.component.deliveryDetails.sectionTitle.fontSize, ";\n line-height: ").concat(theme.component.deliveryDetails.sectionTitle.lineHeight, ";\n font-weight: ").concat(theme.component.deliveryDetails.sectionTitle.fontWeight, ";\n ");
|
|
12915
|
+
});
|
|
12916
|
+
var SectionDetails = newStyled.p(templateObject_7$9 || (templateObject_7$9 = __makeTemplateObject(["\n color: ", ";\n ", "\n margin: 0;\n margin-top: 0.625rem;\n ", ";\n"], ["\n color: ", ";\n ", "\n margin: 0;\n margin-top: 0.625rem;\n ", ";\n"])), function (props) { return props.color; }, function (_a) {
|
|
12916
12917
|
var theme = _a.theme;
|
|
12917
|
-
return theme.component.deliveryDetails.
|
|
12918
|
+
return "\n font-size: ".concat(theme.component.deliveryDetails.sectionDetails.fontSize, ";\n line-height: ").concat(theme.component.deliveryDetails.sectionDetails.lineHeight, ";\n font-weight: ").concat(theme.component.deliveryDetails.sectionDetails.fontWeight, ";\n ");
|
|
12918
12919
|
}, function (_a) {
|
|
12919
12920
|
var theme = _a.theme;
|
|
12920
|
-
return theme.component.deliveryDetails.
|
|
12921
|
-
});
|
|
12922
|
-
var SectionDetails = newStyled.p(templateObject_7$9 || (templateObject_7$9 = __makeTemplateObject(["\n color: ", ";\n font-size: 1rem;\n line-height: 1.25rem;\n font-weight: 400;\n margin: 0;\n margin-top: 0.625rem;\n ", ";\n"], ["\n color: ", ";\n font-size: 1rem;\n line-height: 1.25rem;\n font-weight: 400;\n margin: 0;\n margin-top: 0.625rem;\n ", ";\n"])), function (props) { return props.color; }, function (_a) {
|
|
12923
|
-
var theme = _a.theme;
|
|
12924
|
-
return theme.component.deliveryDetails.SectionDetails
|
|
12921
|
+
return theme.component.deliveryDetails.sectionDetails.marginLeft
|
|
12925
12922
|
? mediaQueries({
|
|
12926
|
-
marginLeft: ['0', theme.component.deliveryDetails.
|
|
12923
|
+
marginLeft: ['0', theme.component.deliveryDetails.sectionDetails.marginLeft],
|
|
12927
12924
|
})
|
|
12928
12925
|
: '';
|
|
12929
12926
|
});
|
|
@@ -13796,17 +13793,15 @@ var ImageProductWithTags = function (_a) {
|
|
|
13796
13793
|
}, [images, selectedValue]);
|
|
13797
13794
|
return (jsxs$1(Fragment$1, { children: [customClick && (jsx$1("div", __assign$1({ style: { display: 'flex', marginBottom: '20px', gap: '10px' } }, { children: images.map(function (_, i) { return (jsx$1(ButtonPrimary, { onClick: function () { return onButtonClick(i); }, text: String(i + 1), inline: true }, i)); }) }), void 0)), jsx$1(Container$o, __assign$1({ "data-testid": testId, borderRadiusVariant: borderRadiusVariant, ref: sliderWrapper }, { children: jsx$1(Slider, __assign$1({ afterChange: function (e) {
|
|
13798
13795
|
var _a;
|
|
13796
|
+
var activeSlide = images[e];
|
|
13799
13797
|
// If autoplay is true and iframe is the active slide, play the video
|
|
13800
|
-
|
|
13801
|
-
|
|
13802
|
-
var autoplay = urlParams.get('autoplay') === '1';
|
|
13803
|
-
var vwoIndex = Number(urlParams.get('vwo-index'));
|
|
13804
|
-
e == vwoIndex && autoplay ? _playVideo() : _stopVideo();
|
|
13798
|
+
var autoplay = (_a = activeSlide === null || activeSlide === void 0 ? void 0 : activeSlide.imageUrl) === null || _a === void 0 ? void 0 : _a.includes('autoplay=1');
|
|
13799
|
+
autoplay ? _playVideo() : _stopVideo();
|
|
13805
13800
|
} }, settings, { ref: slick }, { children: images.map(function (image) {
|
|
13806
13801
|
var _a, _b;
|
|
13807
|
-
return (jsxs$1("div", { children: [!((_a = image === null || image === void 0 ? void 0 : image.alt) === null || _a === void 0 ? void 0 : _a.includes('-video')) && (jsxs$1(Fragment$1, { children: [jsx$1(InnerImageZoom, { src: image.imageUrl, zoomSrc: image.imageUrl, zoomType: "hover", imgAttributes: { alt: image.alt, width: '100%', height: '510px' }, height: 510, fullscreenOnMobile: true, className: "zoomWrapper" }, void 0), jsx$1(TopTagContainer$1, __assign$1({ borderRadiusVariant: borderRadiusVariant, "data-testid": "topTag" }, { children: topTag }), void 0), jsx$1(BottomTagContainer$1, __assign$1({ "data-testid": "bottomTag" }, { children: bottomTag }), void 0)] }, void 0)), ((_b = image === null || image === void 0 ? void 0 : image.alt) === null || _b === void 0 ? void 0 : _b.includes('-video')) && (
|
|
13808
|
-
|
|
13809
|
-
|
|
13802
|
+
return (jsxs$1("div", { children: [!((_a = image === null || image === void 0 ? void 0 : image.alt) === null || _a === void 0 ? void 0 : _a.includes('-video')) && (jsxs$1(Fragment$1, { children: [jsx$1(InnerImageZoom, { src: image.imageUrl, zoomSrc: image.imageUrl, zoomType: "hover", imgAttributes: { alt: image.alt, width: '100%', height: '510px' }, height: 510, fullscreenOnMobile: true, className: "zoomWrapper" }, void 0), jsx$1(TopTagContainer$1, __assign$1({ borderRadiusVariant: borderRadiusVariant, "data-testid": "topTag" }, { children: topTag }), void 0), jsx$1(BottomTagContainer$1, __assign$1({ "data-testid": "bottomTag" }, { children: bottomTag }), void 0)] }, void 0)), ((_b = image === null || image === void 0 ? void 0 : image.alt) === null || _b === void 0 ? void 0 : _b.includes('-video')) && (jsxs$1(Video, { children: [jsx$1("iframe", { id: "vwo-video", ref: iframeRef, allowFullScreen: true, title: image.alt, width: "100%", height: "220px", src: image === null || image === void 0 ? void 0 : image.imageUrl, allow: "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" }, void 0), jsx$1(VideoOverlay$1, { onClick: function () {
|
|
13803
|
+
isPlaying ? _stopVideo() : _playVideo();
|
|
13804
|
+
} }, void 0), jsxs$1(VideoTag, { children: [jsx$1(Icon.PDP.PlayMini, { width: 1.5 }, void 0), jsx$1(Text$3, { children: "VIDEO" }, void 0)] }, void 0)] }, void 0))] }, image.key));
|
|
13810
13805
|
}) }), void 0) }), void 0)] }, void 0));
|
|
13811
13806
|
};
|
|
13812
13807
|
function usePreventVerticalScroll(ref, dragThreshold) {
|