@dialpad/dialtone-vue 3.85.0 → 3.86.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 (33) hide show
  1. package/CHANGELOG.json +1 -1
  2. package/CHANGELOG.md +18 -0
  3. package/dist/component-documentation.json +1 -1
  4. package/dist/dialtone-vue.cjs +6 -6
  5. package/dist/dialtone-vue.js +1426 -1408
  6. package/dist/emoji-bd8527a3.cjs +25 -0
  7. package/dist/{emoji-3ed8aeab.js → emoji-c109b6ee.js} +9419 -9758
  8. package/dist/emoji.cjs +1 -1
  9. package/dist/emoji.js +112 -31
  10. package/dist/message_input.cjs +1 -1
  11. package/dist/message_input.js +2 -2
  12. package/dist/{notice-702ad033.js → notice-c5521e01.js} +98 -91
  13. package/dist/notice-f2b0212d.cjs +2 -0
  14. package/dist/style.css +1 -1
  15. package/dist/types/common/utils.d.ts +16 -0
  16. package/dist/types/common/utils.d.ts.map +1 -1
  17. package/dist/types/components/avatar/avatar.vue.d.ts +23 -2
  18. package/dist/types/components/avatar/avatar.vue.d.ts.map +1 -1
  19. package/dist/types/components/avatar/avatar_constants.d.ts +1 -1
  20. package/dist/types/components/avatar/avatar_constants.d.ts.map +1 -1
  21. package/dist/types/components/chip/chip.vue.d.ts +1 -1
  22. package/dist/types/components/notice/notice.vue.d.ts +1 -1
  23. package/dist/types/components/radio/radio.vue.d.ts +1 -1
  24. package/dist/types/components/toast/toast.vue.d.ts +1 -1
  25. package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +4 -2
  26. package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
  27. package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts +20 -1
  28. package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
  29. package/package.json +19 -21
  30. package/dist/emoji-9b6e4b5a.cjs +0 -25
  31. package/dist/emoji_text_wrapper-4fc20727.js +0 -86
  32. package/dist/emoji_text_wrapper-b1235087.cjs +0 -1
  33. package/dist/notice-119b7aa6.cjs +0 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ # [3.86.0](https://github.com/dialpad/dialtone-vue/compare/v3.85.0...v3.86.0) (2023-09-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add virtual "prompt" for visual tests on PR ([#1193](https://github.com/dialpad/dialtone-vue/issues/1193)) ([952fd5a](https://github.com/dialpad/dialtone-vue/commit/952fd5a59f6c37aa598b839700ce6f0b5f810cc2))
7
+ * **Avatar:** change avatar seed algorithm to sync with android ([#1185](https://github.com/dialpad/dialtone-vue/issues/1185)) ([2eef1c3](https://github.com/dialpad/dialtone-vue/commit/2eef1c35a418e1aae8bf8fc916cec923c20b95a5))
8
+ * **Contact Info, Feed Item Row, Item Layout:** alignment issues ([#1187](https://github.com/dialpad/dialtone-vue/issues/1187)) ([04ebc27](https://github.com/dialpad/dialtone-vue/commit/04ebc271da4dace97641ec66ea252812be3d6c78))
9
+ * **Item Layout:** selected slot alignment ([#1195](https://github.com/dialpad/dialtone-vue/issues/1195)) ([135c3c0](https://github.com/dialpad/dialtone-vue/commit/135c3c09c28c9d42d2007a24323f6bbbd09886ec))
10
+ * **Recipe Callbar Button With Popover:** change event name and sync open state - Vue3 ([#1184](https://github.com/dialpad/dialtone-vue/issues/1184)) ([13a6f35](https://github.com/dialpad/dialtone-vue/commit/13a6f352d6562934ffb315cd3398aa774008770d))
11
+
12
+
13
+ ### Features
14
+
15
+ * **Avatar:** add clickable behavior - vue3 ([#1188](https://github.com/dialpad/dialtone-vue/issues/1188)) ([f63ed42](https://github.com/dialpad/dialtone-vue/commit/f63ed4207bac19511280fb2c111c49f8f46c70cd))
16
+ * **Callbox:** add clickable behavior - vue3 ([#1197](https://github.com/dialpad/dialtone-vue/issues/1197)) ([3921e37](https://github.com/dialpad/dialtone-vue/commit/3921e37ae86f7d872d155ab7610016b8ec5cf8cf))
17
+ * update dialtone icons to 3.2.0 ([b069176](https://github.com/dialpad/dialtone-vue/commit/b0691769af969ad400ccf81dbb31950428c1555a))
18
+
1
19
  # [3.85.0](https://github.com/dialpad/dialtone-vue/compare/v3.84.0...v3.85.0) (2023-09-14)
2
20
 
3
21