@micromag/media-gallery 0.3.536 → 0.3.537

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
@@ -185,6 +185,7 @@ var defaultFields = [{
185
185
  valueIsOption: true,
186
186
  multiple: true,
187
187
  paginated: false
188
+ // creatable: true, // TODO
188
189
  }]
189
190
  }, {
190
191
  id: 'info',
package/lib/index.js CHANGED
@@ -187,6 +187,7 @@ var defaultFields = [{
187
187
  valueIsOption: true,
188
188
  multiple: true,
189
189
  paginated: false
190
+ // creatable: true, // TODO
190
191
  }]
191
192
  }, {
192
193
  id: 'info',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/media-gallery",
3
- "version": "0.3.536",
3
+ "version": "0.3.537",
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": "92977b9414f2996d660d36931b4e6d0b36221f5f"
90
+ "gitHead": "d00efc1e19154f3ea19bfdb64ab47a794f74731e"
91
91
  }