@micromag/screen-audio 0.3.117 → 0.3.122

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
@@ -282,7 +282,7 @@ var AudioScreen = function AudioScreen(_ref) {
282
282
  currentTime: currentTime
283
283
  }) : null, hasAudioUrl && (isView || isEdit) ? /*#__PURE__*/React.createElement(MediaControls, {
284
284
  className: styles.mediaControls,
285
- withPlayPause: withPlayPause,
285
+ withControls: withPlayPause,
286
286
  playing: playing,
287
287
  muted: muted,
288
288
  onTogglePlay: togglePlay,
package/lib/index.js CHANGED
@@ -303,7 +303,7 @@ var AudioScreen = function AudioScreen(_ref) {
303
303
  currentTime: currentTime
304
304
  }) : null, hasAudioUrl && (isView || isEdit) ? /*#__PURE__*/React__default["default"].createElement(MediaControls__default["default"], {
305
305
  className: styles.mediaControls,
306
- withPlayPause: withPlayPause,
306
+ withControls: withPlayPause,
307
307
  playing: playing,
308
308
  muted: muted,
309
309
  onTogglePlay: togglePlay,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-audio",
3
- "version": "0.3.117",
3
+ "version": "0.3.122",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,15 +49,15 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
- "@micromag/core": "^0.3.117",
53
- "@micromag/element-audio": "^0.3.117",
54
- "@micromag/element-background": "^0.3.117",
55
- "@micromag/element-call-to-action": "^0.3.117",
56
- "@micromag/element-closed-captions": "^0.3.117",
57
- "@micromag/element-container": "^0.3.117",
58
- "@micromag/element-layout": "^0.3.117",
59
- "@micromag/element-media-controls": "^0.3.117",
60
- "@micromag/transforms": "^0.3.117",
52
+ "@micromag/core": "^0.3.122",
53
+ "@micromag/element-audio": "^0.3.122",
54
+ "@micromag/element-background": "^0.3.122",
55
+ "@micromag/element-call-to-action": "^0.3.122",
56
+ "@micromag/element-closed-captions": "^0.3.122",
57
+ "@micromag/element-container": "^0.3.122",
58
+ "@micromag/element-layout": "^0.3.122",
59
+ "@micromag/element-media-controls": "^0.3.122",
60
+ "@micromag/transforms": "^0.3.122",
61
61
  "classnames": "^2.2.6",
62
62
  "lodash": "^4.17.21",
63
63
  "prop-types": "^15.7.2",
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "eab1c9a0b8c19d747fee6472158779f33b1f18d3"
70
+ "gitHead": "4fbee9b4305d9a4ae0e4532a1d8e143155499878"
71
71
  }