@weni/unnnic-system 2.34.0 → 2.34.1-alpha.0
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
|
@@ -187,8 +187,8 @@ export const MessageStatus = {
|
|
|
187
187
|
components: { UnnnicChatsMessage },
|
|
188
188
|
template: `
|
|
189
189
|
<div style="display: flex; flex-direction: column; gap: 12px">
|
|
190
|
-
<UnnnicChatsMessage v-bind="args" status="
|
|
191
|
-
|
|
190
|
+
<UnnnicChatsMessage v-bind="args" status="send">
|
|
191
|
+
Send status
|
|
192
192
|
</UnnnicChatsMessage>
|
|
193
193
|
<UnnnicChatsMessage v-bind="args" status="received">
|
|
194
194
|
Received status
|