@dialpad/dialtone-vue 2.95.1 → 2.96.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 (26) 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 +12 -12
  5. package/dist/dialtone-vue.js +664 -650
  6. package/dist/emoji.cjs +1 -1
  7. package/dist/emoji.js +1 -1
  8. package/dist/emoji_text_wrapper-15660494.cjs +1 -0
  9. package/dist/{emoji_text_wrapper-8c8fff00.js → emoji_text_wrapper-fb5b8fa3.js} +799 -780
  10. package/dist/style.css +1 -1
  11. package/dist/types/components/emoji/emoji.vue.d.ts +2 -3
  12. package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts +123 -0
  13. package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts.map +1 -0
  14. package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill_constants.d.ts +11 -0
  15. package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill_constants.d.ts.map +1 -0
  16. package/dist/types/recipes/conversation_view/feed_pill/index.d.ts +3 -0
  17. package/dist/types/recipes/conversation_view/feed_pill/index.d.ts.map +1 -0
  18. package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts +2 -2
  19. package/dist/types/recipes/leftbar/callbox/callbox_constants.d.ts +4 -4
  20. package/dist/types/recipes/leftbar/callbox/index.d.ts +1 -1
  21. package/dist/types/recipes/leftbar/general_row/general_row_constants.d.ts +1 -0
  22. package/dist/types/recipes/leftbar/general_row/general_row_constants.d.ts.map +1 -1
  23. package/dist/types/recipes/list_items/contact_info/contact_info.vue.d.ts +19 -2
  24. package/dist/types/recipes/list_items/contact_info/contact_info.vue.d.ts.map +1 -1
  25. package/package.json +2 -2
  26. package/dist/emoji_text_wrapper-3e1d3440.cjs +0 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,30 @@
1
+ # [2.96.0](https://github.com/dialpad/dialtone-vue/compare/v2.95.2...v2.96.0) (2023-09-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **Feed Item,feed Item Row:** fix avatar alignment ([#1170](https://github.com/dialpad/dialtone-vue/issues/1170)) ([9c1ca39](https://github.com/dialpad/dialtone-vue/commit/9c1ca399a478bda14712800143ad276cfec5191f))
7
+ * **Image Viewer:** fix close icon not visible on dark mode ([#1168](https://github.com/dialpad/dialtone-vue/issues/1168)) ([f703a16](https://github.com/dialpad/dialtone-vue/commit/f703a16e45e0fb84e8c04a20567c91099e8e7ac9))
8
+
9
+
10
+ ### Features
11
+
12
+ * add `avatar-click` event in contact info ([#1164](https://github.com/dialpad/dialtone-vue/issues/1164)) ([9c9e74b](https://github.com/dialpad/dialtone-vue/commit/9c9e74b604972ef1a9deb80ed9006dfeeaaddf91))
13
+ * feed item pill recipe ([#1135](https://github.com/dialpad/dialtone-vue/issues/1135)) ([e05fdfd](https://github.com/dialpad/dialtone-vue/commit/e05fdfd5eb0ce1a7ed7e7481db66ac7248bedd26))
14
+ * **Leftbar Row:** add new icon color for contact center type ([#1172](https://github.com/dialpad/dialtone-vue/issues/1172)) ([7a74ad4](https://github.com/dialpad/dialtone-vue/commit/7a74ad409a66f1ed1652782aed2dc843870aae25))
15
+
16
+ ## [2.95.2](https://github.com/dialpad/dialtone-vue/compare/v2.95.1...v2.95.2) (2023-09-04)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * **Leftbar Row:** corrected selected row's foreground color ([#1154](https://github.com/dialpad/dialtone-vue/issues/1154)) ([a199e59](https://github.com/dialpad/dialtone-vue/commit/a199e593d8d7a745dd02af6516d372d2910b86c7))
22
+
23
+
24
+ ### Documentation
25
+
26
+ * **Callbox:** variants and docs ([#1150](https://github.com/dialpad/dialtone-vue/issues/1150)) ([ca4956c](https://github.com/dialpad/dialtone-vue/commit/ca4956ca29cb4240b26ea9553b52b05eb480fd62))
27
+
1
28
  ## [2.95.1](https://github.com/dialpad/dialtone-vue/compare/v2.95.0...v2.95.1) (2023-08-28)
2
29
 
3
30