@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weni/unnnic-system",
3
- "version": "2.34.0",
3
+ "version": "2.34.1-alpha.0",
4
4
  "type": "commonjs",
5
5
  "files": [
6
6
  "dist",
@@ -87,4 +87,4 @@
87
87
  "vitest": "^1.6.0",
88
88
  "vue-eslint-parser": "^9.4.2"
89
89
  }
90
- }
90
+ }
@@ -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="sent">
191
- Sent status
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