@dialpad/dialtone-vue 3.88.0 → 3.89.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.
Files changed (39) hide show
  1. package/CHANGELOG.json +1 -1
  2. package/CHANGELOG.md +29 -0
  3. package/dist/component-documentation.json +1 -1
  4. package/dist/dialtone-vue.cjs +5 -5
  5. package/dist/dialtone-vue.js +1623 -2191
  6. package/dist/{emoji-3ea15d88.js → emoji-e5c98301.js} +16 -16
  7. package/dist/emoji.js +4 -4
  8. package/dist/message_input.cjs +17 -17
  9. package/dist/message_input.js +4053 -3748
  10. package/dist/{notice-1ead279e.js → stack-5e05e7f3.js} +926 -334
  11. package/dist/stack-96a00d5c.cjs +2 -0
  12. package/dist/style.css +1 -1
  13. package/dist/types/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts +13 -0
  14. package/dist/types/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts.map +1 -0
  15. package/dist/types/components/rich_text_editor/extensions/emoji/suggestion.d.ts.map +1 -1
  16. package/dist/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts +71 -0
  17. package/dist/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts.map +1 -0
  18. package/dist/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts +16 -0
  19. package/dist/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts.map +1 -0
  20. package/dist/types/components/rich_text_editor/extensions/mentions/mention.d.ts +2 -0
  21. package/dist/types/components/rich_text_editor/extensions/mentions/mention.d.ts.map +1 -0
  22. package/dist/types/components/rich_text_editor/extensions/mentions/suggestion.d.ts +10 -0
  23. package/dist/types/components/rich_text_editor/extensions/mentions/suggestion.d.ts.map +1 -0
  24. package/dist/types/components/rich_text_editor/extensions/{emoji/EmojiList.vue.d.ts → suggestion/SuggestionList.vue.d.ts} +17 -1
  25. package/dist/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts.map +1 -0
  26. package/dist/types/components/rich_text_editor/mention_suggestion.d.ts +11 -0
  27. package/dist/types/components/rich_text_editor/mention_suggestion.d.ts.map +1 -0
  28. package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts +31 -0
  29. package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
  30. package/dist/types/components/root_layout/root_layout.vue.d.ts +3 -6
  31. package/dist/types/components/root_layout/root_layout.vue.d.ts.map +1 -1
  32. package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +7 -2
  33. package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
  34. package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts +1 -1
  35. package/dist/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +1 -1
  36. package/dist/types/recipes/list_items/contact_info/contact_info.vue.d.ts +1 -1
  37. package/package.json +13 -12
  38. package/dist/notice-876cf6fe.cjs +0 -2
  39. package/dist/types/components/rich_text_editor/extensions/emoji/EmojiList.vue.d.ts.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,32 @@
1
+ # [3.89.0](https://github.com/dialpad/dialtone-vue/compare/v3.88.1...v3.89.0) (2023-10-13)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **Root Layout:** convert to pure CSS grid method ([#1254](https://github.com/dialpad/dialtone-vue/issues/1254)) ([3dbd0be](https://github.com/dialpad/dialtone-vue/commit/3dbd0be47fdf4717fa226bfda1485a8ca54f4fe9))
7
+
8
+
9
+ ### Features
10
+
11
+ * **Rich Text Editor:** contact mentions ([#1248](https://github.com/dialpad/dialtone-vue/issues/1248)) ([19a99fb](https://github.com/dialpad/dialtone-vue/commit/19a99fb2f8de554b83997b232b1e0a2c0f726e24))
12
+
13
+ ## [3.88.1](https://github.com/dialpad/dialtone-vue/compare/v3.88.0...v3.88.1) (2023-10-06)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **Breadcrumbs:** fix story configuration of BreadcrumbItem ([#1247](https://github.com/dialpad/dialtone-vue/issues/1247)) ([9794cf4](https://github.com/dialpad/dialtone-vue/commit/9794cf4914c69f838aeb8ebd7a53ef0e2dc3e665))
19
+ * **Callbar Button:** slot not working ([#1243](https://github.com/dialpad/dialtone-vue/issues/1243)) ([8138fd3](https://github.com/dialpad/dialtone-vue/commit/8138fd35b3543594318c5321c6b26280dd72d155))
20
+ * **General Row:** set voice chat icon to waveform ([4bc6d6c](https://github.com/dialpad/dialtone-vue/commit/4bc6d6cad9351d2f55811e385325245236cc9882))
21
+ * href on link ([#1245](https://github.com/dialpad/dialtone-vue/issues/1245)) ([9cd2c25](https://github.com/dialpad/dialtone-vue/commit/9cd2c2534f282fb0e59ac786037f62945d01b8f0))
22
+ * **Root Layout:** use inner child width for sidebar ([#1252](https://github.com/dialpad/dialtone-vue/issues/1252)) ([6b4cc41](https://github.com/dialpad/dialtone-vue/commit/6b4cc41e6879460a292c7e61169474a4fc39f24c))
23
+
24
+
25
+ ### Documentation
26
+
27
+ * **Avatar:** add missing group examples ([#1239](https://github.com/dialpad/dialtone-vue/issues/1239)) ([d7b313a](https://github.com/dialpad/dialtone-vue/commit/d7b313ae073385fe8799692bc5a4da00112a0e94))
28
+ * fix avatar images broken ([#1235](https://github.com/dialpad/dialtone-vue/issues/1235)) ([8ec0975](https://github.com/dialpad/dialtone-vue/commit/8ec0975dcf9888d86af73d97f6dba8d0d2cb1080))
29
+
1
30
  # [3.88.0](https://github.com/dialpad/dialtone-vue/compare/v3.87.1...v3.88.0) (2023-10-05)
2
31
 
3
32