ugcinc-render 1.8.157 → 1.8.158
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
|
@@ -5382,7 +5382,7 @@ function generateMessageElements2(props, calculatedMessages) {
|
|
|
5382
5382
|
height: height - bubblePaddingY * 2,
|
|
5383
5383
|
zIndex: 11,
|
|
5384
5384
|
text: message.text,
|
|
5385
|
-
fontFamily: "SF Pro Display",
|
|
5385
|
+
fontFamily: '"SF Pro Display", "Apple Color Emoji", sans-serif',
|
|
5386
5386
|
fontWeight: 400,
|
|
5387
5387
|
fontSize: bubbleTextFontSize,
|
|
5388
5388
|
letterSpacing: bubbleTextLetterSpacing,
|
|
@@ -5748,7 +5748,7 @@ var IMessageDmComposition = (props) => {
|
|
|
5748
5748
|
"span",
|
|
5749
5749
|
{
|
|
5750
5750
|
style: {
|
|
5751
|
-
fontFamily: "SF Pro Display",
|
|
5751
|
+
fontFamily: '"SF Pro Display", "Apple Color Emoji", sans-serif',
|
|
5752
5752
|
fontWeight: 400,
|
|
5753
5753
|
fontSize: usernameFontSize,
|
|
5754
5754
|
letterSpacing: usernameLetterSpacing,
|
package/dist/index.mjs
CHANGED
|
@@ -4445,7 +4445,7 @@ function generateMessageElements2(props, calculatedMessages) {
|
|
|
4445
4445
|
height: height - bubblePaddingY * 2,
|
|
4446
4446
|
zIndex: 11,
|
|
4447
4447
|
text: message.text,
|
|
4448
|
-
fontFamily: "SF Pro Display",
|
|
4448
|
+
fontFamily: '"SF Pro Display", "Apple Color Emoji", sans-serif',
|
|
4449
4449
|
fontWeight: 400,
|
|
4450
4450
|
fontSize: bubbleTextFontSize,
|
|
4451
4451
|
letterSpacing: bubbleTextLetterSpacing,
|
|
@@ -4811,7 +4811,7 @@ var IMessageDmComposition = (props) => {
|
|
|
4811
4811
|
"span",
|
|
4812
4812
|
{
|
|
4813
4813
|
style: {
|
|
4814
|
-
fontFamily: "SF Pro Display",
|
|
4814
|
+
fontFamily: '"SF Pro Display", "Apple Color Emoji", sans-serif',
|
|
4815
4815
|
fontWeight: 400,
|
|
4816
4816
|
fontSize: usernameFontSize,
|
|
4817
4817
|
letterSpacing: usernameLetterSpacing,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ugcinc-render",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.158",
|
|
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",
|