@desynova-digital/player 4.0.92 → 4.0.93

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.
@@ -56,8 +56,9 @@ var FullscreenToggle = exports["default"] = /*#__PURE__*/function (_Component) {
56
56
  onRightMenuVisible = _this$props.onRightMenuVisible;
57
57
  actions.toggleFullscreen(player);
58
58
  // Trigger UI change based for exit
59
- onRightMenuVisible(true);
60
- actions.toggleRightBar(player, true);
59
+ var isFull = player === null || player === void 0 ? void 0 : player.isFullscreen;
60
+ onRightMenuVisible(isFull);
61
+ actions.toggleRightBar(player, isFull);
61
62
  }
62
63
  }, {
63
64
  key: "render",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@desynova-digital/player",
3
- "version": "4.0.92",
3
+ "version": "4.0.93",
4
4
  "description": "Video Player Package for Contido Application",
5
5
  "main": "index.js",
6
6
  "scripts": {