@micromag/screen-video-360 0.3.109 → 0.3.112
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 -3
- package/lib/index.js +3 -3
- package/package.json +11 -11
package/es/index.js
CHANGED
|
@@ -238,8 +238,8 @@ var Video360Screen = function Video360Screen(_ref) {
|
|
|
238
238
|
closedCaptions = _ref5$closedCaptions === void 0 ? null : _ref5$closedCaptions,
|
|
239
239
|
_ref5$withSeekBar = _ref5.withSeekBar,
|
|
240
240
|
withSeekBar = _ref5$withSeekBar === void 0 ? false : _ref5$withSeekBar,
|
|
241
|
-
_ref5$
|
|
242
|
-
|
|
241
|
+
_ref5$withControls = _ref5.withControls,
|
|
242
|
+
withControls = _ref5$withControls === void 0 ? false : _ref5$withControls,
|
|
243
243
|
_ref5$autoPlay = _ref5.autoPlay,
|
|
244
244
|
autoPlay = _ref5$autoPlay === void 0 ? true : _ref5$autoPlay;
|
|
245
245
|
|
|
@@ -544,7 +544,7 @@ var Video360Screen = function Video360Screen(_ref) {
|
|
|
544
544
|
}) : null, withVideoSphere ? /*#__PURE__*/React.createElement(MediaControls, {
|
|
545
545
|
className: styles.mediaControls,
|
|
546
546
|
withSeekBar: withSeekBar,
|
|
547
|
-
|
|
547
|
+
withControls: withControls,
|
|
548
548
|
playing: playing,
|
|
549
549
|
muted: muted,
|
|
550
550
|
currentTime: currentTime,
|
package/lib/index.js
CHANGED
|
@@ -277,8 +277,8 @@ var Video360Screen = function Video360Screen(_ref) {
|
|
|
277
277
|
closedCaptions = _ref5$closedCaptions === void 0 ? null : _ref5$closedCaptions,
|
|
278
278
|
_ref5$withSeekBar = _ref5.withSeekBar,
|
|
279
279
|
withSeekBar = _ref5$withSeekBar === void 0 ? false : _ref5$withSeekBar,
|
|
280
|
-
_ref5$
|
|
281
|
-
|
|
280
|
+
_ref5$withControls = _ref5.withControls,
|
|
281
|
+
withControls = _ref5$withControls === void 0 ? false : _ref5$withControls,
|
|
282
282
|
_ref5$autoPlay = _ref5.autoPlay,
|
|
283
283
|
autoPlay = _ref5$autoPlay === void 0 ? true : _ref5$autoPlay;
|
|
284
284
|
|
|
@@ -583,7 +583,7 @@ var Video360Screen = function Video360Screen(_ref) {
|
|
|
583
583
|
}) : null, withVideoSphere ? /*#__PURE__*/React__default["default"].createElement(MediaControls__default["default"], {
|
|
584
584
|
className: styles.mediaControls,
|
|
585
585
|
withSeekBar: withSeekBar,
|
|
586
|
-
|
|
586
|
+
withControls: withControls,
|
|
587
587
|
playing: playing,
|
|
588
588
|
muted: muted,
|
|
589
589
|
currentTime: currentTime,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-video-360",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.112",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@babel/runtime": "^7.13.10",
|
|
52
52
|
"@folklore/size": "^0.1.20",
|
|
53
|
-
"@micromag/core": "^0.3.
|
|
54
|
-
"@micromag/element-background": "^0.3.
|
|
55
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
56
|
-
"@micromag/element-closed-captions": "^0.3.
|
|
57
|
-
"@micromag/element-container": "^0.3.
|
|
58
|
-
"@micromag/element-image": "^0.3.
|
|
59
|
-
"@micromag/element-media-controls": "^0.3.
|
|
60
|
-
"@micromag/element-video": "^0.3.
|
|
61
|
-
"@micromag/transforms": "^0.3.
|
|
53
|
+
"@micromag/core": "^0.3.112",
|
|
54
|
+
"@micromag/element-background": "^0.3.112",
|
|
55
|
+
"@micromag/element-call-to-action": "^0.3.112",
|
|
56
|
+
"@micromag/element-closed-captions": "^0.3.112",
|
|
57
|
+
"@micromag/element-container": "^0.3.112",
|
|
58
|
+
"@micromag/element-image": "^0.3.112",
|
|
59
|
+
"@micromag/element-media-controls": "^0.3.112",
|
|
60
|
+
"@micromag/element-video": "^0.3.112",
|
|
61
|
+
"@micromag/transforms": "^0.3.112",
|
|
62
62
|
"classnames": "^2.2.6",
|
|
63
63
|
"lodash": "^4.17.21",
|
|
64
64
|
"prop-types": "^15.7.2",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"publishConfig": {
|
|
71
71
|
"access": "public"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "f85362071b76115397f9a77537ac6e66b91f59f3"
|
|
74
74
|
}
|