ugcinc-render 1.8.206 → 1.8.207

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 CHANGED
@@ -5979,9 +5979,9 @@ function convertPropsToElements2(props) {
5979
5979
  // src/compositions/IMessageDmComposition/index.tsx
5980
5980
  var import_jsx_runtime12 = require("react/jsx-runtime");
5981
5981
  var defaultIMessageDmProps = {
5982
- showDebugOverlay: true,
5982
+ showDebugOverlay: false,
5983
5983
  referenceImageUrl: "https://n14dcpakf8w1fekl.public.blob.vercel-storage.com/media/06c3ed1c-eefb-4a60-b0c4-5fb872811ba0/IMG_3189-hUoucNOmBoT8fihIL7ybuEXwoRrngz.png",
5984
- showReferenceImage: true,
5984
+ showReferenceImage: false,
5985
5985
  referenceOpacity: 50,
5986
5986
  lightMode: false,
5987
5987
  width: 1206,
package/dist/index.mjs CHANGED
@@ -5025,9 +5025,9 @@ function convertPropsToElements2(props) {
5025
5025
  // src/compositions/IMessageDmComposition/index.tsx
5026
5026
  import { jsx as jsx12, jsxs as jsxs10 } from "react/jsx-runtime";
5027
5027
  var defaultIMessageDmProps = {
5028
- showDebugOverlay: true,
5028
+ showDebugOverlay: false,
5029
5029
  referenceImageUrl: "https://n14dcpakf8w1fekl.public.blob.vercel-storage.com/media/06c3ed1c-eefb-4a60-b0c4-5fb872811ba0/IMG_3189-hUoucNOmBoT8fihIL7ybuEXwoRrngz.png",
5030
- showReferenceImage: true,
5030
+ showReferenceImage: false,
5031
5031
  referenceOpacity: 50,
5032
5032
  lightMode: false,
5033
5033
  width: 1206,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc-render",
3
- "version": "1.8.206",
3
+ "version": "1.8.207",
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",