@pelcro/react-pelcro-js 3.29.0 → 3.29.1
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
|
@@ -25481,7 +25481,9 @@ const CartRemoveItemButton = _ref => {
|
|
|
25481
25481
|
"data-key": itemId,
|
|
25482
25482
|
icon: /*#__PURE__*/React__default['default'].createElement(SvgXIcon, {
|
|
25483
25483
|
"aria-hidden": "true",
|
|
25484
|
-
focusable: "false"
|
|
25484
|
+
focusable: "false",
|
|
25485
|
+
height: "20",
|
|
25486
|
+
width: "20"
|
|
25485
25487
|
}),
|
|
25486
25488
|
className: "plc-bg-transparent plc-w-9 plc-h-9 plc-p-2",
|
|
25487
25489
|
onClick: () => {
|
package/dist/index.esm.js
CHANGED
|
@@ -25451,7 +25451,9 @@ const CartRemoveItemButton = _ref => {
|
|
|
25451
25451
|
"data-key": itemId,
|
|
25452
25452
|
icon: /*#__PURE__*/React__default.createElement(SvgXIcon, {
|
|
25453
25453
|
"aria-hidden": "true",
|
|
25454
|
-
focusable: "false"
|
|
25454
|
+
focusable: "false",
|
|
25455
|
+
height: "20",
|
|
25456
|
+
width: "20"
|
|
25455
25457
|
}),
|
|
25456
25458
|
className: "plc-bg-transparent plc-w-9 plc-h-9 plc-p-2",
|
|
25457
25459
|
onClick: () => {
|