@trafilea/afrodita-components 6.31.4 → 6.31.5
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.esm.js +12 -2
- package/build/index.esm.js.map +1 -1
- package/build/index.js +12 -2
- package/build/index.js.map +1 -1
- package/build/theme/revel.theme.js +12 -12
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -6759,13 +6759,23 @@ var ImageContainer$6 = newStyled.div(function (_a) {
|
|
|
6759
6759
|
var ImageHoverContainer$3 = newStyled.img(templateObject_1$1t || (templateObject_1$1t = __makeTemplateObject(["\n opacity: 0;\n position: absolute;\n transition: all 0.4s ease-in-out;\n"], ["\n opacity: 0;\n position: absolute;\n transition: all 0.4s ease-in-out;\n"])));
|
|
6760
6760
|
var Container$Z = newStyled.a(templateObject_2$16 || (templateObject_2$16 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n align-items: center;\n width: 100%;\n text-decoration: none;\n\n &:hover .hover__image {\n opacity: 1;\n }\n"], ["\n display: flex;\n flex-direction: column;\n align-items: center;\n width: 100%;\n text-decoration: none;\n\n &:hover .hover__image {\n opacity: 1;\n }\n"])));
|
|
6761
6761
|
var ProdCardContainer$4 = newStyled.div(templateObject_3$T || (templateObject_3$T = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n align-items: center;\n width: min-content;\n text-decoration: none;\n"], ["\n display: flex;\n flex-direction: column;\n align-items: center;\n width: min-content;\n text-decoration: none;\n"])));
|
|
6762
|
-
var Title$7 = newStyled.p(templateObject_4$I || (templateObject_4$I = __makeTemplateObject(["\n font-size: ", ";\n font-weight: ", ";\n line-height: 1.375rem;\n min-height: 2.75rem;\n text-align: center;\n color: ", ";\n margin: 0.25rem 0;\n text-align: ", ";\n\n @media (max-width: ", "px) {\n font-size: ", ";\n }\n"], ["\n font-size: ", ";\n font-weight: ", ";\n line-height: 1.375rem;\n min-height: 2.75rem;\n text-align: center;\n color: ", ";\n margin: 0.25rem 0;\n text-align: ", ";\n\n @media (max-width: ", "px) {\n font-size: ", ";\n }\n"])), function (_a) {
|
|
6762
|
+
var Title$7 = newStyled.p(templateObject_4$I || (templateObject_4$I = __makeTemplateObject(["\n font-size: ", ";\n font-weight: ", ";\n line-height: 1.375rem;\n min-height: 2.75rem;\n text-align: center;\n color: ", ";\n margin: 0.25rem 0;\n text-align: ", ";\n\n ", "\n\n @media (max-width: ", "px) {\n font-size: ", ";\n }\n"], ["\n font-size: ", ";\n font-weight: ", ";\n line-height: 1.375rem;\n min-height: 2.75rem;\n text-align: center;\n color: ", ";\n margin: 0.25rem 0;\n text-align: ", ";\n\n ", "\n\n @media (max-width: ", "px) {\n font-size: ", ";\n }\n"])), function (_a) {
|
|
6763
6763
|
var theme = _a.theme;
|
|
6764
6764
|
return STYLES_BY_THEME[theme.name].title.fontSize;
|
|
6765
6765
|
}, function (_a) {
|
|
6766
6766
|
var theme = _a.theme;
|
|
6767
6767
|
return STYLES_BY_THEME[theme.name].title.fontWeight;
|
|
6768
|
-
}, function (
|
|
6768
|
+
}, function (_a) {
|
|
6769
|
+
var theme = _a.theme;
|
|
6770
|
+
return theme.colors.pallete.secondary.color;
|
|
6771
|
+
}, function (_a) {
|
|
6772
|
+
var align = _a.align;
|
|
6773
|
+
return align;
|
|
6774
|
+
}, function (_a) {
|
|
6775
|
+
var theme = _a.theme;
|
|
6776
|
+
return ['Revel', 'TheSpaDr'].includes(theme.name) &&
|
|
6777
|
+
"\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n max-width: 150px;\n ";
|
|
6778
|
+
}, function (_a) {
|
|
6769
6779
|
var theme = _a.theme;
|
|
6770
6780
|
return theme.mediaQueries.mobile;
|
|
6771
6781
|
}, function (_a) {
|