@trafilea/afrodita-components 6.46.0 → 6.46.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 +5 -1
- package/build/index.esm.js +4 -1
- package/build/index.esm.js.map +1 -1
- package/build/index.js +4 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -4654,6 +4654,8 @@ var KlarnaLogo = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({},
|
|
|
4654
4654
|
|
|
4655
4655
|
var LightBulb = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/light_bulb" }), void 0); };
|
|
4656
4656
|
|
|
4657
|
+
var LoadingTrafisizy = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/loading_trafisizy" }), void 0); };
|
|
4658
|
+
|
|
4657
4659
|
var Minus = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/minus" }), void 0); };
|
|
4658
4660
|
|
|
4659
4661
|
var Moon = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/moon" }), void 0); };
|
|
@@ -4712,6 +4714,7 @@ var PDP = /*#__PURE__*/Object.freeze({
|
|
|
4712
4714
|
Hours: Hours,
|
|
4713
4715
|
KlarnaLogo: KlarnaLogo,
|
|
4714
4716
|
LightBulb: LightBulb,
|
|
4717
|
+
LoadingTrafisizy: LoadingTrafisizy,
|
|
4715
4718
|
Minus: Minus,
|
|
4716
4719
|
Moon: Moon,
|
|
4717
4720
|
NewClock: NewClock,
|
|
@@ -6821,7 +6824,7 @@ var Rating = function (_a) {
|
|
|
6821
6824
|
|
|
6822
6825
|
var ImageWrapper$4 = newStyled.div(templateObject_1$1G || (templateObject_1$1G = __makeTemplateObject(["\n position: relative;\n display: flex;\n flex-shrink: 0;\n justify-content: center;\n align-items: center;\n border-radius: 8px;\n width: ", ";\n"], ["\n position: relative;\n display: flex;\n flex-shrink: 0;\n justify-content: center;\n align-items: center;\n border-radius: 8px;\n width: ", ";\n"])), function (_a) {
|
|
6823
6826
|
var width = _a.width;
|
|
6824
|
-
return width;
|
|
6827
|
+
return width !== null && width !== void 0 ? width : '30%';
|
|
6825
6828
|
});
|
|
6826
6829
|
var RatingWrapper = newStyled.div(templateObject_2$1i || (templateObject_2$1i = __makeTemplateObject(["\n position: absolute;\n bottom: 5px;\n left: 50%;\n transform: translateX(-50%);\n display: flex;\n justify-content: center;\n align-items: center;\n background-color: white;\n border-radius: 8px;\n padding: 4px 8px;\n width: 95%;\n"], ["\n position: absolute;\n bottom: 5px;\n left: 50%;\n transform: translateX(-50%);\n display: flex;\n justify-content: center;\n align-items: center;\n background-color: white;\n border-radius: 8px;\n padding: 4px 8px;\n width: 95%;\n"])));
|
|
6827
6830
|
var RatingText = newStyled.span(templateObject_3$11 || (templateObject_3$11 = __makeTemplateObject(["\n font-size: ", ";\n font-weight: 600;\n margin-bottom: -3%;\n color: #292929;\n"], ["\n font-size: ", ";\n font-weight: 600;\n margin-bottom: -3%;\n color: #292929;\n"])), function (_a) {
|