@veltdev/react 1.0.108 → 1.0.110
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 +582 -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/VeltCommentSidebarWireframe/VeltCommentSidebarCloseButton/VeltCommentSidebarCloseButton.d.ts +5 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarCloseButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarEmptyPlaceholder/VeltCommentSidebarEmptyPlaceholder.d.ts +5 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarEmptyPlaceholder/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilter.d.ts +33 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterAllOption/VeltCommentSidebarFilterAllOption.d.ts +5 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterAllOption/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterButton/VeltCommentSidebarFilterButton.d.ts +5 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCategory/VeltCommentSidebarFilterCategory.d.ts +5 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCategory/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckbox.d.ts +11 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckboxChecked/VeltCommentSidebarFilterCheckboxChecked.d.ts +5 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckboxChecked/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckboxUnchecked/VeltCommentSidebarFilterCheckboxUnchecked.d.ts +5 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckboxUnchecked/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCloseButton/VeltCommentSidebarFilterCloseButton.d.ts +5 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCloseButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCommentType/VeltCommentSidebarFilterCommentType.d.ts +5 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCommentType/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterDoneButton/VeltCommentSidebarFilterDoneButton.d.ts +5 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterDoneButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterGroupBy/VeltCommentSidebarFilterGroupBy.d.ts +5 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterGroupBy/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterLocation/VeltCommentSidebarFilterLocation.d.ts +5 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterLocation/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterPeople/VeltCommentSidebarFilterPeople.d.ts +5 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterPeople/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterPriority/VeltCommentSidebarFilterPriority.d.ts +5 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterPriority/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterTitle/VeltCommentSidebarFilterTitle.d.ts +5 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterTitle/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterVersions/VeltCommentSidebarFilterVersions.d.ts +5 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterVersions/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarHeader/VeltCommentSidebarHeader.d.ts +5 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarHeader/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarList/VeltCommentSidebarList.d.ts +5 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarList/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarPageMode/VeltCommentSidebarPageMode.d.ts +5 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarPageMode/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarSearch/VeltCommentSidebarSearch.d.ts +5 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarSearch/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarStatus/VeltCommentSidebarStatus.d.ts +5 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarStatus/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarWireframe.d.ts +23 -0
- package/cjs/types/components/VeltCommentSidebarWireframe/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/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/VeltTextComment/VeltTextCommentTool/VeltTextCommentTool.d.ts +5 -0
- package/cjs/types/components/VeltTextComment/VeltTextCommentTool/index.d.ts +1 -0
- package/cjs/types/components/VeltTextComment/VeltTextCommentToolbar/VeltTextCommentToolbar.d.ts +5 -0
- package/cjs/types/components/VeltTextComment/VeltTextCommentToolbar/index.d.ts +1 -0
- package/cjs/types/components/VeltTextComment/VeltTextCommentToolbarCommentAnnotation/VeltTextCommentToolbarCommentAnnotation.d.ts +5 -0
- package/cjs/types/components/VeltTextComment/VeltTextCommentToolbarCommentAnnotation/index.d.ts +1 -0
- package/cjs/types/components/VeltTextComment/VeltTextCommentToolbarCopywriter/VeltTextCommentToolbarCopywriter.d.ts +5 -0
- package/cjs/types/components/VeltTextComment/VeltTextCommentToolbarCopywriter/index.d.ts +1 -0
- package/cjs/types/components/VeltTextComment/VeltTextCommentToolbarGeneric/VeltTextCommentToolbarGeneric.d.ts +5 -0
- package/cjs/types/components/VeltTextComment/VeltTextCommentToolbarGeneric/index.d.ts +1 -0
- package/cjs/types/components/VeltTextComment/VeltTextCommentToolbarSeperator/VeltTextCommentToolbarSeperator.d.ts +5 -0
- package/cjs/types/components/VeltTextComment/VeltTextCommentToolbarSeperator/index.d.ts +1 -0
- package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdown/VeltUserSelectorInternalDropdown.d.ts +5 -0
- package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdown/index.d.ts +1 -0
- package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownAvatar/VeltUserSelectorInternalDropdownAvatar.d.ts +5 -0
- package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownAvatar/index.d.ts +1 -0
- package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownEmail/VeltUserSelectorInternalDropdownEmail.d.ts +5 -0
- package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownEmail/index.d.ts +1 -0
- package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownErrorIcon/VeltUserSelectorInternalDropdownErrorIcon.d.ts +5 -0
- package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownErrorIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownName/VeltUserSelectorInternalDropdownName.d.ts +5 -0
- package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownName/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 +19 -0
- package/cjs/types/hooks/Client.d.ts +4 -0
- package/cjs/types/hooks/index.d.ts +1 -1
- package/esm/index.js +563 -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/VeltCommentSidebarWireframe/VeltCommentSidebarCloseButton/VeltCommentSidebarCloseButton.d.ts +5 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarCloseButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarEmptyPlaceholder/VeltCommentSidebarEmptyPlaceholder.d.ts +5 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarEmptyPlaceholder/index.d.ts +1 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilter.d.ts +33 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterAllOption/VeltCommentSidebarFilterAllOption.d.ts +5 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterAllOption/index.d.ts +1 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterButton/VeltCommentSidebarFilterButton.d.ts +5 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCategory/VeltCommentSidebarFilterCategory.d.ts +5 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCategory/index.d.ts +1 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckbox.d.ts +11 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckboxChecked/VeltCommentSidebarFilterCheckboxChecked.d.ts +5 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckboxChecked/index.d.ts +1 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckboxUnchecked/VeltCommentSidebarFilterCheckboxUnchecked.d.ts +5 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckboxUnchecked/index.d.ts +1 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/index.d.ts +1 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCloseButton/VeltCommentSidebarFilterCloseButton.d.ts +5 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCloseButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCommentType/VeltCommentSidebarFilterCommentType.d.ts +5 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCommentType/index.d.ts +1 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterDoneButton/VeltCommentSidebarFilterDoneButton.d.ts +5 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterDoneButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterGroupBy/VeltCommentSidebarFilterGroupBy.d.ts +5 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterGroupBy/index.d.ts +1 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterLocation/VeltCommentSidebarFilterLocation.d.ts +5 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterLocation/index.d.ts +1 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterPeople/VeltCommentSidebarFilterPeople.d.ts +5 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterPeople/index.d.ts +1 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterPriority/VeltCommentSidebarFilterPriority.d.ts +5 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterPriority/index.d.ts +1 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterTitle/VeltCommentSidebarFilterTitle.d.ts +5 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterTitle/index.d.ts +1 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterVersions/VeltCommentSidebarFilterVersions.d.ts +5 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterVersions/index.d.ts +1 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/index.d.ts +1 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarHeader/VeltCommentSidebarHeader.d.ts +5 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarHeader/index.d.ts +1 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarList/VeltCommentSidebarList.d.ts +5 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarList/index.d.ts +1 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarPageMode/VeltCommentSidebarPageMode.d.ts +5 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarPageMode/index.d.ts +1 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarSearch/VeltCommentSidebarSearch.d.ts +5 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarSearch/index.d.ts +1 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarStatus/VeltCommentSidebarStatus.d.ts +5 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarStatus/index.d.ts +1 -0
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarWireframe.d.ts +23 -0
- package/esm/types/components/VeltCommentSidebarWireframe/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/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/VeltTextComment/VeltTextCommentTool/VeltTextCommentTool.d.ts +5 -0
- package/esm/types/components/VeltTextComment/VeltTextCommentTool/index.d.ts +1 -0
- package/esm/types/components/VeltTextComment/VeltTextCommentToolbar/VeltTextCommentToolbar.d.ts +5 -0
- package/esm/types/components/VeltTextComment/VeltTextCommentToolbar/index.d.ts +1 -0
- package/esm/types/components/VeltTextComment/VeltTextCommentToolbarCommentAnnotation/VeltTextCommentToolbarCommentAnnotation.d.ts +5 -0
- package/esm/types/components/VeltTextComment/VeltTextCommentToolbarCommentAnnotation/index.d.ts +1 -0
- package/esm/types/components/VeltTextComment/VeltTextCommentToolbarCopywriter/VeltTextCommentToolbarCopywriter.d.ts +5 -0
- package/esm/types/components/VeltTextComment/VeltTextCommentToolbarCopywriter/index.d.ts +1 -0
- package/esm/types/components/VeltTextComment/VeltTextCommentToolbarGeneric/VeltTextCommentToolbarGeneric.d.ts +5 -0
- package/esm/types/components/VeltTextComment/VeltTextCommentToolbarGeneric/index.d.ts +1 -0
- package/esm/types/components/VeltTextComment/VeltTextCommentToolbarSeperator/VeltTextCommentToolbarSeperator.d.ts +5 -0
- package/esm/types/components/VeltTextComment/VeltTextCommentToolbarSeperator/index.d.ts +1 -0
- package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdown/VeltUserSelectorInternalDropdown.d.ts +5 -0
- package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdown/index.d.ts +1 -0
- package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownAvatar/VeltUserSelectorInternalDropdownAvatar.d.ts +5 -0
- package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownAvatar/index.d.ts +1 -0
- package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownEmail/VeltUserSelectorInternalDropdownEmail.d.ts +5 -0
- package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownEmail/index.d.ts +1 -0
- package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownErrorIcon/VeltUserSelectorInternalDropdownErrorIcon.d.ts +5 -0
- package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownErrorIcon/index.d.ts +1 -0
- package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownName/VeltUserSelectorInternalDropdownName.d.ts +5 -0
- package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownName/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 +19 -0
- package/esm/types/hooks/Client.d.ts +4 -0
- package/esm/types/hooks/index.d.ts +1 -1
- package/index.d.ts +373 -1
- package/package.json +1 -1
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltUserSelectorInternalDropdownNameProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltUserSelectorInternalDropdownName: React.FC<IVeltUserSelectorInternalDropdownNameProps>;
|
|
5
|
+
export default VeltUserSelectorInternalDropdownName;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltUserSelectorInternalDropdownName";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltWireframe";
|
|
@@ -26,3 +26,22 @@ 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 VeltCommentSidebarWireframe } from "./VeltCommentSidebarWireframe";
|
|
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 VeltCommentBubbleAvatar } from "./VeltCommentBubble/VeltCommentBubbleAvatar";
|
|
36
|
+
export { default as VeltCommentBubbleCommentsCount } from "./VeltCommentBubble/VeltCommentBubbleCommentsCount";
|
|
37
|
+
export { default as VeltTextCommentTool } from "./VeltTextComment/VeltTextCommentTool";
|
|
38
|
+
export { default as VeltTextCommentToolbar } from "./VeltTextComment/VeltTextCommentToolbar";
|
|
39
|
+
export { default as VeltTextCommentToolbarCommentAnnotation } from "./VeltTextComment/VeltTextCommentToolbarCommentAnnotation";
|
|
40
|
+
export { default as VeltTextCommentToolbarSeperator } from "./VeltTextComment/VeltTextCommentToolbarSeperator";
|
|
41
|
+
export { default as VeltTextCommentToolbarCopywriter } from "./VeltTextComment/VeltTextCommentToolbarCopywriter";
|
|
42
|
+
export { default as VeltTextCommentToolbarGeneric } from "./VeltTextComment/VeltTextCommentToolbarGeneric";
|
|
43
|
+
export { default as VeltUserSelectorInternalDropdown } from "./VeltUserSelector/VeltUserSelectorInternalDropdown";
|
|
44
|
+
export { default as VeltUserSelectorInternalDropdownAvatar } from "./VeltUserSelector/VeltUserSelectorInternalDropdownAvatar";
|
|
45
|
+
export { default as VeltUserSelectorInternalDropdownEmail } from "./VeltUserSelector/VeltUserSelectorInternalDropdownEmail";
|
|
46
|
+
export { default as VeltUserSelectorInternalDropdownName } from "./VeltUserSelector/VeltUserSelectorInternalDropdownName";
|
|
47
|
+
export { default as VeltUserSelectorInternalDropdownErrorIcon } from "./VeltUserSelector/VeltUserSelectorInternalDropdownErrorIcon";
|
|
@@ -11,6 +11,10 @@ export declare function useIdentify(user: User, userOptions?: Options): void;
|
|
|
11
11
|
* @beta This hook is in beta
|
|
12
12
|
*/
|
|
13
13
|
export declare function useSetDocumentId(documentId: string): void;
|
|
14
|
+
/**
|
|
15
|
+
* @beta This hook is in beta
|
|
16
|
+
*/
|
|
17
|
+
export declare function useUnsetDocumentId(): void;
|
|
14
18
|
/**
|
|
15
19
|
* @beta This hook is in beta
|
|
16
20
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { useAddLocation, useSetLocation, useSetDocumentId, useIdentify, useClient, } from './Client';
|
|
1
|
+
export { useAddLocation, useSetLocation, useSetDocumentId, useUnsetDocumentId, useIdentify, useClient, } from './Client';
|
|
2
2
|
export { useCommentUtils, useCommentAnnotations, useCommentAddHandler, useCommentModeState, useCommentUpdateHandler, useCommentDialogSidebarClickHandler, } from './CommentElement';
|
|
3
3
|
export { useCursorUtils, useCursorUsers, } from './CursorElement';
|
|
4
4
|
export { useHuddleUtils, } from './HuddleElement';
|