@micromag/screen-video 0.3.110 → 0.3.113

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
@@ -398,7 +398,7 @@ var VideoScreen = function VideoScreen(_ref) {
398
398
  },
399
399
  enableInteraction: enableInteraction,
400
400
  disableInteraction: disableInteraction
401
- })) : null, isView || isEdit ? /*#__PURE__*/React.createElement(SeekBar, {
401
+ })) : null, withSeekBar && (isView || isEdit) ? /*#__PURE__*/React.createElement(SeekBar, {
402
402
  currentTime: currentTime,
403
403
  duration: duration,
404
404
  playing: playing,
package/lib/index.js CHANGED
@@ -419,7 +419,7 @@ var VideoScreen = function VideoScreen(_ref) {
419
419
  },
420
420
  enableInteraction: enableInteraction,
421
421
  disableInteraction: disableInteraction
422
- })) : null, isView || isEdit ? /*#__PURE__*/React__default["default"].createElement(MediaControls.SeekBar, {
422
+ })) : null, withSeekBar && (isView || isEdit) ? /*#__PURE__*/React__default["default"].createElement(MediaControls.SeekBar, {
423
423
  currentTime: currentTime,
424
424
  duration: duration,
425
425
  playing: playing,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-video",
3
- "version": "0.3.110",
3
+ "version": "0.3.113",
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.110",
54
- "@micromag/element-background": "^0.3.110",
55
- "@micromag/element-call-to-action": "^0.3.110",
56
- "@micromag/element-closed-captions": "^0.3.110",
57
- "@micromag/element-container": "^0.3.110",
58
- "@micromag/element-image": "^0.3.110",
59
- "@micromag/element-media-controls": "^0.3.110",
60
- "@micromag/element-video": "^0.3.110",
61
- "@micromag/transforms": "^0.3.110",
53
+ "@micromag/core": "^0.3.112",
54
+ "@micromag/element-background": "^0.3.112",
55
+ "@micromag/element-call-to-action": "^0.3.113",
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",
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "a4a09bb4e14c7ee52330258a2e9a02b3cc8809a7"
71
+ "gitHead": "4c6a28244ace23a23cfe3a61429c79afb04750ca"
72
72
  }