@micromag/media-gallery 0.3.547 → 0.3.548

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 -2
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -596,8 +596,8 @@ function MediaGallery(_ref) {
596
596
  columns: columns,
597
597
  uppyConfig: uppyConfig,
598
598
  onMediaUploaded: onMediaUploaded,
599
- withStickySelection: true
600
- // withTrash TODO: temporary
599
+ withStickySelection: true,
600
+ withTrash: true
601
601
  }));
602
602
  }
603
603
  MediaGallery.propTypes = propTypes;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/media-gallery",
3
- "version": "0.3.547",
3
+ "version": "0.3.548",
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": "3c2f5904ce61fcfa61f673c38c2a5ec56e9e2b07"
89
+ "gitHead": "1664177f20bc3e6ffabe9c5e9318d9814f9c7db1"
90
90
  }