ugcinc-render 1.8.149 → 1.8.150
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5717,7 +5717,7 @@ var IMessageDmComposition = (props) => {
|
|
|
5717
5717
|
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
5718
5718
|
import_remotion10.Img,
|
|
5719
5719
|
{
|
|
5720
|
-
src: (0, import_remotion10.staticFile)("
|
|
5720
|
+
src: (0, import_remotion10.staticFile)("imsg-name-right-arrow.png"),
|
|
5721
5721
|
style: {
|
|
5722
5722
|
width: usernameArrowWidth,
|
|
5723
5723
|
height: usernameArrowHeight
|
package/dist/index.mjs
CHANGED
|
@@ -4780,7 +4780,7 @@ var IMessageDmComposition = (props) => {
|
|
|
4780
4780
|
/* @__PURE__ */ jsx12(
|
|
4781
4781
|
Img5,
|
|
4782
4782
|
{
|
|
4783
|
-
src: staticFile3("
|
|
4783
|
+
src: staticFile3("imsg-name-right-arrow.png"),
|
|
4784
4784
|
style: {
|
|
4785
4785
|
width: usernameArrowWidth,
|
|
4786
4786
|
height: usernameArrowHeight
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ugcinc-render",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.150",
|
|
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",
|