@dialpad/dialtone 9.124.0 → 9.125.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 (333) hide show
  1. package/README.md +9 -2
  2. package/dist/tokens/doc.json +24416 -24416
  3. package/dist/vue2/common/mixins/index.cjs +1 -1
  4. package/dist/vue2/common/mixins/index.js +10 -10
  5. package/dist/vue2/common/mixins/localization.cjs +2 -0
  6. package/dist/vue2/common/mixins/localization.cjs.map +1 -0
  7. package/dist/vue2/common/mixins/localization.js +10 -0
  8. package/dist/vue2/common/mixins/localization.js.map +1 -0
  9. package/dist/vue2/common/utils/index.cjs +1 -1
  10. package/dist/vue2/common/utils/index.cjs.map +1 -1
  11. package/dist/vue2/common/utils/index.js +43 -39
  12. package/dist/vue2/common/utils/index.js.map +1 -1
  13. package/dist/vue2/component-documentation.json +1 -1
  14. package/dist/vue2/dialtone-vue.cjs +1 -1
  15. package/dist/vue2/dialtone-vue.js +341 -340
  16. package/dist/vue2/dialtone-vue.js.map +1 -1
  17. package/dist/vue2/lib/attachment-carousel/attachment-carousel.cjs +1 -1
  18. package/dist/vue2/lib/attachment-carousel/attachment-carousel.cjs.map +1 -1
  19. package/dist/vue2/lib/attachment-carousel/attachment-carousel.js +61 -86
  20. package/dist/vue2/lib/attachment-carousel/attachment-carousel.js.map +1 -1
  21. package/dist/vue2/lib/banner/banner.cjs +2 -2
  22. package/dist/vue2/lib/banner/banner.cjs.map +1 -1
  23. package/dist/vue2/lib/banner/banner.js +25 -33
  24. package/dist/vue2/lib/banner/banner.js.map +1 -1
  25. package/dist/vue2/lib/breadcrumbs/breadcrumbs.cjs +1 -1
  26. package/dist/vue2/lib/breadcrumbs/breadcrumbs.cjs.map +1 -1
  27. package/dist/vue2/lib/breadcrumbs/breadcrumbs.js +14 -12
  28. package/dist/vue2/lib/breadcrumbs/breadcrumbs.js.map +1 -1
  29. package/dist/vue2/lib/button/button.cjs +1 -1
  30. package/dist/vue2/lib/button/button.cjs.map +1 -1
  31. package/dist/vue2/lib/button/button.js +11 -9
  32. package/dist/vue2/lib/button/button.js.map +1 -1
  33. package/dist/vue2/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.cjs +1 -1
  34. package/dist/vue2/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.cjs.map +1 -1
  35. package/dist/vue2/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.js +19 -25
  36. package/dist/vue2/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.js.map +1 -1
  37. package/dist/vue2/lib/callbar-button-with-popover/callbar-button-with-popover.cjs +1 -1
  38. package/dist/vue2/lib/callbar-button-with-popover/callbar-button-with-popover.cjs.map +1 -1
  39. package/dist/vue2/lib/callbar-button-with-popover/callbar-button-with-popover.js +18 -21
  40. package/dist/vue2/lib/callbar-button-with-popover/callbar-button-with-popover.js.map +1 -1
  41. package/dist/vue2/lib/chip/chip.cjs +1 -1
  42. package/dist/vue2/lib/chip/chip.cjs.map +1 -1
  43. package/dist/vue2/lib/chip/chip.js +24 -29
  44. package/dist/vue2/lib/chip/chip.js.map +1 -1
  45. package/dist/vue2/lib/combobox/combobox-constants.cjs +1 -1
  46. package/dist/vue2/lib/combobox/combobox-constants.cjs.map +1 -1
  47. package/dist/vue2/lib/combobox/combobox-constants.js +2 -2
  48. package/dist/vue2/lib/combobox/combobox-constants.js.map +1 -1
  49. package/dist/vue2/lib/combobox/combobox-empty-list.cjs.map +1 -1
  50. package/dist/vue2/lib/combobox/combobox-empty-list.js.map +1 -1
  51. package/dist/vue2/lib/combobox/combobox-loading-list.cjs.map +1 -1
  52. package/dist/vue2/lib/combobox/combobox-loading-list.js.map +1 -1
  53. package/dist/vue2/lib/combobox/combobox.cjs +2 -2
  54. package/dist/vue2/lib/combobox/combobox.cjs.map +1 -1
  55. package/dist/vue2/lib/combobox/combobox.js +12 -12
  56. package/dist/vue2/lib/combobox/combobox.js.map +1 -1
  57. package/dist/vue2/lib/combobox/index.cjs +1 -1
  58. package/dist/vue2/lib/combobox/index.js +3 -3
  59. package/dist/vue2/lib/combobox-multi-select/combobox-multi-select.cjs +1 -1
  60. package/dist/vue2/lib/combobox-multi-select/combobox-multi-select.cjs.map +1 -1
  61. package/dist/vue2/lib/combobox-multi-select/combobox-multi-select.js +16 -18
  62. package/dist/vue2/lib/combobox-multi-select/combobox-multi-select.js.map +1 -1
  63. package/dist/vue2/lib/combobox-with-popover/combobox-with-popover.cjs +1 -1
  64. package/dist/vue2/lib/combobox-with-popover/combobox-with-popover.cjs.map +1 -1
  65. package/dist/vue2/lib/combobox-with-popover/combobox-with-popover.js +22 -24
  66. package/dist/vue2/lib/combobox-with-popover/combobox-with-popover.js.map +1 -1
  67. package/dist/vue2/lib/contact-centers-row/contact-centers-row.cjs +1 -1
  68. package/dist/vue2/lib/contact-centers-row/contact-centers-row.cjs.map +1 -1
  69. package/dist/vue2/lib/contact-centers-row/contact-centers-row.js +40 -36
  70. package/dist/vue2/lib/contact-centers-row/contact-centers-row.js.map +1 -1
  71. package/dist/vue2/lib/contact-row/contact-row.cjs +1 -1
  72. package/dist/vue2/lib/contact-row/contact-row.cjs.map +1 -1
  73. package/dist/vue2/lib/contact-row/contact-row.js +11 -25
  74. package/dist/vue2/lib/contact-row/contact-row.js.map +1 -1
  75. package/dist/vue2/lib/datepicker/datepicker-constants.cjs +1 -1
  76. package/dist/vue2/lib/datepicker/datepicker-constants.cjs.map +1 -1
  77. package/dist/vue2/lib/datepicker/datepicker-constants.js +2 -3
  78. package/dist/vue2/lib/datepicker/datepicker-constants.js.map +1 -1
  79. package/dist/vue2/lib/datepicker/datepicker.cjs +1 -1
  80. package/dist/vue2/lib/datepicker/datepicker.cjs.map +1 -1
  81. package/dist/vue2/lib/datepicker/datepicker.js +143 -229
  82. package/dist/vue2/lib/datepicker/datepicker.js.map +1 -1
  83. package/dist/vue2/lib/datepicker/utils.cjs +1 -1
  84. package/dist/vue2/lib/datepicker/utils.cjs.map +1 -1
  85. package/dist/vue2/lib/datepicker/utils.js +12 -11
  86. package/dist/vue2/lib/datepicker/utils.js.map +1 -1
  87. package/dist/vue2/lib/description-list/description-list.cjs +1 -1
  88. package/dist/vue2/lib/description-list/description-list.cjs.map +1 -1
  89. package/dist/vue2/lib/description-list/description-list.js +8 -8
  90. package/dist/vue2/lib/description-list/description-list.js.map +1 -1
  91. package/dist/vue2/lib/dropdown/dropdown.cjs +1 -1
  92. package/dist/vue2/lib/dropdown/dropdown.cjs.map +1 -1
  93. package/dist/vue2/lib/dropdown/dropdown.js +48 -50
  94. package/dist/vue2/lib/dropdown/dropdown.js.map +1 -1
  95. package/dist/vue2/lib/editor/editor.cjs +1 -1
  96. package/dist/vue2/lib/editor/editor.cjs.map +1 -1
  97. package/dist/vue2/lib/editor/editor.js +78 -87
  98. package/dist/vue2/lib/editor/editor.js.map +1 -1
  99. package/dist/vue2/lib/emoji-picker/emoji-picker-constants.cjs +1 -1
  100. package/dist/vue2/lib/emoji-picker/emoji-picker-constants.cjs.map +1 -1
  101. package/dist/vue2/lib/emoji-picker/emoji-picker-constants.js +6 -19
  102. package/dist/vue2/lib/emoji-picker/emoji-picker-constants.js.map +1 -1
  103. package/dist/vue2/lib/emoji-picker/emoji-picker.cjs +1 -1
  104. package/dist/vue2/lib/emoji-picker/emoji-picker.cjs.map +1 -1
  105. package/dist/vue2/lib/emoji-picker/emoji-picker.js +106 -145
  106. package/dist/vue2/lib/emoji-picker/emoji-picker.js.map +1 -1
  107. package/dist/vue2/lib/emoji-picker/index.cjs +1 -1
  108. package/dist/vue2/lib/emoji-picker/index.js +6 -7
  109. package/dist/vue2/lib/emoji-row/emoji-row-constants.cjs +1 -1
  110. package/dist/vue2/lib/emoji-row/emoji-row-constants.cjs.map +1 -1
  111. package/dist/vue2/lib/emoji-row/emoji-row-constants.js +5 -7
  112. package/dist/vue2/lib/emoji-row/emoji-row-constants.js.map +1 -1
  113. package/dist/vue2/lib/emoji-row/emoji-row.cjs +1 -1
  114. package/dist/vue2/lib/emoji-row/emoji-row.cjs.map +1 -1
  115. package/dist/vue2/lib/emoji-row/emoji-row.js +31 -22
  116. package/dist/vue2/lib/emoji-row/emoji-row.js.map +1 -1
  117. package/dist/vue2/lib/feed-item-pill/feed-item-pill.cjs +1 -1
  118. package/dist/vue2/lib/feed-item-pill/feed-item-pill.cjs.map +1 -1
  119. package/dist/vue2/lib/feed-item-pill/feed-item-pill.js +20 -22
  120. package/dist/vue2/lib/feed-item-pill/feed-item-pill.js.map +1 -1
  121. package/dist/vue2/lib/general-row/general-row.cjs +1 -1
  122. package/dist/vue2/lib/general-row/general-row.cjs.map +1 -1
  123. package/dist/vue2/lib/general-row/general-row.js +63 -52
  124. package/dist/vue2/lib/general-row/general-row.js.map +1 -1
  125. package/dist/vue2/lib/group-row/group-row.cjs +1 -1
  126. package/dist/vue2/lib/group-row/group-row.cjs.map +1 -1
  127. package/dist/vue2/lib/group-row/group-row.js +43 -32
  128. package/dist/vue2/lib/group-row/group-row.js.map +1 -1
  129. package/dist/vue2/lib/icon/icon-constants.cjs.map +1 -1
  130. package/dist/vue2/lib/icon/icon-constants.js.map +1 -1
  131. package/dist/vue2/lib/icon/icon.cjs +1 -1
  132. package/dist/vue2/lib/icon/icon.cjs.map +1 -1
  133. package/dist/vue2/lib/icon/icon.js +12 -8
  134. package/dist/vue2/lib/icon/icon.js.map +1 -1
  135. package/dist/vue2/lib/image-viewer/image-viewer.cjs +1 -1
  136. package/dist/vue2/lib/image-viewer/image-viewer.cjs.map +1 -1
  137. package/dist/vue2/lib/image-viewer/image-viewer.js +30 -31
  138. package/dist/vue2/lib/image-viewer/image-viewer.js.map +1 -1
  139. package/dist/vue2/lib/ivr-node/ivr-node-constants.cjs +1 -1
  140. package/dist/vue2/lib/ivr-node/ivr-node-constants.cjs.map +1 -1
  141. package/dist/vue2/lib/ivr-node/ivr-node-constants.js +24 -24
  142. package/dist/vue2/lib/ivr-node/ivr-node-constants.js.map +1 -1
  143. package/dist/vue2/lib/ivr-node/ivr-node.cjs +1 -1
  144. package/dist/vue2/lib/ivr-node/ivr-node.cjs.map +1 -1
  145. package/dist/vue2/lib/ivr-node/ivr-node.js +38 -36
  146. package/dist/vue2/lib/ivr-node/ivr-node.js.map +1 -1
  147. package/dist/vue2/lib/message-input/message-input-link.cjs +1 -1
  148. package/dist/vue2/lib/message-input/message-input-link.cjs.map +1 -1
  149. package/dist/vue2/lib/message-input/message-input-link.js +48 -23
  150. package/dist/vue2/lib/message-input/message-input-link.js.map +1 -1
  151. package/dist/vue2/lib/message-input/message-input-topbar.cjs +1 -1
  152. package/dist/vue2/lib/message-input/message-input-topbar.cjs.map +1 -1
  153. package/dist/vue2/lib/message-input/message-input-topbar.js +50 -22
  154. package/dist/vue2/lib/message-input/message-input-topbar.js.map +1 -1
  155. package/dist/vue2/lib/message-input/message-input.cjs +1 -1
  156. package/dist/vue2/lib/message-input/message-input.cjs.map +1 -1
  157. package/dist/vue2/lib/message-input/message-input.js +112 -143
  158. package/dist/vue2/lib/message-input/message-input.js.map +1 -1
  159. package/dist/vue2/lib/modal/modal.cjs +1 -2
  160. package/dist/vue2/lib/modal/modal.cjs.map +1 -1
  161. package/dist/vue2/lib/modal/modal.js +25 -42
  162. package/dist/vue2/lib/modal/modal.js.map +1 -1
  163. package/dist/vue2/lib/notice/notice-action.cjs +1 -1
  164. package/dist/vue2/lib/notice/notice-action.cjs.map +1 -1
  165. package/dist/vue2/lib/notice/notice-action.js +19 -26
  166. package/dist/vue2/lib/notice/notice-action.js.map +1 -1
  167. package/dist/vue2/lib/notice/notice.cjs +1 -1
  168. package/dist/vue2/lib/notice/notice.cjs.map +1 -1
  169. package/dist/vue2/lib/notice/notice.js +18 -27
  170. package/dist/vue2/lib/notice/notice.js.map +1 -1
  171. package/dist/vue2/lib/pagination/pagination.cjs +1 -1
  172. package/dist/vue2/lib/pagination/pagination.cjs.map +1 -1
  173. package/dist/vue2/lib/pagination/pagination.js +49 -58
  174. package/dist/vue2/lib/pagination/pagination.js.map +1 -1
  175. package/dist/vue2/lib/popover/popover-header-footer.cjs +1 -1
  176. package/dist/vue2/lib/popover/popover-header-footer.cjs.map +1 -1
  177. package/dist/vue2/lib/popover/popover-header-footer.js +24 -26
  178. package/dist/vue2/lib/popover/popover-header-footer.js.map +1 -1
  179. package/dist/vue2/lib/popover/popover.cjs +1 -1
  180. package/dist/vue2/lib/popover/popover.cjs.map +1 -1
  181. package/dist/vue2/lib/popover/popover.js +26 -35
  182. package/dist/vue2/lib/popover/popover.js.map +1 -1
  183. package/dist/vue2/lib/rich-text-editor/rich-text-editor.cjs +5 -5
  184. package/dist/vue2/lib/rich-text-editor/rich-text-editor.cjs.map +1 -1
  185. package/dist/vue2/lib/rich-text-editor/rich-text-editor.js +330 -320
  186. package/dist/vue2/lib/rich-text-editor/rich-text-editor.js.map +1 -1
  187. package/dist/vue2/lib/settings-menu-button/settings-menu-button.cjs.map +1 -1
  188. package/dist/vue2/lib/settings-menu-button/settings-menu-button.js.map +1 -1
  189. package/dist/vue2/lib/time-pill/time-pill.cjs.map +1 -1
  190. package/dist/vue2/lib/time-pill/time-pill.js.map +1 -1
  191. package/dist/vue2/lib/toast/toast.cjs +1 -1
  192. package/dist/vue2/lib/toast/toast.cjs.map +1 -1
  193. package/dist/vue2/lib/toast/toast.js +64 -97
  194. package/dist/vue2/lib/toast/toast.js.map +1 -1
  195. package/dist/vue2/lib/unread-pill/unread-pill.cjs +1 -1
  196. package/dist/vue2/lib/unread-pill/unread-pill.cjs.map +1 -1
  197. package/dist/vue2/lib/unread-pill/unread-pill.js +27 -18
  198. package/dist/vue2/lib/unread-pill/unread-pill.js.map +1 -1
  199. package/dist/vue2/localization/en-US.cjs +185 -0
  200. package/dist/vue2/localization/en-US.cjs.map +1 -0
  201. package/dist/vue2/localization/en-US.js +188 -0
  202. package/dist/vue2/localization/en-US.js.map +1 -0
  203. package/dist/vue2/localization/es-LA.cjs +169 -0
  204. package/dist/vue2/localization/es-LA.cjs.map +1 -0
  205. package/dist/vue2/localization/es-LA.js +172 -0
  206. package/dist/vue2/localization/es-LA.js.map +1 -0
  207. package/dist/vue2/localization/index.cjs +1176 -0
  208. package/dist/vue2/localization/index.cjs.map +1 -0
  209. package/dist/vue2/localization/index.js +1239 -0
  210. package/dist/vue2/localization/index.js.map +1 -0
  211. package/dist/vue2/node_modules/@tiptap/vue-2.cjs.map +1 -1
  212. package/dist/vue2/node_modules/@tiptap/vue-2.js.map +1 -1
  213. package/dist/vue2/shared/sr_only_close_button.cjs +1 -1
  214. package/dist/vue2/shared/sr_only_close_button.cjs.map +1 -1
  215. package/dist/vue2/shared/sr_only_close_button.js +19 -22
  216. package/dist/vue2/shared/sr_only_close_button.js.map +1 -1
  217. package/dist/vue2/types/common/mixins/index.d.ts +1 -1
  218. package/dist/vue2/types/common/mixins/localization.d.ts +8 -0
  219. package/dist/vue2/types/common/mixins/localization.d.ts.map +1 -0
  220. package/dist/vue2/types/common/sr_only_close_button.vue.d.ts +7 -13
  221. package/dist/vue2/types/common/sr_only_close_button.vue.d.ts.map +1 -1
  222. package/dist/vue2/types/common/utils/index.d.ts +1 -0
  223. package/dist/vue2/types/common/utils/index.d.ts.map +1 -1
  224. package/dist/vue2/types/components/banner/banner.vue.d.ts +0 -33
  225. package/dist/vue2/types/components/banner/banner.vue.d.ts.map +1 -1
  226. package/dist/vue2/types/components/breadcrumbs/breadcrumbs.vue.d.ts +5 -1
  227. package/dist/vue2/types/components/button/button.vue.d.ts +6 -2
  228. package/dist/vue2/types/components/chip/chip.vue.d.ts +8 -18
  229. package/dist/vue2/types/components/combobox/combobox_constants.d.ts +2 -2
  230. package/dist/vue2/types/components/combobox/index.d.ts +1 -1
  231. package/dist/vue2/types/components/datepicker/datepicker.vue.d.ts.map +1 -1
  232. package/dist/vue2/types/components/datepicker/datepicker_constants.d.ts +0 -1
  233. package/dist/vue2/types/components/datepicker/datepicker_constants.d.ts.map +1 -1
  234. package/dist/vue2/types/components/datepicker/modules/calendar.vue.d.ts +5 -17
  235. package/dist/vue2/types/components/datepicker/modules/month-year-picker.vue.d.ts +8 -48
  236. package/dist/vue2/types/components/datepicker/utils.d.ts +1 -0
  237. package/dist/vue2/types/components/datepicker/utils.d.ts.map +1 -1
  238. package/dist/vue2/types/components/dropdown/dropdown.vue.d.ts +0 -24
  239. package/dist/vue2/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
  240. package/dist/vue2/types/components/emoji_picker/emoji_picker.vue.d.ts +5 -1
  241. package/dist/vue2/types/components/emoji_picker/emoji_picker_constants.d.ts +0 -13
  242. package/dist/vue2/types/components/icon/icon.vue.d.ts +1 -0
  243. package/dist/vue2/types/components/icon/icon_constants.d.ts.map +1 -1
  244. package/dist/vue2/types/components/image_viewer/image_viewer.vue.d.ts +5 -8
  245. package/dist/vue2/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
  246. package/dist/vue2/types/components/modal/modal.vue.d.ts +3 -33
  247. package/dist/vue2/types/components/notice/notice.vue.d.ts +1 -34
  248. package/dist/vue2/types/components/notice/notice.vue.d.ts.map +1 -1
  249. package/dist/vue2/types/components/notice/notice_action.vue.d.ts +3 -31
  250. package/dist/vue2/types/components/notice/notice_action.vue.d.ts.map +1 -1
  251. package/dist/vue2/types/components/pagination/pagination.vue.d.ts +9 -26
  252. package/dist/vue2/types/components/pagination/pagination.vue.d.ts.map +1 -1
  253. package/dist/vue2/types/components/popover/popover.vue.d.ts +0 -33
  254. package/dist/vue2/types/components/popover/popover.vue.d.ts.map +1 -1
  255. package/dist/vue2/types/components/popover/popover_header_footer.vue.d.ts +8 -11
  256. package/dist/vue2/types/components/popover/popover_header_footer.vue.d.ts.map +1 -1
  257. package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts +15 -2
  258. package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
  259. package/dist/vue2/types/components/toast/layouts/toast_layout_alternate.vue.d.ts +1 -43
  260. package/dist/vue2/types/components/toast/layouts/toast_layout_alternate.vue.d.ts.map +1 -1
  261. package/dist/vue2/types/components/toast/layouts/toast_layout_default.vue.d.ts +1 -34
  262. package/dist/vue2/types/components/toast/layouts/toast_layout_default.vue.d.ts.map +1 -1
  263. package/dist/vue2/types/components/toast/toast.vue.d.ts +3 -111
  264. package/dist/vue2/types/components/toast/toast.vue.d.ts.map +1 -1
  265. package/dist/vue2/types/index.d.ts +1 -0
  266. package/dist/vue2/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +7 -13
  267. package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +7 -12
  268. package/dist/vue2/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +8 -10
  269. package/dist/vue2/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
  270. package/dist/vue2/types/recipes/cards/ivr_node/ivr_node_constants.d.ts +7 -7
  271. package/dist/vue2/types/recipes/cards/ivr_node/ivr_node_constants.d.ts.map +1 -1
  272. package/dist/vue2/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts +1 -25
  273. package/dist/vue2/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts.map +1 -1
  274. package/dist/vue2/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +1 -25
  275. package/dist/vue2/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
  276. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +5 -41
  277. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
  278. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +8 -26
  279. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts +2 -2
  280. package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts +20 -61
  281. package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
  282. package/dist/vue2/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +6 -1
  283. package/dist/vue2/types/recipes/conversation_view/emoji_row/emoji_row_constants.d.ts.map +1 -1
  284. package/dist/vue2/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +9 -12
  285. package/dist/vue2/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +1 -1
  286. package/dist/vue2/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts +8 -2
  287. package/dist/vue2/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts.map +1 -1
  288. package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts +15 -90
  289. package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
  290. package/dist/vue2/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +14 -2
  291. package/dist/vue2/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +14 -1
  292. package/dist/vue2/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -1
  293. package/dist/vue2/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +10 -11
  294. package/dist/vue2/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
  295. package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +0 -18
  296. package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
  297. package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts +21 -37
  298. package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
  299. package/dist/vue2/types/recipes/leftbar/group_row/group_row.vue.d.ts +9 -18
  300. package/dist/vue2/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
  301. package/dist/vue2/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts +7 -1
  302. package/dist/vue2/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts.map +1 -1
  303. package/package.json +4 -3
  304. package/dist/vue2/common/mixins/sr-only-close-button.cjs +0 -3
  305. package/dist/vue2/common/mixins/sr-only-close-button.cjs.map +0 -1
  306. package/dist/vue2/common/mixins/sr-only-close-button.js +0 -44
  307. package/dist/vue2/common/mixins/sr-only-close-button.js.map +0 -1
  308. package/dist/vue2/lib/contact-row/contact-row-constants.cjs +0 -2
  309. package/dist/vue2/lib/contact-row/contact-row-constants.cjs.map +0 -1
  310. package/dist/vue2/lib/contact-row/contact-row-constants.js +0 -5
  311. package/dist/vue2/lib/contact-row/contact-row-constants.js.map +0 -1
  312. package/dist/vue2/lib/emoji/emoji-constants.cjs +0 -2
  313. package/dist/vue2/lib/emoji/emoji-constants.cjs.map +0 -1
  314. package/dist/vue2/lib/emoji/emoji-constants.js +0 -5
  315. package/dist/vue2/lib/emoji/emoji-constants.js.map +0 -1
  316. package/dist/vue2/lib/group-row/group-row-constants.cjs +0 -2
  317. package/dist/vue2/lib/group-row/group-row-constants.cjs.map +0 -1
  318. package/dist/vue2/lib/group-row/group-row-constants.js +0 -8
  319. package/dist/vue2/lib/group-row/group-row-constants.js.map +0 -1
  320. package/dist/vue2/lib/time-pill/time-pill-constants.cjs +0 -2
  321. package/dist/vue2/lib/time-pill/time-pill-constants.cjs.map +0 -1
  322. package/dist/vue2/lib/time-pill/time-pill-constants.js +0 -8
  323. package/dist/vue2/lib/time-pill/time-pill-constants.js.map +0 -1
  324. package/dist/vue2/types/common/mixins/sr_only_close_button.d.ts +0 -30
  325. package/dist/vue2/types/common/mixins/sr_only_close_button.d.ts.map +0 -1
  326. package/dist/vue2/types/components/emoji/emoji_constants.d.ts +0 -3
  327. package/dist/vue2/types/components/emoji/emoji_constants.d.ts.map +0 -1
  328. package/dist/vue2/types/recipes/conversation_view/time_pill/time_pill_constants.d.ts +0 -6
  329. package/dist/vue2/types/recipes/conversation_view/time_pill/time_pill_constants.d.ts.map +0 -1
  330. package/dist/vue2/types/recipes/leftbar/contact_row/contact_row_constants.d.ts +0 -3
  331. package/dist/vue2/types/recipes/leftbar/contact_row/contact_row_constants.d.ts.map +0 -1
  332. package/dist/vue2/types/recipes/leftbar/group_row/group_row_constants.d.ts +0 -6
  333. package/dist/vue2/types/recipes/leftbar/group_row/group_row_constants.d.ts.map +0 -1
