@veltdev/react 1.0.110 → 1.0.112

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 (274) hide show
  1. package/cjs/index.js +114 -114
  2. package/cjs/index.js.map +1 -1
  3. package/cjs/types/components/SnippylyComments/SnippylyComments.d.ts +2 -0
  4. package/cjs/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +1 -0
  5. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarCloseButton/VeltCommentsSidebarCloseButton.d.ts +5 -0
  6. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarCloseButton/index.d.ts +1 -0
  7. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarEmptyPlaceholder/VeltCommentsSidebarEmptyPlaceholder.d.ts +5 -0
  8. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarEmptyPlaceholder/index.d.ts +1 -0
  9. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilter.d.ts +31 -0
  10. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterAllOption/VeltCommentsSidebarFilterAllOption.d.ts +5 -0
  11. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterAllOption/index.d.ts +1 -0
  12. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCategory/VeltCommentsSidebarFilterCategory.d.ts +5 -0
  13. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCategory/index.d.ts +1 -0
  14. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckbox.d.ts +11 -0
  15. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckboxChecked/VeltCommentsSidebarFilterCheckboxChecked.d.ts +5 -0
  16. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckboxChecked/index.d.ts +1 -0
  17. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckboxUnchecked/VeltCommentsSidebarFilterCheckboxUnchecked.d.ts +5 -0
  18. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckboxUnchecked/index.d.ts +1 -0
  19. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/index.d.ts +1 -0
  20. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCloseButton/VeltCommentsSidebarFilterCloseButton.d.ts +5 -0
  21. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCloseButton/index.d.ts +1 -0
  22. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCommentType/VeltCommentsSidebarFilterCommentType.d.ts +5 -0
  23. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCommentType/index.d.ts +1 -0
  24. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterDoneButton/VeltCommentsSidebarFilterDoneButton.d.ts +5 -0
  25. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterDoneButton/index.d.ts +1 -0
  26. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterGroupBy/VeltCommentsSidebarFilterGroupBy.d.ts +5 -0
  27. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterGroupBy/index.d.ts +1 -0
  28. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterLocation/VeltCommentsSidebarFilterLocation.d.ts +5 -0
  29. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterLocation/index.d.ts +1 -0
  30. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPeople/VeltCommentsSidebarFilterPeople.d.ts +5 -0
  31. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPeople/index.d.ts +1 -0
  32. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPriority/VeltCommentsSidebarFilterPriority.d.ts +5 -0
  33. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPriority/index.d.ts +1 -0
  34. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterTitle/VeltCommentsSidebarFilterTitle.d.ts +5 -0
  35. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterTitle/index.d.ts +1 -0
  36. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterVersions/VeltCommentsSidebarFilterVersions.d.ts +5 -0
  37. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterVersions/index.d.ts +1 -0
  38. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/index.d.ts +1 -0
  39. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilterButton/VeltCommentsSidebarFilterButton.d.ts +5 -0
  40. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilterButton/index.d.ts +1 -0
  41. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarHeader/VeltCommentsSidebarHeader.d.ts +5 -0
  42. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarHeader/index.d.ts +1 -0
  43. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarList/VeltCommentsSidebarList.d.ts +5 -0
  44. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarList/index.d.ts +1 -0
  45. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarPageMode/VeltCommentsSidebarPageMode.d.ts +5 -0
  46. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarPageMode/index.d.ts +1 -0
  47. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarSearch/VeltCommentsSidebarSearch.d.ts +5 -0
  48. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarSearch/index.d.ts +1 -0
  49. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarStatus/VeltCommentsSidebarStatus.d.ts +5 -0
  50. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarStatus/index.d.ts +1 -0
  51. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarWireframe.d.ts +25 -0
  52. package/cjs/types/components/VeltCommentsSidebarWireframe/index.d.ts +1 -0
  53. package/cjs/types/components/VeltTextCommentToolWireframe/VeltTextCommentToolWireframe.d.ts +5 -0
  54. package/cjs/types/components/VeltTextCommentToolWireframe/index.d.ts +1 -0
  55. package/cjs/types/components/VeltTextCommentToolbarWireframe/VeltTextCommentToolbar.d.ts +14 -0
  56. package/cjs/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdown.d.ts +14 -0
  57. package/cjs/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownAvatar/VeltUserSelectorDropdownAvatar.d.ts +5 -0
  58. package/cjs/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownAvatar/index.d.ts +1 -0
  59. package/cjs/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownEmail/VeltUserSelectorDropdownEmail.d.ts +5 -0
  60. package/cjs/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownEmail/index.d.ts +1 -0
  61. package/cjs/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownErrorIcon/VeltUserSelectorDropdownErrorIcon.d.ts +5 -0
  62. package/cjs/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownErrorIcon/index.d.ts +1 -0
  63. package/cjs/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownName/VeltUserSelectorDropdownName.d.ts +5 -0
  64. package/cjs/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownName/index.d.ts +1 -0
  65. package/cjs/types/components/VeltUserSelectorDropdownWireframe/index.d.ts +1 -0
  66. package/cjs/types/components/index.d.ts +4 -12
  67. package/esm/index.js +111 -103
  68. package/esm/index.js.map +1 -1
  69. package/esm/types/components/SnippylyComments/SnippylyComments.d.ts +2 -0
  70. package/esm/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +1 -0
  71. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarCloseButton/VeltCommentsSidebarCloseButton.d.ts +5 -0
  72. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarCloseButton/index.d.ts +1 -0
  73. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarEmptyPlaceholder/VeltCommentsSidebarEmptyPlaceholder.d.ts +5 -0
  74. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarEmptyPlaceholder/index.d.ts +1 -0
  75. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilter.d.ts +31 -0
  76. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterAllOption/VeltCommentsSidebarFilterAllOption.d.ts +5 -0
  77. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterAllOption/index.d.ts +1 -0
  78. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCategory/VeltCommentsSidebarFilterCategory.d.ts +5 -0
  79. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCategory/index.d.ts +1 -0
  80. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckbox.d.ts +11 -0
  81. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckboxChecked/VeltCommentsSidebarFilterCheckboxChecked.d.ts +5 -0
  82. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckboxChecked/index.d.ts +1 -0
  83. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckboxUnchecked/VeltCommentsSidebarFilterCheckboxUnchecked.d.ts +5 -0
  84. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckboxUnchecked/index.d.ts +1 -0
  85. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/index.d.ts +1 -0
  86. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCloseButton/VeltCommentsSidebarFilterCloseButton.d.ts +5 -0
  87. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCloseButton/index.d.ts +1 -0
  88. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCommentType/VeltCommentsSidebarFilterCommentType.d.ts +5 -0
  89. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCommentType/index.d.ts +1 -0
  90. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterDoneButton/VeltCommentsSidebarFilterDoneButton.d.ts +5 -0
  91. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterDoneButton/index.d.ts +1 -0
  92. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterGroupBy/VeltCommentsSidebarFilterGroupBy.d.ts +5 -0
  93. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterGroupBy/index.d.ts +1 -0
  94. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterLocation/VeltCommentsSidebarFilterLocation.d.ts +5 -0
  95. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterLocation/index.d.ts +1 -0
  96. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPeople/VeltCommentsSidebarFilterPeople.d.ts +5 -0
  97. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPeople/index.d.ts +1 -0
  98. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPriority/VeltCommentsSidebarFilterPriority.d.ts +5 -0
  99. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPriority/index.d.ts +1 -0
  100. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterTitle/VeltCommentsSidebarFilterTitle.d.ts +5 -0
  101. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterTitle/index.d.ts +1 -0
  102. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterVersions/VeltCommentsSidebarFilterVersions.d.ts +5 -0
  103. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterVersions/index.d.ts +1 -0
  104. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/index.d.ts +1 -0
  105. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilterButton/VeltCommentsSidebarFilterButton.d.ts +5 -0
  106. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilterButton/index.d.ts +1 -0
  107. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarHeader/VeltCommentsSidebarHeader.d.ts +5 -0
  108. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarHeader/index.d.ts +1 -0
  109. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarList/VeltCommentsSidebarList.d.ts +5 -0
  110. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarList/index.d.ts +1 -0
  111. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarPageMode/VeltCommentsSidebarPageMode.d.ts +5 -0
  112. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarPageMode/index.d.ts +1 -0
  113. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarSearch/VeltCommentsSidebarSearch.d.ts +5 -0
  114. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarSearch/index.d.ts +1 -0
  115. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarStatus/VeltCommentsSidebarStatus.d.ts +5 -0
  116. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarStatus/index.d.ts +1 -0
  117. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarWireframe.d.ts +25 -0
  118. package/esm/types/components/VeltCommentsSidebarWireframe/index.d.ts +1 -0
  119. package/esm/types/components/VeltTextCommentToolWireframe/VeltTextCommentToolWireframe.d.ts +5 -0
  120. package/esm/types/components/VeltTextCommentToolWireframe/index.d.ts +1 -0
  121. package/esm/types/components/VeltTextCommentToolbarWireframe/VeltTextCommentToolbar.d.ts +14 -0
  122. package/esm/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdown.d.ts +14 -0
  123. package/esm/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownAvatar/VeltUserSelectorDropdownAvatar.d.ts +5 -0
  124. package/esm/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownAvatar/index.d.ts +1 -0
  125. package/esm/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownEmail/VeltUserSelectorDropdownEmail.d.ts +5 -0
  126. package/esm/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownEmail/index.d.ts +1 -0
  127. package/esm/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownErrorIcon/VeltUserSelectorDropdownErrorIcon.d.ts +5 -0
  128. package/esm/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownErrorIcon/index.d.ts +1 -0
  129. package/esm/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownName/VeltUserSelectorDropdownName.d.ts +5 -0
  130. package/esm/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownName/index.d.ts +1 -0
  131. package/esm/types/components/VeltUserSelectorDropdownWireframe/index.d.ts +1 -0
  132. package/esm/types/components/index.d.ts +4 -12
  133. package/index.d.ts +84 -79
  134. package/package.json +1 -1
  135. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarCloseButton/VeltCommentSidebarCloseButton.d.ts +0 -5
  136. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarCloseButton/index.d.ts +0 -1
  137. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarEmptyPlaceholder/VeltCommentSidebarEmptyPlaceholder.d.ts +0 -5
  138. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarEmptyPlaceholder/index.d.ts +0 -1
  139. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilter.d.ts +0 -33
  140. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterAllOption/VeltCommentSidebarFilterAllOption.d.ts +0 -5
  141. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterAllOption/index.d.ts +0 -1
  142. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterButton/VeltCommentSidebarFilterButton.d.ts +0 -5
  143. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterButton/index.d.ts +0 -1
  144. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCategory/VeltCommentSidebarFilterCategory.d.ts +0 -5
  145. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCategory/index.d.ts +0 -1
  146. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckbox.d.ts +0 -11
  147. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckboxChecked/VeltCommentSidebarFilterCheckboxChecked.d.ts +0 -5
  148. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckboxChecked/index.d.ts +0 -1
  149. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckboxUnchecked/VeltCommentSidebarFilterCheckboxUnchecked.d.ts +0 -5
  150. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckboxUnchecked/index.d.ts +0 -1
  151. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/index.d.ts +0 -1
  152. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCloseButton/VeltCommentSidebarFilterCloseButton.d.ts +0 -5
  153. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCloseButton/index.d.ts +0 -1
  154. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCommentType/VeltCommentSidebarFilterCommentType.d.ts +0 -5
  155. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCommentType/index.d.ts +0 -1
  156. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterDoneButton/VeltCommentSidebarFilterDoneButton.d.ts +0 -5
  157. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterDoneButton/index.d.ts +0 -1
  158. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterGroupBy/VeltCommentSidebarFilterGroupBy.d.ts +0 -5
  159. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterGroupBy/index.d.ts +0 -1
  160. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterLocation/VeltCommentSidebarFilterLocation.d.ts +0 -5
  161. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterLocation/index.d.ts +0 -1
  162. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterPeople/VeltCommentSidebarFilterPeople.d.ts +0 -5
  163. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterPeople/index.d.ts +0 -1
  164. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterPriority/VeltCommentSidebarFilterPriority.d.ts +0 -5
  165. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterPriority/index.d.ts +0 -1
  166. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterTitle/VeltCommentSidebarFilterTitle.d.ts +0 -5
  167. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterTitle/index.d.ts +0 -1
  168. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterVersions/VeltCommentSidebarFilterVersions.d.ts +0 -5
  169. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterVersions/index.d.ts +0 -1
  170. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/index.d.ts +0 -1
  171. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarHeader/VeltCommentSidebarHeader.d.ts +0 -5
  172. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarHeader/index.d.ts +0 -1
  173. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarList/VeltCommentSidebarList.d.ts +0 -5
  174. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarList/index.d.ts +0 -1
  175. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarPageMode/VeltCommentSidebarPageMode.d.ts +0 -5
  176. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarPageMode/index.d.ts +0 -1
  177. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarSearch/VeltCommentSidebarSearch.d.ts +0 -5
  178. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarSearch/index.d.ts +0 -1
  179. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarStatus/VeltCommentSidebarStatus.d.ts +0 -5
  180. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarStatus/index.d.ts +0 -1
  181. package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarWireframe.d.ts +0 -23
  182. package/cjs/types/components/VeltCommentSidebarWireframe/index.d.ts +0 -1
  183. package/cjs/types/components/VeltTextComment/VeltTextCommentTool/VeltTextCommentTool.d.ts +0 -5
  184. package/cjs/types/components/VeltTextComment/VeltTextCommentTool/index.d.ts +0 -1
  185. package/cjs/types/components/VeltTextComment/VeltTextCommentToolbar/VeltTextCommentToolbar.d.ts +0 -5
  186. package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdown/VeltUserSelectorInternalDropdown.d.ts +0 -5
  187. package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdown/index.d.ts +0 -1
  188. package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownAvatar/VeltUserSelectorInternalDropdownAvatar.d.ts +0 -5
  189. package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownAvatar/index.d.ts +0 -1
  190. package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownEmail/VeltUserSelectorInternalDropdownEmail.d.ts +0 -5
  191. package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownEmail/index.d.ts +0 -1
  192. package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownErrorIcon/VeltUserSelectorInternalDropdownErrorIcon.d.ts +0 -5
  193. package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownErrorIcon/index.d.ts +0 -1
  194. package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownName/VeltUserSelectorInternalDropdownName.d.ts +0 -5
  195. package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownName/index.d.ts +0 -1
  196. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarCloseButton/VeltCommentSidebarCloseButton.d.ts +0 -5
  197. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarCloseButton/index.d.ts +0 -1
  198. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarEmptyPlaceholder/VeltCommentSidebarEmptyPlaceholder.d.ts +0 -5
  199. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarEmptyPlaceholder/index.d.ts +0 -1
  200. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilter.d.ts +0 -33
  201. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterAllOption/VeltCommentSidebarFilterAllOption.d.ts +0 -5
  202. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterAllOption/index.d.ts +0 -1
  203. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterButton/VeltCommentSidebarFilterButton.d.ts +0 -5
  204. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterButton/index.d.ts +0 -1
  205. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCategory/VeltCommentSidebarFilterCategory.d.ts +0 -5
  206. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCategory/index.d.ts +0 -1
  207. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckbox.d.ts +0 -11
  208. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckboxChecked/VeltCommentSidebarFilterCheckboxChecked.d.ts +0 -5
  209. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckboxChecked/index.d.ts +0 -1
  210. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckboxUnchecked/VeltCommentSidebarFilterCheckboxUnchecked.d.ts +0 -5
  211. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckboxUnchecked/index.d.ts +0 -1
  212. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/index.d.ts +0 -1
  213. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCloseButton/VeltCommentSidebarFilterCloseButton.d.ts +0 -5
  214. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCloseButton/index.d.ts +0 -1
  215. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCommentType/VeltCommentSidebarFilterCommentType.d.ts +0 -5
  216. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCommentType/index.d.ts +0 -1
  217. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterDoneButton/VeltCommentSidebarFilterDoneButton.d.ts +0 -5
  218. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterDoneButton/index.d.ts +0 -1
  219. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterGroupBy/VeltCommentSidebarFilterGroupBy.d.ts +0 -5
  220. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterGroupBy/index.d.ts +0 -1
  221. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterLocation/VeltCommentSidebarFilterLocation.d.ts +0 -5
  222. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterLocation/index.d.ts +0 -1
  223. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterPeople/VeltCommentSidebarFilterPeople.d.ts +0 -5
  224. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterPeople/index.d.ts +0 -1
  225. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterPriority/VeltCommentSidebarFilterPriority.d.ts +0 -5
  226. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterPriority/index.d.ts +0 -1
  227. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterTitle/VeltCommentSidebarFilterTitle.d.ts +0 -5
  228. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterTitle/index.d.ts +0 -1
  229. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterVersions/VeltCommentSidebarFilterVersions.d.ts +0 -5
  230. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterVersions/index.d.ts +0 -1
  231. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/index.d.ts +0 -1
  232. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarHeader/VeltCommentSidebarHeader.d.ts +0 -5
  233. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarHeader/index.d.ts +0 -1
  234. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarList/VeltCommentSidebarList.d.ts +0 -5
  235. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarList/index.d.ts +0 -1
  236. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarPageMode/VeltCommentSidebarPageMode.d.ts +0 -5
  237. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarPageMode/index.d.ts +0 -1
  238. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarSearch/VeltCommentSidebarSearch.d.ts +0 -5
  239. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarSearch/index.d.ts +0 -1
  240. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarStatus/VeltCommentSidebarStatus.d.ts +0 -5
  241. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarStatus/index.d.ts +0 -1
  242. package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarWireframe.d.ts +0 -23
  243. package/esm/types/components/VeltCommentSidebarWireframe/index.d.ts +0 -1
  244. package/esm/types/components/VeltTextComment/VeltTextCommentTool/VeltTextCommentTool.d.ts +0 -5
  245. package/esm/types/components/VeltTextComment/VeltTextCommentTool/index.d.ts +0 -1
  246. package/esm/types/components/VeltTextComment/VeltTextCommentToolbar/VeltTextCommentToolbar.d.ts +0 -5
  247. package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdown/VeltUserSelectorInternalDropdown.d.ts +0 -5
  248. package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdown/index.d.ts +0 -1
  249. package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownAvatar/VeltUserSelectorInternalDropdownAvatar.d.ts +0 -5
  250. package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownAvatar/index.d.ts +0 -1
  251. package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownEmail/VeltUserSelectorInternalDropdownEmail.d.ts +0 -5
  252. package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownEmail/index.d.ts +0 -1
  253. package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownErrorIcon/VeltUserSelectorInternalDropdownErrorIcon.d.ts +0 -5
  254. package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownErrorIcon/index.d.ts +0 -1
  255. package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownName/VeltUserSelectorInternalDropdownName.d.ts +0 -5
  256. package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownName/index.d.ts +0 -1
  257. /package/cjs/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarCommentAnnotation/VeltTextCommentToolbarCommentAnnotation.d.ts +0 -0
  258. /package/cjs/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarCommentAnnotation/index.d.ts +0 -0
  259. /package/cjs/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarCopywriter/VeltTextCommentToolbarCopywriter.d.ts +0 -0
  260. /package/cjs/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarCopywriter/index.d.ts +0 -0
  261. /package/cjs/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarGeneric/VeltTextCommentToolbarGeneric.d.ts +0 -0
  262. /package/cjs/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarGeneric/index.d.ts +0 -0
  263. /package/cjs/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarSeperator/VeltTextCommentToolbarSeperator.d.ts +0 -0
  264. /package/cjs/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarSeperator/index.d.ts +0 -0
  265. /package/cjs/types/components/{VeltTextComment/VeltTextCommentToolbar → VeltTextCommentToolbarWireframe}/index.d.ts +0 -0
  266. /package/esm/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarCommentAnnotation/VeltTextCommentToolbarCommentAnnotation.d.ts +0 -0
  267. /package/esm/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarCommentAnnotation/index.d.ts +0 -0
  268. /package/esm/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarCopywriter/VeltTextCommentToolbarCopywriter.d.ts +0 -0
  269. /package/esm/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarCopywriter/index.d.ts +0 -0
  270. /package/esm/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarGeneric/VeltTextCommentToolbarGeneric.d.ts +0 -0
  271. /package/esm/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarGeneric/index.d.ts +0 -0
  272. /package/esm/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarSeperator/VeltTextCommentToolbarSeperator.d.ts +0 -0
  273. /package/esm/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarSeperator/index.d.ts +0 -0
  274. /package/esm/types/components/{VeltTextComment/VeltTextCommentToolbar → VeltTextCommentToolbarWireframe}/index.d.ts +0 -0
