@veltdev/react 1.0.110 → 1.0.112
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 +114 -114
- package/cjs/index.js.map +1 -1
- package/cjs/types/components/SnippylyComments/SnippylyComments.d.ts +2 -0
- package/cjs/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarCloseButton/VeltCommentsSidebarCloseButton.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarCloseButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarEmptyPlaceholder/VeltCommentsSidebarEmptyPlaceholder.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarEmptyPlaceholder/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilter.d.ts +31 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterAllOption/VeltCommentsSidebarFilterAllOption.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterAllOption/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCategory/VeltCommentsSidebarFilterCategory.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCategory/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckbox.d.ts +11 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckboxChecked/VeltCommentsSidebarFilterCheckboxChecked.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckboxChecked/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckboxUnchecked/VeltCommentsSidebarFilterCheckboxUnchecked.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckboxUnchecked/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCloseButton/VeltCommentsSidebarFilterCloseButton.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCloseButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCommentType/VeltCommentsSidebarFilterCommentType.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCommentType/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterDoneButton/VeltCommentsSidebarFilterDoneButton.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterDoneButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterGroupBy/VeltCommentsSidebarFilterGroupBy.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterGroupBy/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterLocation/VeltCommentsSidebarFilterLocation.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterLocation/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPeople/VeltCommentsSidebarFilterPeople.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPeople/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPriority/VeltCommentsSidebarFilterPriority.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPriority/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterTitle/VeltCommentsSidebarFilterTitle.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterTitle/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterVersions/VeltCommentsSidebarFilterVersions.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterVersions/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilterButton/VeltCommentsSidebarFilterButton.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilterButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarHeader/VeltCommentsSidebarHeader.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarHeader/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarList/VeltCommentsSidebarList.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarList/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarPageMode/VeltCommentsSidebarPageMode.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarPageMode/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarSearch/VeltCommentsSidebarSearch.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarSearch/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarStatus/VeltCommentsSidebarStatus.d.ts +5 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarStatus/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarWireframe.d.ts +25 -0
- package/cjs/types/components/VeltCommentsSidebarWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltTextCommentToolWireframe/VeltTextCommentToolWireframe.d.ts +5 -0
- package/cjs/types/components/VeltTextCommentToolWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltTextCommentToolbarWireframe/VeltTextCommentToolbar.d.ts +14 -0
- package/cjs/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdown.d.ts +14 -0
- package/cjs/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownAvatar/VeltUserSelectorDropdownAvatar.d.ts +5 -0
- package/cjs/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownAvatar/index.d.ts +1 -0
- package/cjs/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownEmail/VeltUserSelectorDropdownEmail.d.ts +5 -0
- package/cjs/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownEmail/index.d.ts +1 -0
- package/cjs/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownErrorIcon/VeltUserSelectorDropdownErrorIcon.d.ts +5 -0
- package/cjs/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownErrorIcon/index.d.ts +1 -0
- package/cjs/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownName/VeltUserSelectorDropdownName.d.ts +5 -0
- package/cjs/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownName/index.d.ts +1 -0
- package/cjs/types/components/VeltUserSelectorDropdownWireframe/index.d.ts +1 -0
- package/cjs/types/components/index.d.ts +4 -12
- package/esm/index.js +111 -103
- package/esm/index.js.map +1 -1
- package/esm/types/components/SnippylyComments/SnippylyComments.d.ts +2 -0
- package/esm/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarCloseButton/VeltCommentsSidebarCloseButton.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarCloseButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarEmptyPlaceholder/VeltCommentsSidebarEmptyPlaceholder.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarEmptyPlaceholder/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilter.d.ts +31 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterAllOption/VeltCommentsSidebarFilterAllOption.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterAllOption/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCategory/VeltCommentsSidebarFilterCategory.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCategory/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckbox.d.ts +11 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckboxChecked/VeltCommentsSidebarFilterCheckboxChecked.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckboxChecked/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckboxUnchecked/VeltCommentsSidebarFilterCheckboxUnchecked.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/VeltCommentsSidebarFilterCheckboxUnchecked/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCheckbox/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCloseButton/VeltCommentsSidebarFilterCloseButton.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCloseButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCommentType/VeltCommentsSidebarFilterCommentType.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterCommentType/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterDoneButton/VeltCommentsSidebarFilterDoneButton.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterDoneButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterGroupBy/VeltCommentsSidebarFilterGroupBy.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterGroupBy/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterLocation/VeltCommentsSidebarFilterLocation.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterLocation/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPeople/VeltCommentsSidebarFilterPeople.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPeople/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPriority/VeltCommentsSidebarFilterPriority.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterPriority/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterTitle/VeltCommentsSidebarFilterTitle.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterTitle/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterVersions/VeltCommentsSidebarFilterVersions.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/VeltCommentsSidebarFilterVersions/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilter/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilterButton/VeltCommentsSidebarFilterButton.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFilterButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarHeader/VeltCommentsSidebarHeader.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarHeader/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarList/VeltCommentsSidebarList.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarList/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarPageMode/VeltCommentsSidebarPageMode.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarPageMode/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarSearch/VeltCommentsSidebarSearch.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarSearch/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarStatus/VeltCommentsSidebarStatus.d.ts +5 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarStatus/index.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarWireframe.d.ts +25 -0
- package/esm/types/components/VeltCommentsSidebarWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltTextCommentToolWireframe/VeltTextCommentToolWireframe.d.ts +5 -0
- package/esm/types/components/VeltTextCommentToolWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltTextCommentToolbarWireframe/VeltTextCommentToolbar.d.ts +14 -0
- package/esm/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdown.d.ts +14 -0
- package/esm/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownAvatar/VeltUserSelectorDropdownAvatar.d.ts +5 -0
- package/esm/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownAvatar/index.d.ts +1 -0
- package/esm/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownEmail/VeltUserSelectorDropdownEmail.d.ts +5 -0
- package/esm/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownEmail/index.d.ts +1 -0
- package/esm/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownErrorIcon/VeltUserSelectorDropdownErrorIcon.d.ts +5 -0
- package/esm/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownErrorIcon/index.d.ts +1 -0
- package/esm/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownName/VeltUserSelectorDropdownName.d.ts +5 -0
- package/esm/types/components/VeltUserSelectorDropdownWireframe/VeltUserSelectorDropdownName/index.d.ts +1 -0
- package/esm/types/components/VeltUserSelectorDropdownWireframe/index.d.ts +1 -0
- package/esm/types/components/index.d.ts +4 -12
- package/index.d.ts +84 -79
- package/package.json +1 -1
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarCloseButton/VeltCommentSidebarCloseButton.d.ts +0 -5
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarCloseButton/index.d.ts +0 -1
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarEmptyPlaceholder/VeltCommentSidebarEmptyPlaceholder.d.ts +0 -5
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarEmptyPlaceholder/index.d.ts +0 -1
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilter.d.ts +0 -33
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterAllOption/VeltCommentSidebarFilterAllOption.d.ts +0 -5
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterAllOption/index.d.ts +0 -1
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterButton/VeltCommentSidebarFilterButton.d.ts +0 -5
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterButton/index.d.ts +0 -1
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCategory/VeltCommentSidebarFilterCategory.d.ts +0 -5
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCategory/index.d.ts +0 -1
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckbox.d.ts +0 -11
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckboxChecked/VeltCommentSidebarFilterCheckboxChecked.d.ts +0 -5
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckboxChecked/index.d.ts +0 -1
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckboxUnchecked/VeltCommentSidebarFilterCheckboxUnchecked.d.ts +0 -5
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckboxUnchecked/index.d.ts +0 -1
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/index.d.ts +0 -1
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCloseButton/VeltCommentSidebarFilterCloseButton.d.ts +0 -5
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCloseButton/index.d.ts +0 -1
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCommentType/VeltCommentSidebarFilterCommentType.d.ts +0 -5
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCommentType/index.d.ts +0 -1
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterDoneButton/VeltCommentSidebarFilterDoneButton.d.ts +0 -5
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterDoneButton/index.d.ts +0 -1
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterGroupBy/VeltCommentSidebarFilterGroupBy.d.ts +0 -5
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterGroupBy/index.d.ts +0 -1
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterLocation/VeltCommentSidebarFilterLocation.d.ts +0 -5
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterLocation/index.d.ts +0 -1
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterPeople/VeltCommentSidebarFilterPeople.d.ts +0 -5
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterPeople/index.d.ts +0 -1
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterPriority/VeltCommentSidebarFilterPriority.d.ts +0 -5
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterPriority/index.d.ts +0 -1
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterTitle/VeltCommentSidebarFilterTitle.d.ts +0 -5
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterTitle/index.d.ts +0 -1
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterVersions/VeltCommentSidebarFilterVersions.d.ts +0 -5
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterVersions/index.d.ts +0 -1
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/index.d.ts +0 -1
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarHeader/VeltCommentSidebarHeader.d.ts +0 -5
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarHeader/index.d.ts +0 -1
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarList/VeltCommentSidebarList.d.ts +0 -5
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarList/index.d.ts +0 -1
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarPageMode/VeltCommentSidebarPageMode.d.ts +0 -5
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarPageMode/index.d.ts +0 -1
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarSearch/VeltCommentSidebarSearch.d.ts +0 -5
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarSearch/index.d.ts +0 -1
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarStatus/VeltCommentSidebarStatus.d.ts +0 -5
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarStatus/index.d.ts +0 -1
- package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarWireframe.d.ts +0 -23
- package/cjs/types/components/VeltCommentSidebarWireframe/index.d.ts +0 -1
- package/cjs/types/components/VeltTextComment/VeltTextCommentTool/VeltTextCommentTool.d.ts +0 -5
- package/cjs/types/components/VeltTextComment/VeltTextCommentTool/index.d.ts +0 -1
- package/cjs/types/components/VeltTextComment/VeltTextCommentToolbar/VeltTextCommentToolbar.d.ts +0 -5
- package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdown/VeltUserSelectorInternalDropdown.d.ts +0 -5
- package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdown/index.d.ts +0 -1
- package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownAvatar/VeltUserSelectorInternalDropdownAvatar.d.ts +0 -5
- package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownAvatar/index.d.ts +0 -1
- package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownEmail/VeltUserSelectorInternalDropdownEmail.d.ts +0 -5
- package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownEmail/index.d.ts +0 -1
- package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownErrorIcon/VeltUserSelectorInternalDropdownErrorIcon.d.ts +0 -5
- package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownErrorIcon/index.d.ts +0 -1
- package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownName/VeltUserSelectorInternalDropdownName.d.ts +0 -5
- package/cjs/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownName/index.d.ts +0 -1
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarCloseButton/VeltCommentSidebarCloseButton.d.ts +0 -5
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarCloseButton/index.d.ts +0 -1
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarEmptyPlaceholder/VeltCommentSidebarEmptyPlaceholder.d.ts +0 -5
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarEmptyPlaceholder/index.d.ts +0 -1
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilter.d.ts +0 -33
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterAllOption/VeltCommentSidebarFilterAllOption.d.ts +0 -5
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterAllOption/index.d.ts +0 -1
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterButton/VeltCommentSidebarFilterButton.d.ts +0 -5
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterButton/index.d.ts +0 -1
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCategory/VeltCommentSidebarFilterCategory.d.ts +0 -5
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCategory/index.d.ts +0 -1
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckbox.d.ts +0 -11
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckboxChecked/VeltCommentSidebarFilterCheckboxChecked.d.ts +0 -5
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckboxChecked/index.d.ts +0 -1
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckboxUnchecked/VeltCommentSidebarFilterCheckboxUnchecked.d.ts +0 -5
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckboxUnchecked/index.d.ts +0 -1
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCheckbox/index.d.ts +0 -1
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCloseButton/VeltCommentSidebarFilterCloseButton.d.ts +0 -5
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCloseButton/index.d.ts +0 -1
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCommentType/VeltCommentSidebarFilterCommentType.d.ts +0 -5
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterCommentType/index.d.ts +0 -1
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterDoneButton/VeltCommentSidebarFilterDoneButton.d.ts +0 -5
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterDoneButton/index.d.ts +0 -1
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterGroupBy/VeltCommentSidebarFilterGroupBy.d.ts +0 -5
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterGroupBy/index.d.ts +0 -1
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterLocation/VeltCommentSidebarFilterLocation.d.ts +0 -5
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterLocation/index.d.ts +0 -1
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterPeople/VeltCommentSidebarFilterPeople.d.ts +0 -5
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterPeople/index.d.ts +0 -1
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterPriority/VeltCommentSidebarFilterPriority.d.ts +0 -5
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterPriority/index.d.ts +0 -1
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterTitle/VeltCommentSidebarFilterTitle.d.ts +0 -5
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterTitle/index.d.ts +0 -1
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterVersions/VeltCommentSidebarFilterVersions.d.ts +0 -5
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/VeltCommentSidebarFilterVersions/index.d.ts +0 -1
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/index.d.ts +0 -1
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarHeader/VeltCommentSidebarHeader.d.ts +0 -5
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarHeader/index.d.ts +0 -1
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarList/VeltCommentSidebarList.d.ts +0 -5
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarList/index.d.ts +0 -1
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarPageMode/VeltCommentSidebarPageMode.d.ts +0 -5
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarPageMode/index.d.ts +0 -1
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarSearch/VeltCommentSidebarSearch.d.ts +0 -5
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarSearch/index.d.ts +0 -1
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarStatus/VeltCommentSidebarStatus.d.ts +0 -5
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarStatus/index.d.ts +0 -1
- package/esm/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarWireframe.d.ts +0 -23
- package/esm/types/components/VeltCommentSidebarWireframe/index.d.ts +0 -1
- package/esm/types/components/VeltTextComment/VeltTextCommentTool/VeltTextCommentTool.d.ts +0 -5
- package/esm/types/components/VeltTextComment/VeltTextCommentTool/index.d.ts +0 -1
- package/esm/types/components/VeltTextComment/VeltTextCommentToolbar/VeltTextCommentToolbar.d.ts +0 -5
- package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdown/VeltUserSelectorInternalDropdown.d.ts +0 -5
- package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdown/index.d.ts +0 -1
- package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownAvatar/VeltUserSelectorInternalDropdownAvatar.d.ts +0 -5
- package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownAvatar/index.d.ts +0 -1
- package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownEmail/VeltUserSelectorInternalDropdownEmail.d.ts +0 -5
- package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownEmail/index.d.ts +0 -1
- package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownErrorIcon/VeltUserSelectorInternalDropdownErrorIcon.d.ts +0 -5
- package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownErrorIcon/index.d.ts +0 -1
- package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownName/VeltUserSelectorInternalDropdownName.d.ts +0 -5
- package/esm/types/components/VeltUserSelector/VeltUserSelectorInternalDropdownName/index.d.ts +0 -1
- /package/cjs/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarCommentAnnotation/VeltTextCommentToolbarCommentAnnotation.d.ts +0 -0
- /package/cjs/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarCommentAnnotation/index.d.ts +0 -0
- /package/cjs/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarCopywriter/VeltTextCommentToolbarCopywriter.d.ts +0 -0
- /package/cjs/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarCopywriter/index.d.ts +0 -0
- /package/cjs/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarGeneric/VeltTextCommentToolbarGeneric.d.ts +0 -0
- /package/cjs/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarGeneric/index.d.ts +0 -0
- /package/cjs/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarSeperator/VeltTextCommentToolbarSeperator.d.ts +0 -0
- /package/cjs/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarSeperator/index.d.ts +0 -0
- /package/cjs/types/components/{VeltTextComment/VeltTextCommentToolbar → VeltTextCommentToolbarWireframe}/index.d.ts +0 -0
- /package/esm/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarCommentAnnotation/VeltTextCommentToolbarCommentAnnotation.d.ts +0 -0
- /package/esm/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarCommentAnnotation/index.d.ts +0 -0
- /package/esm/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarCopywriter/VeltTextCommentToolbarCopywriter.d.ts +0 -0
- /package/esm/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarCopywriter/index.d.ts +0 -0
- /package/esm/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarGeneric/VeltTextCommentToolbarGeneric.d.ts +0 -0
- /package/esm/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarGeneric/index.d.ts +0 -0
- /package/esm/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarSeperator/VeltTextCommentToolbarSeperator.d.ts +0 -0
- /package/esm/types/components/{VeltTextComment → VeltTextCommentToolbarWireframe}/VeltTextCommentToolbarSeperator/index.d.ts +0 -0
- /package/esm/types/components/{VeltTextComment/VeltTextCommentToolbar → VeltTextCommentToolbarWireframe}/index.d.ts +0 -0
package/index.d.ts
CHANGED
|
@@ -81,6 +81,8 @@ interface IVeltCommentsProps extends React.DetailedHTMLProps<React.HTMLAttribute
|
|
|
81
81
|
recordingSummary?: boolean;
|
|
82
82
|
recordingCountdown?: boolean;
|
|
83
83
|
unreadIndicatorMode?: 'minimal' | 'verbose';
|
|
84
|
+
pinShadowDom?: boolean;
|
|
85
|
+
dialogShadowDom?: boolean;
|
|
84
86
|
allowedElementIds?: string[];
|
|
85
87
|
allowedElementClassNames?: string[];
|
|
86
88
|
allowedElementQuerySelectors?: string[];
|
|
@@ -153,6 +155,7 @@ interface IVeltCommentsSidebarProps {
|
|
|
153
155
|
currentLocationSuffix?: boolean;
|
|
154
156
|
variant?: string;
|
|
155
157
|
dialogVariant?: string;
|
|
158
|
+
shadowDom?: boolean;
|
|
156
159
|
filterConfig?: CommentSidebarFilterConfig;
|
|
157
160
|
groupConfig?: CommentSidebarGroupConfig;
|
|
158
161
|
filters?: CommentSidebarFilters;
|
|
@@ -522,106 +525,106 @@ declare const VeltCommentDialogWireframe: React.FC<IVeltCommentDialogWireframePr
|
|
|
522
525
|
Upgrade: React.FC<IVeltCommentDialogUpgradeProps>;
|
|
523
526
|
};
|
|
524
527
|
|
|
525
|
-
interface
|
|
528
|
+
interface IVeltCommentsSidebarCloseButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
526
529
|
}
|
|
527
530
|
|
|
528
|
-
interface
|
|
531
|
+
interface IVeltCommentsSidebarEmptyPlaceholderProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
529
532
|
}
|
|
530
533
|
|
|
531
|
-
interface
|
|
534
|
+
interface IVeltCommentsSidebarFilterAllOptionProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
532
535
|
}
|
|
533
536
|
|
|
534
|
-
interface
|
|
537
|
+
interface IVeltCommentsSidebarFilterCategoryProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
535
538
|
}
|
|
536
539
|
|
|
537
|
-
interface
|
|
540
|
+
interface IVeltCommentsSidebarFilterCheckboxCheckedProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
538
541
|
}
|
|
539
542
|
|
|
540
|
-
interface
|
|
543
|
+
interface IVeltCommentsSidebarFilterCheckboxUncheckedProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
541
544
|
}
|
|
542
545
|
|
|
543
|
-
interface
|
|
546
|
+
interface IVeltCommentsSidebarFilterCheckboxProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
544
547
|
}
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
interface IVeltCommentSidebarFilterCheckbox extends React.FC<IVeltCommentSidebarFilterCheckboxProps> {
|
|
549
|
-
Checked: React.FC<IVeltCommentSidebarFilterCheckboxCheckedProps>;
|
|
550
|
-
Unchecked: React.FC<IVeltCommentSidebarFilterCheckboxUncheckedProps>;
|
|
548
|
+
interface IVeltCommentsSidebarFilterCheckbox extends React.FC<IVeltCommentsSidebarFilterCheckboxProps> {
|
|
549
|
+
Checked: React.FC<IVeltCommentsSidebarFilterCheckboxCheckedProps>;
|
|
550
|
+
Unchecked: React.FC<IVeltCommentsSidebarFilterCheckboxUncheckedProps>;
|
|
551
551
|
}
|
|
552
552
|
|
|
553
|
-
interface
|
|
553
|
+
interface IVeltCommentsSidebarFilterCloseButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
554
554
|
}
|
|
555
555
|
|
|
556
|
-
interface
|
|
556
|
+
interface IVeltCommentsSidebarFilterCommentTypeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
557
557
|
}
|
|
558
558
|
|
|
559
|
-
interface
|
|
559
|
+
interface IVeltCommentsSidebarFilterDoneButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
560
560
|
}
|
|
561
561
|
|
|
562
|
-
interface
|
|
562
|
+
interface IVeltCommentsSidebarFilterGroupByProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
563
563
|
}
|
|
564
564
|
|
|
565
|
-
interface
|
|
565
|
+
interface IVeltCommentsSidebarFilterLocationProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
566
566
|
}
|
|
567
567
|
|
|
568
|
-
interface
|
|
568
|
+
interface IVeltCommentsSidebarFilterPeopleProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
569
569
|
}
|
|
570
570
|
|
|
571
|
-
interface
|
|
571
|
+
interface IVeltCommentsSidebarFilterPriorityProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
572
572
|
}
|
|
573
573
|
|
|
574
|
-
interface
|
|
574
|
+
interface IVeltCommentsSidebarFilterTitleProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
575
575
|
}
|
|
576
576
|
|
|
577
|
-
interface
|
|
577
|
+
interface IVeltCommentsSidebarFilterVersionsProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
578
578
|
}
|
|
579
579
|
|
|
580
|
-
interface
|
|
580
|
+
interface IVeltCommentsSidebarFilterProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
581
|
+
}
|
|
582
|
+
interface IVeltCommentsSidebarFilter extends React.FC<IVeltCommentsSidebarFilterProps> {
|
|
583
|
+
AllOption: React.FC<IVeltCommentsSidebarFilterAllOptionProps>;
|
|
584
|
+
Category: React.FC<IVeltCommentsSidebarFilterCategoryProps>;
|
|
585
|
+
Checkbox: IVeltCommentsSidebarFilterCheckbox;
|
|
586
|
+
CloseButton: React.FC<IVeltCommentsSidebarFilterCloseButtonProps>;
|
|
587
|
+
CommentType: React.FC<IVeltCommentsSidebarFilterCommentTypeProps>;
|
|
588
|
+
DoneButton: React.FC<IVeltCommentsSidebarFilterDoneButtonProps>;
|
|
589
|
+
GroupBy: React.FC<IVeltCommentsSidebarFilterGroupByProps>;
|
|
590
|
+
Location: React.FC<IVeltCommentsSidebarFilterLocationProps>;
|
|
591
|
+
People: React.FC<IVeltCommentsSidebarFilterPeopleProps>;
|
|
592
|
+
Priority: React.FC<IVeltCommentsSidebarFilterPriorityProps>;
|
|
593
|
+
Title: React.FC<IVeltCommentsSidebarFilterTitleProps>;
|
|
594
|
+
Versions: React.FC<IVeltCommentsSidebarFilterVersionsProps>;
|
|
581
595
|
}
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
Button: React.FC<IVeltCommentSidebarFilterButtonProps>;
|
|
585
|
-
Category: React.FC<IVeltCommentSidebarFilterCategoryProps>;
|
|
586
|
-
Checkbox: IVeltCommentSidebarFilterCheckbox;
|
|
587
|
-
CloseButton: React.FC<IVeltCommentSidebarFilterCloseButtonProps>;
|
|
588
|
-
CommentType: React.FC<IVeltCommentSidebarFilterCommentTypeProps>;
|
|
589
|
-
DoneButton: React.FC<IVeltCommentSidebarFilterDoneButtonProps>;
|
|
590
|
-
GroupBy: React.FC<IVeltCommentSidebarFilterGroupByProps>;
|
|
591
|
-
Location: React.FC<IVeltCommentSidebarFilterLocationProps>;
|
|
592
|
-
People: React.FC<IVeltCommentSidebarFilterPeopleProps>;
|
|
593
|
-
Priority: React.FC<IVeltCommentSidebarFilterPriorityProps>;
|
|
594
|
-
Title: React.FC<IVeltCommentSidebarFilterTitleProps>;
|
|
595
|
-
Versions: React.FC<IVeltCommentSidebarFilterVersionsProps>;
|
|
596
|
+
|
|
597
|
+
interface IVeltCommentsSidebarHeaderProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
596
598
|
}
|
|
597
599
|
|
|
598
|
-
interface
|
|
600
|
+
interface IVeltCommentsSidebarListProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
599
601
|
}
|
|
600
602
|
|
|
601
|
-
interface
|
|
603
|
+
interface IVeltCommentsSidebarPageModeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
602
604
|
}
|
|
603
605
|
|
|
604
|
-
interface
|
|
606
|
+
interface IVeltCommentsSidebarSearchProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
605
607
|
}
|
|
606
608
|
|
|
607
|
-
interface
|
|
609
|
+
interface IVeltCommentsSidebarStatusProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
608
610
|
}
|
|
609
611
|
|
|
610
|
-
interface
|
|
612
|
+
interface IVeltCommentsSidebarFilterButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
611
613
|
}
|
|
612
614
|
|
|
613
|
-
interface
|
|
615
|
+
interface IVeltCommentsSidebarWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
614
616
|
variant?: string;
|
|
615
617
|
}
|
|
616
|
-
declare const
|
|
617
|
-
CloseButton: React.FC<
|
|
618
|
-
EmptyPlaceholder: React.FC<
|
|
619
|
-
Filter:
|
|
620
|
-
Header: React.FC<
|
|
621
|
-
List: React.FC<
|
|
622
|
-
PageMode: React.FC<
|
|
623
|
-
Search: React.FC<
|
|
624
|
-
Status: React.FC<
|
|
618
|
+
declare const VeltCommentsSidebarWireframe: React.FC<IVeltCommentsSidebarWireframeProps> & {
|
|
619
|
+
CloseButton: React.FC<IVeltCommentsSidebarCloseButtonProps>;
|
|
620
|
+
EmptyPlaceholder: React.FC<IVeltCommentsSidebarEmptyPlaceholderProps>;
|
|
621
|
+
Filter: IVeltCommentsSidebarFilter;
|
|
622
|
+
Header: React.FC<IVeltCommentsSidebarHeaderProps>;
|
|
623
|
+
List: React.FC<IVeltCommentsSidebarListProps>;
|
|
624
|
+
PageMode: React.FC<IVeltCommentsSidebarPageModeProps>;
|
|
625
|
+
Search: React.FC<IVeltCommentsSidebarSearchProps>;
|
|
626
|
+
Status: React.FC<IVeltCommentsSidebarStatusProps>;
|
|
627
|
+
FilterButton: React.FC<IVeltCommentsSidebarFilterButtonProps>;
|
|
625
628
|
};
|
|
626
629
|
|
|
627
630
|
interface IVeltCommentPinGhostCommentIndicatorProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
@@ -663,57 +666,59 @@ interface IVeltCommentToolWireframeProps extends React.DetailedHTMLProps<React.H
|
|
|
663
666
|
}
|
|
664
667
|
declare const VeltCommentToolWireframe: React.FC<IVeltCommentToolWireframeProps>;
|
|
665
668
|
|
|
666
|
-
interface
|
|
669
|
+
interface IVeltTextCommentToolWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
667
670
|
}
|
|
668
|
-
declare const
|
|
671
|
+
declare const VeltTextCommentToolWireframe: React.FC<IVeltTextCommentToolWireframeProps>;
|
|
669
672
|
|
|
670
|
-
interface
|
|
673
|
+
interface IVeltTextCommentToolbarCommentAnnotationProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
671
674
|
}
|
|
672
|
-
declare const VeltCommentBubbleCommentsCount: React.FC<IVeltCommentBubbleCommentsCountProps>;
|
|
673
675
|
|
|
674
|
-
interface
|
|
676
|
+
interface IVeltTextCommentToolbarCopywriterProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
675
677
|
}
|
|
676
|
-
declare const VeltTextCommentTool: React.FC<IVeltTextCommentToolProps>;
|
|
677
678
|
|
|
678
|
-
interface
|
|
679
|
+
interface IVeltTextCommentToolbarGenericProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
679
680
|
}
|
|
680
|
-
declare const VeltTextCommentToolbar: React.FC<IVeltTextCommentToolbarProps>;
|
|
681
681
|
|
|
682
|
-
interface
|
|
682
|
+
interface IVeltTextCommentToolbarSeperatorProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
683
683
|
}
|
|
684
|
-
declare const VeltTextCommentToolbarCommentAnnotation: React.FC<IVeltTextCommentToolbarCommentAnnotationProps>;
|
|
685
684
|
|
|
686
|
-
interface
|
|
685
|
+
interface IVeltTextCommentToolbarProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
687
686
|
}
|
|
688
|
-
declare const
|
|
687
|
+
declare const VeltTextCommentToolbar: React.FC<IVeltTextCommentToolbarProps> & {
|
|
688
|
+
CommentAnnotation: React.FC<IVeltTextCommentToolbarCommentAnnotationProps>;
|
|
689
|
+
Copywriter: React.FC<IVeltTextCommentToolbarCopywriterProps>;
|
|
690
|
+
Generic: React.FC<IVeltTextCommentToolbarGenericProps>;
|
|
691
|
+
Seperator: React.FC<IVeltTextCommentToolbarSeperatorProps>;
|
|
692
|
+
};
|
|
689
693
|
|
|
690
|
-
interface
|
|
694
|
+
interface IVeltUserSelectorDropdownAvatarProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
691
695
|
}
|
|
692
|
-
declare const VeltTextCommentToolbarCopywriter: React.FC<IVeltTextCommentToolbarCopywriterProps>;
|
|
693
696
|
|
|
694
|
-
interface
|
|
697
|
+
interface IVeltUserSelectorDropdownEmailProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
695
698
|
}
|
|
696
|
-
declare const VeltTextCommentToolbarGeneric: React.FC<IVeltTextCommentToolbarGenericProps>;
|
|
697
699
|
|
|
698
|
-
interface
|
|
700
|
+
interface IVeltUserSelectorDropdownErrorIconProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
699
701
|
}
|
|
700
|
-
declare const VeltUserSelectorInternalDropdown: React.FC<IVeltUserSelectorInternalDropdownProps>;
|
|
701
702
|
|
|
702
|
-
interface
|
|
703
|
+
interface IVeltUserSelectorDropdownNameProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
703
704
|
}
|
|
704
|
-
declare const VeltUserSelectorInternalDropdownAvatar: React.FC<IVeltUserSelectorInternalDropdownAvatarProps>;
|
|
705
705
|
|
|
706
|
-
interface
|
|
706
|
+
interface IVeltUserSelectorDropdownProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
707
707
|
}
|
|
708
|
-
declare const
|
|
708
|
+
declare const VeltUserSelectorDropdown: React.FC<IVeltUserSelectorDropdownProps> & {
|
|
709
|
+
Avatar: React.FC<IVeltUserSelectorDropdownAvatarProps>;
|
|
710
|
+
Email: React.FC<IVeltUserSelectorDropdownEmailProps>;
|
|
711
|
+
ErrorIcon: React.FC<IVeltUserSelectorDropdownErrorIconProps>;
|
|
712
|
+
Name: React.FC<IVeltUserSelectorDropdownNameProps>;
|
|
713
|
+
};
|
|
709
714
|
|
|
710
|
-
interface
|
|
715
|
+
interface IVeltCommentBubbleAvatarProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
711
716
|
}
|
|
712
|
-
declare const
|
|
717
|
+
declare const VeltCommentBubbleAvatar: React.FC<IVeltCommentBubbleAvatarProps>;
|
|
713
718
|
|
|
714
|
-
interface
|
|
719
|
+
interface IVeltCommentBubbleCommentsCountProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
715
720
|
}
|
|
716
|
-
declare const
|
|
721
|
+
declare const VeltCommentBubbleCommentsCount: React.FC<IVeltCommentBubbleCommentsCountProps>;
|
|
717
722
|
|
|
718
723
|
declare function useVeltClient(): {
|
|
719
724
|
client: Velt;
|
|
@@ -889,4 +894,4 @@ declare const createLiveStateMiddleware: (config?: LiveStateMiddlewareConfig) =>
|
|
|
889
894
|
updateLiveStateDataId: (newId?: string) => void;
|
|
890
895
|
};
|
|
891
896
|
|
|
892
|
-
export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleAvatar, VeltCommentBubbleCommentsCount, VeltCommentDialogWireframe, VeltCommentPinWireframe, VeltCommentPlayerTimeline,
|
|
897
|
+
export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleAvatar, VeltCommentBubbleCommentsCount, VeltCommentDialogWireframe, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentThread, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarWireframe, SnippylyCursor as VeltCursor, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsTool, SnippylyPresence as VeltPresence, SnippylyProvider as VeltProvider, SnippylyRecorderControlPanel as VeltRecorderControlPanel, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, SnippylyRecorderTool as VeltRecorderTool, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextCommentToolWireframe, VeltTextCommentToolbar as VeltTextCommentToolbarWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoPlayer, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useAddLocation, useClient, useCommentAddHandler, useCommentAnnotations, useCommentDialogSidebarClickHandler, useCommentModeState, useCommentUpdateHandler, useCommentUtils, useCursorUsers, useCursorUtils, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useHuddleUtils, useIdentify, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncUtils, useNotificationUtils, useNotificationsData, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderUtils, useSetDocumentId, useSetLiveStateData, useSetLocation, useTagAnnotations, useTagUtils, useUniqueViewsByDate, useUniqueViewsByUser, useUnsetDocumentId, useUserEditorState, useVeltClient, useViewsUtils };
|
package/package.json
CHANGED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IVeltCommentSidebarCloseButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
-
}
|
|
4
|
-
declare const VeltCommentSidebarCloseButton: React.FC<IVeltCommentSidebarCloseButtonProps>;
|
|
5
|
-
export default VeltCommentSidebarCloseButton;
|
package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarCloseButton/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./VeltCommentSidebarCloseButton";
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IVeltCommentSidebarEmptyPlaceholderProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
-
}
|
|
4
|
-
declare const VeltCommentSidebarEmptyPlaceholder: React.FC<IVeltCommentSidebarEmptyPlaceholderProps>;
|
|
5
|
-
export default VeltCommentSidebarEmptyPlaceholder;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./VeltCommentSidebarEmptyPlaceholder";
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IVeltCommentSidebarFilterAllOptionProps } from './VeltCommentSidebarFilterAllOption/VeltCommentSidebarFilterAllOption';
|
|
3
|
-
import { IVeltCommentSidebarFilterButtonProps } from './VeltCommentSidebarFilterButton/VeltCommentSidebarFilterButton';
|
|
4
|
-
import { IVeltCommentSidebarFilterCategoryProps } from './VeltCommentSidebarFilterCategory/VeltCommentSidebarFilterCategory';
|
|
5
|
-
import { IVeltCommentSidebarFilterCheckbox } from './VeltCommentSidebarFilterCheckbox/VeltCommentSidebarFilterCheckbox';
|
|
6
|
-
import { IVeltCommentSidebarFilterCloseButtonProps } from './VeltCommentSidebarFilterCloseButton/VeltCommentSidebarFilterCloseButton';
|
|
7
|
-
import { IVeltCommentSidebarFilterCommentTypeProps } from './VeltCommentSidebarFilterCommentType/VeltCommentSidebarFilterCommentType';
|
|
8
|
-
import { IVeltCommentSidebarFilterDoneButtonProps } from './VeltCommentSidebarFilterDoneButton/VeltCommentSidebarFilterDoneButton';
|
|
9
|
-
import { IVeltCommentSidebarFilterGroupByProps } from './VeltCommentSidebarFilterGroupBy/VeltCommentSidebarFilterGroupBy';
|
|
10
|
-
import { IVeltCommentSidebarFilterLocationProps } from './VeltCommentSidebarFilterLocation/VeltCommentSidebarFilterLocation';
|
|
11
|
-
import { IVeltCommentSidebarFilterPeopleProps } from './VeltCommentSidebarFilterPeople/VeltCommentSidebarFilterPeople';
|
|
12
|
-
import { IVeltCommentSidebarFilterPriorityProps } from './VeltCommentSidebarFilterPriority/VeltCommentSidebarFilterPriority';
|
|
13
|
-
import { IVeltCommentSidebarFilterTitleProps } from './VeltCommentSidebarFilterTitle/VeltCommentSidebarFilterTitle';
|
|
14
|
-
import { IVeltCommentSidebarFilterVersionsProps } from './VeltCommentSidebarFilterVersions/VeltCommentSidebarFilterVersions';
|
|
15
|
-
export interface IVeltCommentSidebarFilterProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
16
|
-
}
|
|
17
|
-
export interface IVeltCommentSidebarFilter extends React.FC<IVeltCommentSidebarFilterProps> {
|
|
18
|
-
AllOption: React.FC<IVeltCommentSidebarFilterAllOptionProps>;
|
|
19
|
-
Button: React.FC<IVeltCommentSidebarFilterButtonProps>;
|
|
20
|
-
Category: React.FC<IVeltCommentSidebarFilterCategoryProps>;
|
|
21
|
-
Checkbox: IVeltCommentSidebarFilterCheckbox;
|
|
22
|
-
CloseButton: React.FC<IVeltCommentSidebarFilterCloseButtonProps>;
|
|
23
|
-
CommentType: React.FC<IVeltCommentSidebarFilterCommentTypeProps>;
|
|
24
|
-
DoneButton: React.FC<IVeltCommentSidebarFilterDoneButtonProps>;
|
|
25
|
-
GroupBy: React.FC<IVeltCommentSidebarFilterGroupByProps>;
|
|
26
|
-
Location: React.FC<IVeltCommentSidebarFilterLocationProps>;
|
|
27
|
-
People: React.FC<IVeltCommentSidebarFilterPeopleProps>;
|
|
28
|
-
Priority: React.FC<IVeltCommentSidebarFilterPriorityProps>;
|
|
29
|
-
Title: React.FC<IVeltCommentSidebarFilterTitleProps>;
|
|
30
|
-
Versions: React.FC<IVeltCommentSidebarFilterVersionsProps>;
|
|
31
|
-
}
|
|
32
|
-
declare const VeltCommentSidebarFilter: IVeltCommentSidebarFilter;
|
|
33
|
-
export default VeltCommentSidebarFilter;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IVeltCommentSidebarFilterAllOptionProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
-
}
|
|
4
|
-
declare const VeltCommentSidebarFilterAllOption: React.FC<IVeltCommentSidebarFilterAllOptionProps>;
|
|
5
|
-
export default VeltCommentSidebarFilterAllOption;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./VeltCommentSidebarFilterAllOption";
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IVeltCommentSidebarFilterButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
-
}
|
|
4
|
-
declare const VeltCommentSidebarFilterButton: React.FC<IVeltCommentSidebarFilterButtonProps>;
|
|
5
|
-
export default VeltCommentSidebarFilterButton;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./VeltCommentSidebarFilterButton";
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IVeltCommentSidebarFilterCategoryProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
-
}
|
|
4
|
-
declare const VeltCommentSidebarFilterCategory: React.FC<IVeltCommentSidebarFilterCategoryProps>;
|
|
5
|
-
export default VeltCommentSidebarFilterCategory;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./VeltCommentSidebarFilterCategory";
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IVeltCommentSidebarFilterCheckboxCheckedProps } from './VeltCommentSidebarFilterCheckboxChecked/VeltCommentSidebarFilterCheckboxChecked';
|
|
3
|
-
import { IVeltCommentSidebarFilterCheckboxUncheckedProps } from './VeltCommentSidebarFilterCheckboxUnchecked/VeltCommentSidebarFilterCheckboxUnchecked';
|
|
4
|
-
export interface IVeltCommentSidebarFilterCheckboxProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
5
|
-
}
|
|
6
|
-
export interface IVeltCommentSidebarFilterCheckbox extends React.FC<IVeltCommentSidebarFilterCheckboxProps> {
|
|
7
|
-
Checked: React.FC<IVeltCommentSidebarFilterCheckboxCheckedProps>;
|
|
8
|
-
Unchecked: React.FC<IVeltCommentSidebarFilterCheckboxUncheckedProps>;
|
|
9
|
-
}
|
|
10
|
-
declare const VeltCommentSidebarFilterCheckbox: IVeltCommentSidebarFilterCheckbox;
|
|
11
|
-
export default VeltCommentSidebarFilterCheckbox;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IVeltCommentSidebarFilterCheckboxCheckedProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
-
}
|
|
4
|
-
declare const VeltCommentSidebarFilterCheckboxChecked: React.FC<IVeltCommentSidebarFilterCheckboxCheckedProps>;
|
|
5
|
-
export default VeltCommentSidebarFilterCheckboxChecked;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./VeltCommentSidebarFilterCheckboxChecked";
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IVeltCommentSidebarFilterCheckboxUncheckedProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
-
}
|
|
4
|
-
declare const VeltCommentSidebarFilterCheckboxUnchecked: React.FC<IVeltCommentSidebarFilterCheckboxUncheckedProps>;
|
|
5
|
-
export default VeltCommentSidebarFilterCheckboxUnchecked;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./VeltCommentSidebarFilterCheckboxUnchecked";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./VeltCommentSidebarFilterCheckbox";
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IVeltCommentSidebarFilterCloseButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
-
}
|
|
4
|
-
declare const VeltCommentSidebarFilterCloseButton: React.FC<IVeltCommentSidebarFilterCloseButtonProps>;
|
|
5
|
-
export default VeltCommentSidebarFilterCloseButton;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./VeltCommentSidebarFilterCloseButton";
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IVeltCommentSidebarFilterCommentTypeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
-
}
|
|
4
|
-
declare const VeltCommentSidebarFilterCommentType: React.FC<IVeltCommentSidebarFilterCommentTypeProps>;
|
|
5
|
-
export default VeltCommentSidebarFilterCommentType;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./VeltCommentSidebarFilterCommentType";
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IVeltCommentSidebarFilterDoneButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
-
}
|
|
4
|
-
declare const VeltCommentSidebarFilterDoneButton: React.FC<IVeltCommentSidebarFilterDoneButtonProps>;
|
|
5
|
-
export default VeltCommentSidebarFilterDoneButton;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./VeltCommentSidebarFilterDoneButton";
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IVeltCommentSidebarFilterGroupByProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
-
}
|
|
4
|
-
declare const VeltCommentSidebarFilterGroupBy: React.FC<IVeltCommentSidebarFilterGroupByProps>;
|
|
5
|
-
export default VeltCommentSidebarFilterGroupBy;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./VeltCommentSidebarFilterGroupBy";
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IVeltCommentSidebarFilterLocationProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
-
}
|
|
4
|
-
declare const VeltCommentSidebarFilterLocation: React.FC<IVeltCommentSidebarFilterLocationProps>;
|
|
5
|
-
export default VeltCommentSidebarFilterLocation;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./VeltCommentSidebarFilterLocation";
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IVeltCommentSidebarFilterPeopleProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
-
}
|
|
4
|
-
declare const VeltCommentSidebarFilterPeople: React.FC<IVeltCommentSidebarFilterPeopleProps>;
|
|
5
|
-
export default VeltCommentSidebarFilterPeople;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./VeltCommentSidebarFilterPeople";
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IVeltCommentSidebarFilterPriorityProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
-
}
|
|
4
|
-
declare const VeltCommentSidebarFilterPriority: React.FC<IVeltCommentSidebarFilterPriorityProps>;
|
|
5
|
-
export default VeltCommentSidebarFilterPriority;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./VeltCommentSidebarFilterPriority";
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IVeltCommentSidebarFilterTitleProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
-
}
|
|
4
|
-
declare const VeltCommentSidebarFilterTitle: React.FC<IVeltCommentSidebarFilterTitleProps>;
|
|
5
|
-
export default VeltCommentSidebarFilterTitle;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./VeltCommentSidebarFilterTitle";
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IVeltCommentSidebarFilterVersionsProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
-
}
|
|
4
|
-
declare const VeltCommentSidebarFilterVersions: React.FC<IVeltCommentSidebarFilterVersionsProps>;
|
|
5
|
-
export default VeltCommentSidebarFilterVersions;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./VeltCommentSidebarFilterVersions";
|
package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarFilter/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./VeltCommentSidebarFilter";
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IVeltCommentSidebarHeaderProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
-
}
|
|
4
|
-
declare const VeltCommentSidebarHeader: React.FC<IVeltCommentSidebarHeaderProps>;
|
|
5
|
-
export default VeltCommentSidebarHeader;
|
package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarHeader/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./VeltCommentSidebarHeader";
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IVeltCommentSidebarListProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
-
}
|
|
4
|
-
declare const VeltCommentSidebarList: React.FC<IVeltCommentSidebarListProps>;
|
|
5
|
-
export default VeltCommentSidebarList;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./VeltCommentSidebarList";
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IVeltCommentSidebarPageModeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
-
}
|
|
4
|
-
declare const VeltCommentSidebarPageMode: React.FC<IVeltCommentSidebarPageModeProps>;
|
|
5
|
-
export default VeltCommentSidebarPageMode;
|
package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarPageMode/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./VeltCommentSidebarPageMode";
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IVeltCommentSidebarSearchProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
-
}
|
|
4
|
-
declare const VeltCommentSidebarSearch: React.FC<IVeltCommentSidebarSearchProps>;
|
|
5
|
-
export default VeltCommentSidebarSearch;
|
package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarSearch/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./VeltCommentSidebarSearch";
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IVeltCommentSidebarStatusProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
-
}
|
|
4
|
-
declare const VeltCommentSidebarStatus: React.FC<IVeltCommentSidebarStatusProps>;
|
|
5
|
-
export default VeltCommentSidebarStatus;
|
package/cjs/types/components/VeltCommentSidebarWireframe/VeltCommentSidebarStatus/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./VeltCommentSidebarStatus";
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IVeltCommentSidebarCloseButtonProps } from './VeltCommentSidebarCloseButton/VeltCommentSidebarCloseButton';
|
|
3
|
-
import { IVeltCommentSidebarEmptyPlaceholderProps } from './VeltCommentSidebarEmptyPlaceholder/VeltCommentSidebarEmptyPlaceholder';
|
|
4
|
-
import { IVeltCommentSidebarFilter } from './VeltCommentSidebarFilter/VeltCommentSidebarFilter';
|
|
5
|
-
import { IVeltCommentSidebarHeaderProps } from './VeltCommentSidebarHeader/VeltCommentSidebarHeader';
|
|
6
|
-
import { IVeltCommentSidebarListProps } from './VeltCommentSidebarList/VeltCommentSidebarList';
|
|
7
|
-
import { IVeltCommentSidebarPageModeProps } from './VeltCommentSidebarPageMode/VeltCommentSidebarPageMode';
|
|
8
|
-
import { IVeltCommentSidebarSearchProps } from './VeltCommentSidebarSearch/VeltCommentSidebarSearch';
|
|
9
|
-
import { IVeltCommentSidebarStatusProps } from './VeltCommentSidebarStatus/VeltCommentSidebarStatus';
|
|
10
|
-
export interface IVeltCommentSidebarWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
11
|
-
variant?: string;
|
|
12
|
-
}
|
|
13
|
-
declare const VeltCommentSidebarWireframe: React.FC<IVeltCommentSidebarWireframeProps> & {
|
|
14
|
-
CloseButton: React.FC<IVeltCommentSidebarCloseButtonProps>;
|
|
15
|
-
EmptyPlaceholder: React.FC<IVeltCommentSidebarEmptyPlaceholderProps>;
|
|
16
|
-
Filter: IVeltCommentSidebarFilter;
|
|
17
|
-
Header: React.FC<IVeltCommentSidebarHeaderProps>;
|
|
18
|
-
List: React.FC<IVeltCommentSidebarListProps>;
|
|
19
|
-
PageMode: React.FC<IVeltCommentSidebarPageModeProps>;
|
|
20
|
-
Search: React.FC<IVeltCommentSidebarSearchProps>;
|
|
21
|
-
Status: React.FC<IVeltCommentSidebarStatusProps>;
|
|
22
|
-
};
|
|
23
|
-
export default VeltCommentSidebarWireframe;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./VeltCommentSidebarWireframe";
|