ugcinc-render 1.8.205 → 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 +7 -7
- package/dist/index.mjs +7 -7
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3407,19 +3407,19 @@ function BaseDmComposition({
|
|
|
3407
3407
|
{
|
|
3408
3408
|
style: {
|
|
3409
3409
|
position: "absolute",
|
|
3410
|
-
top:
|
|
3410
|
+
top: timeBottom - timeFontSize,
|
|
3411
3411
|
left: 0,
|
|
3412
3412
|
width: timeRight,
|
|
3413
|
-
height:
|
|
3413
|
+
height: timeFontSize,
|
|
3414
3414
|
display: "flex",
|
|
3415
|
-
alignItems: "
|
|
3415
|
+
alignItems: "center",
|
|
3416
3416
|
justifyContent: "flex-end",
|
|
3417
|
-
fontFamily: "SF Pro Display",
|
|
3417
|
+
fontFamily: '"SF Pro", "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif',
|
|
3418
3418
|
fontWeight: 600,
|
|
3419
3419
|
fontSize: timeFontSize,
|
|
3420
3420
|
letterSpacing: timeLetterSpacing,
|
|
3421
3421
|
color: statusBarColor,
|
|
3422
|
-
zIndex:
|
|
3422
|
+
zIndex: 30,
|
|
3423
3423
|
pointerEvents: "none"
|
|
3424
3424
|
},
|
|
3425
3425
|
children: time
|
|
@@ -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:
|
|
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:
|
|
5984
|
+
showReferenceImage: false,
|
|
5985
5985
|
referenceOpacity: 50,
|
|
5986
5986
|
lightMode: false,
|
|
5987
5987
|
width: 1206,
|
package/dist/index.mjs
CHANGED
|
@@ -2453,19 +2453,19 @@ function BaseDmComposition({
|
|
|
2453
2453
|
{
|
|
2454
2454
|
style: {
|
|
2455
2455
|
position: "absolute",
|
|
2456
|
-
top:
|
|
2456
|
+
top: timeBottom - timeFontSize,
|
|
2457
2457
|
left: 0,
|
|
2458
2458
|
width: timeRight,
|
|
2459
|
-
height:
|
|
2459
|
+
height: timeFontSize,
|
|
2460
2460
|
display: "flex",
|
|
2461
|
-
alignItems: "
|
|
2461
|
+
alignItems: "center",
|
|
2462
2462
|
justifyContent: "flex-end",
|
|
2463
|
-
fontFamily: "SF Pro Display",
|
|
2463
|
+
fontFamily: '"SF Pro", "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif',
|
|
2464
2464
|
fontWeight: 600,
|
|
2465
2465
|
fontSize: timeFontSize,
|
|
2466
2466
|
letterSpacing: timeLetterSpacing,
|
|
2467
2467
|
color: statusBarColor,
|
|
2468
|
-
zIndex:
|
|
2468
|
+
zIndex: 30,
|
|
2469
2469
|
pointerEvents: "none"
|
|
2470
2470
|
},
|
|
2471
2471
|
children: time
|
|
@@ -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:
|
|
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:
|
|
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.
|
|
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",
|