@micromag/screen-timeline 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
@@ -230,6 +230,7 @@ var Timeline = function Timeline(_ref) {
230
230
  playing: backgroundPlaying,
231
231
  active: active,
232
232
  shouldLoad: mediaShouldLoad,
233
+ withoutVideo: isPreview,
233
234
  onLoaded: onImageLoaded
234
235
  }) : null));
235
236
  break;
@@ -320,7 +321,8 @@ var Timeline = function Timeline(_ref) {
320
321
  playing: backgroundPlaying,
321
322
  muted: muted,
322
323
  shouldLoad: mediaShouldLoad,
323
- mediaRef: mediaRef
324
+ mediaRef: mediaRef,
325
+ withoutVideo: isPreview
324
326
  }) : null, /*#__PURE__*/React.createElement(Container, {
325
327
  width: width,
326
328
  height: height
package/lib/index.js CHANGED
@@ -253,6 +253,7 @@ var Timeline = function Timeline(_ref) {
253
253
  playing: backgroundPlaying,
254
254
  active: active,
255
255
  shouldLoad: mediaShouldLoad,
256
+ withoutVideo: isPreview,
256
257
  onLoaded: onImageLoaded
257
258
  }) : null));
258
259
  break;
@@ -343,7 +344,8 @@ var Timeline = function Timeline(_ref) {
343
344
  playing: backgroundPlaying,
344
345
  muted: muted,
345
346
  shouldLoad: mediaShouldLoad,
346
- mediaRef: mediaRef
347
+ mediaRef: mediaRef,
348
+ withoutVideo: isPreview
347
349
  }) : null, /*#__PURE__*/React__default["default"].createElement(Container__default["default"], {
348
350
  width: width,
349
351
  height: height
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-timeline",
3
- "version": "0.3.209",
3
+ "version": "0.3.213",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,16 +49,16 @@
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-heading": "^0.3.209",
57
- "@micromag/element-layout": "^0.3.209",
58
- "@micromag/element-scroll": "^0.3.209",
59
- "@micromag/element-text": "^0.3.209",
60
- "@micromag/element-visual": "^0.3.209",
61
- "@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-heading": "^0.3.213",
57
+ "@micromag/element-layout": "^0.3.213",
58
+ "@micromag/element-scroll": "^0.3.213",
59
+ "@micromag/element-text": "^0.3.213",
60
+ "@micromag/element-visual": "^0.3.213",
61
+ "@micromag/transforms": "^0.3.213",
62
62
  "classnames": "^2.2.6",
63
63
  "lodash": "^4.17.21",
64
64
  "prop-types": "^15.7.2",
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "909d9ff44ec6bf543db9c75186cd223391a5f0cd"
71
+ "gitHead": "e7dcbfd9c59763758e35c37bacf6749e95c1cbac"
72
72
  }