@veltdev/react 5.0.2-beta.7 → 5.0.2-beta.9

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 (228) hide show
  1. package/cjs/index.js +416 -4
  2. package/cjs/index.js.map +1 -1
  3. package/cjs/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +1 -0
  4. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2.d.ts +18 -0
  5. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2CloseButton/VeltCommentsSidebarV2CloseButton.d.ts +5 -0
  6. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2CloseButton/index.d.ts +1 -0
  7. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2EmptyPlaceholder.d.ts +5 -0
  8. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2ResetFilterButton/VeltCommentsSidebarV2ResetFilterButton.d.ts +5 -0
  9. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2ResetFilterButton/index.d.ts +1 -0
  10. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2EmptyPlaceholder/index.d.ts +1 -0
  11. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdown.d.ts +5 -0
  12. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContent.d.ts +6 -0
  13. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentList.d.ts +6 -0
  14. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategory.d.ts +7 -0
  15. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent.d.ts +7 -0
  16. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent/index.d.ts +1 -0
  17. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/index.d.ts +1 -0
  18. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItem.d.ts +7 -0
  19. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator.d.ts +7 -0
  20. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator/index.d.ts +1 -0
  21. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemLabel/VeltCommentsSidebarV2FilterDropdownContentListItemLabel.d.ts +6 -0
  22. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemLabel/index.d.ts +1 -0
  23. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/index.d.ts +1 -0
  24. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/index.d.ts +1 -0
  25. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/index.d.ts +1 -0
  26. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownTrigger/VeltCommentsSidebarV2FilterDropdownTrigger.d.ts +6 -0
  27. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownTrigger/index.d.ts +1 -0
  28. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/index.d.ts +1 -0
  29. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThread.d.ts +5 -0
  30. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadBackButton/VeltCommentsSidebarV2FocusedThreadBackButton.d.ts +5 -0
  31. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadBackButton/index.d.ts +1 -0
  32. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadDialogContainer/VeltCommentsSidebarV2FocusedThreadDialogContainer.d.ts +5 -0
  33. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadDialogContainer/index.d.ts +1 -0
  34. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/index.d.ts +1 -0
  35. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Header/VeltCommentsSidebarV2Header.d.ts +5 -0
  36. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Header/index.d.ts +1 -0
  37. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2List/VeltCommentsSidebarV2List.d.ts +5 -0
  38. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2List/VeltCommentsSidebarV2ListItem/VeltCommentsSidebarV2ListItem.d.ts +7 -0
  39. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2List/VeltCommentsSidebarV2ListItem/index.d.ts +1 -0
  40. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2List/index.d.ts +1 -0
  41. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdown.d.ts +5 -0
  42. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContent.d.ts +5 -0
  43. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead.d.ts +5 -0
  44. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead/index.d.ts +1 -0
  45. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved.d.ts +5 -0
  46. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved/index.d.ts +1 -0
  47. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/index.d.ts +1 -0
  48. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownTrigger/VeltCommentsSidebarV2MinimalActionsDropdownTrigger.d.ts +5 -0
  49. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownTrigger/index.d.ts +1 -0
  50. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/index.d.ts +1 -0
  51. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2PageModeComposer/VeltCommentsSidebarV2PageModeComposer.d.ts +5 -0
  52. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2PageModeComposer/index.d.ts +1 -0
  53. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Panel/VeltCommentsSidebarV2Panel.d.ts +5 -0
  54. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Panel/index.d.ts +1 -0
  55. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Skeleton/VeltCommentsSidebarV2Skeleton.d.ts +5 -0
  56. package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Skeleton/index.d.ts +1 -0
  57. package/cjs/types/components/VeltCommentsSidebarV2/index.d.ts +27 -0
  58. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2CloseButton/VeltCommentsSidebarV2CloseButton.d.ts +8 -0
  59. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2CloseButton/index.d.ts +1 -0
  60. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2EmptyPlaceholder.d.ts +10 -0
  61. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2ResetFilterButton/VeltCommentsSidebarV2ResetFilterButton.d.ts +8 -0
  62. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2ResetFilterButton/index.d.ts +1 -0
  63. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2EmptyPlaceholder/index.d.ts +1 -0
  64. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdown.d.ts +12 -0
  65. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContent.d.ts +10 -0
  66. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentList.d.ts +12 -0
  67. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategory.d.ts +10 -0
  68. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent.d.ts +8 -0
  69. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent/index.d.ts +1 -0
  70. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/index.d.ts +1 -0
  71. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItem.d.ts +12 -0
  72. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator.d.ts +8 -0
  73. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator/index.d.ts +1 -0
  74. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemLabel/VeltCommentsSidebarV2FilterDropdownContentListItemLabel.d.ts +8 -0
  75. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemLabel/index.d.ts +1 -0
  76. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/index.d.ts +1 -0
  77. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/index.d.ts +1 -0
  78. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/index.d.ts +1 -0
  79. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownTrigger/VeltCommentsSidebarV2FilterDropdownTrigger.d.ts +8 -0
  80. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownTrigger/index.d.ts +1 -0
  81. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/index.d.ts +1 -0
  82. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThread.d.ts +12 -0
  83. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadBackButton/VeltCommentsSidebarV2FocusedThreadBackButton.d.ts +8 -0
  84. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadBackButton/index.d.ts +1 -0
  85. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadDialogContainer/VeltCommentsSidebarV2FocusedThreadDialogContainer.d.ts +8 -0
  86. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadDialogContainer/index.d.ts +1 -0
  87. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/index.d.ts +1 -0
  88. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Header/VeltCommentsSidebarV2Header.d.ts +8 -0
  89. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Header/index.d.ts +1 -0
  90. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2List/VeltCommentsSidebarV2List.d.ts +10 -0
  91. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2List/VeltCommentsSidebarV2ListItem/VeltCommentsSidebarV2ListItem.d.ts +8 -0
  92. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2List/VeltCommentsSidebarV2ListItem/index.d.ts +1 -0
  93. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2List/index.d.ts +1 -0
  94. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdown.d.ts +12 -0
  95. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContent.d.ts +12 -0
  96. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead.d.ts +8 -0
  97. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead/index.d.ts +1 -0
  98. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved.d.ts +8 -0
  99. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved/index.d.ts +1 -0
  100. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/index.d.ts +1 -0
  101. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownTrigger/VeltCommentsSidebarV2MinimalActionsDropdownTrigger.d.ts +8 -0
  102. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownTrigger/index.d.ts +1 -0
  103. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/index.d.ts +1 -0
  104. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2PageModeComposer/VeltCommentsSidebarV2PageModeComposer.d.ts +8 -0
  105. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2PageModeComposer/index.d.ts +1 -0
  106. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Panel/VeltCommentsSidebarV2Panel.d.ts +8 -0
  107. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Panel/index.d.ts +1 -0
  108. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Skeleton/VeltCommentsSidebarV2Skeleton.d.ts +8 -0
  109. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Skeleton/index.d.ts +1 -0
  110. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Wireframe.d.ts +27 -0
  111. package/cjs/types/components/VeltCommentsSidebarV2Wireframe/index.d.ts +27 -0
  112. package/cjs/types/components/index.d.ts +28 -0
  113. package/cjs/types/constants.d.ts +1 -1
  114. package/esm/index.js +389 -5
  115. package/esm/index.js.map +1 -1
  116. package/esm/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +1 -0
  117. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2.d.ts +18 -0
  118. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2CloseButton/VeltCommentsSidebarV2CloseButton.d.ts +5 -0
  119. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2CloseButton/index.d.ts +1 -0
  120. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2EmptyPlaceholder.d.ts +5 -0
  121. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2ResetFilterButton/VeltCommentsSidebarV2ResetFilterButton.d.ts +5 -0
  122. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2ResetFilterButton/index.d.ts +1 -0
  123. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2EmptyPlaceholder/index.d.ts +1 -0
  124. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdown.d.ts +5 -0
  125. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContent.d.ts +6 -0
  126. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentList.d.ts +6 -0
  127. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategory.d.ts +7 -0
  128. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent.d.ts +7 -0
  129. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent/index.d.ts +1 -0
  130. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/index.d.ts +1 -0
  131. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItem.d.ts +7 -0
  132. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator.d.ts +7 -0
  133. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator/index.d.ts +1 -0
  134. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemLabel/VeltCommentsSidebarV2FilterDropdownContentListItemLabel.d.ts +6 -0
  135. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemLabel/index.d.ts +1 -0
  136. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/index.d.ts +1 -0
  137. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/index.d.ts +1 -0
  138. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/index.d.ts +1 -0
  139. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownTrigger/VeltCommentsSidebarV2FilterDropdownTrigger.d.ts +6 -0
  140. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownTrigger/index.d.ts +1 -0
  141. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/index.d.ts +1 -0
  142. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThread.d.ts +5 -0
  143. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadBackButton/VeltCommentsSidebarV2FocusedThreadBackButton.d.ts +5 -0
  144. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadBackButton/index.d.ts +1 -0
  145. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadDialogContainer/VeltCommentsSidebarV2FocusedThreadDialogContainer.d.ts +5 -0
  146. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadDialogContainer/index.d.ts +1 -0
  147. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/index.d.ts +1 -0
  148. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Header/VeltCommentsSidebarV2Header.d.ts +5 -0
  149. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Header/index.d.ts +1 -0
  150. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2List/VeltCommentsSidebarV2List.d.ts +5 -0
  151. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2List/VeltCommentsSidebarV2ListItem/VeltCommentsSidebarV2ListItem.d.ts +7 -0
  152. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2List/VeltCommentsSidebarV2ListItem/index.d.ts +1 -0
  153. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2List/index.d.ts +1 -0
  154. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdown.d.ts +5 -0
  155. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContent.d.ts +5 -0
  156. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead.d.ts +5 -0
  157. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead/index.d.ts +1 -0
  158. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved.d.ts +5 -0
  159. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved/index.d.ts +1 -0
  160. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/index.d.ts +1 -0
  161. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownTrigger/VeltCommentsSidebarV2MinimalActionsDropdownTrigger.d.ts +5 -0
  162. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownTrigger/index.d.ts +1 -0
  163. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/index.d.ts +1 -0
  164. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2PageModeComposer/VeltCommentsSidebarV2PageModeComposer.d.ts +5 -0
  165. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2PageModeComposer/index.d.ts +1 -0
  166. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Panel/VeltCommentsSidebarV2Panel.d.ts +5 -0
  167. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Panel/index.d.ts +1 -0
  168. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Skeleton/VeltCommentsSidebarV2Skeleton.d.ts +5 -0
  169. package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Skeleton/index.d.ts +1 -0
  170. package/esm/types/components/VeltCommentsSidebarV2/index.d.ts +27 -0
  171. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2CloseButton/VeltCommentsSidebarV2CloseButton.d.ts +8 -0
  172. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2CloseButton/index.d.ts +1 -0
  173. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2EmptyPlaceholder.d.ts +10 -0
  174. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2ResetFilterButton/VeltCommentsSidebarV2ResetFilterButton.d.ts +8 -0
  175. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2ResetFilterButton/index.d.ts +1 -0
  176. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2EmptyPlaceholder/index.d.ts +1 -0
  177. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdown.d.ts +12 -0
  178. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContent.d.ts +10 -0
  179. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentList.d.ts +12 -0
  180. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategory.d.ts +10 -0
  181. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent.d.ts +8 -0
  182. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent/index.d.ts +1 -0
  183. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/index.d.ts +1 -0
  184. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItem.d.ts +12 -0
  185. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator.d.ts +8 -0
  186. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator/index.d.ts +1 -0
  187. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemLabel/VeltCommentsSidebarV2FilterDropdownContentListItemLabel.d.ts +8 -0
  188. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemLabel/index.d.ts +1 -0
  189. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/index.d.ts +1 -0
  190. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/index.d.ts +1 -0
  191. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/index.d.ts +1 -0
  192. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownTrigger/VeltCommentsSidebarV2FilterDropdownTrigger.d.ts +8 -0
  193. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownTrigger/index.d.ts +1 -0
  194. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/index.d.ts +1 -0
  195. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThread.d.ts +12 -0
  196. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadBackButton/VeltCommentsSidebarV2FocusedThreadBackButton.d.ts +8 -0
  197. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadBackButton/index.d.ts +1 -0
  198. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadDialogContainer/VeltCommentsSidebarV2FocusedThreadDialogContainer.d.ts +8 -0
  199. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadDialogContainer/index.d.ts +1 -0
  200. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/index.d.ts +1 -0
  201. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Header/VeltCommentsSidebarV2Header.d.ts +8 -0
  202. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Header/index.d.ts +1 -0
  203. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2List/VeltCommentsSidebarV2List.d.ts +10 -0
  204. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2List/VeltCommentsSidebarV2ListItem/VeltCommentsSidebarV2ListItem.d.ts +8 -0
  205. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2List/VeltCommentsSidebarV2ListItem/index.d.ts +1 -0
  206. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2List/index.d.ts +1 -0
  207. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdown.d.ts +12 -0
  208. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContent.d.ts +12 -0
  209. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead.d.ts +8 -0
  210. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead/index.d.ts +1 -0
  211. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved.d.ts +8 -0
  212. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved/index.d.ts +1 -0
  213. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/index.d.ts +1 -0
  214. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownTrigger/VeltCommentsSidebarV2MinimalActionsDropdownTrigger.d.ts +8 -0
  215. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownTrigger/index.d.ts +1 -0
  216. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/index.d.ts +1 -0
  217. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2PageModeComposer/VeltCommentsSidebarV2PageModeComposer.d.ts +8 -0
  218. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2PageModeComposer/index.d.ts +1 -0
  219. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Panel/VeltCommentsSidebarV2Panel.d.ts +8 -0
  220. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Panel/index.d.ts +1 -0
  221. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Skeleton/VeltCommentsSidebarV2Skeleton.d.ts +8 -0
  222. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Skeleton/index.d.ts +1 -0
  223. package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Wireframe.d.ts +27 -0
  224. package/esm/types/components/VeltCommentsSidebarV2Wireframe/index.d.ts +27 -0
  225. package/esm/types/components/index.d.ts +28 -0
  226. package/esm/types/constants.d.ts +1 -1
  227. package/index.d.ts +298 -1
  228. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -277,6 +277,7 @@ interface IVeltCommentsSidebarProps {
277
277
  commentPlaceholder?: string;
278
278
  replyPlaceholder?: string;
279
279
  pageModePlaceholder?: string;
280
+ version?: string;
280
281
  }
