@veltdev/react 4.7.1 → 5.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (624) hide show
  1. package/cjs/index.js +1152 -4
  2. package/cjs/index.js.map +1 -1
  3. package/cjs/types/components/VeltCommentComposer/VeltCommentComposer.d.ts +2 -0
  4. package/cjs/types/components/VeltCommentDialog/VeltCommentDialog.d.ts +12 -0
  5. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAllComment/VeltCommentDialogAllComment.d.ts +8 -0
  6. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAllComment/index.d.ts +1 -0
  7. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogApprove/VeltCommentDialogApprove.d.ts +8 -0
  8. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogApprove/index.d.ts +1 -0
  9. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssignDropdown/VeltCommentDialogAssignDropdown.d.ts +13 -0
  10. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssignDropdown/index.d.ts +1 -0
  11. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssignMenu/VeltCommentDialogAssignMenu.d.ts +8 -0
  12. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssignMenu/index.d.ts +1 -0
  13. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBanner.d.ts +8 -0
  14. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerResolveButton/VeltCommentDialogAssigneeBannerResolveButton.d.ts +8 -0
  15. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerResolveButton/index.d.ts +1 -0
  16. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUnresolveButton/VeltCommentDialogAssigneeBannerUnresolveButton.d.ts +8 -0
  17. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUnresolveButton/index.d.ts +1 -0
  18. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUserAvatar/VeltCommentDialogAssigneeBannerUserAvatar.d.ts +8 -0
  19. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUserAvatar/index.d.ts +1 -0
  20. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUserName/VeltCommentDialogAssigneeBannerUserName.d.ts +8 -0
  21. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUserName/index.d.ts +1 -0
  22. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/index.d.ts +1 -0
  23. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAttachmentButton/VeltCommentDialogAttachmentButton.d.ts +17 -0
  24. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogAttachmentButton/index.d.ts +1 -0
  25. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogBody/VeltCommentDialogBody.d.ts +8 -0
  26. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogBody/index.d.ts +1 -0
  27. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCloseButton/VeltCommentDialogCloseButton.d.ts +8 -0
  28. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCloseButton/index.d.ts +1 -0
  29. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCommentCategory/VeltCommentDialogCommentCategory.d.ts +8 -0
  30. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCommentCategory/index.d.ts +1 -0
  31. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCommentIndex/VeltCommentDialogCommentIndex.d.ts +8 -0
  32. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCommentIndex/index.d.ts +1 -0
  33. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCommentNumber/VeltCommentDialogCommentNumber.d.ts +8 -0
  34. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCommentNumber/index.d.ts +1 -0
  35. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCommentSuggestionStatus/VeltCommentDialogCommentSuggestionStatus.d.ts +8 -0
  36. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCommentSuggestionStatus/index.d.ts +1 -0
  37. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposer.d.ts +17 -0
  38. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerActionButton/VeltCommentDialogComposerActionButton.d.ts +8 -0
  39. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerActionButton/index.d.ts +1 -0
  40. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAssignUser/VeltCommentDialogComposerAssignUser.d.ts +8 -0
  41. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAssignUser/index.d.ts +1 -0
  42. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachments.d.ts +8 -0
  43. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImage.d.ts +8 -0
  44. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImageDelete/VeltCommentDialogComposerAttachmentsImageDelete.d.ts +8 -0
  45. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImageDelete/index.d.ts +1 -0
  46. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImageLoading/VeltCommentDialogComposerAttachmentsImageLoading.d.ts +8 -0
  47. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImageLoading/index.d.ts +1 -0
  48. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImagePreview/VeltCommentDialogComposerAttachmentsImagePreview.d.ts +8 -0
  49. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImagePreview/index.d.ts +1 -0
  50. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/index.d.ts +1 -0
  51. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalid.d.ts +8 -0
  52. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItem.d.ts +8 -0
  53. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItemDelete/VeltCommentDialogComposerAttachmentsInvalidItemDelete.d.ts +8 -0
  54. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItemDelete/index.d.ts +1 -0
  55. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItemMessage/VeltCommentDialogComposerAttachmentsInvalidItemMessage.d.ts +8 -0
  56. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItemMessage/index.d.ts +1 -0
  57. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItemPreview/VeltCommentDialogComposerAttachmentsInvalidItemPreview.d.ts +8 -0
  58. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItemPreview/index.d.ts +1 -0
  59. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/index.d.ts +1 -0
  60. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/index.d.ts +1 -0
  61. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOther.d.ts +8 -0
  62. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherDelete/VeltCommentDialogComposerAttachmentsOtherDelete.d.ts +8 -0
  63. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherDelete/index.d.ts +1 -0
  64. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherIcon/VeltCommentDialogComposerAttachmentsOtherIcon.d.ts +8 -0
  65. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherIcon/index.d.ts +1 -0
  66. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherLoading/VeltCommentDialogComposerAttachmentsOtherLoading.d.ts +8 -0
  67. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherLoading/index.d.ts +1 -0
  68. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherName/VeltCommentDialogComposerAttachmentsOtherName.d.ts +8 -0
  69. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherName/index.d.ts +1 -0
  70. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherSize/VeltCommentDialogComposerAttachmentsOtherSize.d.ts +8 -0
  71. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherSize/index.d.ts +1 -0
  72. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/index.d.ts +1 -0
  73. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsSelected/VeltCommentDialogComposerAttachmentsSelected.d.ts +8 -0
  74. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsSelected/index.d.ts +1 -0
  75. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/index.d.ts +1 -0
  76. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAvatar/VeltCommentDialogComposerAvatar.d.ts +8 -0
  77. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAvatar/index.d.ts +1 -0
  78. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerInput/VeltCommentDialogComposerInput.d.ts +15 -0
  79. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerInput/index.d.ts +1 -0
  80. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerPrivateBadge/VeltCommentDialogComposerPrivateBadge.d.ts +8 -0
  81. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerPrivateBadge/index.d.ts +1 -0
  82. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerRecordings/VeltCommentDialogComposerRecordings.d.ts +8 -0
  83. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerRecordings/index.d.ts +1 -0
  84. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/index.d.ts +1 -0
  85. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogContextWrapper/VeltCommentDialogContextWrapper.d.ts +7 -0
  86. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogContextWrapper/index.d.ts +1 -0
  87. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCopyLink/VeltCommentDialogCopyLink.d.ts +8 -0
  88. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCopyLink/index.d.ts +1 -0
  89. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdown.d.ts +8 -0
  90. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContent.d.ts +8 -0
  91. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItem.d.ts +8 -0
  92. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItemIcon/VeltCommentDialogCustomAnnotationDropdownContentItemIcon.d.ts +8 -0
  93. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItemIcon/index.d.ts +1 -0
  94. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItemLabel/VeltCommentDialogCustomAnnotationDropdownContentItemLabel.d.ts +8 -0
  95. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItemLabel/index.d.ts +1 -0
  96. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/index.d.ts +1 -0
  97. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/index.d.ts +1 -0
  98. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTrigger.d.ts +8 -0
  99. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerArrow/VeltCommentDialogCustomAnnotationDropdownTriggerArrow.d.ts +8 -0
  100. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerArrow/index.d.ts +1 -0
  101. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerList/VeltCommentDialogCustomAnnotationDropdownTriggerList.d.ts +8 -0
  102. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerList/VeltCommentDialogCustomAnnotationDropdownTriggerListItem/VeltCommentDialogCustomAnnotationDropdownTriggerListItem.d.ts +8 -0
  103. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerList/VeltCommentDialogCustomAnnotationDropdownTriggerListItem/index.d.ts +1 -0
  104. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerList/index.d.ts +1 -0
  105. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder/VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder.d.ts +8 -0
  106. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder/index.d.ts +1 -0
  107. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount/VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount.d.ts +8 -0
  108. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount/index.d.ts +1 -0
  109. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/index.d.ts +1 -0
  110. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/index.d.ts +1 -0
  111. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogDeleteButton/VeltCommentDialogDeleteButton.d.ts +8 -0
  112. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogDeleteButton/index.d.ts +1 -0
  113. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogDeviceTypeIcons/VeltCommentDialogDeviceTypeIcons.d.ts +9 -0
  114. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogDeviceTypeIcons/index.d.ts +1 -0
  115. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogGhostBanner/VeltCommentDialogGhostBanner.d.ts +8 -0
  116. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogGhostBanner/index.d.ts +1 -0
  117. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogHeader/VeltCommentDialogHeader.d.ts +8 -0
  118. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogHeader/index.d.ts +1 -0
  119. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogHideReply/VeltCommentDialogHideReply.d.ts +8 -0
  120. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogHideReply/index.d.ts +1 -0
  121. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogMetadata/VeltCommentDialogMetadata.d.ts +8 -0
  122. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogMetadata/index.d.ts +1 -0
  123. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogMoreReply/VeltCommentDialogMoreReply.d.ts +8 -0
  124. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogMoreReply/index.d.ts +1 -0
  125. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogNavigationButton/VeltCommentDialogNavigationButton.d.ts +8 -0
  126. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogNavigationButton/index.d.ts +1 -0
  127. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptions/VeltCommentDialogOptions.d.ts +9 -0
  128. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptions/index.d.ts +1 -0
  129. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdown.d.ts +21 -0
  130. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContent.d.ts +8 -0
  131. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentAssign/VeltCommentDialogOptionsDropdownContentAssign.d.ts +8 -0
  132. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentAssign/index.d.ts +1 -0
  133. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentDelete/VeltCommentDialogOptionsDropdownContentDelete.d.ts +8 -0
  134. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentDelete/VeltCommentDialogOptionsDropdownContentDeleteComment/VeltCommentDialogOptionsDropdownContentDeleteComment.d.ts +8 -0
  135. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentDelete/VeltCommentDialogOptionsDropdownContentDeleteComment/index.d.ts +1 -0
  136. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentDelete/VeltCommentDialogOptionsDropdownContentDeleteThread/VeltCommentDialogOptionsDropdownContentDeleteThread.d.ts +8 -0
  137. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentDelete/VeltCommentDialogOptionsDropdownContentDeleteThread/index.d.ts +1 -0
  138. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentDelete/index.d.ts +1 -0
  139. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentEdit/VeltCommentDialogOptionsDropdownContentEdit.d.ts +8 -0
  140. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentEdit/index.d.ts +1 -0
  141. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMakePrivate/VeltCommentDialogOptionsDropdownContentMakePrivate.d.ts +8 -0
  142. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMakePrivate/VeltCommentDialogOptionsDropdownContentMakePrivateDisable/VeltCommentDialogOptionsDropdownContentMakePrivateDisable.d.ts +8 -0
  143. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMakePrivate/VeltCommentDialogOptionsDropdownContentMakePrivateDisable/index.d.ts +1 -0
  144. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMakePrivate/VeltCommentDialogOptionsDropdownContentMakePrivateEnable/VeltCommentDialogOptionsDropdownContentMakePrivateEnable.d.ts +8 -0
  145. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMakePrivate/VeltCommentDialogOptionsDropdownContentMakePrivateEnable/index.d.ts +1 -0
  146. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMakePrivate/index.d.ts +1 -0
  147. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMarkAsRead/VeltCommentDialogOptionsDropdownContentMarkAsRead.d.ts +9 -0
  148. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMarkAsRead/VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead/VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead.d.ts +8 -0
  149. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMarkAsRead/VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead/index.d.ts +1 -0
  150. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMarkAsRead/VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread/VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread.d.ts +8 -0
  151. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMarkAsRead/VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread/index.d.ts +1 -0
  152. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMarkAsRead/index.d.ts +1 -0
  153. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentNotification/VeltCommentDialogOptionsDropdownContentNotification.d.ts +8 -0
  154. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentNotification/VeltCommentDialogOptionsDropdownContentNotificationSubscribe/VeltCommentDialogOptionsDropdownContentNotificationSubscribe.d.ts +8 -0
  155. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentNotification/VeltCommentDialogOptionsDropdownContentNotificationSubscribe/index.d.ts +1 -0
  156. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentNotification/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe.d.ts +8 -0
  157. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentNotification/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe/index.d.ts +1 -0
  158. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentNotification/index.d.ts +1 -0
  159. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/index.d.ts +1 -0
  160. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownTrigger/VeltCommentDialogOptionsDropdownTrigger.d.ts +8 -0
  161. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownTrigger/index.d.ts +1 -0
  162. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/index.d.ts +1 -0
  163. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriority/VeltCommentDialogPriority.d.ts +9 -0
  164. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriority/index.d.ts +1 -0
  165. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdown.d.ts +9 -0
  166. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContent.d.ts +8 -0
  167. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItem.d.ts +8 -0
  168. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItemIcon/VeltCommentDialogPriorityDropdownContentItemIcon.d.ts +8 -0
  169. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItemIcon/index.d.ts +1 -0
  170. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItemName/VeltCommentDialogPriorityDropdownContentItemName.d.ts +8 -0
  171. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItemName/index.d.ts +1 -0
  172. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItemTick/VeltCommentDialogPriorityDropdownContentItemTick.d.ts +8 -0
  173. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItemTick/index.d.ts +1 -0
  174. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/index.d.ts +1 -0
  175. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/index.d.ts +1 -0
  176. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTrigger.d.ts +8 -0
  177. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTriggerArrow/VeltCommentDialogPriorityDropdownTriggerArrow.d.ts +8 -0
  178. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTriggerArrow/index.d.ts +1 -0
  179. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTriggerIcon/VeltCommentDialogPriorityDropdownTriggerIcon.d.ts +8 -0
  180. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTriggerIcon/index.d.ts +1 -0
  181. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTriggerName/VeltCommentDialogPriorityDropdownTriggerName.d.ts +8 -0
  182. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTriggerName/index.d.ts +1 -0
  183. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/index.d.ts +1 -0
  184. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/index.d.ts +1 -0
  185. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPrivateBanner/VeltCommentDialogPrivateBanner.d.ts +8 -0
  186. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPrivateBanner/index.d.ts +1 -0
  187. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPrivateButton/VeltCommentDialogPrivateButton.d.ts +8 -0
  188. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogPrivateButton/index.d.ts +1 -0
  189. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatars.d.ts +8 -0
  190. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/VeltCommentDialogReplyAvatarsList.d.ts +8 -0
  191. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/VeltCommentDialogReplyAvatarsListItem/VeltCommentDialogReplyAvatarsListItem.d.ts +8 -0
  192. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/VeltCommentDialogReplyAvatarsListItem/index.d.ts +1 -0
  193. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/index.d.ts +1 -0
  194. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsRemainingCount/VeltCommentDialogReplyAvatarsRemainingCount.d.ts +8 -0
  195. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsRemainingCount/index.d.ts +1 -0
  196. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/index.d.ts +1 -0
  197. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogResolveButton/VeltCommentDialogResolveButton.d.ts +8 -0
  198. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogResolveButton/index.d.ts +1 -0
  199. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogSignIn/VeltCommentDialogSignIn.d.ts +8 -0
  200. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogSignIn/index.d.ts +1 -0
  201. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatus/VeltCommentDialogStatus.d.ts +9 -0
  202. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatus/index.d.ts +1 -0
  203. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdown.d.ts +13 -0
  204. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContent.d.ts +8 -0
  205. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContentItem/VeltCommentDialogStatusDropdownContentItem.d.ts +8 -0
  206. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContentItem/VeltCommentDialogStatusDropdownContentItemIcon/VeltCommentDialogStatusDropdownContentItemIcon.d.ts +8 -0
  207. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContentItem/VeltCommentDialogStatusDropdownContentItemIcon/index.d.ts +1 -0
  208. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContentItem/VeltCommentDialogStatusDropdownContentItemName/VeltCommentDialogStatusDropdownContentItemName.d.ts +8 -0
  209. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContentItem/VeltCommentDialogStatusDropdownContentItemName/index.d.ts +1 -0
  210. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContentItem/index.d.ts +1 -0
  211. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/index.d.ts +1 -0
  212. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTrigger.d.ts +8 -0
  213. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTriggerArrow/VeltCommentDialogStatusDropdownTriggerArrow.d.ts +8 -0
  214. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTriggerArrow/index.d.ts +1 -0
  215. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTriggerIcon/VeltCommentDialogStatusDropdownTriggerIcon.d.ts +8 -0
  216. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTriggerIcon/index.d.ts +1 -0
  217. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTriggerName/VeltCommentDialogStatusDropdownTriggerName.d.ts +8 -0
  218. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTriggerName/index.d.ts +1 -0
  219. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/index.d.ts +1 -0
  220. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/index.d.ts +1 -0
  221. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionAction.d.ts +8 -0
  222. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionActionAccept/VeltCommentDialogSuggestionActionAccept.d.ts +8 -0
  223. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionActionAccept/index.d.ts +1 -0
  224. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionActionReject/VeltCommentDialogSuggestionActionReject.d.ts +8 -0
  225. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionActionReject/index.d.ts +1 -0
  226. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogSuggestionAction/index.d.ts +1 -0
  227. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCard.d.ts +11 -0
  228. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachments.d.ts +12 -0
  229. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImage.d.ts +13 -0
  230. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImageDelete/VeltCommentDialogThreadCardAttachmentsImageDelete.d.ts +11 -0
  231. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImageDelete/index.d.ts +1 -0
  232. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImageDownload/VeltCommentDialogThreadCardAttachmentsImageDownload.d.ts +11 -0
  233. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImageDownload/index.d.ts +1 -0
  234. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImagePreview/VeltCommentDialogThreadCardAttachmentsImagePreview.d.ts +11 -0
  235. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImagePreview/index.d.ts +1 -0
  236. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/index.d.ts +1 -0
  237. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOther.d.ts +13 -0
  238. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherDelete/VeltCommentDialogThreadCardAttachmentsOtherDelete.d.ts +11 -0
  239. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherDelete/index.d.ts +1 -0
  240. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherDownload/VeltCommentDialogThreadCardAttachmentsOtherDownload.d.ts +11 -0
  241. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherDownload/index.d.ts +1 -0
  242. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherIcon/VeltCommentDialogThreadCardAttachmentsOtherIcon.d.ts +11 -0
  243. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherIcon/index.d.ts +1 -0
  244. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherName/VeltCommentDialogThreadCardAttachmentsOtherName.d.ts +11 -0
  245. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherName/index.d.ts +1 -0
  246. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherSize/VeltCommentDialogThreadCardAttachmentsOtherSize.d.ts +11 -0
  247. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherSize/index.d.ts +1 -0
  248. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/index.d.ts +1 -0
  249. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/index.d.ts +1 -0
  250. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAvatar/VeltCommentDialogThreadCardAvatar.d.ts +11 -0
  251. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAvatar/index.d.ts +1 -0
  252. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardDeviceType/VeltCommentDialogThreadCardDeviceType.d.ts +11 -0
  253. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardDeviceType/index.d.ts +1 -0
  254. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardDraft/VeltCommentDialogThreadCardDraft.d.ts +11 -0
  255. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardDraft/index.d.ts +1 -0
  256. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardEdited/VeltCommentDialogThreadCardEdited.d.ts +11 -0
  257. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardEdited/index.d.ts +1 -0
  258. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/VeltCommentDialogThreadCardMessage.d.ts +11 -0
  259. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/index.d.ts +1 -0
  260. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardName/VeltCommentDialogThreadCardName.d.ts +11 -0
  261. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardName/index.d.ts +1 -0
  262. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardOptions/VeltCommentDialogThreadCardOptions.d.ts +11 -0
  263. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardOptions/index.d.ts +1 -0
  264. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactionTool/VeltCommentDialogThreadCardReactionTool.d.ts +12 -0
  265. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactionTool/index.d.ts +1 -0
  266. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactions/VeltCommentDialogThreadCardReactions.d.ts +11 -0
  267. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactions/index.d.ts +1 -0
  268. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardRecordings/VeltCommentDialogThreadCardRecordings.d.ts +12 -0
  269. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardRecordings/index.d.ts +1 -0
  270. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReply/VeltCommentDialogThreadCardReply.d.ts +11 -0
  271. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReply/index.d.ts +1 -0
  272. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdown.d.ts +14 -0
  273. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContent.d.ts +8 -0
  274. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItem.d.ts +8 -0
  275. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItemAvatar/VeltCommentDialogThreadCardSeenDropdownContentItemAvatar.d.ts +8 -0
  276. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItemAvatar/index.d.ts +1 -0
  277. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItemName/VeltCommentDialogThreadCardSeenDropdownContentItemName.d.ts +8 -0
  278. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItemName/index.d.ts +1 -0
  279. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItemTime/VeltCommentDialogThreadCardSeenDropdownContentItemTime.d.ts +8 -0
  280. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItemTime/index.d.ts +1 -0
  281. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/index.d.ts +1 -0
  282. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItems.d.ts +8 -0
  283. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/index.d.ts +1 -0
  284. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentTitle/VeltCommentDialogThreadCardSeenDropdownContentTitle.d.ts +8 -0
  285. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentTitle/index.d.ts +1 -0
  286. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/index.d.ts +1 -0
  287. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownTrigger/VeltCommentDialogThreadCardSeenDropdownTrigger.d.ts +8 -0
  288. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownTrigger/index.d.ts +1 -0
  289. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/index.d.ts +1 -0
  290. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardTime/VeltCommentDialogThreadCardTime.d.ts +11 -0
  291. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardTime/index.d.ts +1 -0
  292. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardUnread/VeltCommentDialogThreadCardUnread.d.ts +11 -0
  293. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardUnread/index.d.ts +1 -0
  294. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/index.d.ts +1 -0
  295. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreads/VeltCommentDialogThreads.d.ts +9 -0
  296. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogThreads/index.d.ts +1 -0
  297. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReply.d.ts +8 -0
  298. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReplyCount/VeltCommentDialogToggleReplyCount.d.ts +8 -0
  299. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReplyCount/index.d.ts +1 -0
  300. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReplyIcon/VeltCommentDialogToggleReplyIcon.d.ts +8 -0
  301. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReplyIcon/index.d.ts +1 -0
  302. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReplyText/VeltCommentDialogToggleReplyText.d.ts +8 -0
  303. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReplyText/index.d.ts +1 -0
  304. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/index.d.ts +1 -0
  305. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogUnresolveButton/VeltCommentDialogUnresolveButton.d.ts +8 -0
  306. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogUnresolveButton/index.d.ts +1 -0
  307. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogUpgrade/VeltCommentDialogUpgrade.d.ts +8 -0
  308. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogUpgrade/index.d.ts +1 -0
  309. package/cjs/types/components/VeltCommentDialog/index.d.ts +69 -0
  310. package/cjs/types/components/index.d.ts +153 -0
  311. package/cjs/types/constants.d.ts +1 -1
  312. package/esm/index.js +1000 -5
  313. package/esm/index.js.map +1 -1
  314. package/esm/types/components/VeltCommentComposer/VeltCommentComposer.d.ts +2 -0
  315. package/esm/types/components/VeltCommentDialog/VeltCommentDialog.d.ts +12 -0
  316. package/esm/types/components/VeltCommentDialog/VeltCommentDialogAllComment/VeltCommentDialogAllComment.d.ts +8 -0
  317. package/esm/types/components/VeltCommentDialog/VeltCommentDialogAllComment/index.d.ts +1 -0
  318. package/esm/types/components/VeltCommentDialog/VeltCommentDialogApprove/VeltCommentDialogApprove.d.ts +8 -0
  319. package/esm/types/components/VeltCommentDialog/VeltCommentDialogApprove/index.d.ts +1 -0
  320. package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssignDropdown/VeltCommentDialogAssignDropdown.d.ts +13 -0
  321. package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssignDropdown/index.d.ts +1 -0
  322. package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssignMenu/VeltCommentDialogAssignMenu.d.ts +8 -0
  323. package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssignMenu/index.d.ts +1 -0
  324. package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBanner.d.ts +8 -0
  325. package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerResolveButton/VeltCommentDialogAssigneeBannerResolveButton.d.ts +8 -0
  326. package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerResolveButton/index.d.ts +1 -0
  327. package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUnresolveButton/VeltCommentDialogAssigneeBannerUnresolveButton.d.ts +8 -0
  328. package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUnresolveButton/index.d.ts +1 -0
  329. package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUserAvatar/VeltCommentDialogAssigneeBannerUserAvatar.d.ts +8 -0
  330. package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUserAvatar/index.d.ts +1 -0
  331. package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUserName/VeltCommentDialogAssigneeBannerUserName.d.ts +8 -0
  332. package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUserName/index.d.ts +1 -0
  333. package/esm/types/components/VeltCommentDialog/VeltCommentDialogAssigneeBanner/index.d.ts +1 -0
  334. package/esm/types/components/VeltCommentDialog/VeltCommentDialogAttachmentButton/VeltCommentDialogAttachmentButton.d.ts +17 -0
  335. package/esm/types/components/VeltCommentDialog/VeltCommentDialogAttachmentButton/index.d.ts +1 -0
  336. package/esm/types/components/VeltCommentDialog/VeltCommentDialogBody/VeltCommentDialogBody.d.ts +8 -0
  337. package/esm/types/components/VeltCommentDialog/VeltCommentDialogBody/index.d.ts +1 -0
  338. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCloseButton/VeltCommentDialogCloseButton.d.ts +8 -0
  339. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCloseButton/index.d.ts +1 -0
  340. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCommentCategory/VeltCommentDialogCommentCategory.d.ts +8 -0
  341. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCommentCategory/index.d.ts +1 -0
  342. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCommentIndex/VeltCommentDialogCommentIndex.d.ts +8 -0
  343. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCommentIndex/index.d.ts +1 -0
  344. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCommentNumber/VeltCommentDialogCommentNumber.d.ts +8 -0
  345. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCommentNumber/index.d.ts +1 -0
  346. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCommentSuggestionStatus/VeltCommentDialogCommentSuggestionStatus.d.ts +8 -0
  347. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCommentSuggestionStatus/index.d.ts +1 -0
  348. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposer.d.ts +17 -0
  349. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerActionButton/VeltCommentDialogComposerActionButton.d.ts +8 -0
  350. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerActionButton/index.d.ts +1 -0
  351. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAssignUser/VeltCommentDialogComposerAssignUser.d.ts +8 -0
  352. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAssignUser/index.d.ts +1 -0
  353. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachments.d.ts +8 -0
  354. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImage.d.ts +8 -0
  355. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImageDelete/VeltCommentDialogComposerAttachmentsImageDelete.d.ts +8 -0
  356. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImageDelete/index.d.ts +1 -0
  357. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImageLoading/VeltCommentDialogComposerAttachmentsImageLoading.d.ts +8 -0
  358. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImageLoading/index.d.ts +1 -0
  359. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImagePreview/VeltCommentDialogComposerAttachmentsImagePreview.d.ts +8 -0
  360. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/VeltCommentDialogComposerAttachmentsImagePreview/index.d.ts +1 -0
  361. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage/index.d.ts +1 -0
  362. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalid.d.ts +8 -0
  363. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItem.d.ts +8 -0
  364. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItemDelete/VeltCommentDialogComposerAttachmentsInvalidItemDelete.d.ts +8 -0
  365. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItemDelete/index.d.ts +1 -0
  366. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItemMessage/VeltCommentDialogComposerAttachmentsInvalidItemMessage.d.ts +8 -0
  367. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItemMessage/index.d.ts +1 -0
  368. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItemPreview/VeltCommentDialogComposerAttachmentsInvalidItemPreview.d.ts +8 -0
  369. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/VeltCommentDialogComposerAttachmentsInvalidItemPreview/index.d.ts +1 -0
  370. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/VeltCommentDialogComposerAttachmentsInvalidItem/index.d.ts +1 -0
  371. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsInvalid/index.d.ts +1 -0
  372. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOther.d.ts +8 -0
  373. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherDelete/VeltCommentDialogComposerAttachmentsOtherDelete.d.ts +8 -0
  374. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherDelete/index.d.ts +1 -0
  375. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherIcon/VeltCommentDialogComposerAttachmentsOtherIcon.d.ts +8 -0
  376. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherIcon/index.d.ts +1 -0
  377. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherLoading/VeltCommentDialogComposerAttachmentsOtherLoading.d.ts +8 -0
  378. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherLoading/index.d.ts +1 -0
  379. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherName/VeltCommentDialogComposerAttachmentsOtherName.d.ts +8 -0
  380. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherName/index.d.ts +1 -0
  381. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherSize/VeltCommentDialogComposerAttachmentsOtherSize.d.ts +8 -0
  382. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/VeltCommentDialogComposerAttachmentsOtherSize/index.d.ts +1 -0
  383. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsOther/index.d.ts +1 -0
  384. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsSelected/VeltCommentDialogComposerAttachmentsSelected.d.ts +8 -0
  385. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsSelected/index.d.ts +1 -0
  386. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/index.d.ts +1 -0
  387. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAvatar/VeltCommentDialogComposerAvatar.d.ts +8 -0
  388. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAvatar/index.d.ts +1 -0
  389. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerInput/VeltCommentDialogComposerInput.d.ts +15 -0
  390. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerInput/index.d.ts +1 -0
  391. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerPrivateBadge/VeltCommentDialogComposerPrivateBadge.d.ts +8 -0
  392. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerPrivateBadge/index.d.ts +1 -0
  393. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerRecordings/VeltCommentDialogComposerRecordings.d.ts +8 -0
  394. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerRecordings/index.d.ts +1 -0
  395. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/index.d.ts +1 -0
  396. package/esm/types/components/VeltCommentDialog/VeltCommentDialogContextWrapper/VeltCommentDialogContextWrapper.d.ts +7 -0
  397. package/esm/types/components/VeltCommentDialog/VeltCommentDialogContextWrapper/index.d.ts +1 -0
  398. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCopyLink/VeltCommentDialogCopyLink.d.ts +8 -0
  399. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCopyLink/index.d.ts +1 -0
  400. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdown.d.ts +8 -0
  401. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContent.d.ts +8 -0
  402. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItem.d.ts +8 -0
  403. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItemIcon/VeltCommentDialogCustomAnnotationDropdownContentItemIcon.d.ts +8 -0
  404. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItemIcon/index.d.ts +1 -0
  405. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItemLabel/VeltCommentDialogCustomAnnotationDropdownContentItemLabel.d.ts +8 -0
  406. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItemLabel/index.d.ts +1 -0
  407. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/index.d.ts +1 -0
  408. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/index.d.ts +1 -0
  409. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTrigger.d.ts +8 -0
  410. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerArrow/VeltCommentDialogCustomAnnotationDropdownTriggerArrow.d.ts +8 -0
  411. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerArrow/index.d.ts +1 -0
  412. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerList/VeltCommentDialogCustomAnnotationDropdownTriggerList.d.ts +8 -0
  413. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerList/VeltCommentDialogCustomAnnotationDropdownTriggerListItem/VeltCommentDialogCustomAnnotationDropdownTriggerListItem.d.ts +8 -0
  414. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerList/VeltCommentDialogCustomAnnotationDropdownTriggerListItem/index.d.ts +1 -0
  415. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerList/index.d.ts +1 -0
  416. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder/VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder.d.ts +8 -0
  417. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder/index.d.ts +1 -0
  418. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount/VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount.d.ts +8 -0
  419. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount/index.d.ts +1 -0
  420. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/index.d.ts +1 -0
  421. package/esm/types/components/VeltCommentDialog/VeltCommentDialogCustomAnnotationDropdown/index.d.ts +1 -0
  422. package/esm/types/components/VeltCommentDialog/VeltCommentDialogDeleteButton/VeltCommentDialogDeleteButton.d.ts +8 -0
  423. package/esm/types/components/VeltCommentDialog/VeltCommentDialogDeleteButton/index.d.ts +1 -0
  424. package/esm/types/components/VeltCommentDialog/VeltCommentDialogDeviceTypeIcons/VeltCommentDialogDeviceTypeIcons.d.ts +9 -0
  425. package/esm/types/components/VeltCommentDialog/VeltCommentDialogDeviceTypeIcons/index.d.ts +1 -0
  426. package/esm/types/components/VeltCommentDialog/VeltCommentDialogGhostBanner/VeltCommentDialogGhostBanner.d.ts +8 -0
  427. package/esm/types/components/VeltCommentDialog/VeltCommentDialogGhostBanner/index.d.ts +1 -0
  428. package/esm/types/components/VeltCommentDialog/VeltCommentDialogHeader/VeltCommentDialogHeader.d.ts +8 -0
  429. package/esm/types/components/VeltCommentDialog/VeltCommentDialogHeader/index.d.ts +1 -0
  430. package/esm/types/components/VeltCommentDialog/VeltCommentDialogHideReply/VeltCommentDialogHideReply.d.ts +8 -0
  431. package/esm/types/components/VeltCommentDialog/VeltCommentDialogHideReply/index.d.ts +1 -0
  432. package/esm/types/components/VeltCommentDialog/VeltCommentDialogMetadata/VeltCommentDialogMetadata.d.ts +8 -0
  433. package/esm/types/components/VeltCommentDialog/VeltCommentDialogMetadata/index.d.ts +1 -0
  434. package/esm/types/components/VeltCommentDialog/VeltCommentDialogMoreReply/VeltCommentDialogMoreReply.d.ts +8 -0
  435. package/esm/types/components/VeltCommentDialog/VeltCommentDialogMoreReply/index.d.ts +1 -0
  436. package/esm/types/components/VeltCommentDialog/VeltCommentDialogNavigationButton/VeltCommentDialogNavigationButton.d.ts +8 -0
  437. package/esm/types/components/VeltCommentDialog/VeltCommentDialogNavigationButton/index.d.ts +1 -0
  438. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptions/VeltCommentDialogOptions.d.ts +9 -0
  439. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptions/index.d.ts +1 -0
  440. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdown.d.ts +21 -0
  441. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContent.d.ts +8 -0
  442. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentAssign/VeltCommentDialogOptionsDropdownContentAssign.d.ts +8 -0
  443. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentAssign/index.d.ts +1 -0
  444. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentDelete/VeltCommentDialogOptionsDropdownContentDelete.d.ts +8 -0
  445. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentDelete/VeltCommentDialogOptionsDropdownContentDeleteComment/VeltCommentDialogOptionsDropdownContentDeleteComment.d.ts +8 -0
  446. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentDelete/VeltCommentDialogOptionsDropdownContentDeleteComment/index.d.ts +1 -0
  447. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentDelete/VeltCommentDialogOptionsDropdownContentDeleteThread/VeltCommentDialogOptionsDropdownContentDeleteThread.d.ts +8 -0
  448. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentDelete/VeltCommentDialogOptionsDropdownContentDeleteThread/index.d.ts +1 -0
  449. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentDelete/index.d.ts +1 -0
  450. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentEdit/VeltCommentDialogOptionsDropdownContentEdit.d.ts +8 -0
  451. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentEdit/index.d.ts +1 -0
  452. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMakePrivate/VeltCommentDialogOptionsDropdownContentMakePrivate.d.ts +8 -0
  453. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMakePrivate/VeltCommentDialogOptionsDropdownContentMakePrivateDisable/VeltCommentDialogOptionsDropdownContentMakePrivateDisable.d.ts +8 -0
  454. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMakePrivate/VeltCommentDialogOptionsDropdownContentMakePrivateDisable/index.d.ts +1 -0
  455. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMakePrivate/VeltCommentDialogOptionsDropdownContentMakePrivateEnable/VeltCommentDialogOptionsDropdownContentMakePrivateEnable.d.ts +8 -0
  456. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMakePrivate/VeltCommentDialogOptionsDropdownContentMakePrivateEnable/index.d.ts +1 -0
  457. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMakePrivate/index.d.ts +1 -0
  458. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMarkAsRead/VeltCommentDialogOptionsDropdownContentMarkAsRead.d.ts +9 -0
  459. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMarkAsRead/VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead/VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead.d.ts +8 -0
  460. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMarkAsRead/VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead/index.d.ts +1 -0
  461. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMarkAsRead/VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread/VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread.d.ts +8 -0
  462. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMarkAsRead/VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread/index.d.ts +1 -0
  463. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentMarkAsRead/index.d.ts +1 -0
  464. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentNotification/VeltCommentDialogOptionsDropdownContentNotification.d.ts +8 -0
  465. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentNotification/VeltCommentDialogOptionsDropdownContentNotificationSubscribe/VeltCommentDialogOptionsDropdownContentNotificationSubscribe.d.ts +8 -0
  466. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentNotification/VeltCommentDialogOptionsDropdownContentNotificationSubscribe/index.d.ts +1 -0
  467. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentNotification/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe.d.ts +8 -0
  468. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentNotification/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe/index.d.ts +1 -0
  469. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/VeltCommentDialogOptionsDropdownContentNotification/index.d.ts +1 -0
  470. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownContent/index.d.ts +1 -0
  471. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownTrigger/VeltCommentDialogOptionsDropdownTrigger.d.ts +8 -0
  472. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/VeltCommentDialogOptionsDropdownTrigger/index.d.ts +1 -0
  473. package/esm/types/components/VeltCommentDialog/VeltCommentDialogOptionsDropdown/index.d.ts +1 -0
  474. package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriority/VeltCommentDialogPriority.d.ts +9 -0
  475. package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriority/index.d.ts +1 -0
  476. package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdown.d.ts +9 -0
  477. package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContent.d.ts +8 -0
  478. package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItem.d.ts +8 -0
  479. package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItemIcon/VeltCommentDialogPriorityDropdownContentItemIcon.d.ts +8 -0
  480. package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItemIcon/index.d.ts +1 -0
  481. package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItemName/VeltCommentDialogPriorityDropdownContentItemName.d.ts +8 -0
  482. package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItemName/index.d.ts +1 -0
  483. package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItemTick/VeltCommentDialogPriorityDropdownContentItemTick.d.ts +8 -0
  484. package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/VeltCommentDialogPriorityDropdownContentItemTick/index.d.ts +1 -0
  485. package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/VeltCommentDialogPriorityDropdownContentItem/index.d.ts +1 -0
  486. package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownContent/index.d.ts +1 -0
  487. package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTrigger.d.ts +8 -0
  488. package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTriggerArrow/VeltCommentDialogPriorityDropdownTriggerArrow.d.ts +8 -0
  489. package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTriggerArrow/index.d.ts +1 -0
  490. package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTriggerIcon/VeltCommentDialogPriorityDropdownTriggerIcon.d.ts +8 -0
  491. package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTriggerIcon/index.d.ts +1 -0
  492. package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTriggerName/VeltCommentDialogPriorityDropdownTriggerName.d.ts +8 -0
  493. package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/VeltCommentDialogPriorityDropdownTriggerName/index.d.ts +1 -0
  494. package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/VeltCommentDialogPriorityDropdownTrigger/index.d.ts +1 -0
  495. package/esm/types/components/VeltCommentDialog/VeltCommentDialogPriorityDropdown/index.d.ts +1 -0
  496. package/esm/types/components/VeltCommentDialog/VeltCommentDialogPrivateBanner/VeltCommentDialogPrivateBanner.d.ts +8 -0
  497. package/esm/types/components/VeltCommentDialog/VeltCommentDialogPrivateBanner/index.d.ts +1 -0
  498. package/esm/types/components/VeltCommentDialog/VeltCommentDialogPrivateButton/VeltCommentDialogPrivateButton.d.ts +8 -0
  499. package/esm/types/components/VeltCommentDialog/VeltCommentDialogPrivateButton/index.d.ts +1 -0
  500. package/esm/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatars.d.ts +8 -0
  501. package/esm/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/VeltCommentDialogReplyAvatarsList.d.ts +8 -0
  502. package/esm/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/VeltCommentDialogReplyAvatarsListItem/VeltCommentDialogReplyAvatarsListItem.d.ts +8 -0
  503. package/esm/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/VeltCommentDialogReplyAvatarsListItem/index.d.ts +1 -0
  504. package/esm/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/index.d.ts +1 -0
  505. package/esm/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsRemainingCount/VeltCommentDialogReplyAvatarsRemainingCount.d.ts +8 -0
  506. package/esm/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsRemainingCount/index.d.ts +1 -0
  507. package/esm/types/components/VeltCommentDialog/VeltCommentDialogReplyAvatars/index.d.ts +1 -0
  508. package/esm/types/components/VeltCommentDialog/VeltCommentDialogResolveButton/VeltCommentDialogResolveButton.d.ts +8 -0
  509. package/esm/types/components/VeltCommentDialog/VeltCommentDialogResolveButton/index.d.ts +1 -0
  510. package/esm/types/components/VeltCommentDialog/VeltCommentDialogSignIn/VeltCommentDialogSignIn.d.ts +8 -0
  511. package/esm/types/components/VeltCommentDialog/VeltCommentDialogSignIn/index.d.ts +1 -0
  512. package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatus/VeltCommentDialogStatus.d.ts +9 -0
  513. package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatus/index.d.ts +1 -0
  514. package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdown.d.ts +13 -0
  515. package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContent.d.ts +8 -0
  516. package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContentItem/VeltCommentDialogStatusDropdownContentItem.d.ts +8 -0
  517. package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContentItem/VeltCommentDialogStatusDropdownContentItemIcon/VeltCommentDialogStatusDropdownContentItemIcon.d.ts +8 -0
  518. package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContentItem/VeltCommentDialogStatusDropdownContentItemIcon/index.d.ts +1 -0
  519. package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContentItem/VeltCommentDialogStatusDropdownContentItemName/VeltCommentDialogStatusDropdownContentItemName.d.ts +8 -0
  520. package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContentItem/VeltCommentDialogStatusDropdownContentItemName/index.d.ts +1 -0
  521. package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/VeltCommentDialogStatusDropdownContentItem/index.d.ts +1 -0
  522. package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownContent/index.d.ts +1 -0
  523. package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTrigger.d.ts +8 -0
  524. package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTriggerArrow/VeltCommentDialogStatusDropdownTriggerArrow.d.ts +8 -0
  525. package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTriggerArrow/index.d.ts +1 -0
  526. package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTriggerIcon/VeltCommentDialogStatusDropdownTriggerIcon.d.ts +8 -0
  527. package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTriggerIcon/index.d.ts +1 -0
  528. package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTriggerName/VeltCommentDialogStatusDropdownTriggerName.d.ts +8 -0
  529. package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/VeltCommentDialogStatusDropdownTriggerName/index.d.ts +1 -0
  530. package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/VeltCommentDialogStatusDropdownTrigger/index.d.ts +1 -0
  531. package/esm/types/components/VeltCommentDialog/VeltCommentDialogStatusDropdown/index.d.ts +1 -0
  532. package/esm/types/components/VeltCommentDialog/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionAction.d.ts +8 -0
  533. package/esm/types/components/VeltCommentDialog/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionActionAccept/VeltCommentDialogSuggestionActionAccept.d.ts +8 -0
  534. package/esm/types/components/VeltCommentDialog/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionActionAccept/index.d.ts +1 -0
  535. package/esm/types/components/VeltCommentDialog/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionActionReject/VeltCommentDialogSuggestionActionReject.d.ts +8 -0
  536. package/esm/types/components/VeltCommentDialog/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionActionReject/index.d.ts +1 -0
  537. package/esm/types/components/VeltCommentDialog/VeltCommentDialogSuggestionAction/index.d.ts +1 -0
  538. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCard.d.ts +11 -0
  539. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachments.d.ts +12 -0
  540. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImage.d.ts +13 -0
  541. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImageDelete/VeltCommentDialogThreadCardAttachmentsImageDelete.d.ts +11 -0
  542. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImageDelete/index.d.ts +1 -0
  543. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImageDownload/VeltCommentDialogThreadCardAttachmentsImageDownload.d.ts +11 -0
  544. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImageDownload/index.d.ts +1 -0
  545. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImagePreview/VeltCommentDialogThreadCardAttachmentsImagePreview.d.ts +11 -0
  546. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/VeltCommentDialogThreadCardAttachmentsImagePreview/index.d.ts +1 -0
  547. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsImage/index.d.ts +1 -0
  548. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOther.d.ts +13 -0
  549. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherDelete/VeltCommentDialogThreadCardAttachmentsOtherDelete.d.ts +11 -0
  550. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherDelete/index.d.ts +1 -0
  551. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherDownload/VeltCommentDialogThreadCardAttachmentsOtherDownload.d.ts +11 -0
  552. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherDownload/index.d.ts +1 -0
  553. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherIcon/VeltCommentDialogThreadCardAttachmentsOtherIcon.d.ts +11 -0
  554. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherIcon/index.d.ts +1 -0
  555. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherName/VeltCommentDialogThreadCardAttachmentsOtherName.d.ts +11 -0
  556. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherName/index.d.ts +1 -0
  557. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherSize/VeltCommentDialogThreadCardAttachmentsOtherSize.d.ts +11 -0
  558. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/VeltCommentDialogThreadCardAttachmentsOtherSize/index.d.ts +1 -0
  559. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachmentsOther/index.d.ts +1 -0
  560. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAttachments/index.d.ts +1 -0
  561. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAvatar/VeltCommentDialogThreadCardAvatar.d.ts +11 -0
  562. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAvatar/index.d.ts +1 -0
  563. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardDeviceType/VeltCommentDialogThreadCardDeviceType.d.ts +11 -0
  564. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardDeviceType/index.d.ts +1 -0
  565. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardDraft/VeltCommentDialogThreadCardDraft.d.ts +11 -0
  566. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardDraft/index.d.ts +1 -0
  567. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardEdited/VeltCommentDialogThreadCardEdited.d.ts +11 -0
  568. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardEdited/index.d.ts +1 -0
  569. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/VeltCommentDialogThreadCardMessage.d.ts +11 -0
  570. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/index.d.ts +1 -0
  571. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardName/VeltCommentDialogThreadCardName.d.ts +11 -0
  572. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardName/index.d.ts +1 -0
  573. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardOptions/VeltCommentDialogThreadCardOptions.d.ts +11 -0
  574. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardOptions/index.d.ts +1 -0
  575. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactionTool/VeltCommentDialogThreadCardReactionTool.d.ts +12 -0
  576. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactionTool/index.d.ts +1 -0
  577. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactions/VeltCommentDialogThreadCardReactions.d.ts +11 -0
  578. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactions/index.d.ts +1 -0
  579. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardRecordings/VeltCommentDialogThreadCardRecordings.d.ts +12 -0
  580. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardRecordings/index.d.ts +1 -0
  581. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReply/VeltCommentDialogThreadCardReply.d.ts +11 -0
  582. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReply/index.d.ts +1 -0
  583. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdown.d.ts +14 -0
  584. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContent.d.ts +8 -0
  585. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItem.d.ts +8 -0
  586. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItemAvatar/VeltCommentDialogThreadCardSeenDropdownContentItemAvatar.d.ts +8 -0
  587. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItemAvatar/index.d.ts +1 -0
  588. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItemName/VeltCommentDialogThreadCardSeenDropdownContentItemName.d.ts +8 -0
  589. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItemName/index.d.ts +1 -0
  590. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItemTime/VeltCommentDialogThreadCardSeenDropdownContentItemTime.d.ts +8 -0
  591. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/VeltCommentDialogThreadCardSeenDropdownContentItemTime/index.d.ts +1 -0
  592. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItem/index.d.ts +1 -0
  593. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/VeltCommentDialogThreadCardSeenDropdownContentItems.d.ts +8 -0
  594. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentItems/index.d.ts +1 -0
  595. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentTitle/VeltCommentDialogThreadCardSeenDropdownContentTitle.d.ts +8 -0
  596. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/VeltCommentDialogThreadCardSeenDropdownContentTitle/index.d.ts +1 -0
  597. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownContent/index.d.ts +1 -0
  598. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownTrigger/VeltCommentDialogThreadCardSeenDropdownTrigger.d.ts +8 -0
  599. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/VeltCommentDialogThreadCardSeenDropdownTrigger/index.d.ts +1 -0
  600. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardSeenDropdown/index.d.ts +1 -0
  601. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardTime/VeltCommentDialogThreadCardTime.d.ts +11 -0
  602. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardTime/index.d.ts +1 -0
  603. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardUnread/VeltCommentDialogThreadCardUnread.d.ts +11 -0
  604. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardUnread/index.d.ts +1 -0
  605. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreadCard/index.d.ts +1 -0
  606. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreads/VeltCommentDialogThreads.d.ts +9 -0
  607. package/esm/types/components/VeltCommentDialog/VeltCommentDialogThreads/index.d.ts +1 -0
  608. package/esm/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReply.d.ts +8 -0
  609. package/esm/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReplyCount/VeltCommentDialogToggleReplyCount.d.ts +8 -0
  610. package/esm/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReplyCount/index.d.ts +1 -0
  611. package/esm/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReplyIcon/VeltCommentDialogToggleReplyIcon.d.ts +8 -0
  612. package/esm/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReplyIcon/index.d.ts +1 -0
  613. package/esm/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReplyText/VeltCommentDialogToggleReplyText.d.ts +8 -0
  614. package/esm/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/VeltCommentDialogToggleReplyText/index.d.ts +1 -0
  615. package/esm/types/components/VeltCommentDialog/VeltCommentDialogToggleReply/index.d.ts +1 -0
  616. package/esm/types/components/VeltCommentDialog/VeltCommentDialogUnresolveButton/VeltCommentDialogUnresolveButton.d.ts +8 -0
  617. package/esm/types/components/VeltCommentDialog/VeltCommentDialogUnresolveButton/index.d.ts +1 -0
  618. package/esm/types/components/VeltCommentDialog/VeltCommentDialogUpgrade/VeltCommentDialogUpgrade.d.ts +8 -0
  619. package/esm/types/components/VeltCommentDialog/VeltCommentDialogUpgrade/index.d.ts +1 -0
  620. package/esm/types/components/VeltCommentDialog/index.d.ts +69 -0
  621. package/esm/types/components/index.d.ts +153 -0
  622. package/esm/types/constants.d.ts +1 -1
  623. package/index.d.ts +1220 -1
  624. package/package.json +1 -1
