@dialpad/dialtone-vue 3.82.1 → 3.83.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 (37) hide show
  1. package/CHANGELOG.json +1 -1
  2. package/CHANGELOG.md +20 -0
  3. package/dist/component-documentation.json +1 -1
  4. package/dist/dialtone-vue.cjs +6 -6
  5. package/dist/dialtone-vue.js +1588 -1824
  6. package/dist/{emoji-dedd5dd0.js → emoji-3ed8aeab.js} +4134 -4110
  7. package/dist/{emoji-917a7ee9.cjs → emoji-9b6e4b5a.cjs} +6 -6
  8. package/dist/emoji.cjs +1 -1
  9. package/dist/emoji.js +2 -2
  10. package/dist/{emoji_text_wrapper-9db510dd.js → emoji_text_wrapper-4fc20727.js} +1 -1
  11. package/dist/{emoji_text_wrapper-19651450.cjs → emoji_text_wrapper-b1235087.cjs} +1 -1
  12. package/dist/message_input.cjs +17 -17
  13. package/dist/message_input.js +2231 -1970
  14. package/dist/notice-119b7aa6.cjs +2 -0
  15. package/dist/{notice-67c02f04.js → notice-702ad033.js} +448 -189
  16. package/dist/style.css +1 -1
  17. package/dist/types/components/emoji/emoji.vue.d.ts +2 -3
  18. package/dist/types/components/rich_text_editor/extensions/emoji/EmojiList.vue.d.ts +31 -0
  19. package/dist/types/components/rich_text_editor/extensions/emoji/EmojiList.vue.d.ts.map +1 -0
  20. package/dist/types/components/rich_text_editor/extensions/emoji/emoji.d.ts +2 -0
  21. package/dist/types/components/rich_text_editor/extensions/emoji/emoji.d.ts.map +1 -1
  22. package/dist/types/components/rich_text_editor/extensions/emoji/suggestion.d.ts +18 -0
  23. package/dist/types/components/rich_text_editor/extensions/emoji/suggestion.d.ts.map +1 -0
  24. package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts +1 -0
  25. package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
  26. package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts +123 -0
  27. package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts.map +1 -0
  28. package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill_constants.d.ts +11 -0
  29. package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill_constants.d.ts.map +1 -0
  30. package/dist/types/recipes/conversation_view/feed_pill/index.d.ts +3 -0
  31. package/dist/types/recipes/conversation_view/feed_pill/index.d.ts.map +1 -0
  32. package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts +2 -2
  33. package/dist/types/recipes/leftbar/callbox/callbox_constants.d.ts +4 -4
  34. package/dist/types/recipes/leftbar/callbox/index.d.ts +1 -1
  35. package/dist/types/recipes/list_items/contact_info/contact_info.vue.d.ts +1 -1
  36. package/package.json +4 -2
  37. package/dist/notice-e6ddfea6.cjs +0 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ # [3.83.0](https://github.com/dialpad/dialtone-vue/compare/v3.82.2...v3.83.0) (2023-09-11)
2
+
3
+
4
+ ### Features
5
+
6
+ * feed item pill recipe vue3 ([#1160](https://github.com/dialpad/dialtone-vue/issues/1160)) ([1baa335](https://github.com/dialpad/dialtone-vue/commit/1baa3352d3a916f75e252d42d15abb3b4bbafcd6))
7
+ * **Message Input:** emoji suggestion ([#1136](https://github.com/dialpad/dialtone-vue/issues/1136)) ([8260745](https://github.com/dialpad/dialtone-vue/commit/8260745af6ec3589b8909f74bd8915d7988091e3))
8
+
9
+ ## [3.82.2](https://github.com/dialpad/dialtone-vue/compare/v3.82.1...v3.82.2) (2023-09-04)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **Leftbar Row:** corrected selected row's foreground color - vue3 ([#1155](https://github.com/dialpad/dialtone-vue/issues/1155)) ([f8edb15](https://github.com/dialpad/dialtone-vue/commit/f8edb1557c23e1205badb7195617ede10c93d175))
15
+
16
+
17
+ ### Documentation
18
+
19
+ * **Callbox:** variants and docs - vue3 ([#1151](https://github.com/dialpad/dialtone-vue/issues/1151)) ([ecc21ff](https://github.com/dialpad/dialtone-vue/commit/ecc21ff707ffe4fec7171e9a56dea2fb19cc9f44))
20
+
1
21
  ## [3.82.1](https://github.com/dialpad/dialtone-vue/compare/v3.82.0...v3.82.1) (2023-08-28)
2
22
 
3
23