@micromag/media-gallery 0.3.555 → 0.3.556
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.
- package/es/index.js +2 -1
- package/package.json +3 -3
package/es/index.js
CHANGED
|
@@ -612,7 +612,8 @@ function MediaGallery(_ref) {
|
|
|
612
612
|
multipleSelection: true // allow multi-uploads in MediasBrowser
|
|
613
613
|
,
|
|
614
614
|
withStickySelection: true,
|
|
615
|
-
withTrash: true
|
|
615
|
+
withTrash: true,
|
|
616
|
+
withReplace: true
|
|
616
617
|
}));
|
|
617
618
|
}
|
|
618
619
|
MediaGallery.propTypes = propTypes;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/media-gallery",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.556",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"@fortawesome/free-solid-svg-icons": "^6.5.2",
|
|
73
73
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
74
74
|
"@micromag/core": "^0.3.547",
|
|
75
|
-
"@micromag/data": "^0.3.
|
|
75
|
+
"@micromag/data": "^0.3.556",
|
|
76
76
|
"@panneau/medias": "^3.0.163",
|
|
77
77
|
"bootstrap": "^5.3.1",
|
|
78
78
|
"classnames": "^2.2.6",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"access": "public",
|
|
87
87
|
"registry": "https://registry.npmjs.org/"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "12a6092859319d01fdff72d65c6b28d3a33a6af9"
|
|
90
90
|
}
|