@webitel/ui-chats 0.0.24 → 0.0.25

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-chats",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "description": "Reusable Webitel Frontend Code for Chats UI",
5
5
  "workspaces": [
6
6
  "../../",
@@ -37,6 +37,7 @@
37
37
  <message-document
38
38
  v-else-if="document"
39
39
  :file="document"
40
+ :self-side="isSelfSide"
40
41
  />
41
42
  <message-text
42
43
  v-if="props.message?.text"