ugcinc-render 1.8.148 → 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 +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5378,12 +5378,12 @@ var defaultIMessageDmProps = {
|
|
|
5378
5378
|
headerBottom: 424,
|
|
5379
5379
|
headerBackgroundColor: "#171717",
|
|
5380
5380
|
// Profile section defaults
|
|
5381
|
-
profilePicUrl: "https://n14dcpakf8w1fekl.public.blob.vercel-storage.com/media/
|
|
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
5383
|
profilePicBottom: 345,
|
|
5384
5384
|
profilePicLeft: 529,
|
|
5385
5385
|
profilePicRight: 678,
|
|
5386
|
-
username: "
|
|
5386
|
+
username: "aidan gollan",
|
|
5387
5387
|
usernameBottom: 393,
|
|
5388
5388
|
usernameFontSize: 42,
|
|
5389
5389
|
usernameLetterSpacing: 0,
|
|
@@ -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
|
@@ -4441,12 +4441,12 @@ var defaultIMessageDmProps = {
|
|
|
4441
4441
|
headerBottom: 424,
|
|
4442
4442
|
headerBackgroundColor: "#171717",
|
|
4443
4443
|
// Profile section defaults
|
|
4444
|
-
profilePicUrl: "https://n14dcpakf8w1fekl.public.blob.vercel-storage.com/media/
|
|
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
4446
|
profilePicBottom: 345,
|
|
4447
4447
|
profilePicLeft: 529,
|
|
4448
4448
|
profilePicRight: 678,
|
|
4449
|
-
username: "
|
|
4449
|
+
username: "aidan gollan",
|
|
4450
4450
|
usernameBottom: 393,
|
|
4451
4451
|
usernameFontSize: 42,
|
|
4452
4452
|
usernameLetterSpacing: 0,
|
|
@@ -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",
|