@trafilea/afrodita-components 6.45.1 → 6.45.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.esm.js +1 -1
- package/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
|
@@ -19438,7 +19438,7 @@ var ProductItem = function (_a) {
|
|
|
19438
19438
|
var _b;
|
|
19439
19439
|
var src = _a.src, title = _a.title, price = _a.price;
|
|
19440
19440
|
var theme = useTheme();
|
|
19441
|
-
return (jsxs$1(Container$w, __assign$1({ theme: theme }, { children: [jsx$1(Image$3, { src: src, alt: title, width: "4.063rem", height: "5.375rem" }, void 0), jsxs$1(Description, { children: [jsx$1(Text$7,
|
|
19441
|
+
return (jsxs$1(Container$w, __assign$1({ theme: theme }, { children: [jsx$1(Image$3, { src: src, alt: title, width: "4.063rem", height: "5.375rem" }, void 0), jsxs$1(Description, { children: [jsx$1(Text$7, { variant: "body", weight: "regular", size: "regular", testId: "search-product-title", dangerouslySetInnerHTML: { __html: title } }, void 0), jsx$1(PriceLabel$1, { finalPrice: price, color: (_b = theme.colors.pallete.brickRed) === null || _b === void 0 ? void 0 : _b.color, size: ComponentSize.Small }, void 0)] }, void 0)] }), void 0));
|
|
19442
19442
|
};
|
|
19443
19443
|
|
|
19444
19444
|
var OptionsList = newStyled.ul({
|
package/build/index.js
CHANGED
|
@@ -19464,7 +19464,7 @@ var ProductItem = function (_a) {
|
|
|
19464
19464
|
var _b;
|
|
19465
19465
|
var src = _a.src, title = _a.title, price = _a.price;
|
|
19466
19466
|
var theme = useTheme();
|
|
19467
|
-
return (jsxRuntime.jsxs(Container$w, __assign$1({ theme: theme }, { children: [jsxRuntime.jsx(Image$3, { src: src, alt: title, width: "4.063rem", height: "5.375rem" }, void 0), jsxRuntime.jsxs(Description, { children: [jsxRuntime.jsx(Text$7,
|
|
19467
|
+
return (jsxRuntime.jsxs(Container$w, __assign$1({ theme: theme }, { children: [jsxRuntime.jsx(Image$3, { src: src, alt: title, width: "4.063rem", height: "5.375rem" }, void 0), jsxRuntime.jsxs(Description, { children: [jsxRuntime.jsx(Text$7, { variant: "body", weight: "regular", size: "regular", testId: "search-product-title", dangerouslySetInnerHTML: { __html: title } }, void 0), jsxRuntime.jsx(PriceLabel$1, { finalPrice: price, color: (_b = theme.colors.pallete.brickRed) === null || _b === void 0 ? void 0 : _b.color, size: exports.ComponentSize.Small }, void 0)] }, void 0)] }), void 0));
|
|
19468
19468
|
};
|
|
19469
19469
|
|
|
19470
19470
|
var OptionsList = newStyled.ul({
|
package/package.json
CHANGED