@veltdev/react 5.0.2-beta.8 → 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
@@ -60,6 +60,7 @@ export interface IVeltCommentsSidebarProps {
60
60
  commentPlaceholder?: string;
61
61
  replyPlaceholder?: string;
62
62
  pageModePlaceholder?: string;
63
+ version?: string;
63
64
  }
64
65
  declare const SnippylyCommentsSidebar: React.FC<IVeltCommentsSidebarProps>;
65
66
  export default SnippylyCommentsSidebar;
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarV2Props extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ pageMode?: boolean;
4
+ focusedThreadMode?: boolean;
5
+ readOnly?: boolean;
6
+ embedMode?: string;
7
+ floatingMode?: boolean;
8
+ position?: string;
9
+ variant?: string;
10
+ forceClose?: boolean;
11
+ version?: string;
12
+ onSidebarOpen?: Function;
13
+ onSidebarClose?: Function;
14
+ onCommentClick?: Function;
15
+ onCommentNavigationButtonClick?: Function;
16
+ }
17
+ declare const VeltCommentsSidebarV2: React.FC<IVeltCommentsSidebarV2Props>;
18
+ export default VeltCommentsSidebarV2;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarV2CloseButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ }
4
+ declare const VeltCommentsSidebarV2CloseButton: React.FC<IVeltCommentsSidebarV2CloseButtonProps>;
5
+ export default VeltCommentsSidebarV2CloseButton;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarV2CloseButton";
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarV2EmptyPlaceholderProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ }
4
+ declare const VeltCommentsSidebarV2EmptyPlaceholder: React.FC<IVeltCommentsSidebarV2EmptyPlaceholderProps>;
5
+ export default VeltCommentsSidebarV2EmptyPlaceholder;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarV2ResetFilterButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ }
4
+ declare const VeltCommentsSidebarV2ResetFilterButton: React.FC<IVeltCommentsSidebarV2ResetFilterButtonProps>;
5
+ export default VeltCommentsSidebarV2ResetFilterButton;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarV2ResetFilterButton";
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarV2EmptyPlaceholder";
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarV2FilterDropdownProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ }
4
+ declare const VeltCommentsSidebarV2FilterDropdown: React.FC<IVeltCommentsSidebarV2FilterDropdownProps>;
5
+ export default VeltCommentsSidebarV2FilterDropdown;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarV2FilterDropdownContentProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ groups?: any;
4
+ }
5
+ declare const VeltCommentsSidebarV2FilterDropdownContent: React.FC<IVeltCommentsSidebarV2FilterDropdownContentProps>;
6
+ export default VeltCommentsSidebarV2FilterDropdownContent;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarV2FilterDropdownContentListProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ groups?: any;
4
+ }
5
+ declare const VeltCommentsSidebarV2FilterDropdownContentList: React.FC<IVeltCommentsSidebarV2FilterDropdownContentListProps>;
6
+ export default VeltCommentsSidebarV2FilterDropdownContentList;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarV2FilterDropdownContentListCategoryProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ group?: any;
4
+ itemTemplate?: any;
5
+ }
6
+ declare const VeltCommentsSidebarV2FilterDropdownContentListCategory: React.FC<IVeltCommentsSidebarV2FilterDropdownContentListCategoryProps>;
7
+ export default VeltCommentsSidebarV2FilterDropdownContentListCategory;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarV2FilterDropdownContentListCategoryContentProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ group?: any;
4
+ itemTemplate?: any;
5
+ }
6
+ declare const VeltCommentsSidebarV2FilterDropdownContentListCategoryContent: React.FC<IVeltCommentsSidebarV2FilterDropdownContentListCategoryContentProps>;
7
+ export default VeltCommentsSidebarV2FilterDropdownContentListCategoryContent;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarV2FilterDropdownContentListItemProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ item?: any;
4
+ group?: any;
5
+ }
6
+ declare const VeltCommentsSidebarV2FilterDropdownContentListItem: React.FC<IVeltCommentsSidebarV2FilterDropdownContentListItemProps>;
7
+ export default VeltCommentsSidebarV2FilterDropdownContentListItem;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarV2FilterDropdownContentListItemIndicatorProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ mode?: string;
4
+ selected?: boolean;
5
+ }
6
+ declare const VeltCommentsSidebarV2FilterDropdownContentListItemIndicator: React.FC<IVeltCommentsSidebarV2FilterDropdownContentListItemIndicatorProps>;
7
+ export default VeltCommentsSidebarV2FilterDropdownContentListItemIndicator;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarV2FilterDropdownContentListItemLabelProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ label?: string;
4
+ }
5
+ declare const VeltCommentsSidebarV2FilterDropdownContentListItemLabel: React.FC<IVeltCommentsSidebarV2FilterDropdownContentListItemLabelProps>;
6
+ export default VeltCommentsSidebarV2FilterDropdownContentListItemLabel;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarV2FilterDropdownContent";
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarV2FilterDropdownTriggerProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ isActive?: boolean;
4
+ }
5
+ declare const VeltCommentsSidebarV2FilterDropdownTrigger: React.FC<IVeltCommentsSidebarV2FilterDropdownTriggerProps>;
6
+ export default VeltCommentsSidebarV2FilterDropdownTrigger;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarV2FilterDropdownTrigger";
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarV2FilterDropdown";
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarV2FocusedThreadProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ }
4
+ declare const VeltCommentsSidebarV2FocusedThread: React.FC<IVeltCommentsSidebarV2FocusedThreadProps>;
5
+ export default VeltCommentsSidebarV2FocusedThread;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarV2FocusedThreadBackButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ }
4
+ declare const VeltCommentsSidebarV2FocusedThreadBackButton: React.FC<IVeltCommentsSidebarV2FocusedThreadBackButtonProps>;
5
+ export default VeltCommentsSidebarV2FocusedThreadBackButton;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarV2FocusedThreadBackButton";
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarV2FocusedThreadDialogContainerProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ }
4
+ declare const VeltCommentsSidebarV2FocusedThreadDialogContainer: React.FC<IVeltCommentsSidebarV2FocusedThreadDialogContainerProps>;
5
+ export default VeltCommentsSidebarV2FocusedThreadDialogContainer;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarV2FocusedThreadDialogContainer";
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarV2FocusedThread";
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarV2HeaderProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ }
4
+ declare const VeltCommentsSidebarV2Header: React.FC<IVeltCommentsSidebarV2HeaderProps>;
5
+ export default VeltCommentsSidebarV2Header;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarV2Header";
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarV2ListProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ }
4
+ declare const VeltCommentsSidebarV2List: React.FC<IVeltCommentsSidebarV2ListProps>;
5
+ export default VeltCommentsSidebarV2List;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarV2ListItemProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotation?: any;
4
+ scrollIdle?: boolean;
5
+ }
6
+ declare const VeltCommentsSidebarV2ListItem: React.FC<IVeltCommentsSidebarV2ListItemProps>;
7
+ export default VeltCommentsSidebarV2ListItem;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarV2ListItem";
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarV2List";
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarV2MinimalActionsDropdownProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ }
4
+ declare const VeltCommentsSidebarV2MinimalActionsDropdown: React.FC<IVeltCommentsSidebarV2MinimalActionsDropdownProps>;
5
+ export default VeltCommentsSidebarV2MinimalActionsDropdown;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarV2MinimalActionsDropdownContentProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ }
4
+ declare const VeltCommentsSidebarV2MinimalActionsDropdownContent: React.FC<IVeltCommentsSidebarV2MinimalActionsDropdownContentProps>;
5
+ export default VeltCommentsSidebarV2MinimalActionsDropdownContent;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllReadProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ }
4
+ declare const VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead: React.FC<IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllReadProps>;
5
+ export default VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolvedProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ }
4
+ declare const VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved: React.FC<IVeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolvedProps>;
5
+ export default VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarV2MinimalActionsDropdownContent";
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarV2MinimalActionsDropdownTriggerProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ }
4
+ declare const VeltCommentsSidebarV2MinimalActionsDropdownTrigger: React.FC<IVeltCommentsSidebarV2MinimalActionsDropdownTriggerProps>;
5
+ export default VeltCommentsSidebarV2MinimalActionsDropdownTrigger;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarV2MinimalActionsDropdownTrigger";
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarV2MinimalActionsDropdown";
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarV2PageModeComposerProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ }
4
+ declare const VeltCommentsSidebarV2PageModeComposer: React.FC<IVeltCommentsSidebarV2PageModeComposerProps>;
5
+ export default VeltCommentsSidebarV2PageModeComposer;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarV2PageModeComposer";
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarV2PanelProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ }
4
+ declare const VeltCommentsSidebarV2Panel: React.FC<IVeltCommentsSidebarV2PanelProps>;
5
+ export default VeltCommentsSidebarV2Panel;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarV2Panel";
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarV2SkeletonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ }
4
+ declare const VeltCommentsSidebarV2Skeleton: React.FC<IVeltCommentsSidebarV2SkeletonProps>;
5
+ export default VeltCommentsSidebarV2Skeleton;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarV2Skeleton";
@@ -0,0 +1,27 @@
1
+ export { default } from "./VeltCommentsSidebarV2";
2
+ export { default as VeltCommentsSidebarV2Skeleton } from "./VeltCommentsSidebarV2Skeleton";
3
+ export { default as VeltCommentsSidebarV2Panel } from "./VeltCommentsSidebarV2Panel";
4
+ export { default as VeltCommentsSidebarV2Header } from "./VeltCommentsSidebarV2Header";
5
+ export { default as VeltCommentsSidebarV2CloseButton } from "./VeltCommentsSidebarV2CloseButton";
6
+ export { default as VeltCommentsSidebarV2EmptyPlaceholder } from "./VeltCommentsSidebarV2EmptyPlaceholder";
7
+ export { default as VeltCommentsSidebarV2ResetFilterButton } from "./VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2ResetFilterButton";
8
+ export { default as VeltCommentsSidebarV2List } from "./VeltCommentsSidebarV2List";
9
+ export { default as VeltCommentsSidebarV2ListItem } from "./VeltCommentsSidebarV2List/VeltCommentsSidebarV2ListItem";
10
+ export { default as VeltCommentsSidebarV2PageModeComposer } from "./VeltCommentsSidebarV2PageModeComposer";
11
+ export { default as VeltCommentsSidebarV2FocusedThread } from "./VeltCommentsSidebarV2FocusedThread";
12
+ export { default as VeltCommentsSidebarV2FocusedThreadBackButton } from "./VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadBackButton";
13
+ export { default as VeltCommentsSidebarV2FocusedThreadDialogContainer } from "./VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadDialogContainer";
14
+ export { default as VeltCommentsSidebarV2MinimalActionsDropdown } from "./VeltCommentsSidebarV2MinimalActionsDropdown";
15
+ export { default as VeltCommentsSidebarV2MinimalActionsDropdownTrigger } from "./VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownTrigger";
16
+ export { default as VeltCommentsSidebarV2MinimalActionsDropdownContent } from "./VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent";
17
+ export { default as VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead } from "./VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead";
18
+ export { default as VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved } from "./VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved";
19
+ export { default as VeltCommentsSidebarV2FilterDropdown } from "./VeltCommentsSidebarV2FilterDropdown";
20
+ export { default as VeltCommentsSidebarV2FilterDropdownTrigger } from "./VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownTrigger";
21
+ export { default as VeltCommentsSidebarV2FilterDropdownContent } from "./VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent";
22
+ export { default as VeltCommentsSidebarV2FilterDropdownContentList } from "./VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList";
23
+ export { default as VeltCommentsSidebarV2FilterDropdownContentListItem } from "./VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem";
24
+ export { default as VeltCommentsSidebarV2FilterDropdownContentListItemIndicator } from "./VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator";
25
+ export { default as VeltCommentsSidebarV2FilterDropdownContentListItemLabel } from "./VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemLabel";
26
+ export { default as VeltCommentsSidebarV2FilterDropdownContentListCategory } from "./VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory";
27
+ export { default as VeltCommentsSidebarV2FilterDropdownContentListCategoryContent } from "./VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent";
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../constants';
3
+ export interface IVeltCommentsSidebarV2CloseButtonProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltCommentsSidebarV2CloseButton extends React.FC<IVeltCommentsSidebarV2CloseButtonProps> {
6
+ }
7
+ declare const VeltCommentsSidebarV2CloseButton: IVeltCommentsSidebarV2CloseButton;
8
+ export default VeltCommentsSidebarV2CloseButton;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarV2CloseButton";
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../constants';
3
+ import { IVeltCommentsSidebarV2ResetFilterButton } from './VeltCommentsSidebarV2ResetFilterButton/VeltCommentsSidebarV2ResetFilterButton';
4
+ export interface IVeltCommentsSidebarV2EmptyPlaceholderProps extends IVeltWireframeCommonProps {
5
+ }
6
+ export interface IVeltCommentsSidebarV2EmptyPlaceholder extends React.FC<IVeltCommentsSidebarV2EmptyPlaceholderProps> {
7
+ ResetFilterButton: IVeltCommentsSidebarV2ResetFilterButton;
8
+ }
9
+ declare const VeltCommentsSidebarV2EmptyPlaceholder: IVeltCommentsSidebarV2EmptyPlaceholder;
10
+ export default VeltCommentsSidebarV2EmptyPlaceholder;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../constants';
3
+ export interface IVeltCommentsSidebarV2ResetFilterButtonProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltCommentsSidebarV2ResetFilterButton extends React.FC<IVeltCommentsSidebarV2ResetFilterButtonProps> {
6
+ }
7
+ declare const VeltCommentsSidebarV2ResetFilterButton: IVeltCommentsSidebarV2ResetFilterButton;
8
+ export default VeltCommentsSidebarV2ResetFilterButton;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarV2EmptyPlaceholder";
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../constants';
3
+ import { IVeltCommentsSidebarV2FilterDropdownTrigger } from './VeltCommentsSidebarV2FilterDropdownTrigger/VeltCommentsSidebarV2FilterDropdownTrigger';
4
+ import { IVeltCommentsSidebarV2FilterDropdownContent } from './VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContent';
5
+ export interface IVeltCommentsSidebarV2FilterDropdownProps extends IVeltWireframeCommonProps {
6
+ }
7
+ export interface IVeltCommentsSidebarV2FilterDropdown extends React.FC<IVeltCommentsSidebarV2FilterDropdownProps> {
8
+ Trigger: IVeltCommentsSidebarV2FilterDropdownTrigger;
9
+ Content: IVeltCommentsSidebarV2FilterDropdownContent;
10
+ }
11
+ declare const VeltCommentsSidebarV2FilterDropdown: IVeltCommentsSidebarV2FilterDropdown;
12
+ export default VeltCommentsSidebarV2FilterDropdown;
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../constants';
3
+ import { IVeltCommentsSidebarV2FilterDropdownContentList } from './VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentList';
4
+ export interface IVeltCommentsSidebarV2FilterDropdownContentProps extends IVeltWireframeCommonProps {
5
+ }
6
+ export interface IVeltCommentsSidebarV2FilterDropdownContent extends React.FC<IVeltCommentsSidebarV2FilterDropdownContentProps> {
7
+ List: IVeltCommentsSidebarV2FilterDropdownContentList;
8
+ }
9
+ declare const VeltCommentsSidebarV2FilterDropdownContent: IVeltCommentsSidebarV2FilterDropdownContent;
10
+ export default VeltCommentsSidebarV2FilterDropdownContent;
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../../constants';
3
+ import { IVeltCommentsSidebarV2FilterDropdownContentListItem } from './VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItem';
4
+ import { IVeltCommentsSidebarV2FilterDropdownContentListCategory } from './VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategory';
5
+ export interface IVeltCommentsSidebarV2FilterDropdownContentListProps extends IVeltWireframeCommonProps {
6
+ }
7
+ export interface IVeltCommentsSidebarV2FilterDropdownContentList extends React.FC<IVeltCommentsSidebarV2FilterDropdownContentListProps> {
8
+ Item: IVeltCommentsSidebarV2FilterDropdownContentListItem;
9
+ Category: IVeltCommentsSidebarV2FilterDropdownContentListCategory;
10
+ }
11
+ declare const VeltCommentsSidebarV2FilterDropdownContentList: IVeltCommentsSidebarV2FilterDropdownContentList;
12
+ export default VeltCommentsSidebarV2FilterDropdownContentList;
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../../../constants';
3
+ import { IVeltCommentsSidebarV2FilterDropdownContentListCategoryContent } from './VeltCommentsSidebarV2FilterDropdownContentListCategoryContent/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent';
4
+ export interface IVeltCommentsSidebarV2FilterDropdownContentListCategoryProps extends IVeltWireframeCommonProps {
5
+ }
6
+ export interface IVeltCommentsSidebarV2FilterDropdownContentListCategory extends React.FC<IVeltCommentsSidebarV2FilterDropdownContentListCategoryProps> {
7
+ Content: IVeltCommentsSidebarV2FilterDropdownContentListCategoryContent;
8
+ }
9
+ declare const VeltCommentsSidebarV2FilterDropdownContentListCategory: IVeltCommentsSidebarV2FilterDropdownContentListCategory;
10
+ export default VeltCommentsSidebarV2FilterDropdownContentListCategory;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../../../../constants';
3
+ export interface IVeltCommentsSidebarV2FilterDropdownContentListCategoryContentProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltCommentsSidebarV2FilterDropdownContentListCategoryContent extends React.FC<IVeltCommentsSidebarV2FilterDropdownContentListCategoryContentProps> {
6
+ }
7
+ declare const VeltCommentsSidebarV2FilterDropdownContentListCategoryContent: IVeltCommentsSidebarV2FilterDropdownContentListCategoryContent;
8
+ export default VeltCommentsSidebarV2FilterDropdownContentListCategoryContent;
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../../../constants';
3
+ import { IVeltCommentsSidebarV2FilterDropdownContentListItemIndicator } from './VeltCommentsSidebarV2FilterDropdownContentListItemIndicator/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator';
4
+ import { IVeltCommentsSidebarV2FilterDropdownContentListItemLabel } from './VeltCommentsSidebarV2FilterDropdownContentListItemLabel/VeltCommentsSidebarV2FilterDropdownContentListItemLabel';
5
+ export interface IVeltCommentsSidebarV2FilterDropdownContentListItemProps extends IVeltWireframeCommonProps {
6
+ }
7
+ export interface IVeltCommentsSidebarV2FilterDropdownContentListItem extends React.FC<IVeltCommentsSidebarV2FilterDropdownContentListItemProps> {
8
+ Indicator: IVeltCommentsSidebarV2FilterDropdownContentListItemIndicator;
9
+ Label: IVeltCommentsSidebarV2FilterDropdownContentListItemLabel;
10
+ }
11
+ declare const VeltCommentsSidebarV2FilterDropdownContentListItem: IVeltCommentsSidebarV2FilterDropdownContentListItem;
12
+ export default VeltCommentsSidebarV2FilterDropdownContentListItem;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../../../../constants';
3
+ export interface IVeltCommentsSidebarV2FilterDropdownContentListItemIndicatorProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltCommentsSidebarV2FilterDropdownContentListItemIndicator extends React.FC<IVeltCommentsSidebarV2FilterDropdownContentListItemIndicatorProps> {
6
+ }
7
+ declare const VeltCommentsSidebarV2FilterDropdownContentListItemIndicator: IVeltCommentsSidebarV2FilterDropdownContentListItemIndicator;
8
+ export default VeltCommentsSidebarV2FilterDropdownContentListItemIndicator;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../../../../constants';
3
+ export interface IVeltCommentsSidebarV2FilterDropdownContentListItemLabelProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltCommentsSidebarV2FilterDropdownContentListItemLabel extends React.FC<IVeltCommentsSidebarV2FilterDropdownContentListItemLabelProps> {
6
+ }
7
+ declare const VeltCommentsSidebarV2FilterDropdownContentListItemLabel: IVeltCommentsSidebarV2FilterDropdownContentListItemLabel;
8
+ export default VeltCommentsSidebarV2FilterDropdownContentListItemLabel;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarV2FilterDropdownContent";
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../constants';
3
+ export interface IVeltCommentsSidebarV2FilterDropdownTriggerProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltCommentsSidebarV2FilterDropdownTrigger extends React.FC<IVeltCommentsSidebarV2FilterDropdownTriggerProps> {
6
+ }
7
+ declare const VeltCommentsSidebarV2FilterDropdownTrigger: IVeltCommentsSidebarV2FilterDropdownTrigger;
8
+ export default VeltCommentsSidebarV2FilterDropdownTrigger;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarV2FilterDropdownTrigger";
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarV2FilterDropdown";
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../constants';
3
+ import { IVeltCommentsSidebarV2FocusedThreadBackButton } from './VeltCommentsSidebarV2FocusedThreadBackButton/VeltCommentsSidebarV2FocusedThreadBackButton';
4
+ import { IVeltCommentsSidebarV2FocusedThreadDialogContainer } from './VeltCommentsSidebarV2FocusedThreadDialogContainer/VeltCommentsSidebarV2FocusedThreadDialogContainer';
5
+ export interface IVeltCommentsSidebarV2FocusedThreadProps extends IVeltWireframeCommonProps {
6
+ }
7
+ export interface IVeltCommentsSidebarV2FocusedThread extends React.FC<IVeltCommentsSidebarV2FocusedThreadProps> {
8
+ BackButton: IVeltCommentsSidebarV2FocusedThreadBackButton;
9
+ DialogContainer: IVeltCommentsSidebarV2FocusedThreadDialogContainer;
10
+ }
11
+ declare const VeltCommentsSidebarV2FocusedThread: IVeltCommentsSidebarV2FocusedThread;
12
+ export default VeltCommentsSidebarV2FocusedThread;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../constants';
3
+ export interface IVeltCommentsSidebarV2FocusedThreadBackButtonProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltCommentsSidebarV2FocusedThreadBackButton extends React.FC<IVeltCommentsSidebarV2FocusedThreadBackButtonProps> {
6
+ }
7
+ declare const VeltCommentsSidebarV2FocusedThreadBackButton: IVeltCommentsSidebarV2FocusedThreadBackButton;
8
+ export default VeltCommentsSidebarV2FocusedThreadBackButton;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarV2FocusedThreadBackButton";
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../constants';
3
+ export interface IVeltCommentsSidebarV2FocusedThreadDialogContainerProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltCommentsSidebarV2FocusedThreadDialogContainer extends React.FC<IVeltCommentsSidebarV2FocusedThreadDialogContainerProps> {
6
+ }
7
+ declare const VeltCommentsSidebarV2FocusedThreadDialogContainer: IVeltCommentsSidebarV2FocusedThreadDialogContainer;
8
+ export default VeltCommentsSidebarV2FocusedThreadDialogContainer;