@@ -2,362 +2,363 @@ import { DEFAULT_VALIDATION_MESSAGE_TYPE as e, DESCRIPTION_SIZE_TYPES as r, VALI
2
2
  import { validationMessageValidator as _ } from "./common/validators/index.js";
3
3
  import { disableRootScrolling as f, enableRootScrolling as D, filterFormattedMessages as S, formatMessages as T, getUniqueString as O, getValidationState as p } from "./common/utils/index.js";
4
4
  import { durationInHHMM as R, getDateMedium as l, relativeDate as x, setDateLocale as i } from "./common/dates/index.js";
5
- import { codeToEmojiData as s, customEmojiAssetUrl as N, defaultEmojiAssetUrl as u, emojiFileExtensionLarge as d, emojiFileExtensionSmall as C, emojiImageUrlLarge as L, emojiImageUrlSmall as P, emojiJson as n, emojiRegex as M, emojiShortCodeRegex as c, emojiVersion as U, filterValidShortCodes as B, findEmojis as V, findShortCodes as F, getEmojiData as G, setCustomEmojiJson as K, setCustomEmojiUrl as g, setEmojiAssetUrlLarge as b, setEmojiAssetUrlSmall as j, shortcodeToEmojiData as H, stringToUnicode as Z, unicodeToString as h, validateCustomEmojiJson as Y } from "./common/emoji/index.js";
6
- import { DtTooltipDirective as W } from "./lib/tooltip-directive/tooltip.js";
7
- import { DtScrollbarDirective as w } from "./lib/scrollbar-directive/scrollbar.js";
8
- import { default as J } from "./common/mixins/dom.js";
9
- import { CheckableMixin as q, GroupableMixin as z, InputMixin as Q } from "./common/mixins/input.js";
10
- import { InputGroupMixin as tt } from "./common/mixins/input-group.js";
11
- import { default as et } from "./common/mixins/keyboard-list-navigation.js";
12
- import { default as at } from "./common/mixins/modal.js";
13
- import { default as _t } from "./common/mixins/skeleton.js";
14
- import { default as ft } from "./common/mixins/sr-only-close-button.js";
15
- import { default as St } from "./lib/avatar/avatar.js";
16
- import { AVATAR_COLORS as Ot, AVATAR_GROUP_VALIDATOR as pt, AVATAR_ICON_SIZES as mt, AVATAR_KIND_MODIFIERS as Rt, AVATAR_PRESENCE_SIZE_MODIFIERS as lt, AVATAR_PRESENCE_STATES as xt, AVATAR_RANDOM_COLORS as it, AVATAR_SIZE_MODIFIERS as At } from "./lib/avatar/avatar-constants.js";
17
- import { default as Nt } from "./lib/badge/badge.js";
18
- import { BADGE_DECORATION_MODIFIERS as dt, BADGE_KIND_MODIFIERS as Ct, BADGE_TYPE_MODIFIERS as Lt } from "./lib/badge/badge-constants.js";
19
- import { default as nt } from "./lib/banner/banner.js";
20
- import { default as ct } from "./lib/breadcrumbs/breadcrumbs.js";
21
- import { default as Bt } from "./lib/breadcrumbs/breadcrumb-item.js";
22
- import { BREADCRUMBS_INVERTED_MODIFIER as Ft, BREADCRUMB_ITEM_SELECTED_MODIFIER as Gt } from "./lib/breadcrumbs/breadcrumbs-constants.js";
23
- import { default as gt } from "./lib/button/button.js";
24
- import { BUTTON_ICON_SIZES as jt, BUTTON_IMPORTANCE_MODIFIERS as Ht, BUTTON_KIND_MODIFIERS as Zt, BUTTON_SIZE_MODIFIERS as ht, BUTTON_TYPES as Yt, ICON_POSITION_MODIFIERS as kt, INVALID_COMBINATION as Wt } from "./lib/button/button-constants.js";
25
- import { default as wt } from "./lib/button-group/button-group.js";
26
- import { BUTTON_GROUP_ALIGNMENT as Jt } from "./lib/button-group/button-group-constants.js";
27
- import { default as qt } from "./lib/card/card.js";
28
- import { default as Qt } from "./lib/checkbox/checkbox.js";
29
- import { default as to } from "./lib/checkbox-group/checkbox-group.js";
30
- import { default as eo } from "./lib/chip/chip.js";
31
- import { CHIP_CLOSE_BUTTON_SIZE_MODIFIERS as ao, CHIP_ICON_SIZES as Eo, CHIP_SIZE_MODIFIERS as _o } from "./lib/chip/chip-constants.js";
32
- import { default as fo } from "./lib/codeblock/codeblock.js";
33
- import { default as So } from "./lib/collapsible/collapsible.js";
34
- import { default as Oo } from "./lib/combobox/combobox.js";
35
- import { LABEL_SIZES as mo } from "./lib/combobox/combobox-constants.js";
36
- import { default as lo } from "./lib/datepicker/datepicker.js";
37
- import { formatLong as io, formatMedium as Ao, formatNoYear as so, formatNumerical as No, formatShort as uo } from "./lib/datepicker/formatUtils.js";
38
- import { default as Lo } from "./lib/description-list/description-list.js";
39
- import { DT_DESCRIPTION_LIST_DIRECTION as no } from "./lib/description-list/description-list-constants.js";
40
- import { default as co } from "./lib/dropdown/dropdown.js";
41
- import { default as Bo } from "./lib/dropdown/dropdown-separator.js";
42
- import { DROPDOWN_PADDING_CLASSES as Fo } from "./lib/dropdown/dropdown-constants.js";
43
- import { default as Ko } from "./lib/emoji/emoji.js";
44
- import { default as bo } from "./lib/emoji-picker/emoji-picker.js";
45
- import { CDN_URL as Ho, EMOJIS_PER_ROW as Zo, EMOJI_PICKER_CATEGORIES as ho, EMOJI_PICKER_SKIN_TONE_MODIFIERS as Yo } from "./lib/emoji-picker/emoji-picker-constants.js";
46
- import { default as Wo } from "./lib/emoji-text-wrapper/emoji-text-wrapper.js";
47
- import { default as wo } from "./lib/empty-state/empty-state.js";
5
+ import { codeToEmojiData as s, customEmojiAssetUrl as N, defaultEmojiAssetUrl as u, emojiFileExtensionLarge as d, emojiFileExtensionSmall as C, emojiImageUrlLarge as L, emojiImageUrlSmall as P, emojiJson as n, emojiRegex as M, emojiShortCodeRegex as c, emojiVersion as B, filterValidShortCodes as U, findEmojis as V, findShortCodes as F, getEmojiData as G, setCustomEmojiJson as K, setCustomEmojiUrl as g, setEmojiAssetUrlLarge as b, setEmojiAssetUrlSmall as j, shortcodeToEmojiData as H, stringToUnicode as Z, unicodeToString as h, validateCustomEmojiJson as Y } from "./common/emoji/index.js";
6
+ import { DialtoneLocalization as W } from "./localization/index.js";
7
+ import { DtTooltipDirective as w } from "./lib/tooltip-directive/tooltip.js";
8
+ import { DtScrollbarDirective as y } from "./lib/scrollbar-directive/scrollbar.js";
9
+ import { default as z } from "./common/mixins/dom.js";
10
+ import { CheckableMixin as Q, GroupableMixin as $, InputMixin as tt } from "./common/mixins/input.js";
11
+ import { InputGroupMixin as et } from "./common/mixins/input-group.js";
12
+ import { default as at } from "./common/mixins/keyboard-list-navigation.js";
13
+ import { default as _t } from "./common/mixins/modal.js";
14
+ import { default as ft } from "./common/mixins/skeleton.js";
15
+ import { default as St } from "./common/mixins/localization.js";
16
+ import { default as Ot } from "./lib/avatar/avatar.js";
17
+ import { AVATAR_COLORS as mt, AVATAR_GROUP_VALIDATOR as Rt, AVATAR_ICON_SIZES as lt, AVATAR_KIND_MODIFIERS as xt, AVATAR_PRESENCE_SIZE_MODIFIERS as it, AVATAR_PRESENCE_STATES as At, AVATAR_RANDOM_COLORS as st, AVATAR_SIZE_MODIFIERS as Nt } from "./lib/avatar/avatar-constants.js";
18
+ import { default as dt } from "./lib/badge/badge.js";
19
+ import { BADGE_DECORATION_MODIFIERS as Lt, BADGE_KIND_MODIFIERS as Pt, BADGE_TYPE_MODIFIERS as nt } from "./lib/badge/badge-constants.js";
20
+ import { default as ct } from "./lib/banner/banner.js";
21
+ import { default as Ut } from "./lib/breadcrumbs/breadcrumbs.js";
22
+ import { default as Ft } from "./lib/breadcrumbs/breadcrumb-item.js";
23
+ import { BREADCRUMBS_INVERTED_MODIFIER as Kt, BREADCRUMB_ITEM_SELECTED_MODIFIER as gt } from "./lib/breadcrumbs/breadcrumbs-constants.js";
24
+ import { default as jt } from "./lib/button/button.js";
25
+ import { BUTTON_ICON_SIZES as Zt, BUTTON_IMPORTANCE_MODIFIERS as ht, BUTTON_KIND_MODIFIERS as Yt, BUTTON_SIZE_MODIFIERS as kt, BUTTON_TYPES as Wt, ICON_POSITION_MODIFIERS as vt, INVALID_COMBINATION as wt } from "./lib/button/button-constants.js";
26
+ import { default as yt } from "./lib/button-group/button-group.js";
27
+ import { BUTTON_GROUP_ALIGNMENT as zt } from "./lib/button-group/button-group-constants.js";
28
+ import { default as Qt } from "./lib/card/card.js";
29
+ import { default as to } from "./lib/checkbox/checkbox.js";
30
+ import { default as eo } from "./lib/checkbox-group/checkbox-group.js";
31
+ import { default as ao } from "./lib/chip/chip.js";
32
+ import { CHIP_CLOSE_BUTTON_SIZE_MODIFIERS as _o, CHIP_ICON_SIZES as Io, CHIP_SIZE_MODIFIERS as fo } from "./lib/chip/chip-constants.js";
33
+ import { default as So } from "./lib/codeblock/codeblock.js";
34
+ import { default as Oo } from "./lib/collapsible/collapsible.js";
35
+ import { default as mo } from "./lib/combobox/combobox.js";
36
+ import { COMBOBOX_LABEL_SIZES as lo } from "./lib/combobox/combobox-constants.js";
37
+ import { default as io } from "./lib/datepicker/datepicker.js";
38
+ import { formatLong as so, formatMedium as No, formatNoYear as uo, formatNumerical as Co, formatShort as Lo } from "./lib/datepicker/formatUtils.js";
39
+ import { default as no } from "./lib/description-list/description-list.js";
40
+ import { DT_DESCRIPTION_LIST_DIRECTION as co } from "./lib/description-list/description-list-constants.js";
41
+ import { default as Uo } from "./lib/dropdown/dropdown.js";
42
+ import { default as Fo } from "./lib/dropdown/dropdown-separator.js";
43
+ import { DROPDOWN_PADDING_CLASSES as Ko } from "./lib/dropdown/dropdown-constants.js";
44
+ import { default as bo } from "./lib/emoji/emoji.js";
45
+ import { default as Ho } from "./lib/emoji-picker/emoji-picker.js";
46
+ import { CDN_URL as ho, EMOJIS_PER_ROW as Yo, EMOJI_PICKER_SKIN_TONE_MODIFIERS as ko } from "./lib/emoji-picker/emoji-picker-constants.js";
47
+ import { default as vo } from "./lib/emoji-text-wrapper/emoji-text-wrapper.js";
48
+ import { default as Xo } from "./lib/empty-state/empty-state.js";
48
49
  import { EMPTY_STATE_SIZE_MODIFIERS as Jo } from "./lib/empty-state/empty-state-constants.js";
49
50
  import { default as qo } from "./lib/hovercard/hovercard.js";
50
- import { default as Qo } from "./lib/icon/icon.js";
51
- import { ICON_NAMES as te, ICON_SIZE_MODIFIERS as oe } from "./lib/icon/icon-constants.js";
52
- import { default as re } from "./lib/illustration/illustration.js";
53
- import { ILLUSTRATION_NAMES as Ee } from "./lib/illustration/illustration-constants.js";
54
- import { default as Ie } from "./lib/image-viewer/image-viewer.js";
55
- import { default as De } from "./lib/input/input.js";
56
- import { INPUT_SIZES as Te, INPUT_TYPES as Oe } from "./lib/input/input-constants.js";
57
- import { default as me } from "./lib/input-group/input-group.js";
58
- import { default as le } from "./lib/item-layout/item-layout.js";
59
- import { default as ie } from "./lib/keyboard-shortcut/keyboard-shortcut.js";
60
- import { SHORTCUTS_ALIASES_LIST as se } from "./lib/keyboard-shortcut/keyboard-shortcut-constants.js";
61
- import { default as ue } from "./lib/lazy-show/lazy-show.js";
62
- import { default as Ce } from "./lib/link/link.js";
63
- import { DANGER as Pe, LINK_KIND_MODIFIERS as ne, LINK_VARIANTS as Me, MENTION as ce, MUTED as Ue, SUCCESS as Be, WARNING as Ve, getLinkKindModifier as Fe } from "./lib/link/link-constants.js";
64
- import { default as Ke } from "./lib/list-item/list-item.js";
65
- import { LIST_ITEM_NAVIGATION_TYPES as be, LIST_ITEM_TYPES as je } from "./lib/list-item/list-item-constants.js";
66
- import { default as Ze } from "./lib/list-item-group/list-item-group.js";
67
- import { default as Ye } from "./lib/modal/modal.js";
68
- import { MODAL_BANNER_KINDS as We, MODAL_KIND_MODIFIERS as ve, MODAL_SIZE_MODIFIERS as we } from "./lib/modal/modal-constants.js";
51
+ import { default as $o } from "./lib/icon/icon.js";
52
+ import { ICON_NAMES as oe, ICON_SIZE_MODIFIERS as ee } from "./lib/icon/icon-constants.js";
53
+ import { default as ae } from "./lib/illustration/illustration.js";
54
+ import { ILLUSTRATION_NAMES as _e } from "./lib/illustration/illustration-constants.js";
55
+ import { default as fe } from "./lib/image-viewer/image-viewer.js";
56
+ import { default as Se } from "./lib/input/input.js";
57
+ import { INPUT_SIZES as Oe, INPUT_TYPES as pe } from "./lib/input/input-constants.js";
58
+ import { default as Re } from "./lib/input-group/input-group.js";
59
+ import { default as xe } from "./lib/item-layout/item-layout.js";
60
+ import { default as Ae } from "./lib/keyboard-shortcut/keyboard-shortcut.js";
61
+ import { SHORTCUTS_ALIASES_LIST as Ne } from "./lib/keyboard-shortcut/keyboard-shortcut-constants.js";
62
+ import { default as de } from "./lib/lazy-show/lazy-show.js";
63
+ import { default as Le } from "./lib/link/link.js";
64
+ import { DANGER as ne, LINK_KIND_MODIFIERS as Me, LINK_VARIANTS as ce, MENTION as Be, MUTED as Ue, SUCCESS as Ve, WARNING as Fe, getLinkKindModifier as Ge } from "./lib/link/link-constants.js";
65
+ import { default as ge } from "./lib/list-item/list-item.js";
66
+ import { LIST_ITEM_NAVIGATION_TYPES as je, LIST_ITEM_TYPES as He } from "./lib/list-item/list-item-constants.js";
67
+ import { default as he } from "./lib/list-item-group/list-item-group.js";
68
+ import { default as ke } from "./lib/modal/modal.js";
69
+ import { MODAL_BANNER_KINDS as ve, MODAL_KIND_MODIFIERS as we, MODAL_SIZE_MODIFIERS as Xe } from "./lib/modal/modal-constants.js";
69
70
  import { default as Je } from "./lib/notice/notice.js";
70
71
  import { default as qe } from "./lib/notice/notice-action.js";
71
- import { default as Qe } from "./lib/notice/notice-icon.js";
72
- import { default as tr } from "./lib/notice/notice-content.js";
73
- import { NOTICE_KINDS as er, NOTICE_ROLES as rr } from "./lib/notice/notice-constants.js";
74
- import { default as Er } from "./lib/pagination/pagination.js";
75
- import { default as Ir } from "./lib/popover/popover.js";
76
- import { POPOVER_APPEND_TO_VALUES as Dr, POPOVER_CONTENT_WIDTHS as Sr, POPOVER_DIRECTIONS as Tr, POPOVER_HEADER_FOOTER_PADDING_CLASSES as Or, POPOVER_INITIAL_FOCUS_STRINGS as pr, POPOVER_PADDING_CLASSES as mr, POPOVER_ROLES as Rr, POPOVER_STICKY_VALUES as lr } from "./lib/popover/popover-constants.js";
77
- import { default as ir } from "./lib/presence/presence.js";
78
- import { PRESENCE_STATES as sr, PRESENCE_STATES_LIST as Nr } from "./lib/presence/presence-constants.js";
79
- import { default as dr } from "./lib/radio/radio.js";
80
- import { RADIO_INPUT_VALIDATION_CLASSES as Lr } from "./lib/radio/radio-constants.js";
81
- import { default as nr } from "./lib/radio-group/radio-group.js";
82
- import { default as cr } from "./lib/rich-text-editor/rich-text-editor.js";
83
- import { RICH_TEXT_EDITOR_AUTOFOCUS_TYPES as Br, RICH_TEXT_EDITOR_OUTPUT_FORMATS as Vr } from "./lib/rich-text-editor/rich-text-editor-constants.js";
84
- import { default as Gr } from "./lib/root-layout/root-layout.js";
85
- import { ROOT_LAYOUT_RESPONSIVE_BREAKPOINTS as gr, ROOT_LAYOUT_SIDEBAR_POSITIONS as br } from "./lib/root-layout/root-layout-constants.js";
86
- import { default as Hr } from "./lib/select-menu/select-menu.js";
87
- import { SELECT_SIZE_MODIFIERS as hr, SELECT_STATE_MODIFIERS as Yr } from "./lib/select-menu/select-menu-constants.js";
88
- import { default as Wr } from "./lib/skeleton/skeleton.js";
89
- import { default as wr } from "./lib/skeleton/skeleton-list-item.js";
72
+ import { default as $e } from "./lib/notice/notice-icon.js";
73
+ import { default as or } from "./lib/notice/notice-content.js";
74
+ import { NOTICE_KINDS as rr, NOTICE_ROLES as ar } from "./lib/notice/notice-constants.js";
75
+ import { default as _r } from "./lib/pagination/pagination.js";
76
+ import { default as fr } from "./lib/popover/popover.js";
77
+ import { POPOVER_APPEND_TO_VALUES as Sr, POPOVER_CONTENT_WIDTHS as Tr, POPOVER_DIRECTIONS as Or, POPOVER_HEADER_FOOTER_PADDING_CLASSES as pr, POPOVER_INITIAL_FOCUS_STRINGS as mr, POPOVER_PADDING_CLASSES as Rr, POPOVER_ROLES as lr, POPOVER_STICKY_VALUES as xr } from "./lib/popover/popover-constants.js";
78
+ import { default as Ar } from "./lib/presence/presence.js";
79
+ import { PRESENCE_STATES as Nr, PRESENCE_STATES_LIST as ur } from "./lib/presence/presence-constants.js";
80
+ import { default as Cr } from "./lib/radio/radio.js";
81
+ import { RADIO_INPUT_VALIDATION_CLASSES as Pr } from "./lib/radio/radio-constants.js";
82
+ import { default as Mr } from "./lib/radio-group/radio-group.js";
83
+ import { default as Br } from "./lib/rich-text-editor/rich-text-editor.js";
84
+ import { RICH_TEXT_EDITOR_AUTOFOCUS_TYPES as Vr, RICH_TEXT_EDITOR_OUTPUT_FORMATS as Fr } from "./lib/rich-text-editor/rich-text-editor-constants.js";
85
+ import { default as Kr } from "./lib/root-layout/root-layout.js";
86
+ import { ROOT_LAYOUT_RESPONSIVE_BREAKPOINTS as br, ROOT_LAYOUT_SIDEBAR_POSITIONS as jr } from "./lib/root-layout/root-layout-constants.js";
87
+ import { default as Zr } from "./lib/select-menu/select-menu.js";
88
+ import { SELECT_SIZE_MODIFIERS as Yr, SELECT_STATE_MODIFIERS as kr } from "./lib/select-menu/select-menu-constants.js";
89
+ import { default as vr } from "./lib/skeleton/skeleton.js";
90
+ import { default as Xr } from "./lib/skeleton/skeleton-list-item.js";
90
91
  import { default as Jr } from "./lib/skeleton/skeleton-text.js";
91
92
  import { default as qr } from "./lib/skeleton/skeleton-shape.js";
92
- import { default as Qr } from "./lib/skeleton/skeleton-paragraph.js";
93
- import { SKELETON_HEADING_HEIGHTS as ta, SKELETON_RIPPLE_DURATION as oa, SKELETON_SHAPES as ea, SKELETON_SHAPE_SIZES as ra, SKELETON_TEXT_TYPES as aa } from "./lib/skeleton/skeleton-constants.js";
94
- import { default as _a } from "./lib/split-button/split-button.js";
95
- import { SPLIT_BUTTON_ICON_SIZES as fa } from "./lib/split-button/split-button-constants.js";
96
- import { default as Sa } from "./lib/stack/stack.js";
97
- import { DT_STACK_DIRECTION as Oa, DT_STACK_GAP as pa, DT_STACK_RESPONSIVE_BREAKPOINTS as ma } from "./lib/stack/stack-constants.js";
98
- import { default as la } from "./lib/tab/tab-group.js";
99
- import { default as ia } from "./lib/tab/tab.js";
100
- import { default as sa } from "./lib/tab/tab-panel.js";
101
- import { TAB_IMPORTANCE_MODIFIERS as ua, TAB_LIST_IMPORTANCE_MODIFIERS as da, TAB_LIST_KIND_MODIFIERS as Ca, TAB_LIST_SIZES as La } from "./lib/tab/tabs-constants.js";
102
- import { default as na } from "./lib/toast/toast.js";
103
- import { TOAST_MIN_DURATION as ca, TOAST_ROLES as Ua } from "./lib/toast/toast-constants.js";
104
- import { default as Va } from "./lib/toggle/toggle.js";
105
- import { TOGGLE_CHECKED_VALUES as Ga, TOGGLE_SIZE_MODIFIERS as Ka } from "./lib/toggle/toggle-constants.js";
106
- import { default as ba } from "./lib/tooltip/tooltip.js";
107
- import { TOOLTIP_DELAY_MS as Ha, TOOLTIP_DIRECTIONS as Za, TOOLTIP_HIDE_ON_CLICK_VARIANTS as ha, TOOLTIP_KIND_MODIFIERS as Ya, TOOLTIP_STICKY_VALUES as ka } from "./lib/tooltip/tooltip-constants.js";
108
- import { default as va } from "./lib/validation-messages/validation-messages.js";
93
+ import { default as $r } from "./lib/skeleton/skeleton-paragraph.js";
94
+ import { SKELETON_HEADING_HEIGHTS as oa, SKELETON_RIPPLE_DURATION as ea, SKELETON_SHAPES as ra, SKELETON_SHAPE_SIZES as aa, SKELETON_TEXT_TYPES as Ea } from "./lib/skeleton/skeleton-constants.js";
95
+ import { default as Ia } from "./lib/split-button/split-button.js";
96
+ import { SPLIT_BUTTON_ICON_SIZES as Da } from "./lib/split-button/split-button-constants.js";
97
+ import { default as Ta } from "./lib/stack/stack.js";
98
+ import { DT_STACK_DIRECTION as pa, DT_STACK_GAP as ma, DT_STACK_RESPONSIVE_BREAKPOINTS as Ra } from "./lib/stack/stack-constants.js";
99
+ import { default as xa } from "./lib/tab/tab-group.js";
100
+ import { default as Aa } from "./lib/tab/tab.js";
101
+ import { default as Na } from "./lib/tab/tab-panel.js";
102
+ import { TAB_IMPORTANCE_MODIFIERS as da, TAB_LIST_IMPORTANCE_MODIFIERS as Ca, TAB_LIST_KIND_MODIFIERS as La, TAB_LIST_SIZES as Pa } from "./lib/tab/tabs-constants.js";
103
+ import { default as Ma } from "./lib/toast/toast.js";
104
+ import { TOAST_MIN_DURATION as Ba, TOAST_ROLES as Ua } from "./lib/toast/toast-constants.js";
105
+ import { default as Fa } from "./lib/toggle/toggle.js";
106
+ import { TOGGLE_CHECKED_VALUES as Ka, TOGGLE_SIZE_MODIFIERS as ga } from "./lib/toggle/toggle-constants.js";
107
+ import { default as ja } from "./lib/tooltip/tooltip.js";
108
+ import { TOOLTIP_DELAY_MS as Za, TOOLTIP_DIRECTIONS as ha, TOOLTIP_HIDE_ON_CLICK_VARIANTS as Ya, TOOLTIP_KIND_MODIFIERS as ka, TOOLTIP_STICKY_VALUES as Wa } from "./lib/tooltip/tooltip-constants.js";
109
+ import { default as wa } from "./lib/validation-messages/validation-messages.js";
109
110
  import { default as ya } from "./lib/callbar-button/callbar-button.js";
110
- import { CALLBAR_BUTTON_VALID_WIDTH_SIZE as Xa } from "./lib/callbar-button/callbar-button-constants.js";
111
- import { default as za } from "./lib/callbar-button-with-popover/callbar-button-with-popover.js";
112
- import { default as $a } from "./lib/callbar-button-with-dropdown/callbar-button-with-dropdown.js";
113
- import { default as oE } from "./lib/ivr-node/ivr-node.js";
114
- import { IVR_NODE_ASSIGN as rE, IVR_NODE_BRANCH as aE, IVR_NODE_CUSTOMER_DATA as EE, IVR_NODE_EXPERT as _E, IVR_NODE_GO_TO as IE, IVR_NODE_HANGUP as fE, IVR_NODE_ICON_TYPES as DE, IVR_NODE_LABELS as SE, IVR_NODE_PROMPT_COLLECT as TE, IVR_NODE_PROMPT_MENU as OE, IVR_NODE_PROMPT_PLAY as pE, IVR_NODE_TRANSFER as mE } from "./lib/ivr-node/ivr-node-constants.js";
115
- import { default as lE } from "./lib/grouped-chip/grouped-chip.js";
116
- import { default as iE } from "./lib/combobox-multi-select/combobox-multi-select.js";
117
- import { CHIP_SIZES as sE, CHIP_TOP_POSITION as NE, MULTI_SELECT_SIZES as uE } from "./lib/combobox-multi-select/combobox-multi-select-constants.js";
118
- import { default as CE } from "./lib/combobox-with-popover/combobox-with-popover.js";
119
- import { default as PE } from "./lib/attachment-carousel/attachment-carousel.js";
120
- import { default as ME } from "./lib/editor/editor.js";
111
+ import { CALLBAR_BUTTON_VALID_WIDTH_SIZE as za } from "./lib/callbar-button/callbar-button-constants.js";
112
+ import { default as Qa } from "./lib/callbar-button-with-popover/callbar-button-with-popover.js";
113
+ import { default as tE } from "./lib/callbar-button-with-dropdown/callbar-button-with-dropdown.js";
114
+ import { default as eE } from "./lib/ivr-node/ivr-node.js";
115
+ import { IVR_NODE_ASSIGN as aE, IVR_NODE_BRANCH as EE, IVR_NODE_CUSTOMER_DATA as _E, IVR_NODE_EXPERT as IE, IVR_NODE_GO_TO as fE, IVR_NODE_HANGUP as DE, IVR_NODE_ICON_TYPES as SE, IVR_NODE_LABELS as TE, IVR_NODE_PROMPT_COLLECT as OE, IVR_NODE_PROMPT_MENU as pE, IVR_NODE_PROMPT_PLAY as mE, IVR_NODE_TRANSFER as RE } from "./lib/ivr-node/ivr-node-constants.js";
116
+ import { default as xE } from "./lib/grouped-chip/grouped-chip.js";
117
+ import { default as AE } from "./lib/combobox-multi-select/combobox-multi-select.js";
118
+ import { CHIP_SIZES as NE, CHIP_TOP_POSITION as uE, MULTI_SELECT_SIZES as dE } from "./lib/combobox-multi-select/combobox-multi-select-constants.js";
119
+ import { default as LE } from "./lib/combobox-with-popover/combobox-with-popover.js";
120
+ import { default as nE } from "./lib/attachment-carousel/attachment-carousel.js";
121
+ import { default as cE } from "./lib/editor/editor.js";
121
122
  import { default as UE } from "./lib/emoji-row/emoji-row.js";
122
- import { REACTIONS_ATTRIBUTES as VE } from "./lib/emoji-row/emoji-row-constants.js";
123
- import { default as GE } from "./lib/feed-item-pill/feed-item-pill.js";
124
- import { FEED_ITEM_PILL_BORDER_COLORS as gE } from "./lib/feed-item-pill/feed-item-pill-constants.js";
125
- import { default as jE } from "./lib/feed-item-row/feed-item-row.js";
126
- import { DEFAULT_FEED_ROW_STATE as ZE, FEED_ROW_STATE_BACKGROUND_COLOR as hE } from "./lib/feed-item-row/feed-item-row-constants.js";
127
- import { default as kE } from "./lib/message-input/message-input.js";
128
- import { default as vE } from "./lib/time-pill/time-pill.js";
123
+ import { REACTIONS_ATTRIBUTES as FE } from "./lib/emoji-row/emoji-row-constants.js";
124
+ import { default as KE } from "./lib/feed-item-pill/feed-item-pill.js";
125
+ import { FEED_ITEM_PILL_BORDER_COLORS as bE } from "./lib/feed-item-pill/feed-item-pill-constants.js";
126
+ import { default as HE } from "./lib/feed-item-row/feed-item-row.js";
127
+ import { DEFAULT_FEED_ROW_STATE as hE, FEED_ROW_STATE_BACKGROUND_COLOR as YE } from "./lib/feed-item-row/feed-item-row-constants.js";
128
+ import { default as WE } from "./lib/message-input/message-input.js";
129
+ import { default as wE } from "./lib/time-pill/time-pill.js";
129
130
  import { default as yE } from "./lib/settings-menu-button/settings-menu-button.js";
130
- import { default as XE } from "./lib/contact-info/contact-info.js";
131
- import { default as zE } from "./lib/callbox/callbox.js";
132
- import { CALLBOX_BADGE_COLORS as $E, CALLBOX_BORDER_COLORS as t_ } from "./lib/callbox/callbox-constants.js";
133
- import { default as e_ } from "./lib/contact-centers-row/contact-centers-row.js";
134
- import { default as a_ } from "./lib/contact-row/contact-row.js";
135
- import { default as __ } from "./lib/general-row/general-row.js";
136
- import { LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS as f_, LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR as D_, LEFTBAR_GENERAL_ROW_ICON_SIZES as S_, LEFTBAR_GENERAL_ROW_TYPES as T_ } from "./lib/general-row/general-row-constants.js";
137
- import { default as p_ } from "./lib/group-row/group-row.js";
138
- import { default as R_ } from "./lib/unread-pill/unread-pill.js";
139
- import { UNREAD_PILL_DIRECTIONS as x_, UNREAD_PILL_KINDS as i_ } from "./lib/unread-pill/unread-pill-constants.js";
140
- import { default as s_ } from "./lib/top-banner-info/top-banner-info.js";
141
- import { COLOR_CODES as u_ } from "./lib/top-banner-info/top-banner-info-constants.js";
131
+ import { default as zE } from "./lib/contact-info/contact-info.js";
132
+ import { default as QE } from "./lib/callbox/callbox.js";
133
+ import { CALLBOX_BADGE_COLORS as t_, CALLBOX_BORDER_COLORS as o_ } from "./lib/callbox/callbox-constants.js";
134
+ import { default as r_ } from "./lib/contact-centers-row/contact-centers-row.js";
135
+ import { default as E_ } from "./lib/contact-row/contact-row.js";
136
+ import { default as I_ } from "./lib/general-row/general-row.js";
137
+ import { LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS as D_, LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR as S_, LEFTBAR_GENERAL_ROW_ICON_SIZES as T_, LEFTBAR_GENERAL_ROW_TYPES as O_ } from "./lib/general-row/general-row-constants.js";
138
+ import { default as m_ } from "./lib/group-row/group-row.js";
139
+ import { default as l_ } from "./lib/unread-pill/unread-pill.js";
140
+ import { UNREAD_PILL_DIRECTIONS as i_, UNREAD_PILL_KINDS as A_ } from "./lib/unread-pill/unread-pill-constants.js";
141
+ import { default as N_ } from "./lib/top-banner-info/top-banner-info.js";
142
+ import { COLOR_CODES as d_ } from "./lib/top-banner-info/top-banner-info-constants.js";
142
143
  export {
143
- Ot as AVATAR_COLORS,
144
- pt as AVATAR_GROUP_VALIDATOR,
145
- mt as AVATAR_ICON_SIZES,
146
- Rt as AVATAR_KIND_MODIFIERS,
147
- lt as AVATAR_PRESENCE_SIZE_MODIFIERS,
148
- xt as AVATAR_PRESENCE_STATES,
149
- it as AVATAR_RANDOM_COLORS,
150
- At as AVATAR_SIZE_MODIFIERS,
151
- dt as BADGE_DECORATION_MODIFIERS,
152
- Ct as BADGE_KIND_MODIFIERS,
153
- Lt as BADGE_TYPE_MODIFIERS,
154
- Ft as BREADCRUMBS_INVERTED_MODIFIER,
155
- Gt as BREADCRUMB_ITEM_SELECTED_MODIFIER,
156
- Jt as BUTTON_GROUP_ALIGNMENT,
157
- jt as BUTTON_ICON_SIZES,
158
- Ht as BUTTON_IMPORTANCE_MODIFIERS,
159
- Zt as BUTTON_KIND_MODIFIERS,
160
- ht as BUTTON_SIZE_MODIFIERS,
161
- Yt as BUTTON_TYPES,
162
- Xa as CALLBAR_BUTTON_VALID_WIDTH_SIZE,
163
- $E as CALLBOX_BADGE_COLORS,
164
- t_ as CALLBOX_BORDER_COLORS,
165
- Ho as CDN_URL,
166
- ao as CHIP_CLOSE_BUTTON_SIZE_MODIFIERS,
167
- Eo as CHIP_ICON_SIZES,
168
- sE as CHIP_SIZES,
169
- _o as CHIP_SIZE_MODIFIERS,
170
- NE as CHIP_TOP_POSITION,
171
- u_ as COLOR_CODES,
172
- Pe as DANGER,
173
- ZE as DEFAULT_FEED_ROW_STATE,
144
+ mt as AVATAR_COLORS,
145
+ Rt as AVATAR_GROUP_VALIDATOR,
146
+ lt as AVATAR_ICON_SIZES,
147
+ xt as AVATAR_KIND_MODIFIERS,
148
+ it as AVATAR_PRESENCE_SIZE_MODIFIERS,
149
+ At as AVATAR_PRESENCE_STATES,
150
+ st as AVATAR_RANDOM_COLORS,
151
+ Nt as AVATAR_SIZE_MODIFIERS,
152
+ Lt as BADGE_DECORATION_MODIFIERS,
153
+ Pt as BADGE_KIND_MODIFIERS,
154
+ nt as BADGE_TYPE_MODIFIERS,
155
+ Kt as BREADCRUMBS_INVERTED_MODIFIER,
156
+ gt as BREADCRUMB_ITEM_SELECTED_MODIFIER,
157
+ zt as BUTTON_GROUP_ALIGNMENT,
158
+ Zt as BUTTON_ICON_SIZES,
159
+ ht as BUTTON_IMPORTANCE_MODIFIERS,
160
+ Yt as BUTTON_KIND_MODIFIERS,
161
+ kt as BUTTON_SIZE_MODIFIERS,
162
+ Wt as BUTTON_TYPES,
163
+ za as CALLBAR_BUTTON_VALID_WIDTH_SIZE,
164
+ t_ as CALLBOX_BADGE_COLORS,
165
+ o_ as CALLBOX_BORDER_COLORS,
166
+ ho as CDN_URL,
167
+ _o as CHIP_CLOSE_BUTTON_SIZE_MODIFIERS,
168
+ Io as CHIP_ICON_SIZES,
169
+ NE as CHIP_SIZES,
170
+ fo as CHIP_SIZE_MODIFIERS,
171
+ uE as CHIP_TOP_POSITION,
172
+ d_ as COLOR_CODES,
173
+ lo as COMBOBOX_LABEL_SIZES,
174
+ ne as DANGER,
175
+ hE as DEFAULT_FEED_ROW_STATE,
174
176
  e as DEFAULT_VALIDATION_MESSAGE_TYPE,
175
177
  r as DESCRIPTION_SIZE_TYPES,
176
- Fo as DROPDOWN_PADDING_CLASSES,
177
- no as DT_DESCRIPTION_LIST_DIRECTION,
178
- Oa as DT_STACK_DIRECTION,
179
- pa as DT_STACK_GAP,
180
- ma as DT_STACK_RESPONSIVE_BREAKPOINTS,
181
- St as DtAvatar,
182
- Nt as DtBadge,
183
- nt as DtBanner,
184
- Bt as DtBreadcrumbItem,
185
- ct as DtBreadcrumbs,
186
- gt as DtButton,
187
- wt as DtButtonGroup,
188
- qt as DtCard,
189
- q as DtCheckableInputMixin,
190
- Qt as DtCheckbox,
191
- to as DtCheckboxGroup,
192
- eo as DtChip,
193
- fo as DtCodeblock,
194
- So as DtCollapsible,
195
- Oo as DtCombobox,
196
- J as DtDOMMixin,
197
- lo as DtDatepicker,
198
- Lo as DtDescriptionList,
199
- co as DtDropdown,
200
- Bo as DtDropdownSeparator,
201
- Ko as DtEmoji,
202
- bo as DtEmojiPicker,
203
- Wo as DtEmojiTextWrapper,
204
- wo as DtEmptyState,
205
- z as DtGroupableInputMixin,
178
+ Ko as DROPDOWN_PADDING_CLASSES,
179
+ co as DT_DESCRIPTION_LIST_DIRECTION,
180
+ pa as DT_STACK_DIRECTION,
181
+ ma as DT_STACK_GAP,
182
+ Ra as DT_STACK_RESPONSIVE_BREAKPOINTS,
183
+ W as DialtoneLocalization,
184
+ Ot as DtAvatar,
185
+ dt as DtBadge,
186
+ ct as DtBanner,
187
+ Ft as DtBreadcrumbItem,
188
+ Ut as DtBreadcrumbs,
189
+ jt as DtButton,
190
+ yt as DtButtonGroup,
191
+ Qt as DtCard,
192
+ Q as DtCheckableInputMixin,
193
+ to as DtCheckbox,
194
+ eo as DtCheckboxGroup,
195
+ ao as DtChip,
196
+ So as DtCodeblock,
197
+ Oo as DtCollapsible,
198
+ mo as DtCombobox,
199
+ z as DtDOMMixin,
200
+ io as DtDatepicker,
201
+ no as DtDescriptionList,
202
+ Uo as DtDropdown,
203
+ Fo as DtDropdownSeparator,
204
+ bo as DtEmoji,
205
+ Ho as DtEmojiPicker,
206
+ vo as DtEmojiTextWrapper,
207
+ Xo as DtEmptyState,
208
+ $ as DtGroupableInputMixin,
206
209
  qo as DtHovercard,
207
- Qo as DtIcon,
208
- re as DtIllustration,
209
- Ie as DtImageViewer,
210
- De as DtInput,
211
- me as DtInputGroup,
212
- tt as DtInputGroupMixin,
213
- Q as DtInputMixin,
214
- le as DtItemLayout,
215
- et as DtKeyboardListNavigationMixin,
216
- ie as DtKeyboardShortcut,
217
- ue as DtLazyShow,
218
- Ce as DtLink,
219
- Ke as DtListItem,
220
- Ze as DtListItemGroup,
221
- Ye as DtModal,
222
- at as DtModalMixin,
210
+ $o as DtIcon,
211
+ ae as DtIllustration,
212
+ fe as DtImageViewer,
213
+ Se as DtInput,
214
+ Re as DtInputGroup,
215
+ et as DtInputGroupMixin,
216
+ tt as DtInputMixin,
217
+ xe as DtItemLayout,
218
+ at as DtKeyboardListNavigationMixin,
219
+ Ae as DtKeyboardShortcut,
220
+ de as DtLazyShow,
221
+ Le as DtLink,
222
+ ge as DtListItem,
223
+ he as DtListItemGroup,
224
+ St as DtLocalizationMixin,
225
+ ke as DtModal,
226
+ _t as DtModalMixin,
223
227
  Je as DtNotice,
224
228
  qe as DtNoticeAction,
225
- tr as DtNoticeContent,
226
- Qe as DtNoticeIcon,
227
- Er as DtPagination,
228
- Ir as DtPopover,
229
- ir as DtPresence,
230
- dr as DtRadio,
231
- nr as DtRadioGroup,
232
- PE as DtRecipeAttachmentCarousel,
229
+ or as DtNoticeContent,
230
+ $e as DtNoticeIcon,
231
+ _r as DtPagination,
232
+ fr as DtPopover,
233
+ Ar as DtPresence,
234
+ Cr as DtRadio,
235
+ Mr as DtRadioGroup,
236
+ nE as DtRecipeAttachmentCarousel,
233
237
  ya as DtRecipeCallbarButton,
234
- $a as DtRecipeCallbarButtonWithDropdown,
235
- za as DtRecipeCallbarButtonWithPopover,
236
- zE as DtRecipeCallbox,
237
- iE as DtRecipeComboboxMultiSelect,
238
- CE as DtRecipeComboboxWithPopover,
239
- e_ as DtRecipeContactCentersRow,
240
- XE as DtRecipeContactInfo,
241
- a_ as DtRecipeContactRow,
242
- ME as DtRecipeEditor,
238
+ tE as DtRecipeCallbarButtonWithDropdown,
239
+ Qa as DtRecipeCallbarButtonWithPopover,
240
+ QE as DtRecipeCallbox,
241
+ AE as DtRecipeComboboxMultiSelect,
242
+ LE as DtRecipeComboboxWithPopover,
243
+ r_ as DtRecipeContactCentersRow,
244
+ zE as DtRecipeContactInfo,
245
+ E_ as DtRecipeContactRow,
246
+ cE as DtRecipeEditor,
243
247
  UE as DtRecipeEmojiRow,
244
- GE as DtRecipeFeedItemPill,
245
- jE as DtRecipeFeedItemRow,
246
- __ as DtRecipeGeneralRow,
247
- p_ as DtRecipeGroupRow,
248
- lE as DtRecipeGroupedChip,
249
- oE as DtRecipeIvrNode,
250
- kE as DtRecipeMessageInput,
248
+ KE as DtRecipeFeedItemPill,
249
+ HE as DtRecipeFeedItemRow,
250
+ I_ as DtRecipeGeneralRow,
251
+ m_ as DtRecipeGroupRow,
252
+ xE as DtRecipeGroupedChip,
253
+ eE as DtRecipeIvrNode,
254
+ WE as DtRecipeMessageInput,
251
255
  yE as DtRecipeSettingsMenuButton,
252
- vE as DtRecipeTimePill,
253
- s_ as DtRecipeTopBannerInfo,
254
- R_ as DtRecipeUnreadPill,
255
- cr as DtRichTextEditor,
256
- Gr as DtRootLayout,
257
- w as DtScrollbarDirective,
258
- Hr as DtSelectMenu,
259
- Wr as DtSkeleton,
260
- wr as DtSkeletonListItem,
261
- _t as DtSkeletonMixin,
262
- Qr as DtSkeletonParagraph,
256
+ wE as DtRecipeTimePill,
257
+ N_ as DtRecipeTopBannerInfo,
258
+ l_ as DtRecipeUnreadPill,
259
+ Br as DtRichTextEditor,
260
+ Kr as DtRootLayout,
261
+ y as DtScrollbarDirective,
262
+ Zr as DtSelectMenu,
263
+ vr as DtSkeleton,
264
+ Xr as DtSkeletonListItem,
265
+ ft as DtSkeletonMixin,
266
+ $r as DtSkeletonParagraph,
263
267
  qr as DtSkeletonShape,
264
268
  Jr as DtSkeletonText,
265
- _a as DtSplitButton,
266
- ft as DtSrOnlyCloseButtonMixin,
267
- Sa as DtStack,
268
- ia as DtTab,
269
- la as DtTabGroup,
270
- sa as DtTabPanel,
271
- na as DtToast,
272
- Va as DtToggle,
273
- ba as DtTooltip,
274
- W as DtTooltipDirective,
275
- va as DtValidationMessages,
276
- Zo as EMOJIS_PER_ROW,
277
- ho as EMOJI_PICKER_CATEGORIES,
278
- Yo as EMOJI_PICKER_SKIN_TONE_MODIFIERS,
269
+ Ia as DtSplitButton,
270
+ Ta as DtStack,
271
+ Aa as DtTab,
272
+ xa as DtTabGroup,
273
+ Na as DtTabPanel,
274
+ Ma as DtToast,
275
+ Fa as DtToggle,
276
+ ja as DtTooltip,
277
+ w as DtTooltipDirective,
278
+ wa as DtValidationMessages,
279
+ Yo as EMOJIS_PER_ROW,
280
+ ko as EMOJI_PICKER_SKIN_TONE_MODIFIERS,
279
281
  Jo as EMPTY_STATE_SIZE_MODIFIERS,
280
- gE as FEED_ITEM_PILL_BORDER_COLORS,
281
- hE as FEED_ROW_STATE_BACKGROUND_COLOR,
282
- te as ICON_NAMES,
283
- kt as ICON_POSITION_MODIFIERS,
284
- oe as ICON_SIZE_MODIFIERS,
285
- Ee as ILLUSTRATION_NAMES,
286
- Te as INPUT_SIZES,
287
- Oe as INPUT_TYPES,
288
- Wt as INVALID_COMBINATION,
289
- rE as IVR_NODE_ASSIGN,
290
- aE as IVR_NODE_BRANCH,
291
- EE as IVR_NODE_CUSTOMER_DATA,
292
- _E as IVR_NODE_EXPERT,
293
- IE as IVR_NODE_GO_TO,
294
- fE as IVR_NODE_HANGUP,
295
- DE as IVR_NODE_ICON_TYPES,
296
- SE as IVR_NODE_LABELS,
297
- TE as IVR_NODE_PROMPT_COLLECT,
298
- OE as IVR_NODE_PROMPT_MENU,
299
- pE as IVR_NODE_PROMPT_PLAY,
300
- mE as IVR_NODE_TRANSFER,
301
- mo as LABEL_SIZES,
302
- f_ as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS,
303
- D_ as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR,
304
- S_ as LEFTBAR_GENERAL_ROW_ICON_SIZES,
305
- T_ as LEFTBAR_GENERAL_ROW_TYPES,
306
- ne as LINK_KIND_MODIFIERS,
307
- Me as LINK_VARIANTS,
308
- be as LIST_ITEM_NAVIGATION_TYPES,
309
- je as LIST_ITEM_TYPES,
310
- ce as MENTION,
311
- We as MODAL_BANNER_KINDS,
312
- ve as MODAL_KIND_MODIFIERS,
313
- we as MODAL_SIZE_MODIFIERS,
314
- uE as MULTI_SELECT_SIZES,
282
+ bE as FEED_ITEM_PILL_BORDER_COLORS,
283
+ YE as FEED_ROW_STATE_BACKGROUND_COLOR,
284
+ oe as ICON_NAMES,
285
+ vt as ICON_POSITION_MODIFIERS,
286
+ ee as ICON_SIZE_MODIFIERS,
287
+ _e as ILLUSTRATION_NAMES,
288
+ Oe as INPUT_SIZES,
289
+ pe as INPUT_TYPES,
290
+ wt as INVALID_COMBINATION,
291
+ aE as IVR_NODE_ASSIGN,
292
+ EE as IVR_NODE_BRANCH,
293
+ _E as IVR_NODE_CUSTOMER_DATA,
294
+ IE as IVR_NODE_EXPERT,
295
+ fE as IVR_NODE_GO_TO,
296
+ DE as IVR_NODE_HANGUP,
297
+ SE as IVR_NODE_ICON_TYPES,
298
+ TE as IVR_NODE_LABELS,
299
+ OE as IVR_NODE_PROMPT_COLLECT,
300
+ pE as IVR_NODE_PROMPT_MENU,
301
+ mE as IVR_NODE_PROMPT_PLAY,
302
+ RE as IVR_NODE_TRANSFER,
303
+ D_ as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS,
304
+ S_ as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR,
305
+ T_ as LEFTBAR_GENERAL_ROW_ICON_SIZES,
306
+ O_ as LEFTBAR_GENERAL_ROW_TYPES,
307
+ Me as LINK_KIND_MODIFIERS,
308
+ ce as LINK_VARIANTS,
309
+ je as LIST_ITEM_NAVIGATION_TYPES,
310
+ He as LIST_ITEM_TYPES,
311
+ Be as MENTION,
312
+ ve as MODAL_BANNER_KINDS,
313
+ we as MODAL_KIND_MODIFIERS,
314
+ Xe as MODAL_SIZE_MODIFIERS,
315
+ dE as MULTI_SELECT_SIZES,
315
316
  Ue as MUTED,
316
- er as NOTICE_KINDS,
317
- rr as NOTICE_ROLES,
318
- Dr as POPOVER_APPEND_TO_VALUES,
319
- Sr as POPOVER_CONTENT_WIDTHS,
320
- Tr as POPOVER_DIRECTIONS,
321
- Or as POPOVER_HEADER_FOOTER_PADDING_CLASSES,
322
- pr as POPOVER_INITIAL_FOCUS_STRINGS,
323
- mr as POPOVER_PADDING_CLASSES,
324
- Rr as POPOVER_ROLES,
325
- lr as POPOVER_STICKY_VALUES,
326
- sr as PRESENCE_STATES,
327
- Nr as PRESENCE_STATES_LIST,
328
- Lr as RADIO_INPUT_VALIDATION_CLASSES,
329
- VE as REACTIONS_ATTRIBUTES,
330
- Br as RICH_TEXT_EDITOR_AUTOFOCUS_TYPES,
331
- Vr as RICH_TEXT_EDITOR_OUTPUT_FORMATS,
332
- gr as ROOT_LAYOUT_RESPONSIVE_BREAKPOINTS,
333
- br as ROOT_LAYOUT_SIDEBAR_POSITIONS,
334
- hr as SELECT_SIZE_MODIFIERS,
335
- Yr as SELECT_STATE_MODIFIERS,
336
- se as SHORTCUTS_ALIASES_LIST,
337
- ta as SKELETON_HEADING_HEIGHTS,
338
- oa as SKELETON_RIPPLE_DURATION,
339
- ea as SKELETON_SHAPES,
340
- ra as SKELETON_SHAPE_SIZES,
341
- aa as SKELETON_TEXT_TYPES,
342
- fa as SPLIT_BUTTON_ICON_SIZES,
343
- Be as SUCCESS,
344
- ua as TAB_IMPORTANCE_MODIFIERS,
345
- da as TAB_LIST_IMPORTANCE_MODIFIERS,
346
- Ca as TAB_LIST_KIND_MODIFIERS,
347
- La as TAB_LIST_SIZES,
348
- ca as TOAST_MIN_DURATION,
317
+ rr as NOTICE_KINDS,
318
+ ar as NOTICE_ROLES,
319
+ Sr as POPOVER_APPEND_TO_VALUES,
320
+ Tr as POPOVER_CONTENT_WIDTHS,
321
+ Or as POPOVER_DIRECTIONS,
322
+ pr as POPOVER_HEADER_FOOTER_PADDING_CLASSES,
323
+ mr as POPOVER_INITIAL_FOCUS_STRINGS,
324
+ Rr as POPOVER_PADDING_CLASSES,
325
+ lr as POPOVER_ROLES,
326
+ xr as POPOVER_STICKY_VALUES,
327
+ Nr as PRESENCE_STATES,
328
+ ur as PRESENCE_STATES_LIST,
329
+ Pr as RADIO_INPUT_VALIDATION_CLASSES,
330
+ FE as REACTIONS_ATTRIBUTES,
331
+ Vr as RICH_TEXT_EDITOR_AUTOFOCUS_TYPES,
332
+ Fr as RICH_TEXT_EDITOR_OUTPUT_FORMATS,
333
+ br as ROOT_LAYOUT_RESPONSIVE_BREAKPOINTS,
334
+ jr as ROOT_LAYOUT_SIDEBAR_POSITIONS,
335
+ Yr as SELECT_SIZE_MODIFIERS,
336
+ kr as SELECT_STATE_MODIFIERS,
337
+ Ne as SHORTCUTS_ALIASES_LIST,
338
+ oa as SKELETON_HEADING_HEIGHTS,
339
+ ea as SKELETON_RIPPLE_DURATION,
340
+ ra as SKELETON_SHAPES,
341
+ aa as SKELETON_SHAPE_SIZES,
342
+ Ea as SKELETON_TEXT_TYPES,
343
+ Da as SPLIT_BUTTON_ICON_SIZES,
344
+ Ve as SUCCESS,
345
+ da as TAB_IMPORTANCE_MODIFIERS,
346
+ Ca as TAB_LIST_IMPORTANCE_MODIFIERS,
347
+ La as TAB_LIST_KIND_MODIFIERS,
348
+ Pa as TAB_LIST_SIZES,
349
+ Ba as TOAST_MIN_DURATION,
349
350
  Ua as TOAST_ROLES,
350
- Ga as TOGGLE_CHECKED_VALUES,
351
- Ka as TOGGLE_SIZE_MODIFIERS,
352
- Ha as TOOLTIP_DELAY_MS,
353
- Za as TOOLTIP_DIRECTIONS,
354
- ha as TOOLTIP_HIDE_ON_CLICK_VARIANTS,
355
- Ya as TOOLTIP_KIND_MODIFIERS,
356
- ka as TOOLTIP_STICKY_VALUES,
357
- x_ as UNREAD_PILL_DIRECTIONS,
358
- i_ as UNREAD_PILL_KINDS,
351
+ Ka as TOGGLE_CHECKED_VALUES,
352
+ ga as TOGGLE_SIZE_MODIFIERS,
353
+ Za as TOOLTIP_DELAY_MS,
354
+ ha as TOOLTIP_DIRECTIONS,
355
+ Ya as TOOLTIP_HIDE_ON_CLICK_VARIANTS,
356
+ ka as TOOLTIP_KIND_MODIFIERS,
357
+ Wa as TOOLTIP_STICKY_VALUES,
358
+ i_ as UNREAD_PILL_DIRECTIONS,
359
+ A_ as UNREAD_PILL_KINDS,
359
360
  a as VALIDATION_MESSAGE_TYPES,
360
- Ve as WARNING,
361
+ Fe as WARNING,
361
362
  s as codeToEmojiData,
362
363
  N as customEmojiAssetUrl,
363
364
  u as defaultEmojiAssetUrl,
@@ -370,21 +371,21 @@ export {
370
371
  n as emojiJson,
371
372
  M as emojiRegex,
372
373
  c as emojiShortCodeRegex,
373
- U as emojiVersion,
374
+ B as emojiVersion,
374
375
  D as enableRootScrolling,
375
376
  S as filterFormattedMessages,
376
- B as filterValidShortCodes,
377
+ U as filterValidShortCodes,
377
378
  V as findEmojis,
378
379
  F as findShortCodes,
379
- io as formatLong,
380
- Ao as formatMedium,
380
+ so as formatLong,
381
+ No as formatMedium,
381
382
  T as formatMessages,
382
- so as formatNoYear,
383
- No as formatNumerical,
384
- uo as formatShort,
383
+ uo as formatNoYear,
384
+ Co as formatNumerical,
385
+ Lo as formatShort,
385
386
  l as getDateMedium,
386
387
  G as getEmojiData,
387
- Fe as getLinkKindModifier,
388
+ Ge as getLinkKindModifier,
388
389
  O as getUniqueString,
389
390
  p as getValidationState,
390
391
  x as relativeDate,