@zync/zync-screnplay-player 0.1.199 → 0.1.201

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.
@@ -202,7 +202,7 @@ var KeyPointOverlayDepthComponent = function KeyPointOverlayDepthComponent(_ref)
202
202
  transform: "translateY(".concat(yPosition, "px) scale(").concat(scale, ")")
203
203
  }
204
204
  }));
205
- })), /*#__PURE__*/React.createElement(AbsoluteFill, {
205
+ })), noBackgroundVideoUrl ? /*#__PURE__*/React.createElement(AbsoluteFill, {
206
206
  style: {
207
207
  zIndex: 3,
208
208
  isolation: "isolate"
@@ -237,7 +237,7 @@ var KeyPointOverlayDepthComponent = function KeyPointOverlayDepthComponent(_ref)
237
237
  objectFit: "cover",
238
238
  width: "100%"
239
239
  }
240
- }))), noBackgroundVideoUrl && (showVirtual || (noBackgroundVideoEffects === null || noBackgroundVideoEffects === void 0 ? void 0 : noBackgroundVideoEffects.facePop) || (noBackgroundVideoEffects === null || noBackgroundVideoEffects === void 0 ? void 0 : noBackgroundVideoEffects.backgroundDim) || (noBackgroundVideoEffects === null || noBackgroundVideoEffects === void 0 ? void 0 : noBackgroundVideoEffects.backgroundBlur)) && /*#__PURE__*/React.createElement(AbsoluteFill, {
240
+ }))) : null, noBackgroundVideoUrl && (showVirtual || (noBackgroundVideoEffects === null || noBackgroundVideoEffects === void 0 ? void 0 : noBackgroundVideoEffects.facePop) || (noBackgroundVideoEffects === null || noBackgroundVideoEffects === void 0 ? void 0 : noBackgroundVideoEffects.backgroundDim) || (noBackgroundVideoEffects === null || noBackgroundVideoEffects === void 0 ? void 0 : noBackgroundVideoEffects.backgroundBlur)) && /*#__PURE__*/React.createElement(AbsoluteFill, {
241
241
  style: {
242
242
  zIndex: 3,
243
243
  isolation: "isolate"
@@ -556,7 +556,7 @@ var BackdropFrame = function BackdropFrame(_ref5) {
556
556
  background: "radial-gradient(80% 80% at 50% 50%, rgba(255,255,255,0) 60%, rgba(0,0,0,0.25) 100%)",
557
557
  mixBlendMode: "soft-light"
558
558
  }
559
- })), /*#__PURE__*/React.createElement("div", {
559
+ })), noBackgroundVideoUrl ? /*#__PURE__*/React.createElement("div", {
560
560
  style: {
561
561
  position: "absolute",
562
562
  overflow: "hidden",
@@ -589,7 +589,7 @@ var BackdropFrame = function BackdropFrame(_ref5) {
589
589
  filter: noBackgroundVideoEffects !== null && noBackgroundVideoEffects !== void 0 && noBackgroundVideoEffects.facePop && noBackgroundVideoUrl ? "brightness(1.1) contrast(1.15) saturate(1.05)" : undefined,
590
590
  objectPosition: sourceVideoOrientation === "portrait" ? "0% 30%" : undefined
591
591
  }
592
- })), /*#__PURE__*/React.createElement(AbsoluteFill, {
592
+ })) : null, /*#__PURE__*/React.createElement(AbsoluteFill, {
593
593
  style: {
594
594
  zIndex: 14
595
595
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zync/zync-screnplay-player",
3
- "version": "0.1.199",
3
+ "version": "0.1.201",
4
4
  "files": [
5
5
  "dist"
6
6
  ],