@panneau/medias 3.0.179 → 3.0.181

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
@@ -228,7 +228,6 @@ function MediaFrame(_ref) {
228
228
  value: value,
229
229
  maxWidth: "100%",
230
230
  maxHeight: "100%",
231
- withoutZoom: true,
232
231
  onClick: type === 'video' || type === 'audio' ? onClick : null
233
232
  }));
234
233
  }
@@ -781,7 +780,6 @@ var defaultFilters = [{
781
780
  }],
782
781
  multiple: true
783
782
  }
784
-
785
783
  // {
786
784
  // id: 'author',
787
785
  // component: 'select',
package/lib/index.js CHANGED
@@ -230,7 +230,6 @@ function MediaFrame(_ref) {
230
230
  value: value,
231
231
  maxWidth: "100%",
232
232
  maxHeight: "100%",
233
- withoutZoom: true,
234
233
  onClick: type === 'video' || type === 'audio' ? onClick : null
235
234
  }));
236
235
  }
@@ -783,7 +782,6 @@ var defaultFilters = [{
783
782
  }],
784
783
  multiple: true
785
784
  }
786
-
787
785
  // {
788
786
  // id: 'author',
789
787
  // component: 'select',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/medias",
3
- "version": "3.0.179",
3
+ "version": "3.0.181",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -48,7 +48,7 @@
48
48
  "@babel/runtime": "^7.12.5",
49
49
  "@panneau/core": "^3.0.176",
50
50
  "@panneau/data": "^3.0.178",
51
- "@panneau/display-image": "^3.0.177",
51
+ "@panneau/display-image": "^3.0.181",
52
52
  "@panneau/element-button": "^3.0.177",
53
53
  "@panneau/element-buttons": "^3.0.177",
54
54
  "@panneau/element-form": "^3.0.177",
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "b30a47b8b078044365622de3c85911898037c1f3"
71
+ "gitHead": "d9cec00d148ce400f0fea0e2dd110e9632b189d4"
72
72
  }