package/esm/index.js CHANGED
@@ -137,13 +137,13 @@ var loadVelt = function (callback, version, staging, develop, proxyDomain, integ
137
137
  }
138
138
  };
139
139
 
140
- var VELT_SDK_VERSION = '4.7.1';
140
+ var VELT_SDK_VERSION = '5.0.0-beta.2';
141
141
  var VELT_SDK_INIT_EVENT = 'onVeltInit';
142
142
  var VELT_TAB_ID = 'veltTabId';
143
143
  // integrity map for the Velt SDK
144
144
  // Note: generate integrity hashes with: https://www.srihash.org/
145
145
  var INTEGRITY_MAP = {
146
- '4.7.1': 'sha384-+qfNI1x9amCMVxDEaplZCVt5Kbg1DE3xekS8TVgnEEX7AZGamde66o0nn2V2+/yq',
146
+ '5.0.0-beta.2': 'sha384-P/mj/JAXeU39QESjJFT6yJxpd5CIMt1DuS3dL4T5t5x0/163T/HONIKocpSIEXQ9',
147
147
  };
148
148
 
149
149
  var validProps = ['veltIf', 'veltClass', 'className', 'variant'];
@@ -1617,8 +1617,8 @@ var VeltInlineReactionsSection = function (props) {
1617
1617
  };
