@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 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: () => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pelcro/react-pelcro-js",
3
3
  "description": "Pelcro's React UI Elements",
4
- "version": "3.26.0-beta.20",
4
+ "version": "3.26.0-beta.21",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",