@dialpad/dialtone-vue 3.114.0 → 3.115.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 (38) 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 +3 -3
  5. package/dist/dialtone-vue.js +327 -269
  6. package/dist/directives.cjs +1 -1
  7. package/dist/directives.js +1 -1
  8. package/dist/emoji-1NjKe1Yv.cjs +1 -0
  9. package/dist/{emoji-ifbDMGtx.js → emoji-VxFu3PHn.js} +181 -180
  10. package/dist/emoji.cjs +1 -1
  11. package/dist/emoji.js +4 -4
  12. package/dist/{emoji_picker-i3y8jyyY.cjs → emoji_picker--qWnpkri.cjs} +1 -1
  13. package/dist/{emoji_picker-G6QLC4uN.js → emoji_picker-1UT0z6jY.js} +2 -2
  14. package/dist/{emoji_text_wrapper-vQeoLfQ4.js → emoji_text_wrapper-NMuqIG_X.js} +1 -1
  15. package/dist/{emoji_text_wrapper-spWldgj4.cjs → emoji_text_wrapper-bOsTtVBL.cjs} +1 -1
  16. package/dist/message_input.cjs +1 -1
  17. package/dist/message_input.js +4 -4
  18. package/dist/{rich_text_editor-PlDAAo2K.js → rich_text_editor-_wxi33hv.js} +4 -8
  19. package/dist/{rich_text_editor-m8DM-vOU.cjs → rich_text_editor-pnYcPOnF.cjs} +2 -2
  20. package/dist/style.css +1 -1
  21. package/dist/{tooltip-px-Nxl4C.cjs → tooltip-P8ouLQqi.cjs} +1 -1
  22. package/dist/{tooltip-FcHJcgMd.js → tooltip-S6S4up2q.js} +3 -3
  23. package/dist/types/components/banner/banner.vue.d.ts +20 -1
  24. package/dist/types/components/banner/banner.vue.d.ts.map +1 -1
  25. package/dist/types/components/link/link.vue.d.ts +3 -2
  26. package/dist/types/components/link/link.vue.d.ts.map +1 -1
  27. package/dist/types/components/link/link_constants.d.ts +2 -0
  28. package/dist/types/components/link/link_constants.d.ts.map +1 -1
  29. package/dist/types/components/notice/notice.vue.d.ts +34 -0
  30. package/dist/types/components/notice/notice.vue.d.ts.map +1 -1
  31. package/dist/types/components/notice/notice_action.vue.d.ts +17 -0
  32. package/dist/types/components/notice/notice_action.vue.d.ts.map +1 -1
  33. package/dist/types/components/toast/toast.vue.d.ts +34 -0
  34. package/dist/types/components/toast/toast.vue.d.ts.map +1 -1
  35. package/dist/types/components/tooltip/tooltip.vue.d.ts +0 -1
  36. package/dist/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
  37. package/package.json +2 -2
  38. package/dist/emoji-q4ZpxDOX.cjs +0 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ ## [3.115.1](https://github.com/dialpad/dialtone/compare/dialtone-vue3/v3.115.0...dialtone-vue3/v3.115.1) (2024-03-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add box-sizing, padding, margin to reset ([#206](https://github.com/dialpad/dialtone/issues/206)) ([5641b56](https://github.com/dialpad/dialtone/commit/5641b5691d9be82f256eaf5ba9a04fac1e9252c3))
7
+ * fix styling of d-link--mention ([#208](https://github.com/dialpad/dialtone/issues/208)) ([f99b37e](https://github.com/dialpad/dialtone/commit/f99b37edc952b3fb98686be86086b03641346f82))
8
+
9
+ # [3.115.0](https://github.com/dialpad/dialtone/compare/dialtone-vue3/v3.114.0...dialtone-vue3/v3.115.0) (2024-03-14)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **Tooltip:** appendTo initialization ([#204](https://github.com/dialpad/dialtone/issues/204)) ([3f9d2ed](https://github.com/dialpad/dialtone/commit/3f9d2ed558fffc1fdb6d76b2827531b2dfdd5c4a))
15
+ * update missing props ([#199](https://github.com/dialpad/dialtone/issues/199)) ([64af482](https://github.com/dialpad/dialtone/commit/64af482fd8928b67fb924c446c75dbbf66547921))
16
+
17
+
18
+ ### Features
19
+
20
+ * **Typography:** refactor text styles ([#198](https://github.com/dialpad/dialtone/issues/198)) ([622c0f6](https://github.com/dialpad/dialtone/commit/622c0f65611010215b94624ccff6e82f62b32056))
21
+
1
22
  # [3.114.0](https://github.com/dialpad/dialtone/compare/dialtone-vue3/v3.113.0...dialtone-vue3/v3.114.0) (2024-03-13)
2
23
 
3
24