ugcinc-render 1.8.114 → 1.8.115

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
@@ -4021,7 +4021,7 @@ var defaultInstagramDmProps = {
4021
4021
  { id: "6", sender: "recipient", text: "ok short one", groupWithPrevious: true },
4022
4022
  // Sender group 1
4023
4023
  { id: "7", sender: "user", text: "short one" },
4024
- { id: "8", sender: "user", text: "longer but still a single line", groupWithPrevious: true },
4024
+ { id: "8", sender: "user", text: "longer one but still single line", groupWithPrevious: true },
4025
4025
  { id: "9", sender: "user", text: "another two line text, i wanna make sure its the same bro", groupWithPrevious: true },
4026
4026
  { id: "10", sender: "user", text: "double line of sender text, yeah i know right, it's two lines!", groupWithPrevious: true },
4027
4027
  { id: "11", sender: "user", text: "eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee", groupWithPrevious: true },
package/dist/index.mjs CHANGED
@@ -3090,7 +3090,7 @@ var defaultInstagramDmProps = {
3090
3090
  { id: "6", sender: "recipient", text: "ok short one", groupWithPrevious: true },
3091
3091
  // Sender group 1
3092
3092
  { id: "7", sender: "user", text: "short one" },
3093
- { id: "8", sender: "user", text: "longer but still a single line", groupWithPrevious: true },
3093
+ { id: "8", sender: "user", text: "longer one but still single line", groupWithPrevious: true },
3094
3094
  { id: "9", sender: "user", text: "another two line text, i wanna make sure its the same bro", groupWithPrevious: true },
3095
3095
  { id: "10", sender: "user", text: "double line of sender text, yeah i know right, it's two lines!", groupWithPrevious: true },
3096
3096
  { id: "11", sender: "user", text: "eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee", groupWithPrevious: true },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc-render",
3
- "version": "1.8.114",
3
+ "version": "1.8.115",
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",