@dialpad/dialtone-vue 3.220.0-next.7 → 3.221.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 (2032) hide show
  1. package/dist/attachment_carousel-BHxR7A76.cjs +2 -0
  2. package/dist/attachment_carousel-BHxR7A76.cjs.map +1 -0
  3. package/dist/attachment_carousel-CouFqFMw.js +191 -0
  4. package/dist/attachment_carousel-CouFqFMw.js.map +1 -0
  5. package/dist/combobox-DgClbLOg.js +229 -0
  6. package/dist/combobox-DgClbLOg.js.map +1 -0
  7. package/dist/combobox-DhjZxfUw.cjs +3 -0
  8. package/dist/combobox-DhjZxfUw.cjs.map +1 -0
  9. package/dist/common/constants/index.cjs +1 -1
  10. package/dist/common/constants/index.cjs.map +1 -1
  11. package/dist/common/constants/index.d.ts +21 -27
  12. package/dist/common/constants/index.d.ts.map +1 -1
  13. package/dist/common/constants/index.js +14 -25
  14. package/dist/common/constants/index.js.map +1 -1
  15. package/dist/common/mixins/index.cjs +1 -1
  16. package/dist/common/mixins/index.d.ts +0 -1
  17. package/dist/common/mixins/index.js +1 -2
  18. package/dist/common/mixins/input-group.cjs +1 -1
  19. package/dist/common/mixins/input-group.cjs.map +1 -1
  20. package/dist/common/mixins/input-group.js +2 -2
  21. package/dist/common/mixins/input-group.js.map +1 -1
  22. package/dist/common/mixins/input.cjs +1 -1
  23. package/dist/common/mixins/input.cjs.map +1 -1
  24. package/dist/common/mixins/input.d.ts +33 -27
  25. package/dist/common/mixins/input.d.ts.map +1 -1
  26. package/dist/common/mixins/input.js +8 -0
  27. package/dist/common/mixins/input.js.map +1 -1
  28. package/dist/common/mixins/input_group.d.ts +1 -1
  29. package/dist/common/mixins/input_group.d.ts.map +1 -1
  30. package/dist/common/mixins/skeleton.cjs.map +1 -1
  31. package/dist/common/mixins/skeleton.js.map +1 -1
  32. package/dist/common/sr_only_close_button.vue.d.ts +7 -98
  33. package/dist/common/sr_only_close_button.vue.d.ts.map +1 -1
  34. package/dist/common/utils/index.cjs +1 -1
  35. package/dist/common/utils/index.cjs.map +1 -1
  36. package/dist/common/utils/index.d.ts +8 -2
  37. package/dist/common/utils/index.d.ts.map +1 -1
  38. package/dist/common/utils/index.js +88 -79
  39. package/dist/common/utils/index.js.map +1 -1
  40. package/dist/component-documentation.json +1 -1
  41. package/dist/components/avatar/avatar.vue.d.ts +250 -0
  42. package/dist/components/avatar/avatar.vue.d.ts.map +1 -0
  43. package/dist/components/avatar/avatar_constants.d.ts +53 -0
  44. package/dist/components/avatar/avatar_constants.d.ts.map +1 -0
  45. package/dist/components/avatar/index.d.ts +3 -0
  46. package/dist/components/avatar/index.d.ts.map +1 -0
  47. package/dist/components/avatar/utils.d.ts +2 -0
  48. package/dist/components/avatar/utils.d.ts.map +1 -0
  49. package/dist/components/badge/badge.vue.d.ts +132 -0
  50. package/dist/components/badge/badge.vue.d.ts.map +1 -0
  51. package/dist/components/badge/badge_constants.d.ts +39 -0
  52. package/dist/components/badge/badge_constants.d.ts.map +1 -0
  53. package/dist/components/badge/index.d.ts +3 -0
  54. package/dist/components/badge/index.d.ts.map +1 -0
  55. package/dist/components/banner/banner.vue.d.ts +1007 -0
  56. package/dist/components/banner/banner.vue.d.ts.map +1 -0
  57. package/dist/components/banner/index.d.ts +2 -0
  58. package/dist/components/banner/index.d.ts.map +1 -0
  59. package/dist/components/breadcrumbs/breadcrumb_item.vue.d.ts +126 -0
  60. package/dist/components/breadcrumbs/breadcrumb_item.vue.d.ts.map +1 -0
  61. package/dist/components/breadcrumbs/breadcrumbs.vue.d.ts +164 -0
  62. package/dist/components/breadcrumbs/breadcrumbs.vue.d.ts.map +1 -0
  63. package/dist/components/breadcrumbs/breadcrumbs_constants.d.ts +3 -0
  64. package/dist/components/breadcrumbs/breadcrumbs_constants.d.ts.map +1 -0
  65. package/dist/components/breadcrumbs/index.d.ts +4 -0
  66. package/dist/components/breadcrumbs/index.d.ts.map +1 -0
  67. package/dist/components/button/button.vue.d.ts +273 -0
  68. package/dist/components/button/button.vue.d.ts.map +1 -0
  69. package/dist/components/button/button_constants.d.ts +59 -0
  70. package/dist/components/button/button_constants.d.ts.map +1 -0
  71. package/dist/components/button/index.d.ts +3 -0
  72. package/dist/components/button/index.d.ts.map +1 -0
  73. package/dist/components/button_group/button_group.vue.d.ts +23 -0
  74. package/dist/components/button_group/button_group.vue.d.ts.map +1 -0
  75. package/dist/components/button_group/button_group_constants.d.ts +6 -0
  76. package/dist/components/button_group/button_group_constants.d.ts.map +1 -0
  77. package/dist/components/button_group/index.d.ts +3 -0
  78. package/dist/components/button_group/index.d.ts.map +1 -0
  79. package/dist/components/card/card.vue.d.ts +54 -0
  80. package/dist/components/card/card.vue.d.ts.map +1 -0
  81. package/dist/components/card/index.d.ts +2 -0
  82. package/dist/components/card/index.d.ts.map +1 -0
  83. package/dist/components/checkbox/checkbox.vue.d.ts +204 -0
  84. package/dist/components/checkbox/checkbox.vue.d.ts.map +1 -0
  85. package/dist/components/checkbox/checkbox_constants.d.ts +10 -0
  86. package/dist/components/checkbox/checkbox_constants.d.ts.map +1 -0
  87. package/dist/components/checkbox/index.d.ts +2 -0
  88. package/dist/components/checkbox/index.d.ts.map +1 -0
  89. package/dist/components/checkbox_group/checkbox_group.vue.d.ts +251 -0
  90. package/dist/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -0
  91. package/dist/components/checkbox_group/index.d.ts +2 -0
  92. package/dist/components/checkbox_group/index.d.ts.map +1 -0
  93. package/dist/components/chip/chip.vue.d.ts +403 -0
  94. package/dist/components/chip/chip.vue.d.ts.map +1 -0
  95. package/dist/components/chip/chip_constants.d.ts +28 -0
  96. package/dist/components/chip/chip_constants.d.ts.map +1 -0
  97. package/dist/components/chip/index.d.ts +3 -0
  98. package/dist/components/chip/index.d.ts.map +1 -0
  99. package/dist/components/codeblock/codeblock.vue.d.ts +13 -0
  100. package/dist/components/codeblock/codeblock.vue.d.ts.map +1 -0
  101. package/dist/components/codeblock/index.d.ts +2 -0
  102. package/dist/components/codeblock/index.d.ts.map +1 -0
  103. package/dist/components/collapsible/collapsible.vue.d.ts +528 -0
  104. package/dist/components/collapsible/collapsible.vue.d.ts.map +1 -0
  105. package/dist/components/collapsible/collapsible_lazy_show.vue.d.ts +44 -0
  106. package/dist/components/collapsible/collapsible_lazy_show.vue.d.ts.map +1 -0
  107. package/dist/components/collapsible/index.d.ts +2 -0
  108. package/dist/components/collapsible/index.d.ts.map +1 -0
  109. package/dist/components/combobox/combobox.vue.d.ts +1473 -0
  110. package/dist/components/combobox/combobox.vue.d.ts.map +1 -0
  111. package/dist/components/combobox/combobox_constants.d.ts +12 -0
  112. package/dist/components/combobox/combobox_constants.d.ts.map +1 -0
  113. package/dist/components/combobox/combobox_empty-list.vue.d.ts +237 -0
  114. package/dist/components/combobox/combobox_empty-list.vue.d.ts.map +1 -0
  115. package/dist/components/combobox/combobox_loading-list.vue.d.ts +1019 -0
  116. package/dist/components/combobox/combobox_loading-list.vue.d.ts.map +1 -0
  117. package/dist/components/combobox/index.d.ts +3 -0
  118. package/dist/components/combobox/index.d.ts.map +1 -0
  119. package/dist/components/combobox_multi_select/combobox_multi_select.vue.d.ts +3 -0
  120. package/dist/components/combobox_multi_select/combobox_multi_select.vue.d.ts.map +1 -0
  121. package/dist/components/combobox_multi_select/combobox_multi_select_constants.d.ts +25 -0
  122. package/dist/components/combobox_multi_select/combobox_multi_select_constants.d.ts.map +1 -0
  123. package/dist/components/combobox_multi_select/combobox_multi_select_story_constants.d.ts +6 -0
  124. package/dist/components/combobox_multi_select/combobox_multi_select_story_constants.d.ts.map +1 -0
  125. package/dist/components/combobox_multi_select/index.d.ts +3 -0
  126. package/dist/components/combobox_multi_select/index.d.ts.map +1 -0
  127. package/dist/components/combobox_with_popover/combobox_with_popover.vue.d.ts +4086 -0
  128. package/dist/components/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -0
  129. package/dist/components/combobox_with_popover/index.d.ts +2 -0
  130. package/dist/components/combobox_with_popover/index.d.ts.map +1 -0
  131. package/dist/components/datepicker/composables/useCalendar.d.ts +10 -0
  132. package/dist/components/datepicker/composables/useCalendar.d.ts.map +1 -0
  133. package/dist/components/datepicker/composables/useMonthYearPicker.d.ts +21 -0
  134. package/dist/components/datepicker/composables/useMonthYearPicker.d.ts.map +1 -0
  135. package/dist/components/datepicker/datepicker.vue.d.ts +73 -0
  136. package/dist/components/datepicker/datepicker.vue.d.ts.map +1 -0
  137. package/dist/components/datepicker/datepicker_constants.d.ts +3 -0
  138. package/dist/components/datepicker/datepicker_constants.d.ts.map +1 -0
  139. package/dist/components/datepicker/formatUtils.d.ts +14 -0
  140. package/dist/components/datepicker/formatUtils.d.ts.map +1 -0
  141. package/dist/components/datepicker/index.d.ts +3 -0
  142. package/dist/components/datepicker/index.d.ts.map +1 -0
  143. package/dist/components/datepicker/modules/calendar.vue.d.ts +12 -0
  144. package/dist/components/datepicker/modules/calendar.vue.d.ts.map +1 -0
  145. package/dist/components/datepicker/modules/month-year-picker.vue.d.ts +18 -0
  146. package/dist/components/datepicker/modules/month-year-picker.vue.d.ts.map +1 -0
  147. package/dist/components/datepicker/utils.d.ts +7 -0
  148. package/dist/components/datepicker/utils.d.ts.map +1 -0
  149. package/dist/components/description_list/description_list.vue.d.ts +64 -0
  150. package/dist/components/description_list/description_list.vue.d.ts.map +1 -0
  151. package/dist/components/description_list/description_list_constants.d.ts +2 -0
  152. package/dist/components/description_list/description_list_constants.d.ts.map +1 -0
  153. package/dist/components/description_list/description_list_validators.d.ts +2 -0
  154. package/dist/components/description_list/description_list_validators.d.ts.map +1 -0
  155. package/dist/components/description_list/index.d.ts +3 -0
  156. package/dist/components/description_list/index.d.ts.map +1 -0
  157. package/dist/components/dropdown/dropdown.vue.d.ts +1377 -0
  158. package/dist/components/dropdown/dropdown.vue.d.ts.map +1 -0
  159. package/dist/components/dropdown/dropdown_constants.d.ts +10 -0
  160. package/dist/components/dropdown/dropdown_constants.d.ts.map +1 -0
  161. package/dist/components/dropdown/dropdown_separator.vue.d.ts +3 -0
  162. package/dist/components/dropdown/dropdown_separator.vue.d.ts.map +1 -0
  163. package/dist/components/dropdown/dropdown_story_constants.d.ts +5 -0
  164. package/dist/components/dropdown/dropdown_story_constants.d.ts.map +1 -0
  165. package/dist/components/dropdown/index.d.ts +4 -0
  166. package/dist/components/dropdown/index.d.ts.map +1 -0
  167. package/dist/components/emoji/emoji.vue.d.ts +868 -0
  168. package/dist/components/emoji/emoji.vue.d.ts.map +1 -0
  169. package/dist/components/emoji/index.d.ts +2 -0
  170. package/dist/components/emoji/index.d.ts.map +1 -0
  171. package/dist/components/emoji_picker/composables/useKeyboardNavigation.d.ts +11 -0
  172. package/dist/components/emoji_picker/composables/useKeyboardNavigation.d.ts.map +1 -0
  173. package/dist/components/emoji_picker/emoji_picker.vue.d.ts +488 -0
  174. package/dist/components/emoji_picker/emoji_picker.vue.d.ts.map +1 -0
  175. package/dist/components/emoji_picker/emoji_picker_constants.d.ts +21 -0
  176. package/dist/components/emoji_picker/emoji_picker_constants.d.ts.map +1 -0
  177. package/dist/components/emoji_picker/index.d.ts +3 -0
  178. package/dist/components/emoji_picker/index.d.ts.map +1 -0
  179. package/dist/components/emoji_picker/modules/emoji_description.vue.d.ts +8 -0
  180. package/dist/components/emoji_picker/modules/emoji_description.vue.d.ts.map +1 -0
  181. package/dist/components/emoji_picker/modules/emoji_search.vue.d.ts +399 -0
  182. package/dist/components/emoji_picker/modules/emoji_search.vue.d.ts.map +1 -0
  183. package/dist/components/emoji_picker/modules/emoji_selector.vue.d.ts +15 -0
  184. package/dist/components/emoji_picker/modules/emoji_selector.vue.d.ts.map +1 -0
  185. package/dist/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts +12 -0
  186. package/dist/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts.map +1 -0
  187. package/dist/components/emoji_picker/modules/emoji_tabset.vue.d.ts +10 -0
  188. package/dist/components/emoji_picker/modules/emoji_tabset.vue.d.ts.map +1 -0
  189. package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts +900 -0
  190. package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts.map +1 -0
  191. package/dist/components/emoji_text_wrapper/index.d.ts +2 -0
  192. package/dist/components/emoji_text_wrapper/index.d.ts.map +1 -0
  193. package/dist/components/empty_state/empty_state.vue.d.ts +12 -0
  194. package/dist/components/empty_state/empty_state.vue.d.ts.map +1 -0
  195. package/dist/components/empty_state/empty_state_constants.d.ts +37 -0
  196. package/dist/components/empty_state/empty_state_constants.d.ts.map +1 -0
  197. package/dist/components/empty_state/index.d.ts +3 -0
  198. package/dist/components/empty_state/index.d.ts.map +1 -0
  199. package/dist/components/hovercard/hovercard.vue.d.ts +2505 -0
  200. package/dist/components/hovercard/hovercard.vue.d.ts.map +1 -0
  201. package/dist/components/hovercard/index.d.ts +2 -0
  202. package/dist/components/hovercard/index.d.ts.map +1 -0
  203. package/dist/components/icon/icon.vue.d.ts +39 -0
  204. package/dist/components/icon/icon.vue.d.ts.map +1 -0
  205. package/dist/components/icon/icon_constants.d.ts +17 -0
  206. package/dist/components/icon/icon_constants.d.ts.map +1 -0
  207. package/dist/components/icon/index.d.ts +3 -0
  208. package/dist/components/icon/index.d.ts.map +1 -0
  209. package/dist/components/illustration/illustration.vue.d.ts +8 -0
  210. package/dist/components/illustration/illustration.vue.d.ts.map +1 -0
  211. package/dist/components/illustration/illustration_constants.d.ts +6 -0
  212. package/dist/components/illustration/illustration_constants.d.ts.map +1 -0
  213. package/dist/components/illustration/index.d.ts +3 -0
  214. package/dist/components/illustration/index.d.ts.map +1 -0
  215. package/dist/components/image_viewer/image_viewer.vue.d.ts +697 -0
  216. package/dist/components/image_viewer/image_viewer.vue.d.ts.map +1 -0
  217. package/dist/components/image_viewer/index.d.ts +2 -0
  218. package/dist/components/image_viewer/index.d.ts.map +1 -0
  219. package/dist/components/input/index.d.ts +3 -0
  220. package/dist/components/input/index.d.ts.map +1 -0
  221. package/dist/components/input/input.vue.d.ts +282 -0
  222. package/dist/components/input/input.vue.d.ts.map +1 -0
  223. package/dist/components/input/input_constants.d.ts +83 -0
  224. package/dist/components/input/input_constants.d.ts.map +1 -0
  225. package/dist/components/input_group/index.d.ts +2 -0
  226. package/dist/components/input_group/index.d.ts.map +1 -0
  227. package/dist/components/input_group/input_group.vue.d.ts +194 -0
  228. package/dist/components/input_group/input_group.vue.d.ts.map +1 -0
  229. package/dist/components/item_layout/index.d.ts +2 -0
  230. package/dist/components/item_layout/index.d.ts.map +1 -0
  231. package/dist/components/item_layout/item_layout.vue.d.ts +91 -0
  232. package/dist/components/item_layout/item_layout.vue.d.ts.map +1 -0
  233. package/dist/components/keyboard_shortcut/index.d.ts +3 -0
  234. package/dist/components/keyboard_shortcut/index.d.ts.map +1 -0
  235. package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts +522 -0
  236. package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts.map +1 -0
  237. package/dist/components/keyboard_shortcut/keyboard_shortcut_constants.d.ts +2 -0
  238. package/dist/components/keyboard_shortcut/keyboard_shortcut_constants.d.ts.map +1 -0
  239. package/dist/components/lazy_show/index.d.ts +2 -0
  240. package/dist/components/lazy_show/index.d.ts.map +1 -0
  241. package/dist/components/lazy_show/lazy_show.vue.d.ts +37 -0
  242. package/dist/components/lazy_show/lazy_show.vue.d.ts.map +1 -0
  243. package/dist/components/link/index.d.ts +3 -0
  244. package/dist/components/link/index.d.ts.map +1 -0
  245. package/dist/components/link/link.vue.d.ts +75 -0
  246. package/dist/components/link/link.vue.d.ts.map +1 -0
  247. package/dist/components/link/link_constants.d.ts +23 -0
  248. package/dist/components/link/link_constants.d.ts.map +1 -0
  249. package/dist/components/list_item/index.d.ts +3 -0
  250. package/dist/components/list_item/index.d.ts.map +1 -0
  251. package/dist/components/list_item/list_item.vue.d.ts +215 -0
  252. package/dist/components/list_item/list_item.vue.d.ts.map +1 -0
  253. package/dist/components/list_item/list_item_constants.d.ts +15 -0
  254. package/dist/components/list_item/list_item_constants.d.ts.map +1 -0
  255. package/dist/components/list_item_group/index.d.ts +2 -0
  256. package/dist/components/list_item_group/index.d.ts.map +1 -0
  257. package/dist/components/list_item_group/list_item_group.vue.d.ts +42 -0
  258. package/dist/components/list_item_group/list_item_group.vue.d.ts.map +1 -0
  259. package/dist/components/list_item_group/list_item_group_constants.d.ts +6 -0
  260. package/dist/components/list_item_group/list_item_group_constants.d.ts.map +1 -0
  261. package/dist/components/loader/index.d.ts +2 -0
  262. package/dist/components/loader/index.d.ts.map +1 -0
  263. package/dist/components/loader/loader.vue.d.ts +26 -0
  264. package/dist/components/loader/loader.vue.d.ts.map +1 -0
  265. package/dist/components/modal/index.d.ts +3 -0
  266. package/dist/components/modal/index.d.ts.map +1 -0
  267. package/dist/components/modal/modal.vue.d.ts +894 -0
  268. package/dist/components/modal/modal.vue.d.ts.map +1 -0
  269. package/dist/components/modal/modal_constants.d.ts +18 -0
  270. package/dist/components/modal/modal_constants.d.ts.map +1 -0
  271. package/dist/components/motion_text/index.d.ts +3 -0
  272. package/dist/components/motion_text/index.d.ts.map +1 -0
  273. package/dist/components/motion_text/motion_text.vue.d.ts +3 -0
  274. package/dist/components/motion_text/motion_text.vue.d.ts.map +1 -0
  275. package/dist/components/motion_text/motion_text_constants.d.ts +32 -0
  276. package/dist/components/motion_text/motion_text_constants.d.ts.map +1 -0
  277. package/dist/components/notice/index.d.ts +6 -0
  278. package/dist/components/notice/index.d.ts.map +1 -0
  279. package/dist/components/notice/notice.vue.d.ts +979 -0
  280. package/dist/components/notice/notice.vue.d.ts.map +1 -0
  281. package/dist/components/notice/notice_action.vue.d.ts +643 -0
  282. package/dist/components/notice/notice_action.vue.d.ts.map +1 -0
  283. package/dist/components/notice/notice_constants.d.ts +8 -0
  284. package/dist/components/notice/notice_constants.d.ts.map +1 -0
  285. package/dist/components/notice/notice_content.vue.d.ts +36 -0
  286. package/dist/components/notice/notice_content.vue.d.ts.map +1 -0
  287. package/dist/components/notice/notice_icon.vue.d.ts +202 -0
  288. package/dist/components/notice/notice_icon.vue.d.ts.map +1 -0
  289. package/dist/components/pagination/index.d.ts +2 -0
  290. package/dist/components/pagination/index.d.ts.map +1 -0
  291. package/dist/components/pagination/pagination.vue.d.ts +425 -0
  292. package/dist/components/pagination/pagination.vue.d.ts.map +1 -0
  293. package/dist/components/popover/index.d.ts +3 -0
  294. package/dist/components/popover/index.d.ts.map +1 -0
  295. package/dist/components/popover/popover.vue.d.ts +1104 -0
  296. package/dist/components/popover/popover.vue.d.ts.map +1 -0
  297. package/dist/components/popover/popover_constants.d.ts +34 -0
  298. package/dist/components/popover/popover_constants.d.ts.map +1 -0
  299. package/dist/components/popover/popover_header_footer.vue.d.ts +343 -0
  300. package/dist/components/popover/popover_header_footer.vue.d.ts.map +1 -0
  301. package/dist/components/popover/tippy_utils.d.ts +39 -0
  302. package/dist/components/popover/tippy_utils.d.ts.map +1 -0
  303. package/dist/components/presence/index.d.ts +3 -0
  304. package/dist/components/presence/index.d.ts.map +1 -0
  305. package/dist/components/presence/presence.vue.d.ts +26 -0
  306. package/dist/components/presence/presence.vue.d.ts.map +1 -0
  307. package/dist/components/presence/presence_constants.d.ts +8 -0
  308. package/dist/components/presence/presence_constants.d.ts.map +1 -0
  309. package/dist/components/progress_circle/index.d.ts +3 -0
  310. package/dist/components/progress_circle/index.d.ts.map +1 -0
  311. package/dist/components/progress_circle/progress_circle.vue.d.ts +70 -0
  312. package/dist/components/progress_circle/progress_circle.vue.d.ts.map +1 -0
  313. package/dist/components/progress_circle/progress_circle_constants.d.ts +23 -0
  314. package/dist/components/progress_circle/progress_circle_constants.d.ts.map +1 -0
  315. package/dist/components/radio/index.d.ts +3 -0
  316. package/dist/components/radio/index.d.ts.map +1 -0
  317. package/dist/components/radio/radio.vue.d.ts +217 -0
  318. package/dist/components/radio/radio.vue.d.ts.map +1 -0
  319. package/dist/components/radio/radio_constants.d.ts +10 -0
  320. package/dist/components/radio/radio_constants.d.ts.map +1 -0
  321. package/dist/components/radio_group/index.d.ts +2 -0
  322. package/dist/components/radio_group/index.d.ts.map +1 -0
  323. package/dist/components/radio_group/radio_group.vue.d.ts +240 -0
  324. package/dist/components/radio_group/radio_group.vue.d.ts.map +1 -0
  325. package/dist/components/resizable/composables/computeLayout.d.ts +35 -0
  326. package/dist/components/resizable/composables/computeLayout.d.ts.map +1 -0
  327. package/dist/components/resizable/composables/constraintResolver.d.ts +22 -0
  328. package/dist/components/resizable/composables/constraintResolver.d.ts.map +1 -0
  329. package/dist/components/resizable/composables/index.d.ts +16 -0
  330. package/dist/components/resizable/composables/index.d.ts.map +1 -0
  331. package/dist/components/resizable/composables/useResizableAnnouncements.d.ts +6 -0
  332. package/dist/components/resizable/composables/useResizableAnnouncements.d.ts.map +1 -0
  333. package/dist/components/resizable/composables/useResizableCalculations.d.ts +14 -0
  334. package/dist/components/resizable/composables/useResizableCalculations.d.ts.map +1 -0
  335. package/dist/components/resizable/composables/useResizableDrag.d.ts +42 -0
  336. package/dist/components/resizable/composables/useResizableDrag.d.ts.map +1 -0
  337. package/dist/components/resizable/composables/useResizableGroup.d.ts +25 -0
  338. package/dist/components/resizable/composables/useResizableGroup.d.ts.map +1 -0
  339. package/dist/components/resizable/composables/useResizableKeyboard.d.ts +41 -0
  340. package/dist/components/resizable/composables/useResizableKeyboard.d.ts.map +1 -0
  341. package/dist/components/resizable/composables/useResizableOffset.d.ts +15 -0
  342. package/dist/components/resizable/composables/useResizableOffset.d.ts.map +1 -0
  343. package/dist/components/resizable/composables/useResizablePanelControls.d.ts +46 -0
  344. package/dist/components/resizable/composables/useResizablePanelControls.d.ts.map +1 -0
  345. package/dist/components/resizable/composables/useResizablePanelState.d.ts +9 -0
  346. package/dist/components/resizable/composables/useResizablePanelState.d.ts.map +1 -0
  347. package/dist/components/resizable/composables/useResizableStorage.d.ts +12 -0
  348. package/dist/components/resizable/composables/useResizableStorage.d.ts.map +1 -0
  349. package/dist/components/resizable/index.d.ts +6 -0
  350. package/dist/components/resizable/index.d.ts.map +1 -0
  351. package/dist/components/resizable/resizable.vue.d.ts +69 -0
  352. package/dist/components/resizable/resizable.vue.d.ts.map +1 -0
  353. package/dist/components/resizable/resizable_constants.d.ts +103 -0
  354. package/dist/components/resizable/resizable_constants.d.ts.map +1 -0
  355. package/dist/components/resizable/resizable_handle.vue.d.ts +22 -0
  356. package/dist/components/resizable/resizable_handle.vue.d.ts.map +1 -0
  357. package/dist/components/resizable/resizable_panel.vue.d.ts +44 -0
  358. package/dist/components/resizable/resizable_panel.vue.d.ts.map +1 -0
  359. package/dist/components/resizable/resizable_utils.d.ts +15 -0
  360. package/dist/components/resizable/resizable_utils.d.ts.map +1 -0
  361. package/dist/components/rich_text_editor/channel_suggestion.d.ts +17 -0
  362. package/dist/components/rich_text_editor/channel_suggestion.d.ts.map +1 -0
  363. package/dist/components/rich_text_editor/extensions/channels/ChannelComponent.vue.d.ts +282 -0
  364. package/dist/components/rich_text_editor/extensions/channels/ChannelComponent.vue.d.ts.map +1 -0
  365. package/dist/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.d.ts.map +1 -0
  366. package/dist/components/rich_text_editor/extensions/channels/channel.d.ts +2 -0
  367. package/dist/components/rich_text_editor/extensions/channels/channel.d.ts.map +1 -0
  368. package/dist/components/rich_text_editor/extensions/channels/suggestion.d.ts +6 -0
  369. package/dist/components/rich_text_editor/extensions/channels/suggestion.d.ts.map +1 -0
  370. package/dist/components/rich_text_editor/extensions/custom_link/autolink.d.ts +3 -0
  371. package/dist/components/rich_text_editor/extensions/custom_link/autolink.d.ts.map +1 -0
  372. package/dist/components/rich_text_editor/extensions/custom_link/custom_link.d.ts +3 -0
  373. package/dist/components/rich_text_editor/extensions/custom_link/custom_link.d.ts.map +1 -0
  374. package/dist/components/rich_text_editor/extensions/custom_link/index.d.ts +3 -0
  375. package/dist/components/rich_text_editor/extensions/custom_link/index.d.ts.map +1 -0
  376. package/dist/components/rich_text_editor/extensions/custom_link/utils.d.ts +16 -0
  377. package/dist/components/rich_text_editor/extensions/custom_link/utils.d.ts.map +1 -0
  378. package/dist/components/rich_text_editor/extensions/div/div.d.ts +2 -0
  379. package/dist/components/rich_text_editor/extensions/div/div.d.ts.map +1 -0
  380. package/dist/components/rich_text_editor/extensions/div/index.d.ts +3 -0
  381. package/dist/components/rich_text_editor/extensions/div/index.d.ts.map +1 -0
  382. package/dist/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts +973 -0
  383. package/dist/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts.map +1 -0
  384. package/dist/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts +948 -0
  385. package/dist/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts.map +1 -0
  386. package/dist/components/rich_text_editor/extensions/emoji/emoji.d.ts +3 -0
  387. package/dist/components/rich_text_editor/extensions/emoji/emoji.d.ts.map +1 -0
  388. package/dist/components/rich_text_editor/extensions/emoji/index.d.ts +4 -0
  389. package/dist/components/rich_text_editor/extensions/emoji/index.d.ts.map +1 -0
  390. package/dist/components/rich_text_editor/extensions/emoji/suggestion.d.ts +15 -0
  391. package/dist/components/rich_text_editor/extensions/emoji/suggestion.d.ts.map +1 -0
  392. package/dist/components/rich_text_editor/extensions/image/image.d.ts +2 -0
  393. package/dist/components/rich_text_editor/extensions/image/image.d.ts.map +1 -0
  394. package/dist/components/rich_text_editor/extensions/image/index.d.ts +3 -0
  395. package/dist/components/rich_text_editor/extensions/image/index.d.ts.map +1 -0
  396. package/dist/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts +192 -0
  397. package/dist/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts.map +1 -0
  398. package/dist/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts +337 -0
  399. package/dist/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts.map +1 -0
  400. package/dist/components/rich_text_editor/extensions/mentions/mention.d.ts +2 -0
  401. package/dist/components/rich_text_editor/extensions/mentions/mention.d.ts.map +1 -0
  402. package/dist/components/rich_text_editor/extensions/mentions/suggestion.d.ts +6 -0
  403. package/dist/components/rich_text_editor/extensions/mentions/suggestion.d.ts.map +1 -0
  404. package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.d.ts.map +1 -0
  405. package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.d.ts +17 -0
  406. package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.d.ts.map +1 -0
  407. package/dist/components/rich_text_editor/extensions/slash_command/slash_command.d.ts +2 -0
  408. package/dist/components/rich_text_editor/extensions/slash_command/slash_command.d.ts.map +1 -0
  409. package/dist/components/rich_text_editor/extensions/slash_command/suggestion.d.ts +7 -0
  410. package/dist/components/rich_text_editor/extensions/slash_command/suggestion.d.ts.map +1 -0
  411. package/dist/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts +262 -0
  412. package/dist/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts.map +1 -0
  413. package/dist/components/rich_text_editor/extensions/table/table.d.ts +5 -0
  414. package/dist/components/rich_text_editor/extensions/table/table.d.ts.map +1 -0
  415. package/dist/components/rich_text_editor/extensions/text_style/text_style.d.ts +2 -0
  416. package/dist/components/rich_text_editor/extensions/text_style/text_style.d.ts.map +1 -0
  417. package/dist/components/rich_text_editor/extensions/utils/suggestion_utils.d.ts +29 -0
  418. package/dist/components/rich_text_editor/extensions/utils/suggestion_utils.d.ts.map +1 -0
  419. package/dist/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts +1902 -0
  420. package/dist/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts.map +1 -0
  421. package/dist/components/rich_text_editor/extensions/variable/index.d.ts +3 -0
  422. package/dist/components/rich_text_editor/extensions/variable/index.d.ts.map +1 -0
  423. package/dist/components/rich_text_editor/extensions/variable/variable.d.ts +3 -0
  424. package/dist/components/rich_text_editor/extensions/variable/variable.d.ts.map +1 -0
  425. package/dist/components/rich_text_editor/index.d.ts +3 -0
  426. package/dist/components/rich_text_editor/index.d.ts.map +1 -0
  427. package/dist/components/rich_text_editor/markdownRenderer.d.ts +2 -0
  428. package/dist/components/rich_text_editor/markdownRenderer.d.ts.map +1 -0
  429. package/dist/components/rich_text_editor/mention_suggestion.d.ts +34 -0
  430. package/dist/components/rich_text_editor/mention_suggestion.d.ts.map +1 -0
  431. package/dist/components/rich_text_editor/rich_text_editor.vue.d.ts +874 -0
  432. package/dist/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -0
  433. package/dist/components/rich_text_editor/rich_text_editor_constants.d.ts +10 -0
  434. package/dist/components/rich_text_editor/rich_text_editor_constants.d.ts.map +1 -0
  435. package/dist/components/rich_text_editor/slash_command_suggestion.d.ts +15 -0
  436. package/dist/components/rich_text_editor/slash_command_suggestion.d.ts.map +1 -0
  437. package/dist/components/root_layout/index.d.ts +3 -0
  438. package/dist/components/root_layout/index.d.ts.map +1 -0
  439. package/dist/components/root_layout/root_layout.vue.d.ts +121 -0
  440. package/dist/components/root_layout/root_layout.vue.d.ts.map +1 -0
  441. package/dist/components/root_layout/root_layout_constants.d.ts +11 -0
  442. package/dist/components/root_layout/root_layout_constants.d.ts.map +1 -0
  443. package/dist/components/scroller/index.d.ts +2 -0
  444. package/dist/components/scroller/index.d.ts.map +1 -0
  445. package/dist/components/scroller/modules/core_scroller.vue.d.ts +57 -0
  446. package/dist/components/scroller/modules/core_scroller.vue.d.ts.map +1 -0
  447. package/dist/components/scroller/modules/dynamic_scroller.vue.d.ts +582 -0
  448. package/dist/components/scroller/modules/dynamic_scroller.vue.d.ts.map +1 -0
  449. package/dist/components/scroller/modules/scroller_item.vue.d.ts +73 -0
  450. package/dist/components/scroller/modules/scroller_item.vue.d.ts.map +1 -0
  451. package/dist/components/scroller/scroller.vue.d.ts +786 -0
  452. package/dist/components/scroller/scroller.vue.d.ts.map +1 -0
  453. package/dist/components/select_menu/index.d.ts +3 -0
  454. package/dist/components/select_menu/index.d.ts.map +1 -0
  455. package/dist/components/select_menu/select_menu.vue.d.ts +248 -0
  456. package/dist/components/select_menu/select_menu.vue.d.ts.map +1 -0
  457. package/dist/components/select_menu/select_menu_constants.d.ts +18 -0
  458. package/dist/components/select_menu/select_menu_constants.d.ts.map +1 -0
  459. package/dist/components/select_menu/select_menu_validators.d.ts +2 -0
  460. package/dist/components/select_menu/select_menu_validators.d.ts.map +1 -0
  461. package/dist/components/skeleton/index.d.ts +7 -0
  462. package/dist/components/skeleton/index.d.ts.map +1 -0
  463. package/dist/components/skeleton/skeleton-list-item.vue.d.ts +360 -0
  464. package/dist/components/skeleton/skeleton-list-item.vue.d.ts.map +1 -0
  465. package/dist/components/skeleton/skeleton-paragraph.vue.d.ts +193 -0
  466. package/dist/components/skeleton/skeleton-paragraph.vue.d.ts.map +1 -0
  467. package/dist/components/skeleton/skeleton-shape.vue.d.ts +84 -0
  468. package/dist/components/skeleton/skeleton-shape.vue.d.ts.map +1 -0
  469. package/dist/components/skeleton/skeleton-text.vue.d.ts +87 -0
  470. package/dist/components/skeleton/skeleton-text.vue.d.ts.map +1 -0
  471. package/dist/components/skeleton/skeleton.vue.d.ts +804 -0
  472. package/dist/components/skeleton/skeleton.vue.d.ts.map +1 -0
  473. package/dist/components/skeleton/skeleton_constants.d.ts +27 -0
  474. package/dist/components/skeleton/skeleton_constants.d.ts.map +1 -0
  475. package/dist/components/split_button/index.d.ts +3 -0
  476. package/dist/components/split_button/index.d.ts.map +1 -0
  477. package/dist/components/split_button/split_button-alpha.vue.d.ts +389 -0
  478. package/dist/components/split_button/split_button-alpha.vue.d.ts.map +1 -0
  479. package/dist/components/split_button/split_button-omega.vue.d.ts +387 -0
  480. package/dist/components/split_button/split_button-omega.vue.d.ts.map +1 -0
  481. package/dist/components/split_button/split_button.vue.d.ts +2380 -0
  482. package/dist/components/split_button/split_button.vue.d.ts.map +1 -0
  483. package/dist/components/split_button/split_button_constants.d.ts +12 -0
  484. package/dist/components/split_button/split_button_constants.d.ts.map +1 -0
  485. package/dist/components/stack/index.d.ts +3 -0
  486. package/dist/components/stack/index.d.ts.map +1 -0
  487. package/dist/components/stack/stack.vue.d.ts +70 -0
  488. package/dist/components/stack/stack.vue.d.ts.map +1 -0
  489. package/dist/components/stack/stack_constants.d.ts +16 -0
  490. package/dist/components/stack/stack_constants.d.ts.map +1 -0
  491. package/dist/components/stack/utils.d.ts +6 -0
  492. package/dist/components/stack/utils.d.ts.map +1 -0
  493. package/dist/components/stack/validators.d.ts +5 -0
  494. package/dist/components/stack/validators.d.ts.map +1 -0
  495. package/dist/components/tab/index.d.ts +5 -0
  496. package/dist/components/tab/index.d.ts.map +1 -0
  497. package/dist/components/tab/tab.vue.d.ts +342 -0
  498. package/dist/components/tab/tab.vue.d.ts.map +1 -0
  499. package/dist/components/tab/tab_group.vue.d.ts +124 -0
  500. package/dist/components/tab/tab_group.vue.d.ts.map +1 -0
  501. package/dist/components/tab/tab_panel.vue.d.ts +55 -0
  502. package/dist/components/tab/tab_panel.vue.d.ts.map +1 -0
  503. package/dist/components/tab/tabs_constants.d.ts +14 -0
  504. package/dist/components/tab/tabs_constants.d.ts.map +1 -0
  505. package/dist/components/toast/index.d.ts +3 -0
  506. package/dist/components/toast/index.d.ts.map +1 -0
  507. package/dist/components/toast/layouts/toast_layout_alternate.vue.d.ts +947 -0
  508. package/dist/components/toast/layouts/toast_layout_alternate.vue.d.ts.map +1 -0
  509. package/dist/components/toast/layouts/toast_layout_alternate_icon.vue.d.ts +180 -0
  510. package/dist/components/toast/layouts/toast_layout_alternate_icon.vue.d.ts.map +1 -0
  511. package/dist/components/toast/layouts/toast_layout_default.vue.d.ts +988 -0
  512. package/dist/components/toast/layouts/toast_layout_default.vue.d.ts.map +1 -0
  513. package/dist/components/toast/toast.vue.d.ts +4000 -0
  514. package/dist/components/toast/toast.vue.d.ts.map +1 -0
  515. package/dist/components/toast/toast_constants.d.ts +12 -0
  516. package/dist/components/toast/toast_constants.d.ts.map +1 -0
  517. package/dist/components/toggle/index.d.ts +3 -0
  518. package/dist/components/toggle/index.d.ts.map +1 -0
  519. package/dist/components/toggle/toggle.vue.d.ts +109 -0
  520. package/dist/components/toggle/toggle.vue.d.ts.map +1 -0
  521. package/dist/components/toggle/toggle_constants.d.ts +11 -0
  522. package/dist/components/toggle/toggle_constants.d.ts.map +1 -0
  523. package/dist/components/tooltip/index.d.ts +3 -0
  524. package/dist/components/tooltip/index.d.ts.map +1 -0
  525. package/dist/components/tooltip/tooltip.vue.d.ts +273 -0
  526. package/dist/components/tooltip/tooltip.vue.d.ts.map +1 -0
  527. package/dist/components/tooltip/tooltip_constants.d.ts +19 -0
  528. package/dist/components/tooltip/tooltip_constants.d.ts.map +1 -0
  529. package/dist/components/validation_messages/index.d.ts +2 -0
  530. package/dist/components/validation_messages/index.d.ts.map +1 -0
  531. package/dist/components/validation_messages/validation_messages.vue.d.ts +42 -0
  532. package/dist/components/validation_messages/validation_messages.vue.d.ts.map +1 -0
  533. package/dist/datepicker-DprRX9AH.cjs +2 -0
  534. package/dist/datepicker-DprRX9AH.cjs.map +1 -0
  535. package/dist/datepicker-LVDRC6Lf.js +488 -0
  536. package/dist/datepicker-LVDRC6Lf.js.map +1 -0
  537. package/dist/dialtone-vue.cjs +1 -1
  538. package/dist/dialtone-vue.css +1 -1
  539. package/dist/dialtone-vue.js +151 -174
  540. package/dist/directives/scrollbar_directive/scrollbar.d.ts.map +1 -1
  541. package/dist/directives/tooltip_directive/tooltip.d.ts.map +1 -1
  542. package/dist/emoji_picker-Cl-T4BXK.cjs +2 -0
  543. package/dist/emoji_picker-Cl-T4BXK.cjs.map +1 -0
  544. package/dist/emoji_picker-tVHfpHDk.js +857 -0
  545. package/dist/emoji_picker-tVHfpHDk.js.map +1 -0
  546. package/dist/index.d.ts +57 -66
  547. package/dist/lib/attachment-carousel/attachment-carousel.cjs +1 -1
  548. package/dist/lib/attachment-carousel/attachment-carousel.js +1 -1
  549. package/dist/lib/attachment-carousel/index.cjs +1 -1
  550. package/dist/lib/attachment-carousel/index.js +1 -1
  551. package/dist/lib/avatar/avatar-constants.cjs +1 -1
  552. package/dist/lib/avatar/avatar-constants.cjs.map +1 -1
  553. package/dist/lib/avatar/avatar-constants.js +25 -112
  554. package/dist/lib/avatar/avatar-constants.js.map +1 -1
  555. package/dist/lib/avatar/avatar.cjs +1 -1
  556. package/dist/lib/avatar/avatar.cjs.map +1 -1
  557. package/dist/lib/avatar/avatar.js +86 -146
  558. package/dist/lib/avatar/avatar.js.map +1 -1
  559. package/dist/lib/avatar/index.cjs +1 -1
  560. package/dist/lib/avatar/index.js +3 -3
  561. package/dist/lib/avatar/utils.cjs.map +1 -1
  562. package/dist/lib/avatar/utils.js +1 -1
  563. package/dist/lib/avatar/utils.js.map +1 -1
  564. package/dist/lib/badge/badge-constants.cjs +1 -1
  565. package/dist/lib/badge/badge-constants.cjs.map +1 -1
  566. package/dist/lib/badge/badge-constants.js +2 -2
  567. package/dist/lib/badge/badge-constants.js.map +1 -1
  568. package/dist/lib/badge/badge.cjs +1 -1
  569. package/dist/lib/badge/badge.cjs.map +1 -1
  570. package/dist/lib/badge/badge.js +25 -55
  571. package/dist/lib/badge/badge.js.map +1 -1
  572. package/dist/lib/banner/banner.cjs +2 -2
  573. package/dist/lib/banner/banner.cjs.map +1 -1
  574. package/dist/lib/banner/banner.js +26 -77
  575. package/dist/lib/banner/banner.js.map +1 -1
  576. package/dist/lib/breadcrumbs/breadcrumb-item.cjs +1 -1
  577. package/dist/lib/breadcrumbs/breadcrumb-item.cjs.map +1 -1
  578. package/dist/lib/breadcrumbs/breadcrumb-item.js +39 -30
  579. package/dist/lib/breadcrumbs/breadcrumb-item.js.map +1 -1
  580. package/dist/lib/breadcrumbs/breadcrumbs-constants.cjs.map +1 -1
  581. package/dist/lib/breadcrumbs/breadcrumbs-constants.js +1 -1
  582. package/dist/lib/breadcrumbs/breadcrumbs-constants.js.map +1 -1
  583. package/dist/lib/breadcrumbs/breadcrumbs.cjs +1 -1
  584. package/dist/lib/breadcrumbs/breadcrumbs.cjs.map +1 -1
  585. package/dist/lib/breadcrumbs/breadcrumbs.js +28 -31
  586. package/dist/lib/breadcrumbs/breadcrumbs.js.map +1 -1
  587. package/dist/lib/button/button-constants.cjs +1 -1
  588. package/dist/lib/button/button-constants.cjs.map +1 -1
  589. package/dist/lib/button/button-constants.js +4 -18
  590. package/dist/lib/button/button-constants.js.map +1 -1
  591. package/dist/lib/button/button.cjs +1 -1
  592. package/dist/lib/button/button.cjs.map +1 -1
  593. package/dist/lib/button/button.js +21 -163
  594. package/dist/lib/button/button.js.map +1 -1
  595. package/dist/lib/button-group/button-group-constants.cjs.map +1 -1
  596. package/dist/lib/button-group/button-group-constants.js +1 -1
  597. package/dist/lib/button-group/button-group-constants.js.map +1 -1
  598. package/dist/lib/button-group/button-group.cjs +1 -1
  599. package/dist/lib/button-group/button-group.cjs.map +1 -1
  600. package/dist/lib/button-group/button-group.js +2 -1
  601. package/dist/lib/button-group/button-group.js.map +1 -1
  602. package/dist/lib/button-group/buttons-decorator.cjs +1 -1
  603. package/dist/lib/button-group/buttons-decorator.cjs.map +1 -1
  604. package/dist/lib/button-group/buttons-decorator.js +2 -1
  605. package/dist/lib/button-group/buttons-decorator.js.map +1 -1
  606. package/dist/lib/callbar-button/callbar-button.cjs +1 -1
  607. package/dist/lib/callbar-button/callbar-button.cjs.map +1 -1
  608. package/dist/lib/callbar-button/callbar-button.js +27 -26
  609. package/dist/lib/callbar-button/callbar-button.js.map +1 -1
  610. package/dist/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.cjs +1 -1
  611. package/dist/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.cjs.map +1 -1
  612. package/dist/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.js +36 -45
  613. package/dist/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.js.map +1 -1
  614. package/dist/lib/callbar-button-with-popover/callbar-button-with-popover.cjs +1 -1
  615. package/dist/lib/callbar-button-with-popover/callbar-button-with-popover.cjs.map +1 -1
  616. package/dist/lib/callbar-button-with-popover/callbar-button-with-popover.js +38 -47
  617. package/dist/lib/callbar-button-with-popover/callbar-button-with-popover.js.map +1 -1
  618. package/dist/lib/callbox/callbox.cjs +1 -1
  619. package/dist/lib/callbox/callbox.cjs.map +1 -1
  620. package/dist/lib/callbox/callbox.js +8 -8
  621. package/dist/lib/callbox/callbox.js.map +1 -1
  622. package/dist/lib/card/card.cjs +1 -1
  623. package/dist/lib/card/card.cjs.map +1 -1
  624. package/dist/lib/card/card.js +20 -11
  625. package/dist/lib/card/card.js.map +1 -1
  626. package/dist/lib/checkbox/checkbox-constants.cjs +1 -1
  627. package/dist/lib/checkbox/checkbox-constants.cjs.map +1 -1
  628. package/dist/lib/checkbox/checkbox-constants.js +3 -3
  629. package/dist/lib/checkbox/checkbox-constants.js.map +1 -1
  630. package/dist/lib/checkbox/checkbox.cjs +1 -1
  631. package/dist/lib/checkbox/checkbox.cjs.map +1 -1
  632. package/dist/lib/checkbox/checkbox.js +32 -81
  633. package/dist/lib/checkbox/checkbox.js.map +1 -1
  634. package/dist/lib/checkbox-group/checkbox-group.cjs +1 -1
  635. package/dist/lib/checkbox-group/checkbox-group.cjs.map +1 -1
  636. package/dist/lib/checkbox-group/checkbox-group.js +14 -7
  637. package/dist/lib/checkbox-group/checkbox-group.js.map +1 -1
  638. package/dist/lib/checkbox-group/checkboxes-decorator.cjs +1 -1
  639. package/dist/lib/checkbox-group/checkboxes-decorator.cjs.map +1 -1
  640. package/dist/lib/checkbox-group/checkboxes-decorator.js +3 -1
  641. package/dist/lib/checkbox-group/checkboxes-decorator.js.map +1 -1
  642. package/dist/lib/chip/chip-constants.cjs +1 -1
  643. package/dist/lib/chip/chip-constants.cjs.map +1 -1
  644. package/dist/lib/chip/chip-constants.js +1 -10
  645. package/dist/lib/chip/chip-constants.js.map +1 -1
  646. package/dist/lib/chip/chip.cjs +1 -1
  647. package/dist/lib/chip/chip.cjs.map +1 -1
  648. package/dist/lib/chip/chip.js +29 -45
  649. package/dist/lib/chip/chip.js.map +1 -1
  650. package/dist/lib/codeblock/codeblock.cjs +2 -1
  651. package/dist/lib/codeblock/codeblock.cjs.map +1 -1
  652. package/dist/lib/codeblock/codeblock.js +16 -26
  653. package/dist/lib/codeblock/codeblock.js.map +1 -1
  654. package/dist/lib/collapsible/collapsible-lazy-show.cjs.map +1 -1
  655. package/dist/lib/collapsible/collapsible-lazy-show.js +1 -1
  656. package/dist/lib/collapsible/collapsible-lazy-show.js.map +1 -1
  657. package/dist/lib/collapsible/collapsible.cjs +1 -1
  658. package/dist/lib/collapsible/collapsible.cjs.map +1 -1
  659. package/dist/lib/collapsible/collapsible.js +28 -25
  660. package/dist/lib/collapsible/collapsible.js.map +1 -1
  661. package/dist/lib/combobox/combobox-constants.cjs.map +1 -1
  662. package/dist/lib/combobox/combobox-constants.js +1 -1
  663. package/dist/lib/combobox/combobox-constants.js.map +1 -1
  664. package/dist/lib/combobox/combobox-empty-list.cjs.map +1 -1
  665. package/dist/lib/combobox/combobox-empty-list.js +1 -1
  666. package/dist/lib/combobox/combobox-empty-list.js.map +1 -1
  667. package/dist/lib/combobox/combobox-loading-list.cjs.map +1 -1
  668. package/dist/lib/combobox/combobox-loading-list.js +1 -1
  669. package/dist/lib/combobox/combobox-loading-list.js.map +1 -1
  670. package/dist/lib/combobox/combobox.cjs +1 -1
  671. package/dist/lib/combobox/combobox.js +1 -1
  672. package/dist/lib/combobox/index.cjs +1 -1
  673. package/dist/lib/combobox/index.js +1 -1
  674. package/dist/lib/combobox-multi-select/combobox-multi-select-constants.cjs +1 -1
  675. package/dist/lib/combobox-multi-select/combobox-multi-select-constants.cjs.map +1 -1
  676. package/dist/lib/combobox-multi-select/combobox-multi-select-constants.js +1 -7
  677. package/dist/lib/combobox-multi-select/combobox-multi-select-constants.js.map +1 -1
  678. package/dist/lib/combobox-multi-select/combobox-multi-select-story-constants.cjs.map +1 -1
  679. package/dist/lib/combobox-multi-select/combobox-multi-select-story-constants.js +1 -1
  680. package/dist/lib/combobox-multi-select/combobox-multi-select-story-constants.js.map +1 -1
  681. package/dist/lib/combobox-multi-select/combobox-multi-select.cjs +1 -1
  682. package/dist/lib/combobox-multi-select/combobox-multi-select.cjs.map +1 -1
  683. package/dist/lib/combobox-multi-select/combobox-multi-select.js +59 -78
  684. package/dist/lib/combobox-multi-select/combobox-multi-select.js.map +1 -1
  685. package/dist/lib/combobox-with-popover/combobox-with-popover.cjs +1 -1
  686. package/dist/lib/combobox-with-popover/combobox-with-popover.cjs.map +1 -1
  687. package/dist/lib/combobox-with-popover/combobox-with-popover.js +49 -65
  688. package/dist/lib/combobox-with-popover/combobox-with-popover.js.map +1 -1
  689. package/dist/lib/contact-centers-row/contact-centers-row.cjs +1 -1
  690. package/dist/lib/contact-centers-row/contact-centers-row.cjs.map +1 -1
  691. package/dist/lib/contact-centers-row/contact-centers-row.js +45 -51
  692. package/dist/lib/contact-centers-row/contact-centers-row.js.map +1 -1
  693. package/dist/lib/contact-info/contact-info.cjs +1 -1
  694. package/dist/lib/contact-info/contact-info.cjs.map +1 -1
  695. package/dist/lib/contact-info/contact-info.js +8 -8
  696. package/dist/lib/contact-info/contact-info.js.map +1 -1
  697. package/dist/lib/contact-row/contact-row.cjs +1 -1
  698. package/dist/lib/contact-row/contact-row.cjs.map +1 -1
  699. package/dist/lib/contact-row/contact-row.js +3 -3
  700. package/dist/lib/contact-row/contact-row.js.map +1 -1
  701. package/dist/lib/datepicker/datepicker-constants.cjs.map +1 -1
  702. package/dist/lib/datepicker/datepicker-constants.js +1 -1
  703. package/dist/lib/datepicker/datepicker-constants.js.map +1 -1
  704. package/dist/lib/datepicker/datepicker.cjs +1 -1
  705. package/dist/lib/datepicker/datepicker.js +1 -1
  706. package/dist/lib/datepicker/formatUtils.cjs +2 -0
  707. package/dist/lib/datepicker/formatUtils.cjs.map +1 -0
  708. package/dist/lib/datepicker/formatUtils.js +55 -0
  709. package/dist/lib/datepicker/formatUtils.js.map +1 -0
  710. package/dist/lib/datepicker/index.cjs +1 -1
  711. package/dist/lib/datepicker/index.js +2 -2
  712. package/dist/lib/datepicker/utils.cjs.map +1 -1
  713. package/dist/lib/datepicker/utils.js +1 -1
  714. package/dist/lib/datepicker/utils.js.map +1 -1
  715. package/dist/lib/description-list/description-list-constants.cjs.map +1 -1
  716. package/dist/lib/description-list/description-list-constants.js +1 -1
  717. package/dist/lib/description-list/description-list-constants.js.map +1 -1
  718. package/dist/lib/description-list/description-list-validators.cjs.map +1 -1
  719. package/dist/lib/description-list/description-list-validators.js +1 -1
  720. package/dist/lib/description-list/description-list-validators.js.map +1 -1
  721. package/dist/lib/description-list/description-list.cjs +1 -1
  722. package/dist/lib/description-list/description-list.cjs.map +1 -1
  723. package/dist/lib/description-list/description-list.js +4 -3
  724. package/dist/lib/description-list/description-list.js.map +1 -1
  725. package/dist/lib/dropdown/dropdown-constants.cjs +1 -1
  726. package/dist/lib/dropdown/dropdown-constants.cjs.map +1 -1
  727. package/dist/lib/dropdown/dropdown-constants.js +3 -3
  728. package/dist/lib/dropdown/dropdown-constants.js.map +1 -1
  729. package/dist/lib/dropdown/dropdown-list.cjs +1 -1
  730. package/dist/lib/dropdown/dropdown-list.cjs.map +1 -1
  731. package/dist/lib/dropdown/dropdown-list.js +18 -29
  732. package/dist/lib/dropdown/dropdown-list.js.map +1 -1
  733. package/dist/lib/dropdown/dropdown-separator.cjs +1 -1
  734. package/dist/lib/dropdown/dropdown-separator.cjs.map +1 -1
  735. package/dist/lib/dropdown/dropdown-separator.js +5 -2
  736. package/dist/lib/dropdown/dropdown-separator.js.map +1 -1
  737. package/dist/lib/dropdown/dropdown-story-constants.cjs.map +1 -1
  738. package/dist/lib/dropdown/dropdown-story-constants.js +1 -1
  739. package/dist/lib/dropdown/dropdown-story-constants.js.map +1 -1
  740. package/dist/lib/dropdown/dropdown.cjs +1 -1
  741. package/dist/lib/dropdown/dropdown.cjs.map +1 -1
  742. package/dist/lib/dropdown/dropdown.js +31 -44
  743. package/dist/lib/dropdown/dropdown.js.map +1 -1
  744. package/dist/lib/editor/EditorToolbarButton.cjs +2 -0
  745. package/dist/lib/editor/EditorToolbarButton.cjs.map +1 -0
  746. package/dist/lib/editor/EditorToolbarButton.js +73 -0
  747. package/dist/lib/editor/EditorToolbarButton.js.map +1 -0
  748. package/dist/lib/editor/EditorToolbarDropdownButton.cjs +2 -0
  749. package/dist/lib/editor/EditorToolbarDropdownButton.cjs.map +1 -0
  750. package/dist/lib/editor/EditorToolbarDropdownButton.js +87 -0
  751. package/dist/lib/editor/EditorToolbarDropdownButton.js.map +1 -0
  752. package/dist/lib/editor/EditorToolbarPopoverButton.cjs +2 -0
  753. package/dist/lib/editor/EditorToolbarPopoverButton.cjs.map +1 -0
  754. package/dist/lib/editor/EditorToolbarPopoverButton.js +88 -0
  755. package/dist/lib/editor/EditorToolbarPopoverButton.js.map +1 -0
  756. package/dist/lib/editor/editor.cjs +1 -1
  757. package/dist/lib/editor/editor.cjs.map +1 -1
  758. package/dist/lib/editor/editor.js +143 -142
  759. package/dist/lib/editor/editor.js.map +1 -1
  760. package/dist/lib/emoji/emoji.cjs +1 -1
  761. package/dist/lib/emoji/emoji.cjs.map +1 -1
  762. package/dist/lib/emoji/emoji.js +2 -1
  763. package/dist/lib/emoji/emoji.js.map +1 -1
  764. package/dist/lib/emoji-picker/emoji-picker-constants.cjs.map +1 -1
  765. package/dist/lib/emoji-picker/emoji-picker-constants.js +1 -1
  766. package/dist/lib/emoji-picker/emoji-picker-constants.js.map +1 -1
  767. package/dist/lib/emoji-picker/emoji-picker.cjs +1 -1
  768. package/dist/lib/emoji-picker/emoji-picker.js +1 -1
  769. package/dist/lib/emoji-picker/index.cjs +1 -1
  770. package/dist/lib/emoji-picker/index.js +1 -1
  771. package/dist/lib/emoji-row/emoji-row.cjs +1 -1
  772. package/dist/lib/emoji-row/emoji-row.cjs.map +1 -1
  773. package/dist/lib/emoji-row/emoji-row.js +1 -1
  774. package/dist/lib/emoji-row/emoji-row.js.map +1 -1
  775. package/dist/lib/emoji-text-wrapper/emoji-text-wrapper.cjs +1 -1
  776. package/dist/lib/emoji-text-wrapper/emoji-text-wrapper.cjs.map +1 -1
  777. package/dist/lib/emoji-text-wrapper/emoji-text-wrapper.js +2 -1
  778. package/dist/lib/emoji-text-wrapper/emoji-text-wrapper.js.map +1 -1
  779. package/dist/lib/empty-state/empty-state-constants.cjs +1 -1
  780. package/dist/lib/empty-state/empty-state-constants.cjs.map +1 -1
  781. package/dist/lib/empty-state/empty-state-constants.js +10 -38
  782. package/dist/lib/empty-state/empty-state-constants.js.map +1 -1
  783. package/dist/lib/empty-state/empty-state.cjs +1 -1
  784. package/dist/lib/empty-state/empty-state.cjs.map +1 -1
  785. package/dist/lib/empty-state/empty-state.js +32 -79
  786. package/dist/lib/empty-state/empty-state.js.map +1 -1
  787. package/dist/lib/feed-item-pill/feed-item-pill.cjs +1 -1
  788. package/dist/lib/feed-item-pill/feed-item-pill.cjs.map +1 -1
  789. package/dist/lib/feed-item-pill/feed-item-pill.js +42 -40
  790. package/dist/lib/feed-item-pill/feed-item-pill.js.map +1 -1
  791. package/dist/lib/feed-item-row/feed-item-row.cjs +1 -1
  792. package/dist/lib/feed-item-row/feed-item-row.cjs.map +1 -1
  793. package/dist/lib/feed-item-row/feed-item-row.js +7 -7
  794. package/dist/lib/feed-item-row/feed-item-row.js.map +1 -1
  795. package/dist/lib/general-row/general-row.cjs +1 -1
  796. package/dist/lib/general-row/general-row.cjs.map +1 -1
  797. package/dist/lib/general-row/general-row.js +61 -105
  798. package/dist/lib/general-row/general-row.js.map +1 -1
  799. package/dist/lib/general-row/leftbar-general-row-icon.cjs +1 -1
  800. package/dist/lib/general-row/leftbar-general-row-icon.cjs.map +1 -1
  801. package/dist/lib/general-row/leftbar-general-row-icon.js +1 -1
  802. package/dist/lib/general-row/leftbar-general-row-icon.js.map +1 -1
  803. package/dist/lib/group-row/group-row.cjs +1 -1
  804. package/dist/lib/group-row/group-row.cjs.map +1 -1
  805. package/dist/lib/group-row/group-row.js +2 -2
  806. package/dist/lib/group-row/group-row.js.map +1 -1
  807. package/dist/lib/grouped-chip/grouped-chip.cjs +1 -1
  808. package/dist/lib/grouped-chip/grouped-chip.cjs.map +1 -1
  809. package/dist/lib/grouped-chip/grouped-chip.js +9 -9
  810. package/dist/lib/grouped-chip/grouped-chip.js.map +1 -1
  811. package/dist/lib/hovercard/hovercard.cjs +1 -1
  812. package/dist/lib/hovercard/hovercard.cjs.map +1 -1
  813. package/dist/lib/hovercard/hovercard.js +26 -40
  814. package/dist/lib/hovercard/hovercard.js.map +1 -1
  815. package/dist/lib/icon/icon-constants.cjs.map +1 -1
  816. package/dist/lib/icon/icon-constants.js +1 -1
  817. package/dist/lib/icon/icon-constants.js.map +1 -1
  818. package/dist/lib/icon/icon.cjs +1 -1
  819. package/dist/lib/icon/icon.cjs.map +1 -1
  820. package/dist/lib/icon/icon.js +3 -2
  821. package/dist/lib/icon/icon.js.map +1 -1
  822. package/dist/lib/illustration/illustration-constants.cjs.map +1 -1
  823. package/dist/lib/illustration/illustration-constants.js +1 -1
  824. package/dist/lib/illustration/illustration-constants.js.map +1 -1
  825. package/dist/lib/illustration/illustration.cjs +1 -1
  826. package/dist/lib/illustration/illustration.cjs.map +1 -1
  827. package/dist/lib/illustration/illustration.js +3 -3
  828. package/dist/lib/illustration/illustration.js.map +1 -1
  829. package/dist/lib/image-viewer/image-viewer.cjs +1 -1
  830. package/dist/lib/image-viewer/image-viewer.cjs.map +1 -1
  831. package/dist/lib/image-viewer/image-viewer.js +34 -34
  832. package/dist/lib/image-viewer/image-viewer.js.map +1 -1
  833. package/dist/lib/input/input-constants.cjs +1 -1
  834. package/dist/lib/input/input-constants.cjs.map +1 -1
  835. package/dist/lib/input/input-constants.js +12 -26
  836. package/dist/lib/input/input-constants.js.map +1 -1
  837. package/dist/lib/input/input.cjs +1 -1
  838. package/dist/lib/input/input.cjs.map +1 -1
  839. package/dist/lib/input/input.js +87 -191
  840. package/dist/lib/input/input.js.map +1 -1
  841. package/dist/lib/input-group/input-group.cjs +1 -1
  842. package/dist/lib/input-group/input-group.cjs.map +1 -1
  843. package/dist/lib/input-group/input-group.js +17 -26
  844. package/dist/lib/input-group/input-group.js.map +1 -1
  845. package/dist/lib/item-layout/item-layout.cjs +3 -3
  846. package/dist/lib/item-layout/item-layout.cjs.map +1 -1
  847. package/dist/lib/item-layout/item-layout.js +21 -83
  848. package/dist/lib/item-layout/item-layout.js.map +1 -1
  849. package/dist/lib/ivr-node/ivr-node.cjs +1 -1
  850. package/dist/lib/ivr-node/ivr-node.cjs.map +1 -1
  851. package/dist/lib/ivr-node/ivr-node.js +1 -1
  852. package/dist/lib/ivr-node/ivr-node.js.map +1 -1
  853. package/dist/lib/keyboard-shortcut/keyboard-shortcut-constants.cjs.map +1 -1
  854. package/dist/lib/keyboard-shortcut/keyboard-shortcut-constants.js +1 -1
  855. package/dist/lib/keyboard-shortcut/keyboard-shortcut-constants.js.map +1 -1
  856. package/dist/lib/keyboard-shortcut/keyboard-shortcut.cjs +1 -1
  857. package/dist/lib/keyboard-shortcut/keyboard-shortcut.cjs.map +1 -1
  858. package/dist/lib/keyboard-shortcut/keyboard-shortcut.js +40 -49
  859. package/dist/lib/keyboard-shortcut/keyboard-shortcut.js.map +1 -1
  860. package/dist/lib/lazy-show/lazy-show.cjs +1 -1
  861. package/dist/lib/lazy-show/lazy-show.cjs.map +1 -1
  862. package/dist/lib/lazy-show/lazy-show.js +2 -1
  863. package/dist/lib/lazy-show/lazy-show.js.map +1 -1
  864. package/dist/lib/link/index.cjs +1 -1
  865. package/dist/lib/link/index.js +2 -2
  866. package/dist/lib/link/link-constants.cjs +1 -1
  867. package/dist/lib/link/link-constants.cjs.map +1 -1
  868. package/dist/lib/link/link-constants.js +15 -18
  869. package/dist/lib/link/link-constants.js.map +1 -1
  870. package/dist/lib/link/link.cjs +1 -1
  871. package/dist/lib/link/link.cjs.map +1 -1
  872. package/dist/lib/link/link.js +4 -18
  873. package/dist/lib/link/link.js.map +1 -1
  874. package/dist/lib/list-item/list-item-constants.cjs.map +1 -1
  875. package/dist/lib/list-item/list-item-constants.js +1 -1
  876. package/dist/lib/list-item/list-item-constants.js.map +1 -1
  877. package/dist/lib/list-item/list-item.cjs +1 -1
  878. package/dist/lib/list-item/list-item.cjs.map +1 -1
  879. package/dist/lib/list-item/list-item.js +7 -10
  880. package/dist/lib/list-item/list-item.js.map +1 -1
  881. package/dist/lib/list-item-group/list-item-group-constants.cjs.map +1 -1
  882. package/dist/lib/list-item-group/list-item-group-constants.js +1 -1
  883. package/dist/lib/list-item-group/list-item-group-constants.js.map +1 -1
  884. package/dist/lib/list-item-group/list-item-group.cjs +1 -1
  885. package/dist/lib/list-item-group/list-item-group.cjs.map +1 -1
  886. package/dist/lib/list-item-group/list-item-group.js +3 -2
  887. package/dist/lib/list-item-group/list-item-group.js.map +1 -1
  888. package/dist/lib/loader/loader.cjs.map +1 -1
  889. package/dist/lib/loader/loader.js +1 -1
  890. package/dist/lib/loader/loader.js.map +1 -1
  891. package/dist/lib/message-input/index.cjs +1 -1
  892. package/dist/lib/message-input/index.js +1 -1
  893. package/dist/lib/message-input/message-input-button.cjs +1 -1
  894. package/dist/lib/message-input/message-input-button.cjs.map +1 -1
  895. package/dist/lib/message-input/message-input-button.js +1 -1
  896. package/dist/lib/message-input/message-input-button.js.map +1 -1
  897. package/dist/lib/message-input/message-input-link.cjs +1 -1
  898. package/dist/lib/message-input/message-input-link.cjs.map +1 -1
  899. package/dist/lib/message-input/message-input-link.js +9 -9
  900. package/dist/lib/message-input/message-input-link.js.map +1 -1
  901. package/dist/lib/message-input/message-input-topbar.cjs +1 -1
  902. package/dist/lib/message-input/message-input-topbar.cjs.map +1 -1
  903. package/dist/lib/message-input/message-input-topbar.js +2 -2
  904. package/dist/lib/message-input/message-input-topbar.js.map +1 -1
  905. package/dist/lib/message-input/message-input.cjs +1 -1
  906. package/dist/lib/message-input/message-input.js +1 -1
  907. package/dist/lib/modal/modal-constants.cjs +1 -1
  908. package/dist/lib/modal/modal-constants.cjs.map +1 -1
  909. package/dist/lib/modal/modal-constants.js +4 -4
  910. package/dist/lib/modal/modal-constants.js.map +1 -1
  911. package/dist/lib/modal/modal.cjs +1 -1
  912. package/dist/lib/modal/modal.cjs.map +1 -1
  913. package/dist/lib/modal/modal.js +169 -195
  914. package/dist/lib/modal/modal.js.map +1 -1
  915. package/dist/lib/motion-text/motion-text-constants.cjs +1 -1
  916. package/dist/lib/motion-text/motion-text-constants.cjs.map +1 -1
  917. package/dist/lib/motion-text/motion-text-constants.js +7 -19
  918. package/dist/lib/motion-text/motion-text-constants.js.map +1 -1
  919. package/dist/lib/motion-text/motion-text.cjs +1 -1
  920. package/dist/lib/motion-text/motion-text.cjs.map +1 -1
  921. package/dist/lib/motion-text/motion-text.js +9 -6
  922. package/dist/lib/motion-text/motion-text.js.map +1 -1
  923. package/dist/lib/notice/notice-action.cjs +1 -1
  924. package/dist/lib/notice/notice-action.cjs.map +1 -1
  925. package/dist/lib/notice/notice-action.js +28 -35
  926. package/dist/lib/notice/notice-action.js.map +1 -1
  927. package/dist/lib/notice/notice-constants.cjs +1 -1
  928. package/dist/lib/notice/notice-constants.cjs.map +1 -1
  929. package/dist/lib/notice/notice-constants.js +3 -3
  930. package/dist/lib/notice/notice-constants.js.map +1 -1
  931. package/dist/lib/notice/notice-content.cjs +1 -1
  932. package/dist/lib/notice/notice-content.cjs.map +1 -1
  933. package/dist/lib/notice/notice-content.js +20 -52
  934. package/dist/lib/notice/notice-content.js.map +1 -1
  935. package/dist/lib/notice/notice-icon.cjs +1 -1
  936. package/dist/lib/notice/notice-icon.cjs.map +1 -1
  937. package/dist/lib/notice/notice-icon.js +30 -39
  938. package/dist/lib/notice/notice-icon.js.map +1 -1
  939. package/dist/lib/notice/notice.cjs +1 -1
  940. package/dist/lib/notice/notice.cjs.map +1 -1
  941. package/dist/lib/notice/notice.js +25 -71
  942. package/dist/lib/notice/notice.js.map +1 -1
  943. package/dist/lib/pagination/pagination.cjs +1 -1
  944. package/dist/lib/pagination/pagination.cjs.map +1 -1
  945. package/dist/lib/pagination/pagination.js +14 -14
  946. package/dist/lib/pagination/pagination.js.map +1 -1
  947. package/dist/lib/popover/popover-constants.cjs +1 -1
  948. package/dist/lib/popover/popover-constants.cjs.map +1 -1
  949. package/dist/lib/popover/popover-constants.js +7 -7
  950. package/dist/lib/popover/popover-constants.js.map +1 -1
  951. package/dist/lib/popover/popover-header-footer.cjs +1 -1
  952. package/dist/lib/popover/popover-header-footer.cjs.map +1 -1
  953. package/dist/lib/popover/popover-header-footer.js +5 -12
  954. package/dist/lib/popover/popover-header-footer.js.map +1 -1
  955. package/dist/lib/popover/popover.cjs +1 -1
  956. package/dist/lib/popover/popover.cjs.map +1 -1
  957. package/dist/lib/popover/popover.js +50 -78
  958. package/dist/lib/popover/popover.js.map +1 -1
  959. package/dist/lib/popover/tippy-utils.cjs.map +1 -1
  960. package/dist/lib/popover/tippy-utils.js +1 -1
  961. package/dist/lib/popover/tippy-utils.js.map +1 -1
  962. package/dist/lib/presence/presence-constants.cjs.map +1 -1
  963. package/dist/lib/presence/presence-constants.js +1 -1
  964. package/dist/lib/presence/presence-constants.js.map +1 -1
  965. package/dist/lib/presence/presence.cjs +1 -1
  966. package/dist/lib/presence/presence.cjs.map +1 -1
  967. package/dist/lib/presence/presence.js +2 -1
  968. package/dist/lib/presence/presence.js.map +1 -1
  969. package/dist/lib/progress-circle/progress-circle-constants.cjs.map +1 -1
  970. package/dist/lib/progress-circle/progress-circle-constants.js +1 -1
  971. package/dist/lib/progress-circle/progress-circle-constants.js.map +1 -1
  972. package/dist/lib/progress-circle/progress-circle.cjs +1 -1
  973. package/dist/lib/progress-circle/progress-circle.cjs.map +1 -1
  974. package/dist/lib/progress-circle/progress-circle.js +2 -1
  975. package/dist/lib/progress-circle/progress-circle.js.map +1 -1
  976. package/dist/lib/radio/radio-constants.cjs +1 -1
  977. package/dist/lib/radio/radio-constants.cjs.map +1 -1
  978. package/dist/lib/radio/radio-constants.js +3 -3
  979. package/dist/lib/radio/radio-constants.js.map +1 -1
  980. package/dist/lib/radio/radio.cjs +1 -1
  981. package/dist/lib/radio/radio.cjs.map +1 -1
  982. package/dist/lib/radio/radio.js +35 -96
  983. package/dist/lib/radio/radio.js.map +1 -1
  984. package/dist/lib/radio-group/radio-group.cjs +1 -1
  985. package/dist/lib/radio-group/radio-group.cjs.map +1 -1
  986. package/dist/lib/radio-group/radio-group.js +4 -3
  987. package/dist/lib/radio-group/radio-group.js.map +1 -1
  988. package/dist/lib/radio-group/radios-decorator.cjs +1 -1
  989. package/dist/lib/radio-group/radios-decorator.cjs.map +1 -1
  990. package/dist/lib/radio-group/radios-decorator.js +2 -1
  991. package/dist/lib/radio-group/radios-decorator.js.map +1 -1
  992. package/dist/lib/resizable/index.cjs +1 -1
  993. package/dist/lib/resizable/index.js +3 -3
  994. package/dist/lib/resizable/resizable-handle.cjs +1 -1
  995. package/dist/lib/resizable/resizable-handle.js +1 -1
  996. package/dist/lib/resizable/resizable-panel.cjs +1 -1
  997. package/dist/lib/resizable/resizable-panel.cjs.map +1 -1
  998. package/dist/lib/resizable/resizable-panel.js +5 -13
  999. package/dist/lib/resizable/resizable-panel.js.map +1 -1
  1000. package/dist/lib/resizable/resizable.cjs +1 -1
  1001. package/dist/lib/resizable/resizable.js +1 -1
  1002. package/dist/lib/rich-text-editor/channel-suggestion.cjs.map +1 -1
  1003. package/dist/lib/rich-text-editor/channel-suggestion.js +1 -1
  1004. package/dist/lib/rich-text-editor/channel-suggestion.js.map +1 -1
  1005. package/dist/lib/rich-text-editor/index.cjs +1 -1
  1006. package/dist/lib/rich-text-editor/index.js +1 -1
  1007. package/dist/lib/rich-text-editor/markdownRenderer.cjs +1 -0
  1008. package/dist/lib/rich-text-editor/markdownRenderer.js +2 -0
  1009. package/dist/lib/rich-text-editor/mention-suggestion.cjs.map +1 -1
  1010. package/dist/lib/rich-text-editor/mention-suggestion.js.map +1 -1
  1011. package/dist/lib/rich-text-editor/rich-text-editor-constants.cjs.map +1 -1
  1012. package/dist/lib/rich-text-editor/rich-text-editor-constants.js +1 -1
  1013. package/dist/lib/rich-text-editor/rich-text-editor-constants.js.map +1 -1
  1014. package/dist/lib/rich-text-editor/rich-text-editor.cjs +1 -1
  1015. package/dist/lib/rich-text-editor/rich-text-editor.js +1 -1
  1016. package/dist/lib/rich-text-editor/slash-command-suggestion.cjs.map +1 -1
  1017. package/dist/lib/rich-text-editor/slash-command-suggestion.js +1 -1
  1018. package/dist/lib/rich-text-editor/slash-command-suggestion.js.map +1 -1
  1019. package/dist/lib/root-layout/root-layout-constants.cjs +1 -1
  1020. package/dist/lib/root-layout/root-layout-constants.cjs.map +1 -1
  1021. package/dist/lib/root-layout/root-layout-constants.js +1 -3
  1022. package/dist/lib/root-layout/root-layout-constants.js.map +1 -1
  1023. package/dist/lib/root-layout/root-layout.cjs +1 -1
  1024. package/dist/lib/root-layout/root-layout.cjs.map +1 -1
  1025. package/dist/lib/root-layout/root-layout.js +4 -3
  1026. package/dist/lib/root-layout/root-layout.js.map +1 -1
  1027. package/dist/lib/scrollbar-directive/scrollbar.cjs +1 -1
  1028. package/dist/lib/scrollbar-directive/scrollbar.cjs.map +1 -1
  1029. package/dist/lib/scrollbar-directive/scrollbar.js +8 -51
  1030. package/dist/lib/scrollbar-directive/scrollbar.js.map +1 -1
  1031. package/dist/lib/scroller/index.cjs +1 -1
  1032. package/dist/lib/scroller/index.js +1 -1
  1033. package/dist/lib/scroller/scroller.cjs +1 -1
  1034. package/dist/lib/scroller/scroller.js +1 -1
  1035. package/dist/lib/select-menu/select-menu-constants.cjs +1 -1
  1036. package/dist/lib/select-menu/select-menu-constants.cjs.map +1 -1
  1037. package/dist/lib/select-menu/select-menu-constants.js +3 -8
  1038. package/dist/lib/select-menu/select-menu-constants.js.map +1 -1
  1039. package/dist/lib/select-menu/select-menu-validators.cjs.map +1 -1
  1040. package/dist/lib/select-menu/select-menu-validators.js +1 -1
  1041. package/dist/lib/select-menu/select-menu-validators.js.map +1 -1
  1042. package/dist/lib/select-menu/select-menu.cjs +1 -1
  1043. package/dist/lib/select-menu/select-menu.cjs.map +1 -1
  1044. package/dist/lib/select-menu/select-menu.js +66 -120
  1045. package/dist/lib/select-menu/select-menu.js.map +1 -1
  1046. package/dist/lib/settings-menu-button/settings-menu-button.cjs +1 -1
  1047. package/dist/lib/settings-menu-button/settings-menu-button.cjs.map +1 -1
  1048. package/dist/lib/settings-menu-button/settings-menu-button.js +5 -5
  1049. package/dist/lib/settings-menu-button/settings-menu-button.js.map +1 -1
  1050. package/dist/lib/skeleton/skeleton-constants.cjs +1 -1
  1051. package/dist/lib/skeleton/skeleton-constants.cjs.map +1 -1
  1052. package/dist/lib/skeleton/skeleton-constants.js +5 -13
  1053. package/dist/lib/skeleton/skeleton-constants.js.map +1 -1
  1054. package/dist/lib/skeleton/skeleton-list-item.cjs +1 -1
  1055. package/dist/lib/skeleton/skeleton-list-item.cjs.map +1 -1
  1056. package/dist/lib/skeleton/skeleton-list-item.js +4 -3
  1057. package/dist/lib/skeleton/skeleton-list-item.js.map +1 -1
  1058. package/dist/lib/skeleton/skeleton-paragraph.cjs +1 -1
  1059. package/dist/lib/skeleton/skeleton-paragraph.cjs.map +1 -1
  1060. package/dist/lib/skeleton/skeleton-paragraph.js +2 -1
  1061. package/dist/lib/skeleton/skeleton-paragraph.js.map +1 -1
  1062. package/dist/lib/skeleton/skeleton-shape.cjs +1 -1
  1063. package/dist/lib/skeleton/skeleton-shape.cjs.map +1 -1
  1064. package/dist/lib/skeleton/skeleton-shape.js +5 -4
  1065. package/dist/lib/skeleton/skeleton-shape.js.map +1 -1
  1066. package/dist/lib/skeleton/skeleton-text.cjs +1 -1
  1067. package/dist/lib/skeleton/skeleton-text.cjs.map +1 -1
  1068. package/dist/lib/skeleton/skeleton-text.js +2 -1
  1069. package/dist/lib/skeleton/skeleton-text.js.map +1 -1
  1070. package/dist/lib/skeleton/skeleton.cjs +1 -1
  1071. package/dist/lib/skeleton/skeleton.cjs.map +1 -1
  1072. package/dist/lib/skeleton/skeleton.js +2 -1
  1073. package/dist/lib/skeleton/skeleton.js.map +1 -1
  1074. package/dist/lib/split-button/split-button-alpha.cjs +2 -0
  1075. package/dist/lib/split-button/split-button-alpha.cjs.map +1 -0
  1076. package/dist/lib/split-button/split-button-alpha.js +107 -0
  1077. package/dist/lib/split-button/split-button-alpha.js.map +1 -0
  1078. package/dist/lib/split-button/split-button-constants.cjs +1 -1
  1079. package/dist/lib/split-button/split-button-constants.cjs.map +1 -1
  1080. package/dist/lib/split-button/split-button-constants.js +1 -6
  1081. package/dist/lib/split-button/split-button-constants.js.map +1 -1
  1082. package/dist/lib/split-button/split-button-omega.cjs +2 -0
  1083. package/dist/lib/split-button/split-button-omega.cjs.map +1 -0
  1084. package/dist/lib/split-button/split-button-omega.js +86 -0
  1085. package/dist/lib/split-button/split-button-omega.js.map +1 -0
  1086. package/dist/lib/split-button/split-button.cjs +1 -1
  1087. package/dist/lib/split-button/split-button.cjs.map +1 -1
  1088. package/dist/lib/split-button/split-button.js +73 -247
  1089. package/dist/lib/split-button/split-button.js.map +1 -1
  1090. package/dist/lib/stack/stack-constants.cjs +1 -1
  1091. package/dist/lib/stack/stack-constants.cjs.map +1 -1
  1092. package/dist/lib/stack/stack-constants.js +3 -11
  1093. package/dist/lib/stack/stack-constants.js.map +1 -1
  1094. package/dist/lib/stack/stack.cjs +1 -1
  1095. package/dist/lib/stack/stack.cjs.map +1 -1
  1096. package/dist/lib/stack/stack.js +2 -1
  1097. package/dist/lib/stack/stack.js.map +1 -1
  1098. package/dist/lib/stack/utils.cjs.map +1 -1
  1099. package/dist/lib/stack/utils.js +1 -1
  1100. package/dist/lib/stack/utils.js.map +1 -1
  1101. package/dist/lib/stack/validators.cjs.map +1 -1
  1102. package/dist/lib/stack/validators.js +1 -1
  1103. package/dist/lib/stack/validators.js.map +1 -1
  1104. package/dist/lib/tab/index.cjs +1 -1
  1105. package/dist/lib/tab/index.js +5 -5
  1106. package/dist/lib/tab/tab-group.cjs +1 -1
  1107. package/dist/lib/tab/tab-group.cjs.map +1 -1
  1108. package/dist/lib/tab/tab-group.js +54 -187
  1109. package/dist/lib/tab/tab-group.js.map +1 -1
  1110. package/dist/lib/tab/tab-panel.cjs +1 -1
  1111. package/dist/lib/tab/tab-panel.cjs.map +1 -1
  1112. package/dist/lib/tab/tab-panel.js +2 -1
  1113. package/dist/lib/tab/tab-panel.js.map +1 -1
  1114. package/dist/lib/tab/tab.cjs +1 -1
  1115. package/dist/lib/tab/tab.cjs.map +1 -1
  1116. package/dist/lib/tab/tab.js +25 -109
  1117. package/dist/lib/tab/tab.js.map +1 -1
  1118. package/dist/lib/tab/tabs-constants.cjs +1 -1
  1119. package/dist/lib/tab/tabs-constants.cjs.map +1 -1
  1120. package/dist/lib/tab/tabs-constants.js +3 -34
  1121. package/dist/lib/tab/tabs-constants.js.map +1 -1
  1122. package/dist/lib/toast/index.cjs +1 -1
  1123. package/dist/lib/toast/index.js +1 -1
  1124. package/dist/lib/toast/toast-constants.cjs.map +1 -1
  1125. package/dist/lib/toast/toast-constants.js +1 -1
  1126. package/dist/lib/toast/toast-constants.js.map +1 -1
  1127. package/dist/lib/toast/toast.cjs +1 -1
  1128. package/dist/lib/toast/toast.js +1 -1
  1129. package/dist/lib/toggle/toggle-constants.cjs +1 -1
  1130. package/dist/lib/toggle/toggle-constants.cjs.map +1 -1
  1131. package/dist/lib/toggle/toggle-constants.js +1 -3
  1132. package/dist/lib/toggle/toggle-constants.js.map +1 -1
  1133. package/dist/lib/toggle/toggle.cjs +1 -1
  1134. package/dist/lib/toggle/toggle.cjs.map +1 -1
  1135. package/dist/lib/toggle/toggle.js +33 -27
  1136. package/dist/lib/toggle/toggle.js.map +1 -1
  1137. package/dist/lib/tooltip/tooltip-constants.cjs.map +1 -1
  1138. package/dist/lib/tooltip/tooltip-constants.js +1 -1
  1139. package/dist/lib/tooltip/tooltip-constants.js.map +1 -1
  1140. package/dist/lib/tooltip/tooltip.cjs +4 -1
  1141. package/dist/lib/tooltip/tooltip.cjs.map +1 -1
  1142. package/dist/lib/tooltip/tooltip.js +35 -52
  1143. package/dist/lib/tooltip/tooltip.js.map +1 -1
  1144. package/dist/lib/tooltip-directive/tooltip.cjs +1 -1
  1145. package/dist/lib/tooltip-directive/tooltip.cjs.map +1 -1
  1146. package/dist/lib/tooltip-directive/tooltip.js +35 -36
  1147. package/dist/lib/tooltip-directive/tooltip.js.map +1 -1
  1148. package/dist/lib/top-banner-info/top-banner-info.cjs +1 -1
  1149. package/dist/lib/top-banner-info/top-banner-info.cjs.map +1 -1
  1150. package/dist/lib/top-banner-info/top-banner-info.js +4 -4
  1151. package/dist/lib/top-banner-info/top-banner-info.js.map +1 -1
  1152. package/dist/lib/unread-pill/unread-pill.cjs +1 -1
  1153. package/dist/lib/unread-pill/unread-pill.cjs.map +1 -1
  1154. package/dist/lib/unread-pill/unread-pill.js +1 -1
  1155. package/dist/lib/unread-pill/unread-pill.js.map +1 -1
  1156. package/dist/lib/validation-messages/validation-messages.cjs +1 -1
  1157. package/dist/lib/validation-messages/validation-messages.cjs.map +1 -1
  1158. package/dist/lib/validation-messages/validation-messages.js +4 -3
  1159. package/dist/lib/validation-messages/validation-messages.js.map +1 -1
  1160. package/dist/localization/en-US.cjs +0 -5
  1161. package/dist/localization/en-US.cjs.map +1 -1
  1162. package/dist/localization/en-US.js +1 -1
  1163. package/dist/localization/en-US.js.map +1 -1
  1164. package/dist/markdownRenderer-DCgGQseq.cjs +31 -0
  1165. package/dist/markdownRenderer-DCgGQseq.cjs.map +1 -0
  1166. package/dist/markdownRenderer-D_P94RyM.js +322 -0
  1167. package/dist/markdownRenderer-D_P94RyM.js.map +1 -0
  1168. package/dist/message_input-BiCHkV9g.cjs +2 -0
  1169. package/dist/message_input-BiCHkV9g.cjs.map +1 -0
  1170. package/dist/message_input-DO6pV_GG.js +668 -0
  1171. package/dist/message_input-DO6pV_GG.js.map +1 -0
  1172. package/dist/recipes/buttons/callbar_button/callbar_button.vue.d.ts +18 -145
  1173. package/dist/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
  1174. package/dist/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +56 -537
  1175. package/dist/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -1
  1176. package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +51 -512
  1177. package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
  1178. package/dist/recipes/cards/ivr_node/ivr_node.vue.d.ts +48 -394
  1179. package/dist/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
  1180. package/dist/recipes/chips/grouped_chip/grouped_chip.vue.d.ts +16 -125
  1181. package/dist/recipes/chips/grouped_chip/grouped_chip.vue.d.ts.map +1 -1
  1182. package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +31 -420
  1183. package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
  1184. package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +24 -322
  1185. package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -1
  1186. package/dist/recipes/conversation_view/editor/EditorToolbarButton.vue.d.ts +7 -98
  1187. package/dist/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts +37 -392
  1188. package/dist/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts.map +1 -1
  1189. package/dist/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts +31 -366
  1190. package/dist/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts.map +1 -1
  1191. package/dist/recipes/conversation_view/editor/editor.vue.d.ts +289 -1831
  1192. package/dist/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
  1193. package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +56 -202
  1194. package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -1
  1195. package/dist/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +83 -161
  1196. package/dist/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +1 -1
  1197. package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +56 -165
  1198. package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
  1199. package/dist/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts +34 -156
  1200. package/dist/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts.map +1 -1
  1201. package/dist/recipes/conversation_view/message_input/message_input.vue.d.ts +192 -2114
  1202. package/dist/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
  1203. package/dist/recipes/conversation_view/message_input/message_input_button.vue.d.ts +16 -286
  1204. package/dist/recipes/conversation_view/message_input/message_input_button.vue.d.ts.map +1 -1
  1205. package/dist/recipes/conversation_view/message_input/message_input_link.vue.d.ts +89 -887
  1206. package/dist/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -1
  1207. package/dist/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +16 -286
  1208. package/dist/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -1
  1209. package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +7 -98
  1210. package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts.map +1 -1
  1211. package/dist/recipes/item_layout/contact_info/contact_info.vue.d.ts +54 -143
  1212. package/dist/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +1 -1
  1213. package/dist/recipes/leftbar/callbox/callbox.vue.d.ts +34 -110
  1214. package/dist/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
  1215. package/dist/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +33 -150
  1216. package/dist/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
  1217. package/dist/recipes/leftbar/contact_row/contact_row.vue.d.ts +86 -676
  1218. package/dist/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
  1219. package/dist/recipes/leftbar/general_row/general_row.vue.d.ts +40 -563
  1220. package/dist/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
  1221. package/dist/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts.map +1 -1
  1222. package/dist/recipes/leftbar/group_row/group_row.vue.d.ts +39 -562
  1223. package/dist/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
  1224. package/dist/recipes/leftbar/unread_pill/unread_pill.vue.d.ts.map +1 -1
  1225. package/dist/recipes/notices/top_banner_info/top_banner_info.vue.d.ts.map +1 -1
  1226. package/dist/resizable-D4-peBOl.js +960 -0
  1227. package/dist/resizable-D4-peBOl.js.map +1 -0
  1228. package/dist/resizable-aOVGO_Os.cjs +2 -0
  1229. package/dist/resizable-aOVGO_Os.cjs.map +1 -0
  1230. package/dist/resizable_handle-BlKBiWnx.js +307 -0
  1231. package/dist/resizable_handle-BlKBiWnx.js.map +1 -0
  1232. package/dist/resizable_handle-RIKS8frB.cjs +2 -0
  1233. package/dist/resizable_handle-RIKS8frB.cjs.map +1 -0
  1234. package/dist/resizable_utils-BComtrMV.js +131 -0
  1235. package/dist/resizable_utils-BComtrMV.js.map +1 -0
  1236. package/dist/resizable_utils-DhuzXRdP.cjs +2 -0
  1237. package/dist/resizable_utils-DhuzXRdP.cjs.map +1 -0
  1238. package/dist/rich_text_editor-DYu2R0kw.js +2992 -0
  1239. package/dist/rich_text_editor-DYu2R0kw.js.map +1 -0
  1240. package/dist/rich_text_editor-FduHYl-G.cjs +12 -0
  1241. package/dist/rich_text_editor-FduHYl-G.cjs.map +1 -0
  1242. package/dist/scroller-BGVDh3sq.js +623 -0
  1243. package/dist/scroller-BGVDh3sq.js.map +1 -0
  1244. package/dist/scroller-CjAsgjl9.cjs +2 -0
  1245. package/dist/scroller-CjAsgjl9.cjs.map +1 -0
  1246. package/dist/shared/sr_only_close_button.cjs +1 -1
  1247. package/dist/shared/sr_only_close_button.cjs.map +1 -1
  1248. package/dist/shared/sr_only_close_button.js +1 -1
  1249. package/dist/shared/sr_only_close_button.js.map +1 -1
  1250. package/dist/toast-DvPN-bCi.js +422 -0
  1251. package/dist/toast-DvPN-bCi.js.map +1 -0
  1252. package/dist/toast-d8_zmgkL.cjs +2 -0
  1253. package/dist/toast-d8_zmgkL.cjs.map +1 -0
  1254. package/dist/useResizableCalculations-BDITle3Q.cjs +2 -0
  1255. package/dist/useResizableCalculations-BDITle3Q.cjs.map +1 -0
  1256. package/dist/useResizableCalculations-DAajatT4.js +80 -0
  1257. package/dist/useResizableCalculations-DAajatT4.js.map +1 -0
  1258. package/package.json +5 -7
  1259. package/dist/Combobox-CAnDv0OR.js +0 -229
  1260. package/dist/Combobox-CAnDv0OR.js.map +0 -1
  1261. package/dist/Combobox-D_2858_j.cjs +0 -3
  1262. package/dist/Combobox-D_2858_j.cjs.map +0 -1
  1263. package/dist/Datepicker-O7Xpw5LW.js +0 -484
  1264. package/dist/Datepicker-O7Xpw5LW.js.map +0 -1
  1265. package/dist/Datepicker-PhSgm8nW.cjs +0 -2
  1266. package/dist/Datepicker-PhSgm8nW.cjs.map +0 -1
  1267. package/dist/EmojiPicker-8mce5xF3.cjs +0 -2
  1268. package/dist/EmojiPicker-8mce5xF3.cjs.map +0 -1
  1269. package/dist/EmojiPicker-VfPVHqD-.js +0 -858
  1270. package/dist/EmojiPicker-VfPVHqD-.js.map +0 -1
  1271. package/dist/MarkdownRenderer-8KTeck1X.cjs +0 -31
  1272. package/dist/MarkdownRenderer-8KTeck1X.cjs.map +0 -1
  1273. package/dist/MarkdownRenderer-CpbKlG4G.js +0 -322
  1274. package/dist/MarkdownRenderer-CpbKlG4G.js.map +0 -1
  1275. package/dist/Resizable-C_v1ZDLc.cjs +0 -2
  1276. package/dist/Resizable-C_v1ZDLc.cjs.map +0 -1
  1277. package/dist/Resizable-DCXMOf5K.js +0 -960
  1278. package/dist/Resizable-DCXMOf5K.js.map +0 -1
  1279. package/dist/ResizableHandle-C2JRlAys.cjs +0 -2
  1280. package/dist/ResizableHandle-C2JRlAys.cjs.map +0 -1
  1281. package/dist/ResizableHandle-Ctbq7YaC.js +0 -307
  1282. package/dist/ResizableHandle-Ctbq7YaC.js.map +0 -1
  1283. package/dist/ResizableUtils-NEOy9Sop.cjs +0 -2
  1284. package/dist/ResizableUtils-NEOy9Sop.cjs.map +0 -1
  1285. package/dist/ResizableUtils-fMpf6KT9.js +0 -113
  1286. package/dist/ResizableUtils-fMpf6KT9.js.map +0 -1
  1287. package/dist/RichTextEditor-CYcgwJNQ.js +0 -3020
  1288. package/dist/RichTextEditor-CYcgwJNQ.js.map +0 -1
  1289. package/dist/RichTextEditor-CZ9YBleW.cjs +0 -12
  1290. package/dist/RichTextEditor-CZ9YBleW.cjs.map +0 -1
  1291. package/dist/Scroller-1T9n3qZA.cjs +0 -2
  1292. package/dist/Scroller-1T9n3qZA.cjs.map +0 -1
  1293. package/dist/Scroller-DLGxzJLL.js +0 -623
  1294. package/dist/Scroller-DLGxzJLL.js.map +0 -1
  1295. package/dist/Toast-CM4ZR3wM.cjs +0 -2
  1296. package/dist/Toast-CM4ZR3wM.cjs.map +0 -1
  1297. package/dist/Toast-pX3QCKz-.js +0 -553
  1298. package/dist/Toast-pX3QCKz-.js.map +0 -1
  1299. package/dist/UseResizableCalculations-BbtEWPKc.cjs +0 -2
  1300. package/dist/UseResizableCalculations-BbtEWPKc.cjs.map +0 -1
  1301. package/dist/UseResizableCalculations-CwZt5p__.js +0 -80
  1302. package/dist/UseResizableCalculations-CwZt5p__.js.map +0 -1
  1303. package/dist/attachment_carousel-1qxTI-NN.js +0 -191
  1304. package/dist/attachment_carousel-1qxTI-NN.js.map +0 -1
  1305. package/dist/attachment_carousel-wnZS3vEt.cjs +0 -2
  1306. package/dist/attachment_carousel-wnZS3vEt.cjs.map +0 -1
  1307. package/dist/common/composables/use-indicator-animation.cjs +0 -2
  1308. package/dist/common/composables/use-indicator-animation.cjs.map +0 -1
  1309. package/dist/common/composables/use-indicator-animation.js +0 -78
  1310. package/dist/common/composables/use-indicator-animation.js.map +0 -1
  1311. package/dist/common/composables/useIndicatorAnimation.d.ts +0 -18
  1312. package/dist/common/composables/useIndicatorAnimation.d.ts.map +0 -1
  1313. package/dist/common/constants/sizes.cjs +0 -2
  1314. package/dist/common/constants/sizes.cjs.map +0 -1
  1315. package/dist/common/constants/sizes.d.ts +0 -22
  1316. package/dist/common/constants/sizes.d.ts.map +0 -1
  1317. package/dist/common/constants/sizes.js +0 -19
  1318. package/dist/common/constants/sizes.js.map +0 -1
  1319. package/dist/common/mixins/mode.cjs +0 -2
  1320. package/dist/common/mixins/mode.cjs.map +0 -1
  1321. package/dist/common/mixins/mode.d.ts +0 -25
  1322. package/dist/common/mixins/mode.d.ts.map +0 -1
  1323. package/dist/common/mixins/mode.js +0 -62
  1324. package/dist/common/mixins/mode.js.map +0 -1
  1325. package/dist/common/mode_constants.d.ts +0 -37
  1326. package/dist/common/mode_constants.d.ts.map +0 -1
  1327. package/dist/components/Avatar/Avatar.vue.d.ts +0 -308
  1328. package/dist/components/Avatar/Avatar.vue.d.ts.map +0 -1
  1329. package/dist/components/Avatar/AvatarConstants.d.ts +0 -110
  1330. package/dist/components/Avatar/AvatarConstants.d.ts.map +0 -1
  1331. package/dist/components/Avatar/Utils.d.ts +0 -2
  1332. package/dist/components/Avatar/Utils.d.ts.map +0 -1
  1333. package/dist/components/Avatar/index.d.ts +0 -3
  1334. package/dist/components/Avatar/index.d.ts.map +0 -1
  1335. package/dist/components/Badge/Badge.vue.d.ts +0 -150
  1336. package/dist/components/Badge/Badge.vue.d.ts.map +0 -1
  1337. package/dist/components/Badge/BadgeConstants.d.ts +0 -39
  1338. package/dist/components/Badge/BadgeConstants.d.ts.map +0 -1
  1339. package/dist/components/Badge/index.d.ts +0 -3
  1340. package/dist/components/Badge/index.d.ts.map +0 -1
  1341. package/dist/components/Banner/Banner.vue.d.ts +0 -1405
  1342. package/dist/components/Banner/Banner.vue.d.ts.map +0 -1
  1343. package/dist/components/Banner/index.d.ts +0 -2
  1344. package/dist/components/Banner/index.d.ts.map +0 -1
  1345. package/dist/components/Box/Box.vue.d.ts +0 -75
  1346. package/dist/components/Box/Box.vue.d.ts.map +0 -1
  1347. package/dist/components/Box/BoxConstants.d.ts +0 -11
  1348. package/dist/components/Box/BoxConstants.d.ts.map +0 -1
  1349. package/dist/components/Box/Validators.d.ts +0 -11
  1350. package/dist/components/Box/Validators.d.ts.map +0 -1
  1351. package/dist/components/Box/index.d.ts +0 -3
  1352. package/dist/components/Box/index.d.ts.map +0 -1
  1353. package/dist/components/Breadcrumbs/BreadcrumbItem.vue.d.ts +0 -136
  1354. package/dist/components/Breadcrumbs/BreadcrumbItem.vue.d.ts.map +0 -1
  1355. package/dist/components/Breadcrumbs/Breadcrumbs.vue.d.ts +0 -181
  1356. package/dist/components/Breadcrumbs/Breadcrumbs.vue.d.ts.map +0 -1
  1357. package/dist/components/Breadcrumbs/BreadcrumbsConstants.d.ts +0 -3
  1358. package/dist/components/Breadcrumbs/BreadcrumbsConstants.d.ts.map +0 -1
  1359. package/dist/components/Breadcrumbs/index.d.ts +0 -4
  1360. package/dist/components/Breadcrumbs/index.d.ts.map +0 -1
  1361. package/dist/components/Button/Button.vue.d.ts +0 -364
  1362. package/dist/components/Button/Button.vue.d.ts.map +0 -1
  1363. package/dist/components/Button/ButtonConstants.d.ts +0 -68
  1364. package/dist/components/Button/ButtonConstants.d.ts.map +0 -1
  1365. package/dist/components/Button/index.d.ts +0 -3
  1366. package/dist/components/Button/index.d.ts.map +0 -1
  1367. package/dist/components/ButtonGroup/ButtonGroup.vue.d.ts +0 -23
  1368. package/dist/components/ButtonGroup/ButtonGroup.vue.d.ts.map +0 -1
  1369. package/dist/components/ButtonGroup/ButtonGroupConstants.d.ts +0 -6
  1370. package/dist/components/ButtonGroup/ButtonGroupConstants.d.ts.map +0 -1
  1371. package/dist/components/ButtonGroup/index.d.ts +0 -3
  1372. package/dist/components/ButtonGroup/index.d.ts.map +0 -1
  1373. package/dist/components/Card/Card.vue.d.ts +0 -45
  1374. package/dist/components/Card/Card.vue.d.ts.map +0 -1
  1375. package/dist/components/Card/index.d.ts +0 -2
  1376. package/dist/components/Card/index.d.ts.map +0 -1
  1377. package/dist/components/Checkbox/Checkbox.vue.d.ts +0 -376
  1378. package/dist/components/Checkbox/Checkbox.vue.d.ts.map +0 -1
  1379. package/dist/components/Checkbox/CheckboxConstants.d.ts +0 -10
  1380. package/dist/components/Checkbox/CheckboxConstants.d.ts.map +0 -1
  1381. package/dist/components/Checkbox/index.d.ts +0 -2
  1382. package/dist/components/Checkbox/index.d.ts.map +0 -1
  1383. package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +0 -381
  1384. package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +0 -1
  1385. package/dist/components/CheckboxGroup/index.d.ts +0 -2
  1386. package/dist/components/CheckboxGroup/index.d.ts.map +0 -1
  1387. package/dist/components/Chip/Chip.vue.d.ts +0 -512
  1388. package/dist/components/Chip/Chip.vue.d.ts.map +0 -1
  1389. package/dist/components/Chip/ChipConstants.d.ts +0 -31
  1390. package/dist/components/Chip/ChipConstants.d.ts.map +0 -1
  1391. package/dist/components/Chip/index.d.ts +0 -3
  1392. package/dist/components/Chip/index.d.ts.map +0 -1
  1393. package/dist/components/Codeblock/Codeblock.vue.d.ts +0 -36
  1394. package/dist/components/Codeblock/Codeblock.vue.d.ts.map +0 -1
  1395. package/dist/components/Codeblock/CodeblockConstants.d.ts +0 -9
  1396. package/dist/components/Codeblock/CodeblockConstants.d.ts.map +0 -1
  1397. package/dist/components/Codeblock/index.d.ts +0 -2
  1398. package/dist/components/Codeblock/index.d.ts.map +0 -1
  1399. package/dist/components/Collapsible/Collapsible.vue.d.ts +0 -584
  1400. package/dist/components/Collapsible/Collapsible.vue.d.ts.map +0 -1
  1401. package/dist/components/Collapsible/CollapsibleLazyShow.vue.d.ts +0 -44
  1402. package/dist/components/Collapsible/CollapsibleLazyShow.vue.d.ts.map +0 -1
  1403. package/dist/components/Collapsible/index.d.ts +0 -2
  1404. package/dist/components/Collapsible/index.d.ts.map +0 -1
  1405. package/dist/components/Combobox/Combobox.vue.d.ts +0 -1548
  1406. package/dist/components/Combobox/Combobox.vue.d.ts.map +0 -1
  1407. package/dist/components/Combobox/ComboboxConstants.d.ts +0 -12
  1408. package/dist/components/Combobox/ComboboxConstants.d.ts.map +0 -1
  1409. package/dist/components/Combobox/ComboboxEmptyList.vue.d.ts +0 -270
  1410. package/dist/components/Combobox/ComboboxEmptyList.vue.d.ts.map +0 -1
  1411. package/dist/components/Combobox/ComboboxLoadingList.vue.d.ts +0 -1061
  1412. package/dist/components/Combobox/ComboboxLoadingList.vue.d.ts.map +0 -1
  1413. package/dist/components/Combobox/index.d.ts +0 -3
  1414. package/dist/components/Combobox/index.d.ts.map +0 -1
  1415. package/dist/components/ComboboxMultiSelect/ComboboxMultiSelect.vue.d.ts +0 -3
  1416. package/dist/components/ComboboxMultiSelect/ComboboxMultiSelect.vue.d.ts.map +0 -1
  1417. package/dist/components/ComboboxMultiSelect/ComboboxMultiSelectConstants.d.ts +0 -28
  1418. package/dist/components/ComboboxMultiSelect/ComboboxMultiSelectConstants.d.ts.map +0 -1
  1419. package/dist/components/ComboboxMultiSelect/ComboboxMultiSelectStoryConstants.d.ts +0 -6
  1420. package/dist/components/ComboboxMultiSelect/ComboboxMultiSelectStoryConstants.d.ts.map +0 -1
  1421. package/dist/components/ComboboxMultiSelect/index.d.ts +0 -3
  1422. package/dist/components/ComboboxMultiSelect/index.d.ts.map +0 -1
  1423. package/dist/components/ComboboxWithPopover/ComboboxWithPopover.vue.d.ts +0 -4500
  1424. package/dist/components/ComboboxWithPopover/ComboboxWithPopover.vue.d.ts.map +0 -1
  1425. package/dist/components/ComboboxWithPopover/index.d.ts +0 -2
  1426. package/dist/components/ComboboxWithPopover/index.d.ts.map +0 -1
  1427. package/dist/components/Datepicker/Composables/UseCalendar.d.ts +0 -10
  1428. package/dist/components/Datepicker/Composables/UseCalendar.d.ts.map +0 -1
  1429. package/dist/components/Datepicker/Composables/UseMonthYearPicker.d.ts +0 -21
  1430. package/dist/components/Datepicker/Composables/UseMonthYearPicker.d.ts.map +0 -1
  1431. package/dist/components/Datepicker/Datepicker.vue.d.ts +0 -73
  1432. package/dist/components/Datepicker/Datepicker.vue.d.ts.map +0 -1
  1433. package/dist/components/Datepicker/DatepickerConstants.d.ts +0 -3
  1434. package/dist/components/Datepicker/DatepickerConstants.d.ts.map +0 -1
  1435. package/dist/components/Datepicker/FormatUtils.d.ts +0 -14
  1436. package/dist/components/Datepicker/FormatUtils.d.ts.map +0 -1
  1437. package/dist/components/Datepicker/Modules/Calendar.vue.d.ts +0 -12
  1438. package/dist/components/Datepicker/Modules/Calendar.vue.d.ts.map +0 -1
  1439. package/dist/components/Datepicker/Modules/MonthYearPicker.vue.d.ts +0 -18
  1440. package/dist/components/Datepicker/Modules/MonthYearPicker.vue.d.ts.map +0 -1
  1441. package/dist/components/Datepicker/Utils.d.ts +0 -7
  1442. package/dist/components/Datepicker/Utils.d.ts.map +0 -1
  1443. package/dist/components/Datepicker/index.d.ts +0 -3
  1444. package/dist/components/Datepicker/index.d.ts.map +0 -1
  1445. package/dist/components/DescriptionList/DescriptionList.vue.d.ts +0 -64
  1446. package/dist/components/DescriptionList/DescriptionList.vue.d.ts.map +0 -1
  1447. package/dist/components/DescriptionList/DescriptionListConstants.d.ts +0 -2
  1448. package/dist/components/DescriptionList/DescriptionListConstants.d.ts.map +0 -1
  1449. package/dist/components/DescriptionList/DescriptionListValidators.d.ts +0 -2
  1450. package/dist/components/DescriptionList/DescriptionListValidators.d.ts.map +0 -1
  1451. package/dist/components/DescriptionList/index.d.ts +0 -3
  1452. package/dist/components/DescriptionList/index.d.ts.map +0 -1
  1453. package/dist/components/Dropdown/Dropdown.vue.d.ts +0 -1641
  1454. package/dist/components/Dropdown/Dropdown.vue.d.ts.map +0 -1
  1455. package/dist/components/Dropdown/DropdownConstants.d.ts +0 -10
  1456. package/dist/components/Dropdown/DropdownConstants.d.ts.map +0 -1
  1457. package/dist/components/Dropdown/DropdownSeparator.vue.d.ts +0 -3
  1458. package/dist/components/Dropdown/DropdownSeparator.vue.d.ts.map +0 -1
  1459. package/dist/components/Dropdown/DropdownStoryConstants.d.ts +0 -5
  1460. package/dist/components/Dropdown/DropdownStoryConstants.d.ts.map +0 -1
  1461. package/dist/components/Dropdown/index.d.ts +0 -4
  1462. package/dist/components/Dropdown/index.d.ts.map +0 -1
  1463. package/dist/components/Emoji/Emoji.vue.d.ts +0 -877
  1464. package/dist/components/Emoji/Emoji.vue.d.ts.map +0 -1
  1465. package/dist/components/Emoji/index.d.ts +0 -2
  1466. package/dist/components/Emoji/index.d.ts.map +0 -1
  1467. package/dist/components/EmojiPicker/Composables/UseKeyboardNavigation.d.ts +0 -11
  1468. package/dist/components/EmojiPicker/Composables/UseKeyboardNavigation.d.ts.map +0 -1
  1469. package/dist/components/EmojiPicker/EmojiPicker.vue.d.ts +0 -688
  1470. package/dist/components/EmojiPicker/EmojiPicker.vue.d.ts.map +0 -1
  1471. package/dist/components/EmojiPicker/EmojiPickerConstants.d.ts +0 -21
  1472. package/dist/components/EmojiPicker/EmojiPickerConstants.d.ts.map +0 -1
  1473. package/dist/components/EmojiPicker/Modules/EmojiDescription.vue.d.ts +0 -8
  1474. package/dist/components/EmojiPicker/Modules/EmojiDescription.vue.d.ts.map +0 -1
  1475. package/dist/components/EmojiPicker/Modules/EmojiSearch.vue.d.ts +0 -599
  1476. package/dist/components/EmojiPicker/Modules/EmojiSearch.vue.d.ts.map +0 -1
  1477. package/dist/components/EmojiPicker/Modules/EmojiSelector.vue.d.ts +0 -15
  1478. package/dist/components/EmojiPicker/Modules/EmojiSelector.vue.d.ts.map +0 -1
  1479. package/dist/components/EmojiPicker/Modules/EmojiSkinSelector.vue.d.ts +0 -12
  1480. package/dist/components/EmojiPicker/Modules/EmojiSkinSelector.vue.d.ts.map +0 -1
  1481. package/dist/components/EmojiPicker/Modules/EmojiTabset.vue.d.ts +0 -10
  1482. package/dist/components/EmojiPicker/Modules/EmojiTabset.vue.d.ts.map +0 -1
  1483. package/dist/components/EmojiPicker/index.d.ts +0 -3
  1484. package/dist/components/EmojiPicker/index.d.ts.map +0 -1
  1485. package/dist/components/EmojiTextWrapper/EmojiTextWrapper.vue.d.ts +0 -909
  1486. package/dist/components/EmojiTextWrapper/EmojiTextWrapper.vue.d.ts.map +0 -1
  1487. package/dist/components/EmojiTextWrapper/index.d.ts +0 -2
  1488. package/dist/components/EmojiTextWrapper/index.d.ts.map +0 -1
  1489. package/dist/components/EmptyState/EmptyState.vue.d.ts +0 -12
  1490. package/dist/components/EmptyState/EmptyState.vue.d.ts.map +0 -1
  1491. package/dist/components/EmptyState/EmptyStateConstants.d.ts +0 -58
  1492. package/dist/components/EmptyState/EmptyStateConstants.d.ts.map +0 -1
  1493. package/dist/components/EmptyState/index.d.ts +0 -3
  1494. package/dist/components/EmptyState/index.d.ts.map +0 -1
  1495. package/dist/components/FilterPill/FilterPill.vue.d.ts +0 -4739
  1496. package/dist/components/FilterPill/FilterPill.vue.d.ts.map +0 -1
  1497. package/dist/components/FilterPill/index.d.ts +0 -2
  1498. package/dist/components/FilterPill/index.d.ts.map +0 -1
  1499. package/dist/components/Hovercard/Hovercard.vue.d.ts +0 -3044
  1500. package/dist/components/Hovercard/Hovercard.vue.d.ts.map +0 -1
  1501. package/dist/components/Hovercard/index.d.ts +0 -2
  1502. package/dist/components/Hovercard/index.d.ts.map +0 -1
  1503. package/dist/components/Icon/Icon.vue.d.ts +0 -39
  1504. package/dist/components/Icon/Icon.vue.d.ts.map +0 -1
  1505. package/dist/components/Icon/IconConstants.d.ts +0 -17
  1506. package/dist/components/Icon/IconConstants.d.ts.map +0 -1
  1507. package/dist/components/Icon/index.d.ts +0 -3
  1508. package/dist/components/Icon/index.d.ts.map +0 -1
  1509. package/dist/components/Illustration/Illustration.vue.d.ts +0 -8
  1510. package/dist/components/Illustration/Illustration.vue.d.ts.map +0 -1
  1511. package/dist/components/Illustration/IllustrationConstants.d.ts +0 -6
  1512. package/dist/components/Illustration/IllustrationConstants.d.ts.map +0 -1
  1513. package/dist/components/Illustration/index.d.ts +0 -3
  1514. package/dist/components/Illustration/index.d.ts.map +0 -1
  1515. package/dist/components/ImageViewer/ImageViewer.vue.d.ts +0 -904
  1516. package/dist/components/ImageViewer/ImageViewer.vue.d.ts.map +0 -1
  1517. package/dist/components/ImageViewer/index.d.ts +0 -2
  1518. package/dist/components/ImageViewer/index.d.ts.map +0 -1
  1519. package/dist/components/Input/Input.vue.d.ts +0 -475
  1520. package/dist/components/Input/Input.vue.d.ts.map +0 -1
  1521. package/dist/components/Input/InputConstants.d.ts +0 -81
  1522. package/dist/components/Input/InputConstants.d.ts.map +0 -1
  1523. package/dist/components/Input/index.d.ts +0 -3
  1524. package/dist/components/Input/index.d.ts.map +0 -1
  1525. package/dist/components/InputGroup/InputGroup.vue.d.ts +0 -336
  1526. package/dist/components/InputGroup/InputGroup.vue.d.ts.map +0 -1
  1527. package/dist/components/InputGroup/index.d.ts +0 -2
  1528. package/dist/components/InputGroup/index.d.ts.map +0 -1
  1529. package/dist/components/ItemLayout/ItemLayout.vue.d.ts +0 -122
  1530. package/dist/components/ItemLayout/ItemLayout.vue.d.ts.map +0 -1
  1531. package/dist/components/ItemLayout/index.d.ts +0 -2
  1532. package/dist/components/ItemLayout/index.d.ts.map +0 -1
  1533. package/dist/components/KeyboardShortcut/KeyboardShortcut.vue.d.ts +0 -664
  1534. package/dist/components/KeyboardShortcut/KeyboardShortcut.vue.d.ts.map +0 -1
  1535. package/dist/components/KeyboardShortcut/KeyboardShortcutConstants.d.ts +0 -2
  1536. package/dist/components/KeyboardShortcut/KeyboardShortcutConstants.d.ts.map +0 -1
  1537. package/dist/components/KeyboardShortcut/index.d.ts +0 -3
  1538. package/dist/components/KeyboardShortcut/index.d.ts.map +0 -1
  1539. package/dist/components/LazyShow/LazyShow.vue.d.ts +0 -37
  1540. package/dist/components/LazyShow/LazyShow.vue.d.ts.map +0 -1
  1541. package/dist/components/LazyShow/index.d.ts +0 -2
  1542. package/dist/components/LazyShow/index.d.ts.map +0 -1
  1543. package/dist/components/Link/Link.vue.d.ts +0 -95
  1544. package/dist/components/Link/Link.vue.d.ts.map +0 -1
  1545. package/dist/components/Link/LinkConstants.d.ts +0 -25
  1546. package/dist/components/Link/LinkConstants.d.ts.map +0 -1
  1547. package/dist/components/Link/index.d.ts +0 -3
  1548. package/dist/components/Link/index.d.ts.map +0 -1
  1549. package/dist/components/ListItem/ListItem.vue.d.ts +0 -248
  1550. package/dist/components/ListItem/ListItem.vue.d.ts.map +0 -1
  1551. package/dist/components/ListItem/ListItemConstants.d.ts +0 -15
  1552. package/dist/components/ListItem/ListItemConstants.d.ts.map +0 -1
  1553. package/dist/components/ListItem/index.d.ts +0 -3
  1554. package/dist/components/ListItem/index.d.ts.map +0 -1
  1555. package/dist/components/ListItemGroup/ListItemGroup.vue.d.ts +0 -42
  1556. package/dist/components/ListItemGroup/ListItemGroup.vue.d.ts.map +0 -1
  1557. package/dist/components/ListItemGroup/ListItemGroupConstants.d.ts +0 -6
  1558. package/dist/components/ListItemGroup/ListItemGroupConstants.d.ts.map +0 -1
  1559. package/dist/components/ListItemGroup/index.d.ts +0 -2
  1560. package/dist/components/ListItemGroup/index.d.ts.map +0 -1
  1561. package/dist/components/Loader/Loader.vue.d.ts +0 -26
  1562. package/dist/components/Loader/Loader.vue.d.ts.map +0 -1
  1563. package/dist/components/Loader/index.d.ts +0 -2
  1564. package/dist/components/Loader/index.d.ts.map +0 -1
  1565. package/dist/components/Modal/Modal.vue.d.ts +0 -1198
  1566. package/dist/components/Modal/Modal.vue.d.ts.map +0 -1
  1567. package/dist/components/Modal/ModalConstants.d.ts +0 -19
  1568. package/dist/components/Modal/ModalConstants.d.ts.map +0 -1
  1569. package/dist/components/Modal/index.d.ts +0 -3
  1570. package/dist/components/Modal/index.d.ts.map +0 -1
  1571. package/dist/components/ModeIsland/ModeIsland.vue.d.ts +0 -3
  1572. package/dist/components/ModeIsland/ModeIsland.vue.d.ts.map +0 -1
  1573. package/dist/components/ModeIsland/ModeIslandConstants.d.ts +0 -10
  1574. package/dist/components/ModeIsland/ModeIslandConstants.d.ts.map +0 -1
  1575. package/dist/components/ModeIsland/Utils.d.ts +0 -14
  1576. package/dist/components/ModeIsland/Utils.d.ts.map +0 -1
  1577. package/dist/components/ModeIsland/Validators.d.ts +0 -6
  1578. package/dist/components/ModeIsland/Validators.d.ts.map +0 -1
  1579. package/dist/components/ModeIsland/index.d.ts +0 -3
  1580. package/dist/components/ModeIsland/index.d.ts.map +0 -1
  1581. package/dist/components/MotionText/MotionText.vue.d.ts +0 -3
  1582. package/dist/components/MotionText/MotionText.vue.d.ts.map +0 -1
  1583. package/dist/components/MotionText/MotionTextConstants.d.ts +0 -36
  1584. package/dist/components/MotionText/MotionTextConstants.d.ts.map +0 -1
  1585. package/dist/components/MotionText/index.d.ts +0 -3
  1586. package/dist/components/MotionText/index.d.ts.map +0 -1
  1587. package/dist/components/Notice/Notice.vue.d.ts +0 -1376
  1588. package/dist/components/Notice/Notice.vue.d.ts.map +0 -1
  1589. package/dist/components/Notice/NoticeAction.vue.d.ts +0 -834
  1590. package/dist/components/Notice/NoticeAction.vue.d.ts.map +0 -1
  1591. package/dist/components/Notice/NoticeConstants.d.ts +0 -8
  1592. package/dist/components/Notice/NoticeConstants.d.ts.map +0 -1
  1593. package/dist/components/Notice/NoticeContent.vue.d.ts +0 -197
  1594. package/dist/components/Notice/NoticeContent.vue.d.ts.map +0 -1
  1595. package/dist/components/Notice/NoticeIcon.vue.d.ts +0 -211
  1596. package/dist/components/Notice/NoticeIcon.vue.d.ts.map +0 -1
  1597. package/dist/components/Notice/index.d.ts +0 -6
  1598. package/dist/components/Notice/index.d.ts.map +0 -1
  1599. package/dist/components/Pagination/Pagination.vue.d.ts +0 -516
  1600. package/dist/components/Pagination/Pagination.vue.d.ts.map +0 -1
  1601. package/dist/components/Pagination/index.d.ts +0 -2
  1602. package/dist/components/Pagination/index.d.ts.map +0 -1
  1603. package/dist/components/Popover/Popover.vue.d.ts +0 -1348
  1604. package/dist/components/Popover/Popover.vue.d.ts.map +0 -1
  1605. package/dist/components/Popover/PopoverConstants.d.ts +0 -34
  1606. package/dist/components/Popover/PopoverConstants.d.ts.map +0 -1
  1607. package/dist/components/Popover/PopoverHeaderFooter.vue.d.ts +0 -443
  1608. package/dist/components/Popover/PopoverHeaderFooter.vue.d.ts.map +0 -1
  1609. package/dist/components/Popover/TippyUtils.d.ts +0 -39
  1610. package/dist/components/Popover/TippyUtils.d.ts.map +0 -1
  1611. package/dist/components/Popover/index.d.ts +0 -3
  1612. package/dist/components/Popover/index.d.ts.map +0 -1
  1613. package/dist/components/Presence/Presence.vue.d.ts +0 -26
  1614. package/dist/components/Presence/Presence.vue.d.ts.map +0 -1
  1615. package/dist/components/Presence/PresenceConstants.d.ts +0 -8
  1616. package/dist/components/Presence/PresenceConstants.d.ts.map +0 -1
  1617. package/dist/components/Presence/index.d.ts +0 -3
  1618. package/dist/components/Presence/index.d.ts.map +0 -1
  1619. package/dist/components/ProgressCircle/ProgressCircle.vue.d.ts +0 -70
  1620. package/dist/components/ProgressCircle/ProgressCircle.vue.d.ts.map +0 -1
  1621. package/dist/components/ProgressCircle/ProgressCircleConstants.d.ts +0 -23
  1622. package/dist/components/ProgressCircle/ProgressCircleConstants.d.ts.map +0 -1
  1623. package/dist/components/ProgressCircle/index.d.ts +0 -3
  1624. package/dist/components/ProgressCircle/index.d.ts.map +0 -1
  1625. package/dist/components/Prose/Prose.vue.d.ts +0 -26
  1626. package/dist/components/Prose/Prose.vue.d.ts.map +0 -1
  1627. package/dist/components/Prose/ProseConstants.d.ts +0 -34
  1628. package/dist/components/Prose/ProseConstants.d.ts.map +0 -1
  1629. package/dist/components/Prose/index.d.ts +0 -3
  1630. package/dist/components/Prose/index.d.ts.map +0 -1
  1631. package/dist/components/Radio/Radio.vue.d.ts +0 -388
  1632. package/dist/components/Radio/Radio.vue.d.ts.map +0 -1
  1633. package/dist/components/Radio/RadioConstants.d.ts +0 -10
  1634. package/dist/components/Radio/RadioConstants.d.ts.map +0 -1
  1635. package/dist/components/Radio/index.d.ts +0 -3
  1636. package/dist/components/Radio/index.d.ts.map +0 -1
  1637. package/dist/components/RadioGroup/RadioGroup.vue.d.ts +0 -381
  1638. package/dist/components/RadioGroup/RadioGroup.vue.d.ts.map +0 -1
  1639. package/dist/components/RadioGroup/index.d.ts +0 -2
  1640. package/dist/components/RadioGroup/index.d.ts.map +0 -1
  1641. package/dist/components/Resizable/Composables/ComputeLayout.d.ts +0 -35
  1642. package/dist/components/Resizable/Composables/ComputeLayout.d.ts.map +0 -1
  1643. package/dist/components/Resizable/Composables/ConstraintResolver.d.ts +0 -22
  1644. package/dist/components/Resizable/Composables/ConstraintResolver.d.ts.map +0 -1
  1645. package/dist/components/Resizable/Composables/UseResizableAnnouncements.d.ts +0 -6
  1646. package/dist/components/Resizable/Composables/UseResizableAnnouncements.d.ts.map +0 -1
  1647. package/dist/components/Resizable/Composables/UseResizableCalculations.d.ts +0 -14
  1648. package/dist/components/Resizable/Composables/UseResizableCalculations.d.ts.map +0 -1
  1649. package/dist/components/Resizable/Composables/UseResizableDrag.d.ts +0 -42
  1650. package/dist/components/Resizable/Composables/UseResizableDrag.d.ts.map +0 -1
  1651. package/dist/components/Resizable/Composables/UseResizableGroup.d.ts +0 -25
  1652. package/dist/components/Resizable/Composables/UseResizableGroup.d.ts.map +0 -1
  1653. package/dist/components/Resizable/Composables/UseResizableKeyboard.d.ts +0 -41
  1654. package/dist/components/Resizable/Composables/UseResizableKeyboard.d.ts.map +0 -1
  1655. package/dist/components/Resizable/Composables/UseResizableOffset.d.ts +0 -15
  1656. package/dist/components/Resizable/Composables/UseResizableOffset.d.ts.map +0 -1
  1657. package/dist/components/Resizable/Composables/UseResizablePanelControls.d.ts +0 -46
  1658. package/dist/components/Resizable/Composables/UseResizablePanelControls.d.ts.map +0 -1
  1659. package/dist/components/Resizable/Composables/UseResizablePanelState.d.ts +0 -9
  1660. package/dist/components/Resizable/Composables/UseResizablePanelState.d.ts.map +0 -1
  1661. package/dist/components/Resizable/Composables/UseResizableStorage.d.ts +0 -12
  1662. package/dist/components/Resizable/Composables/UseResizableStorage.d.ts.map +0 -1
  1663. package/dist/components/Resizable/Composables/index.d.ts +0 -16
  1664. package/dist/components/Resizable/Composables/index.d.ts.map +0 -1
  1665. package/dist/components/Resizable/Resizable.vue.d.ts +0 -69
  1666. package/dist/components/Resizable/Resizable.vue.d.ts.map +0 -1
  1667. package/dist/components/Resizable/ResizableConstants.d.ts +0 -103
  1668. package/dist/components/Resizable/ResizableConstants.d.ts.map +0 -1
  1669. package/dist/components/Resizable/ResizableHandle.vue.d.ts +0 -22
  1670. package/dist/components/Resizable/ResizableHandle.vue.d.ts.map +0 -1
  1671. package/dist/components/Resizable/ResizablePanel.vue.d.ts +0 -46
  1672. package/dist/components/Resizable/ResizablePanel.vue.d.ts.map +0 -1
  1673. package/dist/components/Resizable/ResizableUtils.d.ts +0 -15
  1674. package/dist/components/Resizable/ResizableUtils.d.ts.map +0 -1
  1675. package/dist/components/Resizable/index.d.ts +0 -6
  1676. package/dist/components/Resizable/index.d.ts.map +0 -1
  1677. package/dist/components/RichTextEditor/ChannelSuggestion.d.ts +0 -17
  1678. package/dist/components/RichTextEditor/ChannelSuggestion.d.ts.map +0 -1
  1679. package/dist/components/RichTextEditor/Extensions/Channels/Channel.d.ts +0 -2
  1680. package/dist/components/RichTextEditor/Extensions/Channels/Channel.d.ts.map +0 -1
  1681. package/dist/components/RichTextEditor/Extensions/Channels/ChannelComponent.vue.d.ts +0 -302
  1682. package/dist/components/RichTextEditor/Extensions/Channels/ChannelComponent.vue.d.ts.map +0 -1
  1683. package/dist/components/RichTextEditor/Extensions/Channels/ChannelSuggestion.vue.d.ts.map +0 -1
  1684. package/dist/components/RichTextEditor/Extensions/Channels/Suggestion.d.ts +0 -6
  1685. package/dist/components/RichTextEditor/Extensions/Channels/Suggestion.d.ts.map +0 -1
  1686. package/dist/components/RichTextEditor/Extensions/CustomLink/Autolink.d.ts +0 -3
  1687. package/dist/components/RichTextEditor/Extensions/CustomLink/Autolink.d.ts.map +0 -1
  1688. package/dist/components/RichTextEditor/Extensions/CustomLink/CustomLink.d.ts +0 -3
  1689. package/dist/components/RichTextEditor/Extensions/CustomLink/CustomLink.d.ts.map +0 -1
  1690. package/dist/components/RichTextEditor/Extensions/CustomLink/Utils.d.ts +0 -16
  1691. package/dist/components/RichTextEditor/Extensions/CustomLink/Utils.d.ts.map +0 -1
  1692. package/dist/components/RichTextEditor/Extensions/CustomLink/index.d.ts +0 -3
  1693. package/dist/components/RichTextEditor/Extensions/CustomLink/index.d.ts.map +0 -1
  1694. package/dist/components/RichTextEditor/Extensions/Div/Div.d.ts +0 -2
  1695. package/dist/components/RichTextEditor/Extensions/Div/Div.d.ts.map +0 -1
  1696. package/dist/components/RichTextEditor/Extensions/Div/index.d.ts +0 -3
  1697. package/dist/components/RichTextEditor/Extensions/Div/index.d.ts.map +0 -1
  1698. package/dist/components/RichTextEditor/Extensions/Emoji/Emoji.d.ts +0 -3
  1699. package/dist/components/RichTextEditor/Extensions/Emoji/Emoji.d.ts.map +0 -1
  1700. package/dist/components/RichTextEditor/Extensions/Emoji/EmojiComponent.vue.d.ts +0 -982
  1701. package/dist/components/RichTextEditor/Extensions/Emoji/EmojiComponent.vue.d.ts.map +0 -1
  1702. package/dist/components/RichTextEditor/Extensions/Emoji/EmojiSuggestion.vue.d.ts +0 -957
  1703. package/dist/components/RichTextEditor/Extensions/Emoji/EmojiSuggestion.vue.d.ts.map +0 -1
  1704. package/dist/components/RichTextEditor/Extensions/Emoji/Suggestion.d.ts +0 -15
  1705. package/dist/components/RichTextEditor/Extensions/Emoji/Suggestion.d.ts.map +0 -1
  1706. package/dist/components/RichTextEditor/Extensions/Emoji/index.d.ts +0 -4
  1707. package/dist/components/RichTextEditor/Extensions/Emoji/index.d.ts.map +0 -1
  1708. package/dist/components/RichTextEditor/Extensions/Image/Image.d.ts +0 -2
  1709. package/dist/components/RichTextEditor/Extensions/Image/Image.d.ts.map +0 -1
  1710. package/dist/components/RichTextEditor/Extensions/Image/index.d.ts +0 -3
  1711. package/dist/components/RichTextEditor/Extensions/Image/index.d.ts.map +0 -1
  1712. package/dist/components/RichTextEditor/Extensions/Mentions/Mention.d.ts +0 -2
  1713. package/dist/components/RichTextEditor/Extensions/Mentions/Mention.d.ts.map +0 -1
  1714. package/dist/components/RichTextEditor/Extensions/Mentions/MentionComponent.vue.d.ts +0 -212
  1715. package/dist/components/RichTextEditor/Extensions/Mentions/MentionComponent.vue.d.ts.map +0 -1
  1716. package/dist/components/RichTextEditor/Extensions/Mentions/MentionSuggestion.vue.d.ts +0 -537
  1717. package/dist/components/RichTextEditor/Extensions/Mentions/MentionSuggestion.vue.d.ts.map +0 -1
  1718. package/dist/components/RichTextEditor/Extensions/Mentions/Suggestion.d.ts +0 -6
  1719. package/dist/components/RichTextEditor/Extensions/Mentions/Suggestion.d.ts.map +0 -1
  1720. package/dist/components/RichTextEditor/Extensions/SlashCommand/SlashCommand.d.ts +0 -2
  1721. package/dist/components/RichTextEditor/Extensions/SlashCommand/SlashCommand.d.ts.map +0 -1
  1722. package/dist/components/RichTextEditor/Extensions/SlashCommand/SlashCommandComponent.vue.d.ts.map +0 -1
  1723. package/dist/components/RichTextEditor/Extensions/SlashCommand/SlashCommandSuggestion.vue.d.ts +0 -160
  1724. package/dist/components/RichTextEditor/Extensions/SlashCommand/SlashCommandSuggestion.vue.d.ts.map +0 -1
  1725. package/dist/components/RichTextEditor/Extensions/SlashCommand/Suggestion.d.ts +0 -7
  1726. package/dist/components/RichTextEditor/Extensions/SlashCommand/Suggestion.d.ts.map +0 -1
  1727. package/dist/components/RichTextEditor/Extensions/Suggestion/SuggestionList.vue.d.ts +0 -295
  1728. package/dist/components/RichTextEditor/Extensions/Suggestion/SuggestionList.vue.d.ts.map +0 -1
  1729. package/dist/components/RichTextEditor/Extensions/Table/Table.d.ts +0 -5
  1730. package/dist/components/RichTextEditor/Extensions/Table/Table.d.ts.map +0 -1
  1731. package/dist/components/RichTextEditor/Extensions/TextStyle/TextStyle.d.ts +0 -2
  1732. package/dist/components/RichTextEditor/Extensions/TextStyle/TextStyle.d.ts.map +0 -1
  1733. package/dist/components/RichTextEditor/Extensions/Utils/SuggestionUtils.d.ts +0 -29
  1734. package/dist/components/RichTextEditor/Extensions/Utils/SuggestionUtils.d.ts.map +0 -1
  1735. package/dist/components/RichTextEditor/Extensions/Variable/Variable.d.ts +0 -3
  1736. package/dist/components/RichTextEditor/Extensions/Variable/Variable.d.ts.map +0 -1
  1737. package/dist/components/RichTextEditor/Extensions/Variable/VariableComponent.vue.d.ts +0 -2448
  1738. package/dist/components/RichTextEditor/Extensions/Variable/VariableComponent.vue.d.ts.map +0 -1
  1739. package/dist/components/RichTextEditor/Extensions/Variable/index.d.ts +0 -3
  1740. package/dist/components/RichTextEditor/Extensions/Variable/index.d.ts.map +0 -1
  1741. package/dist/components/RichTextEditor/MarkdownRenderer.d.ts +0 -2
  1742. package/dist/components/RichTextEditor/MarkdownRenderer.d.ts.map +0 -1
  1743. package/dist/components/RichTextEditor/MentionSuggestion.d.ts +0 -34
  1744. package/dist/components/RichTextEditor/MentionSuggestion.d.ts.map +0 -1
  1745. package/dist/components/RichTextEditor/RichTextEditor.vue.d.ts +0 -964
  1746. package/dist/components/RichTextEditor/RichTextEditor.vue.d.ts.map +0 -1
  1747. package/dist/components/RichTextEditor/RichTextEditorConstants.d.ts +0 -10
  1748. package/dist/components/RichTextEditor/RichTextEditorConstants.d.ts.map +0 -1
  1749. package/dist/components/RichTextEditor/SlashCommandSuggestion.d.ts +0 -15
  1750. package/dist/components/RichTextEditor/SlashCommandSuggestion.d.ts.map +0 -1
  1751. package/dist/components/RichTextEditor/index.d.ts +0 -3
  1752. package/dist/components/RichTextEditor/index.d.ts.map +0 -1
  1753. package/dist/components/RootLayout/RootLayout.vue.d.ts +0 -121
  1754. package/dist/components/RootLayout/RootLayout.vue.d.ts.map +0 -1
  1755. package/dist/components/RootLayout/RootLayoutConstants.d.ts +0 -13
  1756. package/dist/components/RootLayout/RootLayoutConstants.d.ts.map +0 -1
  1757. package/dist/components/RootLayout/index.d.ts +0 -3
  1758. package/dist/components/RootLayout/index.d.ts.map +0 -1
  1759. package/dist/components/Scroller/Modules/CoreScroller.vue.d.ts +0 -57
  1760. package/dist/components/Scroller/Modules/CoreScroller.vue.d.ts.map +0 -1
  1761. package/dist/components/Scroller/Modules/DynamicScroller.vue.d.ts +0 -582
  1762. package/dist/components/Scroller/Modules/DynamicScroller.vue.d.ts.map +0 -1
  1763. package/dist/components/Scroller/Modules/ScrollerItem.vue.d.ts +0 -73
  1764. package/dist/components/Scroller/Modules/ScrollerItem.vue.d.ts.map +0 -1
  1765. package/dist/components/Scroller/Scroller.vue.d.ts +0 -786
  1766. package/dist/components/Scroller/Scroller.vue.d.ts.map +0 -1
  1767. package/dist/components/Scroller/index.d.ts +0 -2
  1768. package/dist/components/Scroller/index.d.ts.map +0 -1
  1769. package/dist/components/SegmentedControl/SegmentedControl.vue.d.ts +0 -226
  1770. package/dist/components/SegmentedControl/SegmentedControl.vue.d.ts.map +0 -1
  1771. package/dist/components/SegmentedControl/SegmentedControlConstants.d.ts +0 -41
  1772. package/dist/components/SegmentedControl/SegmentedControlConstants.d.ts.map +0 -1
  1773. package/dist/components/SegmentedControl/SegmentedControlItem.vue.d.ts +0 -35
  1774. package/dist/components/SegmentedControl/SegmentedControlItem.vue.d.ts.map +0 -1
  1775. package/dist/components/SegmentedControl/index.d.ts +0 -4
  1776. package/dist/components/SegmentedControl/index.d.ts.map +0 -1
  1777. package/dist/components/SelectMenu/SelectMenu.vue.d.ts +0 -404
  1778. package/dist/components/SelectMenu/SelectMenu.vue.d.ts.map +0 -1
  1779. package/dist/components/SelectMenu/SelectMenuConstants.d.ts +0 -23
  1780. package/dist/components/SelectMenu/SelectMenuConstants.d.ts.map +0 -1
  1781. package/dist/components/SelectMenu/SelectMenuValidators.d.ts +0 -2
  1782. package/dist/components/SelectMenu/SelectMenuValidators.d.ts.map +0 -1
  1783. package/dist/components/SelectMenu/index.d.ts +0 -3
  1784. package/dist/components/SelectMenu/index.d.ts.map +0 -1
  1785. package/dist/components/Skeleton/Skeleton.vue.d.ts +0 -813
  1786. package/dist/components/Skeleton/Skeleton.vue.d.ts.map +0 -1
  1787. package/dist/components/Skeleton/SkeletonConstants.d.ts +0 -32
  1788. package/dist/components/Skeleton/SkeletonConstants.d.ts.map +0 -1
  1789. package/dist/components/Skeleton/SkeletonListItem.vue.d.ts +0 -363
  1790. package/dist/components/Skeleton/SkeletonListItem.vue.d.ts.map +0 -1
  1791. package/dist/components/Skeleton/SkeletonParagraph.vue.d.ts +0 -196
  1792. package/dist/components/Skeleton/SkeletonParagraph.vue.d.ts.map +0 -1
  1793. package/dist/components/Skeleton/SkeletonShape.vue.d.ts +0 -84
  1794. package/dist/components/Skeleton/SkeletonShape.vue.d.ts.map +0 -1
  1795. package/dist/components/Skeleton/SkeletonText.vue.d.ts +0 -90
  1796. package/dist/components/Skeleton/SkeletonText.vue.d.ts.map +0 -1
  1797. package/dist/components/Skeleton/index.d.ts +0 -7
  1798. package/dist/components/Skeleton/index.d.ts.map +0 -1
  1799. package/dist/components/SplitButton/SplitButton.vue.d.ts +0 -3102
  1800. package/dist/components/SplitButton/SplitButton.vue.d.ts.map +0 -1
  1801. package/dist/components/SplitButton/SplitButtonConstants.d.ts +0 -17
  1802. package/dist/components/SplitButton/SplitButtonConstants.d.ts.map +0 -1
  1803. package/dist/components/SplitButton/SplitButtonEnd.vue.d.ts +0 -483
  1804. package/dist/components/SplitButton/SplitButtonEnd.vue.d.ts.map +0 -1
  1805. package/dist/components/SplitButton/SplitButtonStart.vue.d.ts +0 -548
  1806. package/dist/components/SplitButton/SplitButtonStart.vue.d.ts.map +0 -1
  1807. package/dist/components/SplitButton/index.d.ts +0 -3
  1808. package/dist/components/SplitButton/index.d.ts.map +0 -1
  1809. package/dist/components/Stack/Stack.vue.d.ts +0 -70
  1810. package/dist/components/Stack/Stack.vue.d.ts.map +0 -1
  1811. package/dist/components/Stack/StackConstants.d.ts +0 -16
  1812. package/dist/components/Stack/StackConstants.d.ts.map +0 -1
  1813. package/dist/components/Stack/Utils.d.ts +0 -6
  1814. package/dist/components/Stack/Utils.d.ts.map +0 -1
  1815. package/dist/components/Stack/Validators.d.ts +0 -5
  1816. package/dist/components/Stack/Validators.d.ts.map +0 -1
  1817. package/dist/components/Stack/index.d.ts +0 -3
  1818. package/dist/components/Stack/index.d.ts.map +0 -1
  1819. package/dist/components/Tab/Tab.vue.d.ts +0 -462
  1820. package/dist/components/Tab/Tab.vue.d.ts.map +0 -1
  1821. package/dist/components/Tab/TabGroup.vue.d.ts +0 -250
  1822. package/dist/components/Tab/TabGroup.vue.d.ts.map +0 -1
  1823. package/dist/components/Tab/TabPanel.vue.d.ts +0 -55
  1824. package/dist/components/Tab/TabPanel.vue.d.ts.map +0 -1
  1825. package/dist/components/Tab/TabsConstants.d.ts +0 -32
  1826. package/dist/components/Tab/TabsConstants.d.ts.map +0 -1
  1827. package/dist/components/Tab/index.d.ts +0 -5
  1828. package/dist/components/Tab/index.d.ts.map +0 -1
  1829. package/dist/components/Text/Text.vue.d.ts +0 -145
  1830. package/dist/components/Text/Text.vue.d.ts.map +0 -1
  1831. package/dist/components/Text/TextConstants.d.ts +0 -95
  1832. package/dist/components/Text/TextConstants.d.ts.map +0 -1
  1833. package/dist/components/Text/index.d.ts +0 -3
  1834. package/dist/components/Text/index.d.ts.map +0 -1
  1835. package/dist/components/Toast/Layouts/ToastLayoutAlternate.vue.d.ts +0 -1344
  1836. package/dist/components/Toast/Layouts/ToastLayoutAlternate.vue.d.ts.map +0 -1
  1837. package/dist/components/Toast/Layouts/ToastLayoutAlternateIcon.vue.d.ts +0 -189
  1838. package/dist/components/Toast/Layouts/ToastLayoutAlternateIcon.vue.d.ts.map +0 -1
  1839. package/dist/components/Toast/Layouts/ToastLayoutDefault.vue.d.ts +0 -1385
  1840. package/dist/components/Toast/Layouts/ToastLayoutDefault.vue.d.ts.map +0 -1
  1841. package/dist/components/Toast/Toast.vue.d.ts +0 -5624
  1842. package/dist/components/Toast/Toast.vue.d.ts.map +0 -1
  1843. package/dist/components/Toast/ToastConstants.d.ts +0 -12
  1844. package/dist/components/Toast/ToastConstants.d.ts.map +0 -1
  1845. package/dist/components/Toast/index.d.ts +0 -3
  1846. package/dist/components/Toast/index.d.ts.map +0 -1
  1847. package/dist/components/Toggle/Toggle.vue.d.ts +0 -108
  1848. package/dist/components/Toggle/Toggle.vue.d.ts.map +0 -1
  1849. package/dist/components/Toggle/ToggleConstants.d.ts +0 -13
  1850. package/dist/components/Toggle/ToggleConstants.d.ts.map +0 -1
  1851. package/dist/components/Toggle/index.d.ts +0 -3
  1852. package/dist/components/Toggle/index.d.ts.map +0 -1
  1853. package/dist/components/Tooltip/Tooltip.vue.d.ts +0 -310
  1854. package/dist/components/Tooltip/Tooltip.vue.d.ts.map +0 -1
  1855. package/dist/components/Tooltip/TooltipConstants.d.ts +0 -19
  1856. package/dist/components/Tooltip/TooltipConstants.d.ts.map +0 -1
  1857. package/dist/components/Tooltip/index.d.ts +0 -3
  1858. package/dist/components/Tooltip/index.d.ts.map +0 -1
  1859. package/dist/components/ValidationMessages/ValidationMessages.vue.d.ts +0 -42
  1860. package/dist/components/ValidationMessages/ValidationMessages.vue.d.ts.map +0 -1
  1861. package/dist/components/ValidationMessages/index.d.ts +0 -2
  1862. package/dist/components/ValidationMessages/index.d.ts.map +0 -1
  1863. package/dist/directives/focusgroup_directive/focusgroup.d.ts +0 -6
  1864. package/dist/directives/focusgroup_directive/focusgroup.d.ts.map +0 -1
  1865. package/dist/directives/focusgroup_directive/focusgroup_constants.d.ts +0 -74
  1866. package/dist/directives/focusgroup_directive/focusgroup_constants.d.ts.map +0 -1
  1867. package/dist/directives/focusgroup_directive/focusgroup_utils.d.ts +0 -15
  1868. package/dist/directives/focusgroup_directive/focusgroup_utils.d.ts.map +0 -1
  1869. package/dist/directives/focusgroup_directive/index.d.ts +0 -2
  1870. package/dist/directives/focusgroup_directive/index.d.ts.map +0 -1
  1871. package/dist/directives/focustrap_directive/focustrap.d.ts +0 -6
  1872. package/dist/directives/focustrap_directive/focustrap.d.ts.map +0 -1
  1873. package/dist/directives/focustrap_directive/focustrap_constants.d.ts +0 -7
  1874. package/dist/directives/focustrap_directive/focustrap_constants.d.ts.map +0 -1
  1875. package/dist/directives/focustrap_directive/focustrap_utils.d.ts +0 -5
  1876. package/dist/directives/focustrap_directive/focustrap_utils.d.ts.map +0 -1
  1877. package/dist/directives/focustrap_directive/index.d.ts +0 -2
  1878. package/dist/directives/focustrap_directive/index.d.ts.map +0 -1
  1879. package/dist/directives/mode_directive/index.d.ts +0 -2
  1880. package/dist/directives/mode_directive/index.d.ts.map +0 -1
  1881. package/dist/directives/mode_directive/mode.d.ts +0 -6
  1882. package/dist/directives/mode_directive/mode.d.ts.map +0 -1
  1883. package/dist/lib/box/box-constants.cjs +0 -2
  1884. package/dist/lib/box/box-constants.cjs.map +0 -1
  1885. package/dist/lib/box/box-constants.js +0 -107
  1886. package/dist/lib/box/box-constants.js.map +0 -1
  1887. package/dist/lib/box/box.cjs +0 -2
  1888. package/dist/lib/box/box.cjs.map +0 -1
  1889. package/dist/lib/box/box.js +0 -237
  1890. package/dist/lib/box/box.js.map +0 -1
  1891. package/dist/lib/box/index.cjs +0 -1
  1892. package/dist/lib/box/index.js +0 -3
  1893. package/dist/lib/box/validators.cjs +0 -2
  1894. package/dist/lib/box/validators.cjs.map +0 -1
  1895. package/dist/lib/box/validators.js +0 -17
  1896. package/dist/lib/box/validators.js.map +0 -1
  1897. package/dist/lib/codeblock/codeblock-constants.cjs +0 -2
  1898. package/dist/lib/codeblock/codeblock-constants.cjs.map +0 -1
  1899. package/dist/lib/codeblock/codeblock-constants.js +0 -20
  1900. package/dist/lib/codeblock/codeblock-constants.js.map +0 -1
  1901. package/dist/lib/datepicker/format-utils.cjs +0 -2
  1902. package/dist/lib/datepicker/format-utils.cjs.map +0 -1
  1903. package/dist/lib/datepicker/format-utils.js +0 -55
  1904. package/dist/lib/datepicker/format-utils.js.map +0 -1
  1905. package/dist/lib/editor/editor-toolbar-button.cjs +0 -2
  1906. package/dist/lib/editor/editor-toolbar-button.cjs.map +0 -1
  1907. package/dist/lib/editor/editor-toolbar-button.js +0 -73
  1908. package/dist/lib/editor/editor-toolbar-button.js.map +0 -1
  1909. package/dist/lib/editor/editor-toolbar-dropdown-button.cjs +0 -2
  1910. package/dist/lib/editor/editor-toolbar-dropdown-button.cjs.map +0 -1
  1911. package/dist/lib/editor/editor-toolbar-dropdown-button.js +0 -87
  1912. package/dist/lib/editor/editor-toolbar-dropdown-button.js.map +0 -1
  1913. package/dist/lib/editor/editor-toolbar-popover-button.cjs +0 -2
  1914. package/dist/lib/editor/editor-toolbar-popover-button.cjs.map +0 -1
  1915. package/dist/lib/editor/editor-toolbar-popover-button.js +0 -88
  1916. package/dist/lib/editor/editor-toolbar-popover-button.js.map +0 -1
  1917. package/dist/lib/filter-pill/filter-pill.cjs +0 -2
  1918. package/dist/lib/filter-pill/filter-pill.cjs.map +0 -1
  1919. package/dist/lib/filter-pill/filter-pill.js +0 -441
  1920. package/dist/lib/filter-pill/filter-pill.js.map +0 -1
  1921. package/dist/lib/filter-pill/index.cjs +0 -1
  1922. package/dist/lib/filter-pill/index.js +0 -2
  1923. package/dist/lib/focusgroup-directive/focusgroup-constants.cjs +0 -2
  1924. package/dist/lib/focusgroup-directive/focusgroup-constants.cjs.map +0 -1
  1925. package/dist/lib/focusgroup-directive/focusgroup-constants.js +0 -77
  1926. package/dist/lib/focusgroup-directive/focusgroup-constants.js.map +0 -1
  1927. package/dist/lib/focusgroup-directive/focusgroup-utils.cjs +0 -2
  1928. package/dist/lib/focusgroup-directive/focusgroup-utils.cjs.map +0 -1
  1929. package/dist/lib/focusgroup-directive/focusgroup-utils.js +0 -33
  1930. package/dist/lib/focusgroup-directive/focusgroup-utils.js.map +0 -1
  1931. package/dist/lib/focusgroup-directive/focusgroup.cjs +0 -2
  1932. package/dist/lib/focusgroup-directive/focusgroup.cjs.map +0 -1
  1933. package/dist/lib/focusgroup-directive/focusgroup.js +0 -143
  1934. package/dist/lib/focusgroup-directive/focusgroup.js.map +0 -1
  1935. package/dist/lib/focusgroup-directive/index.cjs +0 -1
  1936. package/dist/lib/focusgroup-directive/index.js +0 -2
  1937. package/dist/lib/focustrap-directive/focustrap-constants.cjs +0 -2
  1938. package/dist/lib/focustrap-directive/focustrap-constants.cjs.map +0 -1
  1939. package/dist/lib/focustrap-directive/focustrap-constants.js +0 -10
  1940. package/dist/lib/focustrap-directive/focustrap-constants.js.map +0 -1
  1941. package/dist/lib/focustrap-directive/focustrap-utils.cjs +0 -2
  1942. package/dist/lib/focustrap-directive/focustrap-utils.cjs.map +0 -1
  1943. package/dist/lib/focustrap-directive/focustrap-utils.js +0 -19
  1944. package/dist/lib/focustrap-directive/focustrap-utils.js.map +0 -1
  1945. package/dist/lib/focustrap-directive/focustrap.cjs +0 -2
  1946. package/dist/lib/focustrap-directive/focustrap.cjs.map +0 -1
  1947. package/dist/lib/focustrap-directive/focustrap.js +0 -96
  1948. package/dist/lib/focustrap-directive/focustrap.js.map +0 -1
  1949. package/dist/lib/focustrap-directive/index.cjs +0 -1
  1950. package/dist/lib/focustrap-directive/index.js +0 -2
  1951. package/dist/lib/kitchen-sink/kitchen-sink-view.cjs +0 -2
  1952. package/dist/lib/kitchen-sink/kitchen-sink-view.cjs.map +0 -1
  1953. package/dist/lib/kitchen-sink/kitchen-sink-view.js +0 -205
  1954. package/dist/lib/kitchen-sink/kitchen-sink-view.js.map +0 -1
  1955. package/dist/lib/mode-directive/index.cjs +0 -1
  1956. package/dist/lib/mode-directive/index.js +0 -2
  1957. package/dist/lib/mode-directive/mode.cjs +0 -2
  1958. package/dist/lib/mode-directive/mode.cjs.map +0 -1
  1959. package/dist/lib/mode-directive/mode.js +0 -73
  1960. package/dist/lib/mode-directive/mode.js.map +0 -1
  1961. package/dist/lib/mode-island/index.cjs +0 -1
  1962. package/dist/lib/mode-island/index.js +0 -3
  1963. package/dist/lib/mode-island/mode-island-constants.cjs +0 -2
  1964. package/dist/lib/mode-island/mode-island-constants.cjs.map +0 -1
  1965. package/dist/lib/mode-island/mode-island-constants.js +0 -10
  1966. package/dist/lib/mode-island/mode-island-constants.js.map +0 -1
  1967. package/dist/lib/mode-island/mode-island.cjs +0 -2
  1968. package/dist/lib/mode-island/mode-island.cjs.map +0 -1
  1969. package/dist/lib/mode-island/mode-island.js +0 -113
  1970. package/dist/lib/mode-island/mode-island.js.map +0 -1
  1971. package/dist/lib/mode-island/utils.cjs +0 -2
  1972. package/dist/lib/mode-island/utils.cjs.map +0 -1
  1973. package/dist/lib/mode-island/utils.js +0 -32
  1974. package/dist/lib/mode-island/utils.js.map +0 -1
  1975. package/dist/lib/mode-island/validators.cjs +0 -2
  1976. package/dist/lib/mode-island/validators.cjs.map +0 -1
  1977. package/dist/lib/mode-island/validators.js +0 -10
  1978. package/dist/lib/mode-island/validators.js.map +0 -1
  1979. package/dist/lib/prose/index.cjs +0 -1
  1980. package/dist/lib/prose/index.js +0 -3
  1981. package/dist/lib/prose/prose-constants.cjs +0 -2
  1982. package/dist/lib/prose/prose-constants.cjs.map +0 -1
  1983. package/dist/lib/prose/prose-constants.js +0 -89
  1984. package/dist/lib/prose/prose-constants.js.map +0 -1
  1985. package/dist/lib/prose/prose.cjs +0 -2
  1986. package/dist/lib/prose/prose.cjs.map +0 -1
  1987. package/dist/lib/prose/prose.js +0 -68
  1988. package/dist/lib/prose/prose.js.map +0 -1
  1989. package/dist/lib/rich-text-editor/markdown-renderer.cjs +0 -1
  1990. package/dist/lib/rich-text-editor/markdown-renderer.js +0 -2
  1991. package/dist/lib/segmented-control/index.cjs +0 -1
  1992. package/dist/lib/segmented-control/index.js +0 -4
  1993. package/dist/lib/segmented-control/segmented-control-constants.cjs +0 -2
  1994. package/dist/lib/segmented-control/segmented-control-constants.cjs.map +0 -1
  1995. package/dist/lib/segmented-control/segmented-control-constants.js +0 -41
  1996. package/dist/lib/segmented-control/segmented-control-constants.js.map +0 -1
  1997. package/dist/lib/segmented-control/segmented-control-item.cjs +0 -2
  1998. package/dist/lib/segmented-control/segmented-control-item.cjs.map +0 -1
  1999. package/dist/lib/segmented-control/segmented-control-item.js +0 -104
  2000. package/dist/lib/segmented-control/segmented-control-item.js.map +0 -1
  2001. package/dist/lib/segmented-control/segmented-control.cjs +0 -2
  2002. package/dist/lib/segmented-control/segmented-control.cjs.map +0 -1
  2003. package/dist/lib/segmented-control/segmented-control.js +0 -204
  2004. package/dist/lib/segmented-control/segmented-control.js.map +0 -1
  2005. package/dist/lib/split-button/split-button-end.cjs +0 -2
  2006. package/dist/lib/split-button/split-button-end.cjs.map +0 -1
  2007. package/dist/lib/split-button/split-button-end.js +0 -85
  2008. package/dist/lib/split-button/split-button-end.js.map +0 -1
  2009. package/dist/lib/split-button/split-button-start.cjs +0 -2
  2010. package/dist/lib/split-button/split-button-start.cjs.map +0 -1
  2011. package/dist/lib/split-button/split-button-start.js +0 -181
  2012. package/dist/lib/split-button/split-button-start.js.map +0 -1
  2013. package/dist/lib/text/index.cjs +0 -1
  2014. package/dist/lib/text/index.js +0 -3
  2015. package/dist/lib/text/text-constants.cjs +0 -2
  2016. package/dist/lib/text/text-constants.cjs.map +0 -1
  2017. package/dist/lib/text/text-constants.js +0 -128
  2018. package/dist/lib/text/text-constants.js.map +0 -1
  2019. package/dist/lib/text/text.cjs +0 -2
  2020. package/dist/lib/text/text.cjs.map +0 -1
  2021. package/dist/lib/text/text.js +0 -149
  2022. package/dist/lib/text/text.js.map +0 -1
  2023. package/dist/message_input-CJHgmFLg.js +0 -667
  2024. package/dist/message_input-CJHgmFLg.js.map +0 -1
  2025. package/dist/message_input-C_TN2Zgh.cjs +0 -2
  2026. package/dist/message_input-C_TN2Zgh.cjs.map +0 -1
  2027. package/dist/mode_constants-CzYJW9ua.cjs +0 -2
  2028. package/dist/mode_constants-CzYJW9ua.cjs.map +0 -1
  2029. package/dist/mode_constants-tb7TL85q.js +0 -14
  2030. package/dist/mode_constants-tb7TL85q.js.map +0 -1
  2031. /package/dist/components/{RichTextEditor/Extensions/Channels → rich_text_editor/extensions/channels}/ChannelSuggestion.vue.d.ts +0 -0
  2032. /package/dist/components/{RichTextEditor/Extensions/SlashCommand → rich_text_editor/extensions/slash_command}/SlashCommandComponent.vue.d.ts +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"EmojiPicker-VfPVHqD-.js","names":["$emit","$refs"],"sources":["../components/EmojiPicker/Modules/EmojiSearch.vue","../components/EmojiPicker/Modules/EmojiTabset.vue","../components/EmojiPicker/Composables/UseKeyboardNavigation.js","../components/EmojiPicker/Modules/EmojiSelector.vue","../components/EmojiPicker/Modules/EmojiSkinSelector.vue","../components/EmojiPicker/Modules/EmojiDescription.vue","../components/EmojiPicker/EmojiPicker.vue"],"sourcesContent":["<template>\n <div class=\"d-emoji-picker__search d-emoji-picker__alignment\">\n <dt-input\n id=\"searchInput\"\n ref=\"searchInput\"\n :placeholder=\"searchPlaceholderLabel\"\n :model-value=\"modelValue\"\n @update:model-value=\"$emit('update:modelValue', $event)\"\n @keydown.up=\"$emit('focus-tabset')\"\n @keydown.down.prevent=\"$emit('focus-emoji-selector')\"\n @keydown.enter=\"$emit('select-first-emoji')\"\n >\n <template #startIcon>\n <dt-icon-search\n size=\"200\"\n />\n </template>\n <template\n v-if=\"modelValue.length > 0\"\n #endIcon\n >\n <dt-button\n importance=\"clear\"\n :size=\"100\"\n class=\"d-emoji-picker__search-x-button\"\n circle\n kind=\"muted\"\n @click=\"clearSearch\"\n >\n <template #icon>\n <dt-icon-close\n size=\"200\"\n />\n </template>\n </dt-button>\n </template>\n </dt-input>\n </div>\n</template>\n\n<script setup>\nimport { DtIconSearch, DtIconClose } from '@dialpad/dialtone-icons/vue';\nimport { DtInput } from '@/components/Input';\nimport { DtButton } from '@/components/Button';\nimport { onMounted, ref } from 'vue';\n\ndefineProps({\n searchPlaceholderLabel: {\n type: String,\n required: true,\n },\n modelValue: {\n type: String,\n default: '',\n },\n});\n\nconst emits = defineEmits(['update:modelValue', 'focus-emoji-selector', 'focus-tabset', 'select-first-emoji']);\n\nconst searchInput = ref(null);\n\nfunction clearSearch () {\n emits('update:modelValue', '');\n focusSearchInput();\n}\n\nfunction focusSearchInput () {\n searchInput.value.focus();\n}\nonMounted(() => {\n focusSearchInput();\n});\n\ndefineExpose({\n focusSearchInput,\n});\n</script>\n","<template>\n <div class=\"d-emoji-picker__tabset\">\n <dt-tab-group\n :selected=\"selectedTab\"\n :size=\"200\"\n spread=\"equal\"\n tab-list-class=\"d-emoji-picker__tabset-list\"\n >\n <template #tabs>\n <dt-tab\n v-for=\"(tab, index) in tabs\"\n :id=\"tab.id\"\n :key=\"tab.id\"\n :ref=\"el => { if (el) setTabsetRef(el) }\"\n :label=\"tab.label\"\n :panel-id=\"tab.panelId\"\n :tabindex=\"index + 1\"\n aria-controls=\"d-emoji-picker-list\"\n @keydown=\"handleKeyDown($event, tab.id)\"\n @click.capture.stop=\"selectTabset(tab.id)\"\n >\n <component\n :is=\"tab.icon\"\n size=\"400\"\n />\n </dt-tab>\n </template>\n </dt-tab-group>\n </div>\n</template>\n\n<script setup>\nimport { computed, ref, watch } from 'vue';\nimport { DtTab, DtTabGroup } from '@/components/Tab';\nimport { returnFirstEl } from '@/common/utils';\nimport {\n DtIconClock,\n DtIconSatisfied,\n DtIconLivingThing,\n DtIconFood,\n DtIconObject,\n DtIconTransportation,\n DtIconLightbulb,\n DtIconHeart,\n DtIconFlag,\n DtIconDialpadStar,\n} from '@dialpad/dialtone-icons/vue';\n\nconst props = defineProps({\n /**\n * Whether to show the recently used tab or not\n * @type {Boolean}\n * @default false\n */\n showRecentlyUsedTab: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Whether to show the custom emojis tab or not\n * @type {Boolean}\n * @default false\n */\n showCustomEmojisTab: {\n type: Boolean,\n default: false,\n },\n\n scrollIntoTab: {\n type: Number,\n required: true,\n },\n\n emojiFilter: {\n type: String,\n default: '',\n },\n\n /**\n * The labels for the aria-label\n * @type {Array}\n * @required\n */\n tabSetLabels: {\n type: Array,\n required: true,\n },\n});\n\nconst emits = defineEmits([\n /**\n * Emitted when a tab is selected\n * @event selected-tabset\n * @param {String} tabId - The name of the tab that was selected\n */\n 'selected-tabset',\n\n 'focus-search-input',\n 'focus-skin-selector',\n]);\n\nconst TABS_DATA = [\n { label: props.tabSetLabels[0], icon: DtIconClock },\n { label: props.tabSetLabels[1], icon: DtIconSatisfied },\n { label: props.tabSetLabels[2], icon: DtIconLivingThing },\n { label: props.tabSetLabels[3], icon: DtIconFood },\n { label: props.tabSetLabels[4], icon: DtIconObject },\n { label: props.tabSetLabels[5], icon: DtIconTransportation },\n { label: props.tabSetLabels[6], icon: DtIconLightbulb },\n { label: props.tabSetLabels[7], icon: DtIconHeart },\n { label: props.tabSetLabels[8], icon: DtIconFlag },\n { label: props.tabSetLabels[9], icon: DtIconDialpadStar },\n];\n\nconst tabs = computed(() => {\n const tabsData = props.showRecentlyUsedTab ? TABS_DATA : TABS_DATA.slice(1);\n // if showCustomEmojisTab is false remove last index of TABS_DATA\n if (!props.showCustomEmojisTab) {\n tabsData.pop();\n }\n\n return tabsData.map((tab, index) => ({\n ...tab,\n // IDs on dt-tab component need to be on string\n id: (index + 1).toString(),\n panelId: (index + 1).toString(),\n }));\n});\n\nconst isSearching = computed(() => props.emojiFilter.length > 0);\n\nconst selectedTab = ref('1');\n\nconst tabsetRef = ref([]);\n\nwatch(() => props.scrollIntoTab,\n () => {\n if (!isSearching.value) {\n selectedTab.value = (props.scrollIntoTab + 1).toString();\n }\n });\n\nwatch(isSearching,\n () => {\n if (isSearching.value) {\n selectedTab.value = null;\n }\n });\n\n/**\n * We are using .capture.stop modifiers on the click event\n * because we don't want to trigger the click event of the\n * dt-tab component\n */\nfunction selectTabset (id) {\n // IDs on scrollToTab need to be on number\n const parseId = parseInt(id);\n // IDs on dt-tab component need to be on string\n selectedTab.value = id;\n emits('selected-tabset', parseId);\n}\n\nfunction setTabsetRef (ref) {\n // We push the $el, because $el is the button inside the dt-tab component\n // and we need the button to focus it\n tabsetRef.value.push(returnFirstEl(ref.$el));\n}\n\nfunction focusTabset () {\n tabsetRef.value[0].focus();\n}\n\nfunction handleKeyDown (event, tabId) {\n if (event.key === 'Enter') {\n selectTabset(tabId);\n // We blur because seems like the tab component override the selected prop, and it removes the selected style\n tabsetRef.value[tabId - 1].blur();\n }\n\n if (event.key === 'Tab') {\n event.preventDefault();\n if (event.shiftKey) {\n emits('focus-skin-selector');\n } else {\n emits('focus-search-input');\n }\n }\n\n if (event.key === 'ArrowDown') {\n // Jump to search input\n emits('focus-search-input');\n }\n}\n\ndefineExpose({\n focusTabset,\n});\n</script>\n","import { ref } from 'vue';\nimport { EMOJIS_PER_ROW, ARROW_KEYS } from '@/components/EmojiPicker/EmojiPickerConstants';\n\nexport function useKeyboardNavigation () {\n const emojiRefs = ref([]);\n const emojiFilteredRefs = ref([]);\n const isFiltering = ref(false);\n const hoverFirstEmoji = ref(true);\n\n function _handleArrowLeft (indexTab, indexEmoji) {\n if (!focusEmoji(indexTab, indexEmoji - 1)) {\n if (emojiRefs.value[indexTab - 1]) {\n focusEmoji(indexTab - 1, emojiRefs.value[indexTab - 1].length - 1);\n } else {\n focusEmoji(emojiRefs.value.length - 1, emojiRefs.value[emojiRefs.value.length - 1].length - 1);\n }\n }\n }\n\n function _handleArrowRight (indexTab, indexEmoji) {\n if (!focusEmoji(indexTab, indexEmoji + 1)) {\n if (!focusEmoji(indexTab + 1, 0)) {\n focusEmoji(0, 0);\n }\n }\n }\n\n function _handleArrowLeftFiltered (indexTab, indexEmoji) {\n if (!focusEmoji(0, indexEmoji - 1)) {\n focusEmoji(0, emojiFilteredRefs.value.length - 1);\n }\n }\n\n function _handleArrowRightFiltered (indexTab, indexEmoji) {\n if (!focusEmoji(0, indexEmoji + 1)) {\n focusEmoji(0, 0);\n }\n }\n\n function _handleHorizontalNavigation (direction, indexTab, indexEmoji) {\n if (isFiltering.value) {\n if (direction === 'left') {\n _handleArrowLeftFiltered(indexTab, indexEmoji);\n } else if (direction === 'right') {\n _handleArrowRightFiltered(indexTab, indexEmoji);\n }\n } else {\n if (direction === 'left') {\n _handleArrowLeft(indexTab, indexEmoji);\n } else if (direction === 'right') {\n _handleArrowRight(indexTab, indexEmoji);\n }\n }\n }\n\n function focusEmoji (indexTab, indexEmoji) {\n const emojiRef = isFiltering.value\n ? emojiFilteredRefs.value?.[indexEmoji]\n : emojiRefs.value?.[indexTab]?.[indexEmoji];\n\n if (emojiRef) {\n emojiRef.focus();\n return true;\n }\n\n return false;\n }\n\n function setEmojiRef (el, indexTab, indexEmoji) {\n if (!emojiRefs.value[indexTab]) {\n emojiRefs.value[indexTab] = [];\n }\n emojiRefs.value[indexTab][indexEmoji] = el;\n }\n\n function setFilteredRef (el, index) {\n emojiFilteredRefs.value[index] = el;\n }\n\n function handleArrowNavigationFiltered (key, indexEmoji) {\n hoverFirstEmoji.value = false;\n\n if (key === ARROW_KEYS.ARROW_UP) {\n const position = indexEmoji % EMOJIS_PER_ROW;\n\n if (!focusEmoji(0, indexEmoji - EMOJIS_PER_ROW)) {\n const lastEmojiPosition =\n emojiFilteredRefs.value.length - (emojiFilteredRefs.value.length % EMOJIS_PER_ROW) + position;\n\n focusEmoji(0, lastEmojiPosition);\n\n if (!focusEmoji(0, lastEmojiPosition)) {\n focusEmoji(0, emojiFilteredRefs.value.length - 1);\n }\n }\n }\n\n if (key === ARROW_KEYS.ARROW_DOWN) {\n if (!focusEmoji(0, indexEmoji + EMOJIS_PER_ROW)) {\n const position = indexEmoji % EMOJIS_PER_ROW;\n\n if (emojiFilteredRefs.value?.[indexEmoji + (EMOJIS_PER_ROW - position)]) {\n focusEmoji(0, emojiFilteredRefs.value.length - 1);\n } else {\n focusEmoji(0, position);\n }\n }\n }\n\n if (key === ARROW_KEYS.ARROW_LEFT) {\n _handleHorizontalNavigation('left', 0, indexEmoji);\n }\n\n if (key === ARROW_KEYS.ARROW_RIGHT) {\n _handleHorizontalNavigation('right', 0, indexEmoji);\n }\n }\n\n function handleArrowNavigation (key, indexTab, indexEmoji) {\n if (key === 'ArrowUp') {\n const position = indexEmoji % EMOJIS_PER_ROW;\n\n if (indexTab === 0) {\n // we are on the first emoji tab, then we should jump to the last row of the last emoji tab\n const numberOfMissingEmojis =\n EMOJIS_PER_ROW - (emojiRefs.value[emojiRefs.value.length - 1].length % EMOJIS_PER_ROW);\n\n const emojiToJump =\n emojiRefs.value[emojiRefs.value.length - 1].length + numberOfMissingEmojis - (EMOJIS_PER_ROW - position);\n\n if (!focusEmoji(emojiRefs.value.length - 1, emojiToJump)) {\n // if there is no emoji in this position, jump to the last emoji of the row\n focusEmoji(emojiRefs.value.length - 1, emojiRefs.value[emojiRefs.value.length - 1].length - 1);\n }\n return;\n }\n\n // if we are not on the first tab, we should jump to the previous row of the current tab\n if (!focusEmoji(indexTab, indexEmoji - EMOJIS_PER_ROW)) {\n // if there is no previous row, we should jump to emoji in the sampe position of the previous tab\n const previousTab = indexTab - 1 < 0 ? 0 : indexTab - 1;\n const emojisInPreviousTab = emojiRefs.value[previousTab].length;\n const lastEmojiPosition = emojisInPreviousTab - (emojisInPreviousTab % EMOJIS_PER_ROW) + position;\n\n if (!focusEmoji(previousTab, lastEmojiPosition)) {\n // if there is no emoji in this position, jump to the last emoji of the row\n focusEmoji(indexTab - 1, emojiRefs.value[indexTab - 1].length - 1);\n }\n }\n }\n\n if (key === 'ArrowDown') {\n if (!focusEmoji(indexTab, indexEmoji + EMOJIS_PER_ROW)) {\n // if cannot go down\n\n // Calculate position from cell 0 to cell 8\n const position = indexEmoji % EMOJIS_PER_ROW;\n\n // check if it exists a next row in the current tab\n if (emojiRefs.value?.[indexTab]?.[indexEmoji + (EMOJIS_PER_ROW - position)]) {\n // if it exists, we should focus the last emoji of the next row in the current tab\n focusEmoji(indexTab, emojiRefs.value[indexTab].length - 1);\n // if we are at the end of the list it will do nothing\n } else {\n // We don't have next row, we are in the last of the tab, then jump\n // to the next tab but in the equal emoji position in row 0.\n\n if (!focusEmoji(indexTab + 1, position)) {\n // We are on the bottom!, should jump to the same position emoji in the first row of the first tabset\n // if it doesn't has, jump to the last\n if (!focusEmoji(0, position)) {\n focusEmoji(0, emojiRefs.value[0].length - 1);\n }\n }\n }\n }\n }\n\n if (key === 'ArrowLeft') {\n _handleHorizontalNavigation('left', indexTab, indexEmoji);\n }\n\n if (key === 'ArrowRight') {\n _handleHorizontalNavigation('right', indexTab, indexEmoji);\n }\n }\n\n return {\n emojiFilteredRefs,\n isFiltering,\n hoverFirstEmoji,\n setEmojiRef,\n setFilteredRef,\n focusEmoji,\n handleArrowNavigationFiltered,\n handleArrowNavigation,\n };\n}\n","<template>\n <div\n class=\"d-emoji-picker__selector\"\n >\n <div\n id=\"d-emoji-picker-list\"\n ref=\"listRef\"\n class=\"d-emoji-picker__list\"\n >\n <p\n v-if=\"emojiFilter\"\n class=\"d-emoji-picker__search-label d-emoji-picker__alignment\"\n >\n {{ filteredEmojis.length > 0 ? searchResultsLabel : searchNoResultsLabel }}\n </p>\n <div\n v-else\n ref=\"tabCategoryRef\"\n class=\"d-emoji-picker__category d-emoji-picker__alignment\"\n >\n <p>\n {{ fixedLabel }}\n </p>\n </div>\n <div\n v-for=\"(tabLabel, indexTab) in tabLabels\"\n v-show=\"!emojiFilter\"\n :key=\"indexTab\"\n :ref=\"tabLabel.ref\"\n class=\"d-emoji-picker__alignment\"\n >\n <p\n v-if=\"indexTab\"\n >\n {{ tabLabel.label }}\n </p>\n <div\n class=\"d-emoji-picker__tab\"\n >\n <button\n v-for=\"(emoji, indexEmoji) in\n (emojis[tabs[indexTab] + skinTone] ? emojis[tabs[indexTab] + skinTone] : emojis[tabs[indexTab]])\"\n :key=\"emoji.shortname\"\n :ref=\"el => { if (el) setEmojiRef(el, indexTab, indexEmoji) }\"\n type=\"button\"\n :aria-label=\"emoji.name\"\n @click=\"event => selectEmoji(emoji, event)\"\n @focusin=\"highlightEmoji(emoji)\"\n @focusout=\"highlightEmoji(null)\"\n @mouseover=\"highlightEmoji(emoji)\"\n @mouseleave=\"highlightEmoji(null)\"\n @keydown=\"event => handleKeyDown(event, indexTab, indexEmoji, emoji)\"\n >\n <img\n class=\"d-icon d-icon--size-500\"\n :alt=\"emoji.name\"\n :aria-label=\"emoji.name\"\n :title=\"emoji.name\"\n :src=\"getImgSrc(emoji)\"\n @error=\"handleImageError\"\n >\n </button>\n </div>\n </div>\n <div\n v-if=\"emojiFilter\"\n class=\"d-emoji-picker__alignment\"\n >\n <div\n class=\"d-emoji-picker__tab \"\n data-qa=\"filtered-emojis\"\n >\n <button\n v-for=\"(emoji, index) in filteredEmojis\"\n :key=\"emoji.shortname\"\n :ref=\"el => { if (el) setFilteredRef(el, index) }\"\n type=\"button\"\n :aria-label=\"emoji.name\"\n :class=\"{\n 'hover-emoji': (index === 0 && hoverFirstEmoji),\n }\"\n @click=\"event => selectEmoji(emoji, event)\"\n @focusin=\"highlightEmoji(emoji)\"\n @focusout=\"highlightEmoji(null)\"\n @mouseover=\"hoverEmoji(emoji)\"\n @mouseleave=\"hoverEmoji(null)\"\n @keydown=\"event => handleKeyDownFilteredEmojis(event, index, emoji)\"\n >\n <img\n class=\"d-icon d-icon--size-500\"\n :alt=\"emoji.name\"\n :aria-label=\"emoji.name\"\n :title=\"emoji.name\"\n :src=\"`${CDN_URL + emoji.unicode_character}.png`\"\n >\n </button>\n </div>\n </div>\n </div>\n </div>\n</template>\n\n<script setup>\n/* eslint-disable max-lines */\nimport { emojisGrouped as emojis } from '@dialpad/dialtone-emojis';\nimport { computed, onMounted, onBeforeUnmount, ref, watch, nextTick } from 'vue';\nimport { CDN_URL, ARROW_KEYS } from '@/components/EmojiPicker/EmojiPickerConstants';\nimport { useKeyboardNavigation } from '@/components/EmojiPicker/Composables/UseKeyboardNavigation';\n\nconst props = defineProps({\n /**\n * The filter to apply to the emoji list\n * @type {String}\n * @default ''\n */\n emojiFilter: {\n type: String,\n default: '',\n },\n\n /**\n * The skin tone to apply to the emoji list\n * @type {String}\n * @required\n */\n skinTone: {\n type: String,\n required: true,\n },\n\n /**\n * The labels for the tabset\n * @type {Array}\n * @required\n */\n tabsetLabels: {\n type: Array,\n required: true,\n },\n\n selectedTabset: {\n type: Object,\n required: true,\n },\n\n /**\n * The label for the search results tab\n * @type {String}\n * @required\n */\n searchResultsLabel: {\n type: String,\n required: true,\n },\n\n searchNoResultsLabel: {\n type: String,\n required: true,\n },\n\n /**\n * The list of recently used emojis\n * @type {Array}\n */\n recentlyUsedEmojis: {\n type: Array,\n default: () => [],\n },\n\n /**\n * The list of custom emojis\n * @type {Array}\n */\n customEmojis: {\n type: Array,\n default: () => [],\n },\n});\n\nconst emits = defineEmits([\n /**\n * Emitted when the user hover over an emoji\n * @event highlighted-emoji\n * @param {Object} emoji - The emoji data that was hovered\n */\n 'highlighted-emoji',\n\n /**\n * Emitted when the user select an emoji\n * @event selected-emoji\n * @param {Object} emoji - The emoji data that was selected\n */\n 'selected-emoji',\n\n /**\n * Emitted when the user scroll into an emoji tab\n * @event scroll-into-tab\n * @param {Number} tab-index - The tab that was scrolled into\n */\n 'scroll-into-tab',\n\n /**\n * Emitted when the user reach bottom scroll\n * This event is used on handleScroll method\n * @event scroll-bottom-reached\n */\n 'scroll-bottom-reached',\n\n /**\n * Emitted when the user reach the end of the emoji list\n * @event focus-skin-selector\n */\n 'focus-skin-selector',\n\n /**\n * Emitted when the user shift tab in first tab of emoji selector\n * @event focus-search-input\n */\n 'focus-search-input',\n]);\n\nconst {\n emojiFilteredRefs,\n isFiltering,\n hoverFirstEmoji,\n setEmojiRef,\n setFilteredRef,\n focusEmoji,\n handleArrowNavigationFiltered,\n handleArrowNavigation,\n} = useKeyboardNavigation();\n\n/**\n * The ref for the tab category\n * This is used to display the fixed label\n */\nconst tabCategoryRef = ref(null);\n\n/**\n * The ref for the list\n * This is used to display the tabs\n */\nconst listRef = ref(null);\n\n/**\n * The ref for the tab label observer\n * This is used to update the fixed label\n */\nconst tabLabelObserver = ref(null);\n\n/**\n * The list of tabs\n * This is used to display the tabs\n */\nconst TABS_DATA = ['Recently used', 'People', 'Nature', 'Food', 'Activity', 'Travel', 'Objects', 'Symbols', 'Flags', 'Custom'];\n\n/**\n * The list of tab labels\n * This is used to display the tabs\n * This is a computed property because it will check if the recently used emojis or custom emojis list is empty\n * If it is empty, it will remove it\n */\nconst tabLabels = computed(() => {\n let updateTabLabels = props.tabsetLabels.map((label) => ({ label, ref: ref(null) }));\n\n if (props.recentlyUsedEmojis && !props.recentlyUsedEmojis.length) {\n updateTabLabels = props.tabsetLabels.slice(1).map((label) => ({ label, ref: ref(null) }));\n }\n\n if (props.customEmojis && !props.customEmojis.length) {\n updateTabLabels.pop();\n }\n\n return updateTabLabels;\n});\n\n/**\n * The label of the fixed tab\n * This is used to display the fixed label\n */\nconst fixedLabel = ref(tabLabels.value[0].label);\n\n/**\n * The list of tabs\n * This is used to display the tabs\n * This is a computed property because it will check if the recently used emojis list or custom emojis is empty\n * If it is empty, it will remove it\n * The difference between this and the tab labels is that this one will set the structure of tabs\n * and the tab labels will set the labels\n */\nconst tabs = computed(() => {\n const updateTabsOrder = props.recentlyUsedEmojis.length ? TABS_DATA.slice() : TABS_DATA.slice(1);\n\n if (props.customEmojis && !props.customEmojis.length) {\n updateTabsOrder.pop();\n }\n\n return updateTabsOrder;\n});\n\n/**\n * The list of current emojis that match the filter\n * This will be updated when the emojiFilter changes\n * This is used to display the search results\n * The difference between this and the current emojis list is that this one will not have the skin tone applied\n */\nconst filteredEmojis = ref([]);\n\n/**\n * The current emojis list we are displaying\n * This will be updated when the skin tone changes\n * The difference between this and the emojis list is that this one will have only the skin tone applied\n */\nconst currentEmojis = computed(() => {\n return [\n ...emojis[`People${props.skinTone}`],\n ...emojis.Nature,\n ...emojis.Food,\n ...emojis[`Activity${props.skinTone}`],\n ...emojis.Travel,\n ...emojis[`Objects${props.skinTone}`],\n ...emojis.Symbols,\n ...emojis.Flags,\n ];\n});\n\n/**\n * This will trigger the searchByNameAndKeywords function with debounce of 300 milliseconds\n */\nconst debouncedSearch = debounce(() => {\n // We clean the emojiFilteredRefs to have an updated ref list for the search results\n emojiFilteredRefs.value = [];\n searchByNameAndKeywords();\n});\n\n/**\n * handleScroll will be defined when user scroll\n */\nconst handleScroll = () => {\n const container = listRef.value;\n // TODO -- this will probably need to be updated if we add more emojis.\n // because the container height will change.\n // maybe with a nextTick similar of scrollToTab.\n if (container.scrollTop + container.clientHeight >= container.scrollHeight) {\n emits('scroll-bottom-reached');\n }\n};\n\n/**\n * Update the current emojis list on skin tone changes\n * Also update the filtered emojis list\n * @listens skinTone\n */\nwatch(currentEmojis, () => {\n searchByNameAndKeywords();\n}, { immediate: true });\n\n/**\n * Update the recently used emojis list on recently used emojis prop changes\n * @listens recentlyUsedEmojis\n */\nwatch(() => props.recentlyUsedEmojis,\n () => {\n emojis['Recently used'] = props.recentlyUsedEmojis;\n }, { immediate: true });\n\n/**\n * Update the custom emojis list on custom emojis prop changes\n * @listens customEmojis\n */\nwatch(() => props.customEmojis,\n () => {\n emojis.Custom = props.customEmojis;\n }, { immediate: true });\n\n/**\n * Search for emojis by name and keywords\n * Will update the filtered emojis list on emojiFilter update\n * @listens emojiFilter\n */\nwatch(() => props.emojiFilter, () => {\n resetScroll();\n if (props.emojiFilter) {\n isFiltering.value = true;\n } else {\n isFiltering.value = false;\n // If the emoji filter is empty, emit null to remove the highlighted emoji\n // of the previous search\n highlightEmoji(null);\n }\n debouncedSearch();\n});\n\nwatch(\n () => props.selectedTabset,\n (tab) => {\n scrollToTab(tab.tabId);\n },\n { deep: true },\n);\n\nfunction hoverEmoji (emoji, isFirst = false) {\n hoverFirstEmoji.value = isFirst;\n emits('highlighted-emoji', emoji);\n}\n\n/**\n * Filters an array of emoji objects based on a search string that matches both the name and keywords.\n * Will update the filtered emojis list\n */\nfunction searchByNameAndKeywords () {\n const searchStr = props.emojiFilter.toLowerCase();\n filteredEmojis.value = currentEmojis.value.filter(obj => {\n const nameIncludesSearchStr = obj.name.toLowerCase().includes(searchStr);\n const keywordsIncludeSearchStr = obj.keywords.some(keyword => keyword.toLowerCase().includes(searchStr));\n return nameIncludesSearchStr || keywordsIncludeSearchStr;\n });\n nextTick(() => {\n if (searchStr) {\n hoverEmoji(filteredEmojis.value[0], true);\n }\n });\n}\n\nfunction debounce (fn, delay = 300) {\n let timeout;\n\n return (...args) => {\n clearTimeout(timeout);\n timeout = setTimeout(() => fn(...args), delay);\n };\n}\n\nfunction getImgSrc (emoji) {\n // TODO Update json structure to have a property for custom emojis and avoid using date_added\n if (emoji.date_added) { // if custom emoji\n return emoji.image;\n } else { // if regular emoji\n return CDN_URL + emoji.unicode_character + '.png';\n }\n}\n\n/**\n * Handle image error - We hide the entire button if the image is not found\n */\nfunction handleImageError (event) {\n event.target.parentNode.style.display = 'none';\n}\n\n/**\n * Scroll to the selected tab\n */\nfunction scrollToTab (tabIndex, focusFirstEmoji = true) {\n const tabLabel = tabLabels.value[tabIndex - 1];\n const tabElement = tabLabel.ref.value[0];\n\n nextTick(() => {\n const container = listRef.value;\n const offsetTop = tabIndex === 1 ? 0 : tabElement.offsetTop - 15;\n\n container.scrollTop = offsetTop;\n\n if (focusFirstEmoji) {\n focusEmoji((tabIndex - 1), 0);\n }\n });\n}\n\nfunction resetScroll () {\n const container = listRef.value;\n\n container.scrollTop = 0;\n}\n\nfunction setBottomScrollListener () {\n listRef.value.addEventListener('scroll', handleScroll);\n}\n\n/**\n * This code creates an IntersectionObserver object that monitors the intersection between\n * the root element (tabCategoryRef) and its targets (the child elements of listRef),\n * and updates the value of the fixedLabel variable accordingly.\n */\nfunction setTabLabelObserver () {\n /**\n * The code extracts the target element and its index from the IntersectionObserverEntry object,\n * and checks whether the target intersects with the root and is positioned above or below it.\n */\n tabLabelObserver.value = new IntersectionObserver(async (entries) => {\n // eslint-disable-next-line complexity\n entries.forEach(entry => {\n const { target } = entry;\n const index = parseInt(target.dataset.index);\n\n /**\n * If the target is positioned above the root,\n * the code updates the value of the fixed label to the label of the previous tab,\n * or the first tab if the current tab is the first one. If the target is positioned below the root, the code\n * updates the value of the fixed label to the label of the current tab.\n * If the target stops intersecting with the root and its index is 1 (the second tab),\n * the code updates the value of the fixed label to the label of the first tab.\n * NOTES:\n * This last condition is needed because sometimes it is\n * not detect the intersection between the root and the target.\n * We also provide a 50 pixels offset to the root element in the first condition to always get the\n * first tab if it has fewer emojis, because in some cases if you quickly scroll the observer does not detect it.\n */\n if (entry.isIntersecting && target.offsetTop <= tabCategoryRef.value.offsetTop + 50) {\n fixedLabel.value = tabLabels.value[index - 1]?.label ?? tabLabels.value[0]?.label;\n emits('scroll-into-tab', index - 1);\n } else if (entry.boundingClientRect.bottom <= tabCategoryRef.value?.getBoundingClientRect().bottom) {\n emits('scroll-into-tab', index);\n fixedLabel.value = tabLabels.value[index]?.label;\n } else if (index === 1) {\n emits('scroll-into-tab', index);\n fixedLabel.value = tabLabels.value[0]?.label;\n }\n });\n });\n\n /**\n * The tabLabelObserver is set to observe the root element and all its children elements with\n * the IntersectionObserver object, and sets their data-index attribute to their index.\n */\n tabLabelObserver.value.observe(tabCategoryRef.value);\n\n Array.from(listRef.value.children).forEach((child, index) => {\n tabLabelObserver.value.observe(child);\n child.dataset.index = index;\n });\n}\n\nconst handleKeyDownFilteredEmojis = (event, indexEmoji, emoji) => {\n event.preventDefault();\n\n if (Object.values(ARROW_KEYS).includes(event.key)) {\n handleArrowNavigationFiltered(event.key, indexEmoji);\n return;\n }\n\n switch (event.key) {\n case 'Tab':\n emits('focus-skin-selector');\n break;\n case 'Enter':\n selectEmoji(emoji, event);\n break;\n default:\n break;\n }\n};\n\n \nconst handleKeyDown = (event, indexTab, indexEmoji, emoji) => {\n event.preventDefault();\n\n if (Object.values(ARROW_KEYS).includes(event.key)) {\n handleArrowNavigation(event.key, indexTab, indexEmoji);\n return;\n }\n\n switch (event.key) {\n case 'Tab':\n if (event.shiftKey) {\n if (focusEmoji(indexTab, 0) && indexTab > 0) {\n scrollToTab(indexTab, true);\n } else {\n scrollToTab(1, false);\n emits('focus-search-input');\n }\n } else {\n if (focusEmoji(indexTab + 1, 0)) {\n scrollToTab(indexTab + 1 + 1, false);\n } else {\n // We are on the last emoji tabset, jump to the skin selector\n emits('focus-skin-selector');\n }\n }\n break;\n\n case 'Enter':\n selectEmoji(emoji, event);\n break;\n\n default:\n break;\n }\n};\n\nfunction selectEmoji (emoji, event) {\n emits('selected-emoji', { ...emoji, shift_key: event.shiftKey });\n}\n\nfunction highlightEmoji (emoji) {\n emits('highlighted-emoji', emoji);\n}\n\nfunction focusEmojiSelector () {\n focusEmoji(0, 0);\n}\n\nfunction focusLastEmoji () {\n scrollToTab(tabs.value.length, true);\n}\n\nonMounted(() => {\n setTabLabelObserver();\n setBottomScrollListener();\n});\n\nonBeforeUnmount(() => {\n tabLabelObserver.value.disconnect();\n listRef.value.removeEventListener('scroll', handleScroll);\n});\n\ndefineExpose({\n focusEmojiSelector,\n focusLastEmoji,\n});\n</script>\n","<template>\n <div data-qa=\"skin-selector\">\n <div\n v-show=\"isOpen\"\n class=\"d-emoji-picker__skin-list\"\n >\n <button\n v-for=\"(skin, index) in skinList\"\n :ref=\"el => { if (el) setSkinsRef(el) }\"\n :key=\"skin.name\"\n :class=\"{\n 'selected': skinSelected.skinCode === skin.skinCode,\n }\"\n @keydown=\"event => handleKeyDown(event, skin, index)\"\n @click=\"selectSkin(skin)\"\n >\n <img\n class=\"d-icon d-icon--size-500\"\n :alt=\"skin.name\"\n :aria-label=\"skin.name\"\n :title=\"skin.name\"\n :src=\"`${CDN_URL + skin.unicode_output}.png`\"\n >\n </button>\n </div>\n <div\n v-show=\"!isOpen\"\n class=\"d-emoji-picker__skin-selected\"\n >\n <dt-tooltip placement=\"top-end\">\n {{ skinSelectorButtonTooltipLabel }}\n <template #anchor>\n <button\n ref=\"skinSelectorRef\"\n :aria-label=\"skinSelectorButtonTooltipLabel\"\n tabindex=\"-1\"\n @click=\"toggleSkinList\"\n @keydown=\"event => handleKeyDown(event)\"\n >\n <img\n class=\"d-icon d-icon--size-500\"\n :alt=\"skinSelected.name\"\n :aria-label=\"skinSelected.name\"\n :title=\"skinSelected.name\"\n :src=\"`${CDN_URL + skinSelected.unicode_output}.png`\"\n >\n </button>\n </template>\n </dt-tooltip>\n </div>\n </div>\n</template>\n\n<script setup>\nimport { computed, nextTick, ref, watchEffect } from 'vue';\nimport { CDN_URL, EMOJI_PICKER_SKIN_TONE_MODIFIERS } from '@/components/EmojiPicker/EmojiPickerConstants.js';\nimport { DtTooltip } from '@/components/Tooltip';\n\nconst props = defineProps({\n /**\n * The skin tone to apply to the emoji list\n * @type {String}\n * @required\n */\n skinTone: {\n type: String,\n required: true,\n },\n\n isHovering: {\n type: Boolean,\n default: false,\n },\n\n skinSelectorButtonTooltipLabel: {\n type: String,\n required: true,\n },\n});\n\nconst emits = defineEmits([\n /**\n * The skin tone that was selected\n * @event skin-tone\n * @type {Number}\n */\n 'skin-tone',\n 'focus-tabset',\n 'focus-last-emoji',\n]);\n\nconst skinList = [\n {\n name: ':wave_tone1:',\n unicode_output: '1f44b-1f3fb',\n skinTone: EMOJI_PICKER_SKIN_TONE_MODIFIERS.LIGHT,\n skinCode: '_tone1',\n },\n {\n name: ':wave_tone2:',\n unicode_output: '1f44b-1f3fc',\n skinTone: EMOJI_PICKER_SKIN_TONE_MODIFIERS.MEDIUM_LIGHT,\n skinCode: '_tone2',\n },\n {\n name: ':wave_tone3:',\n unicode_output: '1f44b-1f3fd',\n skinTone: EMOJI_PICKER_SKIN_TONE_MODIFIERS.MEDIUM,\n skinCode: '_tone3',\n },\n {\n name: ':wave_tone4:',\n unicode_output: '1f44b-1f3fe',\n skinTone: EMOJI_PICKER_SKIN_TONE_MODIFIERS.MEDIUM_DARK,\n skinCode: '_tone4',\n },\n {\n name: ':wave_tone5:',\n unicode_output: '1f44b-1f3ff',\n skinTone: EMOJI_PICKER_SKIN_TONE_MODIFIERS.DARK,\n skinCode: '_tone5',\n },\n {\n name: ':wave:',\n unicode_output: '1f44b',\n skinTone: EMOJI_PICKER_SKIN_TONE_MODIFIERS.DEFAULT,\n skinCode: '',\n },\n];\n\nconst isOpen = ref(false);\n\nconst skinSelectorRef = ref(null);\n\nconst skinsRef = ref([]);\n\n/**\n * It will close the skin selector if the user is hovering over the emoji list\n */\nwatchEffect(\n () => props.isHovering && (isOpen.value = false),\n);\n\n/**\n * It will initially display props.skinTone. If a new skin tone is selected,\n * it will display that until props.skinTone changes.\n */\nconst skinPassedIn = computed(() => skinList.find((skin) => skin.skinTone === props.skinTone));\nconst skinSelected = ref(skinPassedIn.value);\nwatchEffect(() => skinPassedIn.value && (skinSelected.value = skinPassedIn.value));\n\nfunction setSkinsRef (ref) {\n skinsRef.value.push(ref);\n}\nfunction focusSkinSelector () {\n skinSelectorRef.value.focus();\n}\n\nfunction selectSkin (skin) {\n skinSelected.value = skin;\n isOpen.value = false;\n emits('skin-tone', skin.skinTone);\n nextTick(() => focusSkinSelector());\n}\n\nconst handleKeyDown = (event, skin, index) => {\n event.preventDefault();\n\n if (event.key === 'ArrowLeft') {\n if (index === 0) skinsRef.value[skinsRef.value.length - 1]?.focus();\n skinsRef.value[index - 1]?.focus();\n }\n\n if (event.key === 'ArrowRight') {\n skinsRef.value[index + 1]?.focus();\n }\n\n if (event.key === 'Enter') {\n if (skin) { selectSkin(skin); } else {\n toggleSkinList();\n }\n }\n\n if (event.key === 'Tab') {\n if (event.shiftKey) {\n emits('focus-last-emoji');\n } else {\n emits('focus-tabset');\n }\n }\n};\n\nfunction toggleSkinList () {\n isOpen.value = !isOpen.value;\n nextTick(() => skinsRef.value[0].focus());\n}\n\ndefineExpose({\n focusSkinSelector,\n});\n</script>\n","<template>\n <div class=\"d-emoji-picker__data\">\n <img\n v-if=\"emoji\"\n class=\"d-icon d-icon--size-500\"\n :alt=\"emoji.name\"\n :aria-label=\"emoji.name\"\n :title=\"emoji.name\"\n :src=\"getImgSrc(emoji)\"\n >\n <div>{{ emoji?.name }}</div>\n </div>\n</template>\n\n<script setup>\nimport { CDN_URL } from '@/components/EmojiPicker/EmojiPickerConstants';\n\ndefineProps({\n /**\n * Emoji data\n * @type {Object}\n * @default null\n */\n emoji: {\n type: Object,\n default: null,\n },\n});\n\nfunction getImgSrc (emoji) {\n if (emoji.date_added) { // if custom emoji\n return emoji.image;\n } else { // if regular emoji\n return `${CDN_URL + emoji.unicode_character}.png`;\n }\n}\n</script>\n","<template>\n <div\n class=\"d-emoji-picker\"\n >\n <div class=\"d-emoji-picker--header\">\n <emoji-tabset\n ref=\"tabsetRef\"\n :emoji-filter=\"internalSearchQuery\"\n :show-custom-emojis-tab=\"showCustomEmojisTab\"\n :show-recently-used-tab=\"showRecentlyUsedTab\"\n :scroll-into-tab=\"scrollIntoTab\"\n :tab-set-labels=\"tabSetLabels\"\n @focus-skin-selector=\"$refs.skinSelectorRef.focusSkinSelector()\"\n @focus-search-input=\"showSearch\n ? $refs.searchInputRef.focusSearchInput()\n : $refs.emojiSelectorRef.focusEmojiSelector()\"\n @selected-tabset=\"scrollToSelectedTabset\"\n @keydown.esc=\"emits('close')\"\n />\n </div>\n <div class=\"d-emoji-picker--body\">\n <emoji-search\n v-if=\"showSearch\"\n ref=\"searchInputRef\"\n v-model=\"internalSearchQuery\"\n :search-placeholder-label=\"searchPlaceholderLabel\"\n @select-first-emoji=\"emits('selected-emoji', highlightedEmoji)\"\n @focus-tabset=\"$refs.tabsetRef.focusTabset()\"\n @focus-emoji-selector=\"$refs.emojiSelectorRef.focusEmojiSelector()\"\n @keydown.esc=\"emits('close')\"\n />\n <emoji-selector\n ref=\"emojiSelectorRef\"\n :emoji-filter=\"internalSearchQuery\"\n :skin-tone=\"skinTone\"\n :tabset-labels=\"tabSetLabels\"\n :search-results-label=\"searchResultsLabel\"\n :search-no-results-label=\"searchNoResultsLabel\"\n :recently-used-emojis=\"recentlyUsedEmojis\"\n :custom-emojis=\"customEmojis\"\n :selected-tabset=\"selectedTabset\"\n @scroll-into-tab=\"updateScrollIntoTab\"\n @highlighted-emoji=\"updateHighlightedEmoji\"\n @selected-emoji=\"emits('selected-emoji', $event)\"\n @focus-skin-selector=\"$refs.skinSelectorRef.focusSkinSelector()\"\n @focus-search-input=\"showSearch ? $refs.searchInputRef.focusSearchInput() : $refs.tabsetRef.focusTabset()\"\n @keydown.esc=\"emits('close')\"\n @scroll-bottom-reached=\"emits('scroll-bottom-reached')\"\n />\n </div>\n <div class=\"d-emoji-picker--footer\">\n <dt-button\n v-if=\"showAddEmojiButton && !highlightedEmoji\"\n importance=\"outlined\"\n :aria-label=\"addEmojiLabel\"\n class=\"d-emoji-picker__add-emoji\"\n @click=\"emits('add-emoji')\"\n >\n {{ addEmojiLabel }}\n </dt-button>\n <emoji-description :emoji=\"highlightedEmoji\" />\n <emoji-skin-selector\n ref=\"skinSelectorRef\"\n :is-hovering=\"!!highlightedEmoji\"\n :skin-selector-button-tooltip-label=\"skinSelectorButtonTooltipLabel\"\n :skin-tone=\"skinTone\"\n @skin-tone=\"emits('skin-tone', $event)\"\n @focus-tabset=\"$refs.tabsetRef.focusTabset()\"\n @focus-last-emoji=\"$refs.emojiSelectorRef.focusLastEmoji()\"\n @keydown.esc=\"emits('close')\"\n />\n </div>\n </div>\n</template>\n\n<script setup>\nimport EmojiSearch from './Modules/EmojiSearch.vue';\nimport EmojiTabset from './Modules/EmojiTabset.vue';\nimport EmojiSelector from './Modules/EmojiSelector.vue';\nimport EmojiSkinSelector from './Modules/EmojiSkinSelector.vue';\nimport EmojiDescription from './Modules/EmojiDescription.vue';\nimport { DtButton } from '../Button';\nimport { computed, ref, watch } from 'vue';\nimport { DialtoneLocalization } from '@/localization';\n\ndefineOptions({\n name: 'DtEmojiPicker',\n});\n\nconst props = defineProps({\n /**\n * The array with recently used emoji object\n * This list is necessary to fill the recently used tab\n * @type {Array}\n * @default []\n * @example\n * <dt-emoji-picker :recentlyUsedEmojis=\"[emojiObject, emojiObject]\" />\n */\n // TODO try to simplify this to achieve an array of unicode characters and not an entire emoji data object\n recentlyUsedEmojis: {\n type: Array,\n default: () => [],\n },\n\n /**\n * The array with custom emojis object\n * This list is necessary to fill the custom tab\n * @type {Array}\n * @default []\n * @example\n * <dt-emoji-picker :customEmojis=\"[emojiObject, emojiObject]\" />\n */\n customEmojis: {\n type: Array,\n },\n\n /**\n * The skin tone to show the emojis\n * This prop gives the possibility to use the skin tone selected by the user previously\n * @type {String}\n * @default 'Default'\n * @values 'Default', 'Light', 'MediumLight', 'Medium', 'MediumDark', 'Dark'\n * @example\n * <dt-emoji-picker :skinTone=\"'Default'\" />\n */\n skinTone: {\n type: String,\n default: 'Default',\n },\n\n /**\n\n * Sets the search query that filters emojis.\n * @type {String}\n * @example\n * <dt-emoji-picker search-query=\"smile\" />\n */\n searchQuery: {\n type: String,\n default: '',\n },\n\n /**\n * Shows the search input\n * @type {Boolean}\n * @example\n * <dt-emoji-picker :show-search=\"false\" />\n */\n showSearch: {\n type: Boolean,\n default: true,\n },\n\n /**\n * Shows the add emoji button in the footer when no emoji is highlighted\n * @type {Boolean}\n * @example\n * <dt-emoji-picker :show-add-emoji-button=\"true\" />\n */\n showAddEmojiButton: {\n type: Boolean,\n default: false,\n },\n});\n\nconst emits = defineEmits(\n [\n /**\n * It will emit the selected emoji\n * @event selected-emoji\n * @param {Object} emoji - The selected emoji from the emoji selector\n */\n 'selected-emoji',\n\n /**\n * Emitted when the user reach bottom scroll\n * This is being handled by handleScroll method\n * @event scroll-bottom-reached\n */\n 'scroll-bottom-reached',\n\n /**\n * It will emit the selected skin tone\n * @event skin-tone\n * @param {String} skin - The selected skin tone from the skin selector\n */\n 'skin-tone',\n\n /**\n * Since the keyboard events are encapsulated, we emit this event to close the picker\n * @event close\n */\n 'close',\n\n /**\n * Emitted when the user clicks on the add emoji button\n * @event add-emoji\n */\n 'add-emoji',\n ],\n);\n\nconst internalSearchQuery = ref(props.searchQuery.value);\nconst highlightedEmoji = ref(null);\nconst selectedTabset = ref({});\n\nconst scrollIntoTab = ref(0);\n\nconst showRecentlyUsedTab = computed(() => props.recentlyUsedEmojis?.length > 0);\nconst showCustomEmojisTab = computed(() => props.customEmojis?.length > 0);\n\nconst i18n = new DialtoneLocalization();\n\nconst tabSetLabels = [\n i18n.$t('DIALTONE_EMOJI_PICKER_TABSET_RECENTLY_USED_LABEL'),\n i18n.$t('DIALTONE_EMOJI_PICKER_TABSET_SMILEYS_AND_PEOPLE_LABEL'),\n i18n.$t('DIALTONE_EMOJI_PICKER_TABSET_NATURE_LABEL'),\n i18n.$t('DIALTONE_EMOJI_PICKER_TABSET_FOOD_LABEL'),\n i18n.$t('DIALTONE_EMOJI_PICKER_TABSET_ACTIVITY_LABEL'),\n i18n.$t('DIALTONE_EMOJI_PICKER_TABSET_TRAVEL_LABEL'),\n i18n.$t('DIALTONE_EMOJI_PICKER_TABSET_OBJECTS_LABEL'),\n i18n.$t('DIALTONE_EMOJI_PICKER_TABSET_SYMBOLS_LABEL'),\n i18n.$t('DIALTONE_EMOJI_PICKER_TABSET_FLAGS_LABEL'),\n i18n.$t('DIALTONE_EMOJI_PICKER_TABSET_CUSTOM_LABEL'),\n];\n\nconst searchPlaceholderLabel = i18n.$t('DIALTONE_EMOJI_PICKER_SEARCH_PLACEHOLDER_LABEL');\nconst searchResultsLabel = i18n.$t('DIALTONE_EMOJI_PICKER_SEARCH_RESULTS_LABEL');\nconst searchNoResultsLabel = i18n.$t('DIALTONE_EMOJI_PICKER_SEARCH_NO_RESULTS_LABEL');\nconst skinSelectorButtonTooltipLabel = i18n.$t('DIALTONE_EMOJI_PICKER_SKIN_SELECTOR_BUTTON_TOOLTIP_LABEL');\nconst addEmojiLabel = i18n.$t('DIALTONE_EMOJI_PICKER_ADD_EMOJI_LABEL');\n\nwatch(\n () => props.searchQuery,\n (newValue) => {\n internalSearchQuery.value = newValue;\n },\n);\n\n/**\n * Handle the selected tabset event\n * We're creating a new object with the same value as selectedTabset and assigning it back to selectedTabset.\n * Vue will see this as a new object and trigger the watcher in the child component.\n * Using this method, we are able to trigger the watcher in the child component even if the value being passed is the\n * same as the previous value.\n * @event selectedTabset\n * @param tabId {String} - The id of the tab that was selected\n */\nfunction scrollToSelectedTabset (tabId) {\n internalSearchQuery.value = '';\n selectedTabset.value = { ...selectedTabset.value, tabId };\n}\n\nfunction updateScrollIntoTab (value) {\n scrollIntoTab.value = value;\n}\n\nfunction updateHighlightedEmoji (emoji) {\n highlightedEmoji.value = emoji;\n}\n</script>\n"],"mappings":"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"}
