@dialpad/dialtone-vue 3.109.2 → 3.110.1

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 (38) hide show
  1. package/CHANGELOG.json +1 -1
  2. package/CHANGELOG.md +27 -0
  3. package/dist/component-documentation.json +1 -1
  4. package/dist/dialtone-vue.cjs +2 -2
  5. package/dist/dialtone-vue.js +446 -445
  6. package/dist/directives.cjs +1 -1
  7. package/dist/directives.js +29 -49
  8. package/dist/{emoji-ppApZXjY.js → emoji-acqIsOA0.js} +3865 -3795
  9. package/dist/emoji-gFUvTgzf.cjs +1 -0
  10. package/dist/emoji.cjs +1 -1
  11. package/dist/emoji.js +4 -4
  12. package/dist/{emoji_picker-XHD9NN0X.js → emoji_picker-7KBwg94e.js} +2 -2
  13. package/dist/{emoji_picker-mKaAu1dm.cjs → emoji_picker-XmAzvsvD.cjs} +1 -1
  14. package/dist/{emoji_text_wrapper-U7jKFbg1.cjs → emoji_text_wrapper-Cr15_VcH.cjs} +1 -1
  15. package/dist/{emoji_text_wrapper-rnrD1UpL.js → emoji_text_wrapper-TK25xXF3.js} +1 -1
  16. package/dist/message_input.cjs +1 -1
  17. package/dist/message_input.js +32 -16
  18. package/dist/{rich_text_editor-CkZ82uQY.cjs → rich_text_editor--3JpdmJ2.cjs} +2 -2
  19. package/dist/{rich_text_editor-G1GLwWlk.js → rich_text_editor-_GiT5AG_.js} +584 -571
  20. package/dist/style.css +1 -1
  21. package/dist/{tooltip-Ooi51wOv.js → tooltip-Od71Luh6.js} +10 -10
  22. package/dist/types/components/item_layout/item_layout.vue.d.ts +21 -1
  23. package/dist/types/components/item_layout/item_layout.vue.d.ts.map +1 -1
  24. package/dist/types/components/list_item/list_item.vue.d.ts +12 -1
  25. package/dist/types/components/list_item/list_item.vue.d.ts.map +1 -1
  26. package/dist/types/directives/tooltip/tooltip.d.ts.map +1 -1
  27. package/dist/types/index.d.ts +1 -1
  28. package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts +31 -0
  29. package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
  30. package/dist/types/recipes/{list_items → item_layout}/contact_info/contact_info.vue.d.ts +1 -16
  31. package/dist/types/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +1 -0
  32. package/dist/types/recipes/item_layout/contact_info/index.d.ts.map +1 -0
  33. package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts +1 -1
  34. package/package.json +6 -5
  35. package/dist/emoji-HI8urLsM.cjs +0 -1
  36. package/dist/types/recipes/list_items/contact_info/contact_info.vue.d.ts.map +0 -1
  37. package/dist/types/recipes/list_items/contact_info/index.d.ts.map +0 -1
  38. /package/dist/types/recipes/{list_items → item_layout}/contact_info/index.d.ts +0 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,30 @@
1
+ ## [3.110.1](https://github.com/dialpad/dialtone/compare/dialtone-vue3/v3.110.0...dialtone-vue3/v3.110.1) (2024-02-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * popover error ([#178](https://github.com/dialpad/dialtone/issues/178)) ([daebcb6](https://github.com/dialpad/dialtone/commit/daebcb675f1cb7d1b878d7950a492d6ca8be616a))
7
+
8
+
9
+ ### Documentation
10
+
11
+ * use CodeExampleTabs component for avatar page ([#170](https://github.com/dialpad/dialtone/issues/170)) ([b4e0ad9](https://github.com/dialpad/dialtone/commit/b4e0ad9bc105eceff518052848072e4004f84029))
12
+
13
+ # [3.110.0](https://github.com/dialpad/dialtone/compare/dialtone-vue3/v3.109.2...dialtone-vue3/v3.110.0) (2024-02-27)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **Contact Info:** use item layout instead of list item ([#168](https://github.com/dialpad/dialtone/issues/168)) ([d66cd07](https://github.com/dialpad/dialtone/commit/d66cd07c45a50c1f04b281e50132c57e866cf3aa))
19
+ * **Popover:** remove data-popper-escaped ([#172](https://github.com/dialpad/dialtone/issues/172)) ([ca142bc](https://github.com/dialpad/dialtone/commit/ca142bc56bb893282a8974793e9045d378848c9d))
20
+ * **Tooltip:** remove validators from directive ([#169](https://github.com/dialpad/dialtone/issues/169)) ([7984139](https://github.com/dialpad/dialtone/commit/7984139493b2c440ee51435aef49abbdbbc01017))
21
+
22
+
23
+ ### Features
24
+
25
+ * **Item Layout:** add unstyled prop ([#160](https://github.com/dialpad/dialtone/issues/160)) ([907b7ae](https://github.com/dialpad/dialtone/commit/907b7ae40b0480dadff2ec170d5c29577a7d3791))
26
+ * **Message Input:** add mentions to message input ([#174](https://github.com/dialpad/dialtone/issues/174)) ([682dc42](https://github.com/dialpad/dialtone/commit/682dc42feef687a370cae3cb250ec95b3f0f781e))
27
+
1
28
  ## [3.109.2](https://github.com/dialpad/dialtone/compare/dialtone-vue3/v3.109.1...dialtone-vue3/v3.109.2) (2024-02-22)
2
29
 
3
30