ugcinc-render 1.8.205 → 1.8.206
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 +5 -5
- package/dist/index.mjs +5 -5
- 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
|
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
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ugcinc-render",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.206",
|
|
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",
|