@dialpad/dialtone-vue 2.112.2 → 2.114.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.
- package/CHANGELOG.json +1 -1
- package/CHANGELOG.md +25 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +5 -5
- package/dist/dialtone-vue.js +1742 -1298
- package/dist/directives.cjs +1 -1
- package/dist/directives.js +1 -1
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +4 -4
- package/dist/emoji_picker-G_dpCtLb.cjs +1 -0
- package/dist/emoji_picker-H4Qp2wF5.js +782 -0
- package/dist/{emoji_text_wrapper-VgRKbImg.js → emoji_text_wrapper-B6LYaq-4.js} +6 -7
- package/dist/emoji_text_wrapper-HXzlY5eZ.cjs +1 -0
- package/dist/index-ASOzBdZi.js +139513 -0
- package/dist/index-Fi4GXrPf.cjs +1 -0
- package/dist/message_input.cjs +1 -92
- package/dist/message_input.js +86 -13208
- package/dist/rich_text_editor-HGWAxljc.cjs +97 -0
- package/dist/rich_text_editor-hvsobGV1.js +16483 -0
- package/dist/style.css +1 -1
- package/dist/{tooltip-RmgCyjmY.cjs → tooltip-R7LTeOZf.cjs} +5 -5
- package/dist/{tooltip-UOWkfPpb.js → tooltip-vREVnN_1.js} +282 -263
- package/dist/types/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts.map +1 -1
- package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts +16 -1
- package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/types/components/rich_text_editor/rich_text_editor_constants.d.ts +2 -0
- package/dist/types/components/rich_text_editor/rich_text_editor_constants.d.ts.map +1 -1
- package/dist/types/components/tooltip/tooltip.vue.d.ts +33 -1
- package/dist/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
- package/dist/types/components/tooltip/tooltip_constants.d.ts +2 -0
- package/dist/types/components/tooltip/tooltip_constants.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/recipes/conversation_view/editor/editor.vue.d.ts +518 -0
- package/dist/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/editor/editor_constants.d.ts +8 -0
- package/dist/types/recipes/conversation_view/editor/editor_constants.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/editor/index.d.ts +2 -0
- package/dist/types/recipes/conversation_view/editor/index.d.ts.map +1 -0
- package/package.json +14 -4
- package/dist/emoji-dxiv7Pn5.cjs +0 -1
- package/dist/emoji-eFDb2_CE.js +0 -56678
- package/dist/emoji_picker-1wJCa-sD.js +0 -83604
- package/dist/emoji_picker-abQkp-dE.cjs +0 -1
- package/dist/emoji_text_wrapper-fbV6ZEWh.cjs +0 -1
- package/dist/stack-T6wnw8L8.cjs +0 -2
- package/dist/stack-ksXg6ONX.js +0 -1852
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
# [2.114.0](https://github.com/dialpad/dialtone/compare/dialtone-vue2/v2.113.0...dialtone-vue2/v2.114.0) (2024-02-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **Emoji Text Wrapper:** center align emojis within text ([#136](https://github.com/dialpad/dialtone/issues/136)) ([60dca67](https://github.com/dialpad/dialtone/commit/60dca6758f39865bab2e49d474f1eb84273a558c))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **Tooltip:** add appendTo prop to tooltip ([#132](https://github.com/dialpad/dialtone/issues/132)) ([47e1dc5](https://github.com/dialpad/dialtone/commit/47e1dc584eafb06cf99e9118ac68cece22473ca1))
|
|
12
|
+
|
|
13
|
+
# [2.113.0](https://github.com/dialpad/dialtone/compare/dialtone-vue2/v2.112.2...dialtone-vue2/v2.113.0) (2024-02-01)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* change padding on right slot of call pill stories ([#138](https://github.com/dialpad/dialtone/issues/138)) ([9a23a42](https://github.com/dialpad/dialtone/commit/9a23a423f3a6e2f01e2a86d5f765a3912e12fd08))
|
|
19
|
+
* **Feed Item Row:** set inset focus ring on feed item ([#139](https://github.com/dialpad/dialtone/issues/139)) ([e4e935a](https://github.com/dialpad/dialtone/commit/e4e935a35f1fab8582def30ade82d06bcab393f0))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* **Wysiwyg Editor, Rich Text Editor:** add wysiwyg component ([#113](https://github.com/dialpad/dialtone/issues/113)) ([367d3e2](https://github.com/dialpad/dialtone/commit/367d3e2aa5344d734fd725c1f7419c44107fb116))
|
|
25
|
+
|
|
1
26
|
## [2.112.2](https://github.com/dialpad/dialtone/compare/dialtone-vue2/v2.112.1...dialtone-vue2/v2.112.2) (2024-01-26)
|
|
2
27
|
|
|
3
28
|
|