@veltdev/react 5.0.2-beta.7 → 5.0.2-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/index.js +416 -4
- package/cjs/index.js.map +1 -1
- package/cjs/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2.d.ts +18 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2CloseButton/VeltCommentsSidebarV2CloseButton.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2CloseButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2EmptyPlaceholder.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2ResetFilterButton/VeltCommentsSidebarV2ResetFilterButton.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2ResetFilterButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2EmptyPlaceholder/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdown.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContent.d.ts +6 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentList.d.ts +6 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategory.d.ts +7 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent.d.ts +7 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItem.d.ts +7 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator.d.ts +7 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemLabel/VeltCommentsSidebarV2FilterDropdownContentListItemLabel.d.ts +6 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemLabel/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownTrigger/VeltCommentsSidebarV2FilterDropdownTrigger.d.ts +6 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownTrigger/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThread.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadBackButton/VeltCommentsSidebarV2FocusedThreadBackButton.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadBackButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadDialogContainer/VeltCommentsSidebarV2FocusedThreadDialogContainer.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadDialogContainer/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Header/VeltCommentsSidebarV2Header.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Header/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2List/VeltCommentsSidebarV2List.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2List/VeltCommentsSidebarV2ListItem/VeltCommentsSidebarV2ListItem.d.ts +7 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2List/VeltCommentsSidebarV2ListItem/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2List/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdown.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContent.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownTrigger/VeltCommentsSidebarV2MinimalActionsDropdownTrigger.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownTrigger/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2PageModeComposer/VeltCommentsSidebarV2PageModeComposer.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2PageModeComposer/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Panel/VeltCommentsSidebarV2Panel.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Panel/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Skeleton/VeltCommentsSidebarV2Skeleton.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Skeleton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2/index.d.ts +27 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2CloseButton/VeltCommentsSidebarV2CloseButton.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2CloseButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2EmptyPlaceholder.d.ts +10 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2ResetFilterButton/VeltCommentsSidebarV2ResetFilterButton.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2ResetFilterButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2EmptyPlaceholder/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdown.d.ts +12 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContent.d.ts +10 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentList.d.ts +12 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategory.d.ts +10 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItem.d.ts +12 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemLabel/VeltCommentsSidebarV2FilterDropdownContentListItemLabel.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemLabel/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownTrigger/VeltCommentsSidebarV2FilterDropdownTrigger.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownTrigger/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThread.d.ts +12 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadBackButton/VeltCommentsSidebarV2FocusedThreadBackButton.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadBackButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadDialogContainer/VeltCommentsSidebarV2FocusedThreadDialogContainer.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadDialogContainer/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Header/VeltCommentsSidebarV2Header.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Header/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2List/VeltCommentsSidebarV2List.d.ts +10 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2List/VeltCommentsSidebarV2ListItem/VeltCommentsSidebarV2ListItem.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2List/VeltCommentsSidebarV2ListItem/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2List/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdown.d.ts +12 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContent.d.ts +12 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownTrigger/VeltCommentsSidebarV2MinimalActionsDropdownTrigger.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownTrigger/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2PageModeComposer/VeltCommentsSidebarV2PageModeComposer.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2PageModeComposer/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Panel/VeltCommentsSidebarV2Panel.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Panel/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Skeleton/VeltCommentsSidebarV2Skeleton.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Skeleton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Wireframe.d.ts +27 -0
- package/cjs/types/components/VeltCommentsSidebarV2Wireframe/index.d.ts +27 -0
- package/cjs/types/components/index.d.ts +28 -0
- package/cjs/types/constants.d.ts +1 -1
- package/esm/index.js +389 -5
- package/esm/index.js.map +1 -1
- package/esm/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2.d.ts +18 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2CloseButton/VeltCommentsSidebarV2CloseButton.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2CloseButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2EmptyPlaceholder.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2ResetFilterButton/VeltCommentsSidebarV2ResetFilterButton.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2ResetFilterButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2EmptyPlaceholder/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdown.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContent.d.ts +6 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentList.d.ts +6 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategory.d.ts +7 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent.d.ts +7 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItem.d.ts +7 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator.d.ts +7 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemLabel/VeltCommentsSidebarV2FilterDropdownContentListItemLabel.d.ts +6 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemLabel/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownTrigger/VeltCommentsSidebarV2FilterDropdownTrigger.d.ts +6 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownTrigger/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FilterDropdown/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThread.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadBackButton/VeltCommentsSidebarV2FocusedThreadBackButton.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadBackButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadDialogContainer/VeltCommentsSidebarV2FocusedThreadDialogContainer.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadDialogContainer/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2FocusedThread/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Header/VeltCommentsSidebarV2Header.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Header/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2List/VeltCommentsSidebarV2List.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2List/VeltCommentsSidebarV2ListItem/VeltCommentsSidebarV2ListItem.d.ts +7 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2List/VeltCommentsSidebarV2ListItem/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2List/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdown.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContent.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownTrigger/VeltCommentsSidebarV2MinimalActionsDropdownTrigger.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownTrigger/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2MinimalActionsDropdown/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2PageModeComposer/VeltCommentsSidebarV2PageModeComposer.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2PageModeComposer/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Panel/VeltCommentsSidebarV2Panel.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Panel/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Skeleton/VeltCommentsSidebarV2Skeleton.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarV2/VeltCommentsSidebarV2Skeleton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2/index.d.ts +27 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2CloseButton/VeltCommentsSidebarV2CloseButton.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2CloseButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2EmptyPlaceholder.d.ts +10 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2ResetFilterButton/VeltCommentsSidebarV2ResetFilterButton.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2EmptyPlaceholder/VeltCommentsSidebarV2ResetFilterButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2EmptyPlaceholder/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdown.d.ts +12 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContent.d.ts +10 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentList.d.ts +12 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategory.d.ts +10 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/VeltCommentsSidebarV2FilterDropdownContentListCategoryContent/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListCategory/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItem.d.ts +12 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemIndicator/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemLabel/VeltCommentsSidebarV2FilterDropdownContentListItemLabel.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/VeltCommentsSidebarV2FilterDropdownContentListItemLabel/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/VeltCommentsSidebarV2FilterDropdownContentListItem/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/VeltCommentsSidebarV2FilterDropdownContentList/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownContent/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownTrigger/VeltCommentsSidebarV2FilterDropdownTrigger.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/VeltCommentsSidebarV2FilterDropdownTrigger/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FilterDropdown/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThread.d.ts +12 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadBackButton/VeltCommentsSidebarV2FocusedThreadBackButton.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadBackButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadDialogContainer/VeltCommentsSidebarV2FocusedThreadDialogContainer.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/VeltCommentsSidebarV2FocusedThreadDialogContainer/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2FocusedThread/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Header/VeltCommentsSidebarV2Header.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Header/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2List/VeltCommentsSidebarV2List.d.ts +10 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2List/VeltCommentsSidebarV2ListItem/VeltCommentsSidebarV2ListItem.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2List/VeltCommentsSidebarV2ListItem/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2List/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdown.d.ts +12 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContent.d.ts +12 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownContent/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownTrigger/VeltCommentsSidebarV2MinimalActionsDropdownTrigger.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/VeltCommentsSidebarV2MinimalActionsDropdownTrigger/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2MinimalActionsDropdown/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2PageModeComposer/VeltCommentsSidebarV2PageModeComposer.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2PageModeComposer/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Panel/VeltCommentsSidebarV2Panel.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Panel/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Skeleton/VeltCommentsSidebarV2Skeleton.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Skeleton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/VeltCommentsSidebarV2Wireframe.d.ts +27 -0
- package/esm/types/components/VeltCommentsSidebarV2Wireframe/index.d.ts +27 -0
- package/esm/types/components/index.d.ts +28 -0
- package/esm/types/constants.d.ts +1 -1
- package/index.d.ts +298 -1
- package/package.json +1 -1
package/esm/index.js
CHANGED
|
@@ -204,13 +204,13 @@ var loadVelt = function (callback, version, staging, develop, proxyDomain, integ
|
|
|
204
204
|
};
|
|
205
205
|
};
|
|
206
206
|
|
|
207
|
-
var VELT_SDK_VERSION = '5.0.2-beta.
|
|
207
|
+
var VELT_SDK_VERSION = '5.0.2-beta.9';
|
|
208
208
|
var VELT_SDK_INIT_EVENT = 'onVeltInit';
|
|
209
209
|
var VELT_TAB_ID = 'veltTabId';
|
|
210
210
|
// integrity map for the Velt SDK
|
|
211
211
|
// Note: generate integrity hashes with: https://www.srihash.org/
|
|
212
212
|
var INTEGRITY_MAP = {
|
|
213
|
-
'5.0.2-beta.
|
|
213
|
+
'5.0.2-beta.9': 'sha384-Yn1aDWpNTbtreG+h2s6Zqt4SwlW41Yx8oFZNTYwbsZvSFHWm1M3jegYXR4Cf1JV7',
|
|
214
214
|
};
|
|
215
215
|
|
|
216
216
|
var validProps = ['veltIf', 'veltClass', 'className', 'variant'];
|
|
@@ -666,7 +666,7 @@ var SnippylyComments = function (props) {
|
|
|
666
666
|
};
|
|
667
667
|
|
|
668
668
|
var SnippylyCommentsSidebar = function (props) {
|
|
669
|
-
var embedMode = props.embedMode, floatingMode = props.floatingMode, enableUrlNavigation = props.enableUrlNavigation, urlNavigation = props.urlNavigation, queryParamsComments = props.queryParamsComments, pageMode = props.pageMode, currentLocationSuffix = props.currentLocationSuffix, sortData = props.sortData, filterConfig = props.filterConfig, groupConfig = props.groupConfig, filters = props.filters, excludeLocationIds = props.excludeLocationIds, variant = props.variant, pageModeComposerVariant = props.pageModeComposerVariant, dialogVariant = props.dialogVariant, shadowDom = props.shadowDom, searchPlaceholder = props.searchPlaceholder, openSidebar = props.openSidebar, onSidebarOpen = props.onSidebarOpen, onSidebarCommentClick = props.onSidebarCommentClick, onCommentClick = props.onCommentClick, onSidebarClose = props.onSidebarClose, darkMode = props.darkMode, position = props.position, filterPanelLayout = props.filterPanelLayout, customActions = props.customActions, focusedThreadDialogVariant = props.focusedThreadDialogVariant, focusedThreadMode = props.focusedThreadMode, openAnnotationInFocusMode = props.openAnnotationInFocusMode, onCommentNavigationButtonClick = props.onCommentNavigationButtonClick, filterOptionLayout = props.filterOptionLayout, filterCount = props.filterCount, fullExpanded = props.fullExpanded, systemFiltersOperator = props.systemFiltersOperator, sidebarButtonCountType = props.sidebarButtonCountType, filterGhostCommentsInSidebar = props.filterGhostCommentsInSidebar, fullScreen = props.fullScreen, readOnly = props.readOnly, dialogSelection = props.dialogSelection, expandOnSelection = props.expandOnSelection, context = props.context, defaultMinimalFilter = props.defaultMinimalFilter, sortOrder = props.sortOrder, sortBy = props.sortBy, forceClose = props.forceClose, commentPlaceholder = props.commentPlaceholder, replyPlaceholder = props.replyPlaceholder, pageModePlaceholder = props.pageModePlaceholder;
|
|
669
|
+
var embedMode = props.embedMode, floatingMode = props.floatingMode, enableUrlNavigation = props.enableUrlNavigation, urlNavigation = props.urlNavigation, queryParamsComments = props.queryParamsComments, pageMode = props.pageMode, currentLocationSuffix = props.currentLocationSuffix, sortData = props.sortData, filterConfig = props.filterConfig, groupConfig = props.groupConfig, filters = props.filters, excludeLocationIds = props.excludeLocationIds, variant = props.variant, pageModeComposerVariant = props.pageModeComposerVariant, dialogVariant = props.dialogVariant, shadowDom = props.shadowDom, searchPlaceholder = props.searchPlaceholder, openSidebar = props.openSidebar, onSidebarOpen = props.onSidebarOpen, onSidebarCommentClick = props.onSidebarCommentClick, onCommentClick = props.onCommentClick, onSidebarClose = props.onSidebarClose, darkMode = props.darkMode, position = props.position, filterPanelLayout = props.filterPanelLayout, customActions = props.customActions, focusedThreadDialogVariant = props.focusedThreadDialogVariant, focusedThreadMode = props.focusedThreadMode, openAnnotationInFocusMode = props.openAnnotationInFocusMode, onCommentNavigationButtonClick = props.onCommentNavigationButtonClick, filterOptionLayout = props.filterOptionLayout, filterCount = props.filterCount, fullExpanded = props.fullExpanded, systemFiltersOperator = props.systemFiltersOperator, sidebarButtonCountType = props.sidebarButtonCountType, filterGhostCommentsInSidebar = props.filterGhostCommentsInSidebar, fullScreen = props.fullScreen, readOnly = props.readOnly, dialogSelection = props.dialogSelection, expandOnSelection = props.expandOnSelection, context = props.context, defaultMinimalFilter = props.defaultMinimalFilter, sortOrder = props.sortOrder, sortBy = props.sortBy, forceClose = props.forceClose, commentPlaceholder = props.commentPlaceholder, replyPlaceholder = props.replyPlaceholder, pageModePlaceholder = props.pageModePlaceholder, version = props.version;
|
|
670
670
|
var ref = useRef();
|
|
671
671
|
var openSidebarRef = useRef(openSidebar);
|
|
672
672
|
var onSidebarOpenRef = useRef(onSidebarOpen);
|
|
@@ -739,7 +739,7 @@ var SnippylyCommentsSidebar = function (props) {
|
|
|
739
739
|
}
|
|
740
740
|
};
|
|
741
741
|
}, []);
|
|
742
|
-
return (React.createElement("velt-comments-sidebar", { ref: ref, position: position, "filter-panel-layout": filterPanelLayout, "focused-thread-mode": [true, false].includes(focusedThreadMode) ? (focusedThreadMode ? 'true' : 'false') : undefined, "open-annotation-in-focus-mode": [true, false].includes(openAnnotationInFocusMode) ? (openAnnotationInFocusMode ? 'true' : 'false') : undefined, "focused-thread-dialog-variant": focusedThreadDialogVariant, "custom-actions": [true, false].includes(customActions) ? (customActions ? 'true' : 'false') : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "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, "query-params-comments": [true, false].includes(queryParamsComments) ? (queryParamsComments ? '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, "exclude-location-ids": excludeLocationIds ? JSON.stringify(excludeLocationIds) : undefined, variant: variant, "page-mode-composer-variant": pageModeComposerVariant, "dialog-variant": dialogVariant, "sort-data": sortData, "search-placeholder": searchPlaceholder, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "floating-mode": [true, false].includes(floatingMode) ? (floatingMode ? 'true' : 'false') : undefined, "filter-option-layout": filterOptionLayout, "filter-count": [true, false].includes(filterCount) ? (filterCount ? 'true' : 'false') : undefined, "full-expanded": [true, false].includes(fullExpanded) ? (fullExpanded ? 'true' : 'false') : undefined, "system-filters-operator": systemFiltersOperator, "sidebar-button-count-type": sidebarButtonCountType, "filter-ghost-comments-in-sidebar": [true, false].includes(filterGhostCommentsInSidebar) ? (filterGhostCommentsInSidebar ? 'true' : 'false') : undefined, "full-screen": [true, false].includes(fullScreen) ? (fullScreen ? 'true' : 'false') : undefined, "read-only": [true, false].includes(readOnly) ? (readOnly ? 'true' : 'false') : undefined, "dialog-selection": [true, false].includes(dialogSelection) ? (dialogSelection ? 'true' : 'false') : undefined, "expand-on-selection": [true, false].includes(expandOnSelection) ? (expandOnSelection ? 'true' : 'false') : undefined, context: context ? JSON.stringify(context) : undefined, "default-minimal-filter": defaultMinimalFilter, "sort-order": sortOrder, "sort-by": sortBy, "force-close": [true, false].includes(forceClose) ? (forceClose ? 'true' : 'false') : undefined, "comment-placeholder": commentPlaceholder, "reply-placeholder": replyPlaceholder, "page-mode-placeholder": pageModePlaceholder }));
|
|
742
|
+
return (React.createElement("velt-comments-sidebar", { ref: ref, position: position, "filter-panel-layout": filterPanelLayout, "focused-thread-mode": [true, false].includes(focusedThreadMode) ? (focusedThreadMode ? 'true' : 'false') : undefined, "open-annotation-in-focus-mode": [true, false].includes(openAnnotationInFocusMode) ? (openAnnotationInFocusMode ? 'true' : 'false') : undefined, "focused-thread-dialog-variant": focusedThreadDialogVariant, "custom-actions": [true, false].includes(customActions) ? (customActions ? 'true' : 'false') : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "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, "query-params-comments": [true, false].includes(queryParamsComments) ? (queryParamsComments ? '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, "exclude-location-ids": excludeLocationIds ? JSON.stringify(excludeLocationIds) : undefined, variant: variant, "page-mode-composer-variant": pageModeComposerVariant, "dialog-variant": dialogVariant, "sort-data": sortData, "search-placeholder": searchPlaceholder, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "floating-mode": [true, false].includes(floatingMode) ? (floatingMode ? 'true' : 'false') : undefined, "filter-option-layout": filterOptionLayout, "filter-count": [true, false].includes(filterCount) ? (filterCount ? 'true' : 'false') : undefined, "full-expanded": [true, false].includes(fullExpanded) ? (fullExpanded ? 'true' : 'false') : undefined, "system-filters-operator": systemFiltersOperator, "sidebar-button-count-type": sidebarButtonCountType, "filter-ghost-comments-in-sidebar": [true, false].includes(filterGhostCommentsInSidebar) ? (filterGhostCommentsInSidebar ? 'true' : 'false') : undefined, "full-screen": [true, false].includes(fullScreen) ? (fullScreen ? 'true' : 'false') : undefined, "read-only": [true, false].includes(readOnly) ? (readOnly ? 'true' : 'false') : undefined, "dialog-selection": [true, false].includes(dialogSelection) ? (dialogSelection ? 'true' : 'false') : undefined, "expand-on-selection": [true, false].includes(expandOnSelection) ? (expandOnSelection ? 'true' : 'false') : undefined, context: context ? JSON.stringify(context) : undefined, "default-minimal-filter": defaultMinimalFilter, "sort-order": sortOrder, "sort-by": sortBy, "force-close": [true, false].includes(forceClose) ? (forceClose ? 'true' : 'false') : undefined, "comment-placeholder": commentPlaceholder, "reply-placeholder": replyPlaceholder, "page-mode-placeholder": pageModePlaceholder, version: version }));
|
|
743
743
|
};
|
|
744
744
|
|
|
745
745
|
var SnippylyCommentTool = function (props) {
|
|
@@ -1867,6 +1867,202 @@ var VeltVideoEditor = function (props) {
|
|
|
1867
1867
|
return (React.createElement("velt-video-editor", __assign({ ref: ref, variant: variant, "dark-mode": darkMode ? 'true' : undefined, url: url, "annotation-id": annotationId, "recorder-id": recorderId }, rest)));
|
|
1868
1868
|
};
|
|
1869
1869
|
|
|
1870
|
+
var VeltCommentsSidebarV2 = function (props) {
|
|
1871
|
+
var pageMode = props.pageMode, focusedThreadMode = props.focusedThreadMode, readOnly = props.readOnly, embedMode = props.embedMode, floatingMode = props.floatingMode, position = props.position, variant = props.variant, forceClose = props.forceClose, version = props.version, onSidebarOpen = props.onSidebarOpen, onSidebarClose = props.onSidebarClose, onCommentClick = props.onCommentClick, onCommentNavigationButtonClick = props.onCommentNavigationButtonClick, children = props.children;
|
|
1872
|
+
var ref = useRef(null);
|
|
1873
|
+
var onSidebarOpenRef = useRef(onSidebarOpen);
|
|
1874
|
+
var onSidebarCloseRef = useRef(onSidebarClose);
|
|
1875
|
+
var onCommentClickRef = useRef(onCommentClick);
|
|
1876
|
+
var onCommentNavigationButtonClickRef = useRef(onCommentNavigationButtonClick);
|
|
1877
|
+
useEffect(function () { onSidebarOpenRef.current = onSidebarOpen; }, [onSidebarOpen]);
|
|
1878
|
+
useEffect(function () { onSidebarCloseRef.current = onSidebarClose; }, [onSidebarClose]);
|
|
1879
|
+
useEffect(function () { onCommentClickRef.current = onCommentClick; }, [onCommentClick]);
|
|
1880
|
+
useEffect(function () { onCommentNavigationButtonClickRef.current = onCommentNavigationButtonClick; }, [onCommentNavigationButtonClick]);
|
|
1881
|
+
useEffect(function () {
|
|
1882
|
+
var element;
|
|
1883
|
+
var handleSidebarOpen = function (event) { if (onSidebarOpenRef.current)
|
|
1884
|
+
onSidebarOpenRef.current(event === null || event === void 0 ? void 0 : event.detail); };
|
|
1885
|
+
var handleSidebarClose = function (event) { if (onSidebarCloseRef.current)
|
|
1886
|
+
onSidebarCloseRef.current(event === null || event === void 0 ? void 0 : event.detail); };
|
|
1887
|
+
var handleCommentClick = function (event) { if (onCommentClickRef.current)
|
|
1888
|
+
onCommentClickRef.current(event === null || event === void 0 ? void 0 : event.detail); };
|
|
1889
|
+
var handleCommentNavigationButtonClick = function (event) { if (onCommentNavigationButtonClickRef.current)
|
|
1890
|
+
onCommentNavigationButtonClickRef.current(event === null || event === void 0 ? void 0 : event.detail); };
|
|
1891
|
+
if (ref.current) {
|
|
1892
|
+
element = ref.current;
|
|
1893
|
+
element.addEventListener('onSidebarOpen', handleSidebarOpen);
|
|
1894
|
+
element.addEventListener('onSidebarClose', handleSidebarClose);
|
|
1895
|
+
element.addEventListener('onSidebarCommentClick', handleCommentClick);
|
|
1896
|
+
element.addEventListener('onCommentNavigationButtonClick', handleCommentNavigationButtonClick);
|
|
1897
|
+
}
|
|
1898
|
+
return function () {
|
|
1899
|
+
if (element) {
|
|
1900
|
+
element.removeEventListener('onSidebarOpen', handleSidebarOpen);
|
|
1901
|
+
element.removeEventListener('onSidebarClose', handleSidebarClose);
|
|
1902
|
+
element.removeEventListener('onSidebarCommentClick', handleCommentClick);
|
|
1903
|
+
element.removeEventListener('onCommentNavigationButtonClick', handleCommentNavigationButtonClick);
|
|
1904
|
+
}
|
|
1905
|
+
};
|
|
1906
|
+
}, []);
|
|
1907
|
+
return (React.createElement("velt-comments-sidebar-v2", { ref: ref, "page-mode": [true, false].includes(pageMode) ? (pageMode ? 'true' : 'false') : undefined, "focused-thread-mode": [true, false].includes(focusedThreadMode) ? (focusedThreadMode ? 'true' : 'false') : undefined, "read-only": [true, false].includes(readOnly) ? (readOnly ? 'true' : 'false') : undefined, "embed-mode": embedMode, "floating-mode": [true, false].includes(floatingMode) ? (floatingMode ? 'true' : 'false') : undefined, position: position, variant: variant, "force-close": [true, false].includes(forceClose) ? (forceClose ? 'true' : 'false') : undefined, version: version }, children));
|
|
1908
|
+
};
|
|
1909
|
+
|
|
1910
|
+
var VeltCommentsSidebarV2Skeleton$1 = function (props) {
|
|
1911
|
+
var children = props.children;
|
|
1912
|
+
var ref = useRef(null);
|
|
1913
|
+
return (React.createElement("velt-comments-sidebar-skeleton-v2", { ref: ref }, children));
|
|
1914
|
+
};
|
|
1915
|
+
|
|
1916
|
+
var VeltCommentsSidebarV2Panel$1 = function (props) {
|
|
1917
|
+
var children = props.children;
|
|
1918
|
+
var ref = useRef(null);
|
|
1919
|
+
return (React.createElement("velt-comments-sidebar-panel-v2", { ref: ref }, children));
|
|
1920
|
+
};
|
|
1921
|
+
|
|
1922
|
+
var VeltCommentsSidebarV2Header$1 = function (props) {
|
|
1923
|
+
var children = props.children;
|
|
1924
|
+
var ref = useRef(null);
|
|
1925
|
+
return (React.createElement("velt-comments-sidebar-header-v2", { ref: ref }, children));
|
|
1926
|
+
};
|
|
1927
|
+
|
|
1928
|
+
var VeltCommentsSidebarV2CloseButton$1 = function (props) {
|
|
1929
|
+
var children = props.children;
|
|
1930
|
+
var ref = useRef(null);
|
|
1931
|
+
return (React.createElement("velt-comments-sidebar-close-button-v2", { ref: ref }, children));
|
|
1932
|
+
};
|
|
1933
|
+
|
|
1934
|
+
var VeltCommentsSidebarV2EmptyPlaceholder$1 = function (props) {
|
|
1935
|
+
var children = props.children;
|
|
1936
|
+
var ref = useRef(null);
|
|
1937
|
+
return (React.createElement("velt-comments-sidebar-empty-placeholder-v2", { ref: ref }, children));
|
|
1938
|
+
};
|
|
1939
|
+
|
|
1940
|
+
var VeltCommentsSidebarV2ResetFilterButton$1 = function (props) {
|
|
1941
|
+
var children = props.children;
|
|
1942
|
+
var ref = useRef(null);
|
|
1943
|
+
return (React.createElement("velt-comments-sidebar-reset-filter-button-v2", { ref: ref }, children));
|
|
1944
|
+
};
|
|
1945
|
+
|
|
1946
|
+
var VeltCommentsSidebarV2List$1 = function (props) {
|
|
1947
|
+
var children = props.children;
|
|
1948
|
+
var ref = useRef(null);
|
|
1949
|
+
return (React.createElement("velt-comments-sidebar-list-v2", { ref: ref }, children));
|
|
1950
|
+
};
|
|
1951
|
+
|
|
1952
|
+
var VeltCommentsSidebarV2ListItem$1 = function (props) {
|
|
1953
|
+
var annotation = props.annotation, scrollIdle = props.scrollIdle, children = props.children;
|
|
1954
|
+
var ref = useRef(null);
|
|
1955
|
+
return (React.createElement("velt-comments-sidebar-list-item-v2", { ref: ref, annotation: annotation ? (typeof annotation === 'object' ? JSON.stringify(annotation) : annotation) : undefined, "scroll-idle": [true, false].includes(scrollIdle) ? (scrollIdle ? 'true' : 'false') : undefined }, children));
|
|
1956
|
+
};
|
|
1957
|
+
|
|
1958
|
+
var VeltCommentsSidebarV2PageModeComposer$1 = function (props) {
|
|
1959
|
+
var children = props.children;
|
|
1960
|
+
var ref = useRef(null);
|
|
1961
|
+
return (React.createElement("velt-comments-sidebar-page-mode-composer-v2", { ref: ref }, children));
|
|
1962
|
+
};
|
|
1963
|
+
|
|
1964
|
+
var VeltCommentsSidebarV2FocusedThread$1 = function (props) {
|
|
1965
|
+
var children = props.children;
|
|
1966
|
+
var ref = useRef(null);
|
|
1967
|
+
return (React.createElement("velt-comments-sidebar-focused-thread-v2", { ref: ref }, children));
|
|
1968
|
+
};
|
|
1969
|
+
|
|
1970
|
+
var VeltCommentsSidebarV2FocusedThreadBackButton$1 = function (props) {
|
|
1971
|
+
var children = props.children;
|
|
1972
|
+
var ref = useRef(null);
|
|
1973
|
+
return (React.createElement("velt-comments-sidebar-focused-thread-back-button-v2", { ref: ref }, children));
|
|
1974
|
+
};
|
|
1975
|
+
|
|
1976
|
+
var VeltCommentsSidebarV2FocusedThreadDialogContainer$1 = function (props) {
|
|
1977
|
+
var children = props.children;
|
|
1978
|
+
var ref = useRef(null);
|
|
1979
|
+
return (React.createElement("velt-comments-sidebar-focused-thread-dialog-container-v2", { ref: ref }, children));
|
|
1980
|
+
};
|
|
1981
|
+
|
|
1982
|
+
var VeltCommentsSidebarV2MinimalActionsDropdown$1 = function (props) {
|
|
1983
|
+
var children = props.children;
|
|
1984
|
+
var ref = useRef(null);
|
|
1985
|
+
return (React.createElement("velt-comments-sidebar-minimal-actions-dropdown-v2", { ref: ref }, children));
|
|
1986
|
+
};
|
|
1987
|
+
|
|
1988
|
+
var VeltCommentsSidebarV2MinimalActionsDropdownTrigger$1 = function (props) {
|
|
1989
|
+
var children = props.children;
|
|
1990
|
+
var ref = useRef(null);
|
|
1991
|
+
return (React.createElement("velt-comments-sidebar-minimal-actions-dropdown-trigger-v2", { ref: ref }, children));
|
|
1992
|
+
};
|
|
1993
|
+
|
|
1994
|
+
var VeltCommentsSidebarV2MinimalActionsDropdownContent$1 = function (props) {
|
|
1995
|
+
var children = props.children;
|
|
1996
|
+
var ref = useRef(null);
|
|
1997
|
+
return (React.createElement("velt-comments-sidebar-minimal-actions-dropdown-content-v2", { ref: ref }, children));
|
|
1998
|
+
};
|
|
1999
|
+
|
|
2000
|
+
var VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead$1 = function (props) {
|
|
2001
|
+
var children = props.children;
|
|
2002
|
+
var ref = useRef(null);
|
|
2003
|
+
return (React.createElement("velt-comments-sidebar-minimal-actions-dropdown-content-mark-all-read-v2", { ref: ref }, children));
|
|
2004
|
+
};
|
|
2005
|
+
|
|
2006
|
+
var VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved$1 = function (props) {
|
|
2007
|
+
var children = props.children;
|
|
2008
|
+
var ref = useRef(null);
|
|
2009
|
+
return (React.createElement("velt-comments-sidebar-minimal-actions-dropdown-content-mark-all-resolved-v2", { ref: ref }, children));
|
|
2010
|
+
};
|
|
2011
|
+
|
|
2012
|
+
var VeltCommentsSidebarV2FilterDropdown$1 = function (props) {
|
|
2013
|
+
var children = props.children;
|
|
2014
|
+
var ref = useRef(null);
|
|
2015
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-v2", { ref: ref }, children));
|
|
2016
|
+
};
|
|
2017
|
+
|
|
2018
|
+
var VeltCommentsSidebarV2FilterDropdownTrigger$1 = function (props) {
|
|
2019
|
+
var isActive = props.isActive, children = props.children;
|
|
2020
|
+
var ref = useRef(null);
|
|
2021
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-trigger-v2", { ref: ref, "is-active": [true, false].includes(isActive) ? (isActive ? 'true' : 'false') : undefined }, children));
|
|
2022
|
+
};
|
|
2023
|
+
|
|
2024
|
+
var VeltCommentsSidebarV2FilterDropdownContent$1 = function (props) {
|
|
2025
|
+
var groups = props.groups, children = props.children;
|
|
2026
|
+
var ref = useRef(null);
|
|
2027
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-v2", { ref: ref, groups: groups ? (typeof groups === 'object' ? JSON.stringify(groups) : groups) : undefined }, children));
|
|
2028
|
+
};
|
|
2029
|
+
|
|
2030
|
+
var VeltCommentsSidebarV2FilterDropdownContentList$1 = function (props) {
|
|
2031
|
+
var groups = props.groups, children = props.children;
|
|
2032
|
+
var ref = useRef(null);
|
|
2033
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-list-v2", { ref: ref, groups: groups ? (typeof groups === 'object' ? JSON.stringify(groups) : groups) : undefined }, children));
|
|
2034
|
+
};
|
|
2035
|
+
|
|
2036
|
+
var VeltCommentsSidebarV2FilterDropdownContentListItem$1 = function (props) {
|
|
2037
|
+
var item = props.item, group = props.group, children = props.children;
|
|
2038
|
+
var ref = useRef(null);
|
|
2039
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-list-item-v2", { ref: ref, item: item ? (typeof item === 'object' ? JSON.stringify(item) : item) : undefined, group: group ? (typeof group === 'object' ? JSON.stringify(group) : group) : undefined }, children));
|
|
2040
|
+
};
|
|
2041
|
+
|
|
2042
|
+
var VeltCommentsSidebarV2FilterDropdownContentListItemIndicator$1 = function (props) {
|
|
2043
|
+
var mode = props.mode, selected = props.selected, children = props.children;
|
|
2044
|
+
var ref = useRef(null);
|
|
2045
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-list-item-indicator-v2", { ref: ref, mode: mode, selected: [true, false].includes(selected) ? (selected ? 'true' : 'false') : undefined }, children));
|
|
2046
|
+
};
|
|
2047
|
+
|
|
2048
|
+
var VeltCommentsSidebarV2FilterDropdownContentListItemLabel$1 = function (props) {
|
|
2049
|
+
var label = props.label, children = props.children;
|
|
2050
|
+
var ref = useRef(null);
|
|
2051
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-list-item-label-v2", { ref: ref, label: label }, children));
|
|
2052
|
+
};
|
|
2053
|
+
|
|
2054
|
+
var VeltCommentsSidebarV2FilterDropdownContentListCategory$1 = function (props) {
|
|
2055
|
+
var group = props.group, itemTemplate = props.itemTemplate, children = props.children;
|
|
2056
|
+
var ref = useRef(null);
|
|
2057
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-list-category-v2", { ref: ref, group: group ? (typeof group === 'object' ? JSON.stringify(group) : group) : undefined, "item-template": itemTemplate ? (typeof itemTemplate === 'object' ? JSON.stringify(itemTemplate) : itemTemplate) : undefined }, children));
|
|
2058
|
+
};
|
|
2059
|
+
|
|
2060
|
+
var VeltCommentsSidebarV2FilterDropdownContentListCategoryContent$1 = function (props) {
|
|
2061
|
+
var group = props.group, itemTemplate = props.itemTemplate, children = props.children;
|
|
2062
|
+
var ref = useRef(null);
|
|
2063
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-list-category-content-v2", { ref: ref, group: group ? (typeof group === 'object' ? JSON.stringify(group) : group) : undefined, "item-template": itemTemplate ? (typeof itemTemplate === 'object' ? JSON.stringify(itemTemplate) : itemTemplate) : undefined }, children));
|
|
2064
|
+
};
|
|
2065
|
+
|
|
1870
2066
|
var VeltCommentDialog = function (props) {
|
|
1871
2067
|
var annotationId = props.annotationId, defaultCondition = props.defaultCondition, inlineCommentSectionMode = props.inlineCommentSectionMode, commentPinSelected = props.commentPinSelected, fullExpanded = props.fullExpanded, shadowDom = props.shadowDom, placeholder = props.placeholder, children = props.children;
|
|
1872
2068
|
var ref = useRef(null);
|
|
@@ -4892,6 +5088,194 @@ VeltCommentsSidebarWireframe.ActionButton = VeltCommentsSidebarActionButton;
|
|
|
4892
5088
|
VeltCommentsSidebarWireframe.FocusedThread = VeltCommentsSidebarFocusedThread;
|
|
4893
5089
|
VeltCommentsSidebarWireframe.FullscreenButton = VeltCommentsSidebarFullscreenButton;
|
|
4894
5090
|
|
|
5091
|
+
var VeltCommentsSidebarV2Skeleton = function (props) {
|
|
5092
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5093
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5094
|
+
return (React.createElement("velt-comments-sidebar-skeleton-v2-wireframe", __assign({}, transformedProps), children));
|
|
5095
|
+
};
|
|
5096
|
+
|
|
5097
|
+
var VeltCommentsSidebarV2Panel = function (props) {
|
|
5098
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5099
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5100
|
+
return (React.createElement("velt-comments-sidebar-panel-v2-wireframe", __assign({}, transformedProps), children));
|
|
5101
|
+
};
|
|
5102
|
+
|
|
5103
|
+
var VeltCommentsSidebarV2Header = function (props) {
|
|
5104
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5105
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5106
|
+
return (React.createElement("velt-comments-sidebar-header-v2-wireframe", __assign({}, transformedProps), children));
|
|
5107
|
+
};
|
|
5108
|
+
|
|
5109
|
+
var VeltCommentsSidebarV2CloseButton = function (props) {
|
|
5110
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5111
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5112
|
+
return (React.createElement("velt-comments-sidebar-close-button-v2-wireframe", __assign({}, transformedProps), children));
|
|
5113
|
+
};
|
|
5114
|
+
|
|
5115
|
+
var VeltCommentsSidebarV2ResetFilterButton = function (props) {
|
|
5116
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5117
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5118
|
+
return (React.createElement("velt-comments-sidebar-reset-filter-button-v2-wireframe", __assign({}, transformedProps), children));
|
|
5119
|
+
};
|
|
5120
|
+
|
|
5121
|
+
var VeltCommentsSidebarV2EmptyPlaceholder = function (props) {
|
|
5122
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5123
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5124
|
+
return (React.createElement("velt-comments-sidebar-empty-placeholder-v2-wireframe", __assign({}, transformedProps), children));
|
|
5125
|
+
};
|
|
5126
|
+
VeltCommentsSidebarV2EmptyPlaceholder.ResetFilterButton = VeltCommentsSidebarV2ResetFilterButton;
|
|
5127
|
+
|
|
5128
|
+
var VeltCommentsSidebarV2ListItem = function (props) {
|
|
5129
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5130
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5131
|
+
return (React.createElement("velt-comments-sidebar-list-item-v2-wireframe", __assign({}, transformedProps), children));
|
|
5132
|
+
};
|
|
5133
|
+
|
|
5134
|
+
var VeltCommentsSidebarV2List = function (props) {
|
|
5135
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5136
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5137
|
+
return (React.createElement("velt-comments-sidebar-list-v2-wireframe", __assign({}, transformedProps), children));
|
|
5138
|
+
};
|
|
5139
|
+
VeltCommentsSidebarV2List.Item = VeltCommentsSidebarV2ListItem;
|
|
5140
|
+
|
|
5141
|
+
var VeltCommentsSidebarV2PageModeComposer = function (props) {
|
|
5142
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5143
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5144
|
+
return (React.createElement("velt-comments-sidebar-page-mode-composer-v2-wireframe", __assign({}, transformedProps), children));
|
|
5145
|
+
};
|
|
5146
|
+
|
|
5147
|
+
var VeltCommentsSidebarV2FocusedThreadBackButton = function (props) {
|
|
5148
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5149
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5150
|
+
return (React.createElement("velt-comments-sidebar-focused-thread-back-button-v2-wireframe", __assign({}, transformedProps), children));
|
|
5151
|
+
};
|
|
5152
|
+
|
|
5153
|
+
var VeltCommentsSidebarV2FocusedThreadDialogContainer = function (props) {
|
|
5154
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5155
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5156
|
+
return (React.createElement("velt-comments-sidebar-focused-thread-dialog-container-v2-wireframe", __assign({}, transformedProps), children));
|
|
5157
|
+
};
|
|
5158
|
+
|
|
5159
|
+
var VeltCommentsSidebarV2FocusedThread = function (props) {
|
|
5160
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5161
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5162
|
+
return (React.createElement("velt-comments-sidebar-focused-thread-v2-wireframe", __assign({}, transformedProps), children));
|
|
5163
|
+
};
|
|
5164
|
+
VeltCommentsSidebarV2FocusedThread.BackButton = VeltCommentsSidebarV2FocusedThreadBackButton;
|
|
5165
|
+
VeltCommentsSidebarV2FocusedThread.DialogContainer = VeltCommentsSidebarV2FocusedThreadDialogContainer;
|
|
5166
|
+
|
|
5167
|
+
var VeltCommentsSidebarV2MinimalActionsDropdownTrigger = function (props) {
|
|
5168
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5169
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5170
|
+
return (React.createElement("velt-comments-sidebar-minimal-actions-dropdown-trigger-v2-wireframe", __assign({}, transformedProps), children));
|
|
5171
|
+
};
|
|
5172
|
+
|
|
5173
|
+
var VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead = function (props) {
|
|
5174
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5175
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5176
|
+
return (React.createElement("velt-comments-sidebar-minimal-actions-dropdown-content-mark-all-read-v2-wireframe", __assign({}, transformedProps), children));
|
|
5177
|
+
};
|
|
5178
|
+
|
|
5179
|
+
var VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved = function (props) {
|
|
5180
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5181
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5182
|
+
return (React.createElement("velt-comments-sidebar-minimal-actions-dropdown-content-mark-all-resolved-v2-wireframe", __assign({}, transformedProps), children));
|
|
5183
|
+
};
|
|
5184
|
+
|
|
5185
|
+
var VeltCommentsSidebarV2MinimalActionsDropdownContent = function (props) {
|
|
5186
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5187
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5188
|
+
return (React.createElement("velt-comments-sidebar-minimal-actions-dropdown-content-v2-wireframe", __assign({}, transformedProps), children));
|
|
5189
|
+
};
|
|
5190
|
+
VeltCommentsSidebarV2MinimalActionsDropdownContent.MarkAllRead = VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead;
|
|
5191
|
+
VeltCommentsSidebarV2MinimalActionsDropdownContent.MarkAllResolved = VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved;
|
|
5192
|
+
|
|
5193
|
+
var VeltCommentsSidebarV2MinimalActionsDropdown = function (props) {
|
|
5194
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5195
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5196
|
+
return (React.createElement("velt-comments-sidebar-minimal-actions-dropdown-v2-wireframe", __assign({}, transformedProps), children));
|
|
5197
|
+
};
|
|
5198
|
+
VeltCommentsSidebarV2MinimalActionsDropdown.Trigger = VeltCommentsSidebarV2MinimalActionsDropdownTrigger;
|
|
5199
|
+
VeltCommentsSidebarV2MinimalActionsDropdown.Content = VeltCommentsSidebarV2MinimalActionsDropdownContent;
|
|
5200
|
+
|
|
5201
|
+
var VeltCommentsSidebarV2FilterDropdownTrigger = function (props) {
|
|
5202
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5203
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5204
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-trigger-v2-wireframe", __assign({}, transformedProps), children));
|
|
5205
|
+
};
|
|
5206
|
+
|
|
5207
|
+
var VeltCommentsSidebarV2FilterDropdownContentListItemIndicator = function (props) {
|
|
5208
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5209
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5210
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-list-item-indicator-v2-wireframe", __assign({}, transformedProps), children));
|
|
5211
|
+
};
|
|
5212
|
+
|
|
5213
|
+
var VeltCommentsSidebarV2FilterDropdownContentListItemLabel = function (props) {
|
|
5214
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5215
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5216
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-list-item-label-v2-wireframe", __assign({}, transformedProps), children));
|
|
5217
|
+
};
|
|
5218
|
+
|
|
5219
|
+
var VeltCommentsSidebarV2FilterDropdownContentListItem = function (props) {
|
|
5220
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5221
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5222
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-list-item-v2-wireframe", __assign({}, transformedProps), children));
|
|
5223
|
+
};
|
|
5224
|
+
VeltCommentsSidebarV2FilterDropdownContentListItem.Indicator = VeltCommentsSidebarV2FilterDropdownContentListItemIndicator;
|
|
5225
|
+
VeltCommentsSidebarV2FilterDropdownContentListItem.Label = VeltCommentsSidebarV2FilterDropdownContentListItemLabel;
|
|
5226
|
+
|
|
5227
|
+
var VeltCommentsSidebarV2FilterDropdownContentListCategoryContent = function (props) {
|
|
5228
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5229
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5230
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-list-category-content-v2-wireframe", __assign({}, transformedProps), children));
|
|
5231
|
+
};
|
|
5232
|
+
|
|
5233
|
+
var VeltCommentsSidebarV2FilterDropdownContentListCategory = function (props) {
|
|
5234
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5235
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5236
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-list-category-v2-wireframe", __assign({}, transformedProps), children));
|
|
5237
|
+
};
|
|
5238
|
+
VeltCommentsSidebarV2FilterDropdownContentListCategory.Content = VeltCommentsSidebarV2FilterDropdownContentListCategoryContent;
|
|
5239
|
+
|
|
5240
|
+
var VeltCommentsSidebarV2FilterDropdownContentList = function (props) {
|
|
5241
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5242
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5243
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-list-v2-wireframe", __assign({}, transformedProps), children));
|
|
5244
|
+
};
|
|
5245
|
+
VeltCommentsSidebarV2FilterDropdownContentList.Item = VeltCommentsSidebarV2FilterDropdownContentListItem;
|
|
5246
|
+
VeltCommentsSidebarV2FilterDropdownContentList.Category = VeltCommentsSidebarV2FilterDropdownContentListCategory;
|
|
5247
|
+
|
|
5248
|
+
var VeltCommentsSidebarV2FilterDropdownContent = function (props) {
|
|
5249
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5250
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5251
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-content-v2-wireframe", __assign({}, transformedProps), children));
|
|
5252
|
+
};
|
|
5253
|
+
VeltCommentsSidebarV2FilterDropdownContent.List = VeltCommentsSidebarV2FilterDropdownContentList;
|
|
5254
|
+
|
|
5255
|
+
var VeltCommentsSidebarV2FilterDropdown = function (props) {
|
|
5256
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5257
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5258
|
+
return (React.createElement("velt-comments-sidebar-filter-dropdown-v2-wireframe", __assign({}, transformedProps), children));
|
|
5259
|
+
};
|
|
5260
|
+
VeltCommentsSidebarV2FilterDropdown.Trigger = VeltCommentsSidebarV2FilterDropdownTrigger;
|
|
5261
|
+
VeltCommentsSidebarV2FilterDropdown.Content = VeltCommentsSidebarV2FilterDropdownContent;
|
|
5262
|
+
|
|
5263
|
+
var VeltCommentsSidebarV2Wireframe = function (props) {
|
|
5264
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
5265
|
+
var transformedProps = transformWireframeProps(remainingProps);
|
|
5266
|
+
return (React.createElement("velt-comments-sidebar-v2-wireframe", __assign({}, transformedProps), children));
|
|
5267
|
+
};
|
|
5268
|
+
VeltCommentsSidebarV2Wireframe.Skeleton = VeltCommentsSidebarV2Skeleton;
|
|
5269
|
+
VeltCommentsSidebarV2Wireframe.Panel = VeltCommentsSidebarV2Panel;
|
|
5270
|
+
VeltCommentsSidebarV2Wireframe.Header = VeltCommentsSidebarV2Header;
|
|
5271
|
+
VeltCommentsSidebarV2Wireframe.CloseButton = VeltCommentsSidebarV2CloseButton;
|
|
5272
|
+
VeltCommentsSidebarV2Wireframe.EmptyPlaceholder = VeltCommentsSidebarV2EmptyPlaceholder;
|
|
5273
|
+
VeltCommentsSidebarV2Wireframe.List = VeltCommentsSidebarV2List;
|
|
5274
|
+
VeltCommentsSidebarV2Wireframe.PageModeComposer = VeltCommentsSidebarV2PageModeComposer;
|
|
5275
|
+
VeltCommentsSidebarV2Wireframe.FocusedThread = VeltCommentsSidebarV2FocusedThread;
|
|
5276
|
+
VeltCommentsSidebarV2Wireframe.MinimalActionsDropdown = VeltCommentsSidebarV2MinimalActionsDropdown;
|
|
5277
|
+
VeltCommentsSidebarV2Wireframe.FilterDropdown = VeltCommentsSidebarV2FilterDropdown;
|
|
5278
|
+
|
|
4895
5279
|
var VeltCommentPinGhostCommentIndicator = function (props) {
|
|
4896
5280
|
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
4897
5281
|
var transformedProps = transformWireframeProps(remainingProps);
|
|
@@ -9723,5 +10107,5 @@ var logLiveState = function (action, liveStateDataId) {
|
|
|
9723
10107
|
}
|
|
9724
10108
|
};
|
|
9725
10109
|
|
|
9726
|
-
export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChip, VeltAutocompleteChipTooltip, VeltAutocompleteChipTooltipDescription, VeltAutocompleteChipTooltipIcon, VeltAutocompleteChipTooltipName, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteEmpty, VeltAutocompleteEmptyWireframe, VeltAutocompleteGroupOption, VeltAutocompleteGroupOptionWireframe, VeltAutocompleteOption, VeltAutocompleteOptionDescription, VeltAutocompleteOptionErrorIcon, VeltAutocompleteOptionIcon, VeltAutocompleteOptionName, VeltAutocompleteOptionWireframe, VeltAutocompleteTool, VeltButtonWireframe, VeltCanvasComment, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleWireframe, VeltCommentComposer, VeltCommentComposerWireframe, VeltCommentDialog, VeltCommentDialogAllComment$1 as VeltCommentDialogAllComment, VeltCommentDialogApprove$1 as VeltCommentDialogApprove, VeltCommentDialogAssignDropdown, VeltCommentDialogAssignMenu$1 as VeltCommentDialogAssignMenu, VeltCommentDialogAssigneeBanner$1 as VeltCommentDialogAssigneeBanner, VeltCommentDialogAssigneeBannerResolveButton$1 as VeltCommentDialogAssigneeBannerResolveButton, VeltCommentDialogAssigneeBannerUnresolveButton$1 as VeltCommentDialogAssigneeBannerUnresolveButton, VeltCommentDialogAssigneeBannerUserAvatar$1 as VeltCommentDialogAssigneeBannerUserAvatar, VeltCommentDialogAssigneeBannerUserName$1 as VeltCommentDialogAssigneeBannerUserName, VeltCommentDialogAttachmentButton, VeltCommentDialogBody$1 as VeltCommentDialogBody, VeltCommentDialogCloseButton$1 as VeltCommentDialogCloseButton, VeltCommentDialogCommentCategory$1 as VeltCommentDialogCommentCategory, VeltCommentDialogCommentIndex$1 as VeltCommentDialogCommentIndex, VeltCommentDialogCommentNumber$1 as VeltCommentDialogCommentNumber, VeltCommentDialogCommentSuggestionStatus$1 as VeltCommentDialogCommentSuggestionStatus, VeltCommentDialogComposer$1 as VeltCommentDialogComposer, VeltCommentDialogComposerActionButton$1 as VeltCommentDialogComposerActionButton, VeltCommentDialogComposerAssignUser$1 as VeltCommentDialogComposerAssignUser, VeltCommentDialogComposerAttachments$1 as VeltCommentDialogComposerAttachments, VeltCommentDialogComposerAttachmentsImage$1 as VeltCommentDialogComposerAttachmentsImage, VeltCommentDialogComposerAttachmentsImageDelete$1 as VeltCommentDialogComposerAttachmentsImageDelete, VeltCommentDialogComposerAttachmentsImageLoading$1 as VeltCommentDialogComposerAttachmentsImageLoading, VeltCommentDialogComposerAttachmentsImagePreview$1 as VeltCommentDialogComposerAttachmentsImagePreview, VeltCommentDialogComposerAttachmentsInvalid$1 as VeltCommentDialogComposerAttachmentsInvalid, VeltCommentDialogComposerAttachmentsInvalidItem$1 as VeltCommentDialogComposerAttachmentsInvalidItem, VeltCommentDialogComposerAttachmentsInvalidItemDelete$1 as VeltCommentDialogComposerAttachmentsInvalidItemDelete, VeltCommentDialogComposerAttachmentsInvalidItemMessage$1 as VeltCommentDialogComposerAttachmentsInvalidItemMessage, VeltCommentDialogComposerAttachmentsInvalidItemPreview$1 as VeltCommentDialogComposerAttachmentsInvalidItemPreview, VeltCommentDialogComposerAttachmentsOther$1 as VeltCommentDialogComposerAttachmentsOther, VeltCommentDialogComposerAttachmentsOtherDelete$1 as VeltCommentDialogComposerAttachmentsOtherDelete, VeltCommentDialogComposerAttachmentsOtherIcon$1 as VeltCommentDialogComposerAttachmentsOtherIcon, VeltCommentDialogComposerAttachmentsOtherLoading$1 as VeltCommentDialogComposerAttachmentsOtherLoading, VeltCommentDialogComposerAttachmentsOtherName$1 as VeltCommentDialogComposerAttachmentsOtherName, VeltCommentDialogComposerAttachmentsOtherSize$1 as VeltCommentDialogComposerAttachmentsOtherSize, VeltCommentDialogComposerAttachmentsSelected$1 as VeltCommentDialogComposerAttachmentsSelected, VeltCommentDialogComposerAvatar$1 as VeltCommentDialogComposerAvatar, VeltCommentDialogComposerFormatToolbar$1 as VeltCommentDialogComposerFormatToolbar, VeltCommentDialogComposerFormatToolbarButton$1 as VeltCommentDialogComposerFormatToolbarButton, VeltCommentDialogComposerInput$1 as VeltCommentDialogComposerInput, VeltCommentDialogComposerPrivateBadge$1 as VeltCommentDialogComposerPrivateBadge, VeltCommentDialogComposerRecordings$1 as VeltCommentDialogComposerRecordings, VeltCommentDialogContextWrapper, VeltCommentDialogCopyLink$1 as VeltCommentDialogCopyLink, VeltCommentDialogCustomAnnotationDropdown$1 as VeltCommentDialogCustomAnnotationDropdown, VeltCommentDialogCustomAnnotationDropdownContent$1 as VeltCommentDialogCustomAnnotationDropdownContent, VeltCommentDialogCustomAnnotationDropdownContentItem$1 as VeltCommentDialogCustomAnnotationDropdownContentItem, VeltCommentDialogCustomAnnotationDropdownContentItemIcon$1 as VeltCommentDialogCustomAnnotationDropdownContentItemIcon, VeltCommentDialogCustomAnnotationDropdownContentItemLabel$1 as VeltCommentDialogCustomAnnotationDropdownContentItemLabel, VeltCommentDialogCustomAnnotationDropdownTrigger$1 as VeltCommentDialogCustomAnnotationDropdownTrigger, VeltCommentDialogCustomAnnotationDropdownTriggerArrow$1 as VeltCommentDialogCustomAnnotationDropdownTriggerArrow, VeltCommentDialogCustomAnnotationDropdownTriggerList$1 as VeltCommentDialogCustomAnnotationDropdownTriggerList, VeltCommentDialogCustomAnnotationDropdownTriggerListItem$1 as VeltCommentDialogCustomAnnotationDropdownTriggerListItem, VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder$1 as VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder, VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount$1 as VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount, VeltCommentDialogDeleteButton$1 as VeltCommentDialogDeleteButton, VeltCommentDialogDeviceTypeIcons, VeltCommentDialogGhostBanner$1 as VeltCommentDialogGhostBanner, VeltCommentDialogHeader$1 as VeltCommentDialogHeader, VeltCommentDialogHideReply$1 as VeltCommentDialogHideReply, VeltCommentDialogMetadata, VeltCommentDialogMoreReply$1 as VeltCommentDialogMoreReply, VeltCommentDialogNavigationButton$1 as VeltCommentDialogNavigationButton, VeltCommentDialogOptions$1 as VeltCommentDialogOptions, VeltCommentDialogOptionsDropdown, VeltCommentDialogOptionsDropdownContent, VeltCommentDialogOptionsDropdownContentAssign, VeltCommentDialogOptionsDropdownContentDelete, VeltCommentDialogOptionsDropdownContentDeleteComment, VeltCommentDialogOptionsDropdownContentDeleteThread, VeltCommentDialogOptionsDropdownContentEdit, VeltCommentDialogOptionsDropdownContentMakePrivate, VeltCommentDialogOptionsDropdownContentMakePrivateDisable, VeltCommentDialogOptionsDropdownContentMakePrivateEnable, VeltCommentDialogOptionsDropdownContentMarkAsRead, VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead, VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread, VeltCommentDialogOptionsDropdownContentNotification, VeltCommentDialogOptionsDropdownContentNotificationSubscribe, VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTrigger, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriority$1 as VeltCommentDialogPriority, VeltCommentDialogPriorityDropdown, VeltCommentDialogPriorityDropdownContent, VeltCommentDialogPriorityDropdownContentItem, VeltCommentDialogPriorityDropdownContentItemIcon, VeltCommentDialogPriorityDropdownContentItemName, VeltCommentDialogPriorityDropdownContentItemTick, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTrigger, VeltCommentDialogPriorityDropdownTriggerArrow, VeltCommentDialogPriorityDropdownTriggerIcon, VeltCommentDialogPriorityDropdownTriggerName, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogPrivateBanner$1 as VeltCommentDialogPrivateBanner, VeltCommentDialogPrivateButton, VeltCommentDialogReplyAvatars$1 as VeltCommentDialogReplyAvatars, VeltCommentDialogReplyAvatarsList$1 as VeltCommentDialogReplyAvatarsList, VeltCommentDialogReplyAvatarsListItem$1 as VeltCommentDialogReplyAvatarsListItem, VeltCommentDialogReplyAvatarsRemainingCount$1 as VeltCommentDialogReplyAvatarsRemainingCount, VeltCommentDialogResolveButton$1 as VeltCommentDialogResolveButton, VeltCommentDialogSignIn$1 as VeltCommentDialogSignIn, VeltCommentDialogStatus$1 as VeltCommentDialogStatus, VeltCommentDialogStatusDropdown, VeltCommentDialogStatusDropdownContent, VeltCommentDialogStatusDropdownContentItem, VeltCommentDialogStatusDropdownContentItemIcon, VeltCommentDialogStatusDropdownContentItemName, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTrigger, VeltCommentDialogStatusDropdownTriggerArrow, VeltCommentDialogStatusDropdownTriggerIcon, VeltCommentDialogStatusDropdownTriggerName, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogSuggestionAction$1 as VeltCommentDialogSuggestionAction, VeltCommentDialogSuggestionActionAccept$1 as VeltCommentDialogSuggestionActionAccept, VeltCommentDialogSuggestionActionReject$1 as VeltCommentDialogSuggestionActionReject, VeltCommentDialogThreadCard$1 as VeltCommentDialogThreadCard, VeltCommentDialogThreadCardAttachments$1 as VeltCommentDialogThreadCardAttachments, VeltCommentDialogThreadCardAttachmentsImage$1 as VeltCommentDialogThreadCardAttachmentsImage, VeltCommentDialogThreadCardAttachmentsImageDelete$1 as VeltCommentDialogThreadCardAttachmentsImageDelete, VeltCommentDialogThreadCardAttachmentsImageDownload$1 as VeltCommentDialogThreadCardAttachmentsImageDownload, VeltCommentDialogThreadCardAttachmentsImagePreview$1 as VeltCommentDialogThreadCardAttachmentsImagePreview, VeltCommentDialogThreadCardAttachmentsOther$1 as VeltCommentDialogThreadCardAttachmentsOther, VeltCommentDialogThreadCardAttachmentsOtherDelete$1 as VeltCommentDialogThreadCardAttachmentsOtherDelete, VeltCommentDialogThreadCardAttachmentsOtherDownload$1 as VeltCommentDialogThreadCardAttachmentsOtherDownload, VeltCommentDialogThreadCardAttachmentsOtherIcon$1 as VeltCommentDialogThreadCardAttachmentsOtherIcon, VeltCommentDialogThreadCardAttachmentsOtherName$1 as VeltCommentDialogThreadCardAttachmentsOtherName, VeltCommentDialogThreadCardAttachmentsOtherSize$1 as VeltCommentDialogThreadCardAttachmentsOtherSize, VeltCommentDialogThreadCardAvatar$1 as VeltCommentDialogThreadCardAvatar, VeltCommentDialogThreadCardDeviceType$1 as VeltCommentDialogThreadCardDeviceType, VeltCommentDialogThreadCardDraft$1 as VeltCommentDialogThreadCardDraft, VeltCommentDialogThreadCardEdited$1 as VeltCommentDialogThreadCardEdited, VeltCommentDialogThreadCardMessage$1 as VeltCommentDialogThreadCardMessage, VeltCommentDialogThreadCardName$1 as VeltCommentDialogThreadCardName, VeltCommentDialogThreadCardOptions$1 as VeltCommentDialogThreadCardOptions, VeltCommentDialogThreadCardReactionTool$1 as VeltCommentDialogThreadCardReactionTool, VeltCommentDialogThreadCardReactions$1 as VeltCommentDialogThreadCardReactions, VeltCommentDialogThreadCardRecordings$1 as VeltCommentDialogThreadCardRecordings, VeltCommentDialogThreadCardReply$1 as VeltCommentDialogThreadCardReply, VeltCommentDialogThreadCardSeenDropdown$1 as VeltCommentDialogThreadCardSeenDropdown, VeltCommentDialogThreadCardSeenDropdownContent$1 as VeltCommentDialogThreadCardSeenDropdownContent, VeltCommentDialogThreadCardSeenDropdownContentItem$1 as VeltCommentDialogThreadCardSeenDropdownContentItem, VeltCommentDialogThreadCardSeenDropdownContentItemAvatar$1 as VeltCommentDialogThreadCardSeenDropdownContentItemAvatar, VeltCommentDialogThreadCardSeenDropdownContentItemName$1 as VeltCommentDialogThreadCardSeenDropdownContentItemName, VeltCommentDialogThreadCardSeenDropdownContentItemTime$1 as VeltCommentDialogThreadCardSeenDropdownContentItemTime, VeltCommentDialogThreadCardSeenDropdownContentItems$1 as VeltCommentDialogThreadCardSeenDropdownContentItems, VeltCommentDialogThreadCardSeenDropdownContentTitle$1 as VeltCommentDialogThreadCardSeenDropdownContentTitle, VeltCommentDialogThreadCardSeenDropdownTrigger$1 as VeltCommentDialogThreadCardSeenDropdownTrigger, VeltCommentDialogThreadCardTime$1 as VeltCommentDialogThreadCardTime, VeltCommentDialogThreadCardUnread$1 as VeltCommentDialogThreadCardUnread, VeltCommentDialogThreads$1 as VeltCommentDialogThreads, VeltCommentDialogToggleReply$1 as VeltCommentDialogToggleReply, VeltCommentDialogToggleReplyCount$1 as VeltCommentDialogToggleReplyCount, VeltCommentDialogToggleReplyIcon$1 as VeltCommentDialogToggleReplyIcon, VeltCommentDialogToggleReplyText$1 as VeltCommentDialogToggleReplyText, VeltCommentDialogUnresolveButton$1 as VeltCommentDialogUnresolveButton, VeltCommentDialogUpgrade$1 as VeltCommentDialogUpgrade, VeltCommentDialogVisibilityBanner$1 as VeltCommentDialogVisibilityBanner, VeltCommentDialogVisibilityBannerDropdown$1 as VeltCommentDialogVisibilityBannerDropdown, VeltCommentDialogVisibilityBannerDropdownContent$1 as VeltCommentDialogVisibilityBannerDropdownContent, VeltCommentDialogVisibilityBannerDropdownContentItem$1 as VeltCommentDialogVisibilityBannerDropdownContentItem, VeltCommentDialogVisibilityBannerDropdownContentItemIcon$1 as VeltCommentDialogVisibilityBannerDropdownContentItemIcon, VeltCommentDialogVisibilityBannerDropdownContentItemLabel$1 as VeltCommentDialogVisibilityBannerDropdownContentItemLabel, VeltCommentDialogVisibilityBannerDropdownContentUserPicker$1 as VeltCommentDialogVisibilityBannerDropdownContentUserPicker, VeltCommentDialogVisibilityBannerDropdownTrigger$1 as VeltCommentDialogVisibilityBannerDropdownTrigger, VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList$1 as VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList, VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem$1 as VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem, VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount$1 as VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount, VeltCommentDialogVisibilityBannerDropdownTriggerIcon$1 as VeltCommentDialogVisibilityBannerDropdownTriggerIcon, VeltCommentDialogVisibilityBannerDropdownTriggerLabel$1 as VeltCommentDialogVisibilityBannerDropdownTriggerLabel, VeltCommentDialogVisibilityBannerIcon$1 as VeltCommentDialogVisibilityBannerIcon, VeltCommentDialogVisibilityBannerText$1 as VeltCommentDialogVisibilityBannerText, VeltCommentDialogVisibilityDropdown$1 as VeltCommentDialogVisibilityDropdown, VeltCommentDialogVisibilityDropdownContent, VeltCommentDialogVisibilityDropdownContentPrivate, VeltCommentDialogVisibilityDropdownContentPublic, VeltCommentDialogVisibilityDropdownTrigger, VeltCommentDialogVisibilityDropdownTriggerIcon, VeltCommentDialogVisibilityDropdownTriggerLabel, VeltCommentDialogWireframe, VeltCommentPin, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentText, VeltCommentThread, VeltCommentThreadWireframe, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, VeltCommentsMinimap, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarButton, VeltCommentsSidebarStatusDropdownWireframe, VeltCommentsSidebarWireframe, VeltConfirmDialogWireframe, SnippylyCursor as VeltCursor, VeltCursorPointerWireframe, VeltData, VeltHighChartComments, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltIf, VeltInlineCommentsSection, VeltInlineCommentsSectionWireframe, VeltInlineReactionsSection, VeltInlineReactionsSectionWireframe, VeltMediaSourceSettingsWireframe, VeltMultiThreadCommentDialogWireframe, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsPanelWireframe, VeltNotificationsTool, VeltNotificationsToolWireframe, VeltPersistentCommentModeWireframe, SnippylyPresence as VeltPresence, VeltPresenceTooltipWireframe, VeltPresenceWireframe, SnippylyProvider as VeltProvider, VeltReactionPinTooltipWireframe, VeltReactionPinWireframe, VeltReactionTool, VeltReactionToolWireframe, VeltReactionsPanelWireframe, VeltRecorderAllToolMenuWireframe, VeltRecorderAllToolWireframe, VeltRecorderAudioToolWireframe, SnippylyRecorderControlPanel as VeltRecorderControlPanel, VeltRecorderControlPanelWireframe, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, VeltRecorderPlayerExpandedWireframe, VeltRecorderPlayerWireframe, VeltRecorderScreenToolWireframe, SnippylyRecorderTool as VeltRecorderTool, VeltRecorderVideoToolWireframe, VeltRecordingPreviewStepsDialogWireframe, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonWireframe, VeltSingleEditorModePanel, VeltSingleEditorModePanelWireframe, VeltSubtitlesWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextCommentToolWireframe, VeltTextCommentToolbar as VeltTextCommentToolbarWireframe, VeltTranscriptionWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoEditor, VeltVideoEditorPlayerWireframe, VeltVideoPlayer, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useActivityUtils, useAddAttachment, useAddComment, useAddCommentAnnotation, useAddReaction, useAllActivities, useApproveCommentAnnotation, useAssignUser, useAutocompleteChipClick, useAutocompleteUtils, useClient, useCommentActionCallback, useCommentAddHandler, useCommentAnnotationById, useCommentAnnotations, useCommentAnnotationsCount, useCommentCopyLinkHandler, useCommentDialogSidebarClickHandler, useCommentEventCallback, useCommentModeState, useCommentSelectionChangeHandler, useCommentSidebarActionButtonClick, useCommentSidebarData, useCommentSidebarInit, useCommentUpdateHandler, useCommentUtils, useContactList, useContactSelected, useContactUtils, useCopyLink, useCrdtEventCallback, useCrdtUtils, useCurrentUser, useCurrentUserPermissions, useCursorUsers, useCursorUtils, useDeleteAttachment, useDeleteComment, useDeleteCommentAnnotation, useDeleteReaction, useDeleteRecording, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useGetAttachment, useGetComment, useGetCommentAnnotations, useGetLink, useGetRecording, useHeartbeat, useHuddleUtils, useIdentify, useLiveSelectionDataHandler, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncEventCallback, useLiveStateSyncUtils, useNotificationEventCallback, useNotificationSettings, useNotificationUtils, useNotificationsData, usePresenceData, usePresenceEventCallback, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderEventCallback, useRecorderUtils, useRecordingDataByRecorderId, useRecordings, useRejectCommentAnnotation, useResolveCommentAnnotation, useServerConnectionStateChangeHandler, useSetContextProvider, useSetDocument, useSetDocumentId, useSetDocuments, useSetLiveStateData, useSetLocation, useSetLocations, useSetRootDocument, useSetRootLocation, useSubscribeCommentAnnotation, useTagAnnotations, useTagUtils, useToggleReaction, useUiState, useUniqueViewsByDate, useUniqueViewsByUser, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountByAnnotationId, useUnreadCommentCountByLocationId, useUnreadCommentCountOnCurrentDocument, useUnreadNotificationsCount, useUnsetDocumentId, useUnsetDocuments, useUnsubscribeCommentAnnotation, useUpdateAccess, useUpdateComment, useUpdatePriority, useUpdateStatus, useUserEditorState, useVeltClient, useVeltEventCallback, useVeltInitState, useViewsUtils };
|
|
10110
|
+
export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChip, VeltAutocompleteChipTooltip, VeltAutocompleteChipTooltipDescription, VeltAutocompleteChipTooltipIcon, VeltAutocompleteChipTooltipName, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteEmpty, VeltAutocompleteEmptyWireframe, VeltAutocompleteGroupOption, VeltAutocompleteGroupOptionWireframe, VeltAutocompleteOption, VeltAutocompleteOptionDescription, VeltAutocompleteOptionErrorIcon, VeltAutocompleteOptionIcon, VeltAutocompleteOptionName, VeltAutocompleteOptionWireframe, VeltAutocompleteTool, VeltButtonWireframe, VeltCanvasComment, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleWireframe, VeltCommentComposer, VeltCommentComposerWireframe, VeltCommentDialog, VeltCommentDialogAllComment$1 as VeltCommentDialogAllComment, VeltCommentDialogApprove$1 as VeltCommentDialogApprove, VeltCommentDialogAssignDropdown, VeltCommentDialogAssignMenu$1 as VeltCommentDialogAssignMenu, VeltCommentDialogAssigneeBanner$1 as VeltCommentDialogAssigneeBanner, VeltCommentDialogAssigneeBannerResolveButton$1 as VeltCommentDialogAssigneeBannerResolveButton, VeltCommentDialogAssigneeBannerUnresolveButton$1 as VeltCommentDialogAssigneeBannerUnresolveButton, VeltCommentDialogAssigneeBannerUserAvatar$1 as VeltCommentDialogAssigneeBannerUserAvatar, VeltCommentDialogAssigneeBannerUserName$1 as VeltCommentDialogAssigneeBannerUserName, VeltCommentDialogAttachmentButton, VeltCommentDialogBody$1 as VeltCommentDialogBody, VeltCommentDialogCloseButton$1 as VeltCommentDialogCloseButton, VeltCommentDialogCommentCategory$1 as VeltCommentDialogCommentCategory, VeltCommentDialogCommentIndex$1 as VeltCommentDialogCommentIndex, VeltCommentDialogCommentNumber$1 as VeltCommentDialogCommentNumber, VeltCommentDialogCommentSuggestionStatus$1 as VeltCommentDialogCommentSuggestionStatus, VeltCommentDialogComposer$1 as VeltCommentDialogComposer, VeltCommentDialogComposerActionButton$1 as VeltCommentDialogComposerActionButton, VeltCommentDialogComposerAssignUser$1 as VeltCommentDialogComposerAssignUser, VeltCommentDialogComposerAttachments$1 as VeltCommentDialogComposerAttachments, VeltCommentDialogComposerAttachmentsImage$1 as VeltCommentDialogComposerAttachmentsImage, VeltCommentDialogComposerAttachmentsImageDelete$1 as VeltCommentDialogComposerAttachmentsImageDelete, VeltCommentDialogComposerAttachmentsImageLoading$1 as VeltCommentDialogComposerAttachmentsImageLoading, VeltCommentDialogComposerAttachmentsImagePreview$1 as VeltCommentDialogComposerAttachmentsImagePreview, VeltCommentDialogComposerAttachmentsInvalid$1 as VeltCommentDialogComposerAttachmentsInvalid, VeltCommentDialogComposerAttachmentsInvalidItem$1 as VeltCommentDialogComposerAttachmentsInvalidItem, VeltCommentDialogComposerAttachmentsInvalidItemDelete$1 as VeltCommentDialogComposerAttachmentsInvalidItemDelete, VeltCommentDialogComposerAttachmentsInvalidItemMessage$1 as VeltCommentDialogComposerAttachmentsInvalidItemMessage, VeltCommentDialogComposerAttachmentsInvalidItemPreview$1 as VeltCommentDialogComposerAttachmentsInvalidItemPreview, VeltCommentDialogComposerAttachmentsOther$1 as VeltCommentDialogComposerAttachmentsOther, VeltCommentDialogComposerAttachmentsOtherDelete$1 as VeltCommentDialogComposerAttachmentsOtherDelete, VeltCommentDialogComposerAttachmentsOtherIcon$1 as VeltCommentDialogComposerAttachmentsOtherIcon, VeltCommentDialogComposerAttachmentsOtherLoading$1 as VeltCommentDialogComposerAttachmentsOtherLoading, VeltCommentDialogComposerAttachmentsOtherName$1 as VeltCommentDialogComposerAttachmentsOtherName, VeltCommentDialogComposerAttachmentsOtherSize$1 as VeltCommentDialogComposerAttachmentsOtherSize, VeltCommentDialogComposerAttachmentsSelected$1 as VeltCommentDialogComposerAttachmentsSelected, VeltCommentDialogComposerAvatar$1 as VeltCommentDialogComposerAvatar, VeltCommentDialogComposerFormatToolbar$1 as VeltCommentDialogComposerFormatToolbar, VeltCommentDialogComposerFormatToolbarButton$1 as VeltCommentDialogComposerFormatToolbarButton, VeltCommentDialogComposerInput$1 as VeltCommentDialogComposerInput, VeltCommentDialogComposerPrivateBadge$1 as VeltCommentDialogComposerPrivateBadge, VeltCommentDialogComposerRecordings$1 as VeltCommentDialogComposerRecordings, VeltCommentDialogContextWrapper, VeltCommentDialogCopyLink$1 as VeltCommentDialogCopyLink, VeltCommentDialogCustomAnnotationDropdown$1 as VeltCommentDialogCustomAnnotationDropdown, VeltCommentDialogCustomAnnotationDropdownContent$1 as VeltCommentDialogCustomAnnotationDropdownContent, VeltCommentDialogCustomAnnotationDropdownContentItem$1 as VeltCommentDialogCustomAnnotationDropdownContentItem, VeltCommentDialogCustomAnnotationDropdownContentItemIcon$1 as VeltCommentDialogCustomAnnotationDropdownContentItemIcon, VeltCommentDialogCustomAnnotationDropdownContentItemLabel$1 as VeltCommentDialogCustomAnnotationDropdownContentItemLabel, VeltCommentDialogCustomAnnotationDropdownTrigger$1 as VeltCommentDialogCustomAnnotationDropdownTrigger, VeltCommentDialogCustomAnnotationDropdownTriggerArrow$1 as VeltCommentDialogCustomAnnotationDropdownTriggerArrow, VeltCommentDialogCustomAnnotationDropdownTriggerList$1 as VeltCommentDialogCustomAnnotationDropdownTriggerList, VeltCommentDialogCustomAnnotationDropdownTriggerListItem$1 as VeltCommentDialogCustomAnnotationDropdownTriggerListItem, VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder$1 as VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder, VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount$1 as VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount, VeltCommentDialogDeleteButton$1 as VeltCommentDialogDeleteButton, VeltCommentDialogDeviceTypeIcons, VeltCommentDialogGhostBanner$1 as VeltCommentDialogGhostBanner, VeltCommentDialogHeader$1 as VeltCommentDialogHeader, VeltCommentDialogHideReply$1 as VeltCommentDialogHideReply, VeltCommentDialogMetadata, VeltCommentDialogMoreReply$1 as VeltCommentDialogMoreReply, VeltCommentDialogNavigationButton$1 as VeltCommentDialogNavigationButton, VeltCommentDialogOptions$1 as VeltCommentDialogOptions, VeltCommentDialogOptionsDropdown, VeltCommentDialogOptionsDropdownContent, VeltCommentDialogOptionsDropdownContentAssign, VeltCommentDialogOptionsDropdownContentDelete, VeltCommentDialogOptionsDropdownContentDeleteComment, VeltCommentDialogOptionsDropdownContentDeleteThread, VeltCommentDialogOptionsDropdownContentEdit, VeltCommentDialogOptionsDropdownContentMakePrivate, VeltCommentDialogOptionsDropdownContentMakePrivateDisable, VeltCommentDialogOptionsDropdownContentMakePrivateEnable, VeltCommentDialogOptionsDropdownContentMarkAsRead, VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead, VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread, VeltCommentDialogOptionsDropdownContentNotification, VeltCommentDialogOptionsDropdownContentNotificationSubscribe, VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTrigger, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriority$1 as VeltCommentDialogPriority, VeltCommentDialogPriorityDropdown, VeltCommentDialogPriorityDropdownContent, VeltCommentDialogPriorityDropdownContentItem, VeltCommentDialogPriorityDropdownContentItemIcon, VeltCommentDialogPriorityDropdownContentItemName, VeltCommentDialogPriorityDropdownContentItemTick, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTrigger, VeltCommentDialogPriorityDropdownTriggerArrow, VeltCommentDialogPriorityDropdownTriggerIcon, VeltCommentDialogPriorityDropdownTriggerName, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogPrivateBanner$1 as VeltCommentDialogPrivateBanner, VeltCommentDialogPrivateButton, VeltCommentDialogReplyAvatars$1 as VeltCommentDialogReplyAvatars, VeltCommentDialogReplyAvatarsList$1 as VeltCommentDialogReplyAvatarsList, VeltCommentDialogReplyAvatarsListItem$1 as VeltCommentDialogReplyAvatarsListItem, VeltCommentDialogReplyAvatarsRemainingCount$1 as VeltCommentDialogReplyAvatarsRemainingCount, VeltCommentDialogResolveButton$1 as VeltCommentDialogResolveButton, VeltCommentDialogSignIn$1 as VeltCommentDialogSignIn, VeltCommentDialogStatus$1 as VeltCommentDialogStatus, VeltCommentDialogStatusDropdown, VeltCommentDialogStatusDropdownContent, VeltCommentDialogStatusDropdownContentItem, VeltCommentDialogStatusDropdownContentItemIcon, VeltCommentDialogStatusDropdownContentItemName, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTrigger, VeltCommentDialogStatusDropdownTriggerArrow, VeltCommentDialogStatusDropdownTriggerIcon, VeltCommentDialogStatusDropdownTriggerName, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogSuggestionAction$1 as VeltCommentDialogSuggestionAction, VeltCommentDialogSuggestionActionAccept$1 as VeltCommentDialogSuggestionActionAccept, VeltCommentDialogSuggestionActionReject$1 as VeltCommentDialogSuggestionActionReject, VeltCommentDialogThreadCard$1 as VeltCommentDialogThreadCard, VeltCommentDialogThreadCardAttachments$1 as VeltCommentDialogThreadCardAttachments, VeltCommentDialogThreadCardAttachmentsImage$1 as VeltCommentDialogThreadCardAttachmentsImage, VeltCommentDialogThreadCardAttachmentsImageDelete$1 as VeltCommentDialogThreadCardAttachmentsImageDelete, VeltCommentDialogThreadCardAttachmentsImageDownload$1 as VeltCommentDialogThreadCardAttachmentsImageDownload, VeltCommentDialogThreadCardAttachmentsImagePreview$1 as VeltCommentDialogThreadCardAttachmentsImagePreview, VeltCommentDialogThreadCardAttachmentsOther$1 as VeltCommentDialogThreadCardAttachmentsOther, VeltCommentDialogThreadCardAttachmentsOtherDelete$1 as VeltCommentDialogThreadCardAttachmentsOtherDelete, VeltCommentDialogThreadCardAttachmentsOtherDownload$1 as VeltCommentDialogThreadCardAttachmentsOtherDownload, VeltCommentDialogThreadCardAttachmentsOtherIcon$1 as VeltCommentDialogThreadCardAttachmentsOtherIcon, VeltCommentDialogThreadCardAttachmentsOtherName$1 as VeltCommentDialogThreadCardAttachmentsOtherName, VeltCommentDialogThreadCardAttachmentsOtherSize$1 as VeltCommentDialogThreadCardAttachmentsOtherSize, VeltCommentDialogThreadCardAvatar$1 as VeltCommentDialogThreadCardAvatar, VeltCommentDialogThreadCardDeviceType$1 as VeltCommentDialogThreadCardDeviceType, VeltCommentDialogThreadCardDraft$1 as VeltCommentDialogThreadCardDraft, VeltCommentDialogThreadCardEdited$1 as VeltCommentDialogThreadCardEdited, VeltCommentDialogThreadCardMessage$1 as VeltCommentDialogThreadCardMessage, VeltCommentDialogThreadCardName$1 as VeltCommentDialogThreadCardName, VeltCommentDialogThreadCardOptions$1 as VeltCommentDialogThreadCardOptions, VeltCommentDialogThreadCardReactionTool$1 as VeltCommentDialogThreadCardReactionTool, VeltCommentDialogThreadCardReactions$1 as VeltCommentDialogThreadCardReactions, VeltCommentDialogThreadCardRecordings$1 as VeltCommentDialogThreadCardRecordings, VeltCommentDialogThreadCardReply$1 as VeltCommentDialogThreadCardReply, VeltCommentDialogThreadCardSeenDropdown$1 as VeltCommentDialogThreadCardSeenDropdown, VeltCommentDialogThreadCardSeenDropdownContent$1 as VeltCommentDialogThreadCardSeenDropdownContent, VeltCommentDialogThreadCardSeenDropdownContentItem$1 as VeltCommentDialogThreadCardSeenDropdownContentItem, VeltCommentDialogThreadCardSeenDropdownContentItemAvatar$1 as VeltCommentDialogThreadCardSeenDropdownContentItemAvatar, VeltCommentDialogThreadCardSeenDropdownContentItemName$1 as VeltCommentDialogThreadCardSeenDropdownContentItemName, VeltCommentDialogThreadCardSeenDropdownContentItemTime$1 as VeltCommentDialogThreadCardSeenDropdownContentItemTime, VeltCommentDialogThreadCardSeenDropdownContentItems$1 as VeltCommentDialogThreadCardSeenDropdownContentItems, VeltCommentDialogThreadCardSeenDropdownContentTitle$1 as VeltCommentDialogThreadCardSeenDropdownContentTitle, VeltCommentDialogThreadCardSeenDropdownTrigger$1 as VeltCommentDialogThreadCardSeenDropdownTrigger, VeltCommentDialogThreadCardTime$1 as VeltCommentDialogThreadCardTime, VeltCommentDialogThreadCardUnread$1 as VeltCommentDialogThreadCardUnread, VeltCommentDialogThreads$1 as VeltCommentDialogThreads, VeltCommentDialogToggleReply$1 as VeltCommentDialogToggleReply, VeltCommentDialogToggleReplyCount$1 as VeltCommentDialogToggleReplyCount, VeltCommentDialogToggleReplyIcon$1 as VeltCommentDialogToggleReplyIcon, VeltCommentDialogToggleReplyText$1 as VeltCommentDialogToggleReplyText, VeltCommentDialogUnresolveButton$1 as VeltCommentDialogUnresolveButton, VeltCommentDialogUpgrade$1 as VeltCommentDialogUpgrade, VeltCommentDialogVisibilityBanner$1 as VeltCommentDialogVisibilityBanner, VeltCommentDialogVisibilityBannerDropdown$1 as VeltCommentDialogVisibilityBannerDropdown, VeltCommentDialogVisibilityBannerDropdownContent$1 as VeltCommentDialogVisibilityBannerDropdownContent, VeltCommentDialogVisibilityBannerDropdownContentItem$1 as VeltCommentDialogVisibilityBannerDropdownContentItem, VeltCommentDialogVisibilityBannerDropdownContentItemIcon$1 as VeltCommentDialogVisibilityBannerDropdownContentItemIcon, VeltCommentDialogVisibilityBannerDropdownContentItemLabel$1 as VeltCommentDialogVisibilityBannerDropdownContentItemLabel, VeltCommentDialogVisibilityBannerDropdownContentUserPicker$1 as VeltCommentDialogVisibilityBannerDropdownContentUserPicker, VeltCommentDialogVisibilityBannerDropdownTrigger$1 as VeltCommentDialogVisibilityBannerDropdownTrigger, VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList$1 as VeltCommentDialogVisibilityBannerDropdownTriggerAvatarList, VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem$1 as VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListItem, VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount$1 as VeltCommentDialogVisibilityBannerDropdownTriggerAvatarListRemainingCount, VeltCommentDialogVisibilityBannerDropdownTriggerIcon$1 as VeltCommentDialogVisibilityBannerDropdownTriggerIcon, VeltCommentDialogVisibilityBannerDropdownTriggerLabel$1 as VeltCommentDialogVisibilityBannerDropdownTriggerLabel, VeltCommentDialogVisibilityBannerIcon$1 as VeltCommentDialogVisibilityBannerIcon, VeltCommentDialogVisibilityBannerText$1 as VeltCommentDialogVisibilityBannerText, VeltCommentDialogVisibilityDropdown$1 as VeltCommentDialogVisibilityDropdown, VeltCommentDialogVisibilityDropdownContent, VeltCommentDialogVisibilityDropdownContentPrivate, VeltCommentDialogVisibilityDropdownContentPublic, VeltCommentDialogVisibilityDropdownTrigger, VeltCommentDialogVisibilityDropdownTriggerIcon, VeltCommentDialogVisibilityDropdownTriggerLabel, VeltCommentDialogWireframe, VeltCommentPin, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentText, VeltCommentThread, VeltCommentThreadWireframe, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, VeltCommentsMinimap, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarButton, VeltCommentsSidebarStatusDropdownWireframe, VeltCommentsSidebarV2, VeltCommentsSidebarV2CloseButton$1 as VeltCommentsSidebarV2CloseButton, VeltCommentsSidebarV2EmptyPlaceholder$1 as VeltCommentsSidebarV2EmptyPlaceholder, VeltCommentsSidebarV2FilterDropdown$1 as VeltCommentsSidebarV2FilterDropdown, VeltCommentsSidebarV2FilterDropdownContent$1 as VeltCommentsSidebarV2FilterDropdownContent, VeltCommentsSidebarV2FilterDropdownContentList$1 as VeltCommentsSidebarV2FilterDropdownContentList, VeltCommentsSidebarV2FilterDropdownContentListCategory$1 as VeltCommentsSidebarV2FilterDropdownContentListCategory, VeltCommentsSidebarV2FilterDropdownContentListCategoryContent$1 as VeltCommentsSidebarV2FilterDropdownContentListCategoryContent, VeltCommentsSidebarV2FilterDropdownContentListItem$1 as VeltCommentsSidebarV2FilterDropdownContentListItem, VeltCommentsSidebarV2FilterDropdownContentListItemIndicator$1 as VeltCommentsSidebarV2FilterDropdownContentListItemIndicator, VeltCommentsSidebarV2FilterDropdownContentListItemLabel$1 as VeltCommentsSidebarV2FilterDropdownContentListItemLabel, VeltCommentsSidebarV2FilterDropdownTrigger$1 as VeltCommentsSidebarV2FilterDropdownTrigger, VeltCommentsSidebarV2FocusedThread$1 as VeltCommentsSidebarV2FocusedThread, VeltCommentsSidebarV2FocusedThreadBackButton$1 as VeltCommentsSidebarV2FocusedThreadBackButton, VeltCommentsSidebarV2FocusedThreadDialogContainer$1 as VeltCommentsSidebarV2FocusedThreadDialogContainer, VeltCommentsSidebarV2Header$1 as VeltCommentsSidebarV2Header, VeltCommentsSidebarV2List$1 as VeltCommentsSidebarV2List, VeltCommentsSidebarV2ListItem$1 as VeltCommentsSidebarV2ListItem, VeltCommentsSidebarV2MinimalActionsDropdown$1 as VeltCommentsSidebarV2MinimalActionsDropdown, VeltCommentsSidebarV2MinimalActionsDropdownContent$1 as VeltCommentsSidebarV2MinimalActionsDropdownContent, VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead$1 as VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllRead, VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved$1 as VeltCommentsSidebarV2MinimalActionsDropdownContentMarkAllResolved, VeltCommentsSidebarV2MinimalActionsDropdownTrigger$1 as VeltCommentsSidebarV2MinimalActionsDropdownTrigger, VeltCommentsSidebarV2PageModeComposer$1 as VeltCommentsSidebarV2PageModeComposer, VeltCommentsSidebarV2Panel$1 as VeltCommentsSidebarV2Panel, VeltCommentsSidebarV2ResetFilterButton$1 as VeltCommentsSidebarV2ResetFilterButton, VeltCommentsSidebarV2Skeleton$1 as VeltCommentsSidebarV2Skeleton, VeltCommentsSidebarV2Wireframe, VeltCommentsSidebarWireframe, VeltConfirmDialogWireframe, SnippylyCursor as VeltCursor, VeltCursorPointerWireframe, VeltData, VeltHighChartComments, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltIf, VeltInlineCommentsSection, VeltInlineCommentsSectionWireframe, VeltInlineReactionsSection, VeltInlineReactionsSectionWireframe, VeltMediaSourceSettingsWireframe, VeltMultiThreadCommentDialogWireframe, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsPanelWireframe, VeltNotificationsTool, VeltNotificationsToolWireframe, VeltPersistentCommentModeWireframe, SnippylyPresence as VeltPresence, VeltPresenceTooltipWireframe, VeltPresenceWireframe, SnippylyProvider as VeltProvider, VeltReactionPinTooltipWireframe, VeltReactionPinWireframe, VeltReactionTool, VeltReactionToolWireframe, VeltReactionsPanelWireframe, VeltRecorderAllToolMenuWireframe, VeltRecorderAllToolWireframe, VeltRecorderAudioToolWireframe, SnippylyRecorderControlPanel as VeltRecorderControlPanel, VeltRecorderControlPanelWireframe, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, VeltRecorderPlayerExpandedWireframe, VeltRecorderPlayerWireframe, VeltRecorderScreenToolWireframe, SnippylyRecorderTool as VeltRecorderTool, VeltRecorderVideoToolWireframe, VeltRecordingPreviewStepsDialogWireframe, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonWireframe, VeltSingleEditorModePanel, VeltSingleEditorModePanelWireframe, VeltSubtitlesWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextCommentToolWireframe, VeltTextCommentToolbar as VeltTextCommentToolbarWireframe, VeltTranscriptionWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoEditor, VeltVideoEditorPlayerWireframe, VeltVideoPlayer, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useActivityUtils, useAddAttachment, useAddComment, useAddCommentAnnotation, useAddReaction, useAllActivities, useApproveCommentAnnotation, useAssignUser, useAutocompleteChipClick, useAutocompleteUtils, useClient, useCommentActionCallback, useCommentAddHandler, useCommentAnnotationById, useCommentAnnotations, useCommentAnnotationsCount, useCommentCopyLinkHandler, useCommentDialogSidebarClickHandler, useCommentEventCallback, useCommentModeState, useCommentSelectionChangeHandler, useCommentSidebarActionButtonClick, useCommentSidebarData, useCommentSidebarInit, useCommentUpdateHandler, useCommentUtils, useContactList, useContactSelected, useContactUtils, useCopyLink, useCrdtEventCallback, useCrdtUtils, useCurrentUser, useCurrentUserPermissions, useCursorUsers, useCursorUtils, useDeleteAttachment, useDeleteComment, useDeleteCommentAnnotation, useDeleteReaction, useDeleteRecording, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useGetAttachment, useGetComment, useGetCommentAnnotations, useGetLink, useGetRecording, useHeartbeat, useHuddleUtils, useIdentify, useLiveSelectionDataHandler, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncEventCallback, useLiveStateSyncUtils, useNotificationEventCallback, useNotificationSettings, useNotificationUtils, useNotificationsData, usePresenceData, usePresenceEventCallback, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderEventCallback, useRecorderUtils, useRecordingDataByRecorderId, useRecordings, useRejectCommentAnnotation, useResolveCommentAnnotation, useServerConnectionStateChangeHandler, useSetContextProvider, useSetDocument, useSetDocumentId, useSetDocuments, useSetLiveStateData, useSetLocation, useSetLocations, useSetRootDocument, useSetRootLocation, useSubscribeCommentAnnotation, useTagAnnotations, useTagUtils, useToggleReaction, useUiState, useUniqueViewsByDate, useUniqueViewsByUser, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountByAnnotationId, useUnreadCommentCountByLocationId, useUnreadCommentCountOnCurrentDocument, useUnreadNotificationsCount, useUnsetDocumentId, useUnsetDocuments, useUnsubscribeCommentAnnotation, useUpdateAccess, useUpdateComment, useUpdatePriority, useUpdateStatus, useUserEditorState, useVeltClient, useVeltEventCallback, useVeltInitState, useViewsUtils };
|
|
9727
10111
|
//# sourceMappingURL=index.js.map
|