@micromag/media-gallery 0.3.533 → 0.3.534
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 -21
- package/lib/index.js +2 -21
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -379,31 +379,12 @@ function filters() {
|
|
|
379
379
|
}, {
|
|
380
380
|
id: 'source',
|
|
381
381
|
component: 'radios',
|
|
382
|
-
label: /*#__PURE__*/React.createElement(FormattedMessage, {
|
|
383
|
-
id: "AX9qes",
|
|
384
|
-
defaultMessage: [{
|
|
385
|
-
"type": 0,
|
|
386
|
-
"value": "This micromag"
|
|
387
|
-
}]
|
|
388
|
-
}),
|
|
389
382
|
name: 'source',
|
|
390
383
|
options: [{
|
|
391
|
-
label:
|
|
392
|
-
id: "JCex1R",
|
|
393
|
-
defaultMessage: [{
|
|
394
|
-
"type": 0,
|
|
395
|
-
"value": "Tous les micromags"
|
|
396
|
-
}]
|
|
397
|
-
}),
|
|
384
|
+
label: 'Tous les micromags',
|
|
398
385
|
value: 'all'
|
|
399
386
|
}, {
|
|
400
|
-
label:
|
|
401
|
-
id: "hjgnYW",
|
|
402
|
-
defaultMessage: [{
|
|
403
|
-
"type": 0,
|
|
404
|
-
"value": "Ce micromag"
|
|
405
|
-
}]
|
|
406
|
-
}),
|
|
387
|
+
label: 'Ce micromag',
|
|
407
388
|
value: 'document-'
|
|
408
389
|
}]
|
|
409
390
|
}];
|
package/lib/index.js
CHANGED
|
@@ -419,31 +419,12 @@ function filters() {
|
|
|
419
419
|
}, {
|
|
420
420
|
id: 'source',
|
|
421
421
|
component: 'radios',
|
|
422
|
-
label: /*#__PURE__*/React.createElement(reactIntl.FormattedMessage, {
|
|
423
|
-
id: "AX9qes",
|
|
424
|
-
defaultMessage: [{
|
|
425
|
-
"type": 0,
|
|
426
|
-
"value": "This micromag"
|
|
427
|
-
}]
|
|
428
|
-
}),
|
|
429
422
|
name: 'source',
|
|
430
423
|
options: [{
|
|
431
|
-
label:
|
|
432
|
-
id: "JCex1R",
|
|
433
|
-
defaultMessage: [{
|
|
434
|
-
"type": 0,
|
|
435
|
-
"value": "Tous les micromags"
|
|
436
|
-
}]
|
|
437
|
-
}),
|
|
424
|
+
label: 'Tous les micromags',
|
|
438
425
|
value: 'all'
|
|
439
426
|
}, {
|
|
440
|
-
label:
|
|
441
|
-
id: "hjgnYW",
|
|
442
|
-
defaultMessage: [{
|
|
443
|
-
"type": 0,
|
|
444
|
-
"value": "Ce micromag"
|
|
445
|
-
}]
|
|
446
|
-
}),
|
|
427
|
+
label: 'Ce micromag',
|
|
447
428
|
value: 'document-'
|
|
448
429
|
}]
|
|
449
430
|
}];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/media-gallery",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.534",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"access": "public",
|
|
88
88
|
"registry": "https://registry.npmjs.org/"
|
|
89
89
|
},
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "5db137794264504b92d43389b75c734a00712e72"
|
|
91
91
|
}
|