@dialpad/dialtone-vue 2.113.0 → 2.114.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 (30) hide show
  1. package/CHANGELOG.json +1 -1
  2. package/CHANGELOG.md +19 -0
  3. package/dist/component-documentation.json +1 -1
  4. package/dist/dialtone-vue.cjs +1 -1
  5. package/dist/dialtone-vue.js +7 -7
  6. package/dist/directives.cjs +1 -1
  7. package/dist/directives.js +1 -1
  8. package/dist/emoji.cjs +1 -1
  9. package/dist/emoji.js +4 -4
  10. package/dist/{emoji_picker-50hU6Bus.cjs → emoji_picker-G_dpCtLb.cjs} +1 -1
  11. package/dist/{emoji_picker-3cVhhlbr.js → emoji_picker-H4Qp2wF5.js} +2 -2
  12. package/dist/{emoji_text_wrapper-45075bUQ.js → emoji_text_wrapper-B6LYaq-4.js} +6 -7
  13. package/dist/emoji_text_wrapper-HXzlY5eZ.cjs +1 -0
  14. package/dist/{index-NG2T0qK1.js → index-ASOzBdZi.js} +1009 -997
  15. package/dist/index-Fi4GXrPf.cjs +1 -0
  16. package/dist/message_input.cjs +1 -1
  17. package/dist/message_input.js +4 -4
  18. package/dist/{rich_text_editor-E7mcsC-J.cjs → rich_text_editor-HGWAxljc.cjs} +2 -2
  19. package/dist/{rich_text_editor-sxTdV897.js → rich_text_editor-hvsobGV1.js} +3 -3
  20. package/dist/style.css +1 -1
  21. package/dist/{tooltip-RmgCyjmY.cjs → tooltip-R7LTeOZf.cjs} +5 -5
  22. package/dist/{tooltip-UOWkfPpb.js → tooltip-vREVnN_1.js} +282 -263
  23. package/dist/types/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts.map +1 -1
  24. package/dist/types/components/tooltip/tooltip.vue.d.ts +33 -1
  25. package/dist/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
  26. package/dist/types/components/tooltip/tooltip_constants.d.ts +2 -0
  27. package/dist/types/components/tooltip/tooltip_constants.d.ts.map +1 -1
  28. package/package.json +4 -4
  29. package/dist/emoji_text_wrapper-dc6a_C0K.cjs +0 -1
  30. package/dist/index-8ytmeBCH.cjs +0 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## [2.114.1](https://github.com/dialpad/dialtone/compare/dialtone-vue2/v2.114.0...dialtone-vue2/v2.114.1) (2024-02-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **Emoji Row:** update emoji-row to use more semantic colors ([#143](https://github.com/dialpad/dialtone/issues/143)) ([0f7d112](https://github.com/dialpad/dialtone/commit/0f7d112a336e03a98e060ef5531da5352db69496))
7
+
8
+ # [2.114.0](https://github.com/dialpad/dialtone/compare/dialtone-vue2/v2.113.0...dialtone-vue2/v2.114.0) (2024-02-05)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **Emoji Text Wrapper:** center align emojis within text ([#136](https://github.com/dialpad/dialtone/issues/136)) ([60dca67](https://github.com/dialpad/dialtone/commit/60dca6758f39865bab2e49d474f1eb84273a558c))
14
+
15
+
16
+ ### Features
17
+
18
+ * **Tooltip:** add appendTo prop to tooltip ([#132](https://github.com/dialpad/dialtone/issues/132)) ([47e1dc5](https://github.com/dialpad/dialtone/commit/47e1dc584eafb06cf99e9118ac68cece22473ca1))
19
+
1
20
  # [2.113.0](https://github.com/dialpad/dialtone/compare/dialtone-vue2/v2.112.2...dialtone-vue2/v2.113.0) (2024-02-01)
2
21
 
3
22