@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 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: () => {
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.29.0",
4
+ "version": "3.29.1",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",