@micromag/screen-audio 0.4.37 → 0.4.40

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 +11 -11
package/es/index.js CHANGED
@@ -195,7 +195,7 @@ function AudioScreen(_ref) {
195
195
  }
196
196
  }, [isView, current, playing, hasAudio, autoPlay, setPlaying, setControlsSuggestPlay]);
197
197
  return /*#__PURE__*/React.createElement("div", {
198
- className: classNames([styles.container, _defineProperty(_defineProperty(_defineProperty({}, className, className !== null), styles.placeholder, isPlaceholder), styles.isPreview, isPreview)]),
198
+ className: classNames([styles.container, className, _defineProperty(_defineProperty({}, styles.placeholder, isPlaceholder), styles.isPreview, isPreview)]),
199
199
  "data-screen-ready": ready
200
200
  }, /*#__PURE__*/React.createElement(Container, {
201
201
  width: width,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-audio",
3
- "version": "0.4.37",
3
+ "version": "0.4.40",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -61,15 +61,15 @@
61
61
  },
62
62
  "dependencies": {
63
63
  "@babel/runtime": "^7.28.6",
64
- "@micromag/core": "^0.4.37",
65
- "@micromag/element-audio": "^0.4.37",
66
- "@micromag/element-background": "^0.4.37",
67
- "@micromag/element-closed-captions": "^0.4.37",
68
- "@micromag/element-container": "^0.4.37",
69
- "@micromag/element-footer": "^0.4.37",
70
- "@micromag/element-header": "^0.4.37",
71
- "@micromag/element-layout": "^0.4.37",
72
- "@micromag/transforms": "^0.4.37",
64
+ "@micromag/core": "^0.4.40",
65
+ "@micromag/element-audio": "^0.4.40",
66
+ "@micromag/element-background": "^0.4.40",
67
+ "@micromag/element-closed-captions": "^0.4.40",
68
+ "@micromag/element-container": "^0.4.40",
69
+ "@micromag/element-footer": "^0.4.40",
70
+ "@micromag/element-header": "^0.4.40",
71
+ "@micromag/element-layout": "^0.4.40",
72
+ "@micromag/transforms": "^0.4.40",
73
73
  "classnames": "^2.2.6",
74
74
  "lodash": "^4.17.23",
75
75
  "react-intl": "^8.1.3 || ^10.0.0",
@@ -79,6 +79,6 @@
79
79
  "access": "public",
80
80
  "registry": "https://registry.npmjs.org/"
81
81
  },
82
- "gitHead": "03c7d78fb0745377eddbb04f6c7dfaca8aa42381",
82
+ "gitHead": "6a9ff6e196a972abfd617f49353862cf445b0e83",
83
83
  "types": "es/index.d.ts"
84
84
  }