@micromag/media-gallery 0.3.557 → 0.3.559

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 +11 -2
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -345,6 +345,15 @@ function filters() {
345
345
  }]
346
346
  }),
347
347
  value: 'audio'
348
+ }, {
349
+ label: /*#__PURE__*/React.createElement(FormattedMessage, {
350
+ id: "fpQzza",
351
+ defaultMessage: [{
352
+ "type": 0,
353
+ "value": "Font"
354
+ }]
355
+ }),
356
+ value: 'font'
348
357
  }],
349
358
  multiple: true
350
359
  }, {
@@ -616,8 +625,8 @@ function MediaGallery(_ref) {
616
625
  multipleSelection: true // allow multi-uploads in MediasBrowser
617
626
  ,
618
627
  withStickySelection: true,
619
- withTrash: true,
620
- withReplace: true
628
+ withTrash: true
629
+ // withReplace // TODO re-enable after prod deploy
621
630
  }));
622
631
  }
623
632
  MediaGallery.propTypes = propTypes;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/media-gallery",
3
- "version": "0.3.557",
3
+ "version": "0.3.559",
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": "a8dfa040713dfcaeb1527ace20efe4e1342cb7d5"
89
+ "gitHead": "50cf0ca200e68d03c1c36c812c644632df116ab6"
90
90
  }