ugcinc-render 1.8.177 → 1.8.178

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
@@ -5776,25 +5776,25 @@ var defaultIMessageDmProps = {
5776
5776
  usernameArrowHeight: 24,
5777
5777
  // Back arrow defaults
5778
5778
  backArrowTop: 234,
5779
- backArrowBottom: 296,
5779
+ backArrowBottom: 297,
5780
5780
  backArrowLeft: 50,
5781
5781
  backArrowRight: 87,
5782
5782
  // Unread badge defaults
5783
5783
  unreadBadgeText: "579",
5784
- unreadBadgeTop: 237,
5785
- unreadBadgeBottom: 292,
5784
+ unreadBadgeTop: 238,
5785
+ unreadBadgeBottom: 293,
5786
5786
  unreadBadgeLeft: 108,
5787
5787
  unreadBadgeFontSize: 36,
5788
- unreadBadgeLetterSpacing: 0.8,
5788
+ unreadBadgeLetterSpacing: 0.2,
5789
5789
  unreadBadgeTextColor: "#ffffff",
5790
5790
  unreadBadgeBorderRadius: 9999,
5791
- unreadBadgePaddingLeft: 20,
5792
- unreadBadgePaddingRight: 20,
5791
+ unreadBadgePaddingLeft: 17,
5792
+ unreadBadgePaddingRight: 17,
5793
5793
  // Camera icon defaults
5794
- cameraIconTop: 238,
5795
- cameraIconBottom: 290,
5794
+ cameraIconTop: 237,
5795
+ cameraIconBottom: 292,
5796
5796
  cameraIconLeft: 1053,
5797
- cameraIconRight: 1133,
5797
+ cameraIconRight: 1134,
5798
5798
  // Divider line defaults
5799
5799
  dividerLineY: 425,
5800
5800
  dividerLineColor: "#262626",
@@ -5993,25 +5993,25 @@ var IMessageDmComposition = (props) => {
5993
5993
  usernameArrowHeight = 24,
5994
5994
  // Back arrow
5995
5995
  backArrowTop = 234,
5996
- backArrowBottom = 296,
5996
+ backArrowBottom = 297,
5997
5997
  backArrowLeft = 50,
5998
5998
  backArrowRight = 87,
5999
5999
  // Unread badge
6000
6000
  unreadBadgeText = "579",
6001
- unreadBadgeTop = 237,
6002
- unreadBadgeBottom = 292,
6001
+ unreadBadgeTop = 238,
6002
+ unreadBadgeBottom = 293,
6003
6003
  unreadBadgeLeft = 108,
6004
6004
  unreadBadgeFontSize = 36,
6005
- unreadBadgeLetterSpacing = 0.8,
6005
+ unreadBadgeLetterSpacing = 0.2,
6006
6006
  unreadBadgeTextColor = "#ffffff",
6007
6007
  unreadBadgeBorderRadius = 9999,
6008
- unreadBadgePaddingLeft = 20,
6009
- unreadBadgePaddingRight = 20,
6008
+ unreadBadgePaddingLeft = 17,
6009
+ unreadBadgePaddingRight = 17,
6010
6010
  // Camera icon
6011
- cameraIconTop = 238,
6012
- cameraIconBottom = 290,
6011
+ cameraIconTop = 237,
6012
+ cameraIconBottom = 292,
6013
6013
  cameraIconLeft = 1053,
6014
- cameraIconRight = 1133,
6014
+ cameraIconRight = 1134,
6015
6015
  dividerLineY = 425,
6016
6016
  dividerLineColor = "#262626",
6017
6017
  showDebugOverlay = false,
package/dist/index.mjs CHANGED
@@ -4822,25 +4822,25 @@ var defaultIMessageDmProps = {
4822
4822
  usernameArrowHeight: 24,
4823
4823
  // Back arrow defaults
4824
4824
  backArrowTop: 234,
4825
- backArrowBottom: 296,
4825
+ backArrowBottom: 297,
4826
4826
  backArrowLeft: 50,
4827
4827
  backArrowRight: 87,
4828
4828
  // Unread badge defaults
4829
4829
  unreadBadgeText: "579",
4830
- unreadBadgeTop: 237,
4831
- unreadBadgeBottom: 292,
4830
+ unreadBadgeTop: 238,
4831
+ unreadBadgeBottom: 293,
4832
4832
  unreadBadgeLeft: 108,
4833
4833
  unreadBadgeFontSize: 36,
4834
- unreadBadgeLetterSpacing: 0.8,
4834
+ unreadBadgeLetterSpacing: 0.2,
4835
4835
  unreadBadgeTextColor: "#ffffff",
4836
4836
  unreadBadgeBorderRadius: 9999,
4837
- unreadBadgePaddingLeft: 20,
4838
- unreadBadgePaddingRight: 20,
4837
+ unreadBadgePaddingLeft: 17,
4838
+ unreadBadgePaddingRight: 17,
4839
4839
  // Camera icon defaults
4840
- cameraIconTop: 238,
4841
- cameraIconBottom: 290,
4840
+ cameraIconTop: 237,
4841
+ cameraIconBottom: 292,
4842
4842
  cameraIconLeft: 1053,
4843
- cameraIconRight: 1133,
4843
+ cameraIconRight: 1134,
4844
4844
  // Divider line defaults
4845
4845
  dividerLineY: 425,
4846
4846
  dividerLineColor: "#262626",
@@ -5039,25 +5039,25 @@ var IMessageDmComposition = (props) => {
5039
5039
  usernameArrowHeight = 24,
5040
5040
  // Back arrow
5041
5041
  backArrowTop = 234,
5042
- backArrowBottom = 296,
5042
+ backArrowBottom = 297,
5043
5043
  backArrowLeft = 50,
5044
5044
  backArrowRight = 87,
5045
5045
  // Unread badge
5046
5046
  unreadBadgeText = "579",
5047
- unreadBadgeTop = 237,
5048
- unreadBadgeBottom = 292,
5047
+ unreadBadgeTop = 238,
5048
+ unreadBadgeBottom = 293,
5049
5049
  unreadBadgeLeft = 108,
5050
5050
  unreadBadgeFontSize = 36,
5051
- unreadBadgeLetterSpacing = 0.8,
5051
+ unreadBadgeLetterSpacing = 0.2,
5052
5052
  unreadBadgeTextColor = "#ffffff",
5053
5053
  unreadBadgeBorderRadius = 9999,
5054
- unreadBadgePaddingLeft = 20,
5055
- unreadBadgePaddingRight = 20,
5054
+ unreadBadgePaddingLeft = 17,
5055
+ unreadBadgePaddingRight = 17,
5056
5056
  // Camera icon
5057
- cameraIconTop = 238,
5058
- cameraIconBottom = 290,
5057
+ cameraIconTop = 237,
5058
+ cameraIconBottom = 292,
5059
5059
  cameraIconLeft = 1053,
5060
- cameraIconRight = 1133,
5060
+ cameraIconRight = 1134,
5061
5061
  dividerLineY = 425,
5062
5062
  dividerLineColor = "#262626",
5063
5063
  showDebugOverlay = false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc-render",
3
- "version": "1.8.177",
3
+ "version": "1.8.178",
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",