@dialpad/dialtone 9.72.3 → 9.73.0-beta.2

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 (440) hide show
  1. package/dist/css/dialtone-default-theme.css +635 -48
  2. package/dist/css/dialtone-default-theme.min.css +1 -1
  3. package/dist/css/dialtone.css +263 -24
  4. package/dist/css/dialtone.min.css +1 -1
  5. package/dist/tokens/doc.json +10888 -10888
  6. package/dist/vue2/common/sr_only_close_button.vue.cjs +3 -3
  7. package/dist/vue2/common/sr_only_close_button.vue.cjs.map +1 -1
  8. package/dist/vue2/common/sr_only_close_button.vue.js +3 -3
  9. package/dist/vue2/common/sr_only_close_button.vue.js.map +1 -1
  10. package/dist/vue2/component-documentation.json +1 -1
  11. package/dist/vue2/components/avatar/avatar.vue.cjs +13 -24
  12. package/dist/vue2/components/avatar/avatar.vue.cjs.map +1 -1
  13. package/dist/vue2/components/avatar/avatar.vue.js +13 -24
  14. package/dist/vue2/components/avatar/avatar.vue.js.map +1 -1
  15. package/dist/vue2/components/badge/badge.vue.cjs +13 -34
  16. package/dist/vue2/components/badge/badge.vue.cjs.map +1 -1
  17. package/dist/vue2/components/badge/badge.vue.js +13 -34
  18. package/dist/vue2/components/badge/badge.vue.js.map +1 -1
  19. package/dist/vue2/components/chip/chip.vue.cjs +4 -4
  20. package/dist/vue2/components/chip/chip.vue.cjs.map +1 -1
  21. package/dist/vue2/components/chip/chip.vue.js +4 -4
  22. package/dist/vue2/components/chip/chip.vue.js.map +1 -1
  23. package/dist/vue2/components/collapsible/collapsible.vue.cjs +4 -3
  24. package/dist/vue2/components/collapsible/collapsible.vue.cjs.map +1 -1
  25. package/dist/vue2/components/collapsible/collapsible.vue.js +4 -3
  26. package/dist/vue2/components/collapsible/collapsible.vue.js.map +1 -1
  27. package/dist/vue2/components/datepicker/modules/month-year-picker.vue.cjs +14 -6
  28. package/dist/vue2/components/datepicker/modules/month-year-picker.vue.cjs.map +1 -1
  29. package/dist/vue2/components/datepicker/modules/month-year-picker.vue.js +14 -6
  30. package/dist/vue2/components/datepicker/modules/month-year-picker.vue.js.map +1 -1
  31. package/dist/vue2/components/emoji_picker/modules/emoji_search.vue.cjs +6 -5
  32. package/dist/vue2/components/emoji_picker/modules/emoji_search.vue.cjs.map +1 -1
  33. package/dist/vue2/components/emoji_picker/modules/emoji_search.vue.js +6 -5
  34. package/dist/vue2/components/emoji_picker/modules/emoji_search.vue.js.map +1 -1
  35. package/dist/vue2/components/emoji_picker/modules/emoji_tabset.vue.cjs +23 -14
  36. package/dist/vue2/components/emoji_picker/modules/emoji_tabset.vue.cjs.map +1 -1
  37. package/dist/vue2/components/emoji_picker/modules/emoji_tabset.vue.js +23 -14
  38. package/dist/vue2/components/emoji_picker/modules/emoji_tabset.vue.js.map +1 -1
  39. package/dist/vue2/components/empty_state/empty_state.vue.cjs +20 -80
  40. package/dist/vue2/components/empty_state/empty_state.vue.cjs.map +1 -1
  41. package/dist/vue2/components/empty_state/empty_state.vue.js +21 -81
  42. package/dist/vue2/components/empty_state/empty_state.vue.js.map +1 -1
  43. package/dist/vue2/components/empty_state/empty_state_constants.cjs +18 -0
  44. package/dist/vue2/components/empty_state/empty_state_constants.cjs.map +1 -1
  45. package/dist/vue2/components/empty_state/empty_state_constants.js +18 -0
  46. package/dist/vue2/components/empty_state/empty_state_constants.js.map +1 -1
  47. package/dist/vue2/components/icon/icon.vue.cjs +2 -2
  48. package/dist/vue2/components/icon/icon.vue.js +2 -2
  49. package/dist/vue2/components/illustration/illustration.vue.cjs +2 -2
  50. package/dist/vue2/components/illustration/illustration.vue.js +2 -2
  51. package/dist/vue2/components/image_viewer/image_viewer.vue.cjs +4 -4
  52. package/dist/vue2/components/image_viewer/image_viewer.vue.cjs.map +1 -1
  53. package/dist/vue2/components/image_viewer/image_viewer.vue.js +4 -4
  54. package/dist/vue2/components/image_viewer/image_viewer.vue.js.map +1 -1
  55. package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.cjs +24 -9
  56. package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.cjs.map +1 -1
  57. package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.js +22 -7
  58. package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.js.map +1 -1
  59. package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut_constants.cjs +8 -14
  60. package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut_constants.cjs.map +1 -1
  61. package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut_constants.js +9 -15
  62. package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut_constants.js.map +1 -1
  63. package/dist/vue2/components/list_item/list_item.vue.cjs +3 -3
  64. package/dist/vue2/components/list_item/list_item.vue.cjs.map +1 -1
  65. package/dist/vue2/components/list_item/list_item.vue.js +3 -3
  66. package/dist/vue2/components/list_item/list_item.vue.js.map +1 -1
  67. package/dist/vue2/components/modal/modal.vue.cjs +4 -4
  68. package/dist/vue2/components/modal/modal.vue.cjs.map +1 -1
  69. package/dist/vue2/components/modal/modal.vue.js +4 -4
  70. package/dist/vue2/components/modal/modal.vue.js.map +1 -1
  71. package/dist/vue2/components/notice/notice_action.vue.cjs +4 -4
  72. package/dist/vue2/components/notice/notice_action.vue.cjs.map +1 -1
  73. package/dist/vue2/components/notice/notice_action.vue.js +4 -4
  74. package/dist/vue2/components/notice/notice_action.vue.js.map +1 -1
  75. package/dist/vue2/components/notice/notice_icon.vue.cjs +12 -8
  76. package/dist/vue2/components/notice/notice_icon.vue.cjs.map +1 -1
  77. package/dist/vue2/components/notice/notice_icon.vue.js +12 -8
  78. package/dist/vue2/components/notice/notice_icon.vue.js.map +1 -1
  79. package/dist/vue2/components/pagination/pagination.vue.cjs +11 -5
  80. package/dist/vue2/components/pagination/pagination.vue.cjs.map +1 -1
  81. package/dist/vue2/components/pagination/pagination.vue.js +11 -5
  82. package/dist/vue2/components/pagination/pagination.vue.js.map +1 -1
  83. package/dist/vue2/components/popover/popover_header_footer.vue.cjs +4 -4
  84. package/dist/vue2/components/popover/popover_header_footer.vue.cjs.map +1 -1
  85. package/dist/vue2/components/popover/popover_header_footer.vue.js +4 -4
  86. package/dist/vue2/components/popover/popover_header_footer.vue.js.map +1 -1
  87. package/dist/vue2/dialtone-vue.cjs +0 -3
  88. package/dist/vue2/dialtone-vue.cjs.map +1 -1
  89. package/dist/vue2/dialtone-vue.js +2 -5
  90. package/dist/vue2/lib/general-row.cjs +0 -1
  91. package/dist/vue2/lib/general-row.cjs.map +1 -1
  92. package/dist/vue2/lib/general-row.js +1 -2
  93. package/dist/vue2/lib/keyboard-shortcut.cjs +0 -2
  94. package/dist/vue2/lib/keyboard-shortcut.cjs.map +1 -1
  95. package/dist/vue2/lib/keyboard-shortcut.js +2 -4
  96. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +5 -5
  97. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -1
  98. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +5 -5
  99. package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -1
  100. package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.cjs +25 -5
  101. package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.cjs.map +1 -1
  102. package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.js +26 -6
  103. package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.js.map +1 -1
  104. package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs +5 -4
  105. package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs.map +1 -1
  106. package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js +5 -4
  107. package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js.map +1 -1
  108. package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs +3 -3
  109. package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs.map +1 -1
  110. package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js +3 -3
  111. package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js.map +1 -1
  112. package/dist/vue2/recipes/conversation_view/editor/editor.vue.cjs +35 -22
  113. package/dist/vue2/recipes/conversation_view/editor/editor.vue.cjs.map +1 -1
  114. package/dist/vue2/recipes/conversation_view/editor/editor.vue.js +35 -22
  115. package/dist/vue2/recipes/conversation_view/editor/editor.vue.js.map +1 -1
  116. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +7 -6
  117. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs.map +1 -1
  118. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.js +7 -6
  119. package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -1
  120. package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs +9 -17
  121. package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs.map +1 -1
  122. package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.js +9 -17
  123. package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.js.map +1 -1
  124. package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs +6 -5
  125. package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs.map +1 -1
  126. package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js +6 -5
  127. package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js.map +1 -1
  128. package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs +22 -11
  129. package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -1
  130. package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.js +22 -11
  131. package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.js.map +1 -1
  132. package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.cjs +6 -6
  133. package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.cjs.map +1 -1
  134. package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.js +6 -6
  135. package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.js.map +1 -1
  136. package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.cjs +14 -10
  137. package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -1
  138. package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.js +14 -10
  139. package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -1
  140. package/dist/vue2/recipes/leftbar/callbox/callbox.vue.cjs +6 -3
  141. package/dist/vue2/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -1
  142. package/dist/vue2/recipes/leftbar/callbox/callbox.vue.js +6 -3
  143. package/dist/vue2/recipes/leftbar/callbox/callbox.vue.js.map +1 -1
  144. package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.cjs +6 -5
  145. package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.cjs.map +1 -1
  146. package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.js +6 -5
  147. package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -1
  148. package/dist/vue2/recipes/leftbar/general_row/general_row.vue.cjs +8 -7
  149. package/dist/vue2/recipes/leftbar/general_row/general_row.vue.cjs.map +1 -1
  150. package/dist/vue2/recipes/leftbar/general_row/general_row.vue.js +8 -7
  151. package/dist/vue2/recipes/leftbar/general_row/general_row.vue.js.map +1 -1
  152. package/dist/vue2/recipes/leftbar/general_row/general_row_constants.cjs +0 -17
  153. package/dist/vue2/recipes/leftbar/general_row/general_row_constants.cjs.map +1 -1
  154. package/dist/vue2/recipes/leftbar/general_row/general_row_constants.js +0 -17
  155. package/dist/vue2/recipes/leftbar/general_row/general_row_constants.js.map +1 -1
  156. package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs +36 -4
  157. package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs.map +1 -1
  158. package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js +37 -5
  159. package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js.map +1 -1
  160. package/dist/vue2/recipes/leftbar/group_row/group_row.vue.cjs +3 -3
  161. package/dist/vue2/recipes/leftbar/group_row/group_row.vue.cjs.map +1 -1
  162. package/dist/vue2/recipes/leftbar/group_row/group_row.vue.js +3 -3
  163. package/dist/vue2/recipes/leftbar/group_row/group_row.vue.js.map +1 -1
  164. package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.cjs +4 -3
  165. package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.cjs.map +1 -1
  166. package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.js +4 -3
  167. package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.js.map +1 -1
  168. package/dist/vue2/style.css +127 -124
  169. package/dist/vue2/types/components/avatar/avatar.vue.d.ts +4 -34
  170. package/dist/vue2/types/components/avatar/avatar.vue.d.ts.map +1 -1
  171. package/dist/vue2/types/components/badge/badge.vue.d.ts +16 -45
  172. package/dist/vue2/types/components/badge/badge.vue.d.ts.map +1 -1
  173. package/dist/vue2/types/components/chip/chip.vue.d.ts +1 -1
  174. package/dist/vue2/types/components/collapsible/collapsible.vue.d.ts +1 -1
  175. package/dist/vue2/types/components/collapsible/collapsible.vue.d.ts.map +1 -1
  176. package/dist/vue2/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts +1 -67
  177. package/dist/vue2/types/components/empty_state/empty_state_constants.d.ts +27 -0
  178. package/dist/vue2/types/components/keyboard_shortcut/index.d.ts +1 -1
  179. package/dist/vue2/types/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts +7 -15
  180. package/dist/vue2/types/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts.map +1 -1
  181. package/dist/vue2/types/components/keyboard_shortcut/keyboard_shortcut_constants.d.ts +0 -11
  182. package/dist/vue2/types/components/keyboard_shortcut/keyboard_shortcut_constants.d.ts.map +1 -1
  183. package/dist/vue2/types/components/modal/modal.vue.d.ts +4 -6
  184. package/dist/vue2/types/components/modal/modal.vue.d.ts.map +1 -1
  185. package/dist/vue2/types/components/notice/notice_action.vue.d.ts +5 -4
  186. package/dist/vue2/types/components/notice/notice_action.vue.d.ts.map +1 -1
  187. package/dist/vue2/types/components/notice/notice_icon.vue.d.ts +1 -1
  188. package/dist/vue2/types/components/notice/notice_icon.vue.d.ts.map +1 -1
  189. package/dist/vue2/types/components/pagination/pagination.vue.d.ts.map +1 -1
  190. package/dist/vue2/types/components/split_button/split_button-omega.vue.d.ts +1 -1
  191. package/dist/vue2/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +1 -1
  192. package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +1 -1
  193. package/dist/vue2/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
  194. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
  195. package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts +8 -8
  196. package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
  197. package/dist/vue2/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +0 -1
  198. package/dist/vue2/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
  199. package/dist/vue2/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts +2 -16
  200. package/dist/vue2/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts.map +1 -1
  201. package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts +4 -6
  202. package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
  203. package/dist/vue2/types/recipes/item_layout/contact_info/contact_info.vue.d.ts +3 -16
  204. package/dist/vue2/types/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +1 -1
  205. package/dist/vue2/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
  206. package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +0 -1
  207. package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
  208. package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
  209. package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
  210. package/dist/vue2/types/recipes/leftbar/general_row/general_row_constants.d.ts +0 -6
  211. package/dist/vue2/types/recipes/leftbar/general_row/general_row_constants.d.ts.map +1 -1
  212. package/dist/vue2/types/recipes/leftbar/general_row/index.d.ts +1 -1
  213. package/dist/vue2/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts +1 -1
  214. package/dist/vue2/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts.map +1 -1
  215. package/dist/vue3/common/sr_only_close_button.vue.cjs +4 -4
  216. package/dist/vue3/common/sr_only_close_button.vue.cjs.map +1 -1
  217. package/dist/vue3/common/sr_only_close_button.vue.js +4 -4
  218. package/dist/vue3/common/sr_only_close_button.vue.js.map +1 -1
  219. package/dist/vue3/component-documentation.json +1 -1
  220. package/dist/vue3/components/avatar/avatar.vue.cjs +30 -41
  221. package/dist/vue3/components/avatar/avatar.vue.cjs.map +1 -1
  222. package/dist/vue3/components/avatar/avatar.vue.js +32 -43
  223. package/dist/vue3/components/avatar/avatar.vue.js.map +1 -1
  224. package/dist/vue3/components/badge/badge.vue.cjs +22 -39
  225. package/dist/vue3/components/badge/badge.vue.cjs.map +1 -1
  226. package/dist/vue3/components/badge/badge.vue.js +23 -40
  227. package/dist/vue3/components/badge/badge.vue.js.map +1 -1
  228. package/dist/vue3/components/chip/chip.vue.cjs +4 -7
  229. package/dist/vue3/components/chip/chip.vue.cjs.map +1 -1
  230. package/dist/vue3/components/chip/chip.vue.js +4 -7
  231. package/dist/vue3/components/chip/chip.vue.js.map +1 -1
  232. package/dist/vue3/components/collapsible/collapsible.vue.cjs +12 -6
  233. package/dist/vue3/components/collapsible/collapsible.vue.cjs.map +1 -1
  234. package/dist/vue3/components/collapsible/collapsible.vue.js +12 -6
  235. package/dist/vue3/components/collapsible/collapsible.vue.js.map +1 -1
  236. package/dist/vue3/components/datepicker/modules/month-year-picker.vue.cjs +5 -17
  237. package/dist/vue3/components/datepicker/modules/month-year-picker.vue.cjs.map +1 -1
  238. package/dist/vue3/components/datepicker/modules/month-year-picker.vue.js +5 -17
  239. package/dist/vue3/components/datepicker/modules/month-year-picker.vue.js.map +1 -1
  240. package/dist/vue3/components/emoji_picker/modules/emoji_search.vue.cjs +4 -9
  241. package/dist/vue3/components/emoji_picker/modules/emoji_search.vue.cjs.map +1 -1
  242. package/dist/vue3/components/emoji_picker/modules/emoji_search.vue.js +5 -10
  243. package/dist/vue3/components/emoji_picker/modules/emoji_search.vue.js.map +1 -1
  244. package/dist/vue3/components/emoji_picker/modules/emoji_tabset.vue.cjs +11 -14
  245. package/dist/vue3/components/emoji_picker/modules/emoji_tabset.vue.cjs.map +1 -1
  246. package/dist/vue3/components/emoji_picker/modules/emoji_tabset.vue.js +12 -15
  247. package/dist/vue3/components/emoji_picker/modules/emoji_tabset.vue.js.map +1 -1
  248. package/dist/vue3/components/empty_state/empty_state.vue.cjs +19 -92
  249. package/dist/vue3/components/empty_state/empty_state.vue.cjs.map +1 -1
  250. package/dist/vue3/components/empty_state/empty_state.vue.js +20 -93
  251. package/dist/vue3/components/empty_state/empty_state.vue.js.map +1 -1
  252. package/dist/vue3/components/empty_state/empty_state_constants.cjs +18 -0
  253. package/dist/vue3/components/empty_state/empty_state_constants.cjs.map +1 -1
  254. package/dist/vue3/components/empty_state/empty_state_constants.js +18 -0
  255. package/dist/vue3/components/empty_state/empty_state_constants.js.map +1 -1
  256. package/dist/vue3/components/icon/icon.vue.cjs +2 -2
  257. package/dist/vue3/components/icon/icon.vue.js +2 -2
  258. package/dist/vue3/components/illustration/illustration.vue.cjs +2 -2
  259. package/dist/vue3/components/illustration/illustration.vue.js +2 -2
  260. package/dist/vue3/components/image_viewer/image_viewer.vue.cjs +4 -5
  261. package/dist/vue3/components/image_viewer/image_viewer.vue.cjs.map +1 -1
  262. package/dist/vue3/components/image_viewer/image_viewer.vue.js +4 -5
  263. package/dist/vue3/components/image_viewer/image_viewer.vue.js.map +1 -1
  264. package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.cjs +24 -11
  265. package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.cjs.map +1 -1
  266. package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.js +23 -10
  267. package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.js.map +1 -1
  268. package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut_constants.cjs +8 -14
  269. package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut_constants.cjs.map +1 -1
  270. package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut_constants.js +9 -15
  271. package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut_constants.js.map +1 -1
  272. package/dist/vue3/components/list_item/list_item.vue.cjs +4 -5
  273. package/dist/vue3/components/list_item/list_item.vue.cjs.map +1 -1
  274. package/dist/vue3/components/list_item/list_item.vue.js +4 -5
  275. package/dist/vue3/components/list_item/list_item.vue.js.map +1 -1
  276. package/dist/vue3/components/modal/modal.vue.cjs +4 -7
  277. package/dist/vue3/components/modal/modal.vue.cjs.map +1 -1
  278. package/dist/vue3/components/modal/modal.vue.js +4 -7
  279. package/dist/vue3/components/modal/modal.vue.js.map +1 -1
  280. package/dist/vue3/components/notice/notice_action.vue.cjs +4 -7
  281. package/dist/vue3/components/notice/notice_action.vue.cjs.map +1 -1
  282. package/dist/vue3/components/notice/notice_action.vue.js +4 -7
  283. package/dist/vue3/components/notice/notice_action.vue.js.map +1 -1
  284. package/dist/vue3/components/notice/notice_icon.vue.cjs +12 -12
  285. package/dist/vue3/components/notice/notice_icon.vue.cjs.map +1 -1
  286. package/dist/vue3/components/notice/notice_icon.vue.js +13 -13
  287. package/dist/vue3/components/notice/notice_icon.vue.js.map +1 -1
  288. package/dist/vue3/components/pagination/pagination.vue.cjs +10 -15
  289. package/dist/vue3/components/pagination/pagination.vue.cjs.map +1 -1
  290. package/dist/vue3/components/pagination/pagination.vue.js +10 -15
  291. package/dist/vue3/components/pagination/pagination.vue.js.map +1 -1
  292. package/dist/vue3/components/popover/popover_header_footer.vue.cjs +4 -7
  293. package/dist/vue3/components/popover/popover_header_footer.vue.cjs.map +1 -1
  294. package/dist/vue3/components/popover/popover_header_footer.vue.js +4 -7
  295. package/dist/vue3/components/popover/popover_header_footer.vue.js.map +1 -1
  296. package/dist/vue3/dialtone-vue.cjs +0 -3
  297. package/dist/vue3/dialtone-vue.cjs.map +1 -1
  298. package/dist/vue3/dialtone-vue.js +2 -5
  299. package/dist/vue3/lib/general-row.cjs +0 -1
  300. package/dist/vue3/lib/general-row.cjs.map +1 -1
  301. package/dist/vue3/lib/general-row.js +1 -2
  302. package/dist/vue3/lib/keyboard-shortcut.cjs +0 -2
  303. package/dist/vue3/lib/keyboard-shortcut.cjs.map +1 -1
  304. package/dist/vue3/lib/keyboard-shortcut.js +2 -4
  305. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +4 -5
  306. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -1
  307. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +4 -5
  308. package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -1
  309. package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.cjs +27 -11
  310. package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.cjs.map +1 -1
  311. package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.js +29 -13
  312. package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.js.map +1 -1
  313. package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs +7 -11
  314. package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs.map +1 -1
  315. package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js +7 -11
  316. package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js.map +1 -1
  317. package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs +4 -7
  318. package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs.map +1 -1
  319. package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js +4 -7
  320. package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js.map +1 -1
  321. package/dist/vue3/recipes/conversation_view/editor/editor.vue.cjs +33 -25
  322. package/dist/vue3/recipes/conversation_view/editor/editor.vue.cjs.map +1 -1
  323. package/dist/vue3/recipes/conversation_view/editor/editor.vue.js +34 -26
  324. package/dist/vue3/recipes/conversation_view/editor/editor.vue.js.map +1 -1
  325. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +14 -7
  326. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs.map +1 -1
  327. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.js +15 -8
  328. package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -1
  329. package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs +23 -25
  330. package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs.map +1 -1
  331. package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.js +24 -26
  332. package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.js.map +1 -1
  333. package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs +8 -12
  334. package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs.map +1 -1
  335. package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js +8 -12
  336. package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js.map +1 -1
  337. package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.cjs +29 -18
  338. package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -1
  339. package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.js +29 -18
  340. package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.js.map +1 -1
  341. package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.cjs +6 -12
  342. package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.cjs.map +1 -1
  343. package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.js +6 -12
  344. package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.js.map +1 -1
  345. package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.cjs +33 -13
  346. package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -1
  347. package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.js +34 -14
  348. package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -1
  349. package/dist/vue3/recipes/leftbar/callbox/callbox.vue.cjs +13 -4
  350. package/dist/vue3/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -1
  351. package/dist/vue3/recipes/leftbar/callbox/callbox.vue.js +14 -5
  352. package/dist/vue3/recipes/leftbar/callbox/callbox.vue.js.map +1 -1
  353. package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.cjs +13 -7
  354. package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.cjs.map +1 -1
  355. package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.js +14 -8
  356. package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -1
  357. package/dist/vue3/recipes/leftbar/general_row/general_row.vue.cjs +9 -13
  358. package/dist/vue3/recipes/leftbar/general_row/general_row.vue.cjs.map +1 -1
  359. package/dist/vue3/recipes/leftbar/general_row/general_row.vue.js +9 -13
  360. package/dist/vue3/recipes/leftbar/general_row/general_row.vue.js.map +1 -1
  361. package/dist/vue3/recipes/leftbar/general_row/general_row_constants.cjs +0 -17
  362. package/dist/vue3/recipes/leftbar/general_row/general_row_constants.cjs.map +1 -1
  363. package/dist/vue3/recipes/leftbar/general_row/general_row_constants.js +0 -17
  364. package/dist/vue3/recipes/leftbar/general_row/general_row_constants.js.map +1 -1
  365. package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs +39 -11
  366. package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs.map +1 -1
  367. package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js +41 -13
  368. package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js.map +1 -1
  369. package/dist/vue3/recipes/leftbar/group_row/group_row.vue.cjs +4 -7
  370. package/dist/vue3/recipes/leftbar/group_row/group_row.vue.cjs.map +1 -1
  371. package/dist/vue3/recipes/leftbar/group_row/group_row.vue.js +4 -7
  372. package/dist/vue3/recipes/leftbar/group_row/group_row.vue.js.map +1 -1
  373. package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.cjs +11 -6
  374. package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.cjs.map +1 -1
  375. package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.js +12 -7
  376. package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.js.map +1 -1
  377. package/dist/vue3/style.css +127 -124
  378. package/dist/vue3/types/components/avatar/avatar.vue.d.ts +5 -33
  379. package/dist/vue3/types/components/avatar/avatar.vue.d.ts.map +1 -1
  380. package/dist/vue3/types/components/badge/badge.vue.d.ts +17 -34
  381. package/dist/vue3/types/components/badge/badge.vue.d.ts.map +1 -1
  382. package/dist/vue3/types/components/chip/chip.vue.d.ts +1 -1
  383. package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts +1 -1
  384. package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts.map +1 -1
  385. package/dist/vue3/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts.map +1 -1
  386. package/dist/vue3/types/components/empty_state/empty_state.vue.d.ts +4 -0
  387. package/dist/vue3/types/components/empty_state/empty_state.vue.d.ts.map +1 -1
  388. package/dist/vue3/types/components/empty_state/empty_state_constants.d.ts +27 -0
  389. package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
  390. package/dist/vue3/types/components/keyboard_shortcut/index.d.ts +1 -1
  391. package/dist/vue3/types/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts +210 -15
  392. package/dist/vue3/types/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts.map +1 -1
  393. package/dist/vue3/types/components/keyboard_shortcut/keyboard_shortcut_constants.d.ts +0 -11
  394. package/dist/vue3/types/components/keyboard_shortcut/keyboard_shortcut_constants.d.ts.map +1 -1
  395. package/dist/vue3/types/components/list_item/list_item.vue.d.ts +2 -8
  396. package/dist/vue3/types/components/list_item/list_item.vue.d.ts.map +1 -1
  397. package/dist/vue3/types/components/notice/notice_action.vue.d.ts +5 -4
  398. package/dist/vue3/types/components/notice/notice_action.vue.d.ts.map +1 -1
  399. package/dist/vue3/types/components/notice/notice_icon.vue.d.ts +30 -1
  400. package/dist/vue3/types/components/notice/notice_icon.vue.d.ts.map +1 -1
  401. package/dist/vue3/types/components/pagination/pagination.vue.d.ts.map +1 -1
  402. package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts +1 -1
  403. package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +1 -1
  404. package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +1 -1
  405. package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +30 -1
  406. package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
  407. package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
  408. package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts +240 -8
  409. package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
  410. package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +0 -1
  411. package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
  412. package/dist/vue3/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts +31 -16
  413. package/dist/vue3/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts.map +1 -1
  414. package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts +4 -6
  415. package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
  416. package/dist/vue3/types/recipes/item_layout/contact_info/contact_info.vue.d.ts +3 -16
  417. package/dist/vue3/types/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +1 -1
  418. package/dist/vue3/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
  419. package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +0 -1
  420. package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
  421. package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
  422. package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
  423. package/dist/vue3/types/recipes/leftbar/general_row/general_row_constants.d.ts +0 -6
  424. package/dist/vue3/types/recipes/leftbar/general_row/general_row_constants.d.ts.map +1 -1
  425. package/dist/vue3/types/recipes/leftbar/general_row/index.d.ts +1 -1
  426. package/dist/vue3/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts +30 -1
  427. package/dist/vue3/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts.map +1 -1
  428. package/package.json +3 -3
  429. package/dist/vue2/common/storybook_utils.cjs +0 -8
  430. package/dist/vue2/common/storybook_utils.cjs.map +0 -1
  431. package/dist/vue2/common/storybook_utils.js +0 -8
  432. package/dist/vue2/common/storybook_utils.js.map +0 -1
  433. package/dist/vue2/types/common/storybook_utils.d.ts +0 -35
  434. package/dist/vue2/types/common/storybook_utils.d.ts.map +0 -1
  435. package/dist/vue3/common/storybook_utils.cjs +0 -8
  436. package/dist/vue3/common/storybook_utils.cjs.map +0 -1
  437. package/dist/vue3/common/storybook_utils.js +0 -8
  438. package/dist/vue3/common/storybook_utils.js.map +0 -1
  439. package/dist/vue3/types/common/storybook_utils.d.ts +0 -25
  440. package/dist/vue3/types/common/storybook_utils.d.ts.map +0 -1
