@micromag/media-gallery 0.3.518 → 0.3.519

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 (3) hide show
  1. package/es/index.js +11 -11
  2. package/lib/index.js +11 -11
  3. package/package.json +2 -2
package/es/index.js CHANGED
@@ -347,17 +347,6 @@ function filters() {
347
347
  value: 'audio'
348
348
  }],
349
349
  multiple: true
350
- }, {
351
- id: 'source',
352
- component: 'toggle',
353
- label: /*#__PURE__*/React.createElement(FormattedMessage, {
354
- id: "AX9qes",
355
- defaultMessage: [{
356
- "type": 0,
357
- "value": "This micromag"
358
- }]
359
- }),
360
- name: 'source'
361
350
  },
362
351
  // TODO: fix this on micromag.ca
363
352
  // {
@@ -386,6 +375,17 @@ function filters() {
386
375
  itemValuePath: 'id',
387
376
  multiple: true,
388
377
  paginated: true
378
+ }, {
379
+ id: 'source',
380
+ component: 'toggle',
381
+ label: /*#__PURE__*/React.createElement(FormattedMessage, {
382
+ id: "AX9qes",
383
+ defaultMessage: [{
384
+ "type": 0,
385
+ "value": "This micromag"
386
+ }]
387
+ }),
388
+ name: 'source'
389
389
  }];
390
390
  }
391
391
 
package/lib/index.js CHANGED
@@ -387,17 +387,6 @@ function filters() {
387
387
  value: 'audio'
388
388
  }],
389
389
  multiple: true
390
- }, {
391
- id: 'source',
392
- component: 'toggle',
393
- label: /*#__PURE__*/React.createElement(reactIntl.FormattedMessage, {
394
- id: "AX9qes",
395
- defaultMessage: [{
396
- "type": 0,
397
- "value": "This micromag"
398
- }]
399
- }),
400
- name: 'source'
401
390
  },
402
391
  // TODO: fix this on micromag.ca
403
392
  // {
@@ -426,6 +415,17 @@ function filters() {
426
415
  itemValuePath: 'id',
427
416
  multiple: true,
428
417
  paginated: true
418
+ }, {
419
+ id: 'source',
420
+ component: 'toggle',
421
+ label: /*#__PURE__*/React.createElement(reactIntl.FormattedMessage, {
422
+ id: "AX9qes",
423
+ defaultMessage: [{
424
+ "type": 0,
425
+ "value": "This micromag"
426
+ }]
427
+ }),
428
+ name: 'source'
429
429
  }];
430
430
  }
431
431
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/media-gallery",
3
- "version": "0.3.518",
3
+ "version": "0.3.519",
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": "415c0649dd0dd83a47a0407f945c2dee112ebde0"
90
+ "gitHead": "f353b7a3cec6ea46f26212655127873a4d3e3c08"
91
91
  }