@dialpad/dialtone 9.70.0-beta.1 → 9.70.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 (105) hide show
  1. package/dist/tokens/doc.json +3640 -3640
  2. package/dist/tokens/themes/types/config.d.ts +2 -0
  3. package/dist/tokens/themes/types/config.d.ts.map +1 -0
  4. package/dist/{themes → tokens/themes}/types/dp-dark.d.ts.map +1 -1
  5. package/dist/{themes → tokens/themes}/types/dp-light.d.ts.map +1 -1
  6. package/dist/tokens/themes/types/expressive-dark.d.ts.map +1 -0
  7. package/dist/tokens/themes/types/expressive-light.d.ts.map +1 -0
  8. package/dist/tokens/themes/types/expressive-sm-dark.d.ts.map +1 -0
  9. package/dist/tokens/themes/types/expressive-sm-light.d.ts.map +1 -0
  10. package/dist/{themes → tokens/themes}/types/tmo-dark.d.ts.map +1 -1
  11. package/dist/{themes → tokens/themes}/types/tmo-light.d.ts.map +1 -1
  12. package/dist/vue2/lib/contact-centers-row.cjs +5 -5
  13. package/dist/vue2/lib/contact-centers-row.cjs.map +1 -1
  14. package/dist/vue2/lib/contact-centers-row.js +5 -5
  15. package/dist/vue2/lib/contact-centers-row.js.map +1 -1
  16. package/dist/vue2/lib/contact-row.cjs +9 -2
  17. package/dist/vue2/lib/contact-row.cjs.map +1 -1
  18. package/dist/vue2/lib/contact-row.js +9 -2
  19. package/dist/vue2/lib/contact-row.js.map +1 -1
  20. package/dist/vue2/style.css +57 -57
  21. package/dist/vue2/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +7 -7
  22. package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +15 -0
  23. package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
  24. package/dist/vue3/component-documentation.json +1 -1
  25. package/dist/vue3/dialtone-vue.cjs +1 -1
  26. package/dist/vue3/dialtone-vue.js +1 -1
  27. package/dist/vue3/lib/avatar.cjs +45 -31
  28. package/dist/vue3/lib/avatar.cjs.map +1 -1
  29. package/dist/vue3/lib/avatar.js +47 -33
  30. package/dist/vue3/lib/avatar.js.map +1 -1
  31. package/dist/vue3/lib/callbox.cjs +6 -14
  32. package/dist/vue3/lib/callbox.cjs.map +1 -1
  33. package/dist/vue3/lib/callbox.js +7 -15
  34. package/dist/vue3/lib/callbox.js.map +1 -1
  35. package/dist/vue3/lib/contact-centers-row.cjs +5 -5
  36. package/dist/vue3/lib/contact-centers-row.cjs.map +1 -1
  37. package/dist/vue3/lib/contact-centers-row.js +5 -5
  38. package/dist/vue3/lib/contact-centers-row.js.map +1 -1
  39. package/dist/vue3/lib/contact-info.cjs +10 -28
  40. package/dist/vue3/lib/contact-info.cjs.map +1 -1
  41. package/dist/vue3/lib/contact-info.js +11 -29
  42. package/dist/vue3/lib/contact-info.js.map +1 -1
  43. package/dist/vue3/lib/contact-row.cjs +18 -15
  44. package/dist/vue3/lib/contact-row.cjs.map +1 -1
  45. package/dist/vue3/lib/contact-row.js +19 -16
  46. package/dist/vue3/lib/contact-row.js.map +1 -1
  47. package/dist/vue3/lib/feed-item-row.cjs +10 -16
  48. package/dist/vue3/lib/feed-item-row.cjs.map +1 -1
  49. package/dist/vue3/lib/feed-item-row.js +11 -17
  50. package/dist/vue3/lib/feed-item-row.js.map +1 -1
  51. package/dist/vue3/style.css +106 -106
  52. package/dist/vue3/types/common/storybook_utils.d.ts +25 -0
  53. package/dist/vue3/types/common/storybook_utils.d.ts.map +1 -0
  54. package/dist/vue3/types/components/avatar/avatar.vue.d.ts +34 -6
  55. package/dist/vue3/types/components/avatar/avatar.vue.d.ts.map +1 -1
  56. package/dist/vue3/types/components/chip/chip.vue.d.ts +1 -1
  57. package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts +1 -1
  58. package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts +1 -1
  59. package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +1 -1
  60. package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +1 -1
  61. package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +1 -0
  62. package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
  63. package/dist/vue3/types/recipes/item_layout/contact_info/contact_info.vue.d.ts +3 -3
  64. package/dist/vue3/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
  65. package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +7 -7
  66. package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +16 -0
  67. package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
  68. package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
  69. package/package.json +5 -6
  70. package/dist/themes/types/config.d.ts +0 -6
  71. package/dist/themes/types/config.d.ts.map +0 -1
  72. package/dist/themes/types/expressive-dark.d.ts.map +0 -1
  73. package/dist/themes/types/expressive-light.d.ts.map +0 -1
  74. package/dist/themes/types/expressive-sm-dark.d.ts.map +0 -1
  75. package/dist/themes/types/expressive-sm-light.d.ts.map +0 -1
  76. /package/dist/{themes → tokens/themes}/chunks/tokens-base-dark--ozK7f0P.js +0 -0
  77. /package/dist/{themes → tokens/themes}/chunks/tokens-base-dark-V8E4WaJI.js +0 -0
  78. /package/dist/{themes → tokens/themes}/chunks/tokens-base-light-LYlvM3eZ.js +0 -0
  79. /package/dist/{themes → tokens/themes}/chunks/tokens-base-light-ljPrpLe2.js +0 -0
  80. /package/dist/{themes → tokens/themes}/config.cjs +0 -0
  81. /package/dist/{themes → tokens/themes}/config.js +0 -0
  82. /package/dist/{themes → tokens/themes}/dp-dark.cjs +0 -0
  83. /package/dist/{themes → tokens/themes}/dp-dark.js +0 -0
  84. /package/dist/{themes → tokens/themes}/dp-light.cjs +0 -0
  85. /package/dist/{themes → tokens/themes}/dp-light.js +0 -0
  86. /package/dist/{themes → tokens/themes}/expressive-dark.cjs +0 -0
  87. /package/dist/{themes → tokens/themes}/expressive-dark.js +0 -0
  88. /package/dist/{themes → tokens/themes}/expressive-light.cjs +0 -0
  89. /package/dist/{themes → tokens/themes}/expressive-light.js +0 -0
  90. /package/dist/{themes → tokens/themes}/expressive-sm-dark.cjs +0 -0
  91. /package/dist/{themes → tokens/themes}/expressive-sm-dark.js +0 -0
  92. /package/dist/{themes → tokens/themes}/expressive-sm-light.cjs +0 -0
  93. /package/dist/{themes → tokens/themes}/expressive-sm-light.js +0 -0
  94. /package/dist/{themes → tokens/themes}/tmo-dark.cjs +0 -0
  95. /package/dist/{themes → tokens/themes}/tmo-dark.js +0 -0
  96. /package/dist/{themes → tokens/themes}/tmo-light.cjs +0 -0
  97. /package/dist/{themes → tokens/themes}/tmo-light.js +0 -0
  98. /package/dist/{themes → tokens/themes}/types/dp-dark.d.ts +0 -0
  99. /package/dist/{themes → tokens/themes}/types/dp-light.d.ts +0 -0
  100. /package/dist/{themes → tokens/themes}/types/expressive-dark.d.ts +0 -0
  101. /package/dist/{themes → tokens/themes}/types/expressive-light.d.ts +0 -0
  102. /package/dist/{themes → tokens/themes}/types/expressive-sm-dark.d.ts +0 -0
  103. /package/dist/{themes → tokens/themes}/types/expressive-sm-light.d.ts +0 -0
  104. /package/dist/{themes → tokens/themes}/types/tmo-dark.d.ts +0 -0
  105. /package/dist/{themes → tokens/themes}/types/tmo-light.d.ts +0 -0

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.