@micromag/element-audio 0.3.619 → 0.3.637

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.
Files changed (2) hide show
  1. package/es/index.js +1 -1
  2. 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","button":"micromag-element-audio-audio-wave-button","canvasBackground":"micromag-element-audio-audio-wave-canvasBackground","canvasProgress":"micromag-element-audio-audio-wave-canvasProgress"};
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.619",
3
+ "version": "0.3.637",
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.619",
63
- "@micromag/element-closed-captions": "^0.3.619",
62
+ "@micromag/core": "^0.3.637",
63
+ "@micromag/element-closed-captions": "^0.3.637",
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": "21a901b0f800114994f30dfe692c664d378e12f7"
77
+ "gitHead": "8f06c2a525d71dc47183af7786284632a04332e1"
78
78
  }