@micromag/screen-video 0.4.38 → 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
@@ -269,7 +269,7 @@ function VideoScreen(_ref) {
269
269
  }
270
270
  }, [isView, current, playing, hasVideoUrl, autoPlay, setPlaying, setControlsSuggestPlay]);
271
271
  return /*#__PURE__*/React.createElement("div", {
272
- className: classNames([styles.container, _defineProperty(_defineProperty({}, className, className !== null), styles.fullscreen, fullscreen)]),
272
+ className: classNames([styles.container, className, _defineProperty({}, styles.fullscreen, fullscreen)]),
273
273
  "data-screen-ready": isStatic || isCapture || ready
274
274
  }, /*#__PURE__*/React.createElement(Container, {
275
275
  width: width,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-video",
3
- "version": "0.4.38",
3
+ "version": "0.4.40",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -62,15 +62,15 @@
62
62
  "dependencies": {
63
63
  "@babel/runtime": "^7.28.6",
64
64
  "@folklore/size": "^0.1.20",
65
- "@micromag/core": "^0.4.38",
66
- "@micromag/element-background": "^0.4.38",
67
- "@micromag/element-closed-captions": "^0.4.38",
68
- "@micromag/element-container": "^0.4.38",
69
- "@micromag/element-footer": "^0.4.38",
70
- "@micromag/element-header": "^0.4.38",
71
- "@micromag/element-image": "^0.4.38",
72
- "@micromag/element-video": "^0.4.38",
73
- "@micromag/transforms": "^0.4.38",
65
+ "@micromag/core": "^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-image": "^0.4.40",
72
+ "@micromag/element-video": "^0.4.40",
73
+ "@micromag/transforms": "^0.4.40",
74
74
  "classnames": "^2.2.6",
75
75
  "lodash": "^4.17.23",
76
76
  "react-intl": "^8.1.3 || ^10.0.0",
@@ -80,6 +80,6 @@
80
80
  "access": "public",
81
81
  "registry": "https://registry.npmjs.org/"
82
82
  },
83
- "gitHead": "e984a8b97d5c87914dd4844ff29628a5690edd6f",
83
+ "gitHead": "6a9ff6e196a972abfd617f49353862cf445b0e83",
84
84
  "types": "es/index.d.ts"
85
85
  }