281
282
  declare const SnippylyCommentsSidebar: React$1.FC<IVeltCommentsSidebarProps>;
282
283
 
@@ -889,6 +890,141 @@ interface IVeltVideoEditorProps extends React$1.DetailedHTMLProps<React$1.HTMLAt
889
890
  }
890
891
  declare const VeltVideoEditor: React$1.FC<IVeltVideoEditorProps>;
891
892
 
893
+ interface IVeltCommentsSidebarV2Props extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
894
+ pageMode?: boolean;
895
+ focusedThreadMode?: boolean;
896
+ readOnly?: boolean;
897
+ embedMode?: string;
898
+ floatingMode?: boolean;
899
+ position?: string;
900
+ variant?: string;
901
+ forceClose?: boolean;
902
+ version?: string;
903
+ onSidebarOpen?: Function;
904
+ onSidebarClose?: Function;
905
+ onCommentClick?: Function;
906
+ onCommentNavigationButtonClick?: Function;
907
+ }
908
+ declare const VeltCommentsSidebarV2: React$1.FC<IVeltCommentsSidebarV2Props>;
909
+
910
+ interface IVeltCommentsSidebarV2SkeletonProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
911
+ }
912
+ declare const VeltCommentsSidebarV2Skeleton: React$1.FC<IVeltCommentsSidebarV2SkeletonProps$1>;
913
+
914
+ interface IVeltCommentsSidebarV2PanelProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
915
+ }
916
+ declare const VeltCommentsSidebarV2Panel: React$1.FC<IVeltCommentsSidebarV2PanelProps$1>;
917
+
918
+ interface IVeltCommentsSidebarV2HeaderProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
919
+ }
920
+ declare const VeltCommentsSidebarV2Header: React$1.FC<IVeltCommentsSidebarV2HeaderProps$1>;
921
+
922
+ interface IVeltCommentsSidebarV2CloseButtonProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
923
+ }
924
+ declare const VeltCommentsSidebarV2CloseButton: React$1.FC<IVeltCommentsSidebarV2CloseButtonProps$1>;
925
+
926
+ interface IVeltCommentsSidebarV2EmptyPlaceholderProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
927
+ }
928
+ declare const VeltCommentsSidebarV2EmptyPlaceholder: React$1.FC<IVeltCommentsSidebarV2EmptyPlaceholderProps$1>;
929
+
930
+ interface IVeltCommentsSidebarV2ResetFilterButtonProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
931
+ }
932
+ declare const VeltCommentsSidebarV2ResetFilterButton: React$1.FC<IVeltCommentsSidebarV2ResetFilterButtonProps$1>;
933
+
934
+ interface IVeltCommentsSidebarV2ListProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
935
+ }
936
+ declare const VeltCommentsSidebarV2List: React$1.FC<IVeltCommentsSidebarV2ListProps$1>;
937
+
938
+ interface IVeltCommentsSidebarV2ListItemProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
939
+ annotation?: any;
940
+ scrollIdle?: boolean;
941
+ }
942
+ declare const VeltCommentsSidebarV2ListItem: React$1.FC<IVeltCommentsSidebarV2ListItemProps$1>;
943
+
944
+ interface IVeltCommentsSidebarV2PageModeComposerProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
945
+ }
946
+ declare const VeltCommentsSidebarV2PageModeComposer: React$1.FC<IVeltCommentsSidebarV2PageModeComposerProps$1>;
947
+
948
+ interface IVeltCommentsSidebarV2FocusedThreadProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
949
+ }
950
+ declare const VeltCommentsSidebarV2FocusedThread: React$1.FC<IVeltCommentsSidebarV2FocusedThreadProps$1>;
951
+
952
+ interface IVeltCommentsSidebarV2FocusedThreadBackButtonProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
953
+ }
954
+ declare const VeltCommentsSidebarV2FocusedThreadBackButton: React$1.FC<IVeltCommentsSidebarV2FocusedThreadBackButtonProps$1>;
955
+
956
+ interface IVeltCommentsSidebarV2FocusedThreadDialogContainerProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
957
+ }
958
+ declare const VeltCommentsSidebarV2FocusedThreadDialogContainer: React$1.FC<IVeltCommentsSidebarV2FocusedThreadDialogContainerProps$1>;
959
+
960
+ interface IVeltCommentsSidebarV2MinimalActionsDropdownProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
961
+ }
962
+ declare const VeltCommentsSidebarV2MinimalActionsDropdown: React$1.FC<IVeltCommentsSidebarV2MinimalActionsDropdownProps$1>;
963
+
964
+ interface IVeltCommentsSidebarV2MinimalActionsDropdownTriggerProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
965
+ }
966
+ declare const VeltCommentsSidebarV2MinimalActionsDropdownTrigger: React$1.FC<IVeltCommentsSidebarV2MinimalActionsDropdownTriggerProps$1>;
967
+
968
+ interface IVeltCommentsSidebarV2MinimalActionsDropdownContentProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
969
+ }
970
+ declare const VeltCommentsSidebarV2MinimalActionsDropdownContent: React$1.FC<IVeltCommentsSidebarV2MinimalActionsDropdownContentProps$1>;
971
+
972
+ interface IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllReadProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
973
+ }
974
+ declare const VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead: React$1.FC<IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllReadProps$1>;
975
+
976
+ interface IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolvedProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
977
+ }
978
+ declare const VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved: React$1.FC<IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolvedProps$1>;
979
+
980
+ interface IVeltCommentsSidebarV2FilterDropdownProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
981
+ }
982
+ declare const VeltCommentsSidebarV2FilterDropdown: React$1.FC<IVeltCommentsSidebarV2FilterDropdownProps$1>;
983
+
984
+ interface IVeltCommentsSidebarV2FilterDropdownTriggerProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
985
+ isActive?: boolean;
986
+ }
987
+ declare const VeltCommentsSidebarV2FilterDropdownTrigger: React$1.FC<IVeltCommentsSidebarV2FilterDropdownTriggerProps$1>;
988
+
989
+ interface IVeltCommentsSidebarV2FilterDropdownContentProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
990
+ groups?: any;
991
+ }
992
+ declare const VeltCommentsSidebarV2FilterDropdownContent: React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentProps$1>;
993
+
994
+ interface IVeltCommentsSidebarV2FilterDropdownContentListProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
995
+ groups?: any;
996
+ }
997
+ declare const VeltCommentsSidebarV2FilterDropdownContentList: React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentListProps$1>;
998
+
999
+ interface IVeltCommentsSidebarV2FilterDropdownContentListItemProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
1000
+ item?: any;
1001
+ group?: any;
1002
+ }
1003
+ declare const VeltCommentsSidebarV2FilterDropdownContentListItem: React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentListItemProps$1>;
1004
+
1005
+ interface IVeltCommentsSidebarV2FilterDropdownContentListItemIndicatorProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
1006
+ mode?: string;
1007
+ selected?: boolean;
1008
+ }
1009
+ declare const VeltCommentsSidebarV2FilterDropdownContentListItemIndicator: React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentListItemIndicatorProps$1>;
1010
+
1011
+ interface IVeltCommentsSidebarV2FilterDropdownContentListItemLabelProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
1012
+ label?: string;
1013
+ }
1014
+ declare const VeltCommentsSidebarV2FilterDropdownContentListItemLabel: React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentListItemLabelProps$1>;
1015
+
1016
+ interface IVeltCommentsSidebarV2FilterDropdownContentListCategoryProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
1017
+ group?: any;
1018
+ itemTemplate?: any;
1019
+ }
1020
+ declare const VeltCommentsSidebarV2FilterDropdownContentListCategory: React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentListCategoryProps$1>;
1021
+
1022
+ interface IVeltCommentsSidebarV2FilterDropdownContentListCategoryContentProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
1023
+ group?: any;
1024
+ itemTemplate?: any;
1025
+ }
1026
+ declare const VeltCommentsSidebarV2FilterDropdownContentListCategoryContent: React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentListCategoryContentProps$1>;
1027
+
892
1028
  interface IVeltCommentDialogProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
