@veltdev/react 1.0.109 → 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 +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/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/esm/index.js +554 -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/index.d.ts +369 -1
- package/package.json +1 -1
|
@@ -3,6 +3,7 @@ export interface IVeltCommentToolProps extends React.DetailedHTMLProps<React.HTM
|
|
|
3
3
|
targetCommentElementId?: string;
|
|
4
4
|
onCommentModeChange?: Function;
|
|
5
5
|
darkMode?: boolean;
|
|
6
|
+
variant?: string;
|
|
6
7
|
}
|
|
7
8
|
declare const SnippylyCommentTool: React.FC<IVeltCommentToolProps>;
|
|
8
9
|
export default SnippylyCommentTool;
|
|
@@ -36,6 +36,8 @@ export interface IVeltCommentsSidebarProps {
|
|
|
36
36
|
urlNavigation?: boolean;
|
|
37
37
|
pageMode?: boolean;
|
|
38
38
|
currentLocationSuffix?: boolean;
|
|
39
|
+
variant?: string;
|
|
40
|
+
dialogVariant?: string;
|
|
39
41
|
filterConfig?: CommentSidebarFilterConfig;
|
|
40
42
|
groupConfig?: CommentSidebarGroupConfig;
|
|
41
43
|
filters?: CommentSidebarFilters;
|
package/esm/types/components/VeltCommentBubble/VeltCommentBubbleAvatar/VeltCommentBubbleAvatar.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentBubbleAvatarProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentBubbleAvatar: React.FC<IVeltCommentBubbleAvatarProps>;
|
|
5
|
+
export default VeltCommentBubbleAvatar;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentBubbleAvatar";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentBubbleCommentsCountProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentBubbleCommentsCount: React.FC<IVeltCommentBubbleCommentsCountProps>;
|
|
5
|
+
export default VeltCommentBubbleCommentsCount;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentBubbleCommentsCount";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogAllCommentProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogAllComment: React.FC<IVeltCommentDialogAllCommentProps>;
|
|
5
|
+
export default VeltCommentDialogAllComment;
|
package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogAllComment/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogAllComment";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogApproveProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogApprove: React.FC<IVeltCommentDialogApproveProps>;
|
|
5
|
+
export default VeltCommentDialogApprove;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogApprove";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogAssignMenuProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogAssignMenu: React.FC<IVeltCommentDialogAssignMenuProps>;
|
|
5
|
+
export default VeltCommentDialogAssignMenu;
|
package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssignMenu/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogAssignMenu";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { IVeltCommentDialogAssigneeBannerResolveButtonProps } from "./VeltCommentDialogAssigneeBannerResolveButton/VeltCommentDialogAssigneeBannerResolveButton";
|
|
3
|
+
import { IVeltCommentDialogAssigneeBannerUserAvatarProps } from "./VeltCommentDialogAssigneeBannerUserAvatar/VeltCommentDialogAssigneeBannerUserAvatar";
|
|
4
|
+
import { IVeltCommentDialogAssigneeBannerUserNameProps } from "./VeltCommentDialogAssigneeBannerUserName/VeltCommentDialogAssigneeBannerUserName";
|
|
5
|
+
export interface IVeltCommentDialogAssigneeBannerProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6
|
+
}
|
|
7
|
+
declare const VeltCommentDialogAssigneeBanner: React.FC<IVeltCommentDialogAssigneeBannerProps> & {
|
|
8
|
+
ResolveButton: React.FC<IVeltCommentDialogAssigneeBannerResolveButtonProps>;
|
|
9
|
+
UserAvatar: React.FC<IVeltCommentDialogAssigneeBannerUserAvatarProps>;
|
|
10
|
+
UserName: React.FC<IVeltCommentDialogAssigneeBannerUserNameProps>;
|
|
11
|
+
};
|
|
12
|
+
export default VeltCommentDialogAssigneeBanner;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogAssigneeBannerResolveButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogAssigneeBannerResolveButton: React.FC<IVeltCommentDialogAssigneeBannerResolveButtonProps>;
|
|
5
|
+
export default VeltCommentDialogAssigneeBannerResolveButton;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogAssigneeBannerResolveButton";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogAssigneeBannerUserAvatarProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogAssigneeBannerUserAvatar: React.FC<IVeltCommentDialogAssigneeBannerUserAvatarProps>;
|
|
5
|
+
export default VeltCommentDialogAssigneeBannerUserAvatar;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogAssigneeBannerUserAvatar";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogAssigneeBannerUserNameProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogAssigneeBannerUserName: React.FC<IVeltCommentDialogAssigneeBannerUserNameProps>;
|
|
5
|
+
export default VeltCommentDialogAssigneeBannerUserName;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogAssigneeBannerUserName";
|
package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssigneeBanner/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogAssigneeBanner";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogBodyProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogBody: React.FC<IVeltCommentDialogBodyProps>;
|
|
5
|
+
export default VeltCommentDialogBody;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogBody";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogCommentCategoryProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogCommentCategory: React.FC<IVeltCommentDialogCommentCategoryProps>;
|
|
5
|
+
export default VeltCommentDialogCommentCategory;
|
package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCommentCategory/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogCommentCategory";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogCommentCountProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogCommentCount: React.FC<IVeltCommentDialogCommentCountProps>;
|
|
5
|
+
export default VeltCommentDialogCommentCount;
|
package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCommentCount/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogCommentCount";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogCommentSuggestionStatusProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogCommentSuggestionStatus: React.FC<IVeltCommentDialogCommentSuggestionStatusProps>;
|
|
5
|
+
export default VeltCommentDialogCommentSuggestionStatus;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogCommentSuggestionStatus";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { IVeltCommentDialogComposerActionButtonProps } from "./VeltCommentDialogComposerActionButton/VeltCommentDialogComposerActionButton";
|
|
3
|
+
import { IVeltCommentDialogComposerAssignUserProps } from "./VeltCommentDialogComposerAssignUser/VeltCommentDialogComposerAssignUser";
|
|
4
|
+
import { IVeltCommentDialogComposerFilesProps } from "./VeltCommentDialogComposerFiles/VeltCommentDialogComposerFiles";
|
|
5
|
+
import { IVeltCommentDialogComposerInputProps } from "./VeltCommentDialogComposerInput/VeltCommentDialogComposerInput";
|
|
6
|
+
import { IVeltCommentDialogComposerRecordingsProps } from "./VeltCommentDialogComposerRecordings/VeltCommentDialogComposerRecordings";
|
|
7
|
+
export interface IVeltCommentDialogComposerProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
8
|
+
}
|
|
9
|
+
export interface IVeltCommentDialogComposer extends React.FC<IVeltCommentDialogComposerProps> {
|
|
10
|
+
ActionButton: React.FC<IVeltCommentDialogComposerActionButtonProps>;
|
|
11
|
+
AssignUser: React.FC<IVeltCommentDialogComposerAssignUserProps>;
|
|
12
|
+
Files: React.FC<IVeltCommentDialogComposerFilesProps>;
|
|
13
|
+
Input: React.FC<IVeltCommentDialogComposerInputProps>;
|
|
14
|
+
Recordings: React.FC<IVeltCommentDialogComposerRecordingsProps>;
|
|
15
|
+
}
|
|
16
|
+
declare const VeltCommentDialogComposer: IVeltCommentDialogComposer;
|
|
17
|
+
export default VeltCommentDialogComposer;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerActionButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
type?: 'userMentions' | 'file' | 'audio' | 'video' | 'screen' | 'submit';
|
|
4
|
+
}
|
|
5
|
+
declare const VeltCommentDialogComposerActionButton: React.FC<IVeltCommentDialogComposerActionButtonProps>;
|
|
6
|
+
export default VeltCommentDialogComposerActionButton;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerActionButton";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerAssignUserProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogComposerAssignUser: React.FC<IVeltCommentDialogComposerAssignUserProps>;
|
|
5
|
+
export default VeltCommentDialogComposerAssignUser;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerAssignUser";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerFilesProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogComposerFiles: React.FC<IVeltCommentDialogComposerFilesProps>;
|
|
5
|
+
export default VeltCommentDialogComposerFiles;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerFiles";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerInputProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogComposerInput: React.FC<IVeltCommentDialogComposerInputProps>;
|
|
5
|
+
export default VeltCommentDialogComposerInput;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerInput";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerRecordingsProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogComposerRecordings: React.FC<IVeltCommentDialogComposerRecordingsProps>;
|
|
5
|
+
export default VeltCommentDialogComposerRecordings;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerRecordings";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposer";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogCopyLinkProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogCopyLink: React.FC<IVeltCommentDialogCopyLinkProps>;
|
|
5
|
+
export default VeltCommentDialogCopyLink;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogCopyLink";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogGhostBannerProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogGhostBanner: React.FC<IVeltCommentDialogGhostBannerProps>;
|
|
5
|
+
export default VeltCommentDialogGhostBanner;
|
package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogGhostBanner/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogGhostBanner";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogHeaderProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogHeader: React.FC<IVeltCommentDialogHeaderProps>;
|
|
5
|
+
export default VeltCommentDialogHeader;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogHeader";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogMoreReplyProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogMoreReply: React.FC<IVeltCommentDialogMoreReplyProps>;
|
|
5
|
+
export default VeltCommentDialogMoreReply;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogMoreReply";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogOptionsProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogOptions: React.FC<IVeltCommentDialogOptionsProps>;
|
|
5
|
+
export default VeltCommentDialogOptions;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogOptions";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogPriorityProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogPriority: React.FC<IVeltCommentDialogPriorityProps>;
|
|
5
|
+
export default VeltCommentDialogPriority;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogPriority";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogPrivateBadgeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogPrivateBadge: React.FC<IVeltCommentDialogPrivateBadgeProps>;
|
|
5
|
+
export default VeltCommentDialogPrivateBadge;
|
package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogPrivateBadge/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogPrivateBadge";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogPrivateBannerProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogPrivateBanner: React.FC<IVeltCommentDialogPrivateBannerProps>;
|
|
5
|
+
export default VeltCommentDialogPrivateBanner;
|
package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogPrivateBanner/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogPrivateBanner";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogResolveButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogResolveButton: React.FC<IVeltCommentDialogResolveButtonProps>;
|
|
5
|
+
export default VeltCommentDialogResolveButton;
|
package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogResolveButton/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogResolveButton";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogSignInProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogSignIn: React.FC<IVeltCommentDialogSignInProps>;
|
|
5
|
+
export default VeltCommentDialogSignIn;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogSignIn";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogStatusProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogStatus: React.FC<IVeltCommentDialogStatusProps>;
|
|
5
|
+
export default VeltCommentDialogStatus;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogStatus";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { IVeltCommentDialogSuggestionActionAcceptProps } from "./VeltCommentDialogSuggestionActionAccept/VeltCommentDialogSuggestionActionAccept";
|
|
3
|
+
import { IVeltCommentDialogSuggestionActionRejectProps } from "./VeltCommentDialogSuggestionActionReject/VeltCommentDialogSuggestionActionReject";
|
|
4
|
+
export interface IVeltCommentDialogSuggestionActionProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
5
|
+
}
|
|
6
|
+
declare const VeltCommentDialogSuggestionAction: React.FC<IVeltCommentDialogSuggestionActionProps> & {
|
|
7
|
+
Accept: React.FC<IVeltCommentDialogSuggestionActionAcceptProps>;
|
|
8
|
+
Reject: React.FC<IVeltCommentDialogSuggestionActionRejectProps>;
|
|
9
|
+
};
|
|
10
|
+
export default VeltCommentDialogSuggestionAction;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogSuggestionActionAcceptProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogSuggestionActionAccept: React.FC<IVeltCommentDialogSuggestionActionAcceptProps>;
|
|
5
|
+
export default VeltCommentDialogSuggestionActionAccept;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogSuggestionActionAccept";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogSuggestionActionRejectProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogSuggestionActionReject: React.FC<IVeltCommentDialogSuggestionActionRejectProps>;
|
|
5
|
+
export default VeltCommentDialogSuggestionActionReject;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogSuggestionActionReject";
|
package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogSuggestionAction/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogSuggestionAction";
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { IVeltCommentDialogThreadCardAvatarProps } from "./VeltCommentDialogThreadCardAvatar/VeltCommentDialogThreadCardAvatar";
|
|
3
|
+
import { IVeltCommentDialogThreadCardDeviceTypeProps } from "./VeltCommentDialogThreadCardDeviceType/VeltCommentDialogThreadCardDeviceType";
|
|
4
|
+
import { IVeltCommentDialogThreadCardFilesProps } from "./VeltCommentDialogThreadCardFiles/VeltCommentDialogThreadCardFiles";
|
|
5
|
+
import { IVeltCommentDialogThreadCardMessageProps } from "./VeltCommentDialogThreadCardMessage/VeltCommentDialogThreadCardMessage";
|
|
6
|
+
import { IVeltCommentDialogThreadCardNameProps } from "./VeltCommentDialogThreadCardName/VeltCommentDialogThreadCardName";
|
|
7
|
+
import { IVeltCommentDialogThreadCardOptionsProps } from "./VeltCommentDialogThreadCardOptions/VeltCommentDialogThreadCardOptions";
|
|
8
|
+
import { IVeltCommentDialogThreadCardReactionsProps } from "./VeltCommentDialogThreadCardReactions/VeltCommentDialogThreadCardReactions";
|
|
9
|
+
import { IVeltCommentDialogThreadCardReactionToolProps } from "./VeltCommentDialogThreadCardReactionTool/VeltCommentDialogThreadCardReactionTool";
|
|
10
|
+
import { IVeltCommentDialogThreadCardRecordingsProps } from "./VeltCommentDialogThreadCardRecordings/VeltCommentDialogThreadCardRecordings";
|
|
11
|
+
import { IVeltCommentDialogThreadCardTimeProps } from "./VeltCommentDialogThreadCardTime/VeltCommentDialogThreadCardTime";
|
|
12
|
+
export interface IVeltCommentDialogThreadCardProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
13
|
+
}
|
|
14
|
+
export interface IVeltCommentDialogThreadCard extends React.FC<IVeltCommentDialogThreadCardProps> {
|
|
15
|
+
Avatar: React.FC<IVeltCommentDialogThreadCardAvatarProps>;
|
|
16
|
+
DeviceType: React.FC<IVeltCommentDialogThreadCardDeviceTypeProps>;
|
|
17
|
+
Files: React.FC<IVeltCommentDialogThreadCardFilesProps>;
|
|
18
|
+
Message: React.FC<IVeltCommentDialogThreadCardMessageProps>;
|
|
19
|
+
Name: React.FC<IVeltCommentDialogThreadCardNameProps>;
|
|
20
|
+
Options: React.FC<IVeltCommentDialogThreadCardOptionsProps>;
|
|
21
|
+
Reactions: React.FC<IVeltCommentDialogThreadCardReactionsProps>;
|
|
22
|
+
ReactionTool: React.FC<IVeltCommentDialogThreadCardReactionToolProps>;
|
|
23
|
+
Recordings: React.FC<IVeltCommentDialogThreadCardRecordingsProps>;
|
|
24
|
+
Time: React.FC<IVeltCommentDialogThreadCardTimeProps>;
|
|
25
|
+
}
|
|
26
|
+
declare const VeltCommentDialogThreadCard: IVeltCommentDialogThreadCard;
|
|
27
|
+
export default VeltCommentDialogThreadCard;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogThreadCardAvatarProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogThreadCardAvatar: React.FC<IVeltCommentDialogThreadCardAvatarProps>;
|
|
5
|
+
export default VeltCommentDialogThreadCardAvatar;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogThreadCardAvatar";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogThreadCardDeviceTypeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogThreadCardDeviceType: React.FC<IVeltCommentDialogThreadCardDeviceTypeProps>;
|
|
5
|
+
export default VeltCommentDialogThreadCardDeviceType;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogThreadCardDeviceType";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogThreadCardFilesProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogThreadCardFiles: React.FC<IVeltCommentDialogThreadCardFilesProps>;
|
|
5
|
+
export default VeltCommentDialogThreadCardFiles;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogThreadCardFiles";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogThreadCardMessageProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogThreadCardMessage: React.FC<IVeltCommentDialogThreadCardMessageProps>;
|
|
5
|
+
export default VeltCommentDialogThreadCardMessage;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogThreadCardMessage";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogThreadCardNameProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogThreadCardName: React.FC<IVeltCommentDialogThreadCardNameProps>;
|
|
5
|
+
export default VeltCommentDialogThreadCardName;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogThreadCardName";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogThreadCardOptionsProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogThreadCardOptions: React.FC<IVeltCommentDialogThreadCardOptionsProps>;
|
|
5
|
+
export default VeltCommentDialogThreadCardOptions;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogThreadCardOptions";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogThreadCardReactionToolProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogThreadCardReactionTool: React.FC<IVeltCommentDialogThreadCardReactionToolProps>;
|
|
5
|
+
export default VeltCommentDialogThreadCardReactionTool;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogThreadCardReactionTool";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogThreadCardReactionsProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogThreadCardReactions: React.FC<IVeltCommentDialogThreadCardReactionsProps>;
|
|
5
|
+
export default VeltCommentDialogThreadCardReactions;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogThreadCardReactions";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogThreadCardRecordingsProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogThreadCardRecordings: React.FC<IVeltCommentDialogThreadCardRecordingsProps>;
|
|
5
|
+
export default VeltCommentDialogThreadCardRecordings;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogThreadCardRecordings";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogThreadCardTimeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogThreadCardTime: React.FC<IVeltCommentDialogThreadCardTimeProps>;
|
|
5
|
+
export default VeltCommentDialogThreadCardTime;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogThreadCardTime";
|
package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogThreadCard";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogThreadsProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogThreads: React.FC<IVeltCommentDialogThreadsProps>;
|
|
5
|
+
export default VeltCommentDialogThreads;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogThreads";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogToggleReplyProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogToggleReply: React.FC<IVeltCommentDialogToggleReplyProps>;
|
|
5
|
+
export default VeltCommentDialogToggleReply;
|
package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogToggleReply/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogToggleReply";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogUpgradeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const VeltCommentDialogUpgrade: React.FC<IVeltCommentDialogUpgradeProps>;
|
|
5
|
+
export default VeltCommentDialogUpgrade;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogUpgrade";
|