@@ -565,42 +565,42 @@
565
565
  line-height: var(--dt-font-line-height-100);
566
566
  font-variant: tabular-nums;
567
567
  }
568
- .dt-feed-item-row[data-v-047dcbe5] {
568
+ .dt-feed-item-row[data-v-90e0798e] {
569
569
  width: var(--dt-size-100-percent);
570
570
  box-sizing: border-box;
571
571
  position: relative;
572
572
  padding: var(--dt-space-300) var(--dt-space-500);
573
573
  }
574
- .dt-feed-item-row[data-v-047dcbe5]:focus-visible {
574
+ .dt-feed-item-row[data-v-90e0798e]:focus-visible {
575
575
  box-shadow: var(--dt-shadow-focus-inset);
576
576
  }
577
- .dt-feed-item-row--state-searched[data-v-047dcbe5] {
577
+ .dt-feed-item-row--state-searched[data-v-90e0798e] {
578
578
  background-color: var(--dt-color-surface-warning-subtle);
579
579
  }
580
- .dt-feed-item-row--state-error[data-v-047dcbe5] {
580
+ .dt-feed-item-row--state-error[data-v-90e0798e] {
581
581
  background-color: var(--dt-color-surface-critical-subtle);
582
582
  }
583
- .dt-feed-item-row--active[data-v-047dcbe5] {
583
+ .dt-feed-item-row--active[data-v-90e0798e] {
584
584
  background-color: var(--dt-color-surface-secondary-opaque);
585
585
  }
586
- .dt-feed-item-row--state-transition[data-v-047dcbe5] {
586
+ .dt-feed-item-row--state-transition[data-v-90e0798e] {
587
587
  transition-duration: 2s;
588
588
  transition-delay: 0s;
589
589
  transition-timing-function: var(--ttf-in-out);
590
590
  transition-property: background-color;
591
591
  }
592
- .dt-feed-item-row__avatar-container[data-v-047dcbe5] {
592
+ .dt-feed-item-row__avatar-container[data-v-90e0798e] {
593
593
  padding-top: var(--dt-space-300);
594
594
  padding-bottom: var(--dt-space-300);
595
595
  }
596
- .dt-feed-item-row__content[data-v-047dcbe5] {
596
+ .dt-feed-item-row__content[data-v-90e0798e] {
597
597
  padding-left: var(--dt-space-300);
598
598
  }
599
- .dt-feed-item-row__attachment[data-v-047dcbe5] {
599
+ .dt-feed-item-row__attachment[data-v-90e0798e] {
600
600
  padding-top: var(--dt-space-200);
601
601
  padding-bottom: var(--dt-space-300);
602
602
  }
603
- .dt-feed-item-row__attachment[data-v-047dcbe5] .dt-feed-item-row__image {
603
+ .dt-feed-item-row__attachment[data-v-90e0798e] .dt-feed-item-row__image {
604
604
  border: var(--dt-color-border-subtle) solid var(--dt-size-border-100);
605
605
  border-radius: var(--dt-size-radius-400);
606
606
  display: block;
@@ -609,11 +609,11 @@
609
609
  min-width: 5.6rem;
610
610
  min-height: 5.6rem;
611
611
  }
612
- .dt-feed-item-row__attachment[data-v-047dcbe5] .dt-feed-item-row__video {
612
+ .dt-feed-item-row__attachment[data-v-90e0798e] .dt-feed-item-row__video {
613
613
  display: block;
614
614
  height: 25rem;
615
615
  }
616
- .dt-feed-item-row__header[data-v-047dcbe5] {
616
+ .dt-feed-item-row__header[data-v-90e0798e] {
617
617
  display: flex;
618
618
  align-items: baseline;
619
619
  flex-wrap: wrap;
@@ -621,43 +621,43 @@
621
621
  font-size: var(--dt-font-size-200);
622
622
  line-height: var(--dt-font-line-height-300);
623
623
  }
624
- .dt-feed-item-row__header__name[data-v-047dcbe5] {
624
+ .dt-feed-item-row__header__name[data-v-90e0798e] {
625
625
  font-weight: var(--dt-font-weight-bold);
626
626
  }
627
- .dt-feed-item-row__header__time[data-v-047dcbe5] {
627
+ .dt-feed-item-row__header__time[data-v-90e0798e] {
628
628
  font-size: var(--dt-font-size-100);
629
629
  color: var(--dt-color-foreground-tertiary);
630
630
  flex-shrink: 0;
631
631
  }
632
- .dt-feed-item-row__reactions[data-v-047dcbe5] {
632
+ .dt-feed-item-row__reactions[data-v-90e0798e] {
633
633
  display: flex;
634
634
  flex-wrap: wrap;
635
635
  padding-top: var(--dt-space-200);
636
636
  padding-bottom: var(--dt-space-200);
637
637
  padding-left: var(--dt-space-300);
638
638
  }
639
- .dt-feed-item-row__threading[data-v-047dcbe5] {
639
+ .dt-feed-item-row__threading[data-v-90e0798e] {
640
640
  padding-top: var(--dt-space-200);
641
641
  padding-bottom: var(--dt-space-200);
642
642
  }
643
- .dt-feed-item-row__left-time[data-v-047dcbe5] {
643
+ .dt-feed-item-row__left-time[data-v-90e0798e] {
644
644
  color: var(--dt-color-foreground-tertiary);
645
645
  font-size: var(--dt-font-size-100);
646
646
  font-weight: var(--dt-font-weight-normal);
647
647
  vertical-align: middle;
648
648
  white-space: nowrap;
649
649
  }
650
- .dt-feed-item-row__menu[data-v-047dcbe5] {
650
+ .dt-feed-item-row__menu[data-v-90e0798e] {
651
651
  position: absolute;
652
652
  top: var(--dt-space-550-negative);
653
653
  right: var(--dt-space-450);
654
654
  }
655
- .dt-feed-item-row[data-v-047dcbe5] > .dt-item-layout {
655
+ .dt-feed-item-row[data-v-90e0798e] > .dt-item-layout {
656
656
  font: var(--dt-typography-body-md-compact);
657
657
  min-height: initial;
658
658
  padding: 0px;
659
659
  }
660
- .dt-feed-item-row[data-v-047dcbe5] > .dt-item-layout > .dt-item-layout--left {
660
+ .dt-feed-item-row[data-v-90e0798e] > .dt-item-layout > .dt-item-layout--left {
661
661
  align-self: flex-start;
662
662
  text-align: end;
663
663
  display: block;
@@ -665,20 +665,20 @@
665
665
  padding-left: var(--dt-space-0);
666
666
  min-width: calc(var(--dt-space-600) + var(--dt-space-300));
667
667
  }
668
- .dt-feed-item-row[data-v-047dcbe5] > .dt-item-layout > .dt-item-layout--right {
668
+ .dt-feed-item-row[data-v-90e0798e] > .dt-item-layout > .dt-item-layout--right {
669
669
  padding: 0;
670
670
  min-width: initial;
671
671
  }
672
- .dt-feed-item-row[data-v-047dcbe5] > .dt-item-layout > .dt-item-layout--content > .dt-item-layout--bottom {
672
+ .dt-feed-item-row[data-v-90e0798e] > .dt-item-layout > .dt-item-layout--content > .dt-item-layout--bottom {
673
673
  display: flex;
674
674
  flex-direction: column;
675
675
  margin-top: 0;
676
676
  }
677
- .dt-recipe-feed-item-pill__wrapper[data-v-dab5b252] {
677
+ .dt-recipe-feed-item-pill__wrapper[data-v-df943928] {
678
678
  background-color: var(--dt-color-surface-secondary);
679
679
  padding: var(--dt-space-400);
680
680
  }
681
- .dt-recipe-feed-item-pill__button[data-v-dab5b252] {
681
+ .dt-recipe-feed-item-pill__button[data-v-df943928] {
682
682
  background-color: var(--dt-color-surface-moderate);
683
683
  text-align: left;
684
684
  width: 100%;
@@ -690,42 +690,45 @@
690
690
  --button-color-text: var(--dt-action-color-foreground-muted-default);
691
691
  --button-border-radius: var(--dt-size-radius-600);
692
692
  }
693
- .dt-recipe-feed-item-pill__layout[data-v-dab5b252] {
693
+ .dt-recipe-feed-item-pill__layout[data-v-df943928] {
694
694
  padding: var(--dt-space-400);
695
695
  gap: var(--dt-space-300);
696
696
  width: 100%;
697
697
  }
698
- .dt-recipe-feed-item-pill__layout[data-v-dab5b252] > .dt-item-layout--left {
698
+ .dt-recipe-feed-item-pill__layout[data-v-df943928] > .dt-item-layout--left {
699
699
  padding-right: var(--dt-space-0);
700
700
  justify-content: center;
701
701
  }
702
- .dt-recipe-feed-item-pill__icon[data-v-dab5b252] {
703
- animation: fade-dab5b252 0.15s ease-in;
702
+ .dt-recipe-feed-item-pill__icon[data-v-df943928] {
703
+ display: flex;
704
+ }
705
+ .dt-recipe-feed-item-pill__icon[data-v-df943928] svg {
706
+ animation: fade-df943928 0.15s ease-in;
704
707
  }
705
- .dt-recipe-feed-item-pill__content[data-v-dab5b252] {
708
+ .dt-recipe-feed-item-pill__content[data-v-df943928] {
706
709
  display: flex;
707
710
  justify-content: center;
708
711
  }
709
- .dt-recipe-feed-item-pill__title[data-v-dab5b252] {
712
+ .dt-recipe-feed-item-pill__title[data-v-df943928] {
710
713
  font-weight: var(--dt-font-weight-bold);
711
714
  }
712
- .dt-recipe-feed-item-pill__border[data-v-dab5b252] {
715
+ .dt-recipe-feed-item-pill__border[data-v-df943928] {
713
716
  border: double 1px transparent;
714
717
  border-radius: var(--dt-size-radius-600);
715
718
  background-origin: border-box;
716
719
  background-clip: content-box, border-box;
717
720
  overflow: hidden;
718
721
  }
719
- .dt-recipe-feed-item-pill__border-default[data-v-dab5b252] {
722
+ .dt-recipe-feed-item-pill__border-default[data-v-df943928] {
720
723
  background: var(--dt-color-border-default);
721
724
  }
722
- .dt-recipe-feed-item-pill__border-ai[data-v-dab5b252] {
725
+ .dt-recipe-feed-item-pill__border-ai[data-v-df943928] {
723
726
  background-image: linear-gradient(var(--dt-color-surface-primary), var(--dt-color-surface-primary)), var(--dt-badge-color-background-ai);
724
727
  }
725
- .dt-recipe-feed-item-pill__border-critical[data-v-dab5b252] {
728
+ .dt-recipe-feed-item-pill__border-critical[data-v-df943928] {
726
729
  background: var(--dt-color-foreground-critical);
727
730
  }
728
- @keyframes fade-dab5b252 {
731
+ @keyframes fade-df943928 {
729
732
  0% {
730
733
  transform: scale(0);
731
734
  }
@@ -814,7 +817,7 @@
814
817
  background-color: var(--dt-color-surface-primary);
815
818
  padding: var(--dt-space-300) var(--dt-space-500);
816
819
  }
817
- .settings-menu-button[data-v-4ee1371d] {
820
+ .settings-menu-button[data-v-be46bf19] {
818
821
  padding: var(--dt-space-0);
819
822
  border-radius: var(--dt-size-550);
820
823
  height: var(--dt-size-600);
@@ -822,38 +825,38 @@
822
825
  color: var(--dt-theme-topbar-button-color-foreground);
823
826
  background-color: var(--dt-theme-topbar-button-color-background);
824
827
  }
825
- .settings-menu-button[data-v-4ee1371d]:hover {
828
+ .settings-menu-button[data-v-be46bf19]:hover {
826
829
  background-color: var(--dt-theme-topbar-button-color-background-hover);
827
830
  color: var(--dt-theme-topbar-button-color-foreground-hover);
828
831
  }
829
- .settings-menu-button[data-v-4ee1371d]:active {
832
+ .settings-menu-button[data-v-be46bf19]:active {
830
833
  background-color: var(--dt-theme-topbar-button-color-background-active);
831
834
  }
832
- .settings-menu-button-update[data-v-4ee1371d] {
835
+ .settings-menu-button-update[data-v-be46bf19] {
833
836
  background-color: hsla(var(--dt-color-blue-200-hsl) / 25%);
834
837
  color: var(--dt-color-blue-500);
835
838
  border-color: hsla(var(--dt-color-blue-200-hsl) / 25%);
836
839
  border-radius: var(--dt-size-radius-pill);
837
840
  height: var(--dt-size-600);
838
841
  }
839
- .settings-menu-button-update[data-v-4ee1371d]:hover {
842
+ .settings-menu-button-update[data-v-be46bf19]:hover {
840
843
  background-color: hsla(var(--dt-color-blue-200-hsl) / 50%);
841
844
  color: var(--dt-theme-topbar-button-color-foreground-hover);
842
845
  }
843
- .dt-contact-info[data-v-7b60b2d6] {
846
+ .dt-contact-info[data-v-3acaa9ec] {
844
847
  --contact-info-avatar-border-color: var(--dt-color-surface-primary);
845
848
  display: flex;
846
849
  }
847
- .dt-contact-info[data-v-7b60b2d6] .dt-item-layout {
850
+ .dt-contact-info[data-v-3acaa9ec] .dt-item-layout {
848
851
  flex: 1 1 0;
849
852
  }
850
- .dt-contact-info[data-v-7b60b2d6] .dt-item-layout--content {
853
+ .dt-contact-info[data-v-3acaa9ec] .dt-item-layout--content {
851
854
  /*
852
855
  DP-74536: Add `min-width` to make the width of "contact info" adjustable.
853
856
  */
854
857
  min-width: var(--dt-space-825);
855
858
  }
856
- .dt-contact-info[data-v-7b60b2d6] .dt-item-layout--left {
859
+ .dt-contact-info[data-v-3acaa9ec] .dt-item-layout--left {
857
860
  /*
858
861
  DP-74536: To make 'Avatar' in fixed position when resizing the window.
859
862
  */
@@ -861,75 +864,75 @@
861
864
  justify-content: flex-start;
862
865
  align-items: center;
863
866
  }
864
- .dt-contact-info[data-v-7b60b2d6] .dt-item-layout--right {
867
+ .dt-contact-info[data-v-3acaa9ec] .dt-item-layout--right {
865
868
  /*
866
869
  DP-74536: Remove `min-width` which cause extra unused empty space on the right of "contact info".
867
870
  */
868
871
  min-width: 0;
869
872
  align-items: center;
870
873
  }
871
- .dt-contact-info__left[data-v-7b60b2d6] {
874
+ .dt-contact-info__left[data-v-3acaa9ec] {
872
875
  position: relative;
873
876
  background-color: transparent;
874
877
  background-image: none;
875
878
  border-width: 0;
876
879
  cursor: pointer;
877
880
  }
878
- .dt-contact-info--avatars[data-v-7b60b2d6] {
881
+ .dt-contact-info--avatars[data-v-3acaa9ec] {
879
882
  margin-right: var(--dt-space-300-negative);
880
883
  display: flex;
881
884
  flex-direction: row;
882
885
  }
883
- .dt-contact-info--avatars .d-avatar[data-v-7b60b2d6] {
886
+ .dt-contact-info--avatars .d-avatar[data-v-3acaa9ec] {
884
887
  border-radius: var(--dt-size-radius-pill);
885
888
  border: var(--dt-size-300) solid var(--contact-info-avatar-border-color);
886
889
  box-sizing: unset;
887
890
  }
888
- .dt-recipe-callbox[data-v-ef08f46e] {
891
+ .dt-recipe-callbox[data-v-8d007874] {
889
892
  padding: 0;
890
893
  color: var(--dt-color-foreground-primary);
891
894
  background-color: var(--dt-color-surface-primary);
892
895
  border-radius: var(--dt-size-radius-300);
893
896
  }
894
- .dt-recipe-callbox--video[data-v-ef08f46e] {
897
+ .dt-recipe-callbox--video[data-v-8d007874] {
895
898
  display: flex;
896
899
  border-radius: var(--dt-size-radius-200) var(--dt-size-radius-200) 0 0;
897
900
  overflow: clip;
898
901
  margin-bottom: var(--dt-space-300-negative);
899
902
  }
900
- .dt-recipe-callbox--main-content[data-v-ef08f46e] {
903
+ .dt-recipe-callbox--main-content[data-v-8d007874] {
901
904
  padding: 0;
902
905
  border-radius: var(--dt-size-radius-300);
903
906
  border: var(--dt-size-border-100) solid transparent;
904
907
  align-items: stretch;
905
908
  }
906
- .dt-recipe-callbox--main-content.dt-recipe-callbox--border-default[data-v-ef08f46e] {
909
+ .dt-recipe-callbox--main-content.dt-recipe-callbox--border-default[data-v-8d007874] {
907
910
  border-color: var(--dt-color-border-default);
908
911
  }
909
- .dt-recipe-callbox--main-content.dt-recipe-callbox--border-ai[data-v-ef08f46e] {
912
+ .dt-recipe-callbox--main-content.dt-recipe-callbox--border-ai[data-v-8d007874] {
910
913
  background: linear-gradient(var(--dt-color-surface-primary), var(--dt-color-surface-primary)) padding-box, linear-gradient(135deg, var(--dt-color-border-accent), var(--dt-color-border-brand)) border-box;
911
914
  }
912
- .dt-recipe-callbox--main-content.dt-recipe-callbox--border-critical[data-v-ef08f46e] {
915
+ .dt-recipe-callbox--main-content.dt-recipe-callbox--border-critical[data-v-8d007874] {
913
916
  background: radial-gradient(var(--dt-color-surface-primary), var(--dt-color-surface-primary)) padding-box, radial-gradient(circle, #E7301D, #F78B23) border-box;
914
917
  }
915
- .dt-recipe-callbox--main-content-top[data-v-ef08f46e] {
918
+ .dt-recipe-callbox--main-content-top[data-v-8d007874] {
916
919
  display: flex;
917
920
  align-items: center;
918
921
  padding: var(--dt-space-350) var(--dt-space-400);
919
922
  }
920
- .dt-recipe-callbox--main-content-bottom[data-v-ef08f46e] {
923
+ .dt-recipe-callbox--main-content-bottom[data-v-8d007874] {
921
924
  border-top: 1px solid var(--dt-color-border-subtle);
922
925
  }
923
- .dt-recipe-callbox--avatar[data-v-ef08f46e] {
926
+ .dt-recipe-callbox--avatar[data-v-8d007874] {
924
927
  margin-right: var(--dt-space-400);
925
928
  }
926
- .dt-recipe-callbox--content[data-v-ef08f46e] {
929
+ .dt-recipe-callbox--content[data-v-8d007874] {
927
930
  display: flex;
928
931
  flex-direction: column;
929
932
  flex: 1 0 auto;
930
933
  min-width: 0;
931
934
  }
932
- .dt-recipe-callbox--content-title[data-v-ef08f46e] {
935
+ .dt-recipe-callbox--content-title[data-v-8d007874] {
933
936
  overflow: clip;
934
937
  white-space: nowrap;
935
938
  text-overflow: ellipsis;
@@ -944,10 +947,10 @@
944
947
  user-select: text;
945
948
  line-height: normal;
946
949
  }
947
- .dt-recipe-callbox--content-badge[data-v-ef08f46e] {
950
+ .dt-recipe-callbox--content-badge[data-v-8d007874] {
948
951
  line-height: normal;
949
952
  }
950
- .dt-recipe-callbox--content-subtitle[data-v-ef08f46e] {
953
+ .dt-recipe-callbox--content-subtitle[data-v-8d007874] {
951
954
  padding: 0;
952
955
  font-size: var(--dt-font-size-100);
953
956
  color: var(--dt-color-foreground-tertiary);
@@ -956,24 +959,24 @@
956
959
  width: 0;
957
960
  min-width: 100%;
958
961
  }
959
- .dt-recipe-callbox--right[data-v-ef08f46e] {
962
+ .dt-recipe-callbox--right[data-v-8d007874] {
960
963
  display: flex;
961
964
  justify-content: right;
962
965
  }
963
- .dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-ef08f46e] {
966
+ .dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-8d007874] {
964
967
  cursor: pointer;
965
968
  user-select: none;
966
969
  border-radius: var(--dt-size-100);
967
970
  }
968
- .dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-ef08f46e]:focus-visible {
971
+ .dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-8d007874]:focus-visible {
969
972
  outline: none;
970
973
  box-shadow: var(--dt-shadow-focus);
971
974
  }
972
- .dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-ef08f46e]:hover,
973
- .dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-ef08f46e]:active {
975
+ .dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-8d007874]:hover,
976
+ .dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-8d007874]:active {
974
977
  text-decoration: underline;
975
978
  }
976
- .dt-recipe-callbox .dt-recipe-callbox-badge--warning[data-v-ef08f46e] {
979
+ .dt-recipe-callbox .dt-recipe-callbox-badge--warning[data-v-8d007874] {
977
980
  background-color: var(--dt-color-surface-warning);
978
981
  }
979
982
  /* stylelint-disable selector-pseudo-class-no-unknown */
@@ -1283,7 +1286,7 @@
1283
1286
  }
1284
1287
  }
1285
1288
  /* stylelint-disable selector-pseudo-class-no-unknown */
1286
- .dt-leftbar-row[data-v-f626c1e7] {
1289
+ .dt-leftbar-row[data-v-5a114d36] {
1287
1290
  --leftbar-row-color-foreground: var(--dt-theme-sidebar-color-foreground);
1288
1291
  --leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background);
1289
1292
  --leftbar-row-radius: var(--dt-size-radius-pill);
@@ -1314,49 +1317,49 @@
1314
1317
  transition-duration: var(--td200);
1315
1318
  transition-property: background-color, border, box-shadow;
1316
1319
  }
1317
- .dt-leftbar-row[data-v-f626c1e7]:not(.dt-leftbar-row--no-action):hover,
1318
- .dt-leftbar-row[data-v-f626c1e7]:not(.dt-leftbar-row--no-action):focus-within {
1320
+ .dt-leftbar-row[data-v-5a114d36]:not(.dt-leftbar-row--no-action):hover,
1321
+ .dt-leftbar-row[data-v-5a114d36]:not(.dt-leftbar-row--no-action):focus-within {
1319
1322
  --leftbar-row-unread-badge-display: none;
1320
1323
  }
1321
- .dt-leftbar-row[data-v-f626c1e7]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action,
1322
- .dt-leftbar-row[data-v-f626c1e7]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action {
1324
+ .dt-leftbar-row[data-v-5a114d36]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action,
1325
+ .dt-leftbar-row[data-v-5a114d36]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action {
1323
1326
  display: inline-flex;
1324
1327
  }
1325
- .dt-leftbar-row[data-v-f626c1e7]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action-button,
1326
- .dt-leftbar-row[data-v-f626c1e7]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action-button {
1328
+ .dt-leftbar-row[data-v-5a114d36]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action-button,
1329
+ .dt-leftbar-row[data-v-5a114d36]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action-button {
1327
1330
  opacity: 1;
1328
1331
  }
1329
- .dt-leftbar-row[data-v-f626c1e7]:hover,
1330
- .dt-leftbar-row[data-v-f626c1e7]:focus-within {
1332
+ .dt-leftbar-row[data-v-5a114d36]:hover,
1333
+ .dt-leftbar-row[data-v-5a114d36]:focus-within {
1331
1334
  --leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-hover);
1332
1335
  }
1333
- .dt-leftbar-row[data-v-f626c1e7]:hover .d-presence,
1334
- .dt-leftbar-row[data-v-f626c1e7]:focus-within .d-presence {
1336
+ .dt-leftbar-row[data-v-5a114d36]:hover .d-presence,
1337
+ .dt-leftbar-row[data-v-5a114d36]:focus-within .d-presence {
1335
1338
  --presence-color-border-base: var(--dt-color-black-200);
1336
1339
  }
1337
- .dt-leftbar-row[data-v-f626c1e7]:hover .d-avatar__count,
1338
- .dt-leftbar-row[data-v-f626c1e7]:focus-within .d-avatar__count {
1340
+ .dt-leftbar-row[data-v-5a114d36]:hover .d-avatar__count,
1341
+ .dt-leftbar-row[data-v-5a114d36]:focus-within .d-avatar__count {
1339
1342
  --avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background);
1340
1343
  }
1341
- .dt-leftbar-row--has-unread[data-v-f626c1e7] {
1344
+ .dt-leftbar-row--has-unread[data-v-5a114d36] {
1342
1345
  --leftbar-row-description-font-weight: var(--dt-font-weight-bold);
1343
1346
  --leftbar-row-description-color-foreground: var(--dt-theme-sidebar-color-foreground-unread);
1344
1347
  --leftbar-row-alpha-color-foreground: var(--dt-theme-sidebar-color-foreground-unread);
1345
1348
  }
1346
- .dt-leftbar-row--muted[data-v-f626c1e7] {
1349
+ .dt-leftbar-row--muted[data-v-5a114d36] {
1347
1350
  --leftbar-row-opacity: 60%;
1348
1351
  }
1349
- .dt-leftbar-row--selected[data-v-f626c1e7] {
1352
+ .dt-leftbar-row--selected[data-v-5a114d36] {
1350
1353
  --leftbar-row-color-background: var(--dt-theme-sidebar-selected-row-color-background);
1351
1354
  --leftbar-row-description-color-foreground: var(--dt-theme-sidebar-selected-row-color-foreground);
1352
1355
  }
1353
- .dt-leftbar-row--selected[data-v-f626c1e7] .d-presence {
1356
+ .dt-leftbar-row--selected[data-v-5a114d36] .d-presence {
1354
1357
  --presence-color-border-base: var(--dt-color-black-200);
1355
1358
  }
1356
- .dt-leftbar-row--selected[data-v-f626c1e7] .d-avatar__count {
1359
+ .dt-leftbar-row--selected[data-v-5a114d36] .d-avatar__count {
1357
1360
  --avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background);
1358
1361
  }
1359
- .dt-leftbar-row__is-typing[data-v-f626c1e7] {
1362
+ .dt-leftbar-row__is-typing[data-v-5a114d36] {
1360
1363
  --is-typing-size-shape: var(--dt-size-550);
1361
1364
  position: absolute;
1362
1365
  display: flex;
@@ -1368,7 +1371,7 @@
1368
1371
  border-radius: var(--dt-size-radius-pill);
1369
1372
  opacity: 0.75;
1370
1373
  }
1371
- .dt-leftbar-row__is-typing span[data-v-f626c1e7] {
1374
+ .dt-leftbar-row__is-typing span[data-v-5a114d36] {
1372
1375
  display: inline-block;
1373
1376
  width: var(--dt-size-300);
1374
1377
  height: var(--dt-size-300);
@@ -1377,18 +1380,18 @@
1377
1380
  border-radius: var(--dt-size-radius-pill);
1378
1381
  opacity: 0.3;
1379
1382
  transition: all 500ms ease;
1380
- animation: wave-f626c1e7 1.5s ease infinite;
1383
+ animation: wave-5a114d36 1.5s ease infinite;
1381
1384
  }
1382
- .dt-leftbar-row__is-typing span[data-v-f626c1e7]:nth-child(1) {
1385
+ .dt-leftbar-row__is-typing span[data-v-5a114d36]:nth-child(1) {
1383
1386
  animation-delay: 0ms;
1384
1387
  }
1385
- .dt-leftbar-row__is-typing span[data-v-f626c1e7]:nth-child(2) {
1388
+ .dt-leftbar-row__is-typing span[data-v-5a114d36]:nth-child(2) {
1386
1389
  animation-delay: var(--td100);
1387
1390
  }
1388
- .dt-leftbar-row__is-typing span[data-v-f626c1e7]:nth-child(3) {
1391
+ .dt-leftbar-row__is-typing span[data-v-5a114d36]:nth-child(3) {
1389
1392
  animation-delay: var(--td200);
1390
1393
  }
1391
- .dt-leftbar-row__primary[data-v-f626c1e7] {
1394
+ .dt-leftbar-row__primary[data-v-5a114d36] {
1392
1395
  display: flex;
1393
1396
  flex: 1;
1394
1397
  align-items: center;
@@ -1405,18 +1408,18 @@
1405
1408
  border-radius: var(--leftbar-row-radius);
1406
1409
  appearance: none;
1407
1410
  }
1408
- .dt-leftbar-row__primary[data-v-f626c1e7]:active {
1411
+ .dt-leftbar-row__primary[data-v-5a114d36]:active {
1409
1412
  --leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-active);
1410
1413
  }
1411
- .dt-leftbar-row__primary[data-v-f626c1e7]:focus-visible {
1414
+ .dt-leftbar-row__primary[data-v-5a114d36]:focus-visible {
1412
1415
  box-shadow: var(--dt-shadow-focus-inset);
1413
1416
  }
1414
- .dt-leftbar-row__action-button[data-v-f626c1e7] {
1417
+ .dt-leftbar-row__action-button[data-v-5a114d36] {
1415
1418
  width: var(--leftbar-row-action-width);
1416
1419
  height: var(--leftbar-row-action-height);
1417
1420
  opacity: 0;
1418
1421
  }
1419
- .dt-leftbar-row__alpha[data-v-f626c1e7] {
1422
+ .dt-leftbar-row__alpha[data-v-5a114d36] {
1420
1423
  display: flex;
1421
1424
  align-items: center;
1422
1425
  justify-content: center;
@@ -1428,11 +1431,11 @@
1428
1431
  color: var(--leftbar-row-alpha-color-foreground);
1429
1432
  border-radius: var(--leftbar-row-radius) 0 0 var(--leftbar-row-radius);
1430
1433
  }
1431
- .dt-leftbar-row__label[data-v-f626c1e7] {
1434
+ .dt-leftbar-row__label[data-v-5a114d36] {
1432
1435
  flex: 0 1;
1433
1436
  min-width: 0;
1434
1437
  }
1435
- .dt-leftbar-row__omega[data-v-f626c1e7] {
1438
+ .dt-leftbar-row__omega[data-v-5a114d36] {
1436
1439
  position: absolute;
1437
1440
  top: var(--leftbar-row-action-position-bottom);
1438
1441
  right: var(--leftbar-row-action-position-right);
@@ -1444,34 +1447,34 @@
1444
1447
  border-radius: var(--leftbar-row-radius);
1445
1448
  transform: translateY(calc(var(--leftbar-row-action-position-bottom) * -1));
1446
1449
  }
1447
- .dt-leftbar-row__unread-badge[data-v-f626c1e7] {
1450
+ .dt-leftbar-row__unread-badge[data-v-5a114d36] {
1448
1451
  display: var(--leftbar-row-unread-badge-display);
1449
1452
  color: var(--dt-theme-mention-color-foreground);
1450
1453
  background-color: var(--dt-theme-mention-color-background);
1451
1454
  }
1452
- .dt-leftbar-row--unread-count[data-v-f626c1e7] .dt-leftbar-row__action {
1455
+ .dt-leftbar-row--unread-count[data-v-5a114d36] .dt-leftbar-row__action {
1453
1456
  display: none;
1454
1457
  }
1455
- .dt-leftbar-row__unread-count-badge[data-v-f626c1e7] {
1458
+ .dt-leftbar-row__unread-count-badge[data-v-5a114d36] {
1456
1459
  border-top-right-radius: var(--dt-size-radius-0);
1457
1460
  border-bottom-right-radius: var(--dt-size-radius-0);
1458
1461
  }
1459
- .dt-leftbar-row__unread-mention-count-badge[data-v-f626c1e7] {
1462
+ .dt-leftbar-row__unread-mention-count-badge[data-v-5a114d36] {
1460
1463
  color: var(--dt-theme-mention-color-foreground-strong);
1461
1464
  background-color: var(--dt-theme-mention-color-background-strong);
1462
1465
  border-top-left-radius: var(--dt-size-radius-0);
1463
1466
  border-bottom-left-radius: var(--dt-size-radius-0);
1464
1467
  }
1465
- .dt-leftbar-row__unread-mention-only-count-badge[data-v-f626c1e7] {
1468
+ .dt-leftbar-row__unread-mention-only-count-badge[data-v-5a114d36] {
1466
1469
  color: var(--dt-theme-mention-color-foreground-strong);
1467
1470
  background-color: var(--dt-theme-mention-color-background-strong);
1468
1471
  }
1469
- .dt-leftbar-row__active-voice[data-v-f626c1e7] {
1472
+ .dt-leftbar-row__active-voice[data-v-5a114d36] {
1470
1473
  display: inline-flex;
1471
1474
  color: var(--dt-color-purple-400);
1472
- -webkit-animation-name: opacity-pulsate-f626c1e7;
1473
- -moz-animation-name: opacity-pulsate-f626c1e7;
1474
- animation-name: opacity-pulsate-f626c1e7;
1475
+ -webkit-animation-name: opacity-pulsate-5a114d36;
1476
+ -moz-animation-name: opacity-pulsate-5a114d36;
1477
+ animation-name: opacity-pulsate-5a114d36;
1475
1478
  -webkit-animation-duration: 1s;
1476
1479
  -moz-animation-duration: 1s;
1477
1480
  animation-duration: 1s;
@@ -1482,7 +1485,7 @@
1482
1485
  -moz-animation-fill-mode: both;
1483
1486
  animation-fill-mode: both;
1484
1487
  }
1485
- .dt-leftbar-row__dnd[data-v-f626c1e7] {
1488
+ .dt-leftbar-row__dnd[data-v-5a114d36] {
1486
1489
  padding-top: var(--dt-space-200);
1487
1490
  padding-right: var(--dt-space-300);
1488
1491
  color: var(--dt-color-foreground-tertiary);
@@ -1490,26 +1493,26 @@
1490
1493
  font-size: var(--dt-font-size-100);
1491
1494
  line-height: var(--dt-font-line-height-400);
1492
1495
  }
1493
- .dt-leftbar-row__container--off-duty[data-v-f626c1e7] {
1496
+ .dt-leftbar-row__container--off-duty[data-v-5a114d36] {
1494
1497
  background-color: var(--dt-badge-color-background-critical);
1495
1498
  border: var(--dt-size-100) solid var(--dt-color-border-subtle);
1496
1499
  border-radius: var(--dt-size-radius-500);
1497
1500
  }
1498
- .dt-leftbar-row__container--off-duty[data-v-f626c1e7] .dt-leftbar-row__primary {
1501
+ .dt-leftbar-row__container--off-duty[data-v-5a114d36] .dt-leftbar-row__primary {
1499
1502
  margin: calc(var(--dt-size-100) * -1);
1500
1503
  }
1501
- .dt-leftbar-row--contact-centers[data-v-f626c1e7] .dt-leftbar-row__alpha {
1504
+ .dt-leftbar-row--contact-centers[data-v-5a114d36] .dt-leftbar-row__alpha {
1502
1505
  padding-right: var(--dt-space-450);
1503
1506
  padding-left: var(--dt-space-450);
1504
1507
  }
1505
- .dt-leftbar-row--contact-centers .dt-leftbar-row__action-container[data-v-f626c1e7] {
1508
+ .dt-leftbar-row--contact-centers .dt-leftbar-row__action-container[data-v-5a114d36] {
1506
1509
  display: inline-flex;
1507
1510
  align-items: center;
1508
1511
  justify-content: flex-end;
1509
1512
  min-width: var(--dt-size-600);
1510
1513
  height: var(--dt-size-500);
1511
1514
  }
1512
- .dt-leftbar-row[data-v-f626c1e7] .dt-leftbar-row__description {
1515
+ .dt-leftbar-row[data-v-5a114d36] .dt-leftbar-row__description {
1513
1516
  overflow: hidden;
1514
1517
  color: var(--leftbar-row-description-color-foreground);
1515
1518
  font-weight: var(--leftbar-row-description-font-weight);
@@ -1518,7 +1521,7 @@
1518
1521
  white-space: nowrap;
1519
1522
  text-overflow: ellipsis;
1520
1523
  }
1521
- .dt-leftbar-row[data-v-f626c1e7] .dt-leftbar-row__status {
1524
+ .dt-leftbar-row[data-v-5a114d36] .dt-leftbar-row__status {
1522
1525
  padding-bottom: var(--dt-space-100);
1523
1526
  overflow: hidden;
1524
1527
  color: var(--leftbar-row-status-color-foreground);
@@ -1527,19 +1530,19 @@
1527
1530
  white-space: nowrap;
1528
1531
  text-overflow: ellipsis;
1529
1532
  }
1530
- .dt-leftbar-row[data-v-f626c1e7] .dt-leftbar-row__meta-context ~ .dt-leftbar-row__meta-custom:not(:empty)::before {
1533
+ .dt-leftbar-row[data-v-5a114d36] .dt-leftbar-row__meta-context ~ .dt-leftbar-row__meta-custom:not(:empty)::before {
1531
1534
  color: var(--dt-theme-sidebar-status-color-foreground);
1532
1535
  content: " • ";
1533
1536
  }
1534
- .dt-leftbar-row__icon-cc[data-v-f626c1e7] {
1537
+ .dt-leftbar-row__icon-cc[data-v-5a114d36] {
1535
1538
  width: calc(var(--dt-size-300) * 3.5);
1536
1539
  height: calc(var(--dt-size-300) * 3.5);
1537
1540
  border-radius: var(--dt-size-200);
1538
1541
  }
1539
- .opacity-pulsate[data-v-f626c1e7] {
1540
- -webkit-animation-name: opacity-pulsate-f626c1e7;
1541
- -moz-animation-name: opacity-pulsate-f626c1e7;
1542
- animation-name: opacity-pulsate-f626c1e7;
1542
+ .opacity-pulsate[data-v-5a114d36] {
1543
+ -webkit-animation-name: opacity-pulsate-5a114d36;
1544
+ -moz-animation-name: opacity-pulsate-5a114d36;
1545
+ animation-name: opacity-pulsate-5a114d36;
1543
1546
  -webkit-animation-duration: 1s;
1544
1547
  -moz-animation-duration: 1s;
1545
1548
  animation-duration: 1s;
@@ -1550,7 +1553,7 @@
1550
1553
  -moz-animation-fill-mode: both;
1551
1554
  animation-fill-mode: both;
1552
1555
  }
1553
- @keyframes opacity-pulsate-f626c1e7 {
1556
+ @keyframes opacity-pulsate-5a114d36 {
1554
1557
  0%,
1555
1558
  100% {
1556
1559
  opacity: 0.2;
@@ -1559,7 +1562,7 @@
1559
1562
  opacity: 1;
1560
1563
  }
1561
1564
  }
1562
- @keyframes opacity-pulsate-f626c1e7 {
1565
+ @keyframes opacity-pulsate-5a114d36 {
1563
1566
  0%,
1564
1567
  100% {
1565
1568
  opacity: 0.2;
@@ -1568,7 +1571,7 @@
1568
1571
  opacity: 1;
1569
1572
  }
1570
1573
  }
1571
- @keyframes opacity-pulsate-f626c1e7 {
1574
+ @keyframes opacity-pulsate-5a114d36 {
1572
1575
  0%,
1573
1576
  100% {
1574
1577
  opacity: 0.2;
@@ -1577,7 +1580,7 @@
1577
1580
  opacity: 1;
1578
1581
  }
1579
1582
  }
1580
- @keyframes wave-f626c1e7 {
1583
+ @keyframes wave-5a114d36 {
1581
1584
  0%,
1582
1585
  50%,
1583
1586
  100% {