@micromag/screen-urbania-article 0.3.636 → 0.3.650
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 +4 -2
- package/package.json +17 -17
package/es/index.js
CHANGED
|
@@ -902,7 +902,9 @@ var UrbaniaArticleCard = function UrbaniaArticleCard(_ref) {
|
|
|
902
902
|
isStatic = _useScreenRenderConte.isStatic,
|
|
903
903
|
isCapture = _useScreenRenderConte.isCapture;
|
|
904
904
|
var _useViewerWebView = useViewerWebView(),
|
|
905
|
-
openWebView = _useViewerWebView.open
|
|
905
|
+
openWebView = _useViewerWebView.open,
|
|
906
|
+
_useViewerWebView$ope = _useViewerWebView.opened,
|
|
907
|
+
webviewOpened = _useViewerWebView$ope === undefined ? false : _useViewerWebView$ope;
|
|
906
908
|
var _useViewerContext = useViewerContext(),
|
|
907
909
|
viewerTopHeight = _useViewerContext.topHeight,
|
|
908
910
|
viewerBottomHeight = _useViewerContext.bottomHeight;
|
|
@@ -1097,7 +1099,7 @@ var UrbaniaArticleCard = function UrbaniaArticleCard(_ref) {
|
|
|
1097
1099
|
width: width,
|
|
1098
1100
|
height: height,
|
|
1099
1101
|
resolution: resolution,
|
|
1100
|
-
playing: backgroundPlaying,
|
|
1102
|
+
playing: backgroundPlaying && !webviewOpened,
|
|
1101
1103
|
muted: muted,
|
|
1102
1104
|
mediaRef: mediaRef,
|
|
1103
1105
|
onPlayError: onPlayError,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-urbania-article",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.650",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -62,21 +62,21 @@
|
|
|
62
62
|
"@babel/runtime": "^7.13.10",
|
|
63
63
|
"@folklore/fetch": "^0.1.17",
|
|
64
64
|
"@folklore/size": "^0.1.20",
|
|
65
|
-
"@micromag/core": "^0.3.
|
|
66
|
-
"@micromag/element-background": "^0.3.
|
|
67
|
-
"@micromag/element-button": "^0.3.
|
|
68
|
-
"@micromag/element-closed-captions": "^0.3.
|
|
69
|
-
"@micromag/element-container": "^0.3.
|
|
70
|
-
"@micromag/element-footer": "^0.3.
|
|
71
|
-
"@micromag/element-header": "^0.3.
|
|
72
|
-
"@micromag/element-heading": "^0.3.
|
|
73
|
-
"@micromag/element-image": "^0.3.
|
|
74
|
-
"@micromag/element-layout": "^0.3.
|
|
75
|
-
"@micromag/element-text": "^0.3.
|
|
76
|
-
"@micromag/element-urbania-author": "^0.3.
|
|
77
|
-
"@micromag/element-video": "^0.3.
|
|
78
|
-
"@micromag/element-visual": "^0.3.
|
|
79
|
-
"@micromag/transforms": "^0.3.
|
|
65
|
+
"@micromag/core": "^0.3.637",
|
|
66
|
+
"@micromag/element-background": "^0.3.637",
|
|
67
|
+
"@micromag/element-button": "^0.3.637",
|
|
68
|
+
"@micromag/element-closed-captions": "^0.3.637",
|
|
69
|
+
"@micromag/element-container": "^0.3.637",
|
|
70
|
+
"@micromag/element-footer": "^0.3.637",
|
|
71
|
+
"@micromag/element-header": "^0.3.637",
|
|
72
|
+
"@micromag/element-heading": "^0.3.637",
|
|
73
|
+
"@micromag/element-image": "^0.3.637",
|
|
74
|
+
"@micromag/element-layout": "^0.3.637",
|
|
75
|
+
"@micromag/element-text": "^0.3.637",
|
|
76
|
+
"@micromag/element-urbania-author": "^0.3.637",
|
|
77
|
+
"@micromag/element-video": "^0.3.637",
|
|
78
|
+
"@micromag/element-visual": "^0.3.637",
|
|
79
|
+
"@micromag/transforms": "^0.3.637",
|
|
80
80
|
"@react-spring/web": "^9.6.1",
|
|
81
81
|
"@use-gesture/react": "^10.3.0",
|
|
82
82
|
"classnames": "^2.2.6",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"access": "public",
|
|
91
91
|
"registry": "https://registry.npmjs.org/"
|
|
92
92
|
},
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "81a6582a2f66369bc26c2bf524de8bd0ac1d0cfc"
|
|
94
94
|
}
|