@veltdev/react 2.0.20 → 2.0.22
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 +345 -9
- package/cjs/index.js.map +1 -1
- package/cjs/types/components/SnippylyComments/SnippylyComments.d.ts +16 -0
- package/cjs/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdown.d.ts +12 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContent.d.ts +10 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItem.d.ts +12 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItemIcon/VeltCommentDialogCustomAnnotationDropdownContentItemIcon.d.ts +6 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItemIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItemLabel/VeltCommentDialogCustomAnnotationDropdownContentItemLabel.d.ts +6 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItemLabel/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTrigger.d.ts +14 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerArrow/VeltCommentDialogCustomAnnotationDropdownTriggerArrow.d.ts +6 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerArrow/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerList/VeltCommentDialogCustomAnnotationDropdownTriggerList.d.ts +10 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerList/VeltCommentDialogCustomAnnotationDropdownTriggerListItem/VeltCommentDialogCustomAnnotationDropdownTriggerListItem.d.ts +6 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerList/VeltCommentDialogCustomAnnotationDropdownTriggerListItem/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerList/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount/VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount.d.ts +6 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogWireframe.d.ts +2 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanel.d.ts +2 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelAllReadContainerWireframe/VeltNotificationsPanelAllReadContainerWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelAllReadContainerWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelCloseButtonWireframe/VeltNotificationsPanelCloseButtonWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelCloseButtonWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllWireframe/VeltNotificationsPanelContentAllListWireframe/VeltNotificationsPanelContentAllListItemWireframe/VeltNotificationsPanelContentAllListItemContentWireframe/VeltNotificationsPanelContentAllListItemContentWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllWireframe/VeltNotificationsPanelContentAllListWireframe/VeltNotificationsPanelContentAllListItemWireframe/VeltNotificationsPanelContentAllListItemContentWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllWireframe/VeltNotificationsPanelContentAllListWireframe/VeltNotificationsPanelContentAllListItemWireframe/VeltNotificationsPanelContentAllListItemLabelWireframe/VeltNotificationsPanelContentAllListItemLabelWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllWireframe/VeltNotificationsPanelContentAllListWireframe/VeltNotificationsPanelContentAllListItemWireframe/VeltNotificationsPanelContentAllListItemLabelWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllWireframe/VeltNotificationsPanelContentAllListWireframe/VeltNotificationsPanelContentAllListItemWireframe/VeltNotificationsPanelContentAllListItemWireframe.d.ts +11 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllWireframe/VeltNotificationsPanelContentAllListWireframe/VeltNotificationsPanelContentAllListItemWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllWireframe/VeltNotificationsPanelContentAllListWireframe/VeltNotificationsPanelContentAllListWireframe.d.ts +9 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllWireframe/VeltNotificationsPanelContentAllListWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllWireframe/VeltNotificationsPanelContentAllWireframe.d.ts +9 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/VeltNotificationsPanelContentDocumentsListWireframe/VeltNotificationsPanelContentDocumentsListItemWireframe/VeltNotificationsPanelContentDocumentsListItemContentWireframe/VeltNotificationsPanelContentDocumentsListItemContentWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/VeltNotificationsPanelContentDocumentsListWireframe/VeltNotificationsPanelContentDocumentsListItemWireframe/VeltNotificationsPanelContentDocumentsListItemContentWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/VeltNotificationsPanelContentDocumentsListWireframe/VeltNotificationsPanelContentDocumentsListItemWireframe/VeltNotificationsPanelContentDocumentsListItemCountWireframe/VeltNotificationsPanelContentDocumentsListItemCountWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/VeltNotificationsPanelContentDocumentsListWireframe/VeltNotificationsPanelContentDocumentsListItemWireframe/VeltNotificationsPanelContentDocumentsListItemCountWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/VeltNotificationsPanelContentDocumentsListWireframe/VeltNotificationsPanelContentDocumentsListItemWireframe/VeltNotificationsPanelContentDocumentsListItemNameWireframe/VeltNotificationsPanelContentDocumentsListItemNameWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/VeltNotificationsPanelContentDocumentsListWireframe/VeltNotificationsPanelContentDocumentsListItemWireframe/VeltNotificationsPanelContentDocumentsListItemNameWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/VeltNotificationsPanelContentDocumentsListWireframe/VeltNotificationsPanelContentDocumentsListItemWireframe/VeltNotificationsPanelContentDocumentsListItemUnreadWireframe/VeltNotificationsPanelContentDocumentsListItemUnreadWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/VeltNotificationsPanelContentDocumentsListWireframe/VeltNotificationsPanelContentDocumentsListItemWireframe/VeltNotificationsPanelContentDocumentsListItemUnreadWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/VeltNotificationsPanelContentDocumentsListWireframe/VeltNotificationsPanelContentDocumentsListItemWireframe/VeltNotificationsPanelContentDocumentsListItemWireframe.d.ts +15 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/VeltNotificationsPanelContentDocumentsListWireframe/VeltNotificationsPanelContentDocumentsListItemWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/VeltNotificationsPanelContentDocumentsListWireframe/VeltNotificationsPanelContentDocumentsListWireframe.d.ts +9 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/VeltNotificationsPanelContentDocumentsListWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/VeltNotificationsPanelContentDocumentsWireframe.d.ts +9 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentForYouWireframe/VeltNotificationsPanelContentForYouWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentForYouWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/VeltNotificationsPanelContentListItemAvatarWireframe/VeltNotificationsPanelContentListItemAvatarWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/VeltNotificationsPanelContentListItemAvatarWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/VeltNotificationsPanelContentListItemBodyWireframe/VeltNotificationsPanelContentListItemBodyWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/VeltNotificationsPanelContentListItemBodyWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/VeltNotificationsPanelContentListItemFileNameWireframe/VeltNotificationsPanelContentListItemFileNameWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/VeltNotificationsPanelContentListItemFileNameWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/VeltNotificationsPanelContentListItemHeadlineWireframe/VeltNotificationsPanelContentListItemHeadlineWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/VeltNotificationsPanelContentListItemHeadlineWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/VeltNotificationsPanelContentListItemTimeWireframe/VeltNotificationsPanelContentListItemTimeWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/VeltNotificationsPanelContentListItemTimeWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/VeltNotificationsPanelContentListItemUnreadWireframe/VeltNotificationsPanelContentListItemUnreadWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/VeltNotificationsPanelContentListItemUnreadWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/VeltNotificationsPanelContentListItemWireframe.d.ts +19 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListWireframe.d.ts +9 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentLoadMoreWireframe/VeltNotificationsPanelContentLoadMoreWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentLoadMoreWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/VeltNotificationsPanelContentPeopleListWireframe/VeltNotificationsPanelContentPeopleListItemWireframe/VeltNotificationsPanelContentPeopleListItemAvatarWireframe/VeltNotificationsPanelContentPeopleListItemAvatarWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/VeltNotificationsPanelContentPeopleListWireframe/VeltNotificationsPanelContentPeopleListItemWireframe/VeltNotificationsPanelContentPeopleListItemAvatarWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/VeltNotificationsPanelContentPeopleListWireframe/VeltNotificationsPanelContentPeopleListItemWireframe/VeltNotificationsPanelContentPeopleListItemContentWireframe/VeltNotificationsPanelContentPeopleListItemContentWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/VeltNotificationsPanelContentPeopleListWireframe/VeltNotificationsPanelContentPeopleListItemWireframe/VeltNotificationsPanelContentPeopleListItemContentWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/VeltNotificationsPanelContentPeopleListWireframe/VeltNotificationsPanelContentPeopleListItemWireframe/VeltNotificationsPanelContentPeopleListItemCountWireframe/VeltNotificationsPanelContentPeopleListItemCountWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/VeltNotificationsPanelContentPeopleListWireframe/VeltNotificationsPanelContentPeopleListItemWireframe/VeltNotificationsPanelContentPeopleListItemCountWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/VeltNotificationsPanelContentPeopleListWireframe/VeltNotificationsPanelContentPeopleListItemWireframe/VeltNotificationsPanelContentPeopleListItemNameWireframe/VeltNotificationsPanelContentPeopleListItemNameWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/VeltNotificationsPanelContentPeopleListWireframe/VeltNotificationsPanelContentPeopleListItemWireframe/VeltNotificationsPanelContentPeopleListItemNameWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/VeltNotificationsPanelContentPeopleListWireframe/VeltNotificationsPanelContentPeopleListItemWireframe/VeltNotificationsPanelContentPeopleListItemWireframe.d.ts +15 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/VeltNotificationsPanelContentPeopleListWireframe/VeltNotificationsPanelContentPeopleListItemWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/VeltNotificationsPanelContentPeopleListWireframe/VeltNotificationsPanelContentPeopleListWireframe.d.ts +9 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/VeltNotificationsPanelContentPeopleListWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/VeltNotificationsPanelContentPeopleWireframe.d.ts +9 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentWireframe.d.ts +19 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelHeaderWireframe/VeltNotificationsPanelHeaderTabAllWireframe/VeltNotificationsPanelHeaderTabAllWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelHeaderWireframe/VeltNotificationsPanelHeaderTabAllWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelHeaderWireframe/VeltNotificationsPanelHeaderTabDocumentsWireframe/VeltNotificationsPanelHeaderTabDocumentsWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelHeaderWireframe/VeltNotificationsPanelHeaderTabDocumentsWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelHeaderWireframe/VeltNotificationsPanelHeaderTabForYouWireframe/VeltNotificationsPanelHeaderTabForYouWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelHeaderWireframe/VeltNotificationsPanelHeaderTabForYouWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelHeaderWireframe/VeltNotificationsPanelHeaderTabPeopleWireframe/VeltNotificationsPanelHeaderTabPeopleWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelHeaderWireframe/VeltNotificationsPanelHeaderTabPeopleWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelHeaderWireframe/VeltNotificationsPanelHeaderWireframe.d.ts +14 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelHeaderWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelReadAllButtonWireframe/VeltNotificationsPanelReadAllButtonWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelReadAllButtonWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelTitleWireframe/VeltNotificationsPanelTitleWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelTitleWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelViewAllButtonWireframe/VeltNotificationsPanelViewAllButtonWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelViewAllButtonWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelWireframe.d.ts +22 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsTool/VeltNotificationsTool.d.ts +5 -0
- package/cjs/types/components/VeltNotificationsToolWireframe/VeltNotificationsToolIconWireframe/VeltNotificationsToolIconWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsToolWireframe/VeltNotificationsToolIconWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsToolWireframe/VeltNotificationsToolLabelWireframe/VeltNotificationsToolLabelWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsToolWireframe/VeltNotificationsToolLabelWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsToolWireframe/VeltNotificationsToolUnreadCountWireframe/VeltNotificationsToolUnreadCountWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsToolWireframe/VeltNotificationsToolUnreadCountWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsToolWireframe/VeltNotificationsToolUnreadIconWireframe/VeltNotificationsToolUnreadIconWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsToolWireframe/VeltNotificationsToolUnreadIconWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsToolWireframe/VeltNotificationsToolWireframe.d.ts +16 -0
- package/cjs/types/components/VeltNotificationsToolWireframe/index.d.ts +1 -0
- package/cjs/types/components/index.d.ts +2 -0
- package/cjs/types/constants.d.ts +1 -1
- package/esm/index.js +344 -10
- package/esm/index.js.map +1 -1
- package/esm/types/components/SnippylyComments/SnippylyComments.d.ts +16 -0
- package/esm/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdown.d.ts +12 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContent.d.ts +10 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItem.d.ts +12 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItemIcon/VeltCommentDialogCustomAnnotationDropdownContentItemIcon.d.ts +6 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItemIcon/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItemLabel/VeltCommentDialogCustomAnnotationDropdownContentItemLabel.d.ts +6 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/VeltCommentDialogCustomAnnotationDropdownContentItemLabel/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/VeltCommentDialogCustomAnnotationDropdownContentItem/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownContent/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTrigger.d.ts +14 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerArrow/VeltCommentDialogCustomAnnotationDropdownTriggerArrow.d.ts +6 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerArrow/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerList/VeltCommentDialogCustomAnnotationDropdownTriggerList.d.ts +10 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerList/VeltCommentDialogCustomAnnotationDropdownTriggerListItem/VeltCommentDialogCustomAnnotationDropdownTriggerListItem.d.ts +6 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerList/VeltCommentDialogCustomAnnotationDropdownTriggerListItem/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerList/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount/VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount.d.ts +6 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogWireframe.d.ts +2 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanel.d.ts +2 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelAllReadContainerWireframe/VeltNotificationsPanelAllReadContainerWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelAllReadContainerWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelCloseButtonWireframe/VeltNotificationsPanelCloseButtonWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelCloseButtonWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllWireframe/VeltNotificationsPanelContentAllListWireframe/VeltNotificationsPanelContentAllListItemWireframe/VeltNotificationsPanelContentAllListItemContentWireframe/VeltNotificationsPanelContentAllListItemContentWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllWireframe/VeltNotificationsPanelContentAllListWireframe/VeltNotificationsPanelContentAllListItemWireframe/VeltNotificationsPanelContentAllListItemContentWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllWireframe/VeltNotificationsPanelContentAllListWireframe/VeltNotificationsPanelContentAllListItemWireframe/VeltNotificationsPanelContentAllListItemLabelWireframe/VeltNotificationsPanelContentAllListItemLabelWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllWireframe/VeltNotificationsPanelContentAllListWireframe/VeltNotificationsPanelContentAllListItemWireframe/VeltNotificationsPanelContentAllListItemLabelWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllWireframe/VeltNotificationsPanelContentAllListWireframe/VeltNotificationsPanelContentAllListItemWireframe/VeltNotificationsPanelContentAllListItemWireframe.d.ts +11 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllWireframe/VeltNotificationsPanelContentAllListWireframe/VeltNotificationsPanelContentAllListItemWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllWireframe/VeltNotificationsPanelContentAllListWireframe/VeltNotificationsPanelContentAllListWireframe.d.ts +9 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllWireframe/VeltNotificationsPanelContentAllListWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllWireframe/VeltNotificationsPanelContentAllWireframe.d.ts +9 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/VeltNotificationsPanelContentDocumentsListWireframe/VeltNotificationsPanelContentDocumentsListItemWireframe/VeltNotificationsPanelContentDocumentsListItemContentWireframe/VeltNotificationsPanelContentDocumentsListItemContentWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/VeltNotificationsPanelContentDocumentsListWireframe/VeltNotificationsPanelContentDocumentsListItemWireframe/VeltNotificationsPanelContentDocumentsListItemContentWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/VeltNotificationsPanelContentDocumentsListWireframe/VeltNotificationsPanelContentDocumentsListItemWireframe/VeltNotificationsPanelContentDocumentsListItemCountWireframe/VeltNotificationsPanelContentDocumentsListItemCountWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/VeltNotificationsPanelContentDocumentsListWireframe/VeltNotificationsPanelContentDocumentsListItemWireframe/VeltNotificationsPanelContentDocumentsListItemCountWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/VeltNotificationsPanelContentDocumentsListWireframe/VeltNotificationsPanelContentDocumentsListItemWireframe/VeltNotificationsPanelContentDocumentsListItemNameWireframe/VeltNotificationsPanelContentDocumentsListItemNameWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/VeltNotificationsPanelContentDocumentsListWireframe/VeltNotificationsPanelContentDocumentsListItemWireframe/VeltNotificationsPanelContentDocumentsListItemNameWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/VeltNotificationsPanelContentDocumentsListWireframe/VeltNotificationsPanelContentDocumentsListItemWireframe/VeltNotificationsPanelContentDocumentsListItemUnreadWireframe/VeltNotificationsPanelContentDocumentsListItemUnreadWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/VeltNotificationsPanelContentDocumentsListWireframe/VeltNotificationsPanelContentDocumentsListItemWireframe/VeltNotificationsPanelContentDocumentsListItemUnreadWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/VeltNotificationsPanelContentDocumentsListWireframe/VeltNotificationsPanelContentDocumentsListItemWireframe/VeltNotificationsPanelContentDocumentsListItemWireframe.d.ts +15 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/VeltNotificationsPanelContentDocumentsListWireframe/VeltNotificationsPanelContentDocumentsListItemWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/VeltNotificationsPanelContentDocumentsListWireframe/VeltNotificationsPanelContentDocumentsListWireframe.d.ts +9 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/VeltNotificationsPanelContentDocumentsListWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/VeltNotificationsPanelContentDocumentsWireframe.d.ts +9 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentDocumentsWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentForYouWireframe/VeltNotificationsPanelContentForYouWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentForYouWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/VeltNotificationsPanelContentListItemAvatarWireframe/VeltNotificationsPanelContentListItemAvatarWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/VeltNotificationsPanelContentListItemAvatarWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/VeltNotificationsPanelContentListItemBodyWireframe/VeltNotificationsPanelContentListItemBodyWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/VeltNotificationsPanelContentListItemBodyWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/VeltNotificationsPanelContentListItemFileNameWireframe/VeltNotificationsPanelContentListItemFileNameWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/VeltNotificationsPanelContentListItemFileNameWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/VeltNotificationsPanelContentListItemHeadlineWireframe/VeltNotificationsPanelContentListItemHeadlineWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/VeltNotificationsPanelContentListItemHeadlineWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/VeltNotificationsPanelContentListItemTimeWireframe/VeltNotificationsPanelContentListItemTimeWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/VeltNotificationsPanelContentListItemTimeWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/VeltNotificationsPanelContentListItemUnreadWireframe/VeltNotificationsPanelContentListItemUnreadWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/VeltNotificationsPanelContentListItemUnreadWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/VeltNotificationsPanelContentListItemWireframe.d.ts +19 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListItemWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/VeltNotificationsPanelContentListWireframe.d.ts +9 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentListWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentLoadMoreWireframe/VeltNotificationsPanelContentLoadMoreWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentLoadMoreWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/VeltNotificationsPanelContentPeopleListWireframe/VeltNotificationsPanelContentPeopleListItemWireframe/VeltNotificationsPanelContentPeopleListItemAvatarWireframe/VeltNotificationsPanelContentPeopleListItemAvatarWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/VeltNotificationsPanelContentPeopleListWireframe/VeltNotificationsPanelContentPeopleListItemWireframe/VeltNotificationsPanelContentPeopleListItemAvatarWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/VeltNotificationsPanelContentPeopleListWireframe/VeltNotificationsPanelContentPeopleListItemWireframe/VeltNotificationsPanelContentPeopleListItemContentWireframe/VeltNotificationsPanelContentPeopleListItemContentWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/VeltNotificationsPanelContentPeopleListWireframe/VeltNotificationsPanelContentPeopleListItemWireframe/VeltNotificationsPanelContentPeopleListItemContentWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/VeltNotificationsPanelContentPeopleListWireframe/VeltNotificationsPanelContentPeopleListItemWireframe/VeltNotificationsPanelContentPeopleListItemCountWireframe/VeltNotificationsPanelContentPeopleListItemCountWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/VeltNotificationsPanelContentPeopleListWireframe/VeltNotificationsPanelContentPeopleListItemWireframe/VeltNotificationsPanelContentPeopleListItemCountWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/VeltNotificationsPanelContentPeopleListWireframe/VeltNotificationsPanelContentPeopleListItemWireframe/VeltNotificationsPanelContentPeopleListItemNameWireframe/VeltNotificationsPanelContentPeopleListItemNameWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/VeltNotificationsPanelContentPeopleListWireframe/VeltNotificationsPanelContentPeopleListItemWireframe/VeltNotificationsPanelContentPeopleListItemNameWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/VeltNotificationsPanelContentPeopleListWireframe/VeltNotificationsPanelContentPeopleListItemWireframe/VeltNotificationsPanelContentPeopleListItemWireframe.d.ts +15 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/VeltNotificationsPanelContentPeopleListWireframe/VeltNotificationsPanelContentPeopleListItemWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/VeltNotificationsPanelContentPeopleListWireframe/VeltNotificationsPanelContentPeopleListWireframe.d.ts +9 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/VeltNotificationsPanelContentPeopleListWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/VeltNotificationsPanelContentPeopleWireframe.d.ts +9 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentPeopleWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentWireframe.d.ts +19 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelHeaderWireframe/VeltNotificationsPanelHeaderTabAllWireframe/VeltNotificationsPanelHeaderTabAllWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelHeaderWireframe/VeltNotificationsPanelHeaderTabAllWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelHeaderWireframe/VeltNotificationsPanelHeaderTabDocumentsWireframe/VeltNotificationsPanelHeaderTabDocumentsWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelHeaderWireframe/VeltNotificationsPanelHeaderTabDocumentsWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelHeaderWireframe/VeltNotificationsPanelHeaderTabForYouWireframe/VeltNotificationsPanelHeaderTabForYouWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelHeaderWireframe/VeltNotificationsPanelHeaderTabForYouWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelHeaderWireframe/VeltNotificationsPanelHeaderTabPeopleWireframe/VeltNotificationsPanelHeaderTabPeopleWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelHeaderWireframe/VeltNotificationsPanelHeaderTabPeopleWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelHeaderWireframe/VeltNotificationsPanelHeaderWireframe.d.ts +14 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelHeaderWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelReadAllButtonWireframe/VeltNotificationsPanelReadAllButtonWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelReadAllButtonWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelTitleWireframe/VeltNotificationsPanelTitleWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelTitleWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelViewAllButtonWireframe/VeltNotificationsPanelViewAllButtonWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelViewAllButtonWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelWireframe.d.ts +22 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsTool/VeltNotificationsTool.d.ts +5 -0
- package/esm/types/components/VeltNotificationsToolWireframe/VeltNotificationsToolIconWireframe/VeltNotificationsToolIconWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsToolWireframe/VeltNotificationsToolIconWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsToolWireframe/VeltNotificationsToolLabelWireframe/VeltNotificationsToolLabelWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsToolWireframe/VeltNotificationsToolLabelWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsToolWireframe/VeltNotificationsToolUnreadCountWireframe/VeltNotificationsToolUnreadCountWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsToolWireframe/VeltNotificationsToolUnreadCountWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsToolWireframe/VeltNotificationsToolUnreadIconWireframe/VeltNotificationsToolUnreadIconWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsToolWireframe/VeltNotificationsToolUnreadIconWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsToolWireframe/VeltNotificationsToolWireframe.d.ts +16 -0
- package/esm/types/components/VeltNotificationsToolWireframe/index.d.ts +1 -0
- package/esm/types/components/index.d.ts +2 -0
- package/esm/types/constants.d.ts +1 -1
- package/index.d.ts +359 -1
- package/package.json +1 -1
package/cjs/index.js
CHANGED
|
@@ -140,7 +140,7 @@ var loadVelt = function (callback, version, staging, develop, proxyDomain) {
|
|
|
140
140
|
}
|
|
141
141
|
};
|
|
142
142
|
|
|
143
|
-
var VELT_SDK_VERSION = '2.0.
|
|
143
|
+
var VELT_SDK_VERSION = '2.0.22';
|
|
144
144
|
var VELT_SDK_INIT_EVENT = 'onVeltInit';
|
|
145
145
|
var VELT_TAB_ID = 'veltTabId';
|
|
146
146
|
|
|
@@ -234,7 +234,7 @@ var SnippylyCommentBubble = function (props) {
|
|
|
234
234
|
};
|
|
235
235
|
|
|
236
236
|
var SnippylyComments = function (props) {
|
|
237
|
-
var autoCategorize = props.autoCategorize, streamViewContainerId = props.streamViewContainerId, onSignIn = props.onSignIn, onUpgrade = props.onUpgrade, textMode = props.textMode, popoverMode = props.popoverMode, popoverTriangleComponent = props.popoverTriangleComponent, floatingCommentDialog = props.floatingCommentDialog, moderatorMode = props.moderatorMode, streamMode = props.streamMode, signInButton = props.signInButton, upgradeButton = props.upgradeButton, attachments = props.attachments, recordings = props.recordings, reactions = props.reactions, deviceInfo = props.deviceInfo, commentIndex = props.commentIndex, dialogOnHover = props.dialogOnHover, dialogOnTargetElementClick = props.dialogOnTargetElementClick, priority = props.priority, inboxMode = props.inboxMode, suggestionMode = props.suggestionMode, mobileMode = props.mobileMode, inlineCommentMode = props.inlineCommentMode, privateCommentMode = props.privateCommentMode, minimap = props.minimap, minimapPosition = props.minimapPosition, persistentCommentMode = props.persistentCommentMode, ghostComments = props.ghostComments, ghostCommentsIndicator = props.ghostCommentsIndicator, commentsOnDom = props.commentsOnDom, resolvedCommentsOnDom = props.resolvedCommentsOnDom, commentTool = props.commentTool, sidebarButtonOnCommentDialog = props.sidebarButtonOnCommentDialog, deviceIndicatorOnCommentPins = props.deviceIndicatorOnCommentPins, scrollToComment = props.scrollToComment, userMentions = props.userMentions, deleteOnBackspace = props.deleteOnBackspace, hotkey = props.hotkey, recordingSummary = props.recordingSummary, recordingCountdown = props.recordingCountdown, unreadIndicatorMode = props.unreadIndicatorMode, enterKeyToSubmit = props.enterKeyToSubmit, pinShadowDom = props.pinShadowDom, dialogShadowDom = props.dialogShadowDom, shadowDom = props.shadowDom, changeDetectionInCommentMode = props.changeDetectionInCommentMode, areaComment = props.areaComment, pinCursorImage = props.pinCursorImage, allowedElementIds = props.allowedElementIds, allowedElementClassNames = props.allowedElementClassNames, allowedElementQuerySelectors = props.allowedElementQuerySelectors, commentPinHighlighter = props.commentPinHighlighter, customReactions = props.customReactions, onCommentAdd = props.onCommentAdd, onCommentUpdate = props.onCommentUpdate, onCommentAccept = props.onCommentAccept, onCommentReject = props.onCommentReject, onSidebarButtonOnCommentDialogClick = props.onSidebarButtonOnCommentDialogClick, onCommentSelectionChange = props.onCommentSelectionChange, customStatus = props.customStatus, customPriority = props.customPriority, customCategory = props.customCategory, status = props.status, resolveButton = props.resolveButton, darkMode = props.darkMode, onCustomPinInject = props.onCustomPinInject, children = props.children, textCommentToolShadowDom = props.textCommentToolShadowDom, textCommentToolbarShadowDom = props.textCommentToolbarShadowDom, dialogDarkMode = props.dialogDarkMode, pinDarkMode = props.pinDarkMode, textCommentToolDarkMode = props.textCommentToolDarkMode, textCommentToolbarDarkMode = props.textCommentToolbarDarkMode, composerMode = props.composerMode;
|
|
237
|
+
var autoCategorize = props.autoCategorize, streamViewContainerId = props.streamViewContainerId, onSignIn = props.onSignIn, onUpgrade = props.onUpgrade, textMode = props.textMode, popoverMode = props.popoverMode, popoverTriangleComponent = props.popoverTriangleComponent, floatingCommentDialog = props.floatingCommentDialog, moderatorMode = props.moderatorMode, streamMode = props.streamMode, signInButton = props.signInButton, upgradeButton = props.upgradeButton, attachments = props.attachments, recordings = props.recordings, reactions = props.reactions, deviceInfo = props.deviceInfo, commentIndex = props.commentIndex, dialogOnHover = props.dialogOnHover, dialogOnTargetElementClick = props.dialogOnTargetElementClick, priority = props.priority, inboxMode = props.inboxMode, suggestionMode = props.suggestionMode, mobileMode = props.mobileMode, inlineCommentMode = props.inlineCommentMode, privateCommentMode = props.privateCommentMode, minimap = props.minimap, minimapPosition = props.minimapPosition, persistentCommentMode = props.persistentCommentMode, ghostComments = props.ghostComments, ghostCommentsIndicator = props.ghostCommentsIndicator, commentsOnDom = props.commentsOnDom, resolvedCommentsOnDom = props.resolvedCommentsOnDom, commentTool = props.commentTool, sidebarButtonOnCommentDialog = props.sidebarButtonOnCommentDialog, deviceIndicatorOnCommentPins = props.deviceIndicatorOnCommentPins, scrollToComment = props.scrollToComment, userMentions = props.userMentions, deleteOnBackspace = props.deleteOnBackspace, hotkey = props.hotkey, recordingSummary = props.recordingSummary, recordingCountdown = props.recordingCountdown, unreadIndicatorMode = props.unreadIndicatorMode, enterKeyToSubmit = props.enterKeyToSubmit, pinShadowDom = props.pinShadowDom, dialogShadowDom = props.dialogShadowDom, shadowDom = props.shadowDom, changeDetectionInCommentMode = props.changeDetectionInCommentMode, areaComment = props.areaComment, pinCursorImage = props.pinCursorImage, allowedElementIds = props.allowedElementIds, allowedElementClassNames = props.allowedElementClassNames, allowedElementQuerySelectors = props.allowedElementQuerySelectors, commentPinHighlighter = props.commentPinHighlighter, customReactions = props.customReactions, onCommentAdd = props.onCommentAdd, onCommentUpdate = props.onCommentUpdate, onCommentAccept = props.onCommentAccept, onCommentReject = props.onCommentReject, onSidebarButtonOnCommentDialogClick = props.onSidebarButtonOnCommentDialogClick, onCommentSelectionChange = props.onCommentSelectionChange, customStatus = props.customStatus, customListDataOnAnnotation = props.customListDataOnAnnotation, customListDataOnComment = props.customListDataOnComment, customPriority = props.customPriority, customCategory = props.customCategory, status = props.status, resolveButton = props.resolveButton, darkMode = props.darkMode, onCustomPinInject = props.onCustomPinInject, children = props.children, textCommentToolShadowDom = props.textCommentToolShadowDom, textCommentToolbarShadowDom = props.textCommentToolbarShadowDom, dialogDarkMode = props.dialogDarkMode, pinDarkMode = props.pinDarkMode, textCommentToolDarkMode = props.textCommentToolDarkMode, textCommentToolbarDarkMode = props.textCommentToolbarDarkMode, composerMode = props.composerMode;
|
|
238
238
|
var ref = React.useRef();
|
|
239
239
|
var onSignInRef = React.useRef(onSignIn);
|
|
240
240
|
var onUpgradeRef = React.useRef(onUpgrade);
|
|
@@ -348,11 +348,11 @@ var SnippylyComments = function (props) {
|
|
|
348
348
|
}
|
|
349
349
|
};
|
|
350
350
|
}, []);
|
|
351
|
-
return (React__default["default"].createElement("velt-comments", { ref: ref, "composer-mode": composerMode, "auto-categorize": [true, false].includes(autoCategorize) ? (autoCategorize ? 'true' : 'false') : undefined, "data-stream-view-container-id": streamViewContainerId, "text-mode": [true, false].includes(textMode) ? (textMode ? 'true' : 'false') : undefined, "popover-mode": [true, false].includes(popoverMode) ? (popoverMode ? 'true' : 'false') : undefined, "popover-triangle-component": [true, false].includes(popoverTriangleComponent) ? (popoverTriangleComponent ? 'true' : 'false') : undefined, "floating-comment-dialog": [true, false].includes(floatingCommentDialog) ? (floatingCommentDialog ? 'true' : 'false') : undefined, "moderator-mode": [true, false].includes(moderatorMode) ? (moderatorMode ? 'true' : 'false') : undefined, "stream-mode": [true, false].includes(streamMode) ? (streamMode ? 'true' : 'false') : undefined, "sign-in-button": [true, false].includes(signInButton) ? (signInButton ? 'true' : 'false') : undefined, "upgrade-button": [true, false].includes(upgradeButton) ? (upgradeButton ? 'true' : 'false') : undefined, attachments: [true, false].includes(attachments) ? (attachments ? 'true' : 'false') : undefined, recordings: recordings, reactions: [true, false].includes(reactions) ? (reactions ? 'true' : 'false') : undefined, "device-info": [true, false].includes(deviceInfo) ? (deviceInfo ? 'true' : 'false') : undefined, "comment-index": [true, false].includes(commentIndex) ? (commentIndex ? 'true' : 'false') : undefined, "dialog-on-hover": [true, false].includes(dialogOnHover) ? (dialogOnHover ? 'true' : 'false') : undefined, "dialog-on-target-element-click": [true, false].includes(dialogOnTargetElementClick) ? (dialogOnTargetElementClick ? 'true' : 'false') : undefined, priority: [true, false].includes(priority) ? (priority ? 'true' : 'false') : undefined, status: [true, false].includes(status) ? (status ? 'true' : 'false') : undefined, "resolve-button": [true, false].includes(resolveButton) ? (resolveButton ? 'true' : 'false') : undefined, "inbox-mode": [true, false].includes(inboxMode) ? (inboxMode ? 'true' : 'false') : undefined, "suggestion-mode": [true, false].includes(suggestionMode) ? (suggestionMode ? 'true' : 'false') : undefined, "mobile-mode": [true, false].includes(mobileMode) ? (mobileMode ? 'true' : 'false') : undefined, "inline-comment-mode": [true, false].includes(inlineCommentMode) ? (inlineCommentMode ? 'true' : 'false') : undefined, "private-comment-mode": [true, false].includes(privateCommentMode) ? (privateCommentMode ? 'true' : 'false') : undefined, minimap: [true, false].includes(minimap) ? (minimap ? 'true' : 'false') : undefined, "minimap-position": minimapPosition, "persistent-comment-mode": [true, false].includes(persistentCommentMode) ? (persistentCommentMode ? 'true' : 'false') : undefined, "ghost-comments": [true, false].includes(ghostComments) ? (ghostComments ? 'true' : 'false') : undefined, "ghost-comments-indicator": [true, false].includes(ghostCommentsIndicator) ? (ghostCommentsIndicator ? 'true' : 'false') : undefined, "comments-on-dom": [true, false].includes(commentsOnDom) ? (commentsOnDom ? 'true' : 'false') : undefined, "resolved-comments-on-dom": [true, false].includes(resolvedCommentsOnDom) ? (resolvedCommentsOnDom ? 'true' : 'false') : undefined, "comment-tool": [true, false].includes(commentTool) ? (commentTool ? 'true' : 'false') : undefined, "sidebar-button-on-comment-dialog": [true, false].includes(sidebarButtonOnCommentDialog) ? (sidebarButtonOnCommentDialog ? 'true' : 'false') : undefined, "device-indicator-on-comment-pins": [true, false].includes(deviceIndicatorOnCommentPins) ? (deviceIndicatorOnCommentPins ? 'true' : 'false') : undefined, "scroll-to-comment": [true, false].includes(scrollToComment) ? (scrollToComment ? 'true' : 'false') : undefined, "user-mentions": [true, false].includes(userMentions) ? (userMentions ? 'true' : 'false') : undefined, "delete-on-backspace": [true, false].includes(deleteOnBackspace) ? (deleteOnBackspace ? 'true' : 'false') : undefined, hotkey: [true, false].includes(hotkey) ? (hotkey ? 'true' : 'false') : undefined, "recording-summary": [true, false].includes(recordingSummary) ? (recordingSummary ? 'true' : 'false') : undefined, "recording-countdown": [true, false].includes(recordingCountdown) ? (recordingCountdown ? 'true' : 'false') : undefined, "unread-indicator-mode": unreadIndicatorMode, "enter-key-to-submit": [true, false].includes(enterKeyToSubmit) ? (enterKeyToSubmit ? 'true' : 'false') : undefined, "pin-shadow-dom": [true, false].includes(pinShadowDom) ? (pinShadowDom ? 'true' : 'false') : undefined, "dialog-shadow-dom": [true, false].includes(dialogShadowDom) ? (dialogShadowDom ? 'true' : 'false') : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "text-comment-tool-shadow-dom": [true, false].includes(textCommentToolShadowDom) ? (textCommentToolShadowDom ? 'true' : 'false') : undefined, "text-comment-toolbar-shadow-dom": [true, false].includes(textCommentToolbarShadowDom) ? (textCommentToolbarShadowDom ? 'true' : 'false') : undefined, "change-detection-in-comment-mode": [true, false].includes(changeDetectionInCommentMode) ? (changeDetectionInCommentMode ? 'true' : 'false') : undefined, "area-comment": [true, false].includes(areaComment) ? (areaComment ? 'true' : 'false') : undefined, "pin-cursor-image": pinCursorImage, "allowed-element-ids": JSON.stringify(allowedElementIds), "allowed-element-class-names": JSON.stringify(allowedElementClassNames), "allowed-element-query-selectors": JSON.stringify(allowedElementQuerySelectors), "comment-pin-highlighter": [true, false].includes(commentPinHighlighter) ? (commentPinHighlighter ? 'true' : 'false') : undefined, "custom-reactions": JSON.stringify(customReactions), "custom-status": JSON.stringify(customStatus), "custom-priority": JSON.stringify(customPriority), "custom-category": JSON.stringify(customCategory), "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "dialog-dark-mode": [true, false].includes(dialogDarkMode) ? (dialogDarkMode ? 'true' : 'false') : undefined, "pin-dark-mode": [true, false].includes(pinDarkMode) ? (pinDarkMode ? 'true' : 'false') : undefined, "text-comment-tool-dark-mode": [true, false].includes(textCommentToolDarkMode) ? (textCommentToolDarkMode ? 'true' : 'false') : undefined, "text-comment-toolbar-dark-mode": [true, false].includes(textCommentToolbarDarkMode) ? (textCommentToolbarDarkMode ? 'true' : 'false') : undefined }, children));
|
|
351
|
+
return (React__default["default"].createElement("velt-comments", { ref: ref, "composer-mode": composerMode, "auto-categorize": [true, false].includes(autoCategorize) ? (autoCategorize ? 'true' : 'false') : undefined, "data-stream-view-container-id": streamViewContainerId, "text-mode": [true, false].includes(textMode) ? (textMode ? 'true' : 'false') : undefined, "popover-mode": [true, false].includes(popoverMode) ? (popoverMode ? 'true' : 'false') : undefined, "popover-triangle-component": [true, false].includes(popoverTriangleComponent) ? (popoverTriangleComponent ? 'true' : 'false') : undefined, "floating-comment-dialog": [true, false].includes(floatingCommentDialog) ? (floatingCommentDialog ? 'true' : 'false') : undefined, "moderator-mode": [true, false].includes(moderatorMode) ? (moderatorMode ? 'true' : 'false') : undefined, "stream-mode": [true, false].includes(streamMode) ? (streamMode ? 'true' : 'false') : undefined, "sign-in-button": [true, false].includes(signInButton) ? (signInButton ? 'true' : 'false') : undefined, "upgrade-button": [true, false].includes(upgradeButton) ? (upgradeButton ? 'true' : 'false') : undefined, attachments: [true, false].includes(attachments) ? (attachments ? 'true' : 'false') : undefined, recordings: recordings, reactions: [true, false].includes(reactions) ? (reactions ? 'true' : 'false') : undefined, "device-info": [true, false].includes(deviceInfo) ? (deviceInfo ? 'true' : 'false') : undefined, "comment-index": [true, false].includes(commentIndex) ? (commentIndex ? 'true' : 'false') : undefined, "dialog-on-hover": [true, false].includes(dialogOnHover) ? (dialogOnHover ? 'true' : 'false') : undefined, "dialog-on-target-element-click": [true, false].includes(dialogOnTargetElementClick) ? (dialogOnTargetElementClick ? 'true' : 'false') : undefined, priority: [true, false].includes(priority) ? (priority ? 'true' : 'false') : undefined, status: [true, false].includes(status) ? (status ? 'true' : 'false') : undefined, "resolve-button": [true, false].includes(resolveButton) ? (resolveButton ? 'true' : 'false') : undefined, "inbox-mode": [true, false].includes(inboxMode) ? (inboxMode ? 'true' : 'false') : undefined, "suggestion-mode": [true, false].includes(suggestionMode) ? (suggestionMode ? 'true' : 'false') : undefined, "mobile-mode": [true, false].includes(mobileMode) ? (mobileMode ? 'true' : 'false') : undefined, "inline-comment-mode": [true, false].includes(inlineCommentMode) ? (inlineCommentMode ? 'true' : 'false') : undefined, "private-comment-mode": [true, false].includes(privateCommentMode) ? (privateCommentMode ? 'true' : 'false') : undefined, minimap: [true, false].includes(minimap) ? (minimap ? 'true' : 'false') : undefined, "minimap-position": minimapPosition, "persistent-comment-mode": [true, false].includes(persistentCommentMode) ? (persistentCommentMode ? 'true' : 'false') : undefined, "ghost-comments": [true, false].includes(ghostComments) ? (ghostComments ? 'true' : 'false') : undefined, "ghost-comments-indicator": [true, false].includes(ghostCommentsIndicator) ? (ghostCommentsIndicator ? 'true' : 'false') : undefined, "comments-on-dom": [true, false].includes(commentsOnDom) ? (commentsOnDom ? 'true' : 'false') : undefined, "resolved-comments-on-dom": [true, false].includes(resolvedCommentsOnDom) ? (resolvedCommentsOnDom ? 'true' : 'false') : undefined, "comment-tool": [true, false].includes(commentTool) ? (commentTool ? 'true' : 'false') : undefined, "sidebar-button-on-comment-dialog": [true, false].includes(sidebarButtonOnCommentDialog) ? (sidebarButtonOnCommentDialog ? 'true' : 'false') : undefined, "device-indicator-on-comment-pins": [true, false].includes(deviceIndicatorOnCommentPins) ? (deviceIndicatorOnCommentPins ? 'true' : 'false') : undefined, "scroll-to-comment": [true, false].includes(scrollToComment) ? (scrollToComment ? 'true' : 'false') : undefined, "user-mentions": [true, false].includes(userMentions) ? (userMentions ? 'true' : 'false') : undefined, "delete-on-backspace": [true, false].includes(deleteOnBackspace) ? (deleteOnBackspace ? 'true' : 'false') : undefined, hotkey: [true, false].includes(hotkey) ? (hotkey ? 'true' : 'false') : undefined, "recording-summary": [true, false].includes(recordingSummary) ? (recordingSummary ? 'true' : 'false') : undefined, "recording-countdown": [true, false].includes(recordingCountdown) ? (recordingCountdown ? 'true' : 'false') : undefined, "unread-indicator-mode": unreadIndicatorMode, "enter-key-to-submit": [true, false].includes(enterKeyToSubmit) ? (enterKeyToSubmit ? 'true' : 'false') : undefined, "pin-shadow-dom": [true, false].includes(pinShadowDom) ? (pinShadowDom ? 'true' : 'false') : undefined, "dialog-shadow-dom": [true, false].includes(dialogShadowDom) ? (dialogShadowDom ? 'true' : 'false') : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "text-comment-tool-shadow-dom": [true, false].includes(textCommentToolShadowDom) ? (textCommentToolShadowDom ? 'true' : 'false') : undefined, "text-comment-toolbar-shadow-dom": [true, false].includes(textCommentToolbarShadowDom) ? (textCommentToolbarShadowDom ? 'true' : 'false') : undefined, "change-detection-in-comment-mode": [true, false].includes(changeDetectionInCommentMode) ? (changeDetectionInCommentMode ? 'true' : 'false') : undefined, "area-comment": [true, false].includes(areaComment) ? (areaComment ? 'true' : 'false') : undefined, "pin-cursor-image": pinCursorImage, "allowed-element-ids": JSON.stringify(allowedElementIds), "allowed-element-class-names": JSON.stringify(allowedElementClassNames), "allowed-element-query-selectors": JSON.stringify(allowedElementQuerySelectors), "comment-pin-highlighter": [true, false].includes(commentPinHighlighter) ? (commentPinHighlighter ? 'true' : 'false') : undefined, "custom-reactions": JSON.stringify(customReactions), "custom-status": JSON.stringify(customStatus), "custom-list-data-on-annotation": JSON.stringify(customListDataOnAnnotation), "custom-list-data-on-comment": JSON.stringify(customListDataOnComment), "custom-priority": JSON.stringify(customPriority), "custom-category": JSON.stringify(customCategory), "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "dialog-dark-mode": [true, false].includes(dialogDarkMode) ? (dialogDarkMode ? 'true' : 'false') : undefined, "pin-dark-mode": [true, false].includes(pinDarkMode) ? (pinDarkMode ? 'true' : 'false') : undefined, "text-comment-tool-dark-mode": [true, false].includes(textCommentToolDarkMode) ? (textCommentToolDarkMode ? 'true' : 'false') : undefined, "text-comment-toolbar-dark-mode": [true, false].includes(textCommentToolbarDarkMode) ? (textCommentToolbarDarkMode ? 'true' : 'false') : undefined }, children));
|
|
352
352
|
};
|
|
353
353
|
|
|
354
354
|
var SnippylyCommentsSidebar = function (props) {
|
|
355
|
-
var embedMode = props.embedMode, enableUrlNavigation = props.enableUrlNavigation, urlNavigation = props.urlNavigation, pageMode = props.pageMode, currentLocationSuffix = props.currentLocationSuffix, sortData = props.sortData, filterConfig = props.filterConfig, groupConfig = props.groupConfig, filters = props.filters, variant = props.variant, pageModeComposerVariant = props.pageModeComposerVariant, dialogVariant = props.dialogVariant, shadowDom = props.shadowDom, openSidebar = props.openSidebar, onSidebarOpen = props.onSidebarOpen, onSidebarCommentClick = props.onSidebarCommentClick, onCommentClick = props.onCommentClick, darkMode = props.darkMode;
|
|
355
|
+
var embedMode = props.embedMode, enableUrlNavigation = props.enableUrlNavigation, urlNavigation = props.urlNavigation, pageMode = props.pageMode, currentLocationSuffix = props.currentLocationSuffix, sortData = props.sortData, filterConfig = props.filterConfig, groupConfig = props.groupConfig, filters = props.filters, variant = props.variant, pageModeComposerVariant = props.pageModeComposerVariant, dialogVariant = props.dialogVariant, shadowDom = props.shadowDom, openSidebar = props.openSidebar, onSidebarOpen = props.onSidebarOpen, onSidebarCommentClick = props.onSidebarCommentClick, onCommentClick = props.onCommentClick, darkMode = props.darkMode, position = props.position;
|
|
356
356
|
var ref = React.useRef();
|
|
357
357
|
var openSidebarRef = React.useRef(openSidebar);
|
|
358
358
|
var onSidebarOpenRef = React.useRef(onSidebarOpen);
|
|
@@ -403,7 +403,7 @@ var SnippylyCommentsSidebar = function (props) {
|
|
|
403
403
|
}
|
|
404
404
|
};
|
|
405
405
|
}, []);
|
|
406
|
-
return (React__default["default"].createElement("velt-comments-sidebar", { ref: ref, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "embed-mode": [true, false].includes(embedMode) ? (embedMode ? 'true' : 'false') : undefined, "enable-url-navigation": [true, false].includes(enableUrlNavigation) ? (enableUrlNavigation ? 'true' : 'false') : undefined, "url-navigation": [true, false].includes(urlNavigation) ? (urlNavigation ? 'true' : 'false') : undefined, "page-mode": [true, false].includes(pageMode) ? (pageMode ? 'true' : 'false') : undefined, "current-location-suffix": [true, false].includes(currentLocationSuffix) ? (currentLocationSuffix ? 'true' : 'false') : undefined, "filter-config": filterConfig ? JSON.stringify(filterConfig) : undefined, "group-config": groupConfig ? JSON.stringify(groupConfig) : undefined, filters: filters ? JSON.stringify(filters) : undefined, variant: variant, "page-mode-composer-variant": pageModeComposerVariant, "dialog-variant": dialogVariant, "sort-data": sortData, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined }));
|
|
406
|
+
return (React__default["default"].createElement("velt-comments-sidebar", { ref: ref, position: position, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "embed-mode": [true, false].includes(embedMode) ? (embedMode ? 'true' : 'false') : undefined, "enable-url-navigation": [true, false].includes(enableUrlNavigation) ? (enableUrlNavigation ? 'true' : 'false') : undefined, "url-navigation": [true, false].includes(urlNavigation) ? (urlNavigation ? 'true' : 'false') : undefined, "page-mode": [true, false].includes(pageMode) ? (pageMode ? 'true' : 'false') : undefined, "current-location-suffix": [true, false].includes(currentLocationSuffix) ? (currentLocationSuffix ? 'true' : 'false') : undefined, "filter-config": filterConfig ? JSON.stringify(filterConfig) : undefined, "group-config": groupConfig ? JSON.stringify(groupConfig) : undefined, filters: filters ? JSON.stringify(filters) : undefined, variant: variant, "page-mode-composer-variant": pageModeComposerVariant, "dialog-variant": dialogVariant, "sort-data": sortData, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined }));
|
|
407
407
|
};
|
|
408
408
|
|
|
409
409
|
var SnippylyCommentTool = function (props) {
|
|
@@ -726,7 +726,7 @@ var VeltCommentThread = function (props) {
|
|
|
726
726
|
};
|
|
727
727
|
|
|
728
728
|
var VeltNotificationsTool = function (props) {
|
|
729
|
-
var children = props.children, darkMode = props.darkMode, onNotificationClick = props.onNotificationClick, shadowDom = props.shadowDom, panelShadowDom = props.panelShadowDom;
|
|
729
|
+
var children = props.children, darkMode = props.darkMode, onNotificationClick = props.onNotificationClick, shadowDom = props.shadowDom, panelShadowDom = props.panelShadowDom, variant = props.variant, maxDays = props.maxDays, tabConfig = props.tabConfig, panelOpenMode = props.panelOpenMode, panelVariant = props.panelVariant;
|
|
730
730
|
var ref = React.useRef();
|
|
731
731
|
var onNotificationClickRef = React.useRef(onNotificationClick);
|
|
732
732
|
// Update the ref to always point to the latest callback function
|
|
@@ -752,11 +752,11 @@ var VeltNotificationsTool = function (props) {
|
|
|
752
752
|
}
|
|
753
753
|
};
|
|
754
754
|
}, []);
|
|
755
|
-
return (React__default["default"].createElement("velt-notifications-tool", { ref: ref, "panel-shadow-dom": [true, false].includes(panelShadowDom) ? (panelShadowDom ? 'true' : 'false') : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined }, children));
|
|
755
|
+
return (React__default["default"].createElement("velt-notifications-tool", { ref: ref, "panel-open-mode": panelOpenMode, panelVariant: panelVariant, "tab-config": tabConfig, variant: variant, "max-days": (maxDays && maxDays > 0) ? maxDays + '' : undefined, "panel-shadow-dom": [true, false].includes(panelShadowDom) ? (panelShadowDom ? 'true' : 'false') : undefined, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined }, children));
|
|
756
756
|
};
|
|
757
757
|
|
|
758
758
|
var VeltNotificationsPanel = function (props) {
|
|
759
|
-
var darkMode = props.darkMode, onNotificationClick = props.onNotificationClick, shadowDom = props.shadowDom;
|
|
759
|
+
var darkMode = props.darkMode, onNotificationClick = props.onNotificationClick, shadowDom = props.shadowDom, tabConfig = props.tabConfig, variant = props.variant;
|
|
760
760
|
var ref = React.useRef();
|
|
761
761
|
var onNotificationClickRef = React.useRef(onNotificationClick);
|
|
762
762
|
// Update the ref to always point to the latest callback function
|
|
@@ -782,7 +782,7 @@ var VeltNotificationsPanel = function (props) {
|
|
|
782
782
|
}
|
|
783
783
|
};
|
|
784
784
|
}, []);
|
|
785
|
-
return (React__default["default"].createElement("velt-notifications-panel", { ref: ref, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined }));
|
|
785
|
+
return (React__default["default"].createElement("velt-notifications-panel", { ref: ref, variant: variant, "tab-config": tabConfig, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined }));
|
|
786
786
|
};
|
|
787
787
|
|
|
788
788
|
var VeltNotificationsHistoryPanel = function (props) {
|
|
@@ -1918,6 +1918,65 @@ var VeltCommentDialogUpgrade = function (props) {
|
|
|
1918
1918
|
return (React__default["default"].createElement("velt-comment-dialog-upgrade-wireframe", __assign({}, remainingProp), children));
|
|
1919
1919
|
};
|
|
1920
1920
|
|
|
1921
|
+
var VeltCommentDialogCustomAnnotationDropdownContentItemIcon = function (props) {
|
|
1922
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
1923
|
+
return (React__default["default"].createElement("velt-comment-dialog-custom-annotation-dropdown-content-item-icon-wireframe", __assign({}, remainingProp), children));
|
|
1924
|
+
};
|
|
1925
|
+
|
|
1926
|
+
var VeltCommentDialogCustomAnnotationDropdownContentItemLabel = function (props) {
|
|
1927
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
1928
|
+
return (React__default["default"].createElement("velt-comment-dialog-custom-annotation-dropdown-content-item-label-wireframe", __assign({}, remainingProp), children));
|
|
1929
|
+
};
|
|
1930
|
+
|
|
1931
|
+
var VeltCommentDialogCustomAnnotationDropdownContentItem = function (props) {
|
|
1932
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
1933
|
+
return (React__default["default"].createElement("velt-comment-dialog-custom-annotation-dropdown-content-item-wireframe", __assign({}, remainingProp), children));
|
|
1934
|
+
};
|
|
1935
|
+
VeltCommentDialogCustomAnnotationDropdownContentItem.Label = VeltCommentDialogCustomAnnotationDropdownContentItemLabel;
|
|
1936
|
+
VeltCommentDialogCustomAnnotationDropdownContentItem.Icon = VeltCommentDialogCustomAnnotationDropdownContentItemIcon;
|
|
1937
|
+
|
|
1938
|
+
var VeltCommentDialogCustomAnnotationDropdownContent = function (props) {
|
|
1939
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
1940
|
+
return (React__default["default"].createElement("velt-comment-dialog-custom-annotation-dropdown-content-wireframe", __assign({}, remainingProp), children));
|
|
1941
|
+
};
|
|
1942
|
+
VeltCommentDialogCustomAnnotationDropdownContent.Item = VeltCommentDialogCustomAnnotationDropdownContentItem;
|
|
1943
|
+
|
|
1944
|
+
var VeltCommentDialogCustomAnnotationDropdownTriggerArrow = function (props) {
|
|
1945
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
1946
|
+
return (React__default["default"].createElement("velt-comment-dialog-custom-annotation-dropdown-trigger-arrow-wireframe", __assign({}, remainingProp), children));
|
|
1947
|
+
};
|
|
1948
|
+
|
|
1949
|
+
var VeltCommentDialogCustomAnnotationDropdownTriggerListItem = function (props) {
|
|
1950
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
1951
|
+
return (React__default["default"].createElement("velt-comment-dialog-custom-annotation-dropdown-trigger-list-item-wireframe", __assign({}, remainingProp), children));
|
|
1952
|
+
};
|
|
1953
|
+
|
|
1954
|
+
var VeltCommentDialogCustomAnnotationDropdownTriggerList = function (props) {
|
|
1955
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
1956
|
+
return (React__default["default"].createElement("velt-comment-dialog-custom-annotation-dropdown-trigger-list-wireframe", __assign({}, remainingProp), children));
|
|
1957
|
+
};
|
|
1958
|
+
VeltCommentDialogCustomAnnotationDropdownTriggerList.Item = VeltCommentDialogCustomAnnotationDropdownTriggerListItem;
|
|
1959
|
+
|
|
1960
|
+
var VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount = function (props) {
|
|
1961
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
1962
|
+
return (React__default["default"].createElement("velt-comment-dialog-custom-annotation-dropdown-trigger-remaining-count-wireframe", __assign({}, remainingProp), children));
|
|
1963
|
+
};
|
|
1964
|
+
|
|
1965
|
+
var VeltCommentDialogCustomAnnotationDropdownTrigger = function (props) {
|
|
1966
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
1967
|
+
return (React__default["default"].createElement("velt-comment-dialog-custom-annotation-dropdown-trigger-wireframe", __assign({}, remainingProp), children));
|
|
1968
|
+
};
|
|
1969
|
+
VeltCommentDialogCustomAnnotationDropdownTrigger.Arrow = VeltCommentDialogCustomAnnotationDropdownTriggerArrow;
|
|
1970
|
+
VeltCommentDialogCustomAnnotationDropdownTrigger.List = VeltCommentDialogCustomAnnotationDropdownTriggerList;
|
|
1971
|
+
VeltCommentDialogCustomAnnotationDropdownTrigger.RemainingCount = VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount;
|
|
1972
|
+
|
|
1973
|
+
var VeltCommentDialogCustomAnnotationDropdown = function (props) {
|
|
1974
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
1975
|
+
return (React__default["default"].createElement("velt-comment-dialog-custom-annotation-dropdown-wireframe", __assign({}, remainingProp), children));
|
|
1976
|
+
};
|
|
1977
|
+
VeltCommentDialogCustomAnnotationDropdown.Content = VeltCommentDialogCustomAnnotationDropdownContent;
|
|
1978
|
+
VeltCommentDialogCustomAnnotationDropdown.Trigger = VeltCommentDialogCustomAnnotationDropdownTrigger;
|
|
1979
|
+
|
|
1921
1980
|
var VeltCommentDialogWireframe = function (props) {
|
|
1922
1981
|
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
1923
1982
|
return (React__default["default"].createElement("velt-comment-dialog-wireframe", __assign({}, remainingProp), children));
|
|
@@ -1946,6 +2005,7 @@ VeltCommentDialogWireframe.ThreadCard = VeltCommentDialogThreadCard;
|
|
|
1946
2005
|
VeltCommentDialogWireframe.Threads = VeltCommentDialogThreads;
|
|
1947
2006
|
VeltCommentDialogWireframe.ToggleReply = VeltCommentDialogToggleReply;
|
|
1948
2007
|
VeltCommentDialogWireframe.Upgrade = VeltCommentDialogUpgrade;
|
|
2008
|
+
VeltCommentDialogWireframe.CustomAnnotationDropdown = VeltCommentDialogCustomAnnotationDropdown;
|
|
1949
2009
|
|
|
1950
2010
|
var VeltCommentsSidebarCloseButton = function (props) {
|
|
1951
2011
|
props.children; var remainingProps = __rest(props, ["children"]);
|
|
@@ -2552,6 +2612,280 @@ VeltInlineCommentsSectionWireframe.List = VeltInlineCommentsSectionListWireframe
|
|
|
2552
2612
|
VeltInlineCommentsSectionWireframe.Panel = VeltInlineCommentsSectionPanelWireframe;
|
|
2553
2613
|
VeltInlineCommentsSectionWireframe.Skeleton = VeltInlineCommentsSectionSkeletonWireframe;
|
|
2554
2614
|
|
|
2615
|
+
var VeltNotificationsPanelAllReadContainerWireframe = function (props) {
|
|
2616
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2617
|
+
return (React__default["default"].createElement("velt-notifications-panel-all-read-container-wireframe", __assign({}, remainingProp), children));
|
|
2618
|
+
};
|
|
2619
|
+
|
|
2620
|
+
var VeltNotificationsPanelContentAllListItemContentWireframe = function (props) {
|
|
2621
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2622
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-all-list-item-content-wireframe", __assign({}, remainingProp), children));
|
|
2623
|
+
};
|
|
2624
|
+
|
|
2625
|
+
var VeltNotificationsPanelContentAllListItemLabelWireframe = function (props) {
|
|
2626
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2627
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-all-list-item-label-wireframe", __assign({}, remainingProp), children));
|
|
2628
|
+
};
|
|
2629
|
+
|
|
2630
|
+
var VeltNotificationsPanelContentAllListItemWireframe = function (props) {
|
|
2631
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2632
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-all-list-item-wireframe", __assign({}, remainingProp), children));
|
|
2633
|
+
};
|
|
2634
|
+
VeltNotificationsPanelContentAllListItemWireframe.Label = VeltNotificationsPanelContentAllListItemLabelWireframe;
|
|
2635
|
+
VeltNotificationsPanelContentAllListItemWireframe.Content = VeltNotificationsPanelContentAllListItemContentWireframe;
|
|
2636
|
+
|
|
2637
|
+
var VeltNotificationsPanelContentAllListWireframe = function (props) {
|
|
2638
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2639
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-all-list-wireframe", __assign({}, remainingProp), children));
|
|
2640
|
+
};
|
|
2641
|
+
VeltNotificationsPanelContentAllListWireframe.Item = VeltNotificationsPanelContentAllListItemWireframe;
|
|
2642
|
+
|
|
2643
|
+
var VeltNotificationsPanelContentAllWireframe = function (props) {
|
|
2644
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2645
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-all-wireframe", __assign({}, remainingProp), children));
|
|
2646
|
+
};
|
|
2647
|
+
VeltNotificationsPanelContentAllWireframe.List = VeltNotificationsPanelContentAllListWireframe;
|
|
2648
|
+
|
|
2649
|
+
var VeltNotificationsPanelContentDocumentsListItemContentWireframe = function (props) {
|
|
2650
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2651
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-documents-list-item-content-wireframe", __assign({}, remainingProp), children));
|
|
2652
|
+
};
|
|
2653
|
+
|
|
2654
|
+
var VeltNotificationsPanelContentDocumentsListItemCountWireframe = function (props) {
|
|
2655
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2656
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-documents-list-item-count-wireframe", __assign({}, remainingProp), children));
|
|
2657
|
+
};
|
|
2658
|
+
|
|
2659
|
+
var VeltNotificationsPanelContentDocumentsListItemNameWireframe = function (props) {
|
|
2660
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2661
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-documents-list-item-name-wireframe", __assign({}, remainingProp), children));
|
|
2662
|
+
};
|
|
2663
|
+
|
|
2664
|
+
var VeltNotificationsPanelContentDocumentsListItemUnreadWireframe = function (props) {
|
|
2665
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2666
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-documents-list-item-unread-wireframe", __assign({}, remainingProp), children));
|
|
2667
|
+
};
|
|
2668
|
+
|
|
2669
|
+
var VeltNotificationsPanelContentDocumentsListItemWireframe = function (props) {
|
|
2670
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2671
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-documents-list-item-wireframe", __assign({}, remainingProp), children));
|
|
2672
|
+
};
|
|
2673
|
+
VeltNotificationsPanelContentDocumentsListItemWireframe.Content = VeltNotificationsPanelContentDocumentsListItemContentWireframe;
|
|
2674
|
+
VeltNotificationsPanelContentDocumentsListItemWireframe.Name = VeltNotificationsPanelContentDocumentsListItemNameWireframe;
|
|
2675
|
+
VeltNotificationsPanelContentDocumentsListItemWireframe.Count = VeltNotificationsPanelContentDocumentsListItemCountWireframe;
|
|
2676
|
+
VeltNotificationsPanelContentDocumentsListItemWireframe.Unread = VeltNotificationsPanelContentDocumentsListItemUnreadWireframe;
|
|
2677
|
+
|
|
2678
|
+
var VeltNotificationsPanelContentDocumentsListWireframe = function (props) {
|
|
2679
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2680
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-documents-list-wireframe", __assign({}, remainingProp), children));
|
|
2681
|
+
};
|
|
2682
|
+
VeltNotificationsPanelContentDocumentsListWireframe.Item = VeltNotificationsPanelContentDocumentsListItemWireframe;
|
|
2683
|
+
|
|
2684
|
+
var VeltNotificationsPanelContentDocumentsWireframe = function (props) {
|
|
2685
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2686
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-documents-wireframe", __assign({}, remainingProp), children));
|
|
2687
|
+
};
|
|
2688
|
+
VeltNotificationsPanelContentDocumentsWireframe.List = VeltNotificationsPanelContentDocumentsListWireframe;
|
|
2689
|
+
|
|
2690
|
+
var VeltNotificationsPanelContentForYouWireframe = function (props) {
|
|
2691
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2692
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-for-you-wireframe", __assign({}, remainingProp), children));
|
|
2693
|
+
};
|
|
2694
|
+
|
|
2695
|
+
var VeltNotificationsPanelContentPeopleListItemAvatarWireframe = function (props) {
|
|
2696
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2697
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-people-list-item-avatar-wireframe", __assign({}, remainingProp), children));
|
|
2698
|
+
};
|
|
2699
|
+
|
|
2700
|
+
var VeltNotificationsPanelContentPeopleListItemContentWireframe = function (props) {
|
|
2701
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2702
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-people-list-item-content-wireframe", __assign({}, remainingProp), children));
|
|
2703
|
+
};
|
|
2704
|
+
|
|
2705
|
+
var VeltNotificationsPanelContentPeopleListItemCountWireframe = function (props) {
|
|
2706
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2707
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-people-list-item-count-wireframe", __assign({}, remainingProp), children));
|
|
2708
|
+
};
|
|
2709
|
+
|
|
2710
|
+
var VeltNotificationsPanelContentPeopleListItemNameWireframe = function (props) {
|
|
2711
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2712
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-people-list-item-name-wireframe", __assign({}, remainingProp), children));
|
|
2713
|
+
};
|
|
2714
|
+
|
|
2715
|
+
var VeltNotificationsPanelContentPeopleListItemWireframe = function (props) {
|
|
2716
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2717
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-people-list-item-wireframe", __assign({}, remainingProp), children));
|
|
2718
|
+
};
|
|
2719
|
+
VeltNotificationsPanelContentPeopleListItemWireframe.Avatar = VeltNotificationsPanelContentPeopleListItemAvatarWireframe;
|
|
2720
|
+
VeltNotificationsPanelContentPeopleListItemWireframe.Name = VeltNotificationsPanelContentPeopleListItemNameWireframe;
|
|
2721
|
+
VeltNotificationsPanelContentPeopleListItemWireframe.Count = VeltNotificationsPanelContentPeopleListItemCountWireframe;
|
|
2722
|
+
VeltNotificationsPanelContentPeopleListItemWireframe.Content = VeltNotificationsPanelContentPeopleListItemContentWireframe;
|
|
2723
|
+
|
|
2724
|
+
var VeltNotificationsPanelContentPeopleListWireframe = function (props) {
|
|
2725
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2726
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-people-list-wireframe", __assign({}, remainingProp), children));
|
|
2727
|
+
};
|
|
2728
|
+
VeltNotificationsPanelContentPeopleListWireframe.Item = VeltNotificationsPanelContentPeopleListItemWireframe;
|
|
2729
|
+
|
|
2730
|
+
var VeltNotificationsPanelContentPeopleWireframe = function (props) {
|
|
2731
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2732
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-people-wireframe", __assign({}, remainingProp), children));
|
|
2733
|
+
};
|
|
2734
|
+
VeltNotificationsPanelContentPeopleWireframe.List = VeltNotificationsPanelContentPeopleListWireframe;
|
|
2735
|
+
|
|
2736
|
+
var VeltNotificationsPanelContentLoadMoreWireframe = function (props) {
|
|
2737
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2738
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-load-more-wireframe", __assign({}, remainingProp), children));
|
|
2739
|
+
};
|
|
2740
|
+
|
|
2741
|
+
var VeltNotificationsPanelContentListItemAvatarWireframe = function (props) {
|
|
2742
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2743
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-list-item-avatar-wireframe", __assign({}, remainingProp), children));
|
|
2744
|
+
};
|
|
2745
|
+
|
|
2746
|
+
var VeltNotificationsPanelContentListItemBodyWireframe = function (props) {
|
|
2747
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2748
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-list-item-body-wireframe", __assign({}, remainingProp), children));
|
|
2749
|
+
};
|
|
2750
|
+
|
|
2751
|
+
var VeltNotificationsPanelContentListItemFileNameWireframe = function (props) {
|
|
2752
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2753
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-list-item-file-name-wireframe", __assign({}, remainingProp), children));
|
|
2754
|
+
};
|
|
2755
|
+
|
|
2756
|
+
var VeltNotificationsPanelContentListItemHeadlineWireframe = function (props) {
|
|
2757
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2758
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-list-item-headline-wireframe", __assign({}, remainingProp), children));
|
|
2759
|
+
};
|
|
2760
|
+
|
|
2761
|
+
var VeltNotificationsPanelContentListItemTimeWireframe = function (props) {
|
|
2762
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2763
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-list-item-time-wireframe", __assign({}, remainingProp), children));
|
|
2764
|
+
};
|
|
2765
|
+
|
|
2766
|
+
var VeltNotificationsPanelContentListItemUnreadWireframe = function (props) {
|
|
2767
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2768
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-list-item-unread-wireframe", __assign({}, remainingProp), children));
|
|
2769
|
+
};
|
|
2770
|
+
|
|
2771
|
+
var VeltNotificationsPanelContentListItemWireframe = function (props) {
|
|
2772
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2773
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-list-item-wireframe", __assign({}, remainingProp), children));
|
|
2774
|
+
};
|
|
2775
|
+
VeltNotificationsPanelContentListItemWireframe.Avatar = VeltNotificationsPanelContentListItemAvatarWireframe;
|
|
2776
|
+
VeltNotificationsPanelContentListItemWireframe.Body = VeltNotificationsPanelContentListItemBodyWireframe;
|
|
2777
|
+
VeltNotificationsPanelContentListItemWireframe.FileName = VeltNotificationsPanelContentListItemFileNameWireframe;
|
|
2778
|
+
VeltNotificationsPanelContentListItemWireframe.Headline = VeltNotificationsPanelContentListItemHeadlineWireframe;
|
|
2779
|
+
VeltNotificationsPanelContentListItemWireframe.Time = VeltNotificationsPanelContentListItemTimeWireframe;
|
|
2780
|
+
VeltNotificationsPanelContentListItemWireframe.Unread = VeltNotificationsPanelContentListItemUnreadWireframe;
|
|
2781
|
+
|
|
2782
|
+
var VeltNotificationsPanelContentListWireframe = function (props) {
|
|
2783
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2784
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-list-wireframe", __assign({}, remainingProp), children));
|
|
2785
|
+
};
|
|
2786
|
+
VeltNotificationsPanelContentListWireframe.Item = VeltNotificationsPanelContentListItemWireframe;
|
|
2787
|
+
|
|
2788
|
+
var VeltNotificationsPanelContentWireframe = function (props) {
|
|
2789
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2790
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-wireframe", __assign({}, remainingProp), children));
|
|
2791
|
+
};
|
|
2792
|
+
VeltNotificationsPanelContentWireframe.All = VeltNotificationsPanelContentAllWireframe;
|
|
2793
|
+
VeltNotificationsPanelContentWireframe.ForYou = VeltNotificationsPanelContentForYouWireframe;
|
|
2794
|
+
VeltNotificationsPanelContentWireframe.Documents = VeltNotificationsPanelContentDocumentsWireframe;
|
|
2795
|
+
VeltNotificationsPanelContentWireframe.People = VeltNotificationsPanelContentPeopleWireframe;
|
|
2796
|
+
VeltNotificationsPanelContentWireframe.LoadMore = VeltNotificationsPanelContentLoadMoreWireframe;
|
|
2797
|
+
VeltNotificationsPanelContentWireframe.List = VeltNotificationsPanelContentListWireframe;
|
|
2798
|
+
|
|
2799
|
+
var VeltNotificationsPanelHeaderTabDocumentsWireframe = function (props) {
|
|
2800
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2801
|
+
return (React__default["default"].createElement("velt-notifications-panel-header-tab-documents-wireframe", __assign({}, remainingProp), children));
|
|
2802
|
+
};
|
|
2803
|
+
|
|
2804
|
+
var VeltNotificationsPanelHeaderTabForYouWireframe = function (props) {
|
|
2805
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2806
|
+
return (React__default["default"].createElement("velt-notifications-panel-header-tab-for-you-wireframe", __assign({}, remainingProp), children));
|
|
2807
|
+
};
|
|
2808
|
+
|
|
2809
|
+
var VeltNotificationsPanelHeaderTabPeopleWireframe = function (props) {
|
|
2810
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2811
|
+
return (React__default["default"].createElement("velt-notifications-panel-header-tab-people-wireframe", __assign({}, remainingProp), children));
|
|
2812
|
+
};
|
|
2813
|
+
|
|
2814
|
+
var VeltNotificationsPanelHeaderTabAllWireframe = function (props) {
|
|
2815
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2816
|
+
return (React__default["default"].createElement("velt-notifications-panel-header-tab-all-wireframe", __assign({}, remainingProp), children));
|
|
2817
|
+
};
|
|
2818
|
+
|
|
2819
|
+
var VeltNotificationsPanelHeaderWireframe = function (props) {
|
|
2820
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2821
|
+
return (React__default["default"].createElement("velt-notifications-panel-header-wireframe", __assign({}, remainingProp), children));
|
|
2822
|
+
};
|
|
2823
|
+
VeltNotificationsPanelHeaderWireframe.TabAll = VeltNotificationsPanelHeaderTabAllWireframe;
|
|
2824
|
+
VeltNotificationsPanelHeaderWireframe.TabForYou = VeltNotificationsPanelHeaderTabForYouWireframe;
|
|
2825
|
+
VeltNotificationsPanelHeaderWireframe.TabDocuments = VeltNotificationsPanelHeaderTabDocumentsWireframe;
|
|
2826
|
+
VeltNotificationsPanelHeaderWireframe.TabPeople = VeltNotificationsPanelHeaderTabPeopleWireframe;
|
|
2827
|
+
|
|
2828
|
+
var VeltNotificationsPanelReadAllButtonWireframe = function (props) {
|
|
2829
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2830
|
+
return (React__default["default"].createElement("velt-notifications-panel-read-all-button-wireframe", __assign({}, remainingProp), children));
|
|
2831
|
+
};
|
|
2832
|
+
|
|
2833
|
+
var VeltNotificationsPanelTitleWireframe = function (props) {
|
|
2834
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2835
|
+
return (React__default["default"].createElement("velt-notifications-panel-title-wireframe", __assign({}, remainingProp), children));
|
|
2836
|
+
};
|
|
2837
|
+
|
|
2838
|
+
var VeltNotificationsPanelViewAllButtonWireframe = function (props) {
|
|
2839
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2840
|
+
return (React__default["default"].createElement("velt-notifications-panel-view-all-button-wireframe", __assign({}, remainingProp), children));
|
|
2841
|
+
};
|
|
2842
|
+
|
|
2843
|
+
var VeltNotificationsPanelCloseButtonWireframe = function (props) {
|
|
2844
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2845
|
+
return (React__default["default"].createElement("velt-notifications-panel-close-button-wireframe", __assign({}, remainingProp), children));
|
|
2846
|
+
};
|
|
2847
|
+
|
|
2848
|
+
var VeltNotificationsPanelWireframe = function (props) {
|
|
2849
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2850
|
+
return (React__default["default"].createElement("velt-notifications-panel-wireframe", __assign({}, remainingProp), children));
|
|
2851
|
+
};
|
|
2852
|
+
VeltNotificationsPanelWireframe.AllReadContainer = VeltNotificationsPanelAllReadContainerWireframe;
|
|
2853
|
+
VeltNotificationsPanelWireframe.Content = VeltNotificationsPanelContentWireframe;
|
|
2854
|
+
VeltNotificationsPanelWireframe.Header = VeltNotificationsPanelHeaderWireframe;
|
|
2855
|
+
VeltNotificationsPanelWireframe.ReadAllButton = VeltNotificationsPanelReadAllButtonWireframe;
|
|
2856
|
+
VeltNotificationsPanelWireframe.Title = VeltNotificationsPanelTitleWireframe;
|
|
2857
|
+
VeltNotificationsPanelWireframe.ViewAllButton = VeltNotificationsPanelViewAllButtonWireframe;
|
|
2858
|
+
VeltNotificationsPanelWireframe.CloseButton = VeltNotificationsPanelCloseButtonWireframe;
|
|
2859
|
+
|
|
2860
|
+
var VeltNotificationsToolIconWireframe = function (props) {
|
|
2861
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2862
|
+
return (React__default["default"].createElement("velt-notifications-tool-icon-wireframe", __assign({}, remainingProp), children));
|
|
2863
|
+
};
|
|
2864
|
+
|
|
2865
|
+
var VeltNotificationsToolLabelWireframe = function (props) {
|
|
2866
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2867
|
+
return (React__default["default"].createElement("velt-notifications-tool-label-wireframe", __assign({}, remainingProp), children));
|
|
2868
|
+
};
|
|
2869
|
+
|
|
2870
|
+
var VeltNotificationsToolUnreadCountWireframe = function (props) {
|
|
2871
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2872
|
+
return (React__default["default"].createElement("velt-notifications-tool-unread-count-wireframe", __assign({}, remainingProp), children));
|
|
2873
|
+
};
|
|
2874
|
+
|
|
2875
|
+
var VeltNotificationsToolUnreadIconWireframe = function (props) {
|
|
2876
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2877
|
+
return (React__default["default"].createElement("velt-notifications-tool-unread-icon-wireframe", __assign({}, remainingProp), children));
|
|
2878
|
+
};
|
|
2879
|
+
|
|
2880
|
+
var VeltNotificationsToolWireframe = function (props) {
|
|
2881
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2882
|
+
return (React__default["default"].createElement("velt-notifications-tool-wireframe", __assign({}, remainingProp), children));
|
|
2883
|
+
};
|
|
2884
|
+
VeltNotificationsToolWireframe.Label = VeltNotificationsToolLabelWireframe;
|
|
2885
|
+
VeltNotificationsToolWireframe.UnreadIcon = VeltNotificationsToolUnreadIconWireframe;
|
|
2886
|
+
VeltNotificationsToolWireframe.Icon = VeltNotificationsToolIconWireframe;
|
|
2887
|
+
VeltNotificationsToolWireframe.UnreadCount = VeltNotificationsToolUnreadCountWireframe;
|
|
2888
|
+
|
|
2555
2889
|
function useClient() {
|
|
2556
2890
|
var client = useVeltClient().client;
|
|
2557
2891
|
var _a = React__default["default"].useState(), veltClient = _a[0], setVeltClient = _a[1];
|
|
@@ -3353,7 +3687,9 @@ exports.VeltInlineCommentsSectionWireframe = VeltInlineCommentsSectionWireframe;
|
|
|
3353
3687
|
exports.VeltNivoChartComments = VeltNivoChartComments;
|
|
3354
3688
|
exports.VeltNotificationsHistoryPanel = VeltNotificationsHistoryPanel;
|
|
3355
3689
|
exports.VeltNotificationsPanel = VeltNotificationsPanel;
|
|
3690
|
+
exports.VeltNotificationsPanelWireframe = VeltNotificationsPanelWireframe;
|
|
3356
3691
|
exports.VeltNotificationsTool = VeltNotificationsTool;
|
|
3692
|
+
exports.VeltNotificationsToolWireframe = VeltNotificationsToolWireframe;
|
|
3357
3693
|
exports.VeltPresence = SnippylyPresence;
|
|
3358
3694
|
exports.VeltProvider = SnippylyProvider;
|
|
3359
3695
|
exports.VeltReactionPinTooltipWireframe = VeltReactionPinTooltipWireframe;
|