@dreamcommerce/aurora 3.0.0-221 → 3.0.0-222

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.
@@ -30,7 +30,7 @@ var UploadedImagePickerItem = function UploadedImagePickerItem(_ref) {
30
30
  className: 'aurora-text-xs aurora-text-subtle aurora-overflow-hidden aurora-text-ellipsis'
31
31
  }, isValid && (/*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, imageName, ".".concat(imageExtension, " (").concat(imageWidth, "x").concat(imageHeight, "px)")))), /*#__PURE__*/React__default['default'].createElement("button", {
32
32
  "data-test-id": "image-picker-remove-button",
33
- onMouseUp: onFileDelete,
33
+ onClick: onFileDelete,
34
34
  className: 'aurora-flex aurora-items-center aurora-gap-1 aurora-border aurora-border-danger aurora-rounded-full aurora-px-3 aurora-py-[6px]'
35
35
  }, /*#__PURE__*/React__default['default'].createElement(delete_bin_icon.DeleteBinLineIcon, {
36
36
  className: "aurora-w-4 aurora-h-4 aurora-fill-danger"
@@ -22,7 +22,7 @@ var UploadedImagePickerItem = function UploadedImagePickerItem(_ref) {
22
22
  className: 'aurora-text-xs aurora-text-subtle aurora-overflow-hidden aurora-text-ellipsis'
23
23
  }, isValid && (/*#__PURE__*/React.createElement(React.Fragment, null, imageName, ".".concat(imageExtension, " (").concat(imageWidth, "x").concat(imageHeight, "px)")))), /*#__PURE__*/React.createElement("button", {
24
24
  "data-test-id": "image-picker-remove-button",
25
- onMouseUp: onFileDelete,
25
+ onClick: onFileDelete,
26
26
  className: 'aurora-flex aurora-items-center aurora-gap-1 aurora-border aurora-border-danger aurora-rounded-full aurora-px-3 aurora-py-[6px]'
27
27
  }, /*#__PURE__*/React.createElement(DeleteBinLineIcon, {
28
28
  className: "aurora-w-4 aurora-h-4 aurora-fill-danger"
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@dreamcommerce/aurora",
3
3
  "packageManager": "yarn@3.2.0",
4
4
  "sideEffects": false,
5
- "version": "3.0.0-221",
5
+ "version": "3.0.0-222",
6
6
  "description": "aurora",
7
7
  "author": "zefirek",
8
8
  "license": "MIT",