ugcinc-render 1.8.159 → 1.8.160
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5401,7 +5401,7 @@ function generateMessageElements2(props, calculatedMessages) {
|
|
|
5401
5401
|
height: height - bubblePaddingY * 2,
|
|
5402
5402
|
zIndex: 11,
|
|
5403
5403
|
text: message.text,
|
|
5404
|
-
|
|
5404
|
+
font: "apple",
|
|
5405
5405
|
fontWeight: 400,
|
|
5406
5406
|
fontSize: bubbleTextFontSize,
|
|
5407
5407
|
letterSpacing: bubbleTextLetterSpacing,
|
package/dist/index.mjs
CHANGED
|
@@ -4447,7 +4447,7 @@ function generateMessageElements2(props, calculatedMessages) {
|
|
|
4447
4447
|
height: height - bubblePaddingY * 2,
|
|
4448
4448
|
zIndex: 11,
|
|
4449
4449
|
text: message.text,
|
|
4450
|
-
|
|
4450
|
+
font: "apple",
|
|
4451
4451
|
fontWeight: 400,
|
|
4452
4452
|
fontSize: bubbleTextFontSize,
|
|
4453
4453
|
letterSpacing: bubbleTextLetterSpacing,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ugcinc-render",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.160",
|
|
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",
|