@webitel/ui-chats 0.1.20 → 0.1.21

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.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "Reusable Webitel Frontend Code for Chats UI",
5
5
  "workspaces": [
6
6
  "../../",
@@ -135,7 +135,7 @@ function handlePlayerInitialize(player) {
135
135
  .chat-message__avatar-wrapper {
136
136
  flex: 0 0 var(--spacing-lg);
137
137
  width: var(--wt-avatar-size--size-sm);
138
- pointer-events: none; // prevents dragging to upload file area
138
+ pointer-events: none; /* prevents dragging to upload file area */
139
139
  }
140
140
 
141
141
  .chat-message--right .chat-message__content {