@dialpad/dialtone-vue 2.112.1 → 2.113.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 (35) hide show
  1. package/CHANGELOG.json +1 -1
  2. package/CHANGELOG.md +20 -0
  3. package/dist/dialtone-vue.cjs +5 -5
  4. package/dist/dialtone-vue.js +1742 -1298
  5. package/dist/emoji.cjs +1 -1
  6. package/dist/emoji.js +3 -3
  7. package/dist/emoji_picker-3cVhhlbr.js +782 -0
  8. package/dist/emoji_picker-50hU6Bus.cjs +1 -0
  9. package/dist/{emoji_text_wrapper-KB-Ko_in.js → emoji_text_wrapper-45075bUQ.js} +1 -1
  10. package/dist/{emoji_text_wrapper-APKs6ucq.cjs → emoji_text_wrapper-dc6a_C0K.cjs} +1 -1
  11. package/dist/index-8ytmeBCH.cjs +1 -0
  12. package/dist/index-NG2T0qK1.js +139501 -0
  13. package/dist/message_input.cjs +1 -92
  14. package/dist/message_input.js +86 -13208
  15. package/dist/rich_text_editor-E7mcsC-J.cjs +97 -0
  16. package/dist/rich_text_editor-sxTdV897.js +16483 -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 +518 -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/package.json +12 -2
  30. package/dist/emoji-2nPGIAeb.js +0 -56666
  31. package/dist/emoji-8DJWVPgD.cjs +0 -1
  32. package/dist/emoji_picker-KXqP7T9b.cjs +0 -1
  33. package/dist/emoji_picker-WxqkveyL.js +0 -83604
  34. package/dist/stack-XgHklgWB.cjs +0 -2
  35. package/dist/stack-buVgg-xL.js +0 -1852
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ # [2.113.0](https://github.com/dialpad/dialtone/compare/dialtone-vue2/v2.112.2...dialtone-vue2/v2.113.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:** set inset focus ring on feed item ([#139](https://github.com/dialpad/dialtone/issues/139)) ([e4e935a](https://github.com/dialpad/dialtone/commit/e4e935a35f1fab8582def30ade82d06bcab393f0))
8
+
9
+
10
+ ### Features
11
+
12
+ * **Wysiwyg Editor, Rich Text Editor:** add wysiwyg component ([#113](https://github.com/dialpad/dialtone/issues/113)) ([367d3e2](https://github.com/dialpad/dialtone/commit/367d3e2aa5344d734fd725c1f7419c44107fb116))
13
+
14
+ ## [2.112.2](https://github.com/dialpad/dialtone/compare/dialtone-vue2/v2.112.1...dialtone-vue2/v2.112.2) (2024-01-26)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * missing exports ([#128](https://github.com/dialpad/dialtone/issues/128)) ([d44a3bb](https://github.com/dialpad/dialtone/commit/d44a3bbbf569372034cfddba0ebb8347b27dfc11))
20
+
1
21
  ## [2.112.1](https://github.com/dialpad/dialtone/compare/dialtone-vue2/v2.112.0...dialtone-vue2/v2.112.1) (2024-01-26)
2
22
 
3
23