@dialpad/dialtone-vue 2.116.2 → 2.117.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.json +1 -1
- package/CHANGELOG.md +27 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +2 -2
- package/dist/dialtone-vue.js +197 -206
- package/dist/directives.cjs +1 -1
- package/dist/directives.js +5 -25
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +4 -4
- package/dist/{emoji_picker-xC7uJDCX.js → emoji_picker-GfisVsYp.js} +2 -2
- package/dist/{emoji_picker-PV3E1ESP.cjs → emoji_picker-zi8qwHtl.cjs} +1 -1
- package/dist/{emoji_text_wrapper-lhfBdf65.cjs → emoji_text_wrapper-JQf6BpGc.cjs} +1 -1
- package/dist/{emoji_text_wrapper-DHv6GfAX.js → emoji_text_wrapper-OrF0kZ6L.js} +2 -2
- package/dist/{index-EEKICgH6.js → index-G0QxbVGe.js} +1442 -1405
- package/dist/index-ihXjcrB-.cjs +1 -0
- package/dist/message_input.cjs +1 -1
- package/dist/message_input.js +21 -6
- package/dist/{rich_text_editor-DhEmmg9W.cjs → rich_text_editor-VIRykWIa.cjs} +2 -2
- package/dist/{rich_text_editor-WaW2IVbb.js → rich_text_editor-eFa_UQsN.js} +17 -7
- package/dist/style.css +1 -1
- package/dist/{tooltip-s5-t4SPy.js → tooltip-AVHt9lw0.js} +8 -8
- package/dist/types/components/item_layout/item_layout.vue.d.ts +17 -0
- package/dist/types/components/item_layout/item_layout.vue.d.ts.map +1 -1
- package/dist/types/components/list_item/list_item.vue.d.ts +9 -0
- package/dist/types/components/list_item/list_item.vue.d.ts.map +1 -1
- package/dist/types/directives/tooltip/tooltip.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts +31 -0
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/types/recipes/{list_items → item_layout}/contact_info/contact_info.vue.d.ts +1 -16
- package/dist/types/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +1 -0
- package/dist/types/recipes/item_layout/contact_info/index.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts +1 -1
- package/package.json +6 -5
- package/dist/index-vDKY4OP8.cjs +0 -1
- package/dist/types/recipes/list_items/contact_info/contact_info.vue.d.ts.map +0 -1
- package/dist/types/recipes/list_items/contact_info/index.d.ts.map +0 -1
- /package/dist/types/recipes/{list_items → item_layout}/contact_info/index.d.ts +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"contact_info.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/list_items/contact_info/contact_info.vue.js"],"names":[],"mappings":";IAqBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;;;;;;;;OAUG;;;;;;;;IA/FH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;;;;;;;;OAUG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../recipes/list_items/contact_info/index.js"],"names":[],"mappings":""}
|
|
File without changes
|