893
1029
  annotationId?: string;
894
1030
  defaultCondition?: boolean;
@@ -3666,6 +3802,167 @@ declare const VeltCommentsSidebarWireframe: React$1.FC<IVeltCommentsSidebarWiref
3666
3802
  FullscreenButton: IVeltCommentsSidebarFullscreenButton;
3667
3803
  };
3668
3804
 
3805
+ interface IVeltCommentsSidebarV2SkeletonProps extends IVeltWireframeCommonProps {
3806
+ }
3807
+ interface IVeltCommentsSidebarV2Skeleton extends React$1.FC<IVeltCommentsSidebarV2SkeletonProps> {
3808
+ }
3809
+
3810
+ interface IVeltCommentsSidebarV2PanelProps extends IVeltWireframeCommonProps {
3811
+ }
3812
+ interface IVeltCommentsSidebarV2Panel extends React$1.FC<IVeltCommentsSidebarV2PanelProps> {
3813
+ }
3814
+
3815
+ interface IVeltCommentsSidebarV2HeaderProps extends IVeltWireframeCommonProps {
3816
+ }
3817
+ interface IVeltCommentsSidebarV2Header extends React$1.FC<IVeltCommentsSidebarV2HeaderProps> {
3818
+ }
3819
+
3820
+ interface IVeltCommentsSidebarV2CloseButtonProps extends IVeltWireframeCommonProps {
3821
+ }
3822
+ interface IVeltCommentsSidebarV2CloseButton extends React$1.FC<IVeltCommentsSidebarV2CloseButtonProps> {
3823
+ }
3824
+
3825
+ interface IVeltCommentsSidebarV2ResetFilterButtonProps extends IVeltWireframeCommonProps {
3826
+ }
3827
+ interface IVeltCommentsSidebarV2ResetFilterButton extends React$1.FC<IVeltCommentsSidebarV2ResetFilterButtonProps> {
3828
+ }
3829
+
3830
+ interface IVeltCommentsSidebarV2EmptyPlaceholderProps extends IVeltWireframeCommonProps {
3831
+ }
3832
+ interface IVeltCommentsSidebarV2EmptyPlaceholder extends React$1.FC<IVeltCommentsSidebarV2EmptyPlaceholderProps> {
3833
+ ResetFilterButton: IVeltCommentsSidebarV2ResetFilterButton;
3834
+ }
3835
+
3836
+ interface IVeltCommentsSidebarV2ListItemProps extends IVeltWireframeCommonProps {
3837
+ }
3838
+ interface IVeltCommentsSidebarV2ListItem extends React$1.FC<IVeltCommentsSidebarV2ListItemProps> {
3839
+ }
3840
+
3841
+ interface IVeltCommentsSidebarV2ListProps extends IVeltWireframeCommonProps {
3842
+ }
3843
+ interface IVeltCommentsSidebarV2List extends React$1.FC<IVeltCommentsSidebarV2ListProps> {
3844
+ Item: IVeltCommentsSidebarV2ListItem;
3845
+ }
3846
+
3847
+ interface IVeltCommentsSidebarV2PageModeComposerProps extends IVeltWireframeCommonProps {
3848
+ }
3849
+ interface IVeltCommentsSidebarV2PageModeComposer extends React$1.FC<IVeltCommentsSidebarV2PageModeComposerProps> {
3850
+ }
3851
+
3852
+ interface IVeltCommentsSidebarV2FocusedThreadBackButtonProps extends IVeltWireframeCommonProps {
3853
+ }
3854
+ interface IVeltCommentsSidebarV2FocusedThreadBackButton extends React$1.FC<IVeltCommentsSidebarV2FocusedThreadBackButtonProps> {
3855
+ }
3856
+
3857
+ interface IVeltCommentsSidebarV2FocusedThreadDialogContainerProps extends IVeltWireframeCommonProps {
3858
+ }
3859
+ interface IVeltCommentsSidebarV2FocusedThreadDialogContainer extends React$1.FC<IVeltCommentsSidebarV2FocusedThreadDialogContainerProps> {
3860
+ }
3861
+
3862
+ interface IVeltCommentsSidebarV2FocusedThreadProps extends IVeltWireframeCommonProps {
3863
+ }
3864
+ interface IVeltCommentsSidebarV2FocusedThread extends React$1.FC<IVeltCommentsSidebarV2FocusedThreadProps> {
3865
+ BackButton: IVeltCommentsSidebarV2FocusedThreadBackButton;
3866
+ DialogContainer: IVeltCommentsSidebarV2FocusedThreadDialogContainer;
3867
+ }
3868
+
3869
+ interface IVeltCommentsSidebarV2MinimalActionsDropdownTriggerProps extends IVeltWireframeCommonProps {
3870
+ }
3871
+ interface IVeltCommentsSidebarV2MinimalActionsDropdownTrigger extends React$1.FC<IVeltCommentsSidebarV2MinimalActionsDropdownTriggerProps> {
3872
+ }
3873
+
3874
+ interface IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllReadProps extends IVeltWireframeCommonProps {
3875
+ }
3876
+ interface IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead extends React$1.FC<IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllReadProps> {
3877
+ }
3878
+
3879
+ interface IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolvedProps extends IVeltWireframeCommonProps {
3880
+ }
3881
+ interface IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved extends React$1.FC<IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolvedProps> {
3882
+ }
3883
+
3884
+ interface IVeltCommentsSidebarV2MinimalActionsDropdownContentProps extends IVeltWireframeCommonProps {
3885
+ }
3886
+ interface IVeltCommentsSidebarV2MinimalActionsDropdownContent extends React$1.FC<IVeltCommentsSidebarV2MinimalActionsDropdownContentProps> {
3887
+ MarkAllRead: IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead;
3888
+ MarkAllResolved: IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved;
3889
+ }
3890
+
3891
+ interface IVeltCommentsSidebarV2MinimalActionsDropdownProps extends IVeltWireframeCommonProps {
3892
+ }
3893
+ interface IVeltCommentsSidebarV2MinimalActionsDropdown extends React$1.FC<IVeltCommentsSidebarV2MinimalActionsDropdownProps> {
3894
+ Trigger: IVeltCommentsSidebarV2MinimalActionsDropdownTrigger;
3895
+ Content: IVeltCommentsSidebarV2MinimalActionsDropdownContent;
3896
+ }
3897
+
3898
+ interface IVeltCommentsSidebarV2FilterDropdownTriggerProps extends IVeltWireframeCommonProps {
3899
+ }
3900
+ interface IVeltCommentsSidebarV2FilterDropdownTrigger extends React$1.FC<IVeltCommentsSidebarV2FilterDropdownTriggerProps> {
3901
+ }
3902
+
3903
+ interface IVeltCommentsSidebarV2FilterDropdownContentListItemIndicatorProps extends IVeltWireframeCommonProps {
3904
+ }
3905
+ interface IVeltCommentsSidebarV2FilterDropdownContentListItemIndicator extends React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentListItemIndicatorProps> {
3906
+ }
3907
+
3908
+ interface IVeltCommentsSidebarV2FilterDropdownContentListItemLabelProps extends IVeltWireframeCommonProps {
3909
+ }
3910
+ interface IVeltCommentsSidebarV2FilterDropdownContentListItemLabel extends React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentListItemLabelProps> {
3911
+ }
3912
+
3913
+ interface IVeltCommentsSidebarV2FilterDropdownContentListItemProps extends IVeltWireframeCommonProps {
3914
+ }
3915
+ interface IVeltCommentsSidebarV2FilterDropdownContentListItem extends React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentListItemProps> {
3916
+ Indicator: IVeltCommentsSidebarV2FilterDropdownContentListItemIndicator;
3917
+ Label: IVeltCommentsSidebarV2FilterDropdownContentListItemLabel;
3918
+ }
3919
+
3920
+ interface IVeltCommentsSidebarV2FilterDropdownContentListCategoryContentProps extends IVeltWireframeCommonProps {
3921
+ }
3922
+ interface IVeltCommentsSidebarV2FilterDropdownContentListCategoryContent extends React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentListCategoryContentProps> {
3923
+ }
3924
+
3925
+ interface IVeltCommentsSidebarV2FilterDropdownContentListCategoryProps extends IVeltWireframeCommonProps {
3926
+ }
3927
+ interface IVeltCommentsSidebarV2FilterDropdownContentListCategory extends React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentListCategoryProps> {
3928
+ Content: IVeltCommentsSidebarV2FilterDropdownContentListCategoryContent;
3929
+ }
3930
+
3931
+ interface IVeltCommentsSidebarV2FilterDropdownContentListProps extends IVeltWireframeCommonProps {
3932
+ }
3933
+ interface IVeltCommentsSidebarV2FilterDropdownContentList extends React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentListProps> {
3934
+ Item: IVeltCommentsSidebarV2FilterDropdownContentListItem;
3935
+ Category: IVeltCommentsSidebarV2FilterDropdownContentListCategory;
3936
+ }
3937
+
3938
+ interface IVeltCommentsSidebarV2FilterDropdownContentProps extends IVeltWireframeCommonProps {
3939
+ }
3940
+ interface IVeltCommentsSidebarV2FilterDropdownContent extends React$1.FC<IVeltCommentsSidebarV2FilterDropdownContentProps> {
3941
+ List: IVeltCommentsSidebarV2FilterDropdownContentList;
3942
+ }
3943
+
3944
+ interface IVeltCommentsSidebarV2FilterDropdownProps extends IVeltWireframeCommonProps {
3945
+ }
3946
+ interface IVeltCommentsSidebarV2FilterDropdown extends React$1.FC<IVeltCommentsSidebarV2FilterDropdownProps> {
3947
+ Trigger: IVeltCommentsSidebarV2FilterDropdownTrigger;
3948
+ Content: IVeltCommentsSidebarV2FilterDropdownContent;
3949
+ }
3950
+
3951
+ interface IVeltCommentsSidebarV2WireframeProps extends IVeltWireframeCommonProps {
3952
+ }
3953
+ declare const VeltCommentsSidebarV2Wireframe: React$1.FC<IVeltCommentsSidebarV2WireframeProps> & {
3954
+ Skeleton: IVeltCommentsSidebarV2Skeleton;
3955
+ Panel: IVeltCommentsSidebarV2Panel;
3956
+ Header: IVeltCommentsSidebarV2Header;
3957
+ CloseButton: IVeltCommentsSidebarV2CloseButton;
3958
+ EmptyPlaceholder: IVeltCommentsSidebarV2EmptyPlaceholder;
3959
+ List: IVeltCommentsSidebarV2List;
3960
+ PageModeComposer: IVeltCommentsSidebarV2PageModeComposer;
3961
+ FocusedThread: IVeltCommentsSidebarV2FocusedThread;
3962
+ MinimalActionsDropdown: IVeltCommentsSidebarV2MinimalActionsDropdown;
3963
+ FilterDropdown: IVeltCommentsSidebarV2FilterDropdown;
3964
+ };
3965
+
3669
3966
  interface IVeltCommentPinGhostCommentIndicatorProps extends IVeltWireframeCommonProps {
3670
3967
  }
