@micromag/media-gallery 0.3.554 → 0.3.555

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 +7 -4
  2. package/package.json +2 -2
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
  }];
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.555",
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": "c912d2b1bb966674750aef6ba40bc9698161486d"
89
+ "gitHead": "c1faaf566622c92b26cc784443ebb9d67bf36fa7"
90
90
  }