@veltdev/react 1.0.109 → 1.0.111
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 +572 -6
- package/cjs/index.js.map +1 -1
- package/cjs/types/components/Snippyly/Snippyly.d.ts +1 -0
- package/cjs/types/components/SnippylyCommentTool/SnippylyCommentTool.d.ts +1 -0
- package/cjs/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +2 -0
- package/cjs/types/components/VeltCommentBubble/VeltCommentBubbleAvatar/VeltCommentBubbleAvatar.d.ts +5 -0
- package/cjs/types/components/VeltCommentBubble/VeltCommentBubbleAvatar/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentBubble/VeltCommentBubbleCommentsCount/VeltCommentBubbleCommentsCount.d.ts +5 -0
- package/cjs/types/components/VeltCommentBubble/VeltCommentBubbleCommentsCount/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogAllComment/VeltCommentDialogAllComment.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogAllComment/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogApprove/VeltCommentDialogApprove.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogApprove/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssignMenu/VeltCommentDialogAssignMenu.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssignMenu/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBanner.d.ts +12 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerResolveButton/VeltCommentDialogAssigneeBannerResolveButton.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerResolveButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUserAvatar/VeltCommentDialogAssigneeBannerUserAvatar.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUserAvatar/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUserName/VeltCommentDialogAssigneeBannerUserName.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUserName/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssigneeBanner/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogBody/VeltCommentDialogBody.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogBody/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCommentCategory/VeltCommentDialogCommentCategory.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCommentCategory/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCommentCount/VeltCommentDialogCommentCount.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCommentCount/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCommentSuggestionStatus/VeltCommentDialogCommentSuggestionStatus.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCommentSuggestionStatus/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposer.d.ts +17 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerActionButton/VeltCommentDialogComposerActionButton.d.ts +6 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerActionButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerAssignUser/VeltCommentDialogComposerAssignUser.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerAssignUser/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerFiles/VeltCommentDialogComposerFiles.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerFiles/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerInput/VeltCommentDialogComposerInput.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerInput/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerRecordings/VeltCommentDialogComposerRecordings.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerRecordings/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCopyLink/VeltCommentDialogCopyLink.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCopyLink/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogGhostBanner/VeltCommentDialogGhostBanner.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogGhostBanner/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogHeader/VeltCommentDialogHeader.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogHeader/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogMoreReply/VeltCommentDialogMoreReply.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogMoreReply/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogOptions/VeltCommentDialogOptions.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogOptions/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogPriority/VeltCommentDialogPriority.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogPriority/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogPrivateBadge/VeltCommentDialogPrivateBadge.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogPrivateBadge/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogPrivateBanner/VeltCommentDialogPrivateBanner.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogPrivateBanner/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogResolveButton/VeltCommentDialogResolveButton.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogResolveButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogSignIn/VeltCommentDialogSignIn.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogSignIn/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogStatus/VeltCommentDialogStatus.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogStatus/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionAction.d.ts +10 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionActionAccept/VeltCommentDialogSuggestionActionAccept.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionActionAccept/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionActionReject/VeltCommentDialogSuggestionActionReject.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionActionReject/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogSuggestionAction/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCard.d.ts +27 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAvatar/VeltCommentDialogThreadCardAvatar.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAvatar/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardDeviceType/VeltCommentDialogThreadCardDeviceType.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardDeviceType/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardFiles/VeltCommentDialogThreadCardFiles.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardFiles/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/VeltCommentDialogThreadCardMessage.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardName/VeltCommentDialogThreadCardName.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardName/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardOptions/VeltCommentDialogThreadCardOptions.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardOptions/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactionTool/VeltCommentDialogThreadCardReactionTool.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactionTool/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactions/VeltCommentDialogThreadCardReactions.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactions/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardRecordings/VeltCommentDialogThreadCardRecordings.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardRecordings/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardTime/VeltCommentDialogThreadCardTime.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardTime/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreads/VeltCommentDialogThreads.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreads/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogToggleReply/VeltCommentDialogToggleReply.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogToggleReply/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogUpgrade/VeltCommentDialogUpgrade.d.ts +5 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogUpgrade/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogWireframe.d.ts +55 -0
- package/cjs/types/components/VeltCommentDialogWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentPinWireframe/VeltCommentPinGhostCommentIndicator/VeltCommentPinGhostCommentIndicator.d.ts +5 -0
- package/cjs/types/components/VeltCommentPinWireframe/VeltCommentPinGhostCommentIndicator/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentPinWireframe/VeltCommentPinIndex/VeltCommentPinIndex.d.ts +5 -0
- package/cjs/types/components/VeltCommentPinWireframe/VeltCommentPinIndex/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentPinWireframe/VeltCommentPinPrivateCommentIndicator/VeltCommentPinPrivateCommentIndicator.d.ts +5 -0
- package/cjs/types/components/VeltCommentPinWireframe/VeltCommentPinPrivateCommentIndicator/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentPinWireframe/VeltCommentPinTriangle/VeltCommentPinTriangle.d.ts +5 -0
- package/cjs/types/components/VeltCommentPinWireframe/VeltCommentPinTriangle/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentPinWireframe/VeltCommentPinUnreadCommentIndicator/VeltCommentPinUnreadCommentIndicator.d.ts +5 -0
- package/cjs/types/components/VeltCommentPinWireframe/VeltCommentPinUnreadCommentIndicator/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentPinWireframe/VeltCommentPinWireframe.d.ts +16 -0
- package/cjs/types/components/VeltCommentPinWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentToolWireframe/VeltCommentToolWireframe.d.ts +6 -0
- package/cjs/types/components/VeltCommentToolWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarCloseButton/VeltCommentsSidebarCloseButton.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarCloseButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarEmptyPlaceholder/VeltCommentsSidebarEmptyPlaceholder.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarEmptyPlaceholder/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilter.d.ts +31 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterAllOption/VeltCommentsSidebarFilterAllOption.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterAllOption/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCategory/VeltCommentsSidebarFilterCategory.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCategory/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckbox.d.ts +11 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckboxChecked/VeltCommentsSidebarFilterCheckboxChecked.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckboxChecked/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckboxUnchecked/VeltCommentsSidebarFilterCheckboxUnchecked.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckboxUnchecked/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCloseButton/VeltCommentsSidebarFilterCloseButton.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCloseButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCommentType/VeltCommentsSidebarFilterCommentType.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCommentType/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterDoneButton/VeltCommentsSidebarFilterDoneButton.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterDoneButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterGroupBy/VeltCommentsSidebarFilterGroupBy.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterGroupBy/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterLocation/VeltCommentsSidebarFilterLocation.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterLocation/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPeople/VeltCommentsSidebarFilterPeople.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPeople/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPriority/VeltCommentsSidebarFilterPriority.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPriority/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterTitle/VeltCommentsSidebarFilterTitle.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterTitle/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterVersions/VeltCommentsSidebarFilterVersions.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterVersions/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilterButton/VeltCommentsSidebarFilterButton.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilterButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarHeader/VeltCommentsSidebarHeader.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarHeader/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarList/VeltCommentsSidebarList.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarList/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarPageMode/VeltCommentsSidebarPageMode.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarPageMode/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarSearch/VeltCommentsSidebarSearch.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarSearch/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarStatus/VeltCommentsSidebarStatus.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarStatus/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarWireframe.d.ts +25 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltSidebarButtonWireframe/VeltSidebarButtonCommentsCount/VeltSidebarButtonCommentsCount.d.ts +5 -0
- package/cjs/types/components/VeltSidebarButtonWireframe/VeltSidebarButtonCommentsCount/index.d.ts +1 -0
- package/cjs/types/components/VeltSidebarButtonWireframe/VeltSidebarButtonWireframe.d.ts +8 -0
- package/cjs/types/components/VeltSidebarButtonWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltTextCommentToolWireframe/VeltTextCommentToolWireframe.d.ts +5 -0
- package/cjs/types/components/VeltTextCommentToolWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltTextCommentToolbarWireframe/VeltTextCommentToolbar.d.ts +14 -0
- package/cjs/types/components/VeltTextCommentToolbarWireframe/VeltTextCommentToolbarCommentAnnotation/VeltTextCommentToolbarCommentAnnotation.d.ts +5 -0
- package/cjs/types/components/VeltTextCommentToolbarWireframe/VeltTextCommentToolbarCommentAnnotation/index.d.ts +1 -0
- package/cjs/types/components/VeltTextCommentToolbarWireframe/VeltTextCommentToolbarCopywriter/VeltTextCommentToolbarCopywriter.d.ts +5 -0
- package/cjs/types/components/VeltTextCommentToolbarWireframe/VeltTextCommentToolbarCopywriter/index.d.ts +1 -0
- package/cjs/types/components/VeltTextCommentToolbarWireframe/VeltTextCommentToolbarGeneric/VeltTextCommentToolbarGeneric.d.ts +5 -0
- package/cjs/types/components/VeltTextCommentToolbarWireframe/VeltTextCommentToolbarGeneric/index.d.ts +1 -0
- package/cjs/types/components/VeltTextCommentToolbarWireframe/VeltTextCommentToolbarSeperator/VeltTextCommentToolbarSeperator.d.ts +5 -0
- package/cjs/types/components/VeltTextCommentToolbarWireframe/VeltTextCommentToolbarSeperator/index.d.ts +1 -0
- package/cjs/types/components/VeltTextCommentToolbarWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdown.d.ts +14 -0
- package/cjs/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownAvatar/VeltUserSelectorDropdownAvatar.d.ts +5 -0
- package/cjs/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownAvatar/index.d.ts +1 -0
- package/cjs/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownEmail/VeltUserSelectorDropdownEmail.d.ts +5 -0
- package/cjs/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownEmail/index.d.ts +1 -0
- package/cjs/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownErrorIcon/VeltUserSelectorDropdownErrorIcon.d.ts +5 -0
- package/cjs/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownErrorIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownName/VeltUserSelectorDropdownName.d.ts +5 -0
- package/cjs/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownName/index.d.ts +1 -0
- package/cjs/types/components/VeltUserSelectorDropdownWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltWireframe/VeltWireframe.d.ts +5 -0
- package/cjs/types/components/VeltWireframe/index.d.ts +1 -0
- package/cjs/types/components/index.d.ts +11 -0
- package/esm/index.js +562 -7
- package/esm/index.js.map +1 -1
- package/esm/types/components/Snippyly/Snippyly.d.ts +1 -0
- package/esm/types/components/SnippylyCommentTool/SnippylyCommentTool.d.ts +1 -0
- package/esm/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +2 -0
- package/esm/types/components/VeltCommentBubble/VeltCommentBubbleAvatar/VeltCommentBubbleAvatar.d.ts +5 -0
- package/esm/types/components/VeltCommentBubble/VeltCommentBubbleAvatar/index.d.ts +1 -0
- package/esm/types/components/VeltCommentBubble/VeltCommentBubbleCommentsCount/VeltCommentBubbleCommentsCount.d.ts +5 -0
- package/esm/types/components/VeltCommentBubble/VeltCommentBubbleCommentsCount/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogAllComment/VeltCommentDialogAllComment.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogAllComment/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogApprove/VeltCommentDialogApprove.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogApprove/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssignMenu/VeltCommentDialogAssignMenu.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssignMenu/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBanner.d.ts +12 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerResolveButton/VeltCommentDialogAssigneeBannerResolveButton.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerResolveButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUserAvatar/VeltCommentDialogAssigneeBannerUserAvatar.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUserAvatar/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUserName/VeltCommentDialogAssigneeBannerUserName.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUserName/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssigneeBanner/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogBody/VeltCommentDialogBody.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogBody/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCommentCategory/VeltCommentDialogCommentCategory.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCommentCategory/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCommentCount/VeltCommentDialogCommentCount.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCommentCount/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCommentSuggestionStatus/VeltCommentDialogCommentSuggestionStatus.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCommentSuggestionStatus/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposer.d.ts +17 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerActionButton/VeltCommentDialogComposerActionButton.d.ts +6 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerActionButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerAssignUser/VeltCommentDialogComposerAssignUser.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerAssignUser/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerFiles/VeltCommentDialogComposerFiles.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerFiles/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerInput/VeltCommentDialogComposerInput.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerInput/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerRecordings/VeltCommentDialogComposerRecordings.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerRecordings/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCopyLink/VeltCommentDialogCopyLink.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCopyLink/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogGhostBanner/VeltCommentDialogGhostBanner.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogGhostBanner/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogHeader/VeltCommentDialogHeader.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogHeader/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogMoreReply/VeltCommentDialogMoreReply.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogMoreReply/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogOptions/VeltCommentDialogOptions.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogOptions/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogPriority/VeltCommentDialogPriority.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogPriority/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogPrivateBadge/VeltCommentDialogPrivateBadge.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogPrivateBadge/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogPrivateBanner/VeltCommentDialogPrivateBanner.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogPrivateBanner/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogResolveButton/VeltCommentDialogResolveButton.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogResolveButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogSignIn/VeltCommentDialogSignIn.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogSignIn/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogStatus/VeltCommentDialogStatus.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogStatus/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionAction.d.ts +10 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionActionAccept/VeltCommentDialogSuggestionActionAccept.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionActionAccept/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionActionReject/VeltCommentDialogSuggestionActionReject.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogSuggestionAction/VeltCommentDialogSuggestionActionReject/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogSuggestionAction/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCard.d.ts +27 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAvatar/VeltCommentDialogThreadCardAvatar.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAvatar/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardDeviceType/VeltCommentDialogThreadCardDeviceType.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardDeviceType/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardFiles/VeltCommentDialogThreadCardFiles.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardFiles/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/VeltCommentDialogThreadCardMessage.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardMessage/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardName/VeltCommentDialogThreadCardName.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardName/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardOptions/VeltCommentDialogThreadCardOptions.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardOptions/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactionTool/VeltCommentDialogThreadCardReactionTool.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactionTool/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactions/VeltCommentDialogThreadCardReactions.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactions/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardRecordings/VeltCommentDialogThreadCardRecordings.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardRecordings/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardTime/VeltCommentDialogThreadCardTime.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardTime/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreads/VeltCommentDialogThreads.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreads/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogToggleReply/VeltCommentDialogToggleReply.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogToggleReply/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogUpgrade/VeltCommentDialogUpgrade.d.ts +5 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogUpgrade/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogWireframe.d.ts +55 -0
- package/esm/types/components/VeltCommentDialogWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCommentPinWireframe/VeltCommentPinGhostCommentIndicator/VeltCommentPinGhostCommentIndicator.d.ts +5 -0
- package/esm/types/components/VeltCommentPinWireframe/VeltCommentPinGhostCommentIndicator/index.d.ts +1 -0
- package/esm/types/components/VeltCommentPinWireframe/VeltCommentPinIndex/VeltCommentPinIndex.d.ts +5 -0
- package/esm/types/components/VeltCommentPinWireframe/VeltCommentPinIndex/index.d.ts +1 -0
- package/esm/types/components/VeltCommentPinWireframe/VeltCommentPinPrivateCommentIndicator/VeltCommentPinPrivateCommentIndicator.d.ts +5 -0
- package/esm/types/components/VeltCommentPinWireframe/VeltCommentPinPrivateCommentIndicator/index.d.ts +1 -0
- package/esm/types/components/VeltCommentPinWireframe/VeltCommentPinTriangle/VeltCommentPinTriangle.d.ts +5 -0
- package/esm/types/components/VeltCommentPinWireframe/VeltCommentPinTriangle/index.d.ts +1 -0
- package/esm/types/components/VeltCommentPinWireframe/VeltCommentPinUnreadCommentIndicator/VeltCommentPinUnreadCommentIndicator.d.ts +5 -0
- package/esm/types/components/VeltCommentPinWireframe/VeltCommentPinUnreadCommentIndicator/index.d.ts +1 -0
- package/esm/types/components/VeltCommentPinWireframe/VeltCommentPinWireframe.d.ts +16 -0
- package/esm/types/components/VeltCommentPinWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCommentToolWireframe/VeltCommentToolWireframe.d.ts +6 -0
- package/esm/types/components/VeltCommentToolWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarCloseButton/VeltCommentsSidebarCloseButton.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarCloseButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarEmptyPlaceholder/VeltCommentsSidebarEmptyPlaceholder.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarEmptyPlaceholder/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilter.d.ts +31 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterAllOption/VeltCommentsSidebarFilterAllOption.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterAllOption/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCategory/VeltCommentsSidebarFilterCategory.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCategory/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckbox.d.ts +11 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckboxChecked/VeltCommentsSidebarFilterCheckboxChecked.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckboxChecked/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckboxUnchecked/VeltCommentsSidebarFilterCheckboxUnchecked.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckboxUnchecked/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCloseButton/VeltCommentsSidebarFilterCloseButton.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCloseButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCommentType/VeltCommentsSidebarFilterCommentType.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCommentType/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterDoneButton/VeltCommentsSidebarFilterDoneButton.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterDoneButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterGroupBy/VeltCommentsSidebarFilterGroupBy.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterGroupBy/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterLocation/VeltCommentsSidebarFilterLocation.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterLocation/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPeople/VeltCommentsSidebarFilterPeople.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPeople/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPriority/VeltCommentsSidebarFilterPriority.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPriority/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterTitle/VeltCommentsSidebarFilterTitle.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterTitle/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterVersions/VeltCommentsSidebarFilterVersions.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterVersions/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilterButton/VeltCommentsSidebarFilterButton.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilterButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarHeader/VeltCommentsSidebarHeader.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarHeader/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarList/VeltCommentsSidebarList.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarList/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarPageMode/VeltCommentsSidebarPageMode.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarPageMode/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarSearch/VeltCommentsSidebarSearch.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarSearch/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarStatus/VeltCommentsSidebarStatus.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarStatus/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarWireframe.d.ts +25 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltSidebarButtonWireframe/VeltSidebarButtonCommentsCount/VeltSidebarButtonCommentsCount.d.ts +5 -0
- package/esm/types/components/VeltSidebarButtonWireframe/VeltSidebarButtonCommentsCount/index.d.ts +1 -0
- package/esm/types/components/VeltSidebarButtonWireframe/VeltSidebarButtonWireframe.d.ts +8 -0
- package/esm/types/components/VeltSidebarButtonWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltTextCommentToolWireframe/VeltTextCommentToolWireframe.d.ts +5 -0
- package/esm/types/components/VeltTextCommentToolWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltTextCommentToolbarWireframe/VeltTextCommentToolbar.d.ts +14 -0
- package/esm/types/components/VeltTextCommentToolbarWireframe/VeltTextCommentToolbarCommentAnnotation/VeltTextCommentToolbarCommentAnnotation.d.ts +5 -0
- package/esm/types/components/VeltTextCommentToolbarWireframe/VeltTextCommentToolbarCommentAnnotation/index.d.ts +1 -0
- package/esm/types/components/VeltTextCommentToolbarWireframe/VeltTextCommentToolbarCopywriter/VeltTextCommentToolbarCopywriter.d.ts +5 -0
- package/esm/types/components/VeltTextCommentToolbarWireframe/VeltTextCommentToolbarCopywriter/index.d.ts +1 -0
- package/esm/types/components/VeltTextCommentToolbarWireframe/VeltTextCommentToolbarGeneric/VeltTextCommentToolbarGeneric.d.ts +5 -0
- package/esm/types/components/VeltTextCommentToolbarWireframe/VeltTextCommentToolbarGeneric/index.d.ts +1 -0
- package/esm/types/components/VeltTextCommentToolbarWireframe/VeltTextCommentToolbarSeperator/VeltTextCommentToolbarSeperator.d.ts +5 -0
- package/esm/types/components/VeltTextCommentToolbarWireframe/VeltTextCommentToolbarSeperator/index.d.ts +1 -0
- package/esm/types/components/VeltTextCommentToolbarWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdown.d.ts +14 -0
- package/esm/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownAvatar/VeltUserSelectorDropdownAvatar.d.ts +5 -0
- package/esm/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownAvatar/index.d.ts +1 -0
- package/esm/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownEmail/VeltUserSelectorDropdownEmail.d.ts +5 -0
- package/esm/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownEmail/index.d.ts +1 -0
- package/esm/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownErrorIcon/VeltUserSelectorDropdownErrorIcon.d.ts +5 -0
- package/esm/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownErrorIcon/index.d.ts +1 -0
- package/esm/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownName/VeltUserSelectorDropdownName.d.ts +5 -0
- package/esm/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownName/index.d.ts +1 -0
- package/esm/types/components/VeltUserSelectorDropdownWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltWireframe/VeltWireframe.d.ts +5 -0
- package/esm/types/components/VeltWireframe/index.d.ts +1 -0
- package/esm/types/components/index.d.ts +11 -0
- package/index.d.ts +371 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltUserSelectorDropdownEmail";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltUserSelectorDropdownErrorIconProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltUserSelectorDropdownErrorIcon: React.FC<IVeltUserSelectorDropdownErrorIconProps>;
|
|
5
|
+
export default VeltUserSelectorDropdownErrorIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltUserSelectorDropdownErrorIcon";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltUserSelectorDropdownNameProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltUserSelectorDropdownName: React.FC<IVeltUserSelectorDropdownNameProps>;
|
|
5
|
+
export default VeltUserSelectorDropdownName;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltUserSelectorDropdownName";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltUserSelectorDropdown";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltWireframe";
|
|
@@ -26,3 +26,14 @@ export { default as VeltNotificationsTool } from "./VeltNotificationsTool";
|
|
|
26
26
|
export { default as VeltNotificationsPanel } from "./VeltNotificationsPanel";
|
|
27
27
|
export { default as VeltNotificationsHistoryPanel } from "./VeltNotificationsHistoryPanel";
|
|
28
28
|
export { default as VeltNivoChartComments } from "./VeltNivoChartComments";
|
|
29
|
+
export { default as VeltWireframe } from "./VeltWireframe";
|
|
30
|
+
export { default as VeltCommentDialogWireframe } from "./VeltCommentDialogWireframe";
|
|
31
|
+
export { default as VeltCommentsSidebarWireframe } from "./VeltCommentsSidebarWireframe";
|
|
32
|
+
export { default as VeltCommentPinWireframe } from "./VeltCommentPinWireframe";
|
|
33
|
+
export { default as VeltSidebarButtonWireframe } from "./VeltSidebarButtonWireframe";
|
|
34
|
+
export { default as VeltCommentToolWireframe } from "./VeltCommentToolWireframe";
|
|
35
|
+
export { default as VeltTextCommentToolWireframe } from "./VeltTextCommentToolWireframe";
|
|
36
|
+
export { default as VeltTextCommentToolbarWireframe } from "./VeltTextCommentToolbarWireframe";
|
|
37
|
+
export { default as VeltUserSelectorDropdownWireframe } from "./VeltUserSelectorDropdownWireframe";
|
|
38
|
+
export { default as VeltCommentBubbleAvatar } from "./VeltCommentBubble/VeltCommentBubbleAvatar";
|
|
39
|
+
export { default as VeltCommentBubbleCommentsCount } from "./VeltCommentBubble/VeltCommentBubbleCommentsCount";
|
package/index.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ interface IVeltProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLEl
|
|
|
6
6
|
apiKey: string;
|
|
7
7
|
config?: Config & {
|
|
8
8
|
proxyDomain?: string;
|
|
9
|
+
version?: string;
|
|
9
10
|
};
|
|
10
11
|
user?: any;
|
|
11
12
|
documentId?: string;
|
|
@@ -150,6 +151,8 @@ interface IVeltCommentsSidebarProps {
|
|
|
150
151
|
urlNavigation?: boolean;
|
|
151
152
|
pageMode?: boolean;
|
|
152
153
|
currentLocationSuffix?: boolean;
|
|
154
|
+
variant?: string;
|
|
155
|
+
dialogVariant?: string;
|
|
153
156
|
filterConfig?: CommentSidebarFilterConfig;
|
|
154
157
|
groupConfig?: CommentSidebarGroupConfig;
|
|
155
158
|
filters?: CommentSidebarFilters;
|
|
@@ -170,6 +173,7 @@ interface IVeltCommentToolProps extends React.DetailedHTMLProps<React.HTMLAttrib
|
|
|
170
173
|
targetCommentElementId?: string;
|
|
171
174
|
onCommentModeChange?: Function;
|
|
172
175
|
darkMode?: boolean;
|
|
176
|
+
variant?: string;
|
|
173
177
|
}
|
|
174
178
|
declare const SnippylyCommentTool: React.FC<IVeltCommentToolProps>;
|
|
175
179
|
|
|
@@ -347,6 +351,372 @@ interface IVeltNivoChartCommentsProps {
|
|
|
347
351
|
}
|
|
348
352
|
declare const VeltNivoChartComments: React.FC<IVeltNivoChartCommentsProps>;
|
|
349
353
|
|
|
354
|
+
interface IVeltWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
355
|
+
}
|
|
356
|
+
declare const VeltWireframe: React.FC<IVeltWireframeProps>;
|
|
357
|
+
|
|
358
|
+
interface IVeltCommentDialogAllCommentProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
interface IVeltCommentDialogApproveProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
interface IVeltCommentDialogAssigneeBannerProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
interface IVeltCommentDialogAssignMenuProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
interface IVeltCommentDialogBodyProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
interface IVeltCommentDialogCommentCategoryProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
interface IVeltCommentDialogCommentCountProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
interface IVeltCommentDialogCommentSuggestionStatusProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
interface IVeltCommentDialogComposerActionButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
383
|
+
type?: 'userMentions' | 'file' | 'audio' | 'video' | 'screen' | 'submit';
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
interface IVeltCommentDialogComposerAssignUserProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
interface IVeltCommentDialogComposerFilesProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
interface IVeltCommentDialogComposerInputProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
interface IVeltCommentDialogComposerRecordingsProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
interface IVeltCommentDialogComposerProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
399
|
+
}
|
|
400
|
+
interface IVeltCommentDialogComposer extends React.FC<IVeltCommentDialogComposerProps> {
|
|
401
|
+
ActionButton: React.FC<IVeltCommentDialogComposerActionButtonProps>;
|
|
402
|
+
AssignUser: React.FC<IVeltCommentDialogComposerAssignUserProps>;
|
|
403
|
+
Files: React.FC<IVeltCommentDialogComposerFilesProps>;
|
|
404
|
+
Input: React.FC<IVeltCommentDialogComposerInputProps>;
|
|
405
|
+
Recordings: React.FC<IVeltCommentDialogComposerRecordingsProps>;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
interface IVeltCommentDialogCopyLinkProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
interface IVeltCommentDialogGhostBannerProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
interface IVeltCommentDialogHeaderProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
interface IVeltCommentDialogMoreReplyProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
interface IVeltCommentDialogOptionsProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
interface IVeltCommentDialogPriorityProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
interface IVeltCommentDialogPrivateBannerProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
interface IVeltCommentDialogResolveButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
interface IVeltCommentDialogSignInProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
interface IVeltCommentDialogStatusProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
interface IVeltCommentDialogThreadCardAvatarProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
interface IVeltCommentDialogThreadCardDeviceTypeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
interface IVeltCommentDialogThreadCardFilesProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
interface IVeltCommentDialogThreadCardMessageProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
interface IVeltCommentDialogThreadCardNameProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
interface IVeltCommentDialogThreadCardOptionsProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
interface IVeltCommentDialogThreadCardReactionsProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
interface IVeltCommentDialogThreadCardReactionToolProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
interface IVeltCommentDialogThreadCardRecordingsProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
interface IVeltCommentDialogThreadCardTimeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
interface IVeltCommentDialogThreadCardProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
469
|
+
}
|
|
470
|
+
interface IVeltCommentDialogThreadCard extends React.FC<IVeltCommentDialogThreadCardProps> {
|
|
471
|
+
Avatar: React.FC<IVeltCommentDialogThreadCardAvatarProps>;
|
|
472
|
+
DeviceType: React.FC<IVeltCommentDialogThreadCardDeviceTypeProps>;
|
|
473
|
+
Files: React.FC<IVeltCommentDialogThreadCardFilesProps>;
|
|
474
|
+
Message: React.FC<IVeltCommentDialogThreadCardMessageProps>;
|
|
475
|
+
Name: React.FC<IVeltCommentDialogThreadCardNameProps>;
|
|
476
|
+
Options: React.FC<IVeltCommentDialogThreadCardOptionsProps>;
|
|
477
|
+
Reactions: React.FC<IVeltCommentDialogThreadCardReactionsProps>;
|
|
478
|
+
ReactionTool: React.FC<IVeltCommentDialogThreadCardReactionToolProps>;
|
|
479
|
+
Recordings: React.FC<IVeltCommentDialogThreadCardRecordingsProps>;
|
|
480
|
+
Time: React.FC<IVeltCommentDialogThreadCardTimeProps>;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
interface IVeltCommentDialogThreadsProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
interface IVeltCommentDialogToggleReplyProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
interface IVeltCommentDialogUpgradeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
interface IVeltCommentDialogSuggestionActionProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
interface IVeltCommentDialogWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
496
|
+
variant?: string;
|
|
497
|
+
}
|
|
498
|
+
declare const VeltCommentDialogWireframe: React.FC<IVeltCommentDialogWireframeProps> & {
|
|
499
|
+
AllComment: React.FC<IVeltCommentDialogAllCommentProps>;
|
|
500
|
+
Approve: React.FC<IVeltCommentDialogApproveProps>;
|
|
501
|
+
AssigneeBanner: React.FC<IVeltCommentDialogAssigneeBannerProps>;
|
|
502
|
+
AssignMenu: React.FC<IVeltCommentDialogAssignMenuProps>;
|
|
503
|
+
Body: React.FC<IVeltCommentDialogBodyProps>;
|
|
504
|
+
CommentCategory: React.FC<IVeltCommentDialogCommentCategoryProps>;
|
|
505
|
+
CommentCount: React.FC<IVeltCommentDialogCommentCountProps>;
|
|
506
|
+
CommentSuggestionStatus: React.FC<IVeltCommentDialogCommentSuggestionStatusProps>;
|
|
507
|
+
Composer: IVeltCommentDialogComposer;
|
|
508
|
+
CopyLink: React.FC<IVeltCommentDialogCopyLinkProps>;
|
|
509
|
+
GhostBanner: React.FC<IVeltCommentDialogGhostBannerProps>;
|
|
510
|
+
Header: React.FC<IVeltCommentDialogHeaderProps>;
|
|
511
|
+
MoreReply: React.FC<IVeltCommentDialogMoreReplyProps>;
|
|
512
|
+
Options: React.FC<IVeltCommentDialogOptionsProps>;
|
|
513
|
+
Priority: React.FC<IVeltCommentDialogPriorityProps>;
|
|
514
|
+
PrivateBanner: React.FC<IVeltCommentDialogPrivateBannerProps>;
|
|
515
|
+
ResolveButton: React.FC<IVeltCommentDialogResolveButtonProps>;
|
|
516
|
+
SignIn: React.FC<IVeltCommentDialogSignInProps>;
|
|
517
|
+
Status: React.FC<IVeltCommentDialogStatusProps>;
|
|
518
|
+
SuggestionAction: React.FC<IVeltCommentDialogSuggestionActionProps>;
|
|
519
|
+
ThreadCard: IVeltCommentDialogThreadCard;
|
|
520
|
+
Threads: React.FC<IVeltCommentDialogThreadsProps>;
|
|
521
|
+
ToggleReply: React.FC<IVeltCommentDialogToggleReplyProps>;
|
|
522
|
+
Upgrade: React.FC<IVeltCommentDialogUpgradeProps>;
|
|
523
|
+
};
|
|
524
|
+
|
|
525
|
+
interface IVeltCommentsSidebarCloseButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
interface IVeltCommentsSidebarEmptyPlaceholderProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
interface IVeltCommentsSidebarFilterAllOptionProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
interface IVeltCommentsSidebarFilterCategoryProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
interface IVeltCommentsSidebarFilterCheckboxCheckedProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
interface IVeltCommentsSidebarFilterCheckboxUncheckedProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
interface IVeltCommentsSidebarFilterCheckboxProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
544
|
+
}
|
|
545
|
+
interface IVeltCommentsSidebarFilterCheckbox extends React.FC<IVeltCommentsSidebarFilterCheckboxProps> {
|
|
546
|
+
Checked: React.FC<IVeltCommentsSidebarFilterCheckboxCheckedProps>;
|
|
547
|
+
Unchecked: React.FC<IVeltCommentsSidebarFilterCheckboxUncheckedProps>;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
interface IVeltCommentsSidebarFilterCloseButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
interface IVeltCommentsSidebarFilterCommentTypeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
interface IVeltCommentsSidebarFilterDoneButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
interface IVeltCommentsSidebarFilterGroupByProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
interface IVeltCommentsSidebarFilterLocationProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
interface IVeltCommentsSidebarFilterPeopleProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
interface IVeltCommentsSidebarFilterPriorityProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
interface IVeltCommentsSidebarFilterTitleProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
interface IVeltCommentsSidebarFilterVersionsProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
interface IVeltCommentsSidebarFilterProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
578
|
+
}
|
|
579
|
+
interface IVeltCommentsSidebarFilter extends React.FC<IVeltCommentsSidebarFilterProps> {
|
|
580
|
+
AllOption: React.FC<IVeltCommentsSidebarFilterAllOptionProps>;
|
|
581
|
+
Category: React.FC<IVeltCommentsSidebarFilterCategoryProps>;
|
|
582
|
+
Checkbox: IVeltCommentsSidebarFilterCheckbox;
|
|
583
|
+
CloseButton: React.FC<IVeltCommentsSidebarFilterCloseButtonProps>;
|
|
584
|
+
CommentType: React.FC<IVeltCommentsSidebarFilterCommentTypeProps>;
|
|
585
|
+
DoneButton: React.FC<IVeltCommentsSidebarFilterDoneButtonProps>;
|
|
586
|
+
GroupBy: React.FC<IVeltCommentsSidebarFilterGroupByProps>;
|
|
587
|
+
Location: React.FC<IVeltCommentsSidebarFilterLocationProps>;
|
|
588
|
+
People: React.FC<IVeltCommentsSidebarFilterPeopleProps>;
|
|
589
|
+
Priority: React.FC<IVeltCommentsSidebarFilterPriorityProps>;
|
|
590
|
+
Title: React.FC<IVeltCommentsSidebarFilterTitleProps>;
|
|
591
|
+
Versions: React.FC<IVeltCommentsSidebarFilterVersionsProps>;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
interface IVeltCommentsSidebarHeaderProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
interface IVeltCommentsSidebarListProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
interface IVeltCommentsSidebarPageModeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
interface IVeltCommentsSidebarSearchProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
interface IVeltCommentsSidebarStatusProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
interface IVeltCommentsSidebarFilterButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
interface IVeltCommentsSidebarWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
613
|
+
variant?: string;
|
|
614
|
+
}
|
|
615
|
+
declare const VeltCommentsSidebarWireframe: React.FC<IVeltCommentsSidebarWireframeProps> & {
|
|
616
|
+
CloseButton: React.FC<IVeltCommentsSidebarCloseButtonProps>;
|
|
617
|
+
EmptyPlaceholder: React.FC<IVeltCommentsSidebarEmptyPlaceholderProps>;
|
|
618
|
+
Filter: IVeltCommentsSidebarFilter;
|
|
619
|
+
Header: React.FC<IVeltCommentsSidebarHeaderProps>;
|
|
620
|
+
List: React.FC<IVeltCommentsSidebarListProps>;
|
|
621
|
+
PageMode: React.FC<IVeltCommentsSidebarPageModeProps>;
|
|
622
|
+
Search: React.FC<IVeltCommentsSidebarSearchProps>;
|
|
623
|
+
Status: React.FC<IVeltCommentsSidebarStatusProps>;
|
|
624
|
+
FilterButton: React.FC<IVeltCommentsSidebarFilterButtonProps>;
|
|
625
|
+
};
|
|
626
|
+
|
|
627
|
+
interface IVeltCommentPinGhostCommentIndicatorProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
interface IVeltCommentPinIndexProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
interface IVeltCommentPinTriangleProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
interface IVeltCommentPinUnreadCommentIndicatorProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
interface IVeltCommentPinPrivateCommentIndicatorProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
interface IVeltCommentPinWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
643
|
+
}
|
|
644
|
+
declare const VeltCommentPinWireframe: React.FC<IVeltCommentPinWireframeProps> & {
|
|
645
|
+
GhostCommentIndicator: React.FC<IVeltCommentPinGhostCommentIndicatorProps>;
|
|
646
|
+
Index: React.FC<IVeltCommentPinIndexProps>;
|
|
647
|
+
PrivateCommentIndicator: React.FC<IVeltCommentPinPrivateCommentIndicatorProps>;
|
|
648
|
+
Triangle: React.FC<IVeltCommentPinTriangleProps>;
|
|
649
|
+
UnreadCommentIndicator: React.FC<IVeltCommentPinUnreadCommentIndicatorProps>;
|
|
650
|
+
};
|
|
651
|
+
|
|
652
|
+
interface IVeltSidebarButtonCommentsCountProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
interface IVeltSidebarButtonWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
656
|
+
}
|
|
657
|
+
declare const VeltSidebarButtonWireframe: React.FC<IVeltSidebarButtonWireframeProps> & {
|
|
658
|
+
CommentsCount: React.FC<IVeltSidebarButtonCommentsCountProps>;
|
|
659
|
+
};
|
|
660
|
+
|
|
661
|
+
interface IVeltCommentToolWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
662
|
+
variant?: string;
|
|
663
|
+
}
|
|
664
|
+
declare const VeltCommentToolWireframe: React.FC<IVeltCommentToolWireframeProps>;
|
|
665
|
+
|
|
666
|
+
interface IVeltTextCommentToolWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
667
|
+
}
|
|
668
|
+
declare const VeltTextCommentToolWireframe: React.FC<IVeltTextCommentToolWireframeProps>;
|
|
669
|
+
|
|
670
|
+
interface IVeltTextCommentToolbarCommentAnnotationProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
interface IVeltTextCommentToolbarCopywriterProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
interface IVeltTextCommentToolbarGenericProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
interface IVeltTextCommentToolbarSeperatorProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
interface IVeltTextCommentToolbarProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
683
|
+
}
|
|
684
|
+
declare const VeltTextCommentToolbar: React.FC<IVeltTextCommentToolbarProps> & {
|
|
685
|
+
CommentAnnotation: React.FC<IVeltTextCommentToolbarCommentAnnotationProps>;
|
|
686
|
+
Copywriter: React.FC<IVeltTextCommentToolbarCopywriterProps>;
|
|
687
|
+
Generic: React.FC<IVeltTextCommentToolbarGenericProps>;
|
|
688
|
+
Seperator: React.FC<IVeltTextCommentToolbarSeperatorProps>;
|
|
689
|
+
};
|
|
690
|
+
|
|
691
|
+
interface IVeltUserSelectorDropdownAvatarProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
interface IVeltUserSelectorDropdownEmailProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
interface IVeltUserSelectorDropdownErrorIconProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
interface IVeltUserSelectorDropdownNameProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
interface IVeltUserSelectorDropdownProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
704
|
+
}
|
|
705
|
+
declare const VeltUserSelectorDropdown: React.FC<IVeltUserSelectorDropdownProps> & {
|
|
706
|
+
Avatar: React.FC<IVeltUserSelectorDropdownAvatarProps>;
|
|
707
|
+
Email: React.FC<IVeltUserSelectorDropdownEmailProps>;
|
|
708
|
+
ErrorIcon: React.FC<IVeltUserSelectorDropdownErrorIconProps>;
|
|
709
|
+
Name: React.FC<IVeltUserSelectorDropdownNameProps>;
|
|
710
|
+
};
|
|
711
|
+
|
|
712
|
+
interface IVeltCommentBubbleAvatarProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
713
|
+
}
|
|
714
|
+
declare const VeltCommentBubbleAvatar: React.FC<IVeltCommentBubbleAvatarProps>;
|
|
715
|
+
|
|
716
|
+
interface IVeltCommentBubbleCommentsCountProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
717
|
+
}
|
|
718
|
+
declare const VeltCommentBubbleCommentsCount: React.FC<IVeltCommentBubbleCommentsCountProps>;
|
|
719
|
+
|
|
350
720
|
declare function useVeltClient(): {
|
|
351
721
|
client: Velt;
|
|
352
722
|
};
|
|
@@ -521,4 +891,4 @@ declare const createLiveStateMiddleware: (config?: LiveStateMiddlewareConfig) =>
|
|
|
521
891
|
updateLiveStateDataId: (newId?: string) => void;
|
|
522
892
|
};
|
|
523
893
|
|
|
524
|
-
export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, SnippylyCommentBubble as VeltCommentBubble, VeltCommentPlayerTimeline, VeltCommentThread, SnippylyCommentTool as VeltCommentTool, SnippylyComments as VeltComments, SnippylyCommentsSidebar as VeltCommentsSidebar, SnippylyCursor as VeltCursor, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsTool, SnippylyPresence as VeltPresence, SnippylyProvider as VeltProvider, SnippylyRecorderControlPanel as VeltRecorderControlPanel, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, SnippylyRecorderTool as VeltRecorderTool, SnippylySidebarButton as VeltSidebarButton, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltVideoPlayer, VeltViewAnalytics, createLiveStateMiddleware, useAIRewriterUtils, useAddLocation, useClient, useCommentAddHandler, useCommentAnnotations, useCommentDialogSidebarClickHandler, useCommentModeState, useCommentUpdateHandler, useCommentUtils, useCursorUsers, useCursorUtils, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useHuddleUtils, useIdentify, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncUtils, useNotificationUtils, useNotificationsData, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderUtils, useSetDocumentId, useSetLiveStateData, useSetLocation, useTagAnnotations, useTagUtils, useUniqueViewsByDate, useUniqueViewsByUser, useUnsetDocumentId, useUserEditorState, useVeltClient, useViewsUtils };
|
|
894
|
+
export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleAvatar, VeltCommentBubbleCommentsCount, VeltCommentDialogWireframe, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentThread, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarWireframe, SnippylyCursor as VeltCursor, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsTool, SnippylyPresence as VeltPresence, SnippylyProvider as VeltProvider, SnippylyRecorderControlPanel as VeltRecorderControlPanel, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, SnippylyRecorderTool as VeltRecorderTool, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextCommentToolWireframe, VeltTextCommentToolbar as VeltTextCommentToolbarWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoPlayer, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useAddLocation, useClient, useCommentAddHandler, useCommentAnnotations, useCommentDialogSidebarClickHandler, useCommentModeState, useCommentUpdateHandler, useCommentUtils, useCursorUsers, useCursorUtils, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useHuddleUtils, useIdentify, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncUtils, useNotificationUtils, useNotificationsData, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderUtils, useSetDocumentId, useSetLiveStateData, useSetLocation, useTagAnnotations, useTagUtils, useUniqueViewsByDate, useUniqueViewsByUser, useUnsetDocumentId, useUserEditorState, useVeltClient, useViewsUtils };
|