@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.
- package/es/index.js +7 -4
- 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:
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
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.
|
|
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": "
|
|
89
|
+
"gitHead": "c1faaf566622c92b26cc784443ebb9d67bf36fa7"
|
|
90
90
|
}
|