ugcinc-render 1.8.149 → 1.8.151
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 +9 -8
- package/dist/index.mjs +9 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5380,9 +5380,9 @@ var defaultIMessageDmProps = {
|
|
|
5380
5380
|
// Profile section defaults
|
|
5381
5381
|
profilePicUrl: "https://n14dcpakf8w1fekl.public.blob.vercel-storage.com/media/06c3ed1c-eefb-4a60-b0c4-5fb872811ba0/pinterest-1766175215011-3-ftQGbunlgHOFdfFtr1PdxxmHD9TAf9.jpg",
|
|
5382
5382
|
profilePicTop: 195,
|
|
5383
|
-
profilePicBottom:
|
|
5384
|
-
profilePicLeft:
|
|
5385
|
-
profilePicRight:
|
|
5383
|
+
profilePicBottom: 347,
|
|
5384
|
+
profilePicLeft: 528,
|
|
5385
|
+
profilePicRight: 680,
|
|
5386
5386
|
username: "aidan gollan",
|
|
5387
5387
|
usernameBottom: 393,
|
|
5388
5388
|
usernameFontSize: 42,
|
|
@@ -5503,9 +5503,9 @@ var IMessageDmComposition = (props) => {
|
|
|
5503
5503
|
// Profile section
|
|
5504
5504
|
profilePicUrl,
|
|
5505
5505
|
profilePicTop = 195,
|
|
5506
|
-
profilePicBottom =
|
|
5507
|
-
profilePicLeft =
|
|
5508
|
-
profilePicRight =
|
|
5506
|
+
profilePicBottom = 347,
|
|
5507
|
+
profilePicLeft = 528,
|
|
5508
|
+
profilePicRight = 680,
|
|
5509
5509
|
username = "cheatmate_io",
|
|
5510
5510
|
usernameBottom = 393,
|
|
5511
5511
|
usernameFontSize = 42,
|
|
@@ -5709,7 +5709,8 @@ var IMessageDmComposition = (props) => {
|
|
|
5709
5709
|
fontWeight: 600,
|
|
5710
5710
|
fontSize: usernameFontSize,
|
|
5711
5711
|
letterSpacing: usernameLetterSpacing,
|
|
5712
|
-
color: usernameColor
|
|
5712
|
+
color: usernameColor,
|
|
5713
|
+
whiteSpace: "nowrap"
|
|
5713
5714
|
},
|
|
5714
5715
|
children: username
|
|
5715
5716
|
}
|
|
@@ -5717,7 +5718,7 @@ var IMessageDmComposition = (props) => {
|
|
|
5717
5718
|
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
5718
5719
|
import_remotion10.Img,
|
|
5719
5720
|
{
|
|
5720
|
-
src: (0, import_remotion10.staticFile)("
|
|
5721
|
+
src: (0, import_remotion10.staticFile)("imsg-name-right-arrow.png"),
|
|
5721
5722
|
style: {
|
|
5722
5723
|
width: usernameArrowWidth,
|
|
5723
5724
|
height: usernameArrowHeight
|
package/dist/index.mjs
CHANGED
|
@@ -4443,9 +4443,9 @@ var defaultIMessageDmProps = {
|
|
|
4443
4443
|
// Profile section defaults
|
|
4444
4444
|
profilePicUrl: "https://n14dcpakf8w1fekl.public.blob.vercel-storage.com/media/06c3ed1c-eefb-4a60-b0c4-5fb872811ba0/pinterest-1766175215011-3-ftQGbunlgHOFdfFtr1PdxxmHD9TAf9.jpg",
|
|
4445
4445
|
profilePicTop: 195,
|
|
4446
|
-
profilePicBottom:
|
|
4447
|
-
profilePicLeft:
|
|
4448
|
-
profilePicRight:
|
|
4446
|
+
profilePicBottom: 347,
|
|
4447
|
+
profilePicLeft: 528,
|
|
4448
|
+
profilePicRight: 680,
|
|
4449
4449
|
username: "aidan gollan",
|
|
4450
4450
|
usernameBottom: 393,
|
|
4451
4451
|
usernameFontSize: 42,
|
|
@@ -4566,9 +4566,9 @@ var IMessageDmComposition = (props) => {
|
|
|
4566
4566
|
// Profile section
|
|
4567
4567
|
profilePicUrl,
|
|
4568
4568
|
profilePicTop = 195,
|
|
4569
|
-
profilePicBottom =
|
|
4570
|
-
profilePicLeft =
|
|
4571
|
-
profilePicRight =
|
|
4569
|
+
profilePicBottom = 347,
|
|
4570
|
+
profilePicLeft = 528,
|
|
4571
|
+
profilePicRight = 680,
|
|
4572
4572
|
username = "cheatmate_io",
|
|
4573
4573
|
usernameBottom = 393,
|
|
4574
4574
|
usernameFontSize = 42,
|
|
@@ -4772,7 +4772,8 @@ var IMessageDmComposition = (props) => {
|
|
|
4772
4772
|
fontWeight: 600,
|
|
4773
4773
|
fontSize: usernameFontSize,
|
|
4774
4774
|
letterSpacing: usernameLetterSpacing,
|
|
4775
|
-
color: usernameColor
|
|
4775
|
+
color: usernameColor,
|
|
4776
|
+
whiteSpace: "nowrap"
|
|
4776
4777
|
},
|
|
4777
4778
|
children: username
|
|
4778
4779
|
}
|
|
@@ -4780,7 +4781,7 @@ var IMessageDmComposition = (props) => {
|
|
|
4780
4781
|
/* @__PURE__ */ jsx12(
|
|
4781
4782
|
Img5,
|
|
4782
4783
|
{
|
|
4783
|
-
src: staticFile3("
|
|
4784
|
+
src: staticFile3("imsg-name-right-arrow.png"),
|
|
4784
4785
|
style: {
|
|
4785
4786
|
width: usernameArrowWidth,
|
|
4786
4787
|
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.151",
|
|
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",
|