ugcinc-render 1.8.150 → 1.8.152

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
@@ -5380,9 +5380,9 @@ var defaultIMessageDmProps = {
5380
5380
  // Profile section defaults
5381
5381
  profilePicUrl: "https://n14dcpakf8w1fekl.public.blob.vercel-storage.com/media/06c3ed1c-eefb-4a60-b0c4-5fb872811ba0/pinterest-1766175215011-3-ftQGbunlgHOFdfFtr1PdxxmHD9TAf9.jpg",
5382
5382
  profilePicTop: 195,
5383
- profilePicBottom: 345,
5384
- profilePicLeft: 529,
5385
- profilePicRight: 678,
5383
+ profilePicBottom: 347,
5384
+ profilePicLeft: 528,
5385
+ profilePicRight: 680,
5386
5386
  username: "aidan gollan",
5387
5387
  usernameBottom: 393,
5388
5388
  usernameFontSize: 42,
@@ -5503,9 +5503,9 @@ var IMessageDmComposition = (props) => {
5503
5503
  // Profile section
5504
5504
  profilePicUrl,
5505
5505
  profilePicTop = 195,
5506
- profilePicBottom = 345,
5507
- profilePicLeft = 529,
5508
- profilePicRight = 678,
5506
+ profilePicBottom = 347,
5507
+ profilePicLeft = 528,
5508
+ profilePicRight = 680,
5509
5509
  username = "cheatmate_io",
5510
5510
  usernameBottom = 393,
5511
5511
  usernameFontSize = 42,
@@ -5706,10 +5706,11 @@ var IMessageDmComposition = (props) => {
5706
5706
  {
5707
5707
  style: {
5708
5708
  fontFamily: "SF Pro Display",
5709
- fontWeight: 600,
5709
+ fontWeight: 400,
5710
5710
  fontSize: usernameFontSize,
5711
5711
  letterSpacing: usernameLetterSpacing,
5712
- color: usernameColor
5712
+ color: usernameColor,
5713
+ whiteSpace: "nowrap"
5713
5714
  },
5714
5715
  children: username
5715
5716
  }
package/dist/index.mjs CHANGED
@@ -4443,9 +4443,9 @@ var defaultIMessageDmProps = {
4443
4443
  // Profile section defaults
4444
4444
  profilePicUrl: "https://n14dcpakf8w1fekl.public.blob.vercel-storage.com/media/06c3ed1c-eefb-4a60-b0c4-5fb872811ba0/pinterest-1766175215011-3-ftQGbunlgHOFdfFtr1PdxxmHD9TAf9.jpg",
4445
4445
  profilePicTop: 195,
4446
- profilePicBottom: 345,
4447
- profilePicLeft: 529,
4448
- profilePicRight: 678,
4446
+ profilePicBottom: 347,
4447
+ profilePicLeft: 528,
4448
+ profilePicRight: 680,
4449
4449
  username: "aidan gollan",
4450
4450
  usernameBottom: 393,
4451
4451
  usernameFontSize: 42,
@@ -4566,9 +4566,9 @@ var IMessageDmComposition = (props) => {
4566
4566
  // Profile section
4567
4567
  profilePicUrl,
4568
4568
  profilePicTop = 195,
4569
- profilePicBottom = 345,
4570
- profilePicLeft = 529,
4571
- profilePicRight = 678,
4569
+ profilePicBottom = 347,
4570
+ profilePicLeft = 528,
4571
+ profilePicRight = 680,
4572
4572
  username = "cheatmate_io",
4573
4573
  usernameBottom = 393,
4574
4574
  usernameFontSize = 42,
@@ -4769,10 +4769,11 @@ var IMessageDmComposition = (props) => {
4769
4769
  {
4770
4770
  style: {
4771
4771
  fontFamily: "SF Pro Display",
4772
- fontWeight: 600,
4772
+ fontWeight: 400,
4773
4773
  fontSize: usernameFontSize,
4774
4774
  letterSpacing: usernameLetterSpacing,
4775
- color: usernameColor
4775
+ color: usernameColor,
4776
+ whiteSpace: "nowrap"
4776
4777
  },
4777
4778
  children: username
4778
4779
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc-render",
3
- "version": "1.8.150",
3
+ "version": "1.8.152",
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",