1618
1618
 
1619
1619
  var VeltCommentComposer = function (props) {
1620
- var darkMode = props.darkMode, variant = props.variant, shadowDom = props.shadowDom, dialogVariant = props.dialogVariant, context = props.context, locationId = props.locationId, documentId = props.documentId, folderId = props.folderId;
1621
- return (React.createElement("velt-comment-composer", { variant: variant, "dialog-variant": dialogVariant, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, context: context ? JSON.stringify(context) : undefined, "location-id": locationId, "document-id": documentId, "folder-id": folderId }));
1620
+ var darkMode = props.darkMode, variant = props.variant, shadowDom = props.shadowDom, dialogVariant = props.dialogVariant, context = props.context, locationId = props.locationId, documentId = props.documentId, folderId = props.folderId, placeholder = props.placeholder, targetElementId = props.targetElementId;
1621
+ return (React.createElement("velt-comment-composer", { variant: variant, "dialog-variant": dialogVariant, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, context: context ? JSON.stringify(context) : undefined, "location-id": locationId, "document-id": documentId, "folder-id": folderId, placeholder: placeholder, "target-element-id": targetElementId }));
1622
1622
  };
1623
1623
 
1624
1624
  var VeltSingleEditorModePanel = function (props) {
@@ -1638,6 +1638,1001 @@ var VeltVideoEditor = function (props) {
1638
1638
  return (React.createElement("velt-video-editor", __assign({ ref: ref, variant: variant, "dark-mode": darkMode ? 'true' : undefined, url: url, "annotation-id": annotationId, "recorder-id": recorderId }, rest)));
1639
1639
  };
1640
1640
 
1641
+ var VeltCommentDialog = function (props) {
1642
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentPinSelected = props.commentPinSelected, fullExpanded = props.fullExpanded, shadowDom = props.shadowDom, placeholder = props.placeholder, children = props.children;
1643
+ var ref = useRef(null);
1644
+ return (React.createElement("velt-comment-dialog", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-pin-selected": [true, false].includes(commentPinSelected) ? (commentPinSelected ? 'true' : 'false') : undefined, "full-expanded": [true, false].includes(fullExpanded) ? (fullExpanded ? 'true' : 'false') : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, placeholder: placeholder }, children));
1645
+ };
1646
+
1647
+ var VeltCommentDialogContextWrapper = function (props) {
1648
+ var annotationId = props.annotationId, children = props.children, restProps = __rest(props, ["annotationId", "children"]);
1649
+ var ref = useRef(null);
1650
+ // Convert camelCase props to kebab-case attributes for custom element
1651
+ var customAttributes = {};
1652
+ Object.keys(restProps).forEach(function (key) {
1653
+ // Skip React-specific props
1654
+ if (['className', 'style', 'id', 'ref', 'key'].includes(key)) {
1655
+ return;
1656
+ }
1657
+ // Convert camelCase to kebab-case
1658
+ var kebabKey = key.replace(/([A-Z])/g, '-$1').toLowerCase();
1659
+ var value = restProps[key];
1660
+ if (value !== undefined && value !== null) {
1661
+ customAttributes[kebabKey] = typeof value === 'object' ? JSON.stringify(value) : String(value);
1662
+ }
1663
+ });
1664
+ return (React.createElement("velt-comment-dialog-context-wrapper", __assign({ ref: ref, "annotation-id": annotationId }, customAttributes), children));
1665
+ };
1666
+
1667
+ var VeltCommentDialogThreadCard$1 = function (props) {
1668
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
1669
+ var ref = useRef(null);
1670
+ return (React.createElement("velt-comment-dialog-thread-card", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
1671
+ };
1672
+
1673
+ var VeltCommentDialogThreadCardAvatar$1 = function (props) {
1674
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
1675
+ var ref = useRef(null);
1676
+ return (React.createElement("velt-comment-dialog-thread-card-avatar", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
1677
+ };
1678
+
1679
+ var VeltCommentDialogThreadCardDeviceType$1 = function (props) {
1680
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
1681
+ var ref = useRef(null);
1682
+ return (React.createElement("velt-comment-dialog-thread-card-device-type", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
1683
+ };
1684
+
1685
+ var VeltCommentDialogThreadCardDraft$1 = function (props) {
1686
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
1687
+ var ref = useRef(null);
1688
+ return (React.createElement("velt-comment-dialog-thread-card-draft", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
1689
+ };
1690
+
1691
+ var VeltCommentDialogThreadCardEdited$1 = function (props) {
1692
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
1693
+ var ref = useRef(null);
1694
+ return (React.createElement("velt-comment-dialog-thread-card-edited", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
1695
+ };
1696
+
1697
+ var VeltCommentDialogThreadCardMessage$1 = function (props) {
1698
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
1699
+ var ref = useRef(null);
1700
+ return (React.createElement("velt-comment-dialog-thread-card-message", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
1701
+ };
1702
+
1703
+ var VeltCommentDialogThreadCardName$1 = function (props) {
1704
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
1705
+ var ref = useRef(null);
1706
+ return (React.createElement("velt-comment-dialog-thread-card-name", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
1707
+ };
1708
+
1709
+ var VeltCommentDialogThreadCardReactionTool$1 = function (props) {
1710
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, noPadding = props.noPadding, children = props.children;
1711
+ var ref = useRef(null);
1712
+ return (React.createElement("velt-comment-dialog-thread-card-reaction-tool", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined, "no-padding": noPadding !== undefined ? (typeof noPadding === 'string' ? noPadding : (noPadding ? 'true' : 'false')) : undefined }, children));
1713
+ };
1714
+
1715
+ var VeltCommentDialogThreadCardReactions$1 = function (props) {
1716
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
1717
+ var ref = useRef(null);
1718
+ return (React.createElement("velt-comment-dialog-thread-card-reactions", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
1719
+ };
1720
+
1721
+ var VeltCommentDialogThreadCardRecordings$1 = function (props) {
1722
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, recorderId = props.recorderId, children = props.children;
1723
+ var ref = useRef(null);
1724
+ return (React.createElement("velt-comment-dialog-thread-card-recordings", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined, "recorder-id": recorderId }, children));
1725
+ };
1726
+
1727
+ var VeltCommentDialogThreadCardReply$1 = function (props) {
1728
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
1729
+ var ref = useRef(null);
1730
+ return (React.createElement("velt-comment-dialog-thread-card-reply", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
1731
+ };
1732
+
1733
+ var VeltCommentDialogThreadCardTime$1 = function (props) {
1734
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
1735
+ var ref = useRef(null);
1736
+ return (React.createElement("velt-comment-dialog-thread-card-time", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
1737
+ };
1738
+
1739
+ var VeltCommentDialogThreadCardUnread$1 = function (props) {
1740
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
1741
+ var ref = useRef(null);
1742
+ return (React.createElement("velt-comment-dialog-thread-card-unread", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
1743
+ };
1744
+
1745
+ var VeltCommentDialogThreadCardOptions$1 = function (props) {
1746
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
1747
+ var ref = useRef(null);
1748
+ return (React.createElement("velt-comment-dialog-thread-card-options", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
1749
+ };
1750
+
1751
+ var VeltCommentDialogStatusDropdown = function (props) {
1752
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, disabled = props.disabled, onChangeStatus = props.onChangeStatus, children = props.children;
1753
+ var ref = useRef(null);
1754
+ useEffect(function () {
1755
+ if (ref.current && onChangeStatus) {
1756
+ var element_1 = ref.current;
1757
+ var handleChangeStatus_1 = function (event) {
1758
+ onChangeStatus(event.detail);
1759
+ };
1760
+ element_1.addEventListener('changeStatus', handleChangeStatus_1);
1761
+ return function () {
1762
+ element_1.removeEventListener('changeStatus', handleChangeStatus_1);
1763
+ };
1764
+ }
1765
+ }, [onChangeStatus]);
1766
+ return (React.createElement("velt-comment-dialog-status-dropdown", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, disabled: [true, false].includes(disabled) ? (disabled ? 'true' : 'false') : undefined }, children));
1767
+ };
1768
+
1769
+ var VeltCommentDialogStatusDropdownTrigger = function (props) {
1770
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1771
+ var ref = useRef(null);
1772
+ return (React.createElement("velt-comment-dialog-status-dropdown-trigger", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1773
+ };
1774
+
1775
+ var VeltCommentDialogStatusDropdownTriggerIcon = function (props) {
1776
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1777
+ var ref = useRef(null);
1778
+ return (React.createElement("velt-comment-dialog-status-dropdown-trigger-icon", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1779
+ };
1780
+
1781
+ var VeltCommentDialogStatusDropdownTriggerName = function (props) {
1782
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1783
+ var ref = useRef(null);
1784
+ return (React.createElement("velt-comment-dialog-status-dropdown-trigger-name", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1785
+ };
1786
+
1787
+ var VeltCommentDialogStatusDropdownTriggerArrow = function (props) {
1788
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1789
+ var ref = useRef(null);
1790
+ return (React.createElement("velt-comment-dialog-status-dropdown-trigger-arrow", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1791
+ };
1792
+
1793
+ var VeltCommentDialogStatusDropdownContent = function (props) {
1794
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1795
+ var ref = useRef(null);
1796
+ return (React.createElement("velt-comment-dialog-status-dropdown-content", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1797
+ };
1798
+
1799
+ var VeltCommentDialogStatusDropdownContentItem = function (props) {
1800
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1801
+ var ref = useRef(null);
1802
+ return (React.createElement("velt-comment-dialog-status-dropdown-content-item", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1803
+ };
1804
+
1805
+ var VeltCommentDialogStatusDropdownContentItemIcon = function (props) {
1806
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1807
+ var ref = useRef(null);
1808
+ return (React.createElement("velt-comment-dialog-status-dropdown-content-item-icon", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1809
+ };
1810
+
1811
+ var VeltCommentDialogStatusDropdownContentItemName = function (props) {
1812
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1813
+ var ref = useRef(null);
1814
+ return (React.createElement("velt-comment-dialog-status-dropdown-content-item-name", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1815
+ };
1816
+
1817
+ var VeltCommentDialogPriorityDropdown = function (props) {
1818
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, disabled = props.disabled, children = props.children;
1819
+ var ref = useRef(null);
1820
+ return (React.createElement("velt-comment-dialog-priority-dropdown", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, disabled: [true, false].includes(disabled) ? (disabled ? 'true' : 'false') : undefined }, children));
1821
+ };
1822
+
1823
+ var VeltCommentDialogPriorityDropdownTrigger = function (props) {
1824
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1825
+ var ref = useRef(null);
1826
+ return (React.createElement("velt-comment-dialog-priority-dropdown-trigger", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1827
+ };
1828
+
1829
+ var VeltCommentDialogPriorityDropdownTriggerIcon = function (props) {
1830
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1831
+ var ref = useRef(null);
1832
+ return (React.createElement("velt-comment-dialog-priority-dropdown-trigger-icon", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1833
+ };
1834
+
1835
+ var VeltCommentDialogPriorityDropdownTriggerName = function (props) {
1836
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1837
+ var ref = useRef(null);
1838
+ return (React.createElement("velt-comment-dialog-priority-dropdown-trigger-name", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1839
+ };
1840
+
1841
+ var VeltCommentDialogPriorityDropdownTriggerArrow = function (props) {
1842
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1843
+ var ref = useRef(null);
1844
+ return (React.createElement("velt-comment-dialog-priority-dropdown-trigger-arrow", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1845
+ };
1846
+
1847
+ var VeltCommentDialogPriorityDropdownContent = function (props) {
1848
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1849
+ var ref = useRef(null);
1850
+ return (React.createElement("velt-comment-dialog-priority-dropdown-content", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1851
+ };
1852
+
1853
+ var VeltCommentDialogPriorityDropdownContentItem = function (props) {
1854
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1855
+ var ref = useRef(null);
1856
+ return (React.createElement("velt-comment-dialog-priority-dropdown-content-item", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1857
+ };
1858
+
1859
+ var VeltCommentDialogPriorityDropdownContentItemIcon = function (props) {
1860
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1861
+ var ref = useRef(null);
1862
+ return (React.createElement("velt-comment-dialog-priority-dropdown-content-item-icon", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1863
+ };
1864
+
1865
+ var VeltCommentDialogPriorityDropdownContentItemName = function (props) {
1866
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1867
+ var ref = useRef(null);
1868
+ return (React.createElement("velt-comment-dialog-priority-dropdown-content-item-name", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1869
+ };
1870
+
1871
+ var VeltCommentDialogPriorityDropdownContentItemTick = function (props) {
1872
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1873
+ var ref = useRef(null);
1874
+ return (React.createElement("velt-comment-dialog-priority-dropdown-content-item-tick", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1875
+ };
1876
+
1877
+ var VeltCommentDialogCustomAnnotationDropdown$1 = function (props) {
1878
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1879
+ var ref = useRef(null);
1880
+ return (React.createElement("velt-comment-dialog-custom-annotation-dropdown", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1881
+ };
1882
+
1883
+ var VeltCommentDialogCustomAnnotationDropdownTrigger$1 = function (props) {
1884
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1885
+ var ref = useRef(null);
1886
+ return (React.createElement("velt-comment-dialog-custom-annotation-dropdown-trigger", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1887
+ };
1888
+
1889
+ var VeltCommentDialogCustomAnnotationDropdownTriggerArrow$1 = function (props) {
1890
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1891
+ var ref = useRef(null);
1892
+ return (React.createElement("velt-comment-dialog-custom-annotation-dropdown-trigger-arrow", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1893
+ };
1894
+
1895
+ var VeltCommentDialogCustomAnnotationDropdownTriggerList$1 = function (props) {
1896
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1897
+ var ref = useRef(null);
1898
+ return (React.createElement("velt-comment-dialog-custom-annotation-dropdown-trigger-list", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1899
+ };
1900
+
1901
+ var VeltCommentDialogCustomAnnotationDropdownTriggerListItem$1 = function (props) {
1902
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1903
+ var ref = useRef(null);
1904
+ return (React.createElement("velt-comment-dialog-custom-annotation-dropdown-trigger-list-item", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1905
+ };
1906
+
1907
+ var VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder$1 = function (props) {
1908
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1909
+ var ref = useRef(null);
1910
+ return (React.createElement("velt-comment-dialog-custom-annotation-dropdown-trigger-placeholder", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1911
+ };
1912
+
1913
+ var VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount$1 = function (props) {
1914
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1915
+ var ref = useRef(null);
1916
+ return (React.createElement("velt-comment-dialog-custom-annotation-dropdown-trigger-remaining-count", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1917
+ };
1918
+
1919
+ var VeltCommentDialogCustomAnnotationDropdownContent$1 = function (props) {
1920
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1921
+ var ref = useRef(null);
1922
+ return (React.createElement("velt-comment-dialog-custom-annotation-dropdown-content", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1923
+ };
1924
+
1925
+ var VeltCommentDialogCustomAnnotationDropdownContentItem$1 = function (props) {
1926
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1927
+ var ref = useRef(null);
1928
+ return (React.createElement("velt-comment-dialog-custom-annotation-dropdown-content-item", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1929
+ };
1930
+
1931
+ var VeltCommentDialogCustomAnnotationDropdownContentItemIcon$1 = function (props) {
1932
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1933
+ var ref = useRef(null);
1934
+ return (React.createElement("velt-comment-dialog-custom-annotation-dropdown-content-item-icon", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1935
+ };
1936
+
1937
+ var VeltCommentDialogCustomAnnotationDropdownContentItemLabel$1 = function (props) {
1938
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1939
+ var ref = useRef(null);
1940
+ return (React.createElement("velt-comment-dialog-custom-annotation-dropdown-content-item-label", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1941
+ };
1942
+
1943
+ var VeltCommentDialogOptionsDropdown = function (props) {
1944
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentIndex = props.commentIndex, enableAssignment = props.enableAssignment, allowAssignment = props.allowAssignment, enableEdit = props.enableEdit, allowEdit = props.allowEdit, enableNotifications = props.enableNotifications, allowToggleNotification = props.allowToggleNotification, enablePrivateMode = props.enablePrivateMode, allowChangeCommentAccessMode = props.allowChangeCommentAccessMode, triggerTemplate = props.triggerTemplate, contentTemplate = props.contentTemplate, onOpenDropdownIndex = props.onOpenDropdownIndex, children = props.children;
1945
+ var ref = useRef(null);
1946
+ useEffect(function () {
1947
+ if (ref.current && onOpenDropdownIndex) {
1948
+ var element_1 = ref.current;
1949
+ var handleOpenDropdownIndex_1 = function (event) {
1950
+ onOpenDropdownIndex(event.detail);
1951
+ };
1952
+ element_1.addEventListener('openDropdownIndex', handleOpenDropdownIndex_1);
1953
+ return function () {
1954
+ element_1.removeEventListener('openDropdownIndex', handleOpenDropdownIndex_1);
1955
+ };
1956
+ }
1957
+ }, [onOpenDropdownIndex]);
1958
+ return (React.createElement("velt-comment-dialog-options-dropdown", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined, "enable-assignment": [true, false].includes(enableAssignment) ? (enableAssignment ? 'true' : 'false') : undefined, "allow-assignment": [true, false].includes(allowAssignment) ? (allowAssignment ? 'true' : 'false') : undefined, "enable-edit": [true, false].includes(enableEdit) ? (enableEdit ? 'true' : 'false') : undefined, "allow-edit": [true, false].includes(allowEdit) ? (allowEdit ? 'true' : 'false') : undefined, "enable-notifications": [true, false].includes(enableNotifications) ? (enableNotifications ? 'true' : 'false') : undefined, "allow-toggle-notification": [true, false].includes(allowToggleNotification) ? (allowToggleNotification ? 'true' : 'false') : undefined, "enable-private-mode": [true, false].includes(enablePrivateMode) ? (enablePrivateMode ? 'true' : 'false') : undefined, "allow-change-comment-access-mode": [true, false].includes(allowChangeCommentAccessMode) ? (allowChangeCommentAccessMode ? 'true' : 'false') : undefined, "trigger-template": triggerTemplate ? JSON.stringify(triggerTemplate) : undefined, "content-template": contentTemplate ? JSON.stringify(contentTemplate) : undefined }, children));
1959
+ };
1960
+
1961
+ var VeltCommentDialogOptionsDropdownTrigger = function (props) {
1962
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1963
+ var ref = useRef(null);
1964
+ return (React.createElement("velt-comment-dialog-options-dropdown-trigger", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1965
+ };
1966
+
1967
+ var VeltCommentDialogOptionsDropdownContent = function (props) {
1968
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1969
+ var ref = useRef(null);
1970
+ return (React.createElement("velt-comment-dialog-options-dropdown-content", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1971
+ };
1972
+
1973
+ var VeltCommentDialogOptionsDropdownContentAssign = function (props) {
1974
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1975
+ var ref = useRef(null);
1976
+ return (React.createElement("velt-comment-dialog-options-dropdown-content-assign", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1977
+ };
1978
+
1979
+ var VeltCommentDialogOptionsDropdownContentEdit = function (props) {
1980
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1981
+ var ref = useRef(null);
1982
+ return (React.createElement("velt-comment-dialog-options-dropdown-content-edit", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1983
+ };
1984
+
1985
+ var VeltCommentDialogOptionsDropdownContentDelete = function (props) {
1986
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1987
+ var ref = useRef(null);
1988
+ return (React.createElement("velt-comment-dialog-options-dropdown-content-delete", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1989
+ };
1990
+
1991
+ var VeltCommentDialogOptionsDropdownContentDeleteComment = function (props) {
1992
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1993
+ var ref = useRef(null);
1994
+ return (React.createElement("velt-comment-dialog-options-dropdown-content-delete-comment", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
1995
+ };
1996
+
1997
+ var VeltCommentDialogOptionsDropdownContentDeleteThread = function (props) {
1998
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
1999
+ var ref = useRef(null);
2000
+ return (React.createElement("velt-comment-dialog-options-dropdown-content-delete-thread", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2001
+ };
2002
+
2003
+ var VeltCommentDialogOptionsDropdownContentMakePrivate = function (props) {
2004
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2005
+ var ref = useRef(null);
2006
+ return (React.createElement("velt-comment-dialog-options-dropdown-content-make-private", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2007
+ };
2008
+
2009
+ var VeltCommentDialogOptionsDropdownContentMakePrivateEnable = function (props) {
2010
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2011
+ var ref = useRef(null);
2012
+ return (React.createElement("velt-comment-dialog-options-dropdown-content-make-private-enable", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2013
+ };
2014
+
2015
+ var VeltCommentDialogOptionsDropdownContentMakePrivateDisable = function (props) {
2016
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2017
+ var ref = useRef(null);
2018
+ return (React.createElement("velt-comment-dialog-options-dropdown-content-make-private-disable", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2019
+ };
2020
+
2021
+ var VeltCommentDialogOptionsDropdownContentNotification = function (props) {
2022
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2023
+ var ref = useRef(null);
2024
+ return (React.createElement("velt-comment-dialog-options-dropdown-content-notification", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2025
+ };
2026
+
2027
+ var VeltCommentDialogOptionsDropdownContentNotificationSubscribe = function (props) {
2028
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2029
+ var ref = useRef(null);
2030
+ return (React.createElement("velt-comment-dialog-options-dropdown-content-notification-subscribe", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2031
+ };
2032
+
2033
+ var VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe = function (props) {
2034
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2035
+ var ref = useRef(null);
2036
+ return (React.createElement("velt-comment-dialog-options-dropdown-content-notification-unsubscribe", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2037
+ };
2038
+
2039
+ var VeltCommentDialogOptionsDropdownContentMarkAsRead = function (props) {
2040
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, enableMarkAsRead = props.enableMarkAsRead, children = props.children;
2041
+ var ref = useRef(null);
2042
+ return (React.createElement("velt-comment-dialog-options-dropdown-content-mark-as-read", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "enable-mark-as-read": [true, false].includes(enableMarkAsRead) ? (enableMarkAsRead ? 'true' : 'false') : undefined }, children));
2043
+ };
2044
+
2045
+ var VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead = function (props) {
2046
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2047
+ var ref = useRef(null);
2048
+ return (React.createElement("velt-comment-dialog-options-dropdown-content-mark-as-read-mark-read", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2049
+ };
2050
+
2051
+ var VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread = function (props) {
2052
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2053
+ var ref = useRef(null);
2054
+ return (React.createElement("velt-comment-dialog-options-dropdown-content-mark-as-read-mark-unread", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2055
+ };
2056
+
2057
+ var VeltCommentDialogAssignDropdown = function (props) {
2058
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, assignTo = props.assignTo, selectedUserContacts = props.selectedUserContacts, onSetAssignTo = props.onSetAssignTo, children = props.children;
2059
+ var ref = useRef(null);
2060
+ useEffect(function () {
2061
+ if (ref.current && onSetAssignTo) {
2062
+ var element_1 = ref.current;
2063
+ var handleSetAssignTo_1 = function (event) {
2064
+ onSetAssignTo(event.detail);
2065
+ };
2066
+ element_1.addEventListener('setAssignTo', handleSetAssignTo_1);
2067
+ return function () {
2068
+ element_1.removeEventListener('setAssignTo', handleSetAssignTo_1);
2069
+ };
2070
+ }
2071
+ }, [onSetAssignTo]);
2072
+ return (React.createElement("velt-comment-dialog-assign-dropdown", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "assign-to": assignTo ? (typeof assignTo === 'string' ? assignTo : JSON.stringify(assignTo)) : undefined, "selected-user-contacts": selectedUserContacts ? (typeof selectedUserContacts === 'string' ? selectedUserContacts : JSON.stringify(selectedUserContacts)) : undefined }, children));
2073
+ };
2074
+
2075
+ var VeltCommentDialogAttachmentButton = function (props) {
2076
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, template = props.template, componentMeta = props.componentMeta, allowedFileTypes = props.allowedFileTypes, onClicked = props.onClicked, onSelectFiles = props.onSelectFiles, children = props.children;
2077
+ var ref = useRef(null);
2078
+ useEffect(function () {
2079
+ if (ref.current) {
2080
+ var element_1 = ref.current;
2081
+ var handleClicked_1 = function () {
2082
+ if (onClicked)
2083
+ onClicked();
2084
+ };
2085
+ var handleSelectFiles_1 = function (event) {
2086
+ if (onSelectFiles)
2087
+ onSelectFiles(event.detail);
2088
+ };
2089
+ if (onClicked) {
2090
+ element_1.addEventListener('clicked', handleClicked_1);
2091
+ }
2092
+ if (onSelectFiles) {
2093
+ element_1.addEventListener('selectFiles', handleSelectFiles_1);
2094
+ }
2095
+ return function () {
2096
+ if (onClicked) {
2097
+ element_1.removeEventListener('clicked', handleClicked_1);
2098
+ }
2099
+ if (onSelectFiles) {
2100
+ element_1.removeEventListener('selectFiles', handleSelectFiles_1);
2101
+ }
2102
+ };
2103
+ }
2104
+ }, [onClicked, onSelectFiles]);
2105
+ return (React.createElement("velt-comment-dialog-attachment-button", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, template: template ? JSON.stringify(template) : undefined, "component-meta": componentMeta ? (typeof componentMeta === 'string' ? componentMeta : JSON.stringify(componentMeta)) : undefined, "allowed-file-types": allowedFileTypes ? (typeof allowedFileTypes === 'string' ? allowedFileTypes : JSON.stringify(allowedFileTypes)) : undefined }, children));
2106
+ };
2107
+
2108
+ var VeltCommentDialogDeviceTypeIcons = function (props) {
2109
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, deviceType = props.deviceType, children = props.children;
2110
+ var ref = useRef(null);
2111
+ return (React.createElement("velt-comment-dialog-device-type-icons", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "device-type": deviceType }, children));
2112
+ };
2113
+
2114
+ var VeltCommentDialogOptions$1 = function (props) {
2115
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, variant = props.variant, children = props.children;
2116
+ var ref = useRef(null);
2117
+ return (React.createElement("velt-comment-dialog-options", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, variant: variant }, children));
2118
+ };
2119
+
2120
+ var VeltCommentDialogPriority$1 = function (props) {
2121
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, variant = props.variant, children = props.children;
2122
+ var ref = useRef(null);
2123
+ return (React.createElement("velt-comment-dialog-priority", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, variant: variant }, children));
2124
+ };
2125
+
2126
+ var VeltCommentDialogStatus$1 = function (props) {
2127
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, variant = props.variant, children = props.children;
2128
+ var ref = useRef(null);
2129
+ return (React.createElement("velt-comment-dialog-status", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, variant: variant }, children));
2130
+ };
2131
+
2132
+ var VeltCommentDialogDeleteButton$1 = function (props) {
2133
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2134
+ var ref = useRef(null);
2135
+ return (React.createElement("velt-comment-dialog-delete-button", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2136
+ };
2137
+
2138
+ var VeltCommentDialogAssigneeBanner$1 = function (props) {
2139
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2140
+ var ref = useRef(null);
2141
+ return (React.createElement("velt-comment-dialog-assignee-banner", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2142
+ };
2143
+
2144
+ var VeltCommentDialogAssigneeBannerUserName$1 = function (props) {
2145
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2146
+ var ref = useRef(null);
2147
+ return (React.createElement("velt-comment-dialog-assignee-banner-user-name", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2148
+ };
2149
+
2150
+ var VeltCommentDialogAssigneeBannerUserAvatar$1 = function (props) {
2151
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2152
+ var ref = useRef(null);
2153
+ return (React.createElement("velt-comment-dialog-assignee-banner-user-avatar", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2154
+ };
2155
+
2156
+ var VeltCommentDialogAssigneeBannerResolveButton$1 = function (props) {
2157
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2158
+ var ref = useRef(null);
2159
+ return (React.createElement("velt-comment-dialog-assignee-banner-resolve-button", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2160
+ };
2161
+
2162
+ var VeltCommentDialogAssigneeBannerUnresolveButton$1 = function (props) {
2163
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2164
+ var ref = useRef(null);
2165
+ return (React.createElement("velt-comment-dialog-assignee-banner-unresolve-button", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2166
+ };
2167
+
2168
+ var VeltCommentDialogAllComment$1 = function (props) {
2169
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2170
+ var ref = useRef(null);
2171
+ return (React.createElement("velt-comment-dialog-all-comment", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2172
+ };
2173
+
2174
+ var VeltCommentDialogApprove$1 = function (props) {
2175
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2176
+ var ref = useRef(null);
2177
+ return (React.createElement("velt-comment-dialog-approve", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2178
+ };
2179
+
2180
+ var VeltCommentDialogAssignMenu$1 = function (props) {
2181
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2182
+ var ref = useRef(null);
2183
+ return (React.createElement("velt-comment-dialog-assign-menu", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2184
+ };
2185
+
2186
+ var VeltCommentDialogBody$1 = function (props) {
2187
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2188
+ var ref = useRef(null);
2189
+ return (React.createElement("velt-comment-dialog-body", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2190
+ };
2191
+
2192
+ var VeltCommentDialogCloseButton$1 = function (props) {
2193
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2194
+ var ref = useRef(null);
2195
+ return (React.createElement("velt-comment-dialog-close-button", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2196
+ };
2197
+
2198
+ var VeltCommentDialogCommentCategory$1 = function (props) {
2199
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2200
+ var ref = useRef(null);
2201
+ return (React.createElement("velt-comment-dialog-comment-category", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2202
+ };
2203
+
2204
+ var VeltCommentDialogCommentIndex$1 = function (props) {
2205
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2206
+ var ref = useRef(null);
2207
+ return (React.createElement("velt-comment-dialog-comment-index", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2208
+ };
2209
+
2210
+ var VeltCommentDialogCommentNumber$1 = function (props) {
2211
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2212
+ var ref = useRef(null);
2213
+ return (React.createElement("velt-comment-dialog-comment-number", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2214
+ };
2215
+
2216
+ var VeltCommentDialogCommentSuggestionStatus$1 = function (props) {
2217
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2218
+ var ref = useRef(null);
2219
+ return (React.createElement("velt-comment-dialog-comment-suggestion-status", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2220
+ };
2221
+
2222
+ var VeltCommentDialogCopyLink$1 = function (props) {
2223
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2224
+ var ref = useRef(null);
2225
+ return (React.createElement("velt-comment-dialog-copy-link", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2226
+ };
2227
+
2228
+ var VeltCommentDialogGhostBanner$1 = function (props) {
2229
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2230
+ var ref = useRef(null);
2231
+ return (React.createElement("velt-comment-dialog-ghost-banner", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2232
+ };
2233
+
2234
+ var VeltCommentDialogHeader$1 = function (props) {
2235
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2236
+ var ref = useRef(null);
2237
+ return (React.createElement("velt-comment-dialog-header", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2238
+ };
2239
+
2240
+ var VeltCommentDialogHideReply$1 = function (props) {
2241
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2242
+ var ref = useRef(null);
2243
+ return (React.createElement("velt-comment-dialog-hide-reply", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2244
+ };
2245
+
2246
+ var VeltCommentDialogMetadata = function (props) {
2247
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2248
+ var ref = useRef(null);
2249
+ return (React.createElement("velt-comment-dialog-metadata", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2250
+ };
2251
+
2252
+ var VeltCommentDialogMoreReply$1 = function (props) {
2253
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2254
+ var ref = useRef(null);
2255
+ return (React.createElement("velt-comment-dialog-more-reply", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2256
+ };
2257
+
2258
+ var VeltCommentDialogNavigationButton$1 = function (props) {
2259
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2260
+ var ref = useRef(null);
2261
+ return (React.createElement("velt-comment-dialog-navigation-button", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2262
+ };
2263
+
2264
+ var VeltCommentDialogPrivateBanner$1 = function (props) {
2265
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2266
+ var ref = useRef(null);
2267
+ return (React.createElement("velt-comment-dialog-private-banner", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2268
+ };
2269
+
2270
+ var VeltCommentDialogPrivateButton = function (props) {
2271
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2272
+ var ref = useRef(null);
2273
+ return (React.createElement("velt-comment-dialog-private-button", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2274
+ };
2275
+
2276
+ var VeltCommentDialogResolveButton$1 = function (props) {
2277
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2278
+ var ref = useRef(null);
2279
+ return (React.createElement("velt-comment-dialog-resolve-button", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2280
+ };
2281
+
2282
+ var VeltCommentDialogSignIn$1 = function (props) {
2283
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2284
+ var ref = useRef(null);
2285
+ return (React.createElement("velt-comment-dialog-sign-in", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2286
+ };
2287
+
2288
+ var VeltCommentDialogThreads$1 = function (props) {
2289
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentDialogSelected = props.commentDialogSelected, children = props.children;
2290
+ var ref = useRef(null);
2291
+ return (React.createElement("velt-comment-dialog-threads", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-dialog-selected": [true, false].includes(commentDialogSelected) ? (commentDialogSelected ? 'true' : 'false') : undefined }, children));
2292
+ };
2293
+
2294
+ var VeltCommentDialogUnresolveButton$1 = function (props) {
2295
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2296
+ var ref = useRef(null);
2297
+ return (React.createElement("velt-comment-dialog-unresolve-button", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2298
+ };
2299
+
2300
+ var VeltCommentDialogUpgrade$1 = function (props) {
2301
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2302
+ var ref = useRef(null);
2303
+ return (React.createElement("velt-comment-dialog-upgrade", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2304
+ };
2305
+
2306
+ var VeltCommentDialogToggleReply$1 = function (props) {
2307
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2308
+ var ref = useRef(null);
2309
+ return (React.createElement("velt-comment-dialog-toggle-reply", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2310
+ };
2311
+
2312
+ var VeltCommentDialogToggleReplyCount$1 = function (props) {
2313
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2314
+ var ref = useRef(null);
2315
+ return (React.createElement("velt-comment-dialog-toggle-reply-count", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2316
+ };
2317
+
2318
+ var VeltCommentDialogToggleReplyIcon$1 = function (props) {
2319
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2320
+ var ref = useRef(null);
2321
+ return (React.createElement("velt-comment-dialog-toggle-reply-icon", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2322
+ };
2323
+
2324
+ var VeltCommentDialogToggleReplyText$1 = function (props) {
2325
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2326
+ var ref = useRef(null);
2327
+ return (React.createElement("velt-comment-dialog-toggle-reply-text", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2328
+ };
2329
+
2330
+ var VeltCommentDialogReplyAvatars$1 = function (props) {
2331
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2332
+ var ref = useRef(null);
2333
+ return (React.createElement("velt-comment-dialog-reply-avatars", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2334
+ };
2335
+
2336
+ var VeltCommentDialogReplyAvatarsList$1 = function (props) {
2337
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2338
+ var ref = useRef(null);
2339
+ return (React.createElement("velt-comment-dialog-reply-avatars-list", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2340
+ };
2341
+
2342
+ var VeltCommentDialogReplyAvatarsListItem$1 = function (props) {
2343
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2344
+ var ref = useRef(null);
2345
+ return (React.createElement("velt-comment-dialog-reply-avatars-list-item", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2346
+ };
2347
+
2348
+ var VeltCommentDialogReplyAvatarsRemainingCount$1 = function (props) {
2349
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2350
+ var ref = useRef(null);
2351
+ return (React.createElement("velt-comment-dialog-reply-avatars-remaining-count", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2352
+ };
2353
+
2354
+ var VeltCommentDialogSuggestionAction$1 = function (props) {
2355
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2356
+ var ref = useRef(null);
2357
+ return (React.createElement("velt-comment-dialog-suggestion-action", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2358
+ };
2359
+
2360
+ var VeltCommentDialogSuggestionActionAccept$1 = function (props) {
2361
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2362
+ var ref = useRef(null);
2363
+ return (React.createElement("velt-comment-dialog-suggestion-action-accept", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2364
+ };
2365
+
2366
+ var VeltCommentDialogSuggestionActionReject$1 = function (props) {
2367
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2368
+ var ref = useRef(null);
2369
+ return (React.createElement("velt-comment-dialog-suggestion-action-reject", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2370
+ };
2371
+
2372
+ var VeltCommentDialogComposer$1 = function (props) {
2373
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, editMode = props.editMode, commentObj = props.commentObj, commentIndex = props.commentIndex, composerWireframe = props.composerWireframe, placeholder = props.placeholder, commentplaceholder = props.commentplaceholder, replyplaceholder = props.replyplaceholder, editplaceholder = props.editplaceholder, targetElementId = props.targetElementId, children = props.children;
2374
+ var ref = useRef(null);
2375
+ return (React.createElement("velt-comment-dialog-composer", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "edit-mode": [true, false].includes(editMode) ? (editMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-index": commentIndex !== undefined ? commentIndex.toString() : undefined, "composer-wireframe": composerWireframe ? JSON.stringify(composerWireframe) : undefined, placeholder: placeholder, "comment-placeholder": commentplaceholder, "reply-placeholder": replyplaceholder, "edit-placeholder": editplaceholder, "target-element-id": targetElementId }, children));
2376
+ };
2377
+
2378
+ var VeltCommentDialogComposerActionButton$1 = function (props) {
2379
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2380
+ var ref = useRef(null);
2381
+ return (React.createElement("velt-comment-dialog-composer-action-button", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2382
+ };
2383
+
2384
+ var VeltCommentDialogComposerAssignUser$1 = function (props) {
2385
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2386
+ var ref = useRef(null);
2387
+ return (React.createElement("velt-comment-dialog-composer-assign-user", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2388
+ };
2389
+
2390
+ var VeltCommentDialogComposerAvatar$1 = function (props) {
2391
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2392
+ var ref = useRef(null);
2393
+ return (React.createElement("velt-comment-dialog-composer-avatar", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2394
+ };
2395
+
2396
+ var VeltCommentDialogComposerInput$1 = function (props) {
2397
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, editMode = props.editMode, commentObj = props.commentObj, commentIndex = props.commentIndex, placeholder = props.placeholder, commentplaceholder = props.commentplaceholder, replyplaceholder = props.replyplaceholder, editplaceholder = props.editplaceholder, children = props.children;
2398
+ var ref = useRef(null);
2399
+ return (React.createElement("velt-comment-dialog-composer-input", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "edit-mode": [true, false].includes(editMode) ? (editMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined, placeholder: placeholder, "comment-placeholder": commentplaceholder, "reply-placeholder": replyplaceholder, "edit-placeholder": editplaceholder }, children));
2400
+ };
2401
+
2402
+ var VeltCommentDialogComposerPrivateBadge$1 = function (props) {
2403
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2404
+ var ref = useRef(null);
2405
+ return (React.createElement("velt-comment-dialog-composer-private-badge", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2406
+ };
2407
+
2408
+ var VeltCommentDialogComposerRecordings$1 = function (props) {
2409
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2410
+ var ref = useRef(null);
2411
+ return (React.createElement("velt-comment-dialog-composer-recordings", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2412
+ };
2413
+
2414
+ var VeltCommentDialogComposerAttachments$1 = function (props) {
2415
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2416
+ var ref = useRef(null);
2417
+ return (React.createElement("velt-comment-dialog-composer-attachments", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2418
+ };
2419
+
2420
+ var VeltCommentDialogComposerAttachmentsSelected$1 = function (props) {
2421
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2422
+ var ref = useRef(null);
2423
+ return (React.createElement("velt-comment-dialog-composer-attachments-selected", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2424
+ };
2425
+
2426
+ var VeltCommentDialogComposerAttachmentsImage$1 = function (props) {
2427
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2428
+ var ref = useRef(null);
2429
+ return (React.createElement("velt-comment-dialog-composer-attachments-image", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2430
+ };
2431
+
2432
+ var VeltCommentDialogComposerAttachmentsImageDelete$1 = function (props) {
2433
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2434
+ var ref = useRef(null);
2435
+ return (React.createElement("velt-comment-dialog-composer-attachments-image-delete", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2436
+ };
2437
+
2438
+ var VeltCommentDialogComposerAttachmentsImageLoading$1 = function (props) {
2439
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2440
+ var ref = useRef(null);
2441
+ return (React.createElement("velt-comment-dialog-composer-attachments-image-loading", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2442
+ };
2443
+
2444
+ var VeltCommentDialogComposerAttachmentsImagePreview$1 = function (props) {
2445
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2446
+ var ref = useRef(null);
2447
+ return (React.createElement("velt-comment-dialog-composer-attachments-image-preview", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2448
+ };
2449
+
2450
+ var VeltCommentDialogComposerAttachmentsOther$1 = function (props) {
2451
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2452
+ var ref = useRef(null);
2453
+ return (React.createElement("velt-comment-dialog-composer-attachments-other", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2454
+ };
2455
+
2456
+ var VeltCommentDialogComposerAttachmentsOtherDelete$1 = function (props) {
2457
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2458
+ var ref = useRef(null);
2459
+ return (React.createElement("velt-comment-dialog-composer-attachments-other-delete", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2460
+ };
2461
+
2462
+ var VeltCommentDialogComposerAttachmentsOtherIcon$1 = function (props) {
2463
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2464
+ var ref = useRef(null);
2465
+ return (React.createElement("velt-comment-dialog-composer-attachments-other-icon", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2466
+ };
2467
+
2468
+ var VeltCommentDialogComposerAttachmentsOtherLoading$1 = function (props) {
2469
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2470
+ var ref = useRef(null);
2471
+ return (React.createElement("velt-comment-dialog-composer-attachments-other-loading", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2472
+ };
2473
+
2474
+ var VeltCommentDialogComposerAttachmentsOtherName$1 = function (props) {
2475
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2476
+ var ref = useRef(null);
2477
+ return (React.createElement("velt-comment-dialog-composer-attachments-other-name", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2478
+ };
2479
+
2480
+ var VeltCommentDialogComposerAttachmentsOtherSize$1 = function (props) {
2481
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2482
+ var ref = useRef(null);
2483
+ return (React.createElement("velt-comment-dialog-composer-attachments-other-size", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2484
+ };
2485
+
2486
+ var VeltCommentDialogComposerAttachmentsInvalid$1 = function (props) {
2487
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2488
+ var ref = useRef(null);
2489
+ return (React.createElement("velt-comment-dialog-composer-attachments-invalid", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2490
+ };
2491
+
2492
+ var VeltCommentDialogComposerAttachmentsInvalidItem$1 = function (props) {
2493
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2494
+ var ref = useRef(null);
2495
+ return (React.createElement("velt-comment-dialog-composer-attachments-invalid-item", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2496
+ };
2497
+
2498
+ var VeltCommentDialogComposerAttachmentsInvalidItemDelete$1 = function (props) {
2499
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2500
+ var ref = useRef(null);
2501
+ return (React.createElement("velt-comment-dialog-composer-attachments-invalid-item-delete", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2502
+ };
2503
+
2504
+ var VeltCommentDialogComposerAttachmentsInvalidItemMessage$1 = function (props) {
2505
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2506
+ var ref = useRef(null);
2507
+ return (React.createElement("velt-comment-dialog-composer-attachments-invalid-item-message", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2508
+ };
2509
+
2510
+ var VeltCommentDialogComposerAttachmentsInvalidItemPreview$1 = function (props) {
2511
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2512
+ var ref = useRef(null);
2513
+ return (React.createElement("velt-comment-dialog-composer-attachments-invalid-item-preview", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2514
+ };
2515
+
2516
+ var VeltCommentDialogThreadCardAttachments$1 = function (props) {
2517
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, attachmentId = props.attachmentId, children = props.children;
2518
+ var ref = useRef(null);
2519
+ return (React.createElement("velt-comment-dialog-thread-card-attachments", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined, "attachment-id": attachmentId }, children));
2520
+ };
2521
+
2522
+ var VeltCommentDialogThreadCardAttachmentsImage$1 = function (props) {
2523
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, attachment = props.attachment, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, attachmentIndex = props.attachmentIndex, children = props.children;
2524
+ var ref = useRef(null);
2525
+ return (React.createElement("velt-comment-dialog-thread-card-attachments-image", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, attachment: attachment ? (typeof attachment === 'string' ? attachment : JSON.stringify(attachment)) : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined, "attachment-index": attachmentIndex !== undefined ? String(attachmentIndex) : undefined }, children));
2526
+ };
2527
+
2528
+ var VeltCommentDialogThreadCardAttachmentsImageDelete$1 = function (props) {
2529
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
2530
+ var ref = useRef(null);
2531
+ return (React.createElement("velt-comment-dialog-thread-card-attachments-image-delete", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
2532
+ };
2533
+
2534
+ var VeltCommentDialogThreadCardAttachmentsImageDownload$1 = function (props) {
2535
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
2536
+ var ref = useRef(null);
2537
+ return (React.createElement("velt-comment-dialog-thread-card-attachments-image-download", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
2538
+ };
2539
+
2540
+ var VeltCommentDialogThreadCardAttachmentsImagePreview$1 = function (props) {
2541
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
2542
+ var ref = useRef(null);
2543
+ return (React.createElement("velt-comment-dialog-thread-card-attachments-image-preview", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
2544
+ };
2545
+
2546
+ var VeltCommentDialogThreadCardAttachmentsOther$1 = function (props) {
2547
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, attachment = props.attachment, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, attachmentIndex = props.attachmentIndex, children = props.children;
2548
+ var ref = useRef(null);
2549
+ return (React.createElement("velt-comment-dialog-thread-card-attachments-other", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, attachment: attachment ? (typeof attachment === 'string' ? attachment : JSON.stringify(attachment)) : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined, "attachment-index": attachmentIndex !== undefined ? String(attachmentIndex) : undefined }, children));
2550
+ };
2551
+
2552
+ var VeltCommentDialogThreadCardAttachmentsOtherDelete$1 = function (props) {
2553
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
2554
+ var ref = useRef(null);
2555
+ return (React.createElement("velt-comment-dialog-thread-card-attachments-other-delete", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
2556
+ };
2557
+
2558
+ var VeltCommentDialogThreadCardAttachmentsOtherDownload$1 = function (props) {
2559
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
2560
+ var ref = useRef(null);
2561
+ return (React.createElement("velt-comment-dialog-thread-card-attachments-other-download", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
2562
+ };
2563
+
2564
+ var VeltCommentDialogThreadCardAttachmentsOtherIcon$1 = function (props) {
2565
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
2566
+ var ref = useRef(null);
2567
+ return (React.createElement("velt-comment-dialog-thread-card-attachments-other-icon", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
2568
+ };
2569
+
2570
+ var VeltCommentDialogThreadCardAttachmentsOtherName$1 = function (props) {
2571
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
2572
+ var ref = useRef(null);
2573
+ return (React.createElement("velt-comment-dialog-thread-card-attachments-other-name", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
2574
+ };
2575
+
2576
+ var VeltCommentDialogThreadCardAttachmentsOtherSize$1 = function (props) {
2577
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, children = props.children;
2578
+ var ref = useRef(null);
2579
+ return (React.createElement("velt-comment-dialog-thread-card-attachments-other-size", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined }, children));
2580
+ };
2581
+
2582
+ var VeltCommentDialogThreadCardSeenDropdown$1 = function (props) {
2583
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentObj = props.commentObj, commentId = props.commentId, commentIndex = props.commentIndex, enableSeenByUsers = props.enableSeenByUsers, isDraft = props.isDraft, viewCount = props.viewCount, children = props.children;
2584
+ var ref = useRef(null);
2585
+ return (React.createElement("velt-comment-dialog-thread-card-seen-dropdown", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined, "comment-obj": commentObj ? (typeof commentObj === 'string' ? commentObj : JSON.stringify(commentObj)) : undefined, "comment-id": commentId !== undefined ? String(commentId) : undefined, "comment-index": commentIndex !== undefined ? String(commentIndex) : undefined, "enable-seen-by-users": enableSeenByUsers !== undefined ? (typeof enableSeenByUsers === 'string' ? enableSeenByUsers : (enableSeenByUsers ? 'true' : 'false')) : undefined, "is-draft": isDraft !== undefined ? (typeof isDraft === 'string' ? isDraft : (isDraft ? 'true' : 'false')) : undefined, "view-count": viewCount !== undefined ? String(viewCount) : undefined }, children));
2586
+ };
2587
+
2588
+ var VeltCommentDialogThreadCardSeenDropdownTrigger$1 = function (props) {
2589
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2590
+ var ref = useRef(null);
2591
+ return (React.createElement("velt-comment-dialog-thread-card-seen-dropdown-trigger", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2592
+ };
2593
+
2594
+ var VeltCommentDialogThreadCardSeenDropdownContent$1 = function (props) {
2595
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2596
+ var ref = useRef(null);
2597
+ return (React.createElement("velt-comment-dialog-thread-card-seen-dropdown-content", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2598
+ };
2599
+
2600
+ var VeltCommentDialogThreadCardSeenDropdownContentTitle$1 = function (props) {
2601
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2602
+ var ref = useRef(null);
2603
+ return (React.createElement("velt-comment-dialog-thread-card-seen-dropdown-content-title", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2604
+ };
2605
+
2606
+ var VeltCommentDialogThreadCardSeenDropdownContentItems$1 = function (props) {
2607
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2608
+ var ref = useRef(null);
2609
+ return (React.createElement("velt-comment-dialog-thread-card-seen-dropdown-content-items", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2610
+ };
2611
+
2612
+ var VeltCommentDialogThreadCardSeenDropdownContentItem$1 = function (props) {
2613
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2614
+ var ref = useRef(null);
2615
+ return (React.createElement("velt-comment-dialog-thread-card-seen-dropdown-content-item", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2616
+ };
2617
+
2618
+ var VeltCommentDialogThreadCardSeenDropdownContentItemAvatar$1 = function (props) {
2619
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2620
+ var ref = useRef(null);
2621
+ return (React.createElement("velt-comment-dialog-thread-card-seen-dropdown-content-item-avatar", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2622
+ };
2623
+
2624
+ var VeltCommentDialogThreadCardSeenDropdownContentItemName$1 = function (props) {
2625
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2626
+ var ref = useRef(null);
2627
+ return (React.createElement("velt-comment-dialog-thread-card-seen-dropdown-content-item-name", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2628
+ };
2629
+
2630
+ var VeltCommentDialogThreadCardSeenDropdownContentItemTime$1 = function (props) {
2631
+ var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, children = props.children;
2632
+ var ref = useRef(null);
2633
+ return (React.createElement("velt-comment-dialog-thread-card-seen-dropdown-content-item-time", { ref: ref, "annotation-id": annotationId, "default-condition": [true, false].includes(defaultCondition) ? (defaultCondition ? 'true' : 'false') : undefined, "inline-comment-section-mode": [true, false].includes(inlineCommentSectionMode) ? (inlineCommentSectionMode ? 'true' : 'false') : undefined }, children));
2634
+ };
2635
+
1641
2636
  var VeltWireframe = function (props) {
1642
2637
  var children = props.children;
1643
2638
  return (React.createElement("velt-wireframe", { style: { display: 'none' } }, children));
@@ -8094,5 +9089,5 @@ var logLiveState = function (action, liveStateDataId) {
8094
9089
  }
8095
9090
  };
8096
9091
 
8097
- export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteGroupOptionWireframe, VeltAutocompleteOptionWireframe, VeltButtonWireframe, VeltCanvasComment, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleWireframe, VeltCommentComposer, VeltCommentComposerWireframe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogWireframe, VeltCommentPin, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentText, VeltCommentThread, VeltCommentThreadWireframe, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, VeltCommentsMinimap, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarButton, VeltCommentsSidebarStatusDropdownWireframe, VeltCommentsSidebarWireframe, VeltConfirmDialogWireframe, SnippylyCursor as VeltCursor, VeltCursorPointerWireframe, VeltData, VeltHighChartComments, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltIf, VeltInlineCommentsSection, VeltInlineCommentsSectionWireframe, VeltInlineReactionsSection, VeltInlineReactionsSectionWireframe, VeltMediaSourceSettingsWireframe, VeltMultiThreadCommentDialogWireframe, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsPanelWireframe, VeltNotificationsTool, VeltNotificationsToolWireframe, VeltPersistentCommentModeWireframe, SnippylyPresence as VeltPresence, VeltPresenceTooltipWireframe, VeltPresenceWireframe, SnippylyProvider as VeltProvider, VeltReactionPinTooltipWireframe, VeltReactionPinWireframe, VeltReactionTool, VeltReactionToolWireframe, VeltReactionsPanelWireframe, VeltRecorderAllToolMenuWireframe, VeltRecorderAllToolWireframe, VeltRecorderAudioToolWireframe, SnippylyRecorderControlPanel as VeltRecorderControlPanel, VeltRecorderControlPanelWireframe, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, VeltRecorderPlayerExpandedWireframe, VeltRecorderPlayerWireframe, VeltRecorderScreenToolWireframe, SnippylyRecorderTool as VeltRecorderTool, VeltRecorderVideoToolWireframe, VeltRecordingPreviewStepsDialogWireframe, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonWireframe, VeltSingleEditorModePanel, VeltSingleEditorModePanelWireframe, VeltSubtitlesWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextCommentToolWireframe, VeltTextCommentToolbar as VeltTextCommentToolbarWireframe, VeltTranscriptionWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoEditor, VeltVideoEditorPlayerWireframe, VeltVideoPlayer, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useAddAttachment, useAddComment, useAddCommentAnnotation, useAddReaction, useApproveCommentAnnotation, useAssignUser, useAutocompleteChipClick, useAutocompleteUtils, useClient, useCommentActionCallback, useCommentAddHandler, useCommentAnnotationById, useCommentAnnotations, useCommentAnnotationsCount, useCommentCopyLinkHandler, useCommentDialogSidebarClickHandler, useCommentEventCallback, useCommentModeState, useCommentSelectionChangeHandler, useCommentSidebarActionButtonClick, useCommentSidebarData, useCommentSidebarInit, useCommentUpdateHandler, useCommentUtils, useContactList, useContactSelected, useContactUtils, useCopyLink, useCrdtEventCallback, useCrdtUtils, useCurrentUser, useCurrentUserPermissions, useCursorUsers, useCursorUtils, useDeleteAttachment, useDeleteComment, useDeleteCommentAnnotation, useDeleteReaction, useDeleteRecording, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useGetAttachment, useGetComment, useGetCommentAnnotations, useGetLink, useGetRecording, useHeartbeat, useHuddleUtils, useIdentify, useLiveSelectionDataHandler, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncEventCallback, useLiveStateSyncUtils, useNotificationEventCallback, useNotificationSettings, useNotificationUtils, useNotificationsData, usePresenceData, usePresenceEventCallback, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderEventCallback, useRecorderUtils, useRecordingDataByRecorderId, useRecordings, useRejectCommentAnnotation, useResolveCommentAnnotation, useServerConnectionStateChangeHandler, useSetDocument, useSetDocumentId, useSetDocuments, useSetLiveStateData, useSetLocation, useSetLocations, useSetRootDocument, useSetRootLocation, useSubscribeCommentAnnotation, useTagAnnotations, useTagUtils, useToggleReaction, useUiState, useUniqueViewsByDate, useUniqueViewsByUser, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountByAnnotationId, useUnreadCommentCountByLocationId, useUnreadCommentCountOnCurrentDocument, useUnreadNotificationsCount, useUnsetDocumentId, useUnsetDocuments, useUnsubscribeCommentAnnotation, useUpdateAccess, useUpdateComment, useUpdatePriority, useUpdateStatus, useUserEditorState, useVeltClient, useVeltEventCallback, useVeltInitState, useViewsUtils };
9092
+ export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteGroupOptionWireframe, VeltAutocompleteOptionWireframe, VeltButtonWireframe, VeltCanvasComment, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleWireframe, VeltCommentComposer, VeltCommentComposerWireframe, VeltCommentDialog, VeltCommentDialogAllComment$1 as VeltCommentDialogAllComment, VeltCommentDialogApprove$1 as VeltCommentDialogApprove, VeltCommentDialogAssignDropdown, VeltCommentDialogAssignMenu$1 as VeltCommentDialogAssignMenu, VeltCommentDialogAssigneeBanner$1 as VeltCommentDialogAssigneeBanner, VeltCommentDialogAssigneeBannerResolveButton$1 as VeltCommentDialogAssigneeBannerResolveButton, VeltCommentDialogAssigneeBannerUnresolveButton$1 as VeltCommentDialogAssigneeBannerUnresolveButton, VeltCommentDialogAssigneeBannerUserAvatar$1 as VeltCommentDialogAssigneeBannerUserAvatar, VeltCommentDialogAssigneeBannerUserName$1 as VeltCommentDialogAssigneeBannerUserName, VeltCommentDialogAttachmentButton, VeltCommentDialogBody$1 as VeltCommentDialogBody, VeltCommentDialogCloseButton$1 as VeltCommentDialogCloseButton, VeltCommentDialogCommentCategory$1 as VeltCommentDialogCommentCategory, VeltCommentDialogCommentIndex$1 as VeltCommentDialogCommentIndex, VeltCommentDialogCommentNumber$1 as VeltCommentDialogCommentNumber, VeltCommentDialogCommentSuggestionStatus$1 as VeltCommentDialogCommentSuggestionStatus, VeltCommentDialogComposer$1 as VeltCommentDialogComposer, VeltCommentDialogComposerActionButton$1 as VeltCommentDialogComposerActionButton, VeltCommentDialogComposerAssignUser$1 as VeltCommentDialogComposerAssignUser, VeltCommentDialogComposerAttachments$1 as VeltCommentDialogComposerAttachments, VeltCommentDialogComposerAttachmentsImage$1 as VeltCommentDialogComposerAttachmentsImage, VeltCommentDialogComposerAttachmentsImageDelete$1 as VeltCommentDialogComposerAttachmentsImageDelete, VeltCommentDialogComposerAttachmentsImageLoading$1 as VeltCommentDialogComposerAttachmentsImageLoading, VeltCommentDialogComposerAttachmentsImagePreview$1 as VeltCommentDialogComposerAttachmentsImagePreview, VeltCommentDialogComposerAttachmentsInvalid$1 as VeltCommentDialogComposerAttachmentsInvalid, VeltCommentDialogComposerAttachmentsInvalidItem$1 as VeltCommentDialogComposerAttachmentsInvalidItem, VeltCommentDialogComposerAttachmentsInvalidItemDelete$1 as VeltCommentDialogComposerAttachmentsInvalidItemDelete, VeltCommentDialogComposerAttachmentsInvalidItemMessage$1 as VeltCommentDialogComposerAttachmentsInvalidItemMessage, VeltCommentDialogComposerAttachmentsInvalidItemPreview$1 as VeltCommentDialogComposerAttachmentsInvalidItemPreview, VeltCommentDialogComposerAttachmentsOther$1 as VeltCommentDialogComposerAttachmentsOther, VeltCommentDialogComposerAttachmentsOtherDelete$1 as VeltCommentDialogComposerAttachmentsOtherDelete, VeltCommentDialogComposerAttachmentsOtherIcon$1 as VeltCommentDialogComposerAttachmentsOtherIcon, VeltCommentDialogComposerAttachmentsOtherLoading$1 as VeltCommentDialogComposerAttachmentsOtherLoading, VeltCommentDialogComposerAttachmentsOtherName$1 as VeltCommentDialogComposerAttachmentsOtherName, VeltCommentDialogComposerAttachmentsOtherSize$1 as VeltCommentDialogComposerAttachmentsOtherSize, VeltCommentDialogComposerAttachmentsSelected$1 as VeltCommentDialogComposerAttachmentsSelected, VeltCommentDialogComposerAvatar$1 as VeltCommentDialogComposerAvatar, VeltCommentDialogComposerInput$1 as VeltCommentDialogComposerInput, VeltCommentDialogComposerPrivateBadge$1 as VeltCommentDialogComposerPrivateBadge, VeltCommentDialogComposerRecordings$1 as VeltCommentDialogComposerRecordings, VeltCommentDialogContextWrapper, VeltCommentDialogCopyLink$1 as VeltCommentDialogCopyLink, VeltCommentDialogCustomAnnotationDropdown$1 as VeltCommentDialogCustomAnnotationDropdown, VeltCommentDialogCustomAnnotationDropdownContent$1 as VeltCommentDialogCustomAnnotationDropdownContent, VeltCommentDialogCustomAnnotationDropdownContentItem$1 as VeltCommentDialogCustomAnnotationDropdownContentItem, VeltCommentDialogCustomAnnotationDropdownContentItemIcon$1 as VeltCommentDialogCustomAnnotationDropdownContentItemIcon, VeltCommentDialogCustomAnnotationDropdownContentItemLabel$1 as VeltCommentDialogCustomAnnotationDropdownContentItemLabel, VeltCommentDialogCustomAnnotationDropdownTrigger$1 as VeltCommentDialogCustomAnnotationDropdownTrigger, VeltCommentDialogCustomAnnotationDropdownTriggerArrow$1 as VeltCommentDialogCustomAnnotationDropdownTriggerArrow, VeltCommentDialogCustomAnnotationDropdownTriggerList$1 as VeltCommentDialogCustomAnnotationDropdownTriggerList, VeltCommentDialogCustomAnnotationDropdownTriggerListItem$1 as VeltCommentDialogCustomAnnotationDropdownTriggerListItem, VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder$1 as VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder, VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount$1 as VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount, VeltCommentDialogDeleteButton$1 as VeltCommentDialogDeleteButton, VeltCommentDialogDeviceTypeIcons, VeltCommentDialogGhostBanner$1 as VeltCommentDialogGhostBanner, VeltCommentDialogHeader$1 as VeltCommentDialogHeader, VeltCommentDialogHideReply$1 as VeltCommentDialogHideReply, VeltCommentDialogMetadata, VeltCommentDialogMoreReply$1 as VeltCommentDialogMoreReply, VeltCommentDialogNavigationButton$1 as VeltCommentDialogNavigationButton, VeltCommentDialogOptions$1 as VeltCommentDialogOptions, VeltCommentDialogOptionsDropdown, VeltCommentDialogOptionsDropdownContent, VeltCommentDialogOptionsDropdownContentAssign, VeltCommentDialogOptionsDropdownContentDelete, VeltCommentDialogOptionsDropdownContentDeleteComment, VeltCommentDialogOptionsDropdownContentDeleteThread, VeltCommentDialogOptionsDropdownContentEdit, VeltCommentDialogOptionsDropdownContentMakePrivate, VeltCommentDialogOptionsDropdownContentMakePrivateDisable, VeltCommentDialogOptionsDropdownContentMakePrivateEnable, VeltCommentDialogOptionsDropdownContentMarkAsRead, VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead, VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread, VeltCommentDialogOptionsDropdownContentNotification, VeltCommentDialogOptionsDropdownContentNotificationSubscribe, VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTrigger, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriority$1 as VeltCommentDialogPriority, VeltCommentDialogPriorityDropdown, VeltCommentDialogPriorityDropdownContent, VeltCommentDialogPriorityDropdownContentItem, VeltCommentDialogPriorityDropdownContentItemIcon, VeltCommentDialogPriorityDropdownContentItemName, VeltCommentDialogPriorityDropdownContentItemTick, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTrigger, VeltCommentDialogPriorityDropdownTriggerArrow, VeltCommentDialogPriorityDropdownTriggerIcon, VeltCommentDialogPriorityDropdownTriggerName, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogPrivateBanner$1 as VeltCommentDialogPrivateBanner, VeltCommentDialogPrivateButton, VeltCommentDialogReplyAvatars$1 as VeltCommentDialogReplyAvatars, VeltCommentDialogReplyAvatarsList$1 as VeltCommentDialogReplyAvatarsList, VeltCommentDialogReplyAvatarsListItem$1 as VeltCommentDialogReplyAvatarsListItem, VeltCommentDialogReplyAvatarsRemainingCount$1 as VeltCommentDialogReplyAvatarsRemainingCount, VeltCommentDialogResolveButton$1 as VeltCommentDialogResolveButton, VeltCommentDialogSignIn$1 as VeltCommentDialogSignIn, VeltCommentDialogStatus$1 as VeltCommentDialogStatus, VeltCommentDialogStatusDropdown, VeltCommentDialogStatusDropdownContent, VeltCommentDialogStatusDropdownContentItem, VeltCommentDialogStatusDropdownContentItemIcon, VeltCommentDialogStatusDropdownContentItemName, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTrigger, VeltCommentDialogStatusDropdownTriggerArrow, VeltCommentDialogStatusDropdownTriggerIcon, VeltCommentDialogStatusDropdownTriggerName, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogSuggestionAction$1 as VeltCommentDialogSuggestionAction, VeltCommentDialogSuggestionActionAccept$1 as VeltCommentDialogSuggestionActionAccept, VeltCommentDialogSuggestionActionReject$1 as VeltCommentDialogSuggestionActionReject, VeltCommentDialogThreadCard$1 as VeltCommentDialogThreadCard, VeltCommentDialogThreadCardAttachments$1 as VeltCommentDialogThreadCardAttachments, VeltCommentDialogThreadCardAttachmentsImage$1 as VeltCommentDialogThreadCardAttachmentsImage, VeltCommentDialogThreadCardAttachmentsImageDelete$1 as VeltCommentDialogThreadCardAttachmentsImageDelete, VeltCommentDialogThreadCardAttachmentsImageDownload$1 as VeltCommentDialogThreadCardAttachmentsImageDownload, VeltCommentDialogThreadCardAttachmentsImagePreview$1 as VeltCommentDialogThreadCardAttachmentsImagePreview, VeltCommentDialogThreadCardAttachmentsOther$1 as VeltCommentDialogThreadCardAttachmentsOther, VeltCommentDialogThreadCardAttachmentsOtherDelete$1 as VeltCommentDialogThreadCardAttachmentsOtherDelete, VeltCommentDialogThreadCardAttachmentsOtherDownload$1 as VeltCommentDialogThreadCardAttachmentsOtherDownload, VeltCommentDialogThreadCardAttachmentsOtherIcon$1 as VeltCommentDialogThreadCardAttachmentsOtherIcon, VeltCommentDialogThreadCardAttachmentsOtherName$1 as VeltCommentDialogThreadCardAttachmentsOtherName, VeltCommentDialogThreadCardAttachmentsOtherSize$1 as VeltCommentDialogThreadCardAttachmentsOtherSize, VeltCommentDialogThreadCardAvatar$1 as VeltCommentDialogThreadCardAvatar, VeltCommentDialogThreadCardDeviceType$1 as VeltCommentDialogThreadCardDeviceType, VeltCommentDialogThreadCardDraft$1 as VeltCommentDialogThreadCardDraft, VeltCommentDialogThreadCardEdited$1 as VeltCommentDialogThreadCardEdited, VeltCommentDialogThreadCardMessage$1 as VeltCommentDialogThreadCardMessage, VeltCommentDialogThreadCardName$1 as VeltCommentDialogThreadCardName, VeltCommentDialogThreadCardOptions$1 as VeltCommentDialogThreadCardOptions, VeltCommentDialogThreadCardReactionTool$1 as VeltCommentDialogThreadCardReactionTool, VeltCommentDialogThreadCardReactions$1 as VeltCommentDialogThreadCardReactions, VeltCommentDialogThreadCardRecordings$1 as VeltCommentDialogThreadCardRecordings, VeltCommentDialogThreadCardReply$1 as VeltCommentDialogThreadCardReply, VeltCommentDialogThreadCardSeenDropdown$1 as VeltCommentDialogThreadCardSeenDropdown, VeltCommentDialogThreadCardSeenDropdownContent$1 as VeltCommentDialogThreadCardSeenDropdownContent, VeltCommentDialogThreadCardSeenDropdownContentItem$1 as VeltCommentDialogThreadCardSeenDropdownContentItem, VeltCommentDialogThreadCardSeenDropdownContentItemAvatar$1 as VeltCommentDialogThreadCardSeenDropdownContentItemAvatar, VeltCommentDialogThreadCardSeenDropdownContentItemName$1 as VeltCommentDialogThreadCardSeenDropdownContentItemName, VeltCommentDialogThreadCardSeenDropdownContentItemTime$1 as VeltCommentDialogThreadCardSeenDropdownContentItemTime, VeltCommentDialogThreadCardSeenDropdownContentItems$1 as VeltCommentDialogThreadCardSeenDropdownContentItems, VeltCommentDialogThreadCardSeenDropdownContentTitle$1 as VeltCommentDialogThreadCardSeenDropdownContentTitle, VeltCommentDialogThreadCardSeenDropdownTrigger$1 as VeltCommentDialogThreadCardSeenDropdownTrigger, VeltCommentDialogThreadCardTime$1 as VeltCommentDialogThreadCardTime, VeltCommentDialogThreadCardUnread$1 as VeltCommentDialogThreadCardUnread, VeltCommentDialogThreads$1 as VeltCommentDialogThreads, VeltCommentDialogToggleReply$1 as VeltCommentDialogToggleReply, VeltCommentDialogToggleReplyCount$1 as VeltCommentDialogToggleReplyCount, VeltCommentDialogToggleReplyIcon$1 as VeltCommentDialogToggleReplyIcon, VeltCommentDialogToggleReplyText$1 as VeltCommentDialogToggleReplyText, VeltCommentDialogUnresolveButton$1 as VeltCommentDialogUnresolveButton, VeltCommentDialogUpgrade$1 as VeltCommentDialogUpgrade, VeltCommentDialogWireframe, VeltCommentPin, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentText, VeltCommentThread, VeltCommentThreadWireframe, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, VeltCommentsMinimap, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarButton, VeltCommentsSidebarStatusDropdownWireframe, VeltCommentsSidebarWireframe, VeltConfirmDialogWireframe, SnippylyCursor as VeltCursor, VeltCursorPointerWireframe, VeltData, VeltHighChartComments, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltIf, VeltInlineCommentsSection, VeltInlineCommentsSectionWireframe, VeltInlineReactionsSection, VeltInlineReactionsSectionWireframe, VeltMediaSourceSettingsWireframe, VeltMultiThreadCommentDialogWireframe, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsPanelWireframe, VeltNotificationsTool, VeltNotificationsToolWireframe, VeltPersistentCommentModeWireframe, SnippylyPresence as VeltPresence, VeltPresenceTooltipWireframe, VeltPresenceWireframe, SnippylyProvider as VeltProvider, VeltReactionPinTooltipWireframe, VeltReactionPinWireframe, VeltReactionTool, VeltReactionToolWireframe, VeltReactionsPanelWireframe, VeltRecorderAllToolMenuWireframe, VeltRecorderAllToolWireframe, VeltRecorderAudioToolWireframe, SnippylyRecorderControlPanel as VeltRecorderControlPanel, VeltRecorderControlPanelWireframe, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, VeltRecorderPlayerExpandedWireframe, VeltRecorderPlayerWireframe, VeltRecorderScreenToolWireframe, SnippylyRecorderTool as VeltRecorderTool, VeltRecorderVideoToolWireframe, VeltRecordingPreviewStepsDialogWireframe, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonWireframe, VeltSingleEditorModePanel, VeltSingleEditorModePanelWireframe, VeltSubtitlesWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextCommentToolWireframe, VeltTextCommentToolbar as VeltTextCommentToolbarWireframe, VeltTranscriptionWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoEditor, VeltVideoEditorPlayerWireframe, VeltVideoPlayer, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useAddAttachment, useAddComment, useAddCommentAnnotation, useAddReaction, useApproveCommentAnnotation, useAssignUser, useAutocompleteChipClick, useAutocompleteUtils, useClient, useCommentActionCallback, useCommentAddHandler, useCommentAnnotationById, useCommentAnnotations, useCommentAnnotationsCount, useCommentCopyLinkHandler, useCommentDialogSidebarClickHandler, useCommentEventCallback, useCommentModeState, useCommentSelectionChangeHandler, useCommentSidebarActionButtonClick, useCommentSidebarData, useCommentSidebarInit, useCommentUpdateHandler, useCommentUtils, useContactList, useContactSelected, useContactUtils, useCopyLink, useCrdtEventCallback, useCrdtUtils, useCurrentUser, useCurrentUserPermissions, useCursorUsers, useCursorUtils, useDeleteAttachment, useDeleteComment, useDeleteCommentAnnotation, useDeleteReaction, useDeleteRecording, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useGetAttachment, useGetComment, useGetCommentAnnotations, useGetLink, useGetRecording, useHeartbeat, useHuddleUtils, useIdentify, useLiveSelectionDataHandler, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncEventCallback, useLiveStateSyncUtils, useNotificationEventCallback, useNotificationSettings, useNotificationUtils, useNotificationsData, usePresenceData, usePresenceEventCallback, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderEventCallback, useRecorderUtils, useRecordingDataByRecorderId, useRecordings, useRejectCommentAnnotation, useResolveCommentAnnotation, useServerConnectionStateChangeHandler, useSetDocument, useSetDocumentId, useSetDocuments, useSetLiveStateData, useSetLocation, useSetLocations, useSetRootDocument, useSetRootLocation, useSubscribeCommentAnnotation, useTagAnnotations, useTagUtils, useToggleReaction, useUiState, useUniqueViewsByDate, useUniqueViewsByUser, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountByAnnotationId, useUnreadCommentCountByLocationId, useUnreadCommentCountOnCurrentDocument, useUnreadNotificationsCount, useUnsetDocumentId, useUnsetDocuments, useUnsubscribeCommentAnnotation, useUpdateAccess, useUpdateComment, useUpdatePriority, useUpdateStatus, useUserEditorState, useVeltClient, useVeltEventCallback, useVeltInitState, useViewsUtils };
8098
9093
  //# sourceMappingURL=index.js.map