@micromag/media-gallery 0.3.542 → 0.3.545

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
@@ -128,7 +128,7 @@ var defaultColumns = [{
128
128
  "value": "Actions"
129
129
  }]
130
130
  }),
131
- actions: ['edit', 'delete']
131
+ actions: ['edit']
132
132
  // component: ItemActions,
133
133
  // label: 'Edit',
134
134
  // url: '/edit/1',
@@ -596,8 +596,8 @@ function MediaGallery(_ref) {
596
596
  columns: columns,
597
597
  uppyConfig: uppyConfig,
598
598
  onMediaUploaded: onMediaUploaded,
599
- withStickySelection: true,
600
- withTrash: true
599
+ withStickySelection: true
600
+ // withTrash TODO: temporary
601
601
  }));
602
602
  }
603
603
  MediaGallery.propTypes = propTypes;
package/lib/index.js CHANGED
@@ -130,7 +130,7 @@ var defaultColumns = [{
130
130
  "value": "Actions"
131
131
  }]
132
132
  }),
133
- actions: ['edit', 'delete']
133
+ actions: ['edit']
134
134
  // component: ItemActions,
135
135
  // label: 'Edit',
136
136
  // url: '/edit/1',
@@ -636,8 +636,8 @@ function MediaGallery(_ref) {
636
636
  columns: columns,
637
637
  uppyConfig: uppyConfig,
638
638
  onMediaUploaded: onMediaUploaded,
639
- withStickySelection: true,
640
- withTrash: true
639
+ withStickySelection: true
640
+ // withTrash TODO: temporary
641
641
  }));
642
642
  }
643
643
  MediaGallery.propTypes = propTypes;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/media-gallery",
3
- "version": "0.3.542",
3
+ "version": "0.3.545",
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": "faa62e56f5ba1c9bb0780245f886150891b6a2b7"
90
+ "gitHead": "d0c9a83c9bcc51f0dda44322b99097032ec36f22"
91
91
  }