@micromag/screen-gallery 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 +3 -1
- package/lib/index.js +3 -1
- package/package.json +4 -4
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.
|
|
3
|
+
"version": "0.3.210",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -50,13 +50,13 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@babel/runtime": "^7.13.10",
|
|
52
52
|
"@micromag/core": "^0.3.209",
|
|
53
|
-
"@micromag/element-background": "^0.3.
|
|
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-grid": "^0.3.209",
|
|
57
57
|
"@micromag/element-layout": "^0.3.209",
|
|
58
58
|
"@micromag/element-text": "^0.3.209",
|
|
59
|
-
"@micromag/element-visual": "^0.3.
|
|
59
|
+
"@micromag/element-visual": "^0.3.210",
|
|
60
60
|
"@micromag/transforms": "^0.3.209",
|
|
61
61
|
"classnames": "^2.2.6",
|
|
62
62
|
"lodash": "^4.17.21",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "2feb6654035cd1fefa1382d17ea31e42b7950292"
|
|
71
71
|
}
|