@micromag/media-gallery 0.3.554 → 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.
Files changed (2) hide show
  1. package/es/index.js +9 -5
  2. package/package.json +3 -3
package/es/index.js CHANGED
@@ -384,10 +384,13 @@ function filters() {
384
384
  component: 'radios',
385
385
  name: 'source',
386
386
  options: [{
387
- label: 'Tous les micromags',
388
- value: 'all'
389
- }, {
390
- label: 'Ce micromag',
387
+ label: /*#__PURE__*/React.createElement(FormattedMessage, {
388
+ id: "bCtuS/",
389
+ defaultMessage: [{
390
+ "type": 0,
391
+ "value": "In this Micromag"
392
+ }]
393
+ }),
391
394
  value: 'document-'
392
395
  }]
393
396
  }];
@@ -609,7 +612,8 @@ function MediaGallery(_ref) {
609
612
  multipleSelection: true // allow multi-uploads in MediasBrowser
610
613
  ,
611
614
  withStickySelection: true,
612
- withTrash: true
615
+ withTrash: true,
616
+ withReplace: true
613
617
  }));
614
618
  }
615
619
  MediaGallery.propTypes = propTypes;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/media-gallery",
3
- "version": "0.3.554",
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.547",
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": "c912d2b1bb966674750aef6ba40bc9698161486d"
89
+ "gitHead": "12a6092859319d01fdff72d65c6b28d3a33a6af9"
90
90
  }