@micromag/element-audio 0.3.769 → 0.3.779
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 +2 -2
- package/package.json +4 -4
package/es/index.js
CHANGED
|
@@ -403,7 +403,7 @@ var Audio = function Audio(_ref) {
|
|
|
403
403
|
}) : null);
|
|
404
404
|
};
|
|
405
405
|
Audio.propTypes = propTypes$1;
|
|
406
|
-
var
|
|
406
|
+
var Audio_default = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
407
407
|
return /*#__PURE__*/React.createElement(Audio, Object.assign({
|
|
408
408
|
mediaRef: ref
|
|
409
409
|
}, props));
|
|
@@ -633,4 +633,4 @@ function AudioWave(_ref) {
|
|
|
633
633
|
AudioWave.propTypes = propTypes;
|
|
634
634
|
AudioWave.defaultProps = defaultProps;
|
|
635
635
|
|
|
636
|
-
export { AudioWave,
|
|
636
|
+
export { AudioWave, Audio_default as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/element-audio",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.779",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@babel/runtime": "^7.13.10",
|
|
62
|
-
"@micromag/core": "^0.3.
|
|
63
|
-
"@micromag/element-closed-captions": "^0.3.
|
|
62
|
+
"@micromag/core": "^0.3.779",
|
|
63
|
+
"@micromag/element-closed-captions": "^0.3.779",
|
|
64
64
|
"@react-spring/core": "^9.6.1",
|
|
65
65
|
"@react-spring/web": "^9.6.1",
|
|
66
66
|
"@use-gesture/react": "^10.3.0",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"access": "public",
|
|
75
75
|
"registry": "https://registry.npmjs.org/"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "5cc7b8fc6d58ba77100060a9d9a4a3f87f835559"
|
|
78
78
|
}
|