@@ -1,31 +0,0 @@
1
- require(`./chunk-Bmb41Sf3.cjs`);let e=require(`@tiptap/core`),t=require(`@tiptap/pm/model`);function n(t,n,r){let i=t.attrs;return i?n.filter(e=>e.type===(typeof t.type==`string`?t.type:t.type.name)?r?e.attribute.rendered:!0:!1).map(e=>e.attribute.renderHTML&&e.attribute.renderHTML(i)||{[e.name]:e.name in i?i[e.name]:e.attribute.default}).reduce((t,n)=>(0,e.mergeAttributes)(t,n),{}):{}}function r(e,t){return n(e,t,!0)}function i(t,n,i,a){let o=(0,e.getExtensionField)(n,`renderHTML`,{name:n.name,options:n.options,storage:n.storage,parent:n.parent});return o?[n.name,({node:e,children:a})=>{try{return t(o({node:e,HTMLAttributes:r(e,i)}))(a)}catch(e){throw Error(`[tiptap error]: Node ${n.name} cannot be rendered, it's "renderToHTML" method threw an error: ${e.message}`,{cause:e})}}]:a?.unhandledNode?[n.name,a.unhandledNode]:[n.name,()=>{throw Error(`[tiptap error]: Node ${n.name} cannot be rendered, it is missing a "renderToHTML" method, please implement it or override the corresponding "nodeMapping" method to have a custom rendering`)}]}function a(t,n,i,a){let o=(0,e.getExtensionField)(n,`renderHTML`,{name:n.name,options:n.options,storage:n.storage,parent:n.parent});return o?[n.name,({mark:e,children:a})=>{try{return t(o({mark:e,HTMLAttributes:r(e,i)}))(a)}catch(e){throw Error(`[tiptap error]: Mark ${n.name} cannot be rendered, it's "renderToHTML" method threw an error: ${e.message}`,{cause:e})}}]:a?.unhandledMark?[n.name,a.unhandledMark]:[n.name,()=>{throw Error(`Node ${n.name} cannot be rendered, it is missing a "renderToHTML" method`)}]}function o({renderer:n,domOutputSpecToElement:r,mapDefinedTypes:o,content:s,extensions:c,options:l}){c=(0,e.resolveExtensions)(c);let u=(0,e.getAttributesFromExtensions)(c),{nodeExtensions:d,markExtensions:f}=(0,e.splitExtensions)(c);return s instanceof t.Node||(s=t.Node.fromJSON((0,e.getSchemaByResolvedExtensions)(c),s)),n({...l,nodeMapping:{...Object.fromEntries(d.filter(e=>e.name in o?!1:l?.nodeMapping?!(e.name in l.nodeMapping):!0).map(e=>i(r,e,u,l))),...o,...l?.nodeMapping},markMapping:{...Object.fromEntries(f.filter(e=>l?.markMapping?!(e.name in l.markMapping):!0).map(e=>a(r,e,u,l))),...l?.markMapping}})({content:s})}function s(e,{nodeMapping:t,markMapping:n,unhandledNode:r,unhandledMark:i}){return function a({content:o,parent:s}){let c=typeof o.type==`string`?o.type:o.type.name,l=t[c]??r;if(!l)throw Error(`missing handler for node type ${c}`);let u=e({component:l,props:{node:o,parent:s,renderElement:a,get children(){let e=[];return o.content&&o.content.forEach(t=>{e.push(a({content:t,parent:o}))}),e}}});return o.marks?o.marks.reduce((t,r)=>{let a=typeof r.type==`string`?r.type:r.type.name,c=n[a]??i;if(!c)throw Error(`missing handler for mark type ${a}`);return e({component:c,props:{mark:r,parent:s,node:o,children:t}})},u):u}}function c(e){return s(e=>e.component(e.props),e)}function l(e){let t=Object.entries(e||{}).map(([e,t])=>`${e.split(` `).at(-1)}=${JSON.stringify(t)}`).join(` `);return t?` ${t}`:``}function u(e){return[].concat(e||``).filter(Boolean).join(``)}var d=new Set([`iframe`,`script`,`style`,`title`,`textarea`,`div`,`span`,`a`,`button`]);function f(e){if(typeof e==`string`)return()=>e;if(typeof e==`object`&&`length`in e){let[t,n,r,...i]=e,a=t,o=a.split(` `);if(o.length>1&&(a=`${o[1]} xmlns="${o[0]}"`),n===void 0)return()=>`<${a}/>`;if(n===0)return e=>`<${a}>${u(e)}</${a}>`;if(typeof n==`object`)return Array.isArray(n)?r===void 0||r===0?e=>`<${a}>${f(n)(e)}</${a}>`:e=>`<${a}>${f(n)(e)}${[r].concat(i).map(t=>f(t)(e))}</${a}>`:r===void 0?d.has(a)?()=>`<${a}${l(n)}></${a}>`:()=>`<${a}${l(n)}/>`:r===0?e=>`<${a}${l(n)}>${u(e)}</${a}>`:e=>`<${a}${l(n)}>${[r].concat(i).map(t=>f(t)(e)).join(``)}</${a}>`}throw Error("[tiptap error]: Unsupported DomOutputSpec type, check the `renderHTML` method output or implement a node mapping",{cause:e})}function p({content:e,extensions:t,options:n}){return o({renderer:c,domOutputSpecToElement:f,mapDefinedTypes:{doc:({children:e})=>u(e),text:({node:e})=>e.text??``},content:e,extensions:t,options:n})}function m({content:e,extensions:t,options:n}){return p({content:e,extensions:t,options:{...n,nodeMapping:{bulletList({children:e}){return`
2
- ${u(e)}`},orderedList({children:e}){return`
3
- ${u(e)}`},listItem({node:e,children:t,parent:n}){if(n?.type.name===`bulletList`)return`- ${u(t).trim()}
4
- `;if(n?.type.name===`orderedList`){let r=n.attrs.start||1;return n.forEach((t,n,i)=>{e===t&&(r=i+1)}),`${r}. ${u(t).trim()}
5
- `}return u(t)},paragraph({children:e}){return`
6
- ${u(e)}
7
- `},heading({node:e,children:t}){let n=e.attrs.level;return`${Array(n).fill(`#`).join(``)} ${t}
8
- `},codeBlock({node:e,children:t}){return`
9
- \`\`\`${e.attrs.language}
10
- ${u(t)}
11
- \`\`\`
12
- `},blockquote({children:e}){return`
13
- ${u(e).trim().split(`
14
- `).map(e=>`> ${e}`).join(`
15
- `)}`},image({node:e}){return`![${e.attrs.alt}](${e.attrs.src})`},hardBreak(){return`
16
- `},horizontalRule(){return`
17
- ---
18
- `},table({children:e,node:t}){if(!Array.isArray(e))return`
19
- ${u(e)}
20
- `;let n=t.children[0].childCount;return`
21
- ${u(e[0])}| ${Array(n).fill(`---`).join(` | `)} |
22
- ${u(e.slice(1))}
23
- `},tableRow({children:e}){return Array.isArray(e)?`| ${e.join(` | `)} |
24
- `:`${u(e)}
25
- `},tableHeader({children:e}){return u(e).trim()},tableCell({children:e}){return u(e).trim()},...n?.nodeMapping},markMapping:{bold({children:e}){return`**${u(e)}**`},italic({children:e,node:t}){let n=!1;return t?.marks.some(e=>e.type.name===`bold`)&&(n=!0),n?`*${u(e)}*`:`_${u(e)}_`},code({children:e}){return`\`${u(e)}\``},strike({children:e}){return`~~${u(e)}~~`},underline({children:e}){return`<u>${u(e)}</u>`},subscript({children:e}){return`<sub>${u(e)}</sub>`},superscript({children:e}){return`<sup>${u(e)}</sup>`},link({mark:e,children:t}){return`[${u(t)}](${e.attrs.href})`},highlight({children:e}){return`==${u(e)}==`},...n?.markMapping}}})}var h=e=>Array.isArray(e)?e.join(``):e||``,g=(e,t,n)=>{let r=e.trim();return r?`${e.slice(0,e.length-e.trimStart().length)}${t}${r}${n}${e.slice(e.trimEnd().length)}`:e};function _(e,t){return m({extensions:t,content:e,options:{nodeMapping:{blockquote({children:e}){return h(e).trim().split(`
26
- `).map(e=>e?`> ${e}`:`>`).join(`
27
- `)+`
28
- `},codeBlock({node:e,children:t}){return`\`\`\`${e.attrs?.language||``}\n${h(t)}\n\`\`\`\n`},mention({node:e}){return`<!-- @mention: {"id": "${e.attrs?.id||``}", "contactKey": "${e.attrs?.contactKey||``}", "name": "${e.attrs?.name||``}"} -->`},channel({node:e}){return`<!-- @channel: {"id": "${e.attrs?.id||``}", "channelKey": "${e.attrs?.channelKey||``}", "name": "${e.attrs?.name||``}", "locked": "${String(e.attrs?.locked??``)}"} -->`},"slash-commands"({node:e}){return`/${e.attrs?.command||``}`},emoji({node:e}){return e.attrs?.code||``},variable({node:e}){return`{{${e.attrs?.id||``}=${e.attrs?.altText||``}}}`}},markMapping:{bold({children:e}){return g(h(e),`**`,`**`)},italic({children:e}){return g(h(e),`*`,`*`)},strike({children:e}){return g(h(e),`~~`,`~~`)},code({children:e}){return g(h(e),"`","`")},link({mark:e,children:t}){let n=h(t),r=e.attrs?.href||``,i=n.trim();return`${n.slice(0,n.length-n.trimStart().length)}[${i}](${r})${n.slice(n.trimEnd().length)}`},underline({children:e}){return h(e)}}}}).replace(/\n{3,}/g,`
29
-
30
- `).replace(/^\n+|\n+$/g,``)}Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return _}});
31
- //# sourceMappingURL=MarkdownRenderer-8KTeck1X.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkdownRenderer-8KTeck1X.cjs","names":["Node"],"sources":["../../../node_modules/.pnpm/@tiptap+static-renderer@3.19.0_@tiptap+core@3.19.0_@tiptap+pm@3.19.0__@tiptap+pm@3.19.0_react_4n7lapq7bmfej5hsrzhdkukr6e/node_modules/@tiptap/static-renderer/dist/pm/markdown/index.js","../components/RichTextEditor/MarkdownRenderer.js"],"sourcesContent":["// src/pm/extensionRenderer.ts\nimport {\n getAttributesFromExtensions,\n getExtensionField,\n getSchemaByResolvedExtensions,\n resolveExtensions,\n splitExtensions\n} from \"@tiptap/core\";\nimport { Node } from \"@tiptap/pm/model\";\n\n// src/helpers.ts\nimport { mergeAttributes } from \"@tiptap/core\";\nfunction getAttributes(nodeOrMark, extensionAttributes, onlyRenderedAttributes) {\n const nodeOrMarkAttributes = nodeOrMark.attrs;\n if (!nodeOrMarkAttributes) {\n return {};\n }\n return extensionAttributes.filter((item) => {\n if (item.type !== (typeof nodeOrMark.type === \"string\" ? nodeOrMark.type : nodeOrMark.type.name)) {\n return false;\n }\n if (onlyRenderedAttributes) {\n return item.attribute.rendered;\n }\n return true;\n }).map((item) => {\n if (!item.attribute.renderHTML) {\n return {\n [item.name]: item.name in nodeOrMarkAttributes ? nodeOrMarkAttributes[item.name] : item.attribute.default\n };\n }\n return item.attribute.renderHTML(nodeOrMarkAttributes) || {\n [item.name]: item.name in nodeOrMarkAttributes ? nodeOrMarkAttributes[item.name] : item.attribute.default\n };\n }).reduce((attributes, attribute) => mergeAttributes(attributes, attribute), {});\n}\nfunction getHTMLAttributes(nodeOrMark, extensionAttributes) {\n return getAttributes(nodeOrMark, extensionAttributes, true);\n}\n\n// src/pm/extensionRenderer.ts\nfunction mapNodeExtensionToReactNode(domOutputSpecToElement, extension, extensionAttributes, options) {\n const context = {\n name: extension.name,\n options: extension.options,\n storage: extension.storage,\n parent: extension.parent\n };\n const renderToHTML = getExtensionField(extension, \"renderHTML\", context);\n if (!renderToHTML) {\n if (options == null ? void 0 : options.unhandledNode) {\n return [extension.name, options.unhandledNode];\n }\n return [\n extension.name,\n () => {\n throw new Error(\n `[tiptap error]: Node ${extension.name} cannot be rendered, it is missing a \"renderToHTML\" method, please implement it or override the corresponding \"nodeMapping\" method to have a custom rendering`\n );\n }\n ];\n }\n return [\n extension.name,\n ({ node, children }) => {\n try {\n return domOutputSpecToElement(\n renderToHTML({\n node,\n HTMLAttributes: getHTMLAttributes(node, extensionAttributes)\n })\n )(children);\n } catch (e) {\n throw new Error(\n `[tiptap error]: Node ${extension.name} cannot be rendered, it's \"renderToHTML\" method threw an error: ${e.message}`,\n { cause: e }\n );\n }\n }\n ];\n}\nfunction mapMarkExtensionToReactNode(domOutputSpecToElement, extension, extensionAttributes, options) {\n const context = {\n name: extension.name,\n options: extension.options,\n storage: extension.storage,\n parent: extension.parent\n };\n const renderToHTML = getExtensionField(extension, \"renderHTML\", context);\n if (!renderToHTML) {\n if (options == null ? void 0 : options.unhandledMark) {\n return [extension.name, options.unhandledMark];\n }\n return [\n extension.name,\n () => {\n throw new Error(`Node ${extension.name} cannot be rendered, it is missing a \"renderToHTML\" method`);\n }\n ];\n }\n return [\n extension.name,\n ({ mark, children }) => {\n try {\n return domOutputSpecToElement(\n renderToHTML({\n mark,\n HTMLAttributes: getHTMLAttributes(mark, extensionAttributes)\n })\n )(children);\n } catch (e) {\n throw new Error(\n `[tiptap error]: Mark ${extension.name} cannot be rendered, it's \"renderToHTML\" method threw an error: ${e.message}`,\n { cause: e }\n );\n }\n }\n ];\n}\nfunction renderToElement({\n renderer,\n domOutputSpecToElement,\n mapDefinedTypes,\n content,\n extensions,\n options\n}) {\n extensions = resolveExtensions(extensions);\n const extensionAttributes = getAttributesFromExtensions(extensions);\n const { nodeExtensions, markExtensions } = splitExtensions(extensions);\n if (!(content instanceof Node)) {\n content = Node.fromJSON(getSchemaByResolvedExtensions(extensions), content);\n }\n return renderer({\n ...options,\n nodeMapping: {\n ...Object.fromEntries(\n nodeExtensions.filter((e) => {\n if (e.name in mapDefinedTypes) {\n return false;\n }\n if (options == null ? void 0 : options.nodeMapping) {\n return !(e.name in options.nodeMapping);\n }\n return true;\n }).map(\n (nodeExtension) => mapNodeExtensionToReactNode(domOutputSpecToElement, nodeExtension, extensionAttributes, options)\n )\n ),\n ...mapDefinedTypes,\n ...options == null ? void 0 : options.nodeMapping\n },\n markMapping: {\n ...Object.fromEntries(\n markExtensions.filter((e) => {\n if (options == null ? void 0 : options.markMapping) {\n return !(e.name in options.markMapping);\n }\n return true;\n }).map((mark) => mapMarkExtensionToReactNode(domOutputSpecToElement, mark, extensionAttributes, options))\n ),\n ...options == null ? void 0 : options.markMapping\n }\n })({ content });\n}\n\n// src/json/renderer.ts\nfunction TiptapStaticRenderer(renderComponent, {\n nodeMapping,\n markMapping,\n unhandledNode,\n unhandledMark\n}) {\n return function renderContent({\n content,\n parent\n }) {\n var _a;\n const nodeType = typeof content.type === \"string\" ? content.type : content.type.name;\n const NodeHandler = (_a = nodeMapping[nodeType]) != null ? _a : unhandledNode;\n if (!NodeHandler) {\n throw new Error(`missing handler for node type ${nodeType}`);\n }\n const nodeContent = renderComponent({\n component: NodeHandler,\n props: {\n node: content,\n parent,\n renderElement: renderContent,\n // Lazily compute the children to avoid unnecessary recursion\n get children() {\n const children = [];\n if (content.content) {\n content.content.forEach((child) => {\n children.push(\n renderContent({\n content: child,\n parent: content\n })\n );\n });\n }\n return children;\n }\n }\n });\n const markedContent = content.marks ? content.marks.reduce((acc, mark) => {\n var _a2;\n const markType = typeof mark.type === \"string\" ? mark.type : mark.type.name;\n const MarkHandler = (_a2 = markMapping[markType]) != null ? _a2 : unhandledMark;\n if (!MarkHandler) {\n throw new Error(`missing handler for mark type ${markType}`);\n }\n return renderComponent({\n component: MarkHandler,\n props: {\n mark,\n parent,\n node: content,\n children: acc\n }\n });\n }, nodeContent) : nodeContent;\n return markedContent;\n };\n}\n\n// src/json/html-string/string.ts\nfunction renderJSONContentToString(options) {\n return TiptapStaticRenderer((ctx) => {\n return ctx.component(ctx.props);\n }, options);\n}\nfunction serializeAttrsToHTMLString(attrs) {\n const output = Object.entries(attrs || {}).map(([key, value]) => `${key.split(\" \").at(-1)}=${JSON.stringify(value)}`).join(\" \");\n return output ? ` ${output}` : \"\";\n}\nfunction serializeChildrenToHTMLString(children) {\n return [].concat(children || \"\").filter(Boolean).join(\"\");\n}\n\n// src/pm/html-string/html-string.ts\nvar NON_SELF_CLOSING_TAGS = /* @__PURE__ */ new Set([\"iframe\", \"script\", \"style\", \"title\", \"textarea\", \"div\", \"span\", \"a\", \"button\"]);\nfunction domOutputSpecToHTMLString(content) {\n if (typeof content === \"string\") {\n return () => content;\n }\n if (typeof content === \"object\" && \"length\" in content) {\n const [_tag, attrs, children, ...rest] = content;\n let tag = _tag;\n const parts = tag.split(\" \");\n if (parts.length > 1) {\n tag = `${parts[1]} xmlns=\"${parts[0]}\"`;\n }\n if (attrs === void 0) {\n return () => `<${tag}/>`;\n }\n if (attrs === 0) {\n return (child) => `<${tag}>${serializeChildrenToHTMLString(child)}</${tag}>`;\n }\n if (typeof attrs === \"object\") {\n if (Array.isArray(attrs)) {\n if (children === void 0) {\n return (child) => `<${tag}>${domOutputSpecToHTMLString(attrs)(child)}</${tag}>`;\n }\n if (children === 0) {\n return (child) => `<${tag}>${domOutputSpecToHTMLString(attrs)(child)}</${tag}>`;\n }\n return (child) => `<${tag}>${domOutputSpecToHTMLString(attrs)(child)}${[children].concat(rest).map((a) => domOutputSpecToHTMLString(a)(child))}</${tag}>`;\n }\n if (children === void 0) {\n if (NON_SELF_CLOSING_TAGS.has(tag)) {\n return () => `<${tag}${serializeAttrsToHTMLString(attrs)}></${tag}>`;\n }\n return () => `<${tag}${serializeAttrsToHTMLString(attrs)}/>`;\n }\n if (children === 0) {\n return (child) => `<${tag}${serializeAttrsToHTMLString(attrs)}>${serializeChildrenToHTMLString(child)}</${tag}>`;\n }\n return (child) => `<${tag}${serializeAttrsToHTMLString(attrs)}>${[children].concat(rest).map((a) => domOutputSpecToHTMLString(a)(child)).join(\"\")}</${tag}>`;\n }\n }\n throw new Error(\n \"[tiptap error]: Unsupported DomOutputSpec type, check the `renderHTML` method output or implement a node mapping\",\n {\n cause: content\n }\n );\n}\nfunction renderToHTMLString({\n content,\n extensions,\n options\n}) {\n return renderToElement({\n renderer: renderJSONContentToString,\n domOutputSpecToElement: domOutputSpecToHTMLString,\n mapDefinedTypes: {\n // Map a doc node to concatenated children\n doc: ({ children }) => serializeChildrenToHTMLString(children),\n // Map a text node to its text content\n text: ({ node }) => {\n var _a;\n return (_a = node.text) != null ? _a : \"\";\n }\n },\n content,\n extensions,\n options\n });\n}\n\n// src/pm/markdown/markdown.ts\nfunction renderToMarkdown({\n content,\n extensions,\n options\n}) {\n return renderToHTMLString({\n content,\n extensions,\n options: {\n ...options,\n nodeMapping: {\n bulletList({ children }) {\n return `\n${serializeChildrenToHTMLString(children)}`;\n },\n orderedList({ children }) {\n return `\n${serializeChildrenToHTMLString(children)}`;\n },\n listItem({ node, children, parent }) {\n if ((parent == null ? void 0 : parent.type.name) === \"bulletList\") {\n return `- ${serializeChildrenToHTMLString(children).trim()}\n`;\n }\n if ((parent == null ? void 0 : parent.type.name) === \"orderedList\") {\n let number = parent.attrs.start || 1;\n parent.forEach((parentChild, _offset, index) => {\n if (node === parentChild) {\n number = index + 1;\n }\n });\n return `${number}. ${serializeChildrenToHTMLString(children).trim()}\n`;\n }\n return serializeChildrenToHTMLString(children);\n },\n paragraph({ children }) {\n return `\n${serializeChildrenToHTMLString(children)}\n`;\n },\n heading({ node, children }) {\n const level = node.attrs.level;\n return `${new Array(level).fill(\"#\").join(\"\")} ${children}\n`;\n },\n codeBlock({ node, children }) {\n return `\n\\`\\`\\`${node.attrs.language}\n${serializeChildrenToHTMLString(children)}\n\\`\\`\\`\n`;\n },\n blockquote({ children }) {\n return `\n${serializeChildrenToHTMLString(children).trim().split(\"\\n\").map((a) => `> ${a}`).join(\"\\n\")}`;\n },\n image({ node }) {\n return `![${node.attrs.alt}](${node.attrs.src})`;\n },\n hardBreak() {\n return \"\\n\";\n },\n horizontalRule() {\n return \"\\n---\\n\";\n },\n table({ children, node }) {\n if (!Array.isArray(children)) {\n return `\n${serializeChildrenToHTMLString(children)}\n`;\n }\n const columnCount = node.children[0].childCount;\n return `\n${serializeChildrenToHTMLString(children[0])}| ${new Array(columnCount).fill(\"---\").join(\" | \")} |\n${serializeChildrenToHTMLString(children.slice(1))}\n`;\n },\n tableRow({ children }) {\n if (Array.isArray(children)) {\n return `| ${children.join(\" | \")} |\n`;\n }\n return `${serializeChildrenToHTMLString(children)}\n`;\n },\n tableHeader({ children }) {\n return serializeChildrenToHTMLString(children).trim();\n },\n tableCell({ children }) {\n return serializeChildrenToHTMLString(children).trim();\n },\n ...options == null ? void 0 : options.nodeMapping\n },\n markMapping: {\n bold({ children }) {\n return `**${serializeChildrenToHTMLString(children)}**`;\n },\n italic({ children, node }) {\n let isBoldToo = false;\n if (node == null ? void 0 : node.marks.some((m) => m.type.name === \"bold\")) {\n isBoldToo = true;\n }\n if (isBoldToo) {\n return `*${serializeChildrenToHTMLString(children)}*`;\n }\n return `_${serializeChildrenToHTMLString(children)}_`;\n },\n code({ children }) {\n return `\\`${serializeChildrenToHTMLString(children)}\\``;\n },\n strike({ children }) {\n return `~~${serializeChildrenToHTMLString(children)}~~`;\n },\n underline({ children }) {\n return `<u>${serializeChildrenToHTMLString(children)}</u>`;\n },\n subscript({ children }) {\n return `<sub>${serializeChildrenToHTMLString(children)}</sub>`;\n },\n superscript({ children }) {\n return `<sup>${serializeChildrenToHTMLString(children)}</sup>`;\n },\n link({ mark, children }) {\n return `[${serializeChildrenToHTMLString(children)}](${mark.attrs.href})`;\n },\n highlight({ children }) {\n return `==${serializeChildrenToHTMLString(children)}==`;\n },\n ...options == null ? void 0 : options.markMapping\n }\n }\n });\n}\nexport {\n mapMarkExtensionToReactNode,\n mapNodeExtensionToReactNode,\n renderToElement,\n renderToMarkdown\n};\n//# sourceMappingURL=index.js.map","import { renderToMarkdown } from '@tiptap/static-renderer/pm/markdown';\n\n// The pm/markdown renderer passes children as string[] (one entry per child node),\n// not as a pre-joined string. Normalize to a string before processing.\nconst joinChildren = (children) => Array.isArray(children) ? children.join('') : (children || '');\n\n// Move leading/trailing spaces outside mark delimiters so parsers like CommonMark\n// don't reject them (e.g. \"** bold **\" → \" **bold** \").\nconst wrapMark = (text, open, close) => {\n const trimmed = text.trim();\n if (!trimmed) return text;\n const leading = text.slice(0, text.length - text.trimStart().length);\n const trailing = text.slice(text.trimEnd().length);\n return `${leading}${open}${trimmed}${close}${trailing}`;\n};\n\n/**\n * Renders a TipTap/ProseMirror JSON document to a markdown string.\n *\n * Uses @tiptap/static-renderer with custom mappings to preserve the output\n * format of the legacy jsonToMarkdownConverter, including Dialtone-specific\n * node types (mention, channel, emoji, variable, slash-commands).\n *\n * @param {import('@tiptap/core').JSONContent} jsonContent - TipTap JSON document\n * @param {import('@tiptap/core').Extensions} extensions - Active editor extensions\n * @returns {string}\n */\nexport function renderEditorToMarkdown (jsonContent, extensions) {\n const output = renderToMarkdown({\n extensions,\n content: jsonContent,\n options: {\n nodeMapping: {\n // Override blockquote: built-in omits trailing newline (causes lazy continuation).\n // Since we replace the built-in entirely, we must add the '> ' prefix ourselves.\n blockquote ({ children }) {\n const text = joinChildren(children).trim();\n const quoted = text\n .split('\\n')\n .map(line => line ? `> ${line}` : '>')\n .join('\\n');\n return quoted + '\\n';\n },\n\n // Override codeBlock: built-in passes null language through literally\n codeBlock ({ node, children }) {\n const lang = node.attrs?.language || '';\n return `\\`\\`\\`${lang}\\n${joinChildren(children)}\\n\\`\\`\\`\\n`;\n },\n\n // Custom Dialtone node types\n mention ({ node }) {\n const id = node.attrs?.id || '';\n const contactKey = node.attrs?.contactKey || '';\n const name = node.attrs?.name || '';\n return `<!-- @mention: {\"id\": \"${id}\", \"contactKey\": \"${contactKey}\", \"name\": \"${name}\"} -->`;\n },\n\n channel ({ node }) {\n const id = node.attrs?.id || '';\n const channelKey = node.attrs?.channelKey || '';\n const name = node.attrs?.name || '';\n const locked = String(node.attrs?.locked ?? '');\n return `<!-- @channel: {\"id\": \"${id}\", \"channelKey\": \"${channelKey}\", \"name\": \"${name}\", \"locked\": \"${locked}\"} -->`;\n },\n\n 'slash-commands' ({ node }) {\n return `/${node.attrs?.command || ''}`;\n },\n\n emoji ({ node }) {\n return node.attrs?.code || '';\n },\n\n variable ({ node }) {\n const id = node.attrs?.id || '';\n const altText = node.attrs?.altText || '';\n return `{{${id}=${altText}}}`;\n },\n },\n\n markMapping: {\n bold ({ children }) {\n return wrapMark(joinChildren(children), '**', '**');\n },\n\n // Override italic: use * instead of built-in _ and fix boundary spaces\n italic ({ children }) {\n return wrapMark(joinChildren(children), '*', '*');\n },\n\n strike ({ children }) {\n return wrapMark(joinChildren(children), '~~', '~~');\n },\n\n code ({ children }) {\n return wrapMark(joinChildren(children), '`', '`');\n },\n\n link ({ mark, children }) {\n const text = joinChildren(children);\n const href = mark.attrs?.href || '';\n const trimmed = text.trim();\n const leading = text.slice(0, text.length - text.trimStart().length);\n const trailing = text.slice(text.trimEnd().length);\n return `${leading}[${trimmed}](${href})${trailing}`;\n },\n\n // Override underline: pass-through (no markdown equivalent, matches legacy no-op)\n underline ({ children }) {\n return joinChildren(children);\n },\n },\n },\n });\n // Collapse 3+ consecutive newlines to 2 (CommonMark ignores extra blank\n // lines between blocks), and strip the leading newline that the built-in\n // paragraph renderer always prepends to the first node.\n return output.replace(/\\n{3,}/g, '\\n\\n').replace(/^\\n+|\\n+$/g, '');\n}\n"],"x_google_ignoreList":[0],"mappings":"4FAYA,SAAS,EAAc,EAAY,EAAqB,EAAwB,CAC9E,IAAM,EAAuB,EAAW,MAIxC,OAHK,EAGE,EAAoB,OAAQ,GAC7B,EAAK,QAAU,OAAO,EAAW,MAAS,SAAW,EAAW,KAAO,EAAW,KAAK,MAGvF,EACK,EAAK,UAAU,SAEjB,GALE,GAMT,CAAC,IAAK,GACD,EAAK,UAAU,YAKb,EAAK,UAAU,WAAW,EAAqB,EAJ7C,EACJ,EAAK,MAAO,EAAK,QAAQ,EAAuB,EAAqB,EAAK,MAAQ,EAAK,UAAU,QACnG,CAKH,CAAC,QAAQ,EAAY,KAAA,EAAA,EAAA,iBAA8B,EAAY,EAAU,CAAE,EAAE,CAAC,CAnBvE,EAAE,CAqBb,SAAS,EAAkB,EAAY,EAAqB,CAC1D,OAAO,EAAc,EAAY,EAAqB,GAAK,CAI7D,SAAS,EAA4B,EAAwB,EAAW,EAAqB,EAAS,CAOpG,IAAM,GAAA,EAAA,EAAA,mBAAiC,EAAW,aANlC,CACd,KAAM,EAAU,KAChB,QAAS,EAAU,QACnB,QAAS,EAAU,QACnB,OAAQ,EAAU,OACnB,CACuE,CAcxE,OAbK,EAaE,CACL,EAAU,MACT,CAAE,OAAM,cAAe,CACtB,GAAI,CACF,OAAO,EACL,EAAa,CACX,OACA,eAAgB,EAAkB,EAAM,EAAoB,CAC7D,CAAC,CACH,CAAC,EAAS,OACJ,EAAG,CACV,MAAU,MACR,wBAAwB,EAAU,KAAK,kEAAkE,EAAE,UAC3G,CAAE,MAAO,EAAG,CACb,GAGN,CA7BK,GAAmC,cAC9B,CAAC,EAAU,KAAM,EAAQ,cAAc,CAEzC,CACL,EAAU,SACJ,CACJ,MAAU,MACR,wBAAwB,EAAU,KAAK,+JACxC,EAEJ,CAqBL,SAAS,EAA4B,EAAwB,EAAW,EAAqB,EAAS,CAOpG,IAAM,GAAA,EAAA,EAAA,mBAAiC,EAAW,aANlC,CACd,KAAM,EAAU,KAChB,QAAS,EAAU,QACnB,QAAS,EAAU,QACnB,OAAQ,EAAU,OACnB,CACuE,CAYxE,OAXK,EAWE,CACL,EAAU,MACT,CAAE,OAAM,cAAe,CACtB,GAAI,CACF,OAAO,EACL,EAAa,CACX,OACA,eAAgB,EAAkB,EAAM,EAAoB,CAC7D,CAAC,CACH,CAAC,EAAS,OACJ,EAAG,CACV,MAAU,MACR,wBAAwB,EAAU,KAAK,kEAAkE,EAAE,UAC3G,CAAE,MAAO,EAAG,CACb,GAGN,CA3BK,GAAmC,cAC9B,CAAC,EAAU,KAAM,EAAQ,cAAc,CAEzC,CACL,EAAU,SACJ,CACJ,MAAU,MAAM,QAAQ,EAAU,KAAK,4DAA4D,EAEtG,CAqBL,SAAS,EAAgB,CACvB,WACA,yBACA,kBACA,UACA,aACA,WACC,CACD,GAAA,EAAA,EAAA,mBAA+B,EAAW,CAC1C,IAAM,GAAA,EAAA,EAAA,6BAAkD,EAAW,CAC7D,CAAE,iBAAgB,mBAAA,EAAA,EAAA,iBAAmC,EAAW,CAItE,OAHM,aAAmBA,EAAAA,OACvB,EAAUA,EAAAA,KAAK,UAAA,EAAA,EAAA,+BAAuC,EAAW,CAAE,EAAQ,EAEtE,EAAS,CACd,GAAG,EACH,YAAa,CACX,GAAG,OAAO,YACR,EAAe,OAAQ,GACjB,EAAE,QAAQ,EACL,GAEL,GAAmC,YAC9B,EAAE,EAAE,QAAQ,EAAQ,aAEtB,GACP,CAAC,IACA,GAAkB,EAA4B,EAAwB,EAAe,EAAqB,EAAQ,CACpH,CACF,CACD,GAAG,EACH,GAAG,GAAmC,YACvC,CACD,YAAa,CACX,GAAG,OAAO,YACR,EAAe,OAAQ,GACjB,GAAmC,YAC9B,EAAE,EAAE,QAAQ,EAAQ,aAEtB,GACP,CAAC,IAAK,GAAS,EAA4B,EAAwB,EAAM,EAAqB,EAAQ,CAAC,CAC1G,CACD,GAAG,GAAmC,YACvC,CACF,CAAC,CAAC,CAAE,UAAS,CAAC,CAIjB,SAAS,EAAqB,EAAiB,CAC7C,cACA,cACA,gBACA,iBACC,CACD,OAAO,SAAS,EAAc,CAC5B,UACA,UACC,CAED,IAAM,EAAW,OAAO,EAAQ,MAAS,SAAW,EAAQ,KAAO,EAAQ,KAAK,KAC1E,EAAoB,EAAY,IAA0B,EAChE,GAAI,CAAC,EACH,MAAU,MAAM,iCAAiC,IAAW,CAE9D,IAAM,EAAc,EAAgB,CAClC,UAAW,EACX,MAAO,CACL,KAAM,EACN,SACA,cAAe,EAEf,IAAI,UAAW,CACb,IAAM,EAAW,EAAE,CAWnB,OAVI,EAAQ,SACV,EAAQ,QAAQ,QAAS,GAAU,CACjC,EAAS,KACP,EAAc,CACZ,QAAS,EACT,OAAQ,EACT,CAAC,CACH,EACD,CAEG,GAEV,CACF,CAAC,CAkBF,OAjBsB,EAAQ,MAAQ,EAAQ,MAAM,QAAQ,EAAK,IAAS,CAExE,IAAM,EAAW,OAAO,EAAK,MAAS,SAAW,EAAK,KAAO,EAAK,KAAK,KACjE,EAAqB,EAAY,IAA2B,EAClE,GAAI,CAAC,EACH,MAAU,MAAM,iCAAiC,IAAW,CAE9D,OAAO,EAAgB,CACrB,UAAW,EACX,MAAO,CACL,OACA,SACA,KAAM,EACN,SAAU,EACX,CACF,CAAC,EACD,EAAY,CAAG,GAMtB,SAAS,EAA0B,EAAS,CAC1C,OAAO,EAAsB,GACpB,EAAI,UAAU,EAAI,MAAM,CAC9B,EAAQ,CAEb,SAAS,EAA2B,EAAO,CACzC,IAAM,EAAS,OAAO,QAAQ,GAAS,EAAE,CAAC,CAAC,KAAK,CAAC,EAAK,KAAW,GAAG,EAAI,MAAM,IAAI,CAAC,GAAG,GAAG,CAAC,GAAG,KAAK,UAAU,EAAM,GAAG,CAAC,KAAK,IAAI,CAC/H,OAAO,EAAS,IAAI,IAAW,GAEjC,SAAS,EAA8B,EAAU,CAC/C,MAAO,EAAE,CAAC,OAAO,GAAY,GAAG,CAAC,OAAO,QAAQ,CAAC,KAAK,GAAG,CAI3D,IAAI,EAAwC,IAAI,IAAI,CAAC,SAAU,SAAU,QAAS,QAAS,WAAY,MAAO,OAAQ,IAAK,SAAS,CAAC,CACrI,SAAS,EAA0B,EAAS,CAC1C,GAAI,OAAO,GAAY,SACrB,UAAa,EAEf,GAAI,OAAO,GAAY,UAAY,WAAY,EAAS,CACtD,GAAM,CAAC,EAAM,EAAO,EAAU,GAAG,GAAQ,EACrC,EAAM,EACJ,EAAQ,EAAI,MAAM,IAAI,CAI5B,GAHI,EAAM,OAAS,IACjB,EAAM,GAAG,EAAM,GAAG,UAAU,EAAM,GAAG,IAEnC,IAAU,IAAK,GACjB,UAAa,IAAI,EAAI,IAEvB,GAAI,IAAU,EACZ,MAAQ,IAAU,IAAI,EAAI,GAAG,EAA8B,EAAM,CAAC,IAAI,EAAI,GAE5E,GAAI,OAAO,GAAU,SAmBnB,OAlBI,MAAM,QAAQ,EAAM,CAClB,IAAa,IAAK,IAGlB,IAAa,EACP,GAAU,IAAI,EAAI,GAAG,EAA0B,EAAM,CAAC,EAAM,CAAC,IAAI,EAAI,GAEvE,GAAU,IAAI,EAAI,GAAG,EAA0B,EAAM,CAAC,EAAM,GAAG,CAAC,EAAS,CAAC,OAAO,EAAK,CAAC,IAAK,GAAM,EAA0B,EAAE,CAAC,EAAM,CAAC,CAAC,IAAI,EAAI,GAErJ,IAAa,IAAK,GAChB,EAAsB,IAAI,EAAI,KACnB,IAAI,IAAM,EAA2B,EAAM,CAAC,KAAK,EAAI,OAEvD,IAAI,IAAM,EAA2B,EAAM,CAAC,IAEvD,IAAa,EACP,GAAU,IAAI,IAAM,EAA2B,EAAM,CAAC,GAAG,EAA8B,EAAM,CAAC,IAAI,EAAI,GAExG,GAAU,IAAI,IAAM,EAA2B,EAAM,CAAC,GAAG,CAAC,EAAS,CAAC,OAAO,EAAK,CAAC,IAAK,GAAM,EAA0B,EAAE,CAAC,EAAM,CAAC,CAAC,KAAK,GAAG,CAAC,IAAI,EAAI,GAG9J,MAAU,MACR,mHACA,CACE,MAAO,EACR,CACF,CAEH,SAAS,EAAmB,CAC1B,UACA,aACA,WACC,CACD,OAAO,EAAgB,CACrB,SAAU,EACV,uBAAwB,EACxB,gBAAiB,CAEf,KAAM,CAAE,cAAe,EAA8B,EAAS,CAE9D,MAAO,CAAE,UAEM,EAAK,MAAqB,GAE1C,CACD,UACA,aACA,UACD,CAAC,CAIJ,SAAS,EAAiB,CACxB,UACA,aACA,WACC,CACD,OAAO,EAAmB,CACxB,UACA,aACA,QAAS,CACP,GAAG,EACH,YAAa,CACX,WAAW,CAAE,YAAY,CACvB,MAAO;EACf,EAA8B,EAAS,IAEjC,YAAY,CAAE,YAAY,CACxB,MAAO;EACf,EAA8B,EAAS,IAEjC,SAAS,CAAE,OAAM,WAAU,UAAU,CACnC,GAAK,GAAiC,KAAK,OAAU,aACnD,MAAO,KAAK,EAA8B,EAAS,CAAC,MAAM,CAAC;EAG7D,GAAK,GAAiC,KAAK,OAAU,cAAe,CAClE,IAAI,EAAS,EAAO,MAAM,OAAS,EAMnC,OALA,EAAO,SAAS,EAAa,EAAS,IAAU,CAC1C,IAAS,IACX,EAAS,EAAQ,IAEnB,CACK,GAAG,EAAO,IAAI,EAA8B,EAAS,CAAC,MAAM,CAAC;EAGtE,OAAO,EAA8B,EAAS,EAEhD,UAAU,CAAE,YAAY,CACtB,MAAO;EACf,EAA8B,EAAS,CAAC;GAGlC,QAAQ,CAAE,OAAM,YAAY,CAC1B,IAAM,EAAQ,EAAK,MAAM,MACzB,MAAO,GAAO,MAAM,EAAM,CAAC,KAAK,IAAI,CAAC,KAAK,GAAG,CAAC,GAAG,EAAS;GAG5D,UAAU,CAAE,OAAM,YAAY,CAC5B,MAAO;QACT,EAAK,MAAM,SAAS;EAC1B,EAA8B,EAAS,CAAC;;GAIlC,WAAW,CAAE,YAAY,CACvB,MAAO;EACf,EAA8B,EAAS,CAAC,MAAM,CAAC,MAAM;EAAK,CAAC,IAAK,GAAM,KAAK,IAAI,CAAC,KAAK;EAAK,IAEpF,MAAM,CAAE,QAAQ,CACd,MAAO,KAAK,EAAK,MAAM,IAAI,IAAI,EAAK,MAAM,IAAI,IAEhD,WAAY,CACV,MAAO;GAET,gBAAiB,CACf,MAAO;;GAET,MAAM,CAAE,WAAU,QAAQ,CACxB,GAAI,CAAC,MAAM,QAAQ,EAAS,CAC1B,MAAO;EACjB,EAA8B,EAAS,CAAC;EAGhC,IAAM,EAAc,EAAK,SAAS,GAAG,WACrC,MAAO;EACf,EAA8B,EAAS,GAAG,CAAC,IAAQ,MAAM,EAAY,CAAC,KAAK,MAAM,CAAC,KAAK,MAAM,CAAC;EAC9F,EAA8B,EAAS,MAAM,EAAE,CAAC,CAAC;GAG3C,SAAS,CAAE,YAAY,CAKrB,OAJI,MAAM,QAAQ,EAAS,CAClB,KAAK,EAAS,KAAK,MAAM,CAAC;EAG5B,GAAG,EAA8B,EAAS,CAAC;GAGpD,YAAY,CAAE,YAAY,CACxB,OAAO,EAA8B,EAAS,CAAC,MAAM,EAEvD,UAAU,CAAE,YAAY,CACtB,OAAO,EAA8B,EAAS,CAAC,MAAM,EAEvD,GAAG,GAAmC,YACvC,CACD,YAAa,CACX,KAAK,CAAE,YAAY,CACjB,MAAO,KAAK,EAA8B,EAAS,CAAC,KAEtD,OAAO,CAAE,WAAU,QAAQ,CACzB,IAAI,EAAY,GAOhB,OANI,GAA6B,MAAM,KAAM,GAAM,EAAE,KAAK,OAAS,OAAO,GACxE,EAAY,IAEV,EACK,IAAI,EAA8B,EAAS,CAAC,GAE9C,IAAI,EAA8B,EAAS,CAAC,IAErD,KAAK,CAAE,YAAY,CACjB,MAAO,KAAK,EAA8B,EAAS,CAAC,KAEtD,OAAO,CAAE,YAAY,CACnB,MAAO,KAAK,EAA8B,EAAS,CAAC,KAEtD,UAAU,CAAE,YAAY,CACtB,MAAO,MAAM,EAA8B,EAAS,CAAC,OAEvD,UAAU,CAAE,YAAY,CACtB,MAAO,QAAQ,EAA8B,EAAS,CAAC,SAEzD,YAAY,CAAE,YAAY,CACxB,MAAO,QAAQ,EAA8B,EAAS,CAAC,SAEzD,KAAK,CAAE,OAAM,YAAY,CACvB,MAAO,IAAI,EAA8B,EAAS,CAAC,IAAI,EAAK,MAAM,KAAK,IAEzE,UAAU,CAAE,YAAY,CACtB,MAAO,KAAK,EAA8B,EAAS,CAAC,KAEtD,GAAG,GAAmC,YACvC,CACF,CACF,CAAC,CCzbJ,IAAM,EAAgB,GAAa,MAAM,QAAQ,EAAS,CAAG,EAAS,KAAK,GAAG,CAAI,GAAY,GAIxF,GAAY,EAAM,EAAM,IAAU,CACtC,IAAM,EAAU,EAAK,MAAM,CAI3B,OAHK,EAGE,GAFS,EAAK,MAAM,EAAG,EAAK,OAAS,EAAK,WAAW,CAAC,OAAO,GAEhD,IAAO,IAAU,IADpB,EAAK,MAAM,EAAK,SAAS,CAAC,OAAO,GAF7B,GAiBvB,SAAgB,EAAwB,EAAa,EAAY,CA2F/D,OA1Fe,EAAiB,CAC9B,aACA,QAAS,EACT,QAAS,CACP,YAAa,CAGX,WAAY,CAAE,YAAY,CAMxB,OALa,EAAa,EAAS,CAAC,MAAM,CAEvC,MAAM;EAAK,CACX,IAAI,GAAQ,EAAO,KAAK,IAAS,IAAI,CACrC,KAAK;EAAK,CACG;GAIlB,UAAW,CAAE,OAAM,YAAY,CAE7B,MAAO,SADM,EAAK,OAAO,UAAY,GAChB,IAAI,EAAa,EAAS,CAAC,aAIlD,QAAS,CAAE,QAAQ,CAIjB,MAAO,0BAHI,EAAK,OAAO,IAAM,GAGO,oBAFjB,EAAK,OAAO,YAAc,GAEsB,cADtD,EAAK,OAAO,MAAQ,GACqD,SAGxF,QAAS,CAAE,QAAQ,CAKjB,MAAO,0BAJI,EAAK,OAAO,IAAM,GAIO,oBAHjB,EAAK,OAAO,YAAc,GAGsB,cAFtD,EAAK,OAAO,MAAQ,GAEqD,gBADvE,OAAO,EAAK,OAAO,QAAU,GAAG,CAC8D,SAG/G,iBAAkB,CAAE,QAAQ,CAC1B,MAAO,IAAI,EAAK,OAAO,SAAW,MAGpC,MAAO,CAAE,QAAQ,CACf,OAAO,EAAK,OAAO,MAAQ,IAG7B,SAAU,CAAE,QAAQ,CAGlB,MAAO,KAFI,EAAK,OAAO,IAAM,GAEd,GADC,EAAK,OAAO,SAAW,GACb,KAE7B,CAED,YAAa,CACX,KAAM,CAAE,YAAY,CAClB,OAAO,EAAS,EAAa,EAAS,CAAE,KAAM,KAAK,EAIrD,OAAQ,CAAE,YAAY,CACpB,OAAO,EAAS,EAAa,EAAS,CAAE,IAAK,IAAI,EAGnD,OAAQ,CAAE,YAAY,CACpB,OAAO,EAAS,EAAa,EAAS,CAAE,KAAM,KAAK,EAGrD,KAAM,CAAE,YAAY,CAClB,OAAO,EAAS,EAAa,EAAS,CAAE,IAAK,IAAI,EAGnD,KAAM,CAAE,OAAM,YAAY,CACxB,IAAM,EAAO,EAAa,EAAS,CAC7B,EAAO,EAAK,OAAO,MAAQ,GAC3B,EAAU,EAAK,MAAM,CAG3B,MAAO,GAFS,EAAK,MAAM,EAAG,EAAK,OAAS,EAAK,WAAW,CAAC,OAAO,CAElD,GAAG,EAAQ,IAAI,EAAK,GADrB,EAAK,MAAM,EAAK,SAAS,CAAC,OAAO,IAKpD,UAAW,CAAE,YAAY,CACvB,OAAO,EAAa,EAAS,EAEhC,CACF,CACF,CAAC,CAIY,QAAQ,UAAW;;EAAO,CAAC,QAAQ,aAAc,GAAG"}
@@ -1,322 +0,0 @@
1
- import { getAttributesFromExtensions as e, getExtensionField as t, getSchemaByResolvedExtensions as n, mergeAttributes as r, resolveExtensions as i, splitExtensions as a } from "@tiptap/core";
2
- import { Node as o } from "@tiptap/pm/model";
3
- //#region ../../node_modules/.pnpm/@tiptap+static-renderer@3.19.0_@tiptap+core@3.19.0_@tiptap+pm@3.19.0__@tiptap+pm@3.19.0_react_4n7lapq7bmfej5hsrzhdkukr6e/node_modules/@tiptap/static-renderer/dist/pm/markdown/index.js
4
- function s(e, t, n) {
5
- let i = e.attrs;
6
- return i ? t.filter((t) => t.type === (typeof e.type == "string" ? e.type : e.type.name) ? n ? t.attribute.rendered : !0 : !1).map((e) => e.attribute.renderHTML && e.attribute.renderHTML(i) || { [e.name]: e.name in i ? i[e.name] : e.attribute.default }).reduce((e, t) => r(e, t), {}) : {};
7
- }
8
- function c(e, t) {
9
- return s(e, t, !0);
10
- }
11
- function l(e, n, r, i) {
12
- let a = t(n, "renderHTML", {
13
- name: n.name,
14
- options: n.options,
15
- storage: n.storage,
16
- parent: n.parent
17
- });
18
- return a ? [n.name, ({ node: t, children: i }) => {
19
- try {
20
- return e(a({
21
- node: t,
22
- HTMLAttributes: c(t, r)
23
- }))(i);
24
- } catch (e) {
25
- throw Error(`[tiptap error]: Node ${n.name} cannot be rendered, it's "renderToHTML" method threw an error: ${e.message}`, { cause: e });
26
- }
27
- }] : i?.unhandledNode ? [n.name, i.unhandledNode] : [n.name, () => {
28
- throw Error(`[tiptap error]: Node ${n.name} cannot be rendered, it is missing a "renderToHTML" method, please implement it or override the corresponding "nodeMapping" method to have a custom rendering`);
29
- }];
30
- }
31
- function u(e, n, r, i) {
32
- let a = t(n, "renderHTML", {
33
- name: n.name,
34
- options: n.options,
35
- storage: n.storage,
36
- parent: n.parent
37
- });
38
- return a ? [n.name, ({ mark: t, children: i }) => {
39
- try {
40
- return e(a({
41
- mark: t,
42
- HTMLAttributes: c(t, r)
43
- }))(i);
44
- } catch (e) {
45
- throw Error(`[tiptap error]: Mark ${n.name} cannot be rendered, it's "renderToHTML" method threw an error: ${e.message}`, { cause: e });
46
- }
47
- }] : i?.unhandledMark ? [n.name, i.unhandledMark] : [n.name, () => {
48
- throw Error(`Node ${n.name} cannot be rendered, it is missing a "renderToHTML" method`);
49
- }];
50
- }
51
- function d({ renderer: t, domOutputSpecToElement: r, mapDefinedTypes: s, content: c, extensions: d, options: f }) {
52
- d = i(d);
53
- let p = e(d), { nodeExtensions: m, markExtensions: h } = a(d);
54
- return c instanceof o || (c = o.fromJSON(n(d), c)), t({
55
- ...f,
56
- nodeMapping: {
57
- ...Object.fromEntries(m.filter((e) => e.name in s ? !1 : f?.nodeMapping ? !(e.name in f.nodeMapping) : !0).map((e) => l(r, e, p, f))),
58
- ...s,
59
- ...f?.nodeMapping
60
- },
61
- markMapping: {
62
- ...Object.fromEntries(h.filter((e) => f?.markMapping ? !(e.name in f.markMapping) : !0).map((e) => u(r, e, p, f))),
63
- ...f?.markMapping
64
- }
65
- })({ content: c });
66
- }
67
- function f(e, { nodeMapping: t, markMapping: n, unhandledNode: r, unhandledMark: i }) {
68
- return function a({ content: o, parent: s }) {
69
- let c = typeof o.type == "string" ? o.type : o.type.name, l = t[c] ?? r;
70
- if (!l) throw Error(`missing handler for node type ${c}`);
71
- let u = e({
72
- component: l,
73
- props: {
74
- node: o,
75
- parent: s,
76
- renderElement: a,
77
- get children() {
78
- let e = [];
79
- return o.content && o.content.forEach((t) => {
80
- e.push(a({
81
- content: t,
82
- parent: o
83
- }));
84
- }), e;
85
- }
86
- }
87
- });
88
- return o.marks ? o.marks.reduce((t, r) => {
89
- let a = typeof r.type == "string" ? r.type : r.type.name, c = n[a] ?? i;
90
- if (!c) throw Error(`missing handler for mark type ${a}`);
91
- return e({
92
- component: c,
93
- props: {
94
- mark: r,
95
- parent: s,
96
- node: o,
97
- children: t
98
- }
99
- });
100
- }, u) : u;
101
- };
102
- }
103
- function p(e) {
104
- return f((e) => e.component(e.props), e);
105
- }
106
- function m(e) {
107
- let t = Object.entries(e || {}).map(([e, t]) => `${e.split(" ").at(-1)}=${JSON.stringify(t)}`).join(" ");
108
- return t ? ` ${t}` : "";
109
- }
110
- function h(e) {
111
- return [].concat(e || "").filter(Boolean).join("");
112
- }
113
- var g = /* @__PURE__ */ new Set([
114
- "iframe",
115
- "script",
116
- "style",
117
- "title",
118
- "textarea",
119
- "div",
120
- "span",
121
- "a",
122
- "button"
123
- ]);
124
- function _(e) {
125
- if (typeof e == "string") return () => e;
126
- if (typeof e == "object" && "length" in e) {
127
- let [t, n, r, ...i] = e, a = t, o = a.split(" ");
128
- if (o.length > 1 && (a = `${o[1]} xmlns="${o[0]}"`), n === void 0) return () => `<${a}/>`;
129
- if (n === 0) return (e) => `<${a}>${h(e)}</${a}>`;
130
- if (typeof n == "object") return Array.isArray(n) ? r === void 0 || r === 0 ? (e) => `<${a}>${_(n)(e)}</${a}>` : (e) => `<${a}>${_(n)(e)}${[r].concat(i).map((t) => _(t)(e))}</${a}>` : r === void 0 ? g.has(a) ? () => `<${a}${m(n)}></${a}>` : () => `<${a}${m(n)}/>` : r === 0 ? (e) => `<${a}${m(n)}>${h(e)}</${a}>` : (e) => `<${a}${m(n)}>${[r].concat(i).map((t) => _(t)(e)).join("")}</${a}>`;
131
- }
132
- throw Error("[tiptap error]: Unsupported DomOutputSpec type, check the `renderHTML` method output or implement a node mapping", { cause: e });
133
- }
134
- function v({ content: e, extensions: t, options: n }) {
135
- return d({
136
- renderer: p,
137
- domOutputSpecToElement: _,
138
- mapDefinedTypes: {
139
- doc: ({ children: e }) => h(e),
140
- text: ({ node: e }) => e.text ?? ""
141
- },
142
- content: e,
143
- extensions: t,
144
- options: n
145
- });
146
- }
147
- function y({ content: e, extensions: t, options: n }) {
148
- return v({
149
- content: e,
150
- extensions: t,
151
- options: {
152
- ...n,
153
- nodeMapping: {
154
- bulletList({ children: e }) {
155
- return `
156
- ${h(e)}`;
157
- },
158
- orderedList({ children: e }) {
159
- return `
160
- ${h(e)}`;
161
- },
162
- listItem({ node: e, children: t, parent: n }) {
163
- if (n?.type.name === "bulletList") return `- ${h(t).trim()}
164
- `;
165
- if (n?.type.name === "orderedList") {
166
- let r = n.attrs.start || 1;
167
- return n.forEach((t, n, i) => {
168
- e === t && (r = i + 1);
169
- }), `${r}. ${h(t).trim()}
170
- `;
171
- }
172
- return h(t);
173
- },
174
- paragraph({ children: e }) {
175
- return `
176
- ${h(e)}
177
- `;
178
- },
179
- heading({ node: e, children: t }) {
180
- let n = e.attrs.level;
181
- return `${Array(n).fill("#").join("")} ${t}
182
- `;
183
- },
184
- codeBlock({ node: e, children: t }) {
185
- return `
186
- \`\`\`${e.attrs.language}
187
- ${h(t)}
188
- \`\`\`
189
- `;
190
- },
191
- blockquote({ children: e }) {
192
- return `
193
- ${h(e).trim().split("\n").map((e) => `> ${e}`).join("\n")}`;
194
- },
195
- image({ node: e }) {
196
- return `![${e.attrs.alt}](${e.attrs.src})`;
197
- },
198
- hardBreak() {
199
- return "\n";
200
- },
201
- horizontalRule() {
202
- return "\n---\n";
203
- },
204
- table({ children: e, node: t }) {
205
- if (!Array.isArray(e)) return `
206
- ${h(e)}
207
- `;
208
- let n = t.children[0].childCount;
209
- return `
210
- ${h(e[0])}| ${Array(n).fill("---").join(" | ")} |
211
- ${h(e.slice(1))}
212
- `;
213
- },
214
- tableRow({ children: e }) {
215
- return Array.isArray(e) ? `| ${e.join(" | ")} |
216
- ` : `${h(e)}
217
- `;
218
- },
219
- tableHeader({ children: e }) {
220
- return h(e).trim();
221
- },
222
- tableCell({ children: e }) {
223
- return h(e).trim();
224
- },
225
- ...n?.nodeMapping
226
- },
227
- markMapping: {
228
- bold({ children: e }) {
229
- return `**${h(e)}**`;
230
- },
231
- italic({ children: e, node: t }) {
232
- let n = !1;
233
- return t?.marks.some((e) => e.type.name === "bold") && (n = !0), n ? `*${h(e)}*` : `_${h(e)}_`;
234
- },
235
- code({ children: e }) {
236
- return `\`${h(e)}\``;
237
- },
238
- strike({ children: e }) {
239
- return `~~${h(e)}~~`;
240
- },
241
- underline({ children: e }) {
242
- return `<u>${h(e)}</u>`;
243
- },
244
- subscript({ children: e }) {
245
- return `<sub>${h(e)}</sub>`;
246
- },
247
- superscript({ children: e }) {
248
- return `<sup>${h(e)}</sup>`;
249
- },
250
- link({ mark: e, children: t }) {
251
- return `[${h(t)}](${e.attrs.href})`;
252
- },
253
- highlight({ children: e }) {
254
- return `==${h(e)}==`;
255
- },
256
- ...n?.markMapping
257
- }
258
- }
259
- });
260
- }
261
- //#endregion
262
- //#region components/RichTextEditor/MarkdownRenderer.js
263
- var b = (e) => Array.isArray(e) ? e.join("") : e || "", x = (e, t, n) => {
264
- let r = e.trim();
265
- return r ? `${e.slice(0, e.length - e.trimStart().length)}${t}${r}${n}${e.slice(e.trimEnd().length)}` : e;
266
- };
267
- function S(e, t) {
268
- return y({
269
- extensions: t,
270
- content: e,
271
- options: {
272
- nodeMapping: {
273
- blockquote({ children: e }) {
274
- return b(e).trim().split("\n").map((e) => e ? `> ${e}` : ">").join("\n") + "\n";
275
- },
276
- codeBlock({ node: e, children: t }) {
277
- return `\`\`\`${e.attrs?.language || ""}\n${b(t)}\n\`\`\`\n`;
278
- },
279
- mention({ node: e }) {
280
- return `<!-- @mention: {"id": "${e.attrs?.id || ""}", "contactKey": "${e.attrs?.contactKey || ""}", "name": "${e.attrs?.name || ""}"} -->`;
281
- },
282
- channel({ node: e }) {
283
- return `<!-- @channel: {"id": "${e.attrs?.id || ""}", "channelKey": "${e.attrs?.channelKey || ""}", "name": "${e.attrs?.name || ""}", "locked": "${String(e.attrs?.locked ?? "")}"} -->`;
284
- },
285
- "slash-commands"({ node: e }) {
286
- return `/${e.attrs?.command || ""}`;
287
- },
288
- emoji({ node: e }) {
289
- return e.attrs?.code || "";
290
- },
291
- variable({ node: e }) {
292
- return `{{${e.attrs?.id || ""}=${e.attrs?.altText || ""}}}`;
293
- }
294
- },
295
- markMapping: {
296
- bold({ children: e }) {
297
- return x(b(e), "**", "**");
298
- },
299
- italic({ children: e }) {
300
- return x(b(e), "*", "*");
301
- },
302
- strike({ children: e }) {
303
- return x(b(e), "~~", "~~");
304
- },
305
- code({ children: e }) {
306
- return x(b(e), "`", "`");
307
- },
308
- link({ mark: e, children: t }) {
309
- let n = b(t), r = e.attrs?.href || "", i = n.trim();
310
- return `${n.slice(0, n.length - n.trimStart().length)}[${i}](${r})${n.slice(n.trimEnd().length)}`;
311
- },
312
- underline({ children: e }) {
313
- return b(e);
314
- }
315
- }
316
- }
317
- }).replace(/\n{3,}/g, "\n\n").replace(/^\n+|\n+$/g, "");
318
- }
319
- //#endregion
320
- export { S as t };
321
-
322
- //# sourceMappingURL=MarkdownRenderer-CpbKlG4G.js.map