@micromag/media-gallery 0.3.534 → 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',
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',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/media-gallery",
3
- "version": "0.3.534",
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": "5db137794264504b92d43389b75c734a00712e72"
90
+ "gitHead": "b6fdaa7576cf731ab908d4d39a3609e28c69eb3c"
91
91
  }