@micromag/media-gallery 0.3.559 → 0.3.561

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
@@ -625,8 +625,8 @@ function MediaGallery(_ref) {
625
625
  multipleSelection: true // allow multi-uploads in MediasBrowser
626
626
  ,
627
627
  withStickySelection: true,
628
- withTrash: true
629
- // withReplace // TODO re-enable after prod deploy
628
+ withTrash: true,
629
+ withReplace: true
630
630
  }));
631
631
  }
632
632
  MediaGallery.propTypes = propTypes;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/media-gallery",
3
- "version": "0.3.559",
3
+ "version": "0.3.561",
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": "50cf0ca200e68d03c1c36c812c644632df116ab6"
89
+ "gitHead": "da01f5d13a1930f52a7e921fcfc320c94fed7d0a"
90
90
  }