@trafilea/afrodita-components 6.47.1 → 6.47.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 +2 -2
- package/build/index.js +2 -2
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
|
@@ -6617,13 +6617,13 @@ var Title$8 = function (_a) {
|
|
|
6617
6617
|
};
|
|
6618
6618
|
var templateObject_1$1O;
|
|
6619
6619
|
|
|
6620
|
-
var Container$19 = newStyled.div(templateObject_1$1N || (templateObject_1$1N = __makeTemplateObject(["\n margin: 0;\n padding: 0.
|
|
6620
|
+
var Container$19 = newStyled.div(templateObject_1$1N || (templateObject_1$1N = __makeTemplateObject(["\n margin: 0;\n padding: 0 0.1rem;\n display: inline-flex;\n cursor: pointer;\n width: ", ";\n height: ", ";\n justify-content: flex-end;\n align-items: flex-start;\n"], ["\n margin: 0;\n padding: 0 0.1rem;\n display: inline-flex;\n cursor: pointer;\n width: ", ";\n height: ", ";\n justify-content: flex-end;\n align-items: flex-start;\n"])), function (props) { return "".concat(props.size, "em"); }, function (props) { return "".concat(props.size, "em"); });
|
|
6621
6621
|
var templateObject_1$1N;
|
|
6622
6622
|
|
|
6623
6623
|
var TrashButton = function (_a) {
|
|
6624
6624
|
var onClick = _a.onClick, size = _a.size;
|
|
6625
6625
|
useTheme();
|
|
6626
|
-
return (jsx$1(Container$19, __assign$1({ onClick: onClick, "data-testid": "CartProductItemTrashBtn", size: size }, { children: jsx$1(Icon.Actions.Trash, { width: size
|
|
6626
|
+
return (jsx$1(Container$19, __assign$1({ onClick: onClick, "data-testid": "CartProductItemTrashBtn", size: size }, { children: jsx$1(Icon.Actions.Trash, { width: size, height: size, fill: "#292929" }, void 0) }), void 0));
|
|
6627
6627
|
};
|
|
6628
6628
|
|
|
6629
6629
|
var CartProductItem = {
|
package/build/index.js
CHANGED
|
@@ -6643,13 +6643,13 @@ var Title$8 = function (_a) {
|
|
|
6643
6643
|
};
|
|
6644
6644
|
var templateObject_1$1O;
|
|
6645
6645
|
|
|
6646
|
-
var Container$19 = newStyled.div(templateObject_1$1N || (templateObject_1$1N = __makeTemplateObject(["\n margin: 0;\n padding: 0.
|
|
6646
|
+
var Container$19 = newStyled.div(templateObject_1$1N || (templateObject_1$1N = __makeTemplateObject(["\n margin: 0;\n padding: 0 0.1rem;\n display: inline-flex;\n cursor: pointer;\n width: ", ";\n height: ", ";\n justify-content: flex-end;\n align-items: flex-start;\n"], ["\n margin: 0;\n padding: 0 0.1rem;\n display: inline-flex;\n cursor: pointer;\n width: ", ";\n height: ", ";\n justify-content: flex-end;\n align-items: flex-start;\n"])), function (props) { return "".concat(props.size, "em"); }, function (props) { return "".concat(props.size, "em"); });
|
|
6647
6647
|
var templateObject_1$1N;
|
|
6648
6648
|
|
|
6649
6649
|
var TrashButton = function (_a) {
|
|
6650
6650
|
var onClick = _a.onClick, size = _a.size;
|
|
6651
6651
|
useTheme();
|
|
6652
|
-
return (jsxRuntime.jsx(Container$19, __assign$1({ onClick: onClick, "data-testid": "CartProductItemTrashBtn", size: size }, { children: jsxRuntime.jsx(Icon.Actions.Trash, { width: size
|
|
6652
|
+
return (jsxRuntime.jsx(Container$19, __assign$1({ onClick: onClick, "data-testid": "CartProductItemTrashBtn", size: size }, { children: jsxRuntime.jsx(Icon.Actions.Trash, { width: size, height: size, fill: "#292929" }, void 0) }), void 0));
|
|
6653
6653
|
};
|
|
6654
6654
|
|
|
6655
6655
|
var CartProductItem = {
|
package/package.json
CHANGED