ugcinc-render 1.8.54 → 1.8.55
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
|
@@ -4465,7 +4465,7 @@ function DebugOverlay({ width, height }) {
|
|
|
4465
4465
|
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
4466
4466
|
var defaultInstagramDmProps = {
|
|
4467
4467
|
showDebugOverlay: true,
|
|
4468
|
-
referenceImageUrl: "https://n14dcpakf8w1fekl.public.blob.vercel-storage.com/media/8ff1462b-13d7-4abe-9325-0a6ad19004f0/
|
|
4468
|
+
referenceImageUrl: "https://n14dcpakf8w1fekl.public.blob.vercel-storage.com/media/8ff1462b-13d7-4abe-9325-0a6ad19004f0/IMG_3171-DmKgZAYCYJpLxiZjJBYYCk4mynmjkv.png",
|
|
4469
4469
|
referenceOpacity: 50,
|
|
4470
4470
|
width: 1206,
|
|
4471
4471
|
height: 2622,
|
|
@@ -5192,7 +5192,7 @@ var instagramDmSchema = import_zod.z.object({
|
|
|
5192
5192
|
// Debug overlay
|
|
5193
5193
|
showDebugOverlay: import_zod.z.boolean().optional().default(true).describe("Show debug overlay with mouse coordinates"),
|
|
5194
5194
|
// Reference overlay
|
|
5195
|
-
referenceImageUrl: import_zod.z.string().optional().default("https://n14dcpakf8w1fekl.public.blob.vercel-storage.com/media/8ff1462b-13d7-4abe-9325-0a6ad19004f0/
|
|
5195
|
+
referenceImageUrl: import_zod.z.string().optional().default("https://n14dcpakf8w1fekl.public.blob.vercel-storage.com/media/8ff1462b-13d7-4abe-9325-0a6ad19004f0/IMG_3171-DmKgZAYCYJpLxiZjJBYYCk4mynmjkv.png").describe("Reference screenshot URL"),
|
|
5196
5196
|
referenceOpacity: import_zod.z.number().optional().default(50).describe("Reference overlay opacity (0-100)"),
|
|
5197
5197
|
// Canvas
|
|
5198
5198
|
width: import_zod.z.number().optional().default(1206).describe("Canvas width (px)"),
|
package/dist/index.mjs
CHANGED
|
@@ -3569,7 +3569,7 @@ function DebugOverlay({ width, height }) {
|
|
|
3569
3569
|
import { jsx as jsx23, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
3570
3570
|
var defaultInstagramDmProps = {
|
|
3571
3571
|
showDebugOverlay: true,
|
|
3572
|
-
referenceImageUrl: "https://n14dcpakf8w1fekl.public.blob.vercel-storage.com/media/8ff1462b-13d7-4abe-9325-0a6ad19004f0/
|
|
3572
|
+
referenceImageUrl: "https://n14dcpakf8w1fekl.public.blob.vercel-storage.com/media/8ff1462b-13d7-4abe-9325-0a6ad19004f0/IMG_3171-DmKgZAYCYJpLxiZjJBYYCk4mynmjkv.png",
|
|
3573
3573
|
referenceOpacity: 50,
|
|
3574
3574
|
width: 1206,
|
|
3575
3575
|
height: 2622,
|
|
@@ -4013,7 +4013,7 @@ var instagramDmSchema = z.object({
|
|
|
4013
4013
|
// Debug overlay
|
|
4014
4014
|
showDebugOverlay: z.boolean().optional().default(true).describe("Show debug overlay with mouse coordinates"),
|
|
4015
4015
|
// Reference overlay
|
|
4016
|
-
referenceImageUrl: z.string().optional().default("https://n14dcpakf8w1fekl.public.blob.vercel-storage.com/media/8ff1462b-13d7-4abe-9325-0a6ad19004f0/
|
|
4016
|
+
referenceImageUrl: z.string().optional().default("https://n14dcpakf8w1fekl.public.blob.vercel-storage.com/media/8ff1462b-13d7-4abe-9325-0a6ad19004f0/IMG_3171-DmKgZAYCYJpLxiZjJBYYCk4mynmjkv.png").describe("Reference screenshot URL"),
|
|
4017
4017
|
referenceOpacity: z.number().optional().default(50).describe("Reference overlay opacity (0-100)"),
|
|
4018
4018
|
// Canvas
|
|
4019
4019
|
width: z.number().optional().default(1206).describe("Canvas width (px)"),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ugcinc-render",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.55",
|
|
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",
|