@micromag/screen-gallery 0.3.209 → 0.3.213

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
@@ -384,6 +384,7 @@ var GalleryScreen = function GalleryScreen(_ref) {
384
384
  playing: backgroundPlaying,
385
385
  active: active,
386
386
  shouldLoad: mediaShouldLoad,
387
+ withoutVideo: isPreview,
387
388
  onLoaded: onImageLoaded
388
389
  })) : null))), withCaptions ? /*#__PURE__*/React.createElement(Transitions, {
389
390
  transitions: transitions,
@@ -420,7 +421,8 @@ var GalleryScreen = function GalleryScreen(_ref) {
420
421
  playing: backgroundPlaying,
421
422
  muted: muted,
422
423
  shouldLoad: mediaShouldLoad,
423
- mediaRef: mediaRef
424
+ mediaRef: mediaRef,
425
+ withoutVideo: isPreview
424
426
  }) : null, /*#__PURE__*/React.createElement(Container, {
425
427
  width: width,
426
428
  height: height
package/lib/index.js CHANGED
@@ -406,6 +406,7 @@ var GalleryScreen = function GalleryScreen(_ref) {
406
406
  playing: backgroundPlaying,
407
407
  active: active,
408
408
  shouldLoad: mediaShouldLoad,
409
+ withoutVideo: isPreview,
409
410
  onLoaded: onImageLoaded
410
411
  })) : null))), withCaptions ? /*#__PURE__*/React__default["default"].createElement(components.Transitions, {
411
412
  transitions: transitions,
@@ -442,7 +443,8 @@ var GalleryScreen = function GalleryScreen(_ref) {
442
443
  playing: backgroundPlaying,
443
444
  muted: muted,
444
445
  shouldLoad: mediaShouldLoad,
445
- mediaRef: mediaRef
446
+ mediaRef: mediaRef,
447
+ withoutVideo: isPreview
446
448
  }) : null, /*#__PURE__*/React__default["default"].createElement(Container__default["default"], {
447
449
  width: width,
448
450
  height: height
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-gallery",
3
- "version": "0.3.209",
3
+ "version": "0.3.213",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,15 +49,15 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
- "@micromag/core": "^0.3.209",
53
- "@micromag/element-background": "^0.3.209",
54
- "@micromag/element-call-to-action": "^0.3.209",
55
- "@micromag/element-container": "^0.3.209",
56
- "@micromag/element-grid": "^0.3.209",
57
- "@micromag/element-layout": "^0.3.209",
58
- "@micromag/element-text": "^0.3.209",
59
- "@micromag/element-visual": "^0.3.209",
60
- "@micromag/transforms": "^0.3.209",
52
+ "@micromag/core": "^0.3.213",
53
+ "@micromag/element-background": "^0.3.213",
54
+ "@micromag/element-call-to-action": "^0.3.213",
55
+ "@micromag/element-container": "^0.3.213",
56
+ "@micromag/element-grid": "^0.3.213",
57
+ "@micromag/element-layout": "^0.3.213",
58
+ "@micromag/element-text": "^0.3.213",
59
+ "@micromag/element-visual": "^0.3.213",
60
+ "@micromag/transforms": "^0.3.213",
61
61
  "classnames": "^2.2.6",
62
62
  "lodash": "^4.17.21",
63
63
  "prop-types": "^15.7.2",
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "909d9ff44ec6bf543db9c75186cd223391a5f0cd"
70
+ "gitHead": "e7dcbfd9c59763758e35c37bacf6749e95c1cbac"
71
71
  }