@dialpad/dialtone 9.102.2 → 9.104.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.
Files changed (90) hide show
  1. package/dist/css/dialtone-default-theme.css +41 -0
  2. package/dist/css/dialtone-default-theme.min.css +1 -1
  3. package/dist/css/dialtone.css +41 -0
  4. package/dist/css/dialtone.min.css +1 -1
  5. package/dist/tokens/doc.json +9832 -9832
  6. package/dist/vue2/component-documentation.json +1 -1
  7. package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.cjs +8 -0
  8. package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.cjs.map +1 -1
  9. package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.js +8 -0
  10. package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.js.map +1 -1
  11. package/dist/vue2/dialtone-vue.cjs +2 -0
  12. package/dist/vue2/dialtone-vue.cjs.map +1 -1
  13. package/dist/vue2/dialtone-vue.js +42 -40
  14. package/dist/vue2/dialtone-vue.js.map +1 -1
  15. package/dist/vue2/lib/callbar-button-with-dropdown.cjs +5 -0
  16. package/dist/vue2/lib/callbar-button-with-dropdown.cjs.map +1 -0
  17. package/dist/vue2/lib/callbar-button-with-dropdown.js +5 -0
  18. package/dist/vue2/lib/callbar-button-with-dropdown.js.map +1 -0
  19. package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.cjs +9 -1
  20. package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.cjs.map +1 -1
  21. package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.js +9 -1
  22. package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.js.map +1 -1
  23. package/dist/vue2/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.cjs +258 -0
  24. package/dist/vue2/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.cjs.map +1 -0
  25. package/dist/vue2/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.js +258 -0
  26. package/dist/vue2/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.js.map +1 -0
  27. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +9 -1
  28. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -1
  29. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +9 -1
  30. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -1
  31. package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs +1 -1
  32. package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -1
  33. package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.js +1 -1
  34. package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.js.map +1 -1
  35. package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
  36. package/dist/vue2/types/index.d.ts +1 -0
  37. package/dist/vue2/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +9 -0
  38. package/dist/vue2/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
  39. package/dist/vue2/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +167 -0
  40. package/dist/vue2/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -0
  41. package/dist/vue2/types/recipes/buttons/callbar_button_with_dropdown/index.d.ts +2 -0
  42. package/dist/vue2/types/recipes/buttons/callbar_button_with_dropdown/index.d.ts.map +1 -0
  43. package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +9 -0
  44. package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
  45. package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
  46. package/dist/vue3/common/utils.cjs +1 -1
  47. package/dist/vue3/common/utils.cjs.map +1 -1
  48. package/dist/vue3/common/utils.js +1 -1
  49. package/dist/vue3/common/utils.js.map +1 -1
  50. package/dist/vue3/component-documentation.json +1 -1
  51. package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.cjs +8 -0
  52. package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.cjs.map +1 -1
  53. package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.js +8 -0
  54. package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.js.map +1 -1
  55. package/dist/vue3/dialtone-vue.cjs +2 -0
  56. package/dist/vue3/dialtone-vue.cjs.map +1 -1
  57. package/dist/vue3/dialtone-vue.js +42 -40
  58. package/dist/vue3/dialtone-vue.js.map +1 -1
  59. package/dist/vue3/lib/callbar-button-with-dropdown.cjs +5 -0
  60. package/dist/vue3/lib/callbar-button-with-dropdown.cjs.map +1 -0
  61. package/dist/vue3/lib/callbar-button-with-dropdown.js +5 -0
  62. package/dist/vue3/lib/callbar-button-with-dropdown.js.map +1 -0
  63. package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.cjs +10 -1
  64. package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.cjs.map +1 -1
  65. package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.js +10 -1
  66. package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.js.map +1 -1
  67. package/dist/vue3/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.cjs +321 -0
  68. package/dist/vue3/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.cjs.map +1 -0
  69. package/dist/vue3/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.js +321 -0
  70. package/dist/vue3/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.js.map +1 -0
  71. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +10 -1
  72. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -1
  73. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +10 -1
  74. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -1
  75. package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.cjs +2 -1
  76. package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -1
  77. package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.js +2 -1
  78. package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.js.map +1 -1
  79. package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
  80. package/dist/vue3/types/index.d.ts +1 -0
  81. package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +9 -0
  82. package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
  83. package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +180 -0
  84. package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -0
  85. package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/index.d.ts +2 -0
  86. package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/index.d.ts.map +1 -0
  87. package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +9 -0
  88. package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
  89. package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
  90. package/package.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.