@pelcro/react-pelcro-js 3.26.0-beta.20 → 3.26.0-beta.21
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/dist/index.cjs.js +3 -1
- package/dist/index.esm.js +3 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -26805,7 +26805,9 @@ const CartRemoveItemButton = _ref => {
|
|
|
26805
26805
|
"data-key": itemId,
|
|
26806
26806
|
icon: /*#__PURE__*/React__default['default'].createElement(SvgXIcon, {
|
|
26807
26807
|
"aria-hidden": "true",
|
|
26808
|
-
focusable: "false"
|
|
26808
|
+
focusable: "false",
|
|
26809
|
+
height: "20",
|
|
26810
|
+
width: "20"
|
|
26809
26811
|
}),
|
|
26810
26812
|
className: "plc-bg-transparent plc-w-9 plc-h-9 plc-p-2",
|
|
26811
26813
|
onClick: () => {
|
package/dist/index.esm.js
CHANGED
|
@@ -26775,7 +26775,9 @@ const CartRemoveItemButton = _ref => {
|
|
|
26775
26775
|
"data-key": itemId,
|
|
26776
26776
|
icon: /*#__PURE__*/React__default.createElement(SvgXIcon, {
|
|
26777
26777
|
"aria-hidden": "true",
|
|
26778
|
-
focusable: "false"
|
|
26778
|
+
focusable: "false",
|
|
26779
|
+
height: "20",
|
|
26780
|
+
width: "20"
|
|
26779
26781
|
}),
|
|
26780
26782
|
className: "plc-bg-transparent plc-w-9 plc-h-9 plc-p-2",
|
|
26781
26783
|
onClick: () => {
|