ugcinc-render 1.8.212 → 1.8.213
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.
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6895,7 +6895,7 @@ function RGBAShiftOverlay({ src, srcType }) {
|
|
|
6895
6895
|
const mediaStyle = {
|
|
6896
6896
|
width: "100%",
|
|
6897
6897
|
height: "100%",
|
|
6898
|
-
objectFit: "
|
|
6898
|
+
objectFit: "contain"
|
|
6899
6899
|
};
|
|
6900
6900
|
const MediaElement = srcType === "video" ? () => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_remotion12.Video, { src, style: mediaStyle }) : () => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_remotion12.Img, { src, style: mediaStyle });
|
|
6901
6901
|
return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(import_jsx_runtime13.Fragment, { children: [
|
|
@@ -7061,7 +7061,7 @@ function DeduplicationPreview({
|
|
|
7061
7061
|
const mediaStyle = {
|
|
7062
7062
|
width: "100%",
|
|
7063
7063
|
height: "100%",
|
|
7064
|
-
objectFit: "
|
|
7064
|
+
objectFit: "contain"
|
|
7065
7065
|
};
|
|
7066
7066
|
return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(import_remotion12.AbsoluteFill, { style: { backgroundColor: "#000000" }, children: [
|
|
7067
7067
|
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
package/dist/index.mjs
CHANGED
|
@@ -5940,7 +5940,7 @@ function RGBAShiftOverlay({ src, srcType }) {
|
|
|
5940
5940
|
const mediaStyle = {
|
|
5941
5941
|
width: "100%",
|
|
5942
5942
|
height: "100%",
|
|
5943
|
-
objectFit: "
|
|
5943
|
+
objectFit: "contain"
|
|
5944
5944
|
};
|
|
5945
5945
|
const MediaElement = srcType === "video" ? () => /* @__PURE__ */ jsx13(Video2, { src, style: mediaStyle }) : () => /* @__PURE__ */ jsx13(Img7, { src, style: mediaStyle });
|
|
5946
5946
|
return /* @__PURE__ */ jsxs11(Fragment3, { children: [
|
|
@@ -6106,7 +6106,7 @@ function DeduplicationPreview({
|
|
|
6106
6106
|
const mediaStyle = {
|
|
6107
6107
|
width: "100%",
|
|
6108
6108
|
height: "100%",
|
|
6109
|
-
objectFit: "
|
|
6109
|
+
objectFit: "contain"
|
|
6110
6110
|
};
|
|
6111
6111
|
return /* @__PURE__ */ jsxs11(AbsoluteFill6, { style: { backgroundColor: "#000000" }, children: [
|
|
6112
6112
|
/* @__PURE__ */ jsx13(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ugcinc-render",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.213",
|
|
4
4
|
"description": "Unified rendering package for UGC Inc - shared types, components, and compositions for pixel-perfect client/server rendering",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|