ugcinc-render 1.8.199 → 1.8.200
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 -17
- package/dist/index.mjs +2 -17
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6638,31 +6638,16 @@ var IMessageDmComposition = (props) => {
|
|
|
6638
6638
|
}
|
|
6639
6639
|
}
|
|
6640
6640
|
),
|
|
6641
|
-
|
|
6641
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
6642
6642
|
import_remotion11.Img,
|
|
6643
6643
|
{
|
|
6644
|
-
src: (0, import_remotion11.staticFile)("imsg-light-main-footer.png"),
|
|
6645
|
-
style: {
|
|
6646
|
-
position: "absolute",
|
|
6647
|
-
top: footerTop,
|
|
6648
|
-
left: footerLeft,
|
|
6649
|
-
width: footerRight - footerLeft,
|
|
6650
|
-
height: footerBottom - footerTop,
|
|
6651
|
-
zIndex: 20
|
|
6652
|
-
}
|
|
6653
|
-
}
|
|
6654
|
-
) : /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
6655
|
-
"div",
|
|
6656
|
-
{
|
|
6644
|
+
src: (0, import_remotion11.staticFile)(lightMode ? "imsg-light-main-footer.png" : "imsg-main-footer.png"),
|
|
6657
6645
|
style: {
|
|
6658
6646
|
position: "absolute",
|
|
6659
6647
|
top: footerTop,
|
|
6660
6648
|
left: footerLeft,
|
|
6661
6649
|
width: footerRight - footerLeft,
|
|
6662
6650
|
height: footerBottom - footerTop,
|
|
6663
|
-
backgroundColor: footerBgColor,
|
|
6664
|
-
borderRadius: footerBorderRadius,
|
|
6665
|
-
border: `${footerBorderWidth}px solid ${footerBorderColor}`,
|
|
6666
6651
|
zIndex: 20
|
|
6667
6652
|
}
|
|
6668
6653
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -5684,31 +5684,16 @@ var IMessageDmComposition = (props) => {
|
|
|
5684
5684
|
}
|
|
5685
5685
|
}
|
|
5686
5686
|
),
|
|
5687
|
-
|
|
5687
|
+
/* @__PURE__ */ jsx12(
|
|
5688
5688
|
Img6,
|
|
5689
5689
|
{
|
|
5690
|
-
src: staticFile4("imsg-light-main-footer.png"),
|
|
5691
|
-
style: {
|
|
5692
|
-
position: "absolute",
|
|
5693
|
-
top: footerTop,
|
|
5694
|
-
left: footerLeft,
|
|
5695
|
-
width: footerRight - footerLeft,
|
|
5696
|
-
height: footerBottom - footerTop,
|
|
5697
|
-
zIndex: 20
|
|
5698
|
-
}
|
|
5699
|
-
}
|
|
5700
|
-
) : /* @__PURE__ */ jsx12(
|
|
5701
|
-
"div",
|
|
5702
|
-
{
|
|
5690
|
+
src: staticFile4(lightMode ? "imsg-light-main-footer.png" : "imsg-main-footer.png"),
|
|
5703
5691
|
style: {
|
|
5704
5692
|
position: "absolute",
|
|
5705
5693
|
top: footerTop,
|
|
5706
5694
|
left: footerLeft,
|
|
5707
5695
|
width: footerRight - footerLeft,
|
|
5708
5696
|
height: footerBottom - footerTop,
|
|
5709
|
-
backgroundColor: footerBgColor,
|
|
5710
|
-
borderRadius: footerBorderRadius,
|
|
5711
|
-
border: `${footerBorderWidth}px solid ${footerBorderColor}`,
|
|
5712
5697
|
zIndex: 20
|
|
5713
5698
|
}
|
|
5714
5699
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ugcinc-render",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.200",
|
|
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",
|