@veltdev/react 4.5.0-beta.9 → 4.5.1
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 +674 -53
- package/cjs/index.js.map +1 -1
- package/cjs/types/components/Snippyly/Snippyly.d.ts +5 -2
- package/cjs/types/components/SnippylyCommentBubble/SnippylyCommentBubble.d.ts +9 -0
- package/cjs/types/components/SnippylyCommentTool/SnippylyCommentTool.d.ts +5 -0
- package/cjs/types/components/SnippylyComments/SnippylyComments.d.ts +8 -0
- package/cjs/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +3 -44
- package/cjs/types/components/SnippylyHuddle/SnippylyHuddle.d.ts +1 -0
- package/cjs/types/components/SnippylyRecorderControlPanel/SnippylyRecorderControlPanel.d.ts +1 -0
- package/cjs/types/components/SnippylyRecorderPlayer/SnippylyRecorderPlayer.d.ts +1 -0
- package/cjs/types/components/SnippylyRecorderTool/SnippylyRecorderTool.d.ts +2 -0
- package/cjs/types/components/SnippylySidebarButton/SnippylySidebarButton.d.ts +2 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatars.d.ts +12 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/VeltCommentDialogReplyAvatarsList.d.ts +10 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/VeltCommentDialogReplyAvatarsListItem/VeltCommentDialogReplyAvatarsListItem.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/VeltCommentDialogReplyAvatarsListItem/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsRemainingCount/VeltCommentDialogReplyAvatarsRemainingCount.d.ts +8 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsRemainingCount/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogWireframe.d.ts +2 -0
- package/cjs/types/components/VeltCommentPin/VeltCommentPin.d.ts +8 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilter.d.ts +4 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCustom/VeltCommentsSidebarFilterCustom.d.ts +15 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCustom/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterInvolved/VeltCommentsSidebarFilterInvolved.d.ts +14 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterInvolved/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearch.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchInput/VeltCommentsSidebarFilterSearchInput.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarSearch/VeltCommentsSidebarSearch.d.ts +1 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerArrowWireframe/VeltCursorPointerArrowWireframe.d.ts +8 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerArrowWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerAudioHuddleWireframe/VeltCursorPointerAudioHuddleAudioWireframe/VeltCursorPointerAudioHuddleAudioWireframe.d.ts +8 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerAudioHuddleWireframe/VeltCursorPointerAudioHuddleAudioWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerAudioHuddleWireframe/VeltCursorPointerAudioHuddleAvatarWireframe/VeltCursorPointerAudioHuddleAvatarWireframe.d.ts +8 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerAudioHuddleWireframe/VeltCursorPointerAudioHuddleAvatarWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerAudioHuddleWireframe/VeltCursorPointerAudioHuddleWireframe.d.ts +12 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerAudioHuddleWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerAvatarWireframe/VeltCursorPointerAvatarWireframe.d.ts +8 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerAvatarWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerDefaultWireframe/VeltCursorPointerDefaultCommentWireframe/VeltCursorPointerDefaultCommentWireframe.d.ts +8 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerDefaultWireframe/VeltCursorPointerDefaultCommentWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerDefaultWireframe/VeltCursorPointerDefaultNameWireframe/VeltCursorPointerDefaultNameWireframe.d.ts +8 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerDefaultWireframe/VeltCursorPointerDefaultNameWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerDefaultWireframe/VeltCursorPointerDefaultWireframe.d.ts +12 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerDefaultWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerVideoHuddleWireframe/VeltCursorPointerVideoHuddleWireframe.d.ts +8 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerVideoHuddleWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCursorPointerWireframe/VeltCursorPointerWireframe.d.ts +18 -0
- package/cjs/types/components/VeltCursorPointerWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSection.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanel.d.ts +2 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsButtonWireframe/VeltNotificationsPanelSettingsButtonWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsButtonWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsBackButtonWireframe/VeltNotificationsPanelSettingsBackButtonWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsBackButtonWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsDescriptionWireframe/VeltNotificationsPanelSettingsDescriptionWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsDescriptionWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsFooterWireframe/VeltNotificationsPanelSettingsFooterWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsFooterWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsHeaderWireframe/VeltNotificationsPanelSettingsHeaderTitleWireframe/VeltNotificationsPanelSettingsHeaderTitleWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsHeaderWireframe/VeltNotificationsPanelSettingsHeaderTitleWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsHeaderWireframe/VeltNotificationsPanelSettingsHeaderWireframe.d.ts +10 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsHeaderWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe/VeltNotificationsPanelSettingsAccordionContentItemIconWireframe/VeltNotificationsPanelSettingsAccordionContentItemIconWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe/VeltNotificationsPanelSettingsAccordionContentItemIconWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe/VeltNotificationsPanelSettingsAccordionContentItemLabelWireframe/VeltNotificationsPanelSettingsAccordionContentItemLabelWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe/VeltNotificationsPanelSettingsAccordionContentItemLabelWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe.d.ts +12 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe.d.ts +10 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerIconWireframe/VeltNotificationsPanelSettingsAccordionTriggerIconWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerIconWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerLabelWireframe/VeltNotificationsPanelSettingsAccordionTriggerLabelWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerLabelWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframe/VeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe.d.ts +14 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionWireframe.d.ts +12 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsListWireframe.d.ts +10 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsMuteAllDescriptionWireframe/VeltNotificationsPanelSettingsMuteAllDescriptionWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsMuteAllDescriptionWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsMuteAllTitleWireframe/VeltNotificationsPanelSettingsMuteAllTitleWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsMuteAllTitleWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsMuteAllToggleWireframe/VeltNotificationsPanelSettingsMuteAllToggleWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsMuteAllToggleWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsTitleWireframe/VeltNotificationsPanelSettingsTitleWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsTitleWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsWireframe.d.ts +26 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelTitleTextWireframe/VeltNotificationsPanelTitleTextWireframe.d.ts +8 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelTitleTextWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelWireframe.d.ts +6 -0
- package/cjs/types/components/VeltNotificationsTool/VeltNotificationsTool.d.ts +2 -0
- package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipAvatarWireframe/VeltPresenceTooltipAvatarWireframe.d.ts +8 -0
- package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipAvatarWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipStatusContainerWireframe/VeltPresenceTooltipStatusContainerWireframe.d.ts +8 -0
- package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipStatusContainerWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserActiveWireframe/VeltPresenceTooltipUserActiveWireframe.d.ts +8 -0
- package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserActiveWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserInactiveWireframe/VeltPresenceTooltipUserInactiveWireframe.d.ts +8 -0
- package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserInactiveWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserNameWireframe/VeltPresenceTooltipUserNameWireframe.d.ts +8 -0
- package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserNameWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipWireframe.d.ts +19 -0
- package/cjs/types/components/VeltPresenceTooltipWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltPresenceWireframe/VeltPresenceAvatarListWireframe/VeltPresenceAvatarListItemWireframe/VeltPresenceAvatarListItemWireframe.d.ts +8 -0
- package/cjs/types/components/VeltPresenceWireframe/VeltPresenceAvatarListWireframe/VeltPresenceAvatarListItemWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltPresenceWireframe/VeltPresenceAvatarListWireframe/VeltPresenceAvatarListWireframe.d.ts +10 -0
- package/cjs/types/components/VeltPresenceWireframe/VeltPresenceAvatarListWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltPresenceWireframe/VeltPresenceAvatarRemainingCountWireframe/VeltPresenceAvatarRemainingCountWireframe.d.ts +8 -0
- package/cjs/types/components/VeltPresenceWireframe/VeltPresenceAvatarRemainingCountWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltPresenceWireframe/VeltPresenceWireframe.d.ts +13 -0
- package/cjs/types/components/VeltPresenceWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltRecorderPlayerWireframe/VeltRecorderPlayerEditButtonWireframe/VeltRecorderPlayerEditButtonWireframe.d.ts +8 -0
- package/cjs/types/components/VeltRecorderPlayerWireframe/VeltRecorderPlayerEditButtonWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltRecorderPlayerWireframe/VeltRecorderPlayerVideoContainerWireframe/VeltRecorderPlayerVideoContainerWireframe.d.ts +2 -0
- package/cjs/types/components/VeltVideoEditor/VeltVideoEditor.d.ts +10 -0
- package/cjs/types/components/VeltVideoEditor/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerAddZoomButtonWireframe/VeltVideoEditorPlayerAddZoomButtonWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerAddZoomButtonWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerDownloadButtonWireframe/VeltVideoEditorPlayerDownloadButtonWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerDownloadButtonWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerRetakeButtonWireframe/VeltVideoEditorPlayerRetakeButtonWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerRetakeButtonWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineBackspaceHintWireframe/VeltVideoEditorPlayerTimelineBackspaceHintWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineBackspaceHintWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingArrowWireframe/VeltVideoEditorPlayerTimelineOnboardingArrowWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingArrowWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingContentWireframe/VeltVideoEditorPlayerTimelineOnboardingContentWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingContentWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe/VeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe/VeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe/VeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe/VeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe/VeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe/VeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe.d.ts +12 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe.d.ts +14 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayhead/VeltVideoEditorPlayerTimelinePlayhead.d.ts +12 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayhead/VeltVideoEditorPlayerTimelinePlayheadActionsWireframe/VeltVideoEditorPlayerTimelinePlayheadActionsWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayhead/VeltVideoEditorPlayerTimelinePlayheadActionsWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayhead/VeltVideoEditorPlayerTimelinePlayheadLineWireframe/VeltVideoEditorPlayerTimelinePlayheadLineWireframe.d.ts +8 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayhead/VeltVideoEditorPlayerTimelinePlayheadLineWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayhead/index.d.ts +1 -0
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineWireframe.d.ts +6 -2
- package/cjs/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerWireframe.d.ts +6 -0
- package/cjs/types/components/index.d.ts +4 -0
- package/cjs/types/constants.d.ts +2 -1
- package/cjs/types/hooks/Client.d.ts +10 -1
- package/cjs/types/hooks/NotificationElement.d.ts +7 -2
- package/cjs/types/hooks/NotificationsActions.d.ts +2 -0
- package/cjs/types/hooks/PresenceElement.d.ts +3 -0
- package/cjs/types/hooks/index.d.ts +3 -2
- package/cjs/types/loadSnippyly.d.ts +1 -1
- package/esm/index.js +666 -54
- package/esm/index.js.map +1 -1
- package/esm/types/components/Snippyly/Snippyly.d.ts +5 -2
- package/esm/types/components/SnippylyCommentBubble/SnippylyCommentBubble.d.ts +9 -0
- package/esm/types/components/SnippylyCommentTool/SnippylyCommentTool.d.ts +5 -0
- package/esm/types/components/SnippylyComments/SnippylyComments.d.ts +8 -0
- package/esm/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +3 -44
- package/esm/types/components/SnippylyHuddle/SnippylyHuddle.d.ts +1 -0
- package/esm/types/components/SnippylyRecorderControlPanel/SnippylyRecorderControlPanel.d.ts +1 -0
- package/esm/types/components/SnippylyRecorderPlayer/SnippylyRecorderPlayer.d.ts +1 -0
- package/esm/types/components/SnippylyRecorderTool/SnippylyRecorderTool.d.ts +2 -0
- package/esm/types/components/SnippylySidebarButton/SnippylySidebarButton.d.ts +2 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatars.d.ts +12 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/VeltCommentDialogReplyAvatarsList.d.ts +10 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/VeltCommentDialogReplyAvatarsListItem/VeltCommentDialogReplyAvatarsListItem.d.ts +8 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/VeltCommentDialogReplyAvatarsListItem/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsList/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsRemainingCount/VeltCommentDialogReplyAvatarsRemainingCount.d.ts +8 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatarsRemainingCount/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogReplyAvatars/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogWireframe.d.ts +2 -0
- package/esm/types/components/VeltCommentPin/VeltCommentPin.d.ts +8 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilter.d.ts +4 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCustom/VeltCommentsSidebarFilterCustom.d.ts +15 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCustom/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterInvolved/VeltCommentsSidebarFilterInvolved.d.ts +14 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterInvolved/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearch.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearchInput/VeltCommentsSidebarFilterSearchInput.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarSearch/VeltCommentsSidebarSearch.d.ts +1 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerArrowWireframe/VeltCursorPointerArrowWireframe.d.ts +8 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerArrowWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerAudioHuddleWireframe/VeltCursorPointerAudioHuddleAudioWireframe/VeltCursorPointerAudioHuddleAudioWireframe.d.ts +8 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerAudioHuddleWireframe/VeltCursorPointerAudioHuddleAudioWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerAudioHuddleWireframe/VeltCursorPointerAudioHuddleAvatarWireframe/VeltCursorPointerAudioHuddleAvatarWireframe.d.ts +8 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerAudioHuddleWireframe/VeltCursorPointerAudioHuddleAvatarWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerAudioHuddleWireframe/VeltCursorPointerAudioHuddleWireframe.d.ts +12 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerAudioHuddleWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerAvatarWireframe/VeltCursorPointerAvatarWireframe.d.ts +8 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerAvatarWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerDefaultWireframe/VeltCursorPointerDefaultCommentWireframe/VeltCursorPointerDefaultCommentWireframe.d.ts +8 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerDefaultWireframe/VeltCursorPointerDefaultCommentWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerDefaultWireframe/VeltCursorPointerDefaultNameWireframe/VeltCursorPointerDefaultNameWireframe.d.ts +8 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerDefaultWireframe/VeltCursorPointerDefaultNameWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerDefaultWireframe/VeltCursorPointerDefaultWireframe.d.ts +12 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerDefaultWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerVideoHuddleWireframe/VeltCursorPointerVideoHuddleWireframe.d.ts +8 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerVideoHuddleWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCursorPointerWireframe/VeltCursorPointerWireframe.d.ts +18 -0
- package/esm/types/components/VeltCursorPointerWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSection.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanel.d.ts +2 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsButtonWireframe/VeltNotificationsPanelSettingsButtonWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsButtonWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsBackButtonWireframe/VeltNotificationsPanelSettingsBackButtonWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsBackButtonWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsDescriptionWireframe/VeltNotificationsPanelSettingsDescriptionWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsDescriptionWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsFooterWireframe/VeltNotificationsPanelSettingsFooterWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsFooterWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsHeaderWireframe/VeltNotificationsPanelSettingsHeaderTitleWireframe/VeltNotificationsPanelSettingsHeaderTitleWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsHeaderWireframe/VeltNotificationsPanelSettingsHeaderTitleWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsHeaderWireframe/VeltNotificationsPanelSettingsHeaderWireframe.d.ts +10 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsHeaderWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe/VeltNotificationsPanelSettingsAccordionContentItemIconWireframe/VeltNotificationsPanelSettingsAccordionContentItemIconWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe/VeltNotificationsPanelSettingsAccordionContentItemIconWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe/VeltNotificationsPanelSettingsAccordionContentItemLabelWireframe/VeltNotificationsPanelSettingsAccordionContentItemLabelWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe/VeltNotificationsPanelSettingsAccordionContentItemLabelWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe.d.ts +12 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentItemWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe.d.ts +10 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionContentWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerIconWireframe/VeltNotificationsPanelSettingsAccordionTriggerIconWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerIconWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerLabelWireframe/VeltNotificationsPanelSettingsAccordionTriggerLabelWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerLabelWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframe/VeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerSelectedValueWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe.d.ts +14 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionTriggerWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/VeltNotificationsPanelSettingsAccordionWireframe.d.ts +12 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsAccordionWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/VeltNotificationsPanelSettingsListWireframe.d.ts +10 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsListWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsMuteAllDescriptionWireframe/VeltNotificationsPanelSettingsMuteAllDescriptionWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsMuteAllDescriptionWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsMuteAllTitleWireframe/VeltNotificationsPanelSettingsMuteAllTitleWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsMuteAllTitleWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsMuteAllToggleWireframe/VeltNotificationsPanelSettingsMuteAllToggleWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsMuteAllToggleWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsTitleWireframe/VeltNotificationsPanelSettingsTitleWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsTitleWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/VeltNotificationsPanelSettingsWireframe.d.ts +26 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelSettingsWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelTitleTextWireframe/VeltNotificationsPanelTitleTextWireframe.d.ts +8 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelTitleTextWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelWireframe.d.ts +6 -0
- package/esm/types/components/VeltNotificationsTool/VeltNotificationsTool.d.ts +2 -0
- package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipAvatarWireframe/VeltPresenceTooltipAvatarWireframe.d.ts +8 -0
- package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipAvatarWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipStatusContainerWireframe/VeltPresenceTooltipStatusContainerWireframe.d.ts +8 -0
- package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipStatusContainerWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserActiveWireframe/VeltPresenceTooltipUserActiveWireframe.d.ts +8 -0
- package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserActiveWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserInactiveWireframe/VeltPresenceTooltipUserInactiveWireframe.d.ts +8 -0
- package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserInactiveWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserNameWireframe/VeltPresenceTooltipUserNameWireframe.d.ts +8 -0
- package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserNameWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipWireframe.d.ts +19 -0
- package/esm/types/components/VeltPresenceTooltipWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltPresenceWireframe/VeltPresenceAvatarListWireframe/VeltPresenceAvatarListItemWireframe/VeltPresenceAvatarListItemWireframe.d.ts +8 -0
- package/esm/types/components/VeltPresenceWireframe/VeltPresenceAvatarListWireframe/VeltPresenceAvatarListItemWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltPresenceWireframe/VeltPresenceAvatarListWireframe/VeltPresenceAvatarListWireframe.d.ts +10 -0
- package/esm/types/components/VeltPresenceWireframe/VeltPresenceAvatarListWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltPresenceWireframe/VeltPresenceAvatarRemainingCountWireframe/VeltPresenceAvatarRemainingCountWireframe.d.ts +8 -0
- package/esm/types/components/VeltPresenceWireframe/VeltPresenceAvatarRemainingCountWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltPresenceWireframe/VeltPresenceWireframe.d.ts +13 -0
- package/esm/types/components/VeltPresenceWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltRecorderPlayerWireframe/VeltRecorderPlayerEditButtonWireframe/VeltRecorderPlayerEditButtonWireframe.d.ts +8 -0
- package/esm/types/components/VeltRecorderPlayerWireframe/VeltRecorderPlayerEditButtonWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltRecorderPlayerWireframe/VeltRecorderPlayerVideoContainerWireframe/VeltRecorderPlayerVideoContainerWireframe.d.ts +2 -0
- package/esm/types/components/VeltVideoEditor/VeltVideoEditor.d.ts +10 -0
- package/esm/types/components/VeltVideoEditor/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerAddZoomButtonWireframe/VeltVideoEditorPlayerAddZoomButtonWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerAddZoomButtonWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerDownloadButtonWireframe/VeltVideoEditorPlayerDownloadButtonWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerDownloadButtonWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerRetakeButtonWireframe/VeltVideoEditorPlayerRetakeButtonWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerRetakeButtonWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineBackspaceHintWireframe/VeltVideoEditorPlayerTimelineBackspaceHintWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineBackspaceHintWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingArrowWireframe/VeltVideoEditorPlayerTimelineOnboardingArrowWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingArrowWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingContentWireframe/VeltVideoEditorPlayerTimelineOnboardingContentWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingContentWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe/VeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe/VeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe/VeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe/VeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe/VeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe/VeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe.d.ts +12 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe.d.ts +14 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayhead/VeltVideoEditorPlayerTimelinePlayhead.d.ts +12 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayhead/VeltVideoEditorPlayerTimelinePlayheadActionsWireframe/VeltVideoEditorPlayerTimelinePlayheadActionsWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayhead/VeltVideoEditorPlayerTimelinePlayheadActionsWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayhead/VeltVideoEditorPlayerTimelinePlayheadLineWireframe/VeltVideoEditorPlayerTimelinePlayheadLineWireframe.d.ts +8 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayhead/VeltVideoEditorPlayerTimelinePlayheadLineWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelinePlayhead/index.d.ts +1 -0
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineWireframe.d.ts +6 -2
- package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerWireframe.d.ts +6 -0
- package/esm/types/components/index.d.ts +4 -0
- package/esm/types/constants.d.ts +2 -1
- package/esm/types/hooks/Client.d.ts +10 -1
- package/esm/types/hooks/NotificationElement.d.ts +7 -2
- package/esm/types/hooks/NotificationsActions.d.ts +2 -0
- package/esm/types/hooks/PresenceElement.d.ts +3 -0
- package/esm/types/hooks/index.d.ts +3 -2
- package/esm/types/loadSnippyly.d.ts +1 -1
- package/index.d.ts +462 -50
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltVideoEditorPlayerTimelineOnboardingArrowWireframe';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../../../constants';
|
|
3
|
+
export interface IVeltVideoEditorPlayerTimelineOnboardingContentWireframeProps extends IVeltWireframeCommonProps {
|
|
4
|
+
}
|
|
5
|
+
export interface IVeltVideoEditorPlayerTimelineOnboardingContentWireframe extends React.FC<IVeltVideoEditorPlayerTimelineOnboardingContentWireframeProps> {
|
|
6
|
+
}
|
|
7
|
+
declare const VeltVideoEditorPlayerTimelineOnboardingContentWireframe: IVeltVideoEditorPlayerTimelineOnboardingContentWireframe;
|
|
8
|
+
export default VeltVideoEditorPlayerTimelineOnboardingContentWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltVideoEditorPlayerTimelineOnboardingContentWireframe';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../../../../constants';
|
|
3
|
+
export interface IVeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframeProps extends IVeltWireframeCommonProps {
|
|
4
|
+
}
|
|
5
|
+
export interface IVeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe extends React.FC<IVeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframeProps> {
|
|
6
|
+
}
|
|
7
|
+
declare const VeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe: IVeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe;
|
|
8
|
+
export default VeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../../../../constants';
|
|
3
|
+
export interface IVeltVideoEditorPlayerTimelineOnboardingTextTitleWireframeProps extends IVeltWireframeCommonProps {
|
|
4
|
+
}
|
|
5
|
+
export interface IVeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe extends React.FC<IVeltVideoEditorPlayerTimelineOnboardingTextTitleWireframeProps> {
|
|
6
|
+
}
|
|
7
|
+
declare const VeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe: IVeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe;
|
|
8
|
+
export default VeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../../../constants';
|
|
3
|
+
import { IVeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe } from './VeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe/VeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe';
|
|
4
|
+
import { IVeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe } from './VeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe/VeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe';
|
|
5
|
+
export interface IVeltVideoEditorPlayerTimelineOnboardingTextWireframeProps extends IVeltWireframeCommonProps {
|
|
6
|
+
}
|
|
7
|
+
export interface IVeltVideoEditorPlayerTimelineOnboardingTextWireframe extends React.FC<IVeltVideoEditorPlayerTimelineOnboardingTextWireframeProps> {
|
|
8
|
+
Title: IVeltVideoEditorPlayerTimelineOnboardingTextTitleWireframe;
|
|
9
|
+
Description: IVeltVideoEditorPlayerTimelineOnboardingTextDescriptionWireframe;
|
|
10
|
+
}
|
|
11
|
+
declare const VeltVideoEditorPlayerTimelineOnboardingTextWireframe: IVeltVideoEditorPlayerTimelineOnboardingTextWireframe;
|
|
12
|
+
export default VeltVideoEditorPlayerTimelineOnboardingTextWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltVideoEditorPlayerTimelineOnboardingTextWireframe';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../../constants';
|
|
3
|
+
import { IVeltVideoEditorPlayerTimelineOnboardingContentWireframe } from './VeltVideoEditorPlayerTimelineOnboardingContentWireframe/VeltVideoEditorPlayerTimelineOnboardingContentWireframe';
|
|
4
|
+
import { IVeltVideoEditorPlayerTimelineOnboardingTextWireframe } from './VeltVideoEditorPlayerTimelineOnboardingTextWireframe/VeltVideoEditorPlayerTimelineOnboardingTextWireframe';
|
|
5
|
+
import { IVeltVideoEditorPlayerTimelineOnboardingArrowWireframe } from './VeltVideoEditorPlayerTimelineOnboardingArrowWireframe/VeltVideoEditorPlayerTimelineOnboardingArrowWireframe';
|
|
6
|
+
export interface IVeltVideoEditorPlayerTimelineOnboardingWireframeProps extends IVeltWireframeCommonProps {
|
|
7
|
+
}
|
|
8
|
+
export interface IVeltVideoEditorPlayerTimelineOnboardingWireframe extends React.FC<IVeltVideoEditorPlayerTimelineOnboardingWireframeProps> {
|
|
9
|
+
Content: IVeltVideoEditorPlayerTimelineOnboardingContentWireframe;
|
|
10
|
+
Text: IVeltVideoEditorPlayerTimelineOnboardingTextWireframe;
|
|
11
|
+
Arrow: IVeltVideoEditorPlayerTimelineOnboardingArrowWireframe;
|
|
12
|
+
}
|
|
13
|
+
declare const VeltVideoEditorPlayerTimelineOnboardingWireframe: IVeltVideoEditorPlayerTimelineOnboardingWireframe;
|
|
14
|
+
export default VeltVideoEditorPlayerTimelineOnboardingWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltVideoEditorPlayerTimelineOnboardingWireframe';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../../constants';
|
|
3
|
+
import { IVeltVideoEditorPlayerTimelinePlayheadLineWireframe } from './VeltVideoEditorPlayerTimelinePlayheadLineWireframe/VeltVideoEditorPlayerTimelinePlayheadLineWireframe';
|
|
4
|
+
import { IVeltVideoEditorPlayerTimelinePlayheadActionsWireframe } from './VeltVideoEditorPlayerTimelinePlayheadActionsWireframe/VeltVideoEditorPlayerTimelinePlayheadActionsWireframe';
|
|
5
|
+
export interface IVeltVideoEditorPlayerTimelinePlayheadProps extends IVeltWireframeCommonProps {
|
|
6
|
+
}
|
|
7
|
+
export interface IVeltVideoEditorPlayerTimelinePlayhead extends React.FC<IVeltVideoEditorPlayerTimelinePlayheadProps> {
|
|
8
|
+
Line: IVeltVideoEditorPlayerTimelinePlayheadLineWireframe;
|
|
9
|
+
Actions: IVeltVideoEditorPlayerTimelinePlayheadActionsWireframe;
|
|
10
|
+
}
|
|
11
|
+
declare const VeltVideoEditorPlayerTimelinePlayhead: IVeltVideoEditorPlayerTimelinePlayhead;
|
|
12
|
+
export default VeltVideoEditorPlayerTimelinePlayhead;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../../../constants';
|
|
3
|
+
export interface IVeltVideoEditorPlayerTimelinePlayheadActionsWireframeProps extends IVeltWireframeCommonProps {
|
|
4
|
+
}
|
|
5
|
+
export interface IVeltVideoEditorPlayerTimelinePlayheadActionsWireframe extends React.FC<IVeltVideoEditorPlayerTimelinePlayheadActionsWireframeProps> {
|
|
6
|
+
}
|
|
7
|
+
declare const VeltVideoEditorPlayerTimelinePlayheadActionsWireframe: IVeltVideoEditorPlayerTimelinePlayheadActionsWireframe;
|
|
8
|
+
export default VeltVideoEditorPlayerTimelinePlayheadActionsWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltVideoEditorPlayerTimelinePlayheadActionsWireframe';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IVeltWireframeCommonProps } from '../../../../../constants';
|
|
3
|
+
export interface IVeltVideoEditorPlayerTimelinePlayheadLineWireframeProps extends IVeltWireframeCommonProps {
|
|
4
|
+
}
|
|
5
|
+
export interface IVeltVideoEditorPlayerTimelinePlayheadLineWireframe extends React.FC<IVeltVideoEditorPlayerTimelinePlayheadLineWireframeProps> {
|
|
6
|
+
}
|
|
7
|
+
declare const VeltVideoEditorPlayerTimelinePlayheadLineWireframe: IVeltVideoEditorPlayerTimelinePlayheadLineWireframe;
|
|
8
|
+
export default VeltVideoEditorPlayerTimelinePlayheadLineWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltVideoEditorPlayerTimelinePlayheadLineWireframe';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VeltVideoEditorPlayerTimelinePlayhead';
|
|
@@ -4,7 +4,9 @@ import { IVeltVideoEditorPlayerTimelineMarkerWireframe } from './VeltVideoEditor
|
|
|
4
4
|
import { IVeltVideoEditorPlayerTimelineScaleWireframe } from './VeltVideoEditorPlayerTimelineScaleWireframe/VeltVideoEditorPlayerTimelineScaleWireframe';
|
|
5
5
|
import { IVeltVideoEditorPlayerTimelineTrimWireframe } from './VeltVideoEditorPlayerTimelineTrimWireframe/VeltVideoEditorPlayerTimelineTrimWireframe';
|
|
6
6
|
import { IVeltVideoEditorPlayerTimelineContainerWireframe } from './VeltVideoEditorPlayerTimelineContainerWireframe/VeltVideoEditorPlayerTimelineContainerWireframe';
|
|
7
|
-
import {
|
|
7
|
+
import { IVeltVideoEditorPlayerTimelinePlayhead } from './VeltVideoEditorPlayerTimelinePlayhead/VeltVideoEditorPlayerTimelinePlayhead';
|
|
8
|
+
import { IVeltVideoEditorPlayerTimelineOnboardingWireframe } from './VeltVideoEditorPlayerTimelineOnboardingWireframe/VeltVideoEditorPlayerTimelineOnboardingWireframe';
|
|
9
|
+
import { IVeltVideoEditorPlayerTimelineBackspaceHintWireframe } from './VeltVideoEditorPlayerTimelineBackspaceHintWireframe/VeltVideoEditorPlayerTimelineBackspaceHintWireframe';
|
|
8
10
|
export interface IVeltVideoEditorPlayerTimelineWireframeProps extends IVeltWireframeCommonProps {
|
|
9
11
|
}
|
|
10
12
|
export interface IVeltVideoEditorPlayerTimelineWireframe extends React.FC<IVeltVideoEditorPlayerTimelineWireframeProps> {
|
|
@@ -12,7 +14,9 @@ export interface IVeltVideoEditorPlayerTimelineWireframe extends React.FC<IVeltV
|
|
|
12
14
|
Scale: IVeltVideoEditorPlayerTimelineScaleWireframe;
|
|
13
15
|
Trim: IVeltVideoEditorPlayerTimelineTrimWireframe;
|
|
14
16
|
Container: IVeltVideoEditorPlayerTimelineContainerWireframe;
|
|
15
|
-
Playhead:
|
|
17
|
+
Playhead: IVeltVideoEditorPlayerTimelinePlayhead;
|
|
18
|
+
Onboarding: IVeltVideoEditorPlayerTimelineOnboardingWireframe;
|
|
19
|
+
BackspaceHint: IVeltVideoEditorPlayerTimelineBackspaceHintWireframe;
|
|
16
20
|
}
|
|
17
21
|
declare const VeltVideoEditorPlayerTimelineWireframe: IVeltVideoEditorPlayerTimelineWireframe;
|
|
18
22
|
export default VeltVideoEditorPlayerTimelineWireframe;
|
package/esm/types/components/VeltVideoEditorPlayerWireframe/VeltVideoEditorPlayerWireframe.d.ts
CHANGED
|
@@ -11,12 +11,16 @@ import { IVeltVideoEditorPlayerTotalTimeWireframe } from './VeltVideoEditorPlaye
|
|
|
11
11
|
import { IVeltVideoEditorPlayerSplitButtonWireframe } from './VeltVideoEditorPlayerSplitButtonWireframe/VeltVideoEditorPlayerSplitButtonWireframe';
|
|
12
12
|
import { IVeltVideoEditorPlayerDeleteButtonWireframe } from './VeltVideoEditorPlayerDeleteButtonWireframe/VeltVideoEditorPlayerDeleteButtonWireframe';
|
|
13
13
|
import { IVeltVideoEditorPlayerTimelineWireframe } from './VeltVideoEditorPlayerTimelineWireframe/VeltVideoEditorPlayerTimelineWireframe';
|
|
14
|
+
import { IVeltVideoEditorPlayerDownloadButtonWireframe } from './VeltVideoEditorPlayerDownloadButtonWireframe/VeltVideoEditorPlayerDownloadButtonWireframe';
|
|
15
|
+
import { IVeltVideoEditorPlayerAddZoomButtonWireframe } from './VeltVideoEditorPlayerAddZoomButtonWireframe/VeltVideoEditorPlayerAddZoomButtonWireframe';
|
|
16
|
+
import { IVeltVideoEditorPlayerRetakeButtonWireframe } from './VeltVideoEditorPlayerRetakeButtonWireframe/VeltVideoEditorPlayerRetakeButtonWireframe';
|
|
14
17
|
export interface IVeltVideoEditorPlayerWireframeProps extends IVeltWireframeCommonProps {
|
|
15
18
|
}
|
|
16
19
|
export interface IVeltVideoEditorPlayerWireframe extends React.FC<IVeltVideoEditorPlayerWireframeProps> {
|
|
17
20
|
Title: IVeltVideoEditorPlayerTitleWireframe;
|
|
18
21
|
ApplyButton: IVeltVideoEditorPlayerApplyButtonWireframe;
|
|
19
22
|
CloseButton: IVeltVideoEditorPlayerCloseButtonWireframe;
|
|
23
|
+
DownloadButton: IVeltVideoEditorPlayerDownloadButtonWireframe;
|
|
20
24
|
Preview: IVeltVideoEditorPlayerPreviewWireframe;
|
|
21
25
|
ToggleButton: IVeltVideoEditorPlayerToggleButtonWireframe;
|
|
22
26
|
Time: IVeltVideoEditorPlayerTimeWireframe;
|
|
@@ -25,6 +29,8 @@ export interface IVeltVideoEditorPlayerWireframe extends React.FC<IVeltVideoEdit
|
|
|
25
29
|
SplitButton: IVeltVideoEditorPlayerSplitButtonWireframe;
|
|
26
30
|
DeleteButton: IVeltVideoEditorPlayerDeleteButtonWireframe;
|
|
27
31
|
Timeline: IVeltVideoEditorPlayerTimelineWireframe;
|
|
32
|
+
AddZoomButton: IVeltVideoEditorPlayerAddZoomButtonWireframe;
|
|
33
|
+
RetakeButton: IVeltVideoEditorPlayerRetakeButtonWireframe;
|
|
28
34
|
}
|
|
29
35
|
declare const VeltVideoEditorPlayerWireframe: IVeltVideoEditorPlayerWireframe;
|
|
30
36
|
export default VeltVideoEditorPlayerWireframe;
|
|
@@ -41,6 +41,7 @@ export { default as VeltReactionTool } from "./VeltReactionTool";
|
|
|
41
41
|
export { default as VeltInlineReactionsSection } from "./VeltInlineReactionsSection";
|
|
42
42
|
export { default as VeltCommentComposer } from "./VeltCommentComposer";
|
|
43
43
|
export { default as VeltSingleEditorModePanel } from "./VeltSingleEditorModePanel";
|
|
44
|
+
export { default as VeltVideoEditor } from "./VeltVideoEditor";
|
|
44
45
|
export { default as VeltWireframe } from "./VeltWireframe";
|
|
45
46
|
export { default as VeltCommentDialogWireframe } from "./VeltCommentDialogWireframe";
|
|
46
47
|
export { default as VeltCommentsSidebarWireframe } from "./VeltCommentsSidebarWireframe";
|
|
@@ -89,3 +90,6 @@ export { default as VeltSubtitlesWireframe } from "./VeltSubtitlesWireframe";
|
|
|
89
90
|
export { default as VeltTranscriptionWireframe } from "./VeltTranscriptionWireframe";
|
|
90
91
|
export { default as VeltButtonWireframe } from "./VeltButtonWireframe";
|
|
91
92
|
export { default as VeltSingleEditorModePanelWireframe } from "./VeltSingleEditorModePanelWireframe";
|
|
93
|
+
export { default as VeltPresenceWireframe } from "./VeltPresenceWireframe";
|
|
94
|
+
export { default as VeltPresenceTooltipWireframe } from "./VeltPresenceTooltipWireframe";
|
|
95
|
+
export { default as VeltCursorPointerWireframe } from "./VeltCursorPointerWireframe";
|
package/esm/types/constants.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const VELT_SDK_VERSION = "4.5.
|
|
2
|
+
export declare const VELT_SDK_VERSION = "4.5.1";
|
|
3
3
|
export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
|
|
4
4
|
export declare const VELT_TAB_ID = "veltTabId";
|
|
5
|
+
export declare const INTEGRITY_MAP: Record<string, string>;
|
|
5
6
|
export interface IVeltWireframeCommonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6
7
|
veltIf?: string;
|
|
7
8
|
veltClass?: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Location, User, Options, DocumentMetadata, Document, SetDocumentsRequestOptions } from "@veltdev/types";
|
|
1
|
+
import { Location, User, Options, DocumentMetadata, Document, SetDocumentsRequestOptions, SetLocationsRequestOptions } from "@veltdev/types";
|
|
2
2
|
export declare function useClient(): any;
|
|
3
3
|
export declare function useIdentify(user: User, userOptions?: Options): void;
|
|
4
4
|
export declare function useSetDocument(documentId: string, documentMetadata?: DocumentMetadata): void;
|
|
@@ -6,7 +6,16 @@ export declare function useSetDocumentId(documentId: string): void;
|
|
|
6
6
|
export declare function useSetDocuments(): {
|
|
7
7
|
setDocuments: (documents: Document[], options?: SetDocumentsRequestOptions) => void;
|
|
8
8
|
};
|
|
9
|
+
export declare function useSetRootDocument(): {
|
|
10
|
+
setRootDocument: (document: Document) => void;
|
|
11
|
+
};
|
|
9
12
|
export declare function useUnsetDocumentId(): void;
|
|
10
13
|
export declare function useUnsetDocuments(): void;
|
|
11
14
|
export declare function useSetLocation(location: Location, appendLocation?: boolean): void;
|
|
15
|
+
export declare function useSetLocations(): {
|
|
16
|
+
setLocations: (locations: Location[], options?: SetLocationsRequestOptions) => void;
|
|
17
|
+
};
|
|
18
|
+
export declare function useSetRootLocation(): {
|
|
19
|
+
setRootLocation: (location: Location) => void;
|
|
20
|
+
};
|
|
12
21
|
export declare function useVeltInitState(): boolean | undefined;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
import { Notification, NotificationElement } from "@veltdev/types";
|
|
1
|
+
import { GetNotificationsDataQuery, Notification, NotificationElement, NotificationInitialSettingsConfig, NotificationSettingsConfig } from "@veltdev/types";
|
|
2
2
|
export declare function useNotificationUtils(): NotificationElement | undefined;
|
|
3
|
-
export declare function useNotificationsData(): Notification[] | null;
|
|
3
|
+
export declare function useNotificationsData(query?: GetNotificationsDataQuery): Notification[] | null;
|
|
4
4
|
export declare function useUnreadNotificationsCount(): {
|
|
5
5
|
forYou: number | null;
|
|
6
6
|
all: number | null;
|
|
7
7
|
};
|
|
8
|
+
export declare function useNotificationSettings(): {
|
|
9
|
+
setSettings: (settings: NotificationSettingsConfig) => void;
|
|
10
|
+
setSettingsInitialConfig: (settingsInitialConfig: NotificationInitialSettingsConfig[]) => void;
|
|
11
|
+
settings: NotificationSettingsConfig | null;
|
|
12
|
+
};
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { GetPresenceDataResponse, PresenceElement, PresenceRequestQuery, PresenceUser } from "@veltdev/types";
|
|
2
2
|
export declare function usePresenceUtils(): PresenceElement | undefined;
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated Use `usePresenceData` hook instead.
|
|
5
|
+
*/
|
|
3
6
|
export declare function usePresenceUsers(): PresenceUser[] | null;
|
|
4
7
|
export declare function usePresenceData(query?: PresenceRequestQuery): GetPresenceDataResponse;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { useSetLocation, useSetDocument, useSetDocumentId, useSetDocuments, useUnsetDocumentId, useUnsetDocuments, useIdentify, useClient, useVeltInitState, } from './Client';
|
|
1
|
+
export { useSetLocation, useSetDocument, useSetDocumentId, useSetDocuments, useSetRootDocument, useSetLocations, useSetRootLocation, useUnsetDocumentId, useUnsetDocuments, useIdentify, useClient, useVeltInitState, } from './Client';
|
|
2
2
|
export { useCommentUtils, useCommentAnnotations, useCommentAddHandler, useCommentModeState, useCommentUpdateHandler, useCommentDialogSidebarClickHandler, useCommentSelectionChangeHandler, useUnreadCommentCountByAnnotationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountOnCurrentDocument, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentCountByLocationId, useCommentCopyLinkHandler, useCommentAnnotationById, useCommentSidebarActionButtonClick, useCommentSidebarInit, useCommentSidebarData, } from './CommentElement';
|
|
3
3
|
export { useAddAttachment, useDeleteAttachment, useGetAttachment, useDeleteRecording, useGetRecording, useAddReaction, useDeleteReaction, useToggleReaction, useAddComment, useUpdateComment, useDeleteComment, useAddCommentAnnotation, useDeleteCommentAnnotation, useApproveCommentAnnotation, useSubscribeCommentAnnotation, useUnsubscribeCommentAnnotation, useAssignUser, useCopyLink, useGetComment, useGetLink, useRejectCommentAnnotation, useResolveCommentAnnotation, useUpdateAccess, useUpdatePriority, useUpdateStatus, useCommentActionCallback, useCommentEventCallback, useGetCommentAnnotations, useCommentAnnotationsCount, } from './CommentActions';
|
|
4
4
|
export { useVeltEventCallback } from './CoreActions';
|
|
@@ -14,6 +14,7 @@ export { useAIRewriterUtils, } from './RewriterElement';
|
|
|
14
14
|
export { useLiveSelectionUtils, useLiveSelectionDataHandler, } from './SelectionElement';
|
|
15
15
|
export { useTagUtils, useTagAnnotations, } from './TagElement';
|
|
16
16
|
export { useViewsUtils, useUniqueViewsByDate, useUniqueViewsByUser, } from './ViewsElement';
|
|
17
|
-
export { useNotificationUtils, useNotificationsData, useUnreadNotificationsCount } from './NotificationElement';
|
|
17
|
+
export { useNotificationUtils, useNotificationsData, useUnreadNotificationsCount, useNotificationSettings, } from './NotificationElement';
|
|
18
|
+
export { useNotificationEventCallback, } from './NotificationsActions';
|
|
18
19
|
export { useAutocompleteUtils, useAutocompleteChipClick, } from './AutocompleteElement';
|
|
19
20
|
export { useContactUtils, useContactSelected, useContactList, } from './ContactElement';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const loadVelt: (callback: Function, version?: string, staging?: boolean, develop?: boolean, proxyDomain?: string) => void;
|
|
1
|
+
declare const loadVelt: (callback: Function, version?: string, staging?: boolean, develop?: boolean, proxyDomain?: string, integrity?: boolean, integrityValue?: string) => void;
|
|
2
2
|
export default loadVelt;
|