ugcinc-render 1.8.121 → 1.8.122
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
|
@@ -4244,7 +4244,7 @@ var defaultInstagramDmProps = {
|
|
|
4244
4244
|
backArrowLeft: 78,
|
|
4245
4245
|
backArrowRight: 110,
|
|
4246
4246
|
// Header - User profile picture
|
|
4247
|
-
userPfpUrl: "https://n14dcpakf8w1fekl.public.blob.vercel-storage.com/media/8ff1462b-13d7-4abe-9325-0a6ad19004f0/
|
|
4247
|
+
userPfpUrl: "https://n14dcpakf8w1fekl.public.blob.vercel-storage.com/media/8ff1462b-13d7-4abe-9325-0a6ad19004f0/IMG_3153-TiJrpzJKKvsTsjmP9zIX5LpoT8s2hF.png",
|
|
4248
4248
|
userPfpTop: 222,
|
|
4249
4249
|
userPfpBottom: 317,
|
|
4250
4250
|
userPfpLeft: 180,
|
|
@@ -5451,7 +5451,7 @@ var instagramDmSchema = import_zod.z.object({
|
|
|
5451
5451
|
backArrowLeft: import_zod.z.number().optional().default(78).describe("Back arrow left X"),
|
|
5452
5452
|
backArrowRight: import_zod.z.number().optional().default(110).describe("Back arrow right X"),
|
|
5453
5453
|
// Header - User profile picture
|
|
5454
|
-
userPfpUrl: import_zod.z.string().optional().default("").describe("User profile picture URL"),
|
|
5454
|
+
userPfpUrl: import_zod.z.string().optional().default("https://n14dcpakf8w1fekl.public.blob.vercel-storage.com/media/8ff1462b-13d7-4abe-9325-0a6ad19004f0/IMG_3153-TiJrpzJKKvsTsjmP9zIX5LpoT8s2hF.png").describe("User profile picture URL"),
|
|
5455
5455
|
userPfpTop: import_zod.z.number().optional().default(222).describe("User pfp top Y"),
|
|
5456
5456
|
userPfpBottom: import_zod.z.number().optional().default(317).describe("User pfp bottom Y"),
|
|
5457
5457
|
userPfpLeft: import_zod.z.number().optional().default(180).describe("User pfp left X"),
|
package/dist/index.mjs
CHANGED
|
@@ -3313,7 +3313,7 @@ var defaultInstagramDmProps = {
|
|
|
3313
3313
|
backArrowLeft: 78,
|
|
3314
3314
|
backArrowRight: 110,
|
|
3315
3315
|
// Header - User profile picture
|
|
3316
|
-
userPfpUrl: "https://n14dcpakf8w1fekl.public.blob.vercel-storage.com/media/8ff1462b-13d7-4abe-9325-0a6ad19004f0/
|
|
3316
|
+
userPfpUrl: "https://n14dcpakf8w1fekl.public.blob.vercel-storage.com/media/8ff1462b-13d7-4abe-9325-0a6ad19004f0/IMG_3153-TiJrpzJKKvsTsjmP9zIX5LpoT8s2hF.png",
|
|
3317
3317
|
userPfpTop: 222,
|
|
3318
3318
|
userPfpBottom: 317,
|
|
3319
3319
|
userPfpLeft: 180,
|
|
@@ -4237,7 +4237,7 @@ var instagramDmSchema = z.object({
|
|
|
4237
4237
|
backArrowLeft: z.number().optional().default(78).describe("Back arrow left X"),
|
|
4238
4238
|
backArrowRight: z.number().optional().default(110).describe("Back arrow right X"),
|
|
4239
4239
|
// Header - User profile picture
|
|
4240
|
-
userPfpUrl: z.string().optional().default("").describe("User profile picture URL"),
|
|
4240
|
+
userPfpUrl: z.string().optional().default("https://n14dcpakf8w1fekl.public.blob.vercel-storage.com/media/8ff1462b-13d7-4abe-9325-0a6ad19004f0/IMG_3153-TiJrpzJKKvsTsjmP9zIX5LpoT8s2hF.png").describe("User profile picture URL"),
|
|
4241
4241
|
userPfpTop: z.number().optional().default(222).describe("User pfp top Y"),
|
|
4242
4242
|
userPfpBottom: z.number().optional().default(317).describe("User pfp bottom Y"),
|
|
4243
4243
|
userPfpLeft: z.number().optional().default(180).describe("User pfp left X"),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ugcinc-render",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.122",
|
|
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",
|