@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
@@ -10,6 +10,8 @@ export interface IVeltCommentComposerProps extends React.DetailedHTMLProps<React
10
10
  locationId?: string;
11
11
  documentId?: string;
12
12
  folderId?: string;
13
+ placeholder?: string;
14
+ targetElementId?: string;
13
15
  }
14
16
  declare const VeltCommentComposer: React.FC<IVeltCommentComposerProps>;
15
17
  export default VeltCommentComposer;
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ commentPinSelected?: boolean;
7
+ fullExpanded?: boolean;
8
+ shadowDom?: boolean;
9
+ placeholder?: string;
10
+ }
11
+ declare const VeltCommentDialog: React.FC<IVeltCommentDialogProps>;
12
+ export default VeltCommentDialog;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogAllCommentProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogAllComment: React.FC<IVeltCommentDialogAllCommentProps>;
8
+ export default VeltCommentDialogAllComment;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogAllComment";
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogApproveProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogApprove: React.FC<IVeltCommentDialogApproveProps>;
8
+ export default VeltCommentDialogApprove;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogApprove";
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogAssignDropdownProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ assignTo?: any | string;
7
+ selectedUserContacts?: any[] | string;
8
+ onSetAssignTo?: (event: {
9
+ assignTo: any;
10
+ }) => void;
11
+ }
12
+ declare const VeltCommentDialogAssignDropdown: React.FC<IVeltCommentDialogAssignDropdownProps>;
13
+ export default VeltCommentDialogAssignDropdown;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogAssignDropdown";
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogAssignMenuProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogAssignMenu: React.FC<IVeltCommentDialogAssignMenuProps>;
8
+ export default VeltCommentDialogAssignMenu;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogAssignMenu";
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogAssigneeBannerProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogAssigneeBanner: React.FC<IVeltCommentDialogAssigneeBannerProps>;
8
+ export default VeltCommentDialogAssigneeBanner;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogAssigneeBannerResolveButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogAssigneeBannerResolveButton: React.FC<IVeltCommentDialogAssigneeBannerResolveButtonProps>;
8
+ export default VeltCommentDialogAssigneeBannerResolveButton;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogAssigneeBannerResolveButton";
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogAssigneeBannerUnresolveButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogAssigneeBannerUnresolveButton: React.FC<IVeltCommentDialogAssigneeBannerUnresolveButtonProps>;
8
+ export default VeltCommentDialogAssigneeBannerUnresolveButton;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogAssigneeBannerUnresolveButton";
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogAssigneeBannerUserAvatarProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogAssigneeBannerUserAvatar: React.FC<IVeltCommentDialogAssigneeBannerUserAvatarProps>;
8
+ export default VeltCommentDialogAssigneeBannerUserAvatar;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogAssigneeBannerUserAvatar";
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogAssigneeBannerUserNameProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogAssigneeBannerUserName: React.FC<IVeltCommentDialogAssigneeBannerUserNameProps>;
8
+ export default VeltCommentDialogAssigneeBannerUserName;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogAssigneeBannerUserName";
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogAssigneeBanner";
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogAttachmentButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ template?: any;
7
+ componentMeta?: {
8
+ componentName: string;
9
+ variant?: string;
10
+ suffix?: string;
11
+ } | string;
12
+ allowedFileTypes?: string[] | string;
13
+ onClicked?: () => void;
14
+ onSelectFiles?: (files: any) => void;
15
+ }
16
+ declare const VeltCommentDialogAttachmentButton: React.FC<IVeltCommentDialogAttachmentButtonProps>;
17
+ export default VeltCommentDialogAttachmentButton;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogAttachmentButton";
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogBodyProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogBody: React.FC<IVeltCommentDialogBodyProps>;
8
+ export default VeltCommentDialogBody;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogBody";
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogCloseButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogCloseButton: React.FC<IVeltCommentDialogCloseButtonProps>;
8
+ export default VeltCommentDialogCloseButton;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogCloseButton";
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogCommentCategoryProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogCommentCategory: React.FC<IVeltCommentDialogCommentCategoryProps>;
8
+ export default VeltCommentDialogCommentCategory;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogCommentCategory";
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogCommentIndexProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogCommentIndex: React.FC<IVeltCommentDialogCommentIndexProps>;
8
+ export default VeltCommentDialogCommentIndex;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogCommentIndex";
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogCommentNumberProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogCommentNumber: React.FC<IVeltCommentDialogCommentNumberProps>;
8
+ export default VeltCommentDialogCommentNumber;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogCommentNumber";
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogCommentSuggestionStatusProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogCommentSuggestionStatus: React.FC<IVeltCommentDialogCommentSuggestionStatusProps>;
8
+ export default VeltCommentDialogCommentSuggestionStatus;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogCommentSuggestionStatus";
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogComposerProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ editMode?: boolean;
7
+ commentObj?: any | string;
8
+ commentIndex?: number | string;
9
+ composerWireframe?: any;
10
+ placeholder?: string;
11
+ commentplaceholder?: string;
12
+ replyplaceholder?: string;
13
+ editplaceholder?: string;
14
+ targetElementId?: string;
15
+ }
16
+ declare const VeltCommentDialogComposer: React.FC<IVeltCommentDialogComposerProps>;
17
+ export default VeltCommentDialogComposer;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogComposerActionButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogComposerActionButton: React.FC<IVeltCommentDialogComposerActionButtonProps>;
8
+ export default VeltCommentDialogComposerActionButton;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogComposerActionButton";
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogComposerAssignUserProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogComposerAssignUser: React.FC<IVeltCommentDialogComposerAssignUserProps>;
8
+ export default VeltCommentDialogComposerAssignUser;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogComposerAssignUser";
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogComposerAttachmentsProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogComposerAttachments: React.FC<IVeltCommentDialogComposerAttachmentsProps>;
8
+ export default VeltCommentDialogComposerAttachments;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogComposerAttachmentsImageProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogComposerAttachmentsImage: React.FC<IVeltCommentDialogComposerAttachmentsImageProps>;
8
+ export default VeltCommentDialogComposerAttachmentsImage;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogComposerAttachmentsImageDeleteProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogComposerAttachmentsImageDelete: React.FC<IVeltCommentDialogComposerAttachmentsImageDeleteProps>;
8
+ export default VeltCommentDialogComposerAttachmentsImageDelete;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogComposerAttachmentsImageLoadingProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogComposerAttachmentsImageLoading: React.FC<IVeltCommentDialogComposerAttachmentsImageLoadingProps>;
8
+ export default VeltCommentDialogComposerAttachmentsImageLoading;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogComposerAttachmentsImagePreviewProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogComposerAttachmentsImagePreview: React.FC<IVeltCommentDialogComposerAttachmentsImagePreviewProps>;
8
+ export default VeltCommentDialogComposerAttachmentsImagePreview;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogComposerAttachmentsInvalidProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogComposerAttachmentsInvalid: React.FC<IVeltCommentDialogComposerAttachmentsInvalidProps>;
8
+ export default VeltCommentDialogComposerAttachmentsInvalid;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogComposerAttachmentsInvalidItemProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogComposerAttachmentsInvalidItem: React.FC<IVeltCommentDialogComposerAttachmentsInvalidItemProps>;
8
+ export default VeltCommentDialogComposerAttachmentsInvalidItem;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogComposerAttachmentsInvalidItemDeleteProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogComposerAttachmentsInvalidItemDelete: React.FC<IVeltCommentDialogComposerAttachmentsInvalidItemDeleteProps>;
8
+ export default VeltCommentDialogComposerAttachmentsInvalidItemDelete;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogComposerAttachmentsInvalidItemMessageProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogComposerAttachmentsInvalidItemMessage: React.FC<IVeltCommentDialogComposerAttachmentsInvalidItemMessageProps>;
8
+ export default VeltCommentDialogComposerAttachmentsInvalidItemMessage;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogComposerAttachmentsInvalidItemPreviewProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogComposerAttachmentsInvalidItemPreview: React.FC<IVeltCommentDialogComposerAttachmentsInvalidItemPreviewProps>;
8
+ export default VeltCommentDialogComposerAttachmentsInvalidItemPreview;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogComposerAttachmentsOtherProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogComposerAttachmentsOther: React.FC<IVeltCommentDialogComposerAttachmentsOtherProps>;
8
+ export default VeltCommentDialogComposerAttachmentsOther;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogComposerAttachmentsOtherDeleteProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogComposerAttachmentsOtherDelete: React.FC<IVeltCommentDialogComposerAttachmentsOtherDeleteProps>;
8
+ export default VeltCommentDialogComposerAttachmentsOtherDelete;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogComposerAttachmentsOtherIconProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogComposerAttachmentsOtherIcon: React.FC<IVeltCommentDialogComposerAttachmentsOtherIconProps>;
8
+ export default VeltCommentDialogComposerAttachmentsOtherIcon;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogComposerAttachmentsOtherLoadingProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogComposerAttachmentsOtherLoading: React.FC<IVeltCommentDialogComposerAttachmentsOtherLoadingProps>;
8
+ export default VeltCommentDialogComposerAttachmentsOtherLoading;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogComposerAttachmentsOtherNameProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogComposerAttachmentsOtherName: React.FC<IVeltCommentDialogComposerAttachmentsOtherNameProps>;
8
+ export default VeltCommentDialogComposerAttachmentsOtherName;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogComposerAttachmentsOtherSizeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogComposerAttachmentsOtherSize: React.FC<IVeltCommentDialogComposerAttachmentsOtherSizeProps>;
8
+ export default VeltCommentDialogComposerAttachmentsOtherSize;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogComposerAttachmentsSelectedProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogComposerAttachmentsSelected: React.FC<IVeltCommentDialogComposerAttachmentsSelectedProps>;
8
+ export default VeltCommentDialogComposerAttachmentsSelected;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogComposerAttachments";
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogComposerAvatarProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogComposerAvatar: React.FC<IVeltCommentDialogComposerAvatarProps>;
8
+ export default VeltCommentDialogComposerAvatar;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogComposerAvatar";
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogComposerInputProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ editMode?: boolean;
7
+ commentObj?: any | string;
8
+ commentIndex?: number | string;
9
+ placeholder?: string;
10
+ commentplaceholder?: string;
11
+ replyplaceholder?: string;
12
+ editplaceholder?: string;
13
+ }
14
+ declare const VeltCommentDialogComposerInput: React.FC<IVeltCommentDialogComposerInputProps>;
15
+ export default VeltCommentDialogComposerInput;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogComposerInput";
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogComposerPrivateBadgeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogComposerPrivateBadge: React.FC<IVeltCommentDialogComposerPrivateBadgeProps>;
8
+ export default VeltCommentDialogComposerPrivateBadge;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogComposerPrivateBadge";
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogComposerRecordingsProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogComposerRecordings: React.FC<IVeltCommentDialogComposerRecordingsProps>;
8
+ export default VeltCommentDialogComposerRecordings;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogComposerRecordings";
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogComposer";