@dialpad/dialtone-vue 3.91.0 → 3.92.1

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 (37) hide show
  1. package/CHANGELOG.json +1 -1
  2. package/CHANGELOG.md +21 -0
  3. package/dist/component-documentation.json +1 -1
  4. package/dist/dialtone-vue.cjs +5 -5
  5. package/dist/dialtone-vue.js +277 -274
  6. package/dist/directives.cjs +1 -0
  7. package/dist/directives.js +106 -0
  8. package/dist/emoji-1de73abd.cjs +1 -0
  9. package/dist/{emoji-131e3eda.js → emoji-8734fb7e.js} +7602 -10061
  10. package/dist/emoji.cjs +1 -1
  11. package/dist/emoji.js +40 -39
  12. package/dist/message_input-15d74c9c.cjs +93 -0
  13. package/dist/{message_input-4bede2c7.js → message_input-42cfff5f.js} +88 -74
  14. package/dist/message_input.cjs +1 -1
  15. package/dist/message_input.js +4 -3
  16. package/dist/style.css +1 -1
  17. package/dist/tooltip-5fcb8c80.js +2548 -0
  18. package/dist/tooltip-a095f59b.cjs +25 -0
  19. package/dist/types/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts +2 -2
  20. package/dist/types/components/rich_text_editor/extensions/emoji/emoji.d.ts.map +1 -1
  21. package/dist/types/components/rich_text_editor/extensions/emoji/suggestion.d.ts +4 -1
  22. package/dist/types/components/rich_text_editor/extensions/emoji/suggestion.d.ts.map +1 -1
  23. package/dist/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts +1 -0
  24. package/dist/types/components/rich_text_editor/mention_suggestion.d.ts +1 -1
  25. package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts +6 -6
  26. package/dist/types/components/tooltip/tooltip.vue.d.ts +20 -4
  27. package/dist/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
  28. package/dist/types/components/tooltip/tooltip_variants.vue.d.ts +1 -0
  29. package/dist/types/directives/tooltip/index.d.ts +2 -0
  30. package/dist/types/directives/tooltip/index.d.ts.map +1 -0
  31. package/dist/types/directives/tooltip/tooltip.d.ts +6 -0
  32. package/dist/types/directives/tooltip/tooltip.d.ts.map +1 -0
  33. package/dist/types/directives.d.ts +2 -0
  34. package/dist/types/directives.d.ts.map +1 -0
  35. package/package.json +17 -5
  36. package/dist/emoji-b45991f0.cjs +0 -25
  37. package/dist/message_input-0c6b468f.cjs +0 -93
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ ## [3.92.1](https://github.com/dialpad/dialtone-vue/compare/v3.92.0...v3.92.1) (2023-10-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * export directives in production build ([#1271](https://github.com/dialpad/dialtone-vue/issues/1271)) ([b34febb](https://github.com/dialpad/dialtone-vue/commit/b34febb20488e23f98b07b8ce4d19a561f73cfad))
7
+
8
+ # [3.92.0](https://github.com/dialpad/dialtone-vue/compare/v3.91.0...v3.92.0) (2023-10-20)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * suggestion list CSS changes ([#1255](https://github.com/dialpad/dialtone-vue/issues/1255)) ([abd4735](https://github.com/dialpad/dialtone-vue/commit/abd4735a399a9681b89391611cabba65fea1a8c4))
14
+
15
+
16
+ ### Features
17
+
18
+ * add avatar slot to feed-item-row ([#1267](https://github.com/dialpad/dialtone-vue/issues/1267)) ([1cc8b71](https://github.com/dialpad/dialtone-vue/commit/1cc8b71837669bb0cfa7fde4635f9efdee454cae))
19
+ * **Dt Tooltip Directive:** add dt-tooltip directive ([#1264](https://github.com/dialpad/dialtone-vue/issues/1264)) ([6a67cae](https://github.com/dialpad/dialtone-vue/commit/6a67caee52ef2017391cc6ef6a7f27e14b1e1978))
20
+ * update dialtone-icons ([11a4714](https://github.com/dialpad/dialtone-vue/commit/11a47140ad1d4c655bd9cf0c11d06e93126739f4))
21
+
1
22
  # [3.91.0](https://github.com/dialpad/dialtone-vue/compare/v3.90.0...v3.91.0) (2023-10-19)
2
23
 
3
24