package/esm/index.js CHANGED
@@ -215,7 +215,7 @@ var SnippylyCommentBubble = function (props) {
215
215
  };
216
216
 
217
217
  var SnippylyComments = function (props) {
218
- var autoCategorize = props.autoCategorize, streamViewContainerId = props.streamViewContainerId, onSignIn = props.onSignIn, onUpgrade = props.onUpgrade, textMode = props.textMode, popoverMode = props.popoverMode, popoverTriangleComponent = props.popoverTriangleComponent, floatingCommentDialog = props.floatingCommentDialog, moderatorMode = props.moderatorMode, streamMode = props.streamMode, signInButton = props.signInButton, upgradeButton = props.upgradeButton, attachments = props.attachments, recordings = props.recordings, reactions = props.reactions, deviceInfo = props.deviceInfo, commentIndex = props.commentIndex, dialogOnHover = props.dialogOnHover, dialogOnTargetElementClick = props.dialogOnTargetElementClick, priority = props.priority, inboxMode = props.inboxMode, suggestionMode = props.suggestionMode, mobileMode = props.mobileMode, inlineCommentMode = props.inlineCommentMode, privateCommentMode = props.privateCommentMode, minimap = props.minimap, persistentCommentMode = props.persistentCommentMode, ghostComments = props.ghostComments, ghostCommentsIndicator = props.ghostCommentsIndicator, commentsOnDom = props.commentsOnDom, commentTool = props.commentTool, sidebarButtonOnCommentDialog = props.sidebarButtonOnCommentDialog, deviceIndicatorOnCommentPins = props.deviceIndicatorOnCommentPins, scrollToComment = props.scrollToComment, userMentions = props.userMentions, deleteOnBackspace = props.deleteOnBackspace, hotkey = props.hotkey, recordingSummary = props.recordingSummary, recordingCountdown = props.recordingCountdown, unreadIndicatorMode = props.unreadIndicatorMode, allowedElementIds = props.allowedElementIds, allowedElementClassNames = props.allowedElementClassNames, allowedElementQuerySelectors = props.allowedElementQuerySelectors, onCommentAdd = props.onCommentAdd, onCommentUpdate = props.onCommentUpdate, onCommentAccept = props.onCommentAccept, onCommentReject = props.onCommentReject, onSidebarButtonOnCommentDialogClick = props.onSidebarButtonOnCommentDialogClick, customStatus = props.customStatus, customPriority = props.customPriority, customCategory = props.customCategory, status = props.status, resolveButton = props.resolveButton, darkMode = props.darkMode, onCustomPinInject = props.onCustomPinInject, children = props.children;
218
+ var autoCategorize = props.autoCategorize, streamViewContainerId = props.streamViewContainerId, onSignIn = props.onSignIn, onUpgrade = props.onUpgrade, textMode = props.textMode, popoverMode = props.popoverMode, popoverTriangleComponent = props.popoverTriangleComponent, floatingCommentDialog = props.floatingCommentDialog, moderatorMode = props.moderatorMode, streamMode = props.streamMode, signInButton = props.signInButton, upgradeButton = props.upgradeButton, attachments = props.attachments, recordings = props.recordings, reactions = props.reactions, deviceInfo = props.deviceInfo, commentIndex = props.commentIndex, dialogOnHover = props.dialogOnHover, dialogOnTargetElementClick = props.dialogOnTargetElementClick, priority = props.priority, inboxMode = props.inboxMode, suggestionMode = props.suggestionMode, mobileMode = props.mobileMode, inlineCommentMode = props.inlineCommentMode, privateCommentMode = props.privateCommentMode, minimap = props.minimap, persistentCommentMode = props.persistentCommentMode, ghostComments = props.ghostComments, ghostCommentsIndicator = props.ghostCommentsIndicator, commentsOnDom = props.commentsOnDom, commentTool = props.commentTool, sidebarButtonOnCommentDialog = props.sidebarButtonOnCommentDialog, deviceIndicatorOnCommentPins = props.deviceIndicatorOnCommentPins, scrollToComment = props.scrollToComment, userMentions = props.userMentions, deleteOnBackspace = props.deleteOnBackspace, hotkey = props.hotkey, recordingSummary = props.recordingSummary, recordingCountdown = props.recordingCountdown, unreadIndicatorMode = props.unreadIndicatorMode, pinShadowDom = props.pinShadowDom, dialogShadowDom = props.dialogShadowDom, allowedElementIds = props.allowedElementIds, allowedElementClassNames = props.allowedElementClassNames, allowedElementQuerySelectors = props.allowedElementQuerySelectors, onCommentAdd = props.onCommentAdd, onCommentUpdate = props.onCommentUpdate, onCommentAccept = props.onCommentAccept, onCommentReject = props.onCommentReject, onSidebarButtonOnCommentDialogClick = props.onSidebarButtonOnCommentDialogClick, customStatus = props.customStatus, customPriority = props.customPriority, customCategory = props.customCategory, status = props.status, resolveButton = props.resolveButton, darkMode = props.darkMode, onCustomPinInject = props.onCustomPinInject, children = props.children;
219
219
  var ref = useRef();
220
220
  useEffect(function () {
221
221
  if (ref.current) {
@@ -262,11 +262,11 @@ var SnippylyComments = function (props) {
262
262
  });
263
263
  }
264
264
  }, []);
