@micromag/screen-timeline 0.3.207 → 0.3.211
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 +3 -1
- package/lib/index.js +3 -1
- package/package.json +12 -12
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.
|
|
3
|
+
"version": "0.3.211",
|
|
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.
|
|
53
|
-
"@micromag/element-background": "^0.3.
|
|
54
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
55
|
-
"@micromag/element-container": "^0.3.
|
|
56
|
-
"@micromag/element-heading": "^0.3.
|
|
57
|
-
"@micromag/element-layout": "^0.3.
|
|
58
|
-
"@micromag/element-scroll": "^0.3.
|
|
59
|
-
"@micromag/element-text": "^0.3.
|
|
60
|
-
"@micromag/element-visual": "^0.3.
|
|
61
|
-
"@micromag/transforms": "^0.3.
|
|
52
|
+
"@micromag/core": "^0.3.211",
|
|
53
|
+
"@micromag/element-background": "^0.3.211",
|
|
54
|
+
"@micromag/element-call-to-action": "^0.3.211",
|
|
55
|
+
"@micromag/element-container": "^0.3.211",
|
|
56
|
+
"@micromag/element-heading": "^0.3.211",
|
|
57
|
+
"@micromag/element-layout": "^0.3.211",
|
|
58
|
+
"@micromag/element-scroll": "^0.3.211",
|
|
59
|
+
"@micromag/element-text": "^0.3.211",
|
|
60
|
+
"@micromag/element-visual": "^0.3.211",
|
|
61
|
+
"@micromag/transforms": "^0.3.211",
|
|
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": "
|
|
71
|
+
"gitHead": "2eebe38f4253de953042e9ccf1afe593c824e8e0"
|
|
72
72
|
}
|