@micromag/screen-gallery-feed 0.3.209 → 0.3.210

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
@@ -155,6 +155,7 @@ var GalleryFeedScreen = function GalleryFeedScreen(_ref) {
155
155
  playing: backgroundPlaying,
156
156
  active: active,
157
157
  shouldLoad: mediaShouldLoad,
158
+ withoutVideo: isPreview,
158
159
  onLoaded: onImageLoaded
159
160
  }))));
160
161
  var captionElement = null;
@@ -244,7 +245,8 @@ var GalleryFeedScreen = function GalleryFeedScreen(_ref) {
244
245
  playing: backgroundPlaying,
245
246
  muted: muted,
246
247
  shouldLoad: mediaShouldLoad,
247
- mediaRef: mediaRef
248
+ mediaRef: mediaRef,
249
+ withoutVideo: isPreview
248
250
  }) : null, /*#__PURE__*/React.createElement(Container, {
249
251
  width: width,
250
252
  height: height
package/lib/index.js CHANGED
@@ -177,6 +177,7 @@ var GalleryFeedScreen = function GalleryFeedScreen(_ref) {
177
177
  playing: backgroundPlaying,
178
178
  active: active,
179
179
  shouldLoad: mediaShouldLoad,
180
+ withoutVideo: isPreview,
180
181
  onLoaded: onImageLoaded
181
182
  }))));
182
183
  var captionElement = null;
@@ -266,7 +267,8 @@ var GalleryFeedScreen = function GalleryFeedScreen(_ref) {
266
267
  playing: backgroundPlaying,
267
268
  muted: muted,
268
269
  shouldLoad: mediaShouldLoad,
269
- mediaRef: mediaRef
270
+ mediaRef: mediaRef,
271
+ withoutVideo: isPreview
270
272
  }) : null, /*#__PURE__*/React__default["default"].createElement(Container__default["default"], {
271
273
  width: width,
272
274
  height: height
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-gallery-feed",
3
- "version": "0.3.209",
3
+ "version": "0.3.210",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -50,14 +50,14 @@
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
52
  "@micromag/core": "^0.3.209",
53
- "@micromag/element-background": "^0.3.209",
53
+ "@micromag/element-background": "^0.3.210",
54
54
  "@micromag/element-call-to-action": "^0.3.209",
55
55
  "@micromag/element-container": "^0.3.209",
56
56
  "@micromag/element-layout": "^0.3.209",
57
57
  "@micromag/element-scroll": "^0.3.209",
58
58
  "@micromag/element-stack": "^0.3.209",
59
59
  "@micromag/element-text": "^0.3.209",
60
- "@micromag/element-visual": "^0.3.209",
60
+ "@micromag/element-visual": "^0.3.210",
61
61
  "@micromag/transforms": "^0.3.209",
62
62
  "classnames": "^2.2.6",
63
63
  "lodash": "^4.17.21",
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "909d9ff44ec6bf543db9c75186cd223391a5f0cd"
71
+ "gitHead": "2feb6654035cd1fefa1382d17ea31e42b7950292"
72
72
  }