@dialpad/dialtone-vue 3.72.0 → 3.73.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ ## [3.73.1](https://github.com/dialpad/dialtone-vue/compare/v3.73.0...v3.73.1) (2023-06-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **Colors:** "call bar button" popover arrow icon color for dark mode (vue3) ([#1027](https://github.com/dialpad/dialtone-vue/issues/1027)) ([6f3a3c5](https://github.com/dialpad/dialtone-vue/commit/6f3a3c54f4ba359dee5b2d060d1d973621604b99))
7
+ * **Message Input:** add component to root export ([#1028](https://github.com/dialpad/dialtone-vue/issues/1028)) ([ae9ab08](https://github.com/dialpad/dialtone-vue/commit/ae9ab08b5136edabe7475c3eeea0392adb31b417))
8
+
9
+ # [3.73.0](https://github.com/dialpad/dialtone-vue/compare/v3.72.0...v3.73.0) (2023-06-19)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **General Row:** nested a tags - vue3 ([#1024](https://github.com/dialpad/dialtone-vue/issues/1024)) ([88cae54](https://github.com/dialpad/dialtone-vue/commit/88cae540cf268300298a4e6fcf40d0af672c928b))
15
+ * **Message Input:** image picker ([#1023](https://github.com/dialpad/dialtone-vue/issues/1023)) ([d98fc68](https://github.com/dialpad/dialtone-vue/commit/d98fc68b1d8a1c6da5328849cf937108e3ad78d5))
16
+ * revert fix(modal): show event and initial-focus-element - vue3 ([#1010](https://github.com/dialpad/dialtone-vue/issues/1010)) ([c8c911c](https://github.com/dialpad/dialtone-vue/commit/c8c911c635ef5cb81db583e0fe19ede9745da469))
17
+
18
+
19
+ ### Features
20
+
21
+ * **Message Input:** dt-1092 message input vue 3 ([#1015](https://github.com/dialpad/dialtone-vue/issues/1015)) ([1fc96fb](https://github.com/dialpad/dialtone-vue/commit/1fc96fb29ad0572c94af6c82fa94054beb539427))
22
+
1
23
  # [3.72.0](https://github.com/dialpad/dialtone-vue/compare/v3.71.0...v3.72.0) (2023-06-15)
2
24
 
3
25