@micromag/screen-video-360 0.4.38 → 0.4.41

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
@@ -504,7 +504,7 @@ function Video360Screen(_ref) {
504
504
  }
505
505
  }, [isView, current, playing, hasVideoUrl, autoPlay, setPlaying, setControlsSuggestPlay]);
506
506
  return /*#__PURE__*/React.createElement("div", {
507
- className: classNames([styles.container, _defineProperty(_defineProperty({}, className, className !== null), styles.showVideo, isPreview || isStatic || isCapture)]),
507
+ className: classNames([styles.container, className, _defineProperty({}, styles.showVideo, isPreview || isStatic || isCapture)]),
508
508
  "data-screen-ready": (isStatic || isCapture) && posterReady || ready
509
509
  }, /*#__PURE__*/React.createElement(Container, {
510
510
  width: width,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-video-360",
3
- "version": "0.4.38",
3
+ "version": "0.4.41",
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.41",
66
+ "@micromag/element-background": "^0.4.41",
67
+ "@micromag/element-closed-captions": "^0.4.41",
68
+ "@micromag/element-container": "^0.4.41",
69
+ "@micromag/element-footer": "^0.4.41",
70
+ "@micromag/element-header": "^0.4.41",
71
+ "@micromag/element-image": "^0.4.41",
72
+ "@micromag/element-video": "^0.4.41",
73
+ "@micromag/transforms": "^0.4.41",
74
74
  "classnames": "^2.2.6",
75
75
  "lodash": "^4.17.23",
76
76
  "react-intl": "^8.1.3 || ^10.0.0",
@@ -81,6 +81,6 @@
81
81
  "access": "public",
82
82
  "registry": "https://registry.npmjs.org/"
83
83
  },
84
- "gitHead": "e984a8b97d5c87914dd4844ff29628a5690edd6f",
84
+ "gitHead": "c7856a747ba0a4466f4b63bc29e31003275ac6e0",
85
85
  "types": "es/index.d.ts"
86
86
  }