@dialpad/dialtone-vue 2.112.2 → 2.114.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 (46) hide show
  1. package/CHANGELOG.json +1 -1
  2. package/CHANGELOG.md +25 -0
  3. package/dist/component-documentation.json +1 -1
  4. package/dist/dialtone-vue.cjs +5 -5
  5. package/dist/dialtone-vue.js +1742 -1298
  6. package/dist/directives.cjs +1 -1
  7. package/dist/directives.js +1 -1
  8. package/dist/emoji.cjs +1 -1
  9. package/dist/emoji.js +4 -4
  10. package/dist/emoji_picker-G_dpCtLb.cjs +1 -0
  11. package/dist/emoji_picker-H4Qp2wF5.js +782 -0
  12. package/dist/{emoji_text_wrapper-VgRKbImg.js → emoji_text_wrapper-B6LYaq-4.js} +6 -7
  13. package/dist/emoji_text_wrapper-HXzlY5eZ.cjs +1 -0
  14. package/dist/index-ASOzBdZi.js +139513 -0
  15. package/dist/index-Fi4GXrPf.cjs +1 -0
  16. package/dist/message_input.cjs +1 -92
  17. package/dist/message_input.js +86 -13208
  18. package/dist/rich_text_editor-HGWAxljc.cjs +97 -0
  19. package/dist/rich_text_editor-hvsobGV1.js +16483 -0
  20. package/dist/style.css +1 -1
  21. package/dist/{tooltip-RmgCyjmY.cjs → tooltip-R7LTeOZf.cjs} +5 -5
  22. package/dist/{tooltip-UOWkfPpb.js → tooltip-vREVnN_1.js} +282 -263
  23. package/dist/types/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts.map +1 -1
  24. package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts +16 -1
  25. package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
  26. package/dist/types/components/rich_text_editor/rich_text_editor_constants.d.ts +2 -0
  27. package/dist/types/components/rich_text_editor/rich_text_editor_constants.d.ts.map +1 -1
  28. package/dist/types/components/tooltip/tooltip.vue.d.ts +33 -1
  29. package/dist/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
  30. package/dist/types/components/tooltip/tooltip_constants.d.ts +2 -0
  31. package/dist/types/components/tooltip/tooltip_constants.d.ts.map +1 -1
  32. package/dist/types/index.d.ts +1 -0
  33. package/dist/types/recipes/conversation_view/editor/editor.vue.d.ts +518 -0
  34. package/dist/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -0
  35. package/dist/types/recipes/conversation_view/editor/editor_constants.d.ts +8 -0
  36. package/dist/types/recipes/conversation_view/editor/editor_constants.d.ts.map +1 -0
  37. package/dist/types/recipes/conversation_view/editor/index.d.ts +2 -0
  38. package/dist/types/recipes/conversation_view/editor/index.d.ts.map +1 -0
  39. package/package.json +14 -4
  40. package/dist/emoji-dxiv7Pn5.cjs +0 -1
  41. package/dist/emoji-eFDb2_CE.js +0 -56678
  42. package/dist/emoji_picker-1wJCa-sD.js +0 -83604
  43. package/dist/emoji_picker-abQkp-dE.cjs +0 -1
  44. package/dist/emoji_text_wrapper-fbV6ZEWh.cjs +0 -1
  45. package/dist/stack-T6wnw8L8.cjs +0 -2
  46. package/dist/stack-ksXg6ONX.js +0 -1852
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ # [2.114.0](https://github.com/dialpad/dialtone/compare/dialtone-vue2/v2.113.0...dialtone-vue2/v2.114.0) (2024-02-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **Emoji Text Wrapper:** center align emojis within text ([#136](https://github.com/dialpad/dialtone/issues/136)) ([60dca67](https://github.com/dialpad/dialtone/commit/60dca6758f39865bab2e49d474f1eb84273a558c))
7
+
8
+
9
+ ### Features
10
+
11
+ * **Tooltip:** add appendTo prop to tooltip ([#132](https://github.com/dialpad/dialtone/issues/132)) ([47e1dc5](https://github.com/dialpad/dialtone/commit/47e1dc584eafb06cf99e9118ac68cece22473ca1))
12
+
13
+ # [2.113.0](https://github.com/dialpad/dialtone/compare/dialtone-vue2/v2.112.2...dialtone-vue2/v2.113.0) (2024-02-01)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * change padding on right slot of call pill stories ([#138](https://github.com/dialpad/dialtone/issues/138)) ([9a23a42](https://github.com/dialpad/dialtone/commit/9a23a423f3a6e2f01e2a86d5f765a3912e12fd08))
19
+ * **Feed Item Row:** set inset focus ring on feed item ([#139](https://github.com/dialpad/dialtone/issues/139)) ([e4e935a](https://github.com/dialpad/dialtone/commit/e4e935a35f1fab8582def30ade82d06bcab393f0))
20
+
21
+
22
+ ### Features
23
+
24
+ * **Wysiwyg Editor, Rich Text Editor:** add wysiwyg component ([#113](https://github.com/dialpad/dialtone/issues/113)) ([367d3e2](https://github.com/dialpad/dialtone/commit/367d3e2aa5344d734fd725c1f7419c44107fb116))
25
+
1
26
  ## [2.112.2](https://github.com/dialpad/dialtone/compare/dialtone-vue2/v2.112.1...dialtone-vue2/v2.112.2) (2024-01-26)
2
27
 
3
28