265
- return (React.createElement("velt-comments", { ref: ref, "auto-categorize": [true, false].includes(autoCategorize) ? (autoCategorize ? 'true' : 'false') : undefined, "data-stream-view-container-id": streamViewContainerId, "text-mode": [true, false].includes(textMode) ? (textMode ? 'true' : 'false') : undefined, "popover-mode": [true, false].includes(popoverMode) ? (popoverMode ? 'true' : 'false') : undefined, "popover-triangle-component": [true, false].includes(popoverTriangleComponent) ? (popoverTriangleComponent ? 'true' : 'false') : undefined, "floating-comment-dialog": [true, false].includes(floatingCommentDialog) ? (floatingCommentDialog ? 'true' : 'false') : undefined, "moderator-mode": [true, false].includes(moderatorMode) ? (moderatorMode ? 'true' : 'false') : undefined, "stream-mode": [true, false].includes(streamMode) ? (streamMode ? 'true' : 'false') : undefined, "sign-in-button": [true, false].includes(signInButton) ? (signInButton ? 'true' : 'false') : undefined, "upgrade-button": [true, false].includes(upgradeButton) ? (upgradeButton ? 'true' : 'false') : undefined, attachments: [true, false].includes(attachments) ? (attachments ? 'true' : 'false') : undefined, recordings: recordings, reactions: [true, false].includes(reactions) ? (reactions ? 'true' : 'false') : undefined, "device-info": [true, false].includes(deviceInfo) ? (deviceInfo ? 'true' : 'false') : undefined, "comment-index": [true, false].includes(commentIndex) ? (commentIndex ? 'true' : 'false') : undefined, "dialog-on-hover": [true, false].includes(dialogOnHover) ? (dialogOnHover ? 'true' : 'false') : undefined, "dialog-on-target-element-click": [true, false].includes(dialogOnTargetElementClick) ? (dialogOnTargetElementClick ? 'true' : 'false') : undefined, priority: [true, false].includes(priority) ? (priority ? 'true' : 'false') : undefined, status: [true, false].includes(status) ? (status ? 'true' : 'false') : undefined, "resolve-button": [true, false].includes(resolveButton) ? (resolveButton ? 'true' : 'false') : undefined, "inbox-mode": [true, false].includes(inboxMode) ? (inboxMode ? 'true' : 'false') : undefined, "suggestion-mode": [true, false].includes(suggestionMode) ? (suggestionMode ? 'true' : 'false') : undefined, "mobile-mode": [true, false].includes(mobileMode) ? (mobileMode ? 'true' : 'false') : undefined, "inline-comment-mode": [true, false].includes(inlineCommentMode) ? (inlineCommentMode ? 'true' : 'false') : undefined, "private-comment-mode": [true, false].includes(privateCommentMode) ? (privateCommentMode ? 'true' : 'false') : undefined, minimap: [true, false].includes(minimap) ? (minimap ? 'true' : 'false') : undefined, "persistent-comment-mode": [true, false].includes(persistentCommentMode) ? (persistentCommentMode ? 'true' : 'false') : undefined, "ghost-comments": [true, false].includes(ghostComments) ? (ghostComments ? 'true' : 'false') : undefined, "ghost-comments-indicator": [true, false].includes(ghostCommentsIndicator) ? (ghostCommentsIndicator ? 'true' : 'false') : undefined, "comments-on-dom": [true, false].includes(commentsOnDom) ? (commentsOnDom ? 'true' : 'false') : undefined, "comment-tool": [true, false].includes(commentTool) ? (commentTool ? 'true' : 'false') : undefined, "sidebar-button-on-comment-dialog": [true, false].includes(sidebarButtonOnCommentDialog) ? (sidebarButtonOnCommentDialog ? 'true' : 'false') : undefined, "device-indicator-on-comment-pins": [true, false].includes(deviceIndicatorOnCommentPins) ? (deviceIndicatorOnCommentPins ? 'true' : 'false') : undefined, "scroll-to-comment": [true, false].includes(scrollToComment) ? (scrollToComment ? 'true' : 'false') : undefined, "user-mentions": [true, false].includes(userMentions) ? (userMentions ? 'true' : 'false') : undefined, "delete-on-backspace": [true, false].includes(deleteOnBackspace) ? (deleteOnBackspace ? 'true' : 'false') : undefined, hotkey: [true, false].includes(hotkey) ? (hotkey ? 'true' : 'false') : undefined, "recording-summary": [true, false].includes(recordingSummary) ? (recordingSummary ? 'true' : 'false') : undefined, "recording-countdown": [true, false].includes(recordingCountdown) ? (recordingCountdown ? 'true' : 'false') : undefined, "unread-indicator-mode": unreadIndicatorMode, "allowed-element-ids": JSON.stringify(allowedElementIds), "allowed-element-class-names": JSON.stringify(allowedElementClassNames), "allowed-element-query-selectors": JSON.stringify(allowedElementQuerySelectors), "custom-status": JSON.stringify(customStatus), "custom-priority": JSON.stringify(customPriority), "custom-category": JSON.stringify(customCategory), "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined }, children));
265
+ return (React.createElement("velt-comments", { ref: ref, "auto-categorize": [true, false].includes(autoCategorize) ? (autoCategorize ? 'true' : 'false') : undefined, "data-stream-view-container-id": streamViewContainerId, "text-mode": [true, false].includes(textMode) ? (textMode ? 'true' : 'false') : undefined, "popover-mode": [true, false].includes(popoverMode) ? (popoverMode ? 'true' : 'false') : undefined, "popover-triangle-component": [true, false].includes(popoverTriangleComponent) ? (popoverTriangleComponent ? 'true' : 'false') : undefined, "floating-comment-dialog": [true, false].includes(floatingCommentDialog) ? (floatingCommentDialog ? 'true' : 'false') : undefined, "moderator-mode": [true, false].includes(moderatorMode) ? (moderatorMode ? 'true' : 'false') : undefined, "stream-mode": [true, false].includes(streamMode) ? (streamMode ? 'true' : 'false') : undefined, "sign-in-button": [true, false].includes(signInButton) ? (signInButton ? 'true' : 'false') : undefined, "upgrade-button": [true, false].includes(upgradeButton) ? (upgradeButton ? 'true' : 'false') : undefined, attachments: [true, false].includes(attachments) ? (attachments ? 'true' : 'false') : undefined, recordings: recordings, reactions: [true, false].includes(reactions) ? (reactions ? 'true' : 'false') : undefined, "device-info": [true, false].includes(deviceInfo) ? (deviceInfo ? 'true' : 'false') : undefined, "comment-index": [true, false].includes(commentIndex) ? (commentIndex ? 'true' : 'false') : undefined, "dialog-on-hover": [true, false].includes(dialogOnHover) ? (dialogOnHover ? 'true' : 'false') : undefined, "dialog-on-target-element-click": [true, false].includes(dialogOnTargetElementClick) ? (dialogOnTargetElementClick ? 'true' : 'false') : undefined, priority: [true, false].includes(priority) ? (priority ? 'true' : 'false') : undefined, status: [true, false].includes(status) ? (status ? 'true' : 'false') : undefined, "resolve-button": [true, false].includes(resolveButton) ? (resolveButton ? 'true' : 'false') : undefined, "inbox-mode": [true, false].includes(inboxMode) ? (inboxMode ? 'true' : 'false') : undefined, "suggestion-mode": [true, false].includes(suggestionMode) ? (suggestionMode ? 'true' : 'false') : undefined, "mobile-mode": [true, false].includes(mobileMode) ? (mobileMode ? 'true' : 'false') : undefined, "inline-comment-mode": [true, false].includes(inlineCommentMode) ? (inlineCommentMode ? 'true' : 'false') : undefined, "private-comment-mode": [true, false].includes(privateCommentMode) ? (privateCommentMode ? 'true' : 'false') : undefined, minimap: [true, false].includes(minimap) ? (minimap ? 'true' : 'false') : undefined, "persistent-comment-mode": [true, false].includes(persistentCommentMode) ? (persistentCommentMode ? 'true' : 'false') : undefined, "ghost-comments": [true, false].includes(ghostComments) ? (ghostComments ? 'true' : 'false') : undefined, "ghost-comments-indicator": [true, false].includes(ghostCommentsIndicator) ? (ghostCommentsIndicator ? 'true' : 'false') : undefined, "comments-on-dom": [true, false].includes(commentsOnDom) ? (commentsOnDom ? 'true' : 'false') : undefined, "comment-tool": [true, false].includes(commentTool) ? (commentTool ? 'true' : 'false') : undefined, "sidebar-button-on-comment-dialog": [true, false].includes(sidebarButtonOnCommentDialog) ? (sidebarButtonOnCommentDialog ? 'true' : 'false') : undefined, "device-indicator-on-comment-pins": [true, false].includes(deviceIndicatorOnCommentPins) ? (deviceIndicatorOnCommentPins ? 'true' : 'false') : undefined, "scroll-to-comment": [true, false].includes(scrollToComment) ? (scrollToComment ? 'true' : 'false') : undefined, "user-mentions": [true, false].includes(userMentions) ? (userMentions ? 'true' : 'false') : undefined, "delete-on-backspace": [true, false].includes(deleteOnBackspace) ? (deleteOnBackspace ? 'true' : 'false') : undefined, hotkey: [true, false].includes(hotkey) ? (hotkey ? 'true' : 'false') : undefined, "recording-summary": [true, false].includes(recordingSummary) ? (recordingSummary ? 'true' : 'false') : undefined, "recording-countdown": [true, false].includes(recordingCountdown) ? (recordingCountdown ? 'true' : 'false') : undefined, "unread-indicator-mode": unreadIndicatorMode, "pin-shadow-dom": [true, false].includes(pinShadowDom) ? (pinShadowDom ? 'true' : 'false') : undefined, "dialog-shadow-dom": [true, false].includes(dialogShadowDom) ? (dialogShadowDom ? 'true' : 'false') : undefined, "allowed-element-ids": JSON.stringify(allowedElementIds), "allowed-element-class-names": JSON.stringify(allowedElementClassNames), "allowed-element-query-selectors": JSON.stringify(allowedElementQuerySelectors), "custom-status": JSON.stringify(customStatus), "custom-priority": JSON.stringify(customPriority), "custom-category": JSON.stringify(customCategory), "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined }, children));
266
266
  };
267
267
 
268
268
  var SnippylyCommentsSidebar = function (props) {
269
- var embedMode = props.embedMode, enableUrlNavigation = props.enableUrlNavigation, urlNavigation = props.urlNavigation, pageMode = props.pageMode, currentLocationSuffix = props.currentLocationSuffix, filterConfig = props.filterConfig, groupConfig = props.groupConfig, filters = props.filters, variant = props.variant, dialogVariant = props.dialogVariant, openSidebar = props.openSidebar, onSidebarOpen = props.onSidebarOpen, onSidebarCommentClick = props.onSidebarCommentClick, onCommentClick = props.onCommentClick;
269
+ var embedMode = props.embedMode, enableUrlNavigation = props.enableUrlNavigation, urlNavigation = props.urlNavigation, pageMode = props.pageMode, currentLocationSuffix = props.currentLocationSuffix, filterConfig = props.filterConfig, groupConfig = props.groupConfig, filters = props.filters, variant = props.variant, dialogVariant = props.dialogVariant, shadowDom = props.shadowDom, openSidebar = props.openSidebar, onSidebarOpen = props.onSidebarOpen, onSidebarCommentClick = props.onSidebarCommentClick, onCommentClick = props.onCommentClick;
270
270
  var ref = useRef();
271
271
  useEffect(function () {
272
272
  if (ref.current) {
@@ -289,7 +289,7 @@ var SnippylyCommentsSidebar = function (props) {
289
289
  });
290
290
  }
291
291
  }, []);
292
- return (React.createElement("velt-comments-sidebar", { ref: ref, "embed-mode": [true, false].includes(embedMode) ? (embedMode ? 'true' : 'false') : undefined, "enable-url-navigation": [true, false].includes(enableUrlNavigation) ? (enableUrlNavigation ? 'true' : 'false') : undefined, "url-navigation": [true, false].includes(urlNavigation) ? (urlNavigation ? 'true' : 'false') : undefined, "page-mode": [true, false].includes(pageMode) ? (pageMode ? 'true' : 'false') : undefined, "current-location-suffix": [true, false].includes(currentLocationSuffix) ? (currentLocationSuffix ? 'true' : 'false') : undefined, "filter-config": filterConfig ? JSON.stringify(filterConfig) : undefined, "group-config": groupConfig ? JSON.stringify(groupConfig) : undefined, filters: filters ? JSON.stringify(filters) : undefined, variant: variant, "dialog-variant": dialogVariant }));
292
+ return (React.createElement("velt-comments-sidebar", { ref: ref, "embed-mode": [true, false].includes(embedMode) ? (embedMode ? 'true' : 'false') : undefined, "enable-url-navigation": [true, false].includes(enableUrlNavigation) ? (enableUrlNavigation ? 'true' : 'false') : undefined, "url-navigation": [true, false].includes(urlNavigation) ? (urlNavigation ? 'true' : 'false') : undefined, "page-mode": [true, false].includes(pageMode) ? (pageMode ? 'true' : 'false') : undefined, "current-location-suffix": [true, false].includes(currentLocationSuffix) ? (currentLocationSuffix ? 'true' : 'false') : undefined, "filter-config": filterConfig ? JSON.stringify(filterConfig) : undefined, "group-config": groupConfig ? JSON.stringify(groupConfig) : undefined, filters: filters ? JSON.stringify(filters) : undefined, variant: variant, "dialog-variant": dialogVariant, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined }));
293
293
  };
294
294
 
295
295
  var SnippylyCommentTool = function (props) {
@@ -863,148 +863,148 @@ VeltCommentDialogWireframe.Threads = VeltCommentDialogThreads;
863
863
  VeltCommentDialogWireframe.ToggleReply = VeltCommentDialogToggleReply;
864
864
  VeltCommentDialogWireframe.Upgrade = VeltCommentDialogUpgrade;
865
865
 
866
- var VeltCommentSidebarCloseButton = function (props) {
866
+ var VeltCommentsSidebarCloseButton = function (props) {
867
867
  var children = props.children;
868
- return (React.createElement("velt-comment-sidebar-close-button-wireframe", null, children));
868
+ return (React.createElement("velt-comments-sidebar-close-button-wireframe", null, children));
869
869
  };
870
870
 
871
- var VeltCommentSidebarEmptyPlaceholder = function (props) {
871
+ var VeltCommentsSidebarEmptyPlaceholder = function (props) {
872
872
  var children = props.children;
873
- return (React.createElement("velt-comment-sidebar-empty-placeholder-wireframe", null, children));
873
+ return (React.createElement("velt-comments-sidebar-empty-placeholder-wireframe", null, children));
874
874
  };
875
875
 
876
- var VeltCommentSidebarFilterAllOption = function (props) {
876
+ var VeltCommentsSidebarFilterAllOption = function (props) {
877
877
  var children = props.children;
878
- return (React.createElement("velt-comment-sidebar-filter-all-option-wireframe", null, children));
878
+ return (React.createElement("velt-comments-sidebar-filter-all-option-wireframe", null, children));
879
879
  };
880
880
 
881
- var VeltCommentSidebarFilterButton = function (props) {
881
+ var VeltCommentsSidebarFilterCategory = function (props) {
882
882
  var children = props.children;
883
- return (React.createElement("velt-comment-sidebar-filter-button-wireframe", null, children));
883
+ return (React.createElement("velt-comments-sidebar-filter-category-wireframe", null, children));
884
884
  };
885
885
 
886
- var VeltCommentSidebarFilterCategory = function (props) {
886
+ var VeltCommentsSidebarFilterCheckboxChecked = function (props) {
887
887
  var children = props.children;
888
- return (React.createElement("velt-comment-sidebar-filter-category-wireframe", null, children));
888
+ return (React.createElement("velt-comments-sidebar-filter-checkbox-checked-wireframe", null, children));
889
889
  };
890
890
 
891
- var VeltCommentSidebarFilterCheckboxChecked = function (props) {
891
+ var VeltCommentsSidebarFilterCheckboxUnchecked = function (props) {
892
892
  var children = props.children;
893
- return (React.createElement("velt-comment-sidebar-filter-checkbox-checked-wireframe", null, children));
893
+ return (React.createElement("velt-comments-sidebar-filter-checkbox-unchecked-wireframe", null, children));
894
894
  };
895
895
 
896
- var VeltCommentSidebarFilterCheckboxUnchecked = function (props) {
896
+ var VeltCommentsSidebarFilterCheckbox = function (props) {
897
897
  var children = props.children;
898
- return (React.createElement("velt-comment-sidebar-filter-checkbox-unchecked-wireframe", null, children));
898
+ return (React.createElement("velt-comments-sidebar-filter-checkbox-wireframe", null, children));
899
899
  };
900
+ VeltCommentsSidebarFilterCheckbox.Checked = VeltCommentsSidebarFilterCheckboxChecked;
901
+ VeltCommentsSidebarFilterCheckbox.Unchecked = VeltCommentsSidebarFilterCheckboxUnchecked;
900
902
 
901
- var VeltCommentSidebarFilterCheckbox = function (props) {
903
+ var VeltCommentsSidebarFilterCloseButton = function (props) {
902
904
  var children = props.children;
903
- return (React.createElement("velt-comment-sidebar-filter-checkbox-wireframe", null, children));
905
+ return (React.createElement("velt-comments-sidebar-filter-close-button-wireframe", null, children));
904
906
  };
905
- VeltCommentSidebarFilterCheckbox.Checked = VeltCommentSidebarFilterCheckboxChecked;
906
- VeltCommentSidebarFilterCheckbox.Unchecked = VeltCommentSidebarFilterCheckboxUnchecked;
907
907
 
908
- var VeltCommentSidebarFilterCloseButton = function (props) {
908
+ var VeltCommentsSidebarFilterCommentType = function (props) {
909
909
  var children = props.children;
910
- return (React.createElement("velt-comment-sidebar-filter-close-button-wireframe", null, children));
910
+ return (React.createElement("velt-comments-sidebar-filter-comment-type-wireframe", null, children));
911
911
  };
912
912
 
913
- var VeltCommentSidebarFilterCommentType = function (props) {
913
+ var VeltCommentsSidebarFilterDoneButton = function (props) {
914
914
  var children = props.children;
915
- return (React.createElement("velt-comment-sidebar-filter-comment-type-wireframe", null, children));
915
+ return (React.createElement("velt-comments-sidebar-filter-done-button-wireframe", null, children));
916
916
  };
917
917
 
918
- var VeltCommentSidebarFilterDoneButton = function (props) {
918
+ var VeltCommentsSidebarFilterGroupBy = function (props) {
919
919
  var children = props.children;
920
- return (React.createElement("velt-comment-sidebar-filter-done-button-wireframe", null, children));
920
+ return (React.createElement("velt-comments-sidebar-filter-group-by-wireframe", null, children));
921
921
  };
922
922
 
923
- var VeltCommentSidebarFilterGroupBy = function (props) {
923
+ var VeltCommentsSidebarFilterLocation = function (props) {
924
924
  var children = props.children;
925
- return (React.createElement("velt-comment-sidebar-filter-group-by-wireframe", null, children));
925
+ return (React.createElement("velt-comments-sidebar-filter-location-wireframe", null, children));
926
926
  };
927
927
 
928
- var VeltCommentSidebarFilterLocation = function (props) {
928
+ var VeltCommentsSidebarFilterPeople = function (props) {
929
929
  var children = props.children;
930
- return (React.createElement("velt-comment-sidebar-filter-location-wireframe", null, children));
930
+ return (React.createElement("velt-comments-sidebar-filter-people-wireframe", null, children));
931
931
  };
932
932
 
933
- var VeltCommentSidebarFilterPeople = function (props) {
933
+ var VeltCommentsSidebarFilterPriority = function (props) {
934
934
  var children = props.children;
935
- return (React.createElement("velt-comment-sidebar-filter-people-wireframe", null, children));
935
+ return (React.createElement("velt-comments-sidebar-filter-priority-wireframe", null, children));
936
936
  };
937
937
 
938
- var VeltCommentSidebarFilterPriority = function (props) {
938
+ var VeltCommentsSidebarFilterTitle = function (props) {
939
939
  var children = props.children;
940
- return (React.createElement("velt-comment-sidebar-filter-priority-wireframe", null, children));
940
+ return (React.createElement("velt-comments-sidebar-filter-title-wireframe", null, children));
941
941
  };
942
942
 
943
- var VeltCommentSidebarFilterTitle = function (props) {
943
+ var VeltCommentsSidebarFilterVersions = function (props) {
944
944
  var children = props.children;
945
- return (React.createElement("velt-comment-sidebar-filter-title-wireframe", null, children));
945
+ return (React.createElement("velt-comments-sidebar-filter-versions-wireframe", null, children));
946
946
  };
947
947
 
948
- var VeltCommentSidebarFilterVersions = function (props) {
948
+ var VeltCommentsSidebarFilter = function (props) {
949
949
  var children = props.children;
950
- return (React.createElement("velt-comment-sidebar-filter-versions-wireframe", null, children));
950
+ return (React.createElement("velt-comments-sidebar-filter-wireframe", null, children));
951
951
  };
952
+ VeltCommentsSidebarFilter.AllOption = VeltCommentsSidebarFilterAllOption;
953
+ VeltCommentsSidebarFilter.Category = VeltCommentsSidebarFilterCategory;
954
+ VeltCommentsSidebarFilter.Checkbox = VeltCommentsSidebarFilterCheckbox;
955
+ VeltCommentsSidebarFilter.CloseButton = VeltCommentsSidebarFilterCloseButton;
956
+ VeltCommentsSidebarFilter.CommentType = VeltCommentsSidebarFilterCommentType;
957
+ VeltCommentsSidebarFilter.DoneButton = VeltCommentsSidebarFilterDoneButton;
958
+ VeltCommentsSidebarFilter.GroupBy = VeltCommentsSidebarFilterGroupBy;
959
+ VeltCommentsSidebarFilter.Location = VeltCommentsSidebarFilterLocation;
960
+ VeltCommentsSidebarFilter.People = VeltCommentsSidebarFilterPeople;
961
+ VeltCommentsSidebarFilter.Priority = VeltCommentsSidebarFilterPriority;
962
+ VeltCommentsSidebarFilter.Title = VeltCommentsSidebarFilterTitle;
963
+ VeltCommentsSidebarFilter.Versions = VeltCommentsSidebarFilterVersions;
952
964
 
953
- var VeltCommentSidebarFilter = function (props) {
965
+ var VeltCommentsSidebarHeader = function (props) {
954
966
  var children = props.children;
955
- return (React.createElement("velt-comment-sidebar-filter-wireframe", null, children));
967
+ return (React.createElement("velt-comments-sidebar-header-wireframe", null, children));
956
968
  };
957
- VeltCommentSidebarFilter.AllOption = VeltCommentSidebarFilterAllOption;
958
- VeltCommentSidebarFilter.Button = VeltCommentSidebarFilterButton;
959
- VeltCommentSidebarFilter.Category = VeltCommentSidebarFilterCategory;
960
- VeltCommentSidebarFilter.Checkbox = VeltCommentSidebarFilterCheckbox;
961
- VeltCommentSidebarFilter.CloseButton = VeltCommentSidebarFilterCloseButton;
962
- VeltCommentSidebarFilter.CommentType = VeltCommentSidebarFilterCommentType;
963
- VeltCommentSidebarFilter.DoneButton = VeltCommentSidebarFilterDoneButton;
964
- VeltCommentSidebarFilter.GroupBy = VeltCommentSidebarFilterGroupBy;
965
- VeltCommentSidebarFilter.Location = VeltCommentSidebarFilterLocation;
966
- VeltCommentSidebarFilter.People = VeltCommentSidebarFilterPeople;
967
- VeltCommentSidebarFilter.Priority = VeltCommentSidebarFilterPriority;
968
- VeltCommentSidebarFilter.Title = VeltCommentSidebarFilterTitle;
969
- VeltCommentSidebarFilter.Versions = VeltCommentSidebarFilterVersions;
970
969
 
971
- var VeltCommentSidebarHeader = function (props) {
970
+ var VeltCommentsSidebarList = function (props) {
972
971
  var children = props.children;
973
- return (React.createElement("velt-comment-sidebar-header-wireframe", null, children));
972
+ return (React.createElement("velt-comments-sidebar-list-wireframe", null, children));
974
973
  };
975
974
 
976
- var VeltCommentSidebarList = function (props) {
975
+ var VeltCommentsSidebarPageMode = function (props) {
977
976
  var children = props.children;
978
- return (React.createElement("velt-comment-sidebar-list-wireframe", null, children));
977
+ return (React.createElement("velt-comments-sidebar-page-mode-wireframe", null, children));
979
978
  };
980
979
 
981
- var VeltCommentSidebarPageMode = function (props) {
980
+ var VeltCommentsSidebarSearch = function (props) {
982
981
  var children = props.children;
983
- return (React.createElement("velt-comment-sidebar-page-mode-wireframe", null, children));
982
+ return (React.createElement("velt-comments-sidebar-search-wireframe", null, children));
984
983
  };
985
984
 
986
- var VeltCommentSidebarSearch = function (props) {
985
+ var VeltCommentsSidebarStatus = function (props) {
987
986
  var children = props.children;
988
- return (React.createElement("velt-comment-sidebar-search-wireframe", null, children));
987
+ return (React.createElement("velt-comments-sidebar-status-wireframe", null, children));
989
988
  };
990
989
 
991
- var VeltCommentSidebarStatus = function (props) {
990
+ var VeltCommentsSidebarFilterButton = function (props) {
992
991
  var children = props.children;
993
- return (React.createElement("velt-comment-sidebar-status-wireframe", null, children));
992
+ return (React.createElement("velt-comments-sidebar-filter-button-wireframe", null, children));
994
993
  };
995
994
 
996
- var VeltCommentSidebarWireframe = function (props) {
995
+ var VeltCommentsSidebarWireframe = function (props) {
997
996
  var children = props.children, remainingProp = __rest(props, ["children"]);
998
- return (React.createElement("velt-comment-sidebar-wireframe", __assign({}, remainingProp), children));
999
- };
1000
- VeltCommentSidebarWireframe.CloseButton = VeltCommentSidebarCloseButton;
1001
- VeltCommentSidebarWireframe.EmptyPlaceholder = VeltCommentSidebarEmptyPlaceholder;
1002
- VeltCommentSidebarWireframe.Filter = VeltCommentSidebarFilter;
1003
- VeltCommentSidebarWireframe.Header = VeltCommentSidebarHeader;
1004
- VeltCommentSidebarWireframe.List = VeltCommentSidebarList;
1005
- VeltCommentSidebarWireframe.PageMode = VeltCommentSidebarPageMode;
1006
- VeltCommentSidebarWireframe.Search = VeltCommentSidebarSearch;
1007
- VeltCommentSidebarWireframe.Status = VeltCommentSidebarStatus;
997
+ return (React.createElement("velt-comments-sidebar-wireframe", __assign({}, remainingProp), children));
998
+ };
999
+ VeltCommentsSidebarWireframe.CloseButton = VeltCommentsSidebarCloseButton;
1000
+ VeltCommentsSidebarWireframe.EmptyPlaceholder = VeltCommentsSidebarEmptyPlaceholder;
1001
+ VeltCommentsSidebarWireframe.Filter = VeltCommentsSidebarFilter;
1002
+ VeltCommentsSidebarWireframe.Header = VeltCommentsSidebarHeader;
1003
+ VeltCommentsSidebarWireframe.List = VeltCommentsSidebarList;
1004
+ VeltCommentsSidebarWireframe.PageMode = VeltCommentsSidebarPageMode;
1005
+ VeltCommentsSidebarWireframe.Search = VeltCommentsSidebarSearch;
1006
+ VeltCommentsSidebarWireframe.Status = VeltCommentsSidebarStatus;
1007
+ VeltCommentsSidebarWireframe.FilterButton = VeltCommentsSidebarFilterButton;
1008
1008
 
1009
1009
  var VeltCommentPinGhostCommentIndicator = function (props) {
1010
1010
  var children = props.children;
@@ -1057,69 +1057,77 @@ var VeltCommentToolWireframe = function (props) {
1057
1057
  return (React.createElement("velt-comment-tool-wireframe", __assign({}, remainingProps), children));
1058
1058
  };
1059
1059
 
1060
- var VeltCommentBubbleAvatar = function (props) {
1060
+ var VeltTextCommentToolWireframe = function (props) {
1061
1061
  var children = props.children;
1062
- return (React.createElement("velt-comment-bubble-avatar-wireframe", null, children));
1062
+ return (React.createElement("velt-text-comment-tool-wireframe", null, children));
1063
1063
  };
1064
1064
 
1065
- var VeltCommentBubbleCommentsCount = function (props) {
1065
+ var VeltTextCommentToolbarCommentAnnotation = function (props) {
1066
1066
  var children = props.children;
1067
- return (React.createElement("velt-comment-bubble-comments-count-wireframe", null, children));
1067
+ return (React.createElement("velt-text-comment-toolbar-comment-annotation-wireframe", null, children));
1068
1068
  };
1069
1069
 
1070
- var VeltTextCommentTool = function (props) {
1070
+ var VeltTextCommentToolbarCopywriter = function (props) {
1071
1071
  var children = props.children;
1072
- return (React.createElement("velt-text-comment-tool-wireframe", null, children));
1072
+ return (React.createElement("velt-text-comment-toolbar-copywriter-wireframe", null, children));
1073
1073
  };
1074
1074
 
1075
- var VeltTextCommentToolbar = function (props) {
1075
+ var VeltTextCommentToolbarGeneric = function (props) {
1076
1076
  var children = props.children;
1077
- return (React.createElement("velt-text-comment-toolbar-wireframe", null, children));
1077
+ return (React.createElement("velt-text-comment-toolbar-generic-wireframe", null, children));
1078
1078
  };
1079
1079
 
1080
- var VeltTextCommentToolbarCommentAnnotation = function (props) {
1080
+ var VeltTextCommentToolbarSeperator = function (props) {
1081
1081
  var children = props.children;
1082
- return (React.createElement("velt-text-comment-toolbar-comment-annotation-wireframe", null, children));
1082
+ return (React.createElement("velt-text-comment-toolbar-seperator-wireframe", null, children));
1083
1083
  };
1084
1084
 
1085
- var VeltTextCommentToolbarSeperator = function (props) {
1085
+ var VeltTextCommentToolbar = function (props) {
1086
1086
  var children = props.children;
1087
- return (React.createElement("velt-text-comment-toolbar-seperator-wireframe", null, children));
1087
+ return (React.createElement("velt-text-comment-toolbar-wireframe", null, children));
1088
1088
  };
1089
+ VeltTextCommentToolbar.CommentAnnotation = VeltTextCommentToolbarCommentAnnotation;
1090
+ VeltTextCommentToolbar.Copywriter = VeltTextCommentToolbarCopywriter;
1091
+ VeltTextCommentToolbar.Generic = VeltTextCommentToolbarGeneric;
1092
+ VeltTextCommentToolbar.Seperator = VeltTextCommentToolbarSeperator;
1089
1093
 
1090
- var VeltTextCommentToolbarCopywriter = function (props) {
1094
+ var VeltUserSelectorDropdownAvatar = function (props) {
1091
1095
  var children = props.children;
1092
- return (React.createElement("velt-text-comment-toolbar-copywriter-wireframe", null, children));
1096
+ return (React.createElement("velt-user-selector-dropdown-avatar-wireframe", null, children));
1093
1097
  };
1094
1098
 
1095
- var VeltTextCommentToolbarGeneric = function (props) {
1099
+ var VeltUserSelectorDropdownEmail = function (props) {
1096
1100
  var children = props.children;
1097
- return (React.createElement("velt-text-comment-toolbar-generic-wireframe", null, children));
1101
+ return (React.createElement("velt-user-selector-dropdown-email-wireframe", null, children));
1098
1102
  };
1099
1103
 
1100
- var VeltUserSelectorInternalDropdown = function (props) {
1104
+ var VeltUserSelectorDropdownErrorIcon = function (props) {
1101
1105
  var children = props.children;
1102
- return (React.createElement("velt-user-selector-internal-dropdown-wireframe", null, children));
1106
+ return (React.createElement("velt-user-selector-dropdown-error-icon-wireframe", null, children));
1103
1107
  };
1104
1108
 
1105
- var VeltUserSelectorInternalDropdownAvatar = function (props) {
1109
+ var VeltUserSelectorDropdownName = function (props) {
1106
1110
  var children = props.children;
1107
- return (React.createElement("velt-user-selector-internal-dropdown-avatar-wireframe", null, children));
1111
+ return (React.createElement("velt-user-selector-dropdown-name-wireframe", null, children));
1108
1112
  };
1109
1113
 
1110
- var VeltUserSelectorInternalDropdownEmail = function (props) {
1114
+ var VeltUserSelectorDropdown = function (props) {
1111
1115
  var children = props.children;
1112
- return (React.createElement("velt-user-selector-internal-dropdown-email-wireframe", null, children));
1116
+ return (React.createElement("velt-user-selector-dropdown-wireframe", null, children));
1113
1117
  };
1118
+ VeltUserSelectorDropdown.Avatar = VeltUserSelectorDropdownAvatar;
1119
+ VeltUserSelectorDropdown.Email = VeltUserSelectorDropdownEmail;
1120
+ VeltUserSelectorDropdown.ErrorIcon = VeltUserSelectorDropdownErrorIcon;
1121
+ VeltUserSelectorDropdown.Name = VeltUserSelectorDropdownName;
1114
1122
 
1115
- var VeltUserSelectorInternalDropdownName = function (props) {
1123
+ var VeltCommentBubbleAvatar = function (props) {
1116
1124
  var children = props.children;
1117
- return (React.createElement("velt-user-selector-internal-dropdown-name-wireframe", null, children));
1125
+ return (React.createElement("velt-comment-bubble-avatar-wireframe", null, children));
1118
1126
  };
1119
1127
 
1120
- var VeltUserSelectorInternalDropdownErrorIcon = function (props) {
1128
+ var VeltCommentBubbleCommentsCount = function (props) {
1121
1129
  var children = props.children;
1122
- return (React.createElement("velt-user-selector-internal-dropdown-error-icon-wireframe", null, children));
1130
+ return (React.createElement("velt-comment-bubble-comments-count-wireframe", null, children));
1123
1131
  };
1124
1132
 
1125
1133
  /**
@@ -1798,5 +1806,5 @@ var logLiveState = function (action, liveStateDataId) {
1798
1806
  }
1799
1807
  };
1800
1808
 
1801
- export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleAvatar, VeltCommentBubbleCommentsCount, VeltCommentDialogWireframe, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentSidebarWireframe, VeltCommentThread, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, SnippylyCommentsSidebar as VeltCommentsSidebar, SnippylyCursor as VeltCursor, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsTool, SnippylyPresence as VeltPresence, SnippylyProvider as VeltProvider, SnippylyRecorderControlPanel as VeltRecorderControlPanel, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, SnippylyRecorderTool as VeltRecorderTool, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextCommentTool, VeltTextCommentToolbar, VeltTextCommentToolbarCommentAnnotation, VeltTextCommentToolbarCopywriter, VeltTextCommentToolbarGeneric, VeltTextCommentToolbarSeperator, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorInternalDropdown, VeltUserSelectorInternalDropdownAvatar, VeltUserSelectorInternalDropdownEmail, VeltUserSelectorInternalDropdownErrorIcon, VeltUserSelectorInternalDropdownName, VeltVideoPlayer, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useAddLocation, useClient, useCommentAddHandler, useCommentAnnotations, useCommentDialogSidebarClickHandler, useCommentModeState, useCommentUpdateHandler, useCommentUtils, useCursorUsers, useCursorUtils, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useHuddleUtils, useIdentify, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncUtils, useNotificationUtils, useNotificationsData, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderUtils, useSetDocumentId, useSetLiveStateData, useSetLocation, useTagAnnotations, useTagUtils, useUniqueViewsByDate, useUniqueViewsByUser, useUnsetDocumentId, useUserEditorState, useVeltClient, useViewsUtils };
1809
+ export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleAvatar, VeltCommentBubbleCommentsCount, VeltCommentDialogWireframe, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentThread, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarWireframe, SnippylyCursor as VeltCursor, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsTool, SnippylyPresence as VeltPresence, SnippylyProvider as VeltProvider, SnippylyRecorderControlPanel as VeltRecorderControlPanel, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, SnippylyRecorderTool as VeltRecorderTool, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextCommentToolWireframe, VeltTextCommentToolbar as VeltTextCommentToolbarWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoPlayer, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useAddLocation, useClient, useCommentAddHandler, useCommentAnnotations, useCommentDialogSidebarClickHandler, useCommentModeState, useCommentUpdateHandler, useCommentUtils, useCursorUsers, useCursorUtils, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useHuddleUtils, useIdentify, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncUtils, useNotificationUtils, useNotificationsData, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderUtils, useSetDocumentId, useSetLiveStateData, useSetLocation, useTagAnnotations, useTagUtils, useUniqueViewsByDate, useUniqueViewsByUser, useUnsetDocumentId, useUserEditorState, useVeltClient, useViewsUtils };
1802
1810
  //# sourceMappingURL=index.js.map