@micromag/media-gallery 0.3.552 → 0.3.553

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.
Files changed (2) hide show
  1. package/es/index.js +2 -1
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -588,7 +588,8 @@ function MediaGallery(_ref) {
588
588
  onMediaUploaded: onMediaUploaded,
589
589
  onMediaFormOpen: onMediaFormOpen,
590
590
  onMediaFormClose: onMediaFormClose,
591
- withStickySelection: true
591
+ withStickySelection: true,
592
+ withTrash: true
592
593
  }) : /*#__PURE__*/React.createElement(MediasBrowserContainer, {
593
594
  className: styles.browser,
594
595
  api: mediasApi,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/media-gallery",
3
- "version": "0.3.552",
3
+ "version": "0.3.553",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -86,5 +86,5 @@
86
86
  "access": "public",
87
87
  "registry": "https://registry.npmjs.org/"
88
88
  },
89
- "gitHead": "0d6ffdbca29afb482e68f55a41c45ba6e982ae7d"
89
+ "gitHead": "239e3eea0a2d58e5ef9a8f7fb22124a2aed8bb4a"
90
90
  }