3671
3968
 
@@ -6221,4 +6518,4 @@ declare const createLiveStateMiddleware: (config?: LiveStateMiddlewareConfig) =>
6221
6518
  updateAllowAction: (newAllowAction?: ((action: any) => boolean) | undefined) => void;
6222
6519
  };
6223
6520
 
6224
- export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChip, VeltAutocompleteChipTooltip, VeltAutocompleteChipTooltipDescription, VeltAutocompleteChipTooltipIcon, VeltAutocompleteChipTooltipName, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteEmpty, VeltAutocompleteEmptyWireframe, VeltAutocompleteGroupOption, VeltAutocompleteGroupOptionWireframe, VeltAutocompleteOption, VeltAutocompleteOptionDescription, VeltAutocompleteOptionErrorIcon, VeltAutocompleteOptionIcon, VeltAutocompleteOptionName, VeltAutocompleteOptionWireframe, VeltAutocompleteTool, VeltButtonWireframe, VeltCanvasComment, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleWireframe, VeltCommentComposer, VeltCommentComposerWireframe, VeltCommentDialog, VeltCommentDialogAllComment, VeltCommentDialogApprove, VeltCommentDialogAssignDropdown, VeltCommentDialogAssignMenu, VeltCommentDialogAssigneeBanner, VeltCommentDialogAssigneeBannerResolveButton, VeltCommentDialogAssigneeBannerUnresolveButton, VeltCommentDialogAssigneeBannerUserAvatar, VeltCommentDialogAssigneeBannerUserName, VeltCommentDialogAttachmentButton, VeltCommentDialogBody, VeltCommentDialogCloseButton, VeltCommentDialogCommentCategory, VeltCommentDialogCommentIndex, VeltCommentDialogCommentNumber, VeltCommentDialogCommentSuggestionStatus, VeltCommentDialogComposer, VeltCommentDialogComposerActionButton, VeltCommentDialogComposerAssignUser, VeltCommentDialogComposerAttachments, VeltCommentDialogComposerAttachmentsImage, VeltCommentDialogComposerAttachmentsImageDelete, VeltCommentDialogComposerAttachmentsImageLoading, VeltCommentDialogComposerAttachmentsImagePreview, VeltCommentDialogComposerAttachmentsInvalid, VeltCommentDialogComposerAttachmentsInvalidItem, VeltCommentDialogComposerAttachmentsInvalidItemDelete, VeltCommentDialogComposerAttachmentsInvalidItemMessage, VeltCommentDialogComposerAttachmentsInvalidItemPreview, VeltCommentDialogComposerAttachmentsOther, VeltCommentDialogComposerAttachmentsOtherDelete, VeltCommentDialogComposerAttachmentsOtherIcon, VeltCommentDialogComposerAttachmentsOtherLoading, VeltCommentDialogComposerAttachmentsOtherName, VeltCommentDialogComposerAttachmentsOtherSize, VeltCommentDialogComposerAttachmentsSelected, VeltCommentDialogComposerAvatar, VeltCommentDialogComposerFormatToolbar, VeltCommentDialogComposerFormatToolbarButton, VeltCommentDialogComposerInput, VeltCommentDialogComposerPrivateBadge, VeltCommentDialogComposerRecordings, VeltCommentDialogContextWrapper, VeltCommentDialogCopyLink, VeltCommentDialogCustomAnnotationDropdown, VeltCommentDialogCustomAnnotationDropdownContent, VeltCommentDialogCustomAnnotationDropdownContentItem, VeltCommentDialogCustomAnnotationDropdownContentItemIcon, VeltCommentDialogCustomAnnotationDropdownContentItemLabel, VeltCommentDialogCustomAnnotationDropdownTrigger, VeltCommentDialogCustomAnnotationDropdownTriggerArrow, VeltCommentDialogCustomAnnotationDropdownTriggerList, VeltCommentDialogCustomAnnotationDropdownTriggerListItem, VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder, VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount, VeltCommentDialogDeleteButton, VeltCommentDialogDeviceTypeIcons, VeltCommentDialogGhostBanner, VeltCommentDialogHeader, VeltCommentDialogHideReply, VeltCommentDialogMetadata, VeltCommentDialogMoreReply, VeltCommentDialogNavigationButton, VeltCommentDialogOptions, VeltCommentDialogOptionsDropdown, VeltCommentDialogOptionsDropdownContent, VeltCommentDialogOptionsDropdownContentAssign, VeltCommentDialogOptionsDropdownContentDelete, VeltCommentDialogOptionsDropdownContentDeleteComment, VeltCommentDialogOptionsDropdownContentDeleteThread, VeltCommentDialogOptionsDropdownContentEdit, VeltCommentDialogOptionsDropdownContentMakePrivate, VeltCommentDialogOptionsDropdownContentMakePrivateDisable, VeltCommentDialogOptionsDropdownContentMakePrivateEnable, VeltCommentDialogOptionsDropdownContentMarkAsRead, VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead, VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread, VeltCommentDialogOptionsDropdownContentNotification, VeltCommentDialogOptionsDropdownContentNotificationSubscribe, VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTrigger, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriority, VeltCommentDialogPriorityDropdown, VeltCommentDialogPriorityDropdownContent, VeltCommentDialogPriorityDropdownContentItem, VeltCommentDialogPriorityDropdownContentItemIcon, VeltCommentDialogPriorityDropdownContentItemName, VeltCommentDialogPriorityDropdownContentItemTick, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTrigger, VeltCommentDialogPriorityDropdownTriggerArrow, VeltCommentDialogPriorityDropdownTriggerIcon, VeltCommentDialogPriorityDropdownTriggerName, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogPrivateBanner, VeltCommentDialogPrivateButton, VeltCommentDialogReplyAvatars, VeltCommentDialogReplyAvatarsList, VeltCommentDialogReplyAvatarsListItem, VeltCommentDialogReplyAvatarsRemainingCount, VeltCommentDialogResolveButton, VeltCommentDialogSignIn, VeltCommentDialogStatus, VeltCommentDialogStatusDropdown, VeltCommentDialogStatusDropdownContent, VeltCommentDialogStatusDropdownContentItem, VeltCommentDialogStatusDropdownContentItemIcon, VeltCommentDialogStatusDropdownContentItemName, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTrigger, VeltCommentDialogStatusDropdownTriggerArrow, VeltCommentDialogStatusDropdownTriggerIcon, VeltCommentDialogStatusDropdownTriggerName, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogSuggestionAction, VeltCommentDialogSuggestionActionAccept, VeltCommentDialogSuggestionActionReject, VeltCommentDialogThreadCard, VeltCommentDialogThreadCardAttachments, VeltCommentDialogThreadCardAttachmentsImage, VeltCommentDialogThreadCardAttachmentsImageDelete, VeltCommentDialogThreadCardAttachmentsImageDownload, VeltCommentDialogThreadCardAttachmentsImagePreview, VeltCommentDialogThreadCardAttachmentsOther, VeltCommentDialogThreadCardAttachmentsOtherDelete, VeltCommentDialogThreadCardAttachmentsOtherDownload, VeltCommentDialogThreadCardAttachmentsOtherIcon, VeltCommentDialogThreadCardAttachmentsOtherName, VeltCommentDialogThreadCardAttachmentsOtherSize, VeltCommentDialogThreadCardAvatar, VeltCommentDialogThreadCardDeviceType, VeltCommentDialogThreadCardDraft, VeltCommentDialogThreadCardEdited, VeltCommentDialogThreadCardMessage, VeltCommentDialogThreadCardName, VeltCommentDialogThreadCardOptions, VeltCommentDialogThreadCardReactionTool, VeltCommentDialogThreadCardReactions, VeltCommentDialogThreadCardRecordings, VeltCommentDialogThreadCardReply, VeltCommentDialogThreadCardSeenDropdown, VeltCommentDialogThreadCardSeenDropdownContent, VeltCommentDialogThreadCardSeenDropdownContentItem, VeltCommentDialogThreadCardSeenDropdownContentItemAvatar, VeltCommentDialogThreadCardSeenDropdownContentItemName, VeltCommentDialogThreadCardSeenDropdownContentItemTime, VeltCommentDialogThreadCardSeenDropdownContentItems, VeltCommentDialogThreadCardSeenDropdownContentTitle, VeltCommentDialogThreadCardSeenDropdownTrigger, VeltCommentDialogThreadCardTime, VeltCommentDialogThreadCardUnread, VeltCommentDialogThreads, VeltCommentDialogToggleReply, VeltCommentDialogToggleReplyCount, VeltCommentDialogToggleReplyIcon, VeltCommentDialogToggleReplyText, VeltCommentDialogUnresolveButton, VeltCommentDialogUpgrade, VeltCommentDialogVisibilityBanner, VeltCommentDialogVisibilityBannerDropdown, VeltCommentDialogVisibilityBannerDropdownContent, VeltCommentDialogVisibilityBannerDropdownContentItem, VeltCommentDialogVisibilityBannerDropdownContentItemIcon, VeltCommentDialogVisibilityBannerDropdownContentItemLabel, VeltCommentDialogVisibilityBannerDropdownContentUserPicker, VeltCommentDialogVisibilityBannerDropdownTrigger, VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList, VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem, VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount, VeltCommentDialogVisibilityBannerDropdownTriggerIcon, VeltCommentDialogVisibilityBannerDropdownTriggerLabel, VeltCommentDialogVisibilityBannerIcon, VeltCommentDialogVisibilityBannerText, VeltCommentDialogVisibilityDropdown, VeltCommentDialogVisibilityDropdownContent, VeltCommentDialogVisibilityDropdownContentPrivate, VeltCommentDialogVisibilityDropdownContentPublic, VeltCommentDialogVisibilityDropdownTrigger, VeltCommentDialogVisibilityDropdownTriggerIcon, VeltCommentDialogVisibilityDropdownTriggerLabel, VeltCommentDialogWireframe, VeltCommentPin, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentText, VeltCommentThread, VeltCommentThreadWireframe, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, VeltCommentsMinimap, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarButton, VeltCommentsSidebarStatusDropdownWireframe, VeltCommentsSidebarWireframe, VeltConfirmDialogWireframe, SnippylyCursor as VeltCursor, VeltCursorPointerWireframe, VeltData, VeltHighChartComments, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltIf, VeltInlineCommentsSection, VeltInlineCommentsSectionWireframe, VeltInlineReactionsSection, VeltInlineReactionsSectionWireframe, VeltMediaSourceSettingsWireframe, VeltMultiThreadCommentDialogWireframe, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsPanelWireframe, VeltNotificationsTool, VeltNotificationsToolWireframe, VeltPersistentCommentModeWireframe, SnippylyPresence as VeltPresence, VeltPresenceTooltipWireframe, VeltPresenceWireframe, SnippylyProvider as VeltProvider, VeltReactionPinTooltipWireframe, VeltReactionPinWireframe, VeltReactionTool, VeltReactionToolWireframe, VeltReactionsPanelWireframe, VeltRecorderAllToolMenuWireframe, VeltRecorderAllToolWireframe, VeltRecorderAudioToolWireframe, SnippylyRecorderControlPanel as VeltRecorderControlPanel, VeltRecorderControlPanelWireframe, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, VeltRecorderPlayerExpandedWireframe, VeltRecorderPlayerWireframe, VeltRecorderScreenToolWireframe, SnippylyRecorderTool as VeltRecorderTool, VeltRecorderVideoToolWireframe, VeltRecordingPreviewStepsDialogWireframe, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonWireframe, VeltSingleEditorModePanel, VeltSingleEditorModePanelWireframe, VeltSubtitlesWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextCommentToolWireframe, VeltTextCommentToolbar as VeltTextCommentToolbarWireframe, VeltTranscriptionWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoEditor, VeltVideoEditorPlayerWireframe, VeltVideoPlayer, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useActivityUtils, useAddAttachment, useAddComment, useAddCommentAnnotation, useAddReaction, useAllActivities, useApproveCommentAnnotation, useAssignUser, useAutocompleteChipClick, useAutocompleteUtils, useClient, useCommentActionCallback, useCommentAddHandler, useCommentAnnotationById, useCommentAnnotations, useCommentAnnotationsCount, useCommentCopyLinkHandler, useCommentDialogSidebarClickHandler, useCommentEventCallback, useCommentModeState, useCommentSelectionChangeHandler, useCommentSidebarActionButtonClick, useCommentSidebarData, useCommentSidebarInit, useCommentUpdateHandler, useCommentUtils, useContactList, useContactSelected, useContactUtils, useCopyLink, useCrdtEventCallback, useCrdtUtils, useCurrentUser, useCurrentUserPermissions, useCursorUsers, useCursorUtils, useDeleteAttachment, useDeleteComment, useDeleteCommentAnnotation, useDeleteReaction, useDeleteRecording, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useGetAttachment, useGetComment, useGetCommentAnnotations, useGetLink, useGetRecording, useHeartbeat, useHuddleUtils, useIdentify, useLiveSelectionDataHandler, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncEventCallback, useLiveStateSyncUtils, useNotificationEventCallback, useNotificationSettings, useNotificationUtils, useNotificationsData, usePresenceData, usePresenceEventCallback, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderEventCallback, useRecorderUtils, useRecordingDataByRecorderId, useRecordings, useRejectCommentAnnotation, useResolveCommentAnnotation, useServerConnectionStateChangeHandler, useSetContextProvider, useSetDocument, useSetDocumentId, useSetDocuments, useSetLiveStateData, useSetLocation, useSetLocations, useSetRootDocument, useSetRootLocation, useSubscribeCommentAnnotation, useTagAnnotations, useTagUtils, useToggleReaction, useUiState, useUniqueViewsByDate, useUniqueViewsByUser, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountByAnnotationId, useUnreadCommentCountByLocationId, useUnreadCommentCountOnCurrentDocument, useUnreadNotificationsCount, useUnsetDocumentId, useUnsetDocuments, useUnsubscribeCommentAnnotation, useUpdateAccess, useUpdateComment, useUpdatePriority, useUpdateStatus, useUserEditorState, useVeltClient, useVeltEventCallback, useVeltInitState, useViewsUtils };
6521
+ export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChip, VeltAutocompleteChipTooltip, VeltAutocompleteChipTooltipDescription, VeltAutocompleteChipTooltipIcon, VeltAutocompleteChipTooltipName, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteEmpty, VeltAutocompleteEmptyWireframe, VeltAutocompleteGroupOption, VeltAutocompleteGroupOptionWireframe, VeltAutocompleteOption, VeltAutocompleteOptionDescription, VeltAutocompleteOptionErrorIcon, VeltAutocompleteOptionIcon, VeltAutocompleteOptionName, VeltAutocompleteOptionWireframe, VeltAutocompleteTool, VeltButtonWireframe, VeltCanvasComment, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleWireframe, VeltCommentComposer, VeltCommentComposerWireframe, VeltCommentDialog, VeltCommentDialogAllComment, VeltCommentDialogApprove, VeltCommentDialogAssignDropdown, VeltCommentDialogAssignMenu, VeltCommentDialogAssigneeBanner, VeltCommentDialogAssigneeBannerResolveButton, VeltCommentDialogAssigneeBannerUnresolveButton, VeltCommentDialogAssigneeBannerUserAvatar, VeltCommentDialogAssigneeBannerUserName, VeltCommentDialogAttachmentButton, VeltCommentDialogBody, VeltCommentDialogCloseButton, VeltCommentDialogCommentCategory, VeltCommentDialogCommentIndex, VeltCommentDialogCommentNumber, VeltCommentDialogCommentSuggestionStatus, VeltCommentDialogComposer, VeltCommentDialogComposerActionButton, VeltCommentDialogComposerAssignUser, VeltCommentDialogComposerAttachments, VeltCommentDialogComposerAttachmentsImage, VeltCommentDialogComposerAttachmentsImageDelete, VeltCommentDialogComposerAttachmentsImageLoading, VeltCommentDialogComposerAttachmentsImagePreview, VeltCommentDialogComposerAttachmentsInvalid, VeltCommentDialogComposerAttachmentsInvalidItem, VeltCommentDialogComposerAttachmentsInvalidItemDelete, VeltCommentDialogComposerAttachmentsInvalidItemMessage, VeltCommentDialogComposerAttachmentsInvalidItemPreview, VeltCommentDialogComposerAttachmentsOther, VeltCommentDialogComposerAttachmentsOtherDelete, VeltCommentDialogComposerAttachmentsOtherIcon, VeltCommentDialogComposerAttachmentsOtherLoading, VeltCommentDialogComposerAttachmentsOtherName, VeltCommentDialogComposerAttachmentsOtherSize, VeltCommentDialogComposerAttachmentsSelected, VeltCommentDialogComposerAvatar, VeltCommentDialogComposerFormatToolbar, VeltCommentDialogComposerFormatToolbarButton, VeltCommentDialogComposerInput, VeltCommentDialogComposerPrivateBadge, VeltCommentDialogComposerRecordings, VeltCommentDialogContextWrapper, VeltCommentDialogCopyLink, VeltCommentDialogCustomAnnotationDropdown, VeltCommentDialogCustomAnnotationDropdownContent, VeltCommentDialogCustomAnnotationDropdownContentItem, VeltCommentDialogCustomAnnotationDropdownContentItemIcon, VeltCommentDialogCustomAnnotationDropdownContentItemLabel, VeltCommentDialogCustomAnnotationDropdownTrigger, VeltCommentDialogCustomAnnotationDropdownTriggerArrow, VeltCommentDialogCustomAnnotationDropdownTriggerList, VeltCommentDialogCustomAnnotationDropdownTriggerListItem, VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder, VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount, VeltCommentDialogDeleteButton, VeltCommentDialogDeviceTypeIcons, VeltCommentDialogGhostBanner, VeltCommentDialogHeader, VeltCommentDialogHideReply, VeltCommentDialogMetadata, VeltCommentDialogMoreReply, VeltCommentDialogNavigationButton, VeltCommentDialogOptions, VeltCommentDialogOptionsDropdown, VeltCommentDialogOptionsDropdownContent, VeltCommentDialogOptionsDropdownContentAssign, VeltCommentDialogOptionsDropdownContentDelete, VeltCommentDialogOptionsDropdownContentDeleteComment, VeltCommentDialogOptionsDropdownContentDeleteThread, VeltCommentDialogOptionsDropdownContentEdit, VeltCommentDialogOptionsDropdownContentMakePrivate, VeltCommentDialogOptionsDropdownContentMakePrivateDisable, VeltCommentDialogOptionsDropdownContentMakePrivateEnable, VeltCommentDialogOptionsDropdownContentMarkAsRead, VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead, VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread, VeltCommentDialogOptionsDropdownContentNotification, VeltCommentDialogOptionsDropdownContentNotificationSubscribe, VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTrigger, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriority, VeltCommentDialogPriorityDropdown, VeltCommentDialogPriorityDropdownContent, VeltCommentDialogPriorityDropdownContentItem, VeltCommentDialogPriorityDropdownContentItemIcon, VeltCommentDialogPriorityDropdownContentItemName, VeltCommentDialogPriorityDropdownContentItemTick, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTrigger, VeltCommentDialogPriorityDropdownTriggerArrow, VeltCommentDialogPriorityDropdownTriggerIcon, VeltCommentDialogPriorityDropdownTriggerName, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogPrivateBanner, VeltCommentDialogPrivateButton, VeltCommentDialogReplyAvatars, VeltCommentDialogReplyAvatarsList, VeltCommentDialogReplyAvatarsListItem, VeltCommentDialogReplyAvatarsRemainingCount, VeltCommentDialogResolveButton, VeltCommentDialogSignIn, VeltCommentDialogStatus, VeltCommentDialogStatusDropdown, VeltCommentDialogStatusDropdownContent, VeltCommentDialogStatusDropdownContentItem, VeltCommentDialogStatusDropdownContentItemIcon, VeltCommentDialogStatusDropdownContentItemName, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTrigger, VeltCommentDialogStatusDropdownTriggerArrow, VeltCommentDialogStatusDropdownTriggerIcon, VeltCommentDialogStatusDropdownTriggerName, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogSuggestionAction, VeltCommentDialogSuggestionActionAccept, VeltCommentDialogSuggestionActionReject, VeltCommentDialogThreadCard, VeltCommentDialogThreadCardAttachments, VeltCommentDialogThreadCardAttachmentsImage, VeltCommentDialogThreadCardAttachmentsImageDelete, VeltCommentDialogThreadCardAttachmentsImageDownload, VeltCommentDialogThreadCardAttachmentsImagePreview, VeltCommentDialogThreadCardAttachmentsOther, VeltCommentDialogThreadCardAttachmentsOtherDelete, VeltCommentDialogThreadCardAttachmentsOtherDownload, VeltCommentDialogThreadCardAttachmentsOtherIcon, VeltCommentDialogThreadCardAttachmentsOtherName, VeltCommentDialogThreadCardAttachmentsOtherSize, VeltCommentDialogThreadCardAvatar, VeltCommentDialogThreadCardDeviceType, VeltCommentDialogThreadCardDraft, VeltCommentDialogThreadCardEdited, VeltCommentDialogThreadCardMessage, VeltCommentDialogThreadCardName, VeltCommentDialogThreadCardOptions, VeltCommentDialogThreadCardReactionTool, VeltCommentDialogThreadCardReactions, VeltCommentDialogThreadCardRecordings, VeltCommentDialogThreadCardReply, VeltCommentDialogThreadCardSeenDropdown, VeltCommentDialogThreadCardSeenDropdownContent, VeltCommentDialogThreadCardSeenDropdownContentItem, VeltCommentDialogThreadCardSeenDropdownContentItemAvatar, VeltCommentDialogThreadCardSeenDropdownContentItemName, VeltCommentDialogThreadCardSeenDropdownContentItemTime, VeltCommentDialogThreadCardSeenDropdownContentItems, VeltCommentDialogThreadCardSeenDropdownContentTitle, VeltCommentDialogThreadCardSeenDropdownTrigger, VeltCommentDialogThreadCardTime, VeltCommentDialogThreadCardUnread, VeltCommentDialogThreads, VeltCommentDialogToggleReply, VeltCommentDialogToggleReplyCount, VeltCommentDialogToggleReplyIcon, VeltCommentDialogToggleReplyText, VeltCommentDialogUnresolveButton, VeltCommentDialogUpgrade, VeltCommentDialogVisibilityBanner, VeltCommentDialogVisibilityBannerDropdown, VeltCommentDialogVisibilityBannerDropdownContent, VeltCommentDialogVisibilityBannerDropdownContentItem, VeltCommentDialogVisibilityBannerDropdownContentItemIcon, VeltCommentDialogVisibilityBannerDropdownContentItemLabel, VeltCommentDialogVisibilityBannerDropdownContentUserPicker, VeltCommentDialogVisibilityBannerDropdownTrigger, VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList, VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem, VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount, VeltCommentDialogVisibilityBannerDropdownTriggerIcon, VeltCommentDialogVisibilityBannerDropdownTriggerLabel, VeltCommentDialogVisibilityBannerIcon, VeltCommentDialogVisibilityBannerText, VeltCommentDialogVisibilityDropdown, VeltCommentDialogVisibilityDropdownContent, VeltCommentDialogVisibilityDropdownContentPrivate, VeltCommentDialogVisibilityDropdownContentPublic, VeltCommentDialogVisibilityDropdownTrigger, VeltCommentDialogVisibilityDropdownTriggerIcon, VeltCommentDialogVisibilityDropdownTriggerLabel, VeltCommentDialogWireframe, VeltCommentPin, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentText, VeltCommentThread, VeltCommentThreadWireframe, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, VeltCommentsMinimap, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarButton, VeltCommentsSidebarStatusDropdownWireframe, VeltCommentsSidebarV2, VeltCommentsSidebarV2CloseButton, VeltCommentsSidebarV2EmptyPlaceholder, VeltCommentsSidebarV2FilterDropdown, VeltCommentsSidebarV2FilterDropdownContent, VeltCommentsSidebarV2FilterDropdownContentList, VeltCommentsSidebarV2FilterDropdownContentListCategory, VeltCommentsSidebarV2FilterDropdownContentListCategoryContent, VeltCommentsSidebarV2FilterDropdownContentListItem, VeltCommentsSidebarV2FilterDropdownContentListItemIndicator, VeltCommentsSidebarV2FilterDropdownContentListItemLabel, VeltCommentsSidebarV2FilterDropdownTrigger, VeltCommentsSidebarV2FocusedThread, VeltCommentsSidebarV2FocusedThreadBackButton, VeltCommentsSidebarV2FocusedThreadDialogContainer, VeltCommentsSidebarV2Header, VeltCommentsSidebarV2List, VeltCommentsSidebarV2ListItem, VeltCommentsSidebarV2MinimalActionsDropdown, VeltCommentsSidebarV2MinimalActionsDropdownContent, VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead, VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved, VeltCommentsSidebarV2MinimalActionsDropdownTrigger, VeltCommentsSidebarV2PageModeComposer, VeltCommentsSidebarV2Panel, VeltCommentsSidebarV2ResetFilterButton, VeltCommentsSidebarV2Skeleton, VeltCommentsSidebarV2Wireframe, VeltCommentsSidebarWireframe, VeltConfirmDialogWireframe, SnippylyCursor as VeltCursor, VeltCursorPointerWireframe, VeltData, VeltHighChartComments, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltIf, VeltInlineCommentsSection, VeltInlineCommentsSectionWireframe, VeltInlineReactionsSection, VeltInlineReactionsSectionWireframe, VeltMediaSourceSettingsWireframe, VeltMultiThreadCommentDialogWireframe, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsPanelWireframe, VeltNotificationsTool, VeltNotificationsToolWireframe, VeltPersistentCommentModeWireframe, SnippylyPresence as VeltPresence, VeltPresenceTooltipWireframe, VeltPresenceWireframe, SnippylyProvider as VeltProvider, VeltReactionPinTooltipWireframe, VeltReactionPinWireframe, VeltReactionTool, VeltReactionToolWireframe, VeltReactionsPanelWireframe, VeltRecorderAllToolMenuWireframe, VeltRecorderAllToolWireframe, VeltRecorderAudioToolWireframe, SnippylyRecorderControlPanel as VeltRecorderControlPanel, VeltRecorderControlPanelWireframe, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, VeltRecorderPlayerExpandedWireframe, VeltRecorderPlayerWireframe, VeltRecorderScreenToolWireframe, SnippylyRecorderTool as VeltRecorderTool, VeltRecorderVideoToolWireframe, VeltRecordingPreviewStepsDialogWireframe, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonWireframe, VeltSingleEditorModePanel, VeltSingleEditorModePanelWireframe, VeltSubtitlesWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextCommentToolWireframe, VeltTextCommentToolbar as VeltTextCommentToolbarWireframe, VeltTranscriptionWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoEditor, VeltVideoEditorPlayerWireframe, VeltVideoPlayer, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useActivityUtils, useAddAttachment, useAddComment, useAddCommentAnnotation, useAddReaction, useAllActivities, useApproveCommentAnnotation, useAssignUser, useAutocompleteChipClick, useAutocompleteUtils, useClient, useCommentActionCallback, useCommentAddHandler, useCommentAnnotationById, useCommentAnnotations, useCommentAnnotationsCount, useCommentCopyLinkHandler, useCommentDialogSidebarClickHandler, useCommentEventCallback, useCommentModeState, useCommentSelectionChangeHandler, useCommentSidebarActionButtonClick, useCommentSidebarData, useCommentSidebarInit, useCommentUpdateHandler, useCommentUtils, useContactList, useContactSelected, useContactUtils, useCopyLink, useCrdtEventCallback, useCrdtUtils, useCurrentUser, useCurrentUserPermissions, useCursorUsers, useCursorUtils, useDeleteAttachment, useDeleteComment, useDeleteCommentAnnotation, useDeleteReaction, useDeleteRecording, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useGetAttachment, useGetComment, useGetCommentAnnotations, useGetLink, useGetRecording, useHeartbeat, useHuddleUtils, useIdentify, useLiveSelectionDataHandler, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncEventCallback, useLiveStateSyncUtils, useNotificationEventCallback, useNotificationSettings, useNotificationUtils, useNotificationsData, usePresenceData, usePresenceEventCallback, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderEventCallback, useRecorderUtils, useRecordingDataByRecorderId, useRecordings, useRejectCommentAnnotation, useResolveCommentAnnotation, useServerConnectionStateChangeHandler, useSetContextProvider, useSetDocument, useSetDocumentId, useSetDocuments, useSetLiveStateData, useSetLocation, useSetLocations, useSetRootDocument, useSetRootLocation, useSubscribeCommentAnnotation, useTagAnnotations, useTagUtils, useToggleReaction, useUiState, useUniqueViewsByDate, useUniqueViewsByUser, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountByAnnotationId, useUnreadCommentCountByLocationId, useUnreadCommentCountOnCurrentDocument, useUnreadNotificationsCount, useUnsetDocumentId, useUnsetDocuments, useUnsubscribeCommentAnnotation, useUpdateAccess, useUpdateComment, useUpdatePriority, useUpdateStatus, useUserEditorState, useVeltClient, useVeltEventCallback, useVeltInitState, useViewsUtils };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "5.0.2-beta.7",
3
+ "version": "5.0.2-beta.9",
4
4
  "description": "Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.",
5
5
  "homepage": "https://velt.dev",
6
6
  "keywords": [