@zync/zync-screnplay-player 0.1.234 → 0.1.235

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.
@@ -66,7 +66,7 @@ var SourceVideo = function SourceVideo(_ref2) {
66
66
  }
67
67
  });
68
68
  };
69
- var VideoInsetContent = function VideoInsetContent(_ref3) {
69
+ var BrollInsetContent = function BrollInsetContent(_ref3) {
70
70
  var brollUrl = _ref3.brollUrl,
71
71
  children = _ref3.children,
72
72
  disableTransitionSounds = _ref3.disableTransitionSounds,
@@ -147,7 +147,7 @@ var VideoInsetContent = function VideoInsetContent(_ref3) {
147
147
  }
148
148
  }, children)));
149
149
  };
150
- export var VideoInset = function VideoInset(_ref4) {
150
+ export var BrollInset = function BrollInset(_ref4) {
151
151
  var _compositionProps$out, _window, _window$screenplayPro, _window$screenplayPro2;
152
152
  var brollUrl = _ref4.brollUrl,
153
153
  children = _ref4.children,
@@ -186,7 +186,7 @@ export var VideoInset = function VideoInset(_ref4) {
186
186
  }
187
187
  }, orientationOverride),
188
188
  activeOrientation = _useOrientationBased.activeOrientation;
189
- var content = /*#__PURE__*/React.createElement(VideoInsetContent, {
189
+ var content = /*#__PURE__*/React.createElement(BrollInsetContent, {
190
190
  brollUrl: brollUrl,
191
191
  disableTransitionSounds: disableTransitionSounds,
192
192
  faceMetadata: faceMetadata,
@@ -66,7 +66,7 @@ var SourceVideo = function SourceVideo(_ref2) {
66
66
  }
67
67
  });
68
68
  };
69
- var ImageInsetContent = function ImageInsetContent(_ref3) {
69
+ var MotionStillInsetContent = function MotionStillInsetContent(_ref3) {
70
70
  var children = _ref3.children,
71
71
  disableTransitionSounds = _ref3.disableTransitionSounds,
72
72
  durationInFrames = _ref3.durationInFrames,
@@ -156,7 +156,7 @@ var ImageInsetContent = function ImageInsetContent(_ref3) {
156
156
  }
157
157
  }, children)));
158
158
  };
159
- export var ImageInset = function ImageInset(_ref4) {
159
+ export var MotionStillInset = function MotionStillInset(_ref4) {
160
160
  var _compositionProps$out, _window, _window$screenplayPro, _window$screenplayPro2;
161
161
  var children = _ref4.children,
162
162
  _ref4$disableTransiti = _ref4.disableTransitionSounds,
@@ -196,7 +196,7 @@ export var ImageInset = function ImageInset(_ref4) {
196
196
  }
197
197
  }, orientationOverride),
198
198
  activeOrientation = _useOrientationBased.activeOrientation;
199
- var content = /*#__PURE__*/React.createElement(ImageInsetContent, {
199
+ var content = /*#__PURE__*/React.createElement(MotionStillInsetContent, {
200
200
  disableTransitionSounds: disableTransitionSounds,
201
201
  durationInFrames: durationInFrames,
202
202
  faceMetadata: faceMetadata,
@@ -911,7 +911,7 @@ var renderer = new RemotionRenderer({
911
911
  }, {
912
912
  recordingIndex: 1,
913
913
  layout: {
914
- type: "video_inset",
914
+ type: "broll_inset",
915
915
  data: {
916
916
  noBackgroundVideoEffects: {
917
917
  facePop: false,
@@ -1407,7 +1407,7 @@ var renderer = new RemotionRenderer({
1407
1407
  }, {
1408
1408
  recordingIndex: 3,
1409
1409
  layout: {
1410
- type: "image_inset",
1410
+ type: "motion_still_inset",
1411
1411
  data: {
1412
1412
  noBackgroundVideoEffects: {
1413
1413
  facePop: false,
@@ -41,7 +41,7 @@ export var LayoutFactory = /*#__PURE__*/function () {
41
41
  case "broll_split_screen":
42
42
  case "broll_green_screen":
43
43
  case "broll_studio_backdrop":
44
- case "video_inset":
44
+ case "broll_inset":
45
45
  case "key_point_overlay_depth":
46
46
  case "simple_frame":
47
47
  {
@@ -91,7 +91,7 @@ export var LayoutFactory = /*#__PURE__*/function () {
91
91
  case "motion_still":
92
92
  case "motion_still_green_screen":
93
93
  case "motion_still_full_screen":
94
- case "image_inset":
94
+ case "motion_still_inset":
95
95
  case "motion_still_studio_backdrop":
96
96
  {
97
97
  layout = new MotionStillLayout(props).flatten();
@@ -45,8 +45,8 @@ import { DynamicTriangle } from "./components/layouts/DynamicTriangle";
45
45
  import { KeywordStudioBackdrop } from "./components/layouts/KeywordStudioBackdrop";
46
46
  import { MotionStillGreenScreenV2 } from "./components/layouts/MotionStillGreenScreenV2";
47
47
  import { HookVideo } from "./components/layouts/HookVideo";
48
- import { VideoInset } from "./components/layouts/VideoInset";
49
- import { ImageInset } from "./components/layouts/ImageInset";
48
+ import { BrollInset } from "./components/layouts/BrollInset";
49
+ import { MotionStillInset } from "./components/layouts/MotionStillInset";
50
50
 
51
51
  /** Update this so that Remotion knows which component to render when it is passed via screenplay. Ex. "title" will have rendered "Title" component
52
52
  * Here we are mapping directly types and component names. Types are snake_case and components PascalCase.
@@ -80,8 +80,8 @@ export var RegisteredComponents = {
80
80
  KeyPointOverlayDepth: KeyPointOverlayDepth,
81
81
  DynamicTriangle: DynamicTriangle,
82
82
  HookVideo: HookVideo,
83
- VideoInset: VideoInset,
84
- ImageInset: ImageInset,
83
+ BrollInset: BrollInset,
84
+ MotionStillInset: MotionStillInset,
85
85
  //effects
86
86
  BrollFullscreen: BrollFullscreen,
87
87
  PhraseRainbowEffect: PhraseRainbowEffect,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zync/zync-screnplay-player",
3
- "version": "0.1.234",
3
+ "version": "0.1.235",
4
4
  "files": [
5
5
  "dist"
6
6
  ],