@micromag/element-audio 0.3.618 → 0.3.628
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 +1 -1
- package/package.json +4 -4
package/es/index.js
CHANGED
|
@@ -411,7 +411,7 @@ var Audio$1 = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
411
411
|
}, props));
|
|
412
412
|
});
|
|
413
413
|
|
|
414
|
-
var styles = {"container":"micromag-element-audio-audio-wave-container","
|
|
414
|
+
var styles = {"container":"micromag-element-audio-audio-wave-container","canvasBackground":"micromag-element-audio-audio-wave-canvasBackground","canvasProgress":"micromag-element-audio-audio-wave-canvasProgress"};
|
|
415
415
|
|
|
416
416
|
var devicePixelRatio = typeof window !== 'undefined' ? window.devicePixelRatio || 1 : 1;
|
|
417
417
|
var propTypes = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/element-audio",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.628",
|
|
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.628",
|
|
63
|
+
"@micromag/element-closed-captions": "^0.3.628",
|
|
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": "6f1230244a2966c16e85b7d44583276421a38cca"
|
|
78
78
|
}
|