@dialpad/dialtone-vue 3.89.0 → 3.91.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 (27) 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 +1528 -1211
  5. package/dist/{emoji-e5c98301.js → emoji-131e3eda.js} +83 -83
  6. package/dist/emoji.js +23 -23
  7. package/dist/message_input-0c6b468f.cjs +93 -0
  8. package/dist/message_input-4bede2c7.js +15844 -0
  9. package/dist/message_input.cjs +1 -92
  10. package/dist/message_input.js +4 -13670
  11. package/dist/style.css +1 -1
  12. package/dist/types/index.d.ts +2 -0
  13. package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +82 -0
  14. package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -0
  15. package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel_constants.d.ts +6 -0
  16. package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel_constants.d.ts.map +1 -0
  17. package/dist/types/recipes/conversation_view/attachment_carousel/index.d.ts +2 -0
  18. package/dist/types/recipes/conversation_view/attachment_carousel/index.d.ts.map +1 -0
  19. package/dist/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +49 -0
  20. package/dist/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -0
  21. package/dist/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts +30 -0
  22. package/dist/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts.map +1 -0
  23. package/dist/types/recipes/leftbar/group_row/group_row.vue.d.ts +5 -4
  24. package/dist/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
  25. package/package.json +3 -3
  26. package/dist/stack-5e05e7f3.js +0 -2177
  27. package/dist/stack-96a00d5c.cjs +0 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ # [3.91.0](https://github.com/dialpad/dialtone-vue/compare/v3.90.0...v3.91.0) (2023-10-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * click event on leftbar group row ([#1265](https://github.com/dialpad/dialtone-vue/issues/1265)) ([d31bf5d](https://github.com/dialpad/dialtone-vue/commit/d31bf5d3d2257a9eb1547e2c911893cb9de373c0))
7
+ * **Radio, Checkbox:** apply fieldset class ([#1260](https://github.com/dialpad/dialtone-vue/issues/1260)) ([7e2f0f6](https://github.com/dialpad/dialtone-vue/commit/7e2f0f6c25312d0d2d40318efb8771b8f6d7eacf))
8
+
9
+
10
+ ### Features
11
+
12
+ * attachment carousel for generic media files ([#1209](https://github.com/dialpad/dialtone-vue/issues/1209)) ([ef195ae](https://github.com/dialpad/dialtone-vue/commit/ef195aef72eee49c22a73f4c5b832897df869e94))
13
+
14
+ # [3.90.0](https://github.com/dialpad/dialtone-vue/compare/v3.89.0...v3.90.0) (2023-10-16)
15
+
16
+
17
+ ### Features
18
+
19
+ * **Dt Recipe Ivr Node:** change z-index and docs ([#1258](https://github.com/dialpad/dialtone-vue/issues/1258)) ([d9b4559](https://github.com/dialpad/dialtone-vue/commit/d9b45594b3dc27629febc6ea487b8b9e0cef33f6))
20
+
1
21
  # [3.89.0](https://github.com/dialpad/dialtone-vue/compare/v3.88.1...v3.89.0) (2023-10-13)
2
22
 
3
23