@micromag/media-gallery 0.3.557 → 0.3.558

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
@@ -616,8 +616,8 @@ function MediaGallery(_ref) {
616
616
  multipleSelection: true // allow multi-uploads in MediasBrowser
617
617
  ,
618
618
  withStickySelection: true,
619
- withTrash: true,
620
- withReplace: true
619
+ withTrash: true
620
+ // withReplace // TODO re-enable after prod deploy
621
621
  }));
622
622
  }
623
623
  MediaGallery.propTypes = propTypes;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/media-gallery",
3
- "version": "0.3.557",
3
+ "version": "0.3.558",
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": "a8dfa040713dfcaeb1527ace20efe4e1342cb7d5"
89
+ "gitHead": "173c37caa6e7cbeb077497869edadc66c1f8c9b0"
90
90
  }