@dialpad/dialtone-vue 3.105.2 → 3.106.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 (32) hide show
  1. package/CHANGELOG.json +1 -1
  2. package/CHANGELOG.md +15 -0
  3. package/dist/dialtone-vue.cjs +5 -5
  4. package/dist/dialtone-vue.js +2857 -2264
  5. package/dist/{emoji-wyzCAeMh.cjs → emoji-3sZLmJtM.cjs} +1 -1
  6. package/dist/{emoji-WjzabgKs.js → emoji-RvO57rkW.js} +3406 -3406
  7. package/dist/emoji.cjs +1 -1
  8. package/dist/emoji.js +3 -3
  9. package/dist/{emoji_picker-Uhm2r1e3.cjs → emoji_picker-EYanEJrn.cjs} +1 -1
  10. package/dist/{emoji_picker-J3yCpi0n.js → emoji_picker-ZDMH1VIY.js} +1 -1
  11. package/dist/{emoji_text_wrapper-PF5FAHE8.cjs → emoji_text_wrapper-p2pyEE4j.cjs} +1 -1
  12. package/dist/{emoji_text_wrapper-N_7eQTWM.js → emoji_text_wrapper-zvhbHADN.js} +1 -1
  13. package/dist/message_input.cjs +1 -92
  14. package/dist/message_input.js +156 -13406
  15. package/dist/rich_text_editor-VFx2M8I2.cjs +97 -0
  16. package/dist/rich_text_editor-o1bRsprW.js +16664 -0
  17. package/dist/style.css +1 -1
  18. package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts +16 -1
  19. package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
  20. package/dist/types/components/rich_text_editor/rich_text_editor_constants.d.ts +2 -0
  21. package/dist/types/components/rich_text_editor/rich_text_editor_constants.d.ts.map +1 -1
  22. package/dist/types/index.d.ts +1 -0
  23. package/dist/types/recipes/conversation_view/editor/editor.vue.d.ts +522 -0
  24. package/dist/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -0
  25. package/dist/types/recipes/conversation_view/editor/editor_constants.d.ts +8 -0
  26. package/dist/types/recipes/conversation_view/editor/editor_constants.d.ts.map +1 -0
  27. package/dist/types/recipes/conversation_view/editor/index.d.ts +2 -0
  28. package/dist/types/recipes/conversation_view/editor/index.d.ts.map +1 -0
  29. package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
  30. package/package.json +12 -2
  31. package/dist/stack--3ERj1r4.cjs +0 -2
  32. package/dist/stack-tU3sgAgJ.js +0 -1905
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ # [3.106.0](https://github.com/dialpad/dialtone/compare/dialtone-vue3/v3.105.2...dialtone-vue3/v3.106.0) (2024-02-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * 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))
7
+ * **Feed Item Row, Emoji Row:** spacing / color fixes - Vue 3 ([#134](https://github.com/dialpad/dialtone/issues/134)) ([21f3e21](https://github.com/dialpad/dialtone/commit/21f3e213714ca322aa96dde4b4fa3aed3bd9cc62))
8
+ * **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))
9
+
10
+
11
+ ### Features
12
+
13
+ * **Wysiwyg Editor, Rich Text Editor:** add wysiwyg component ([#113](https://github.com/dialpad/dialtone/issues/113)) ([367d3e2](https://github.com/dialpad/dialtone/commit/367d3e2aa5344d734fd725c1f7419c44107fb116))
14
+ * **Wysiwyg Editor, Rich Text Editor:** add wysiwyg component for vue3 ([#117](https://github.com/dialpad/dialtone/issues/117)) ([bc93fb8](https://github.com/dialpad/dialtone/commit/bc93fb8b4ebf2aa03ea5079dba0760d550194f69))
15
+
1
16
  ## [3.105.2](https://github.com/dialpad/dialtone/compare/dialtone-vue3/v3.105.1...dialtone-vue3/v3.105.2) (2024-01-26)
2
17
 
3
18