@micromag/screen-image-360 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
@@ -348,7 +348,7 @@ function Image360Screen(_ref) {
348
348
  pointerDown.current = false;
349
349
  }, [gotoPreviousScreen, gotoNextScreen, landscape]);
350
350
  return /*#__PURE__*/React.createElement("div", {
351
- className: classNames([styles.container, _defineProperty(_defineProperty({}, className, className !== null), styles.showVideo, isPreview || isStatic || isCapture)]),
351
+ className: classNames([styles.container, className, _defineProperty({}, styles.showVideo, isPreview || isStatic || isCapture)]),
352
352
  "data-screen-ready": (isStatic || isCapture) && posterReady || ready
353
353
  }, /*#__PURE__*/React.createElement(Container, {
354
354
  width: width,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-image-360",
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",
@@ -81,6 +81,6 @@
81
81
  "access": "public",
82
82
  "registry": "https://registry.npmjs.org/"
83
83
  },
84
- "gitHead": "e984a8b97d5c87914dd4844ff29628a5690edd6f",
84
+ "gitHead": "6a9ff6e196a972abfd617f49353862cf445b0e83",
85
85
  "types": "es/index.d.ts"
86
86
  }