ugcinc-render 1.8.174 → 1.8.176

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
@@ -5307,9 +5307,9 @@ var MESSAGE_DEFAULTS2 = {
5307
5307
  // Read receipt (under last sender message)
5308
5308
  showReadReceipt: true,
5309
5309
  readReceiptText: "Read 12:16 PM",
5310
- readReceiptGap: 47,
5311
- readReceiptFontSize: 34,
5312
- readReceiptLetterSpacing: 1.25,
5310
+ readReceiptGap: 52,
5311
+ readReceiptFontSize: 35,
5312
+ readReceiptLetterSpacing: 0.9,
5313
5313
  readReceiptColor: "#626167",
5314
5314
  readReceiptLeft: 0,
5315
5315
  readReceiptRight: 1158
@@ -5892,9 +5892,9 @@ var defaultIMessageDmProps = {
5892
5892
  // Read receipt (under last sender message)
5893
5893
  showReadReceipt: true,
5894
5894
  readReceiptText: "Read 12:16 PM",
5895
- readReceiptGap: 47,
5896
- readReceiptFontSize: 34,
5897
- readReceiptLetterSpacing: 1.25,
5895
+ readReceiptGap: 52,
5896
+ readReceiptFontSize: 35,
5897
+ readReceiptLetterSpacing: 0.9,
5898
5898
  readReceiptColor: "#626167",
5899
5899
  readReceiptLeft: 0,
5900
5900
  readReceiptRight: 1158,
package/dist/index.mjs CHANGED
@@ -4353,9 +4353,9 @@ var MESSAGE_DEFAULTS2 = {
4353
4353
  // Read receipt (under last sender message)
4354
4354
  showReadReceipt: true,
4355
4355
  readReceiptText: "Read 12:16 PM",
4356
- readReceiptGap: 47,
4357
- readReceiptFontSize: 34,
4358
- readReceiptLetterSpacing: 1.25,
4356
+ readReceiptGap: 52,
4357
+ readReceiptFontSize: 35,
4358
+ readReceiptLetterSpacing: 0.9,
4359
4359
  readReceiptColor: "#626167",
4360
4360
  readReceiptLeft: 0,
4361
4361
  readReceiptRight: 1158
@@ -4938,9 +4938,9 @@ var defaultIMessageDmProps = {
4938
4938
  // Read receipt (under last sender message)
4939
4939
  showReadReceipt: true,
4940
4940
  readReceiptText: "Read 12:16 PM",
4941
- readReceiptGap: 47,
4942
- readReceiptFontSize: 34,
4943
- readReceiptLetterSpacing: 1.25,
4941
+ readReceiptGap: 52,
4942
+ readReceiptFontSize: 35,
4943
+ readReceiptLetterSpacing: 0.9,
4944
4944
  readReceiptColor: "#626167",
4945
4945
  readReceiptLeft: 0,
4946
4946
  readReceiptRight: 1158,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc-render",
3
- "version": "1.8.174",
3
+ "version": "1.8.176",
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",