@micromag/media-gallery 0.3.533 → 0.3.535

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 CHANGED
@@ -303,7 +303,7 @@ function filters() {
303
303
  id: 'search',
304
304
  component: 'search',
305
305
  name: 'search',
306
- width: 220
306
+ width: 152
307
307
  }, {
308
308
  id: 'types',
309
309
  component: 'select',
@@ -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: /*#__PURE__*/React.createElement(FormattedMessage, {
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: /*#__PURE__*/React.createElement(FormattedMessage, {
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
@@ -343,7 +343,7 @@ function filters() {
343
343
  id: 'search',
344
344
  component: 'search',
345
345
  name: 'search',
346
- width: 220
346
+ width: 152
347
347
  }, {
348
348
  id: 'types',
349
349
  component: 'select',
@@ -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: /*#__PURE__*/React.createElement(reactIntl.FormattedMessage, {
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: /*#__PURE__*/React.createElement(reactIntl.FormattedMessage, {
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.533",
3
+ "version": "0.3.535",
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": "1ad634a7582231541d00a15fce213bd3a8d22aa9"
90
+ "gitHead": "b6fdaa7576cf731ab908d4d39a3609e28c69eb3c"
91
91
  }