@dialpad/dialtone 9.103.0 → 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 (66) 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 +17174 -17174
  6. package/dist/vue2/component-documentation.json +1 -1
  7. package/dist/vue2/dialtone-vue.cjs +2 -0
  8. package/dist/vue2/dialtone-vue.cjs.map +1 -1
  9. package/dist/vue2/dialtone-vue.js +42 -40
  10. package/dist/vue2/dialtone-vue.js.map +1 -1
  11. package/dist/vue2/lib/callbar-button-with-dropdown.cjs +5 -0
  12. package/dist/vue2/lib/callbar-button-with-dropdown.cjs.map +1 -0
  13. package/dist/vue2/lib/callbar-button-with-dropdown.js +5 -0
  14. package/dist/vue2/lib/callbar-button-with-dropdown.js.map +1 -0
  15. package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.cjs +9 -1
  16. package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.cjs.map +1 -1
  17. package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.js +9 -1
  18. package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.js.map +1 -1
  19. package/dist/vue2/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.cjs +258 -0
  20. package/dist/vue2/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.cjs.map +1 -0
  21. package/dist/vue2/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.js +258 -0
  22. package/dist/vue2/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.js.map +1 -0
  23. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +9 -1
  24. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -1
  25. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +9 -1
  26. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -1
  27. package/dist/vue2/types/index.d.ts +1 -0
  28. package/dist/vue2/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +9 -0
  29. package/dist/vue2/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
  30. package/dist/vue2/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +167 -0
  31. package/dist/vue2/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -0
  32. package/dist/vue2/types/recipes/buttons/callbar_button_with_dropdown/index.d.ts +2 -0
  33. package/dist/vue2/types/recipes/buttons/callbar_button_with_dropdown/index.d.ts.map +1 -0
  34. package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +9 -0
  35. package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
  36. package/dist/vue3/component-documentation.json +1 -1
  37. package/dist/vue3/dialtone-vue.cjs +2 -0
  38. package/dist/vue3/dialtone-vue.cjs.map +1 -1
  39. package/dist/vue3/dialtone-vue.js +42 -40
  40. package/dist/vue3/dialtone-vue.js.map +1 -1
  41. package/dist/vue3/lib/callbar-button-with-dropdown.cjs +5 -0
  42. package/dist/vue3/lib/callbar-button-with-dropdown.cjs.map +1 -0
  43. package/dist/vue3/lib/callbar-button-with-dropdown.js +5 -0
  44. package/dist/vue3/lib/callbar-button-with-dropdown.js.map +1 -0
  45. package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.cjs +10 -1
  46. package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.cjs.map +1 -1
  47. package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.js +10 -1
  48. package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.js.map +1 -1
  49. package/dist/vue3/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.cjs +321 -0
  50. package/dist/vue3/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.cjs.map +1 -0
  51. package/dist/vue3/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.js +321 -0
  52. package/dist/vue3/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.js.map +1 -0
  53. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +10 -1
  54. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -1
  55. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +10 -1
  56. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -1
  57. package/dist/vue3/types/index.d.ts +1 -0
  58. package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +9 -0
  59. package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
  60. package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +180 -0
  61. package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -0
  62. package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/index.d.ts +2 -0
  63. package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/index.d.ts.map +1 -0
  64. package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +9 -0
  65. package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
  66. package/package.json +3 -3

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.