@veltdev/react 1.0.110 → 1.0.111
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 +110 -110
- package/cjs/index.js.map +1 -1
- 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 +107 -99
- package/esm/index.js.map +1 -1
- 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 +81 -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/esm/index.js
CHANGED
|
@@ -863,148 +863,148 @@ VeltCommentDialogWireframe.Threads = VeltCommentDialogThreads;
|
|
|
863
863
|
VeltCommentDialogWireframe.ToggleReply = VeltCommentDialogToggleReply;
|
|
864
864
|
VeltCommentDialogWireframe.Upgrade = VeltCommentDialogUpgrade;
|
|
865
865
|
|
|
866
|
-
var
|
|
866
|
+
var VeltCommentsSidebarCloseButton = function (props) {
|
|
867
867
|
var children = props.children;
|
|
868
|
-
return (React.createElement("velt-
|
|
868
|
+
return (React.createElement("velt-comments-sidebar-close-button-wireframe", null, children));
|
|
869
869
|
};
|
|
870
870
|
|
|
871
|
-
var
|
|
871
|
+
var VeltCommentsSidebarEmptyPlaceholder = function (props) {
|
|
872
872
|
var children = props.children;
|
|
873
|
-
return (React.createElement("velt-
|
|
873
|
+
return (React.createElement("velt-comments-sidebar-empty-placeholder-wireframe", null, children));
|
|
874
874
|
};
|
|
875
875
|
|
|
876
|
-
var
|
|
876
|
+
var VeltCommentsSidebarFilterAllOption = function (props) {
|
|
877
877
|
var children = props.children;
|
|
878
|
-
return (React.createElement("velt-
|
|
878
|
+
return (React.createElement("velt-comments-sidebar-filter-all-option-wireframe", null, children));
|
|
879
879
|
};
|
|
880
880
|
|
|
881
|
-
var
|
|
881
|
+
var VeltCommentsSidebarFilterCategory = function (props) {
|
|
882
882
|
var children = props.children;
|
|
883
|
-
return (React.createElement("velt-
|
|
883
|
+
return (React.createElement("velt-comments-sidebar-filter-category-wireframe", null, children));
|
|
884
884
|
};
|
|
885
885
|
|
|
886
|
-
var
|
|
886
|
+
var VeltCommentsSidebarFilterCheckboxChecked = function (props) {
|
|
887
887
|
var children = props.children;
|
|
888
|
-
return (React.createElement("velt-
|
|
888
|
+
return (React.createElement("velt-comments-sidebar-filter-checkbox-checked-wireframe", null, children));
|
|
889
889
|
};
|
|
890
890
|
|
|
891
|
-
var
|
|
891
|
+
var VeltCommentsSidebarFilterCheckboxUnchecked = function (props) {
|
|
892
892
|
var children = props.children;
|
|
893
|
-
return (React.createElement("velt-
|
|
893
|
+
return (React.createElement("velt-comments-sidebar-filter-checkbox-unchecked-wireframe", null, children));
|
|
894
894
|
};
|
|
895
895
|
|
|
896
|
-
var
|
|
896
|
+
var VeltCommentsSidebarFilterCheckbox = function (props) {
|
|
897
897
|
var children = props.children;
|
|
898
|
-
return (React.createElement("velt-
|
|
898
|
+
return (React.createElement("velt-comments-sidebar-filter-checkbox-wireframe", null, children));
|
|
899
899
|
};
|
|
900
|
+
VeltCommentsSidebarFilterCheckbox.Checked = VeltCommentsSidebarFilterCheckboxChecked;
|
|
901
|
+
VeltCommentsSidebarFilterCheckbox.Unchecked = VeltCommentsSidebarFilterCheckboxUnchecked;
|
|
900
902
|
|
|
901
|
-
var
|
|
903
|
+
var VeltCommentsSidebarFilterCloseButton = function (props) {
|
|
902
904
|
var children = props.children;
|
|
903
|
-
return (React.createElement("velt-
|
|
905
|
+
return (React.createElement("velt-comments-sidebar-filter-close-button-wireframe", null, children));
|
|
904
906
|
};
|
|
905
|
-
VeltCommentSidebarFilterCheckbox.Checked = VeltCommentSidebarFilterCheckboxChecked;
|
|
906
|
-
VeltCommentSidebarFilterCheckbox.Unchecked = VeltCommentSidebarFilterCheckboxUnchecked;
|
|
907
907
|
|
|
908
|
-
var
|
|
908
|
+
var VeltCommentsSidebarFilterCommentType = function (props) {
|
|
909
909
|
var children = props.children;
|
|
910
|
-
return (React.createElement("velt-
|
|
910
|
+
return (React.createElement("velt-comments-sidebar-filter-comment-type-wireframe", null, children));
|
|
911
911
|
};
|
|
912
912
|
|
|
913
|
-
var
|
|
913
|
+
var VeltCommentsSidebarFilterDoneButton = function (props) {
|
|
914
914
|
var children = props.children;
|
|
915
|
-
return (React.createElement("velt-
|
|
915
|
+
return (React.createElement("velt-comments-sidebar-filter-done-button-wireframe", null, children));
|
|
916
916
|
};
|
|
917
917
|
|
|
918
|
-
var
|
|
918
|
+
var VeltCommentsSidebarFilterGroupBy = function (props) {
|
|
919
919
|
var children = props.children;
|
|
920
|
-
return (React.createElement("velt-
|
|
920
|
+
return (React.createElement("velt-comments-sidebar-filter-group-by-wireframe", null, children));
|
|
921
921
|
};
|
|
922
922
|
|
|
923
|
-
var
|
|
923
|
+
var VeltCommentsSidebarFilterLocation = function (props) {
|
|
924
924
|
var children = props.children;
|
|
925
|
-
return (React.createElement("velt-
|
|
925
|
+
return (React.createElement("velt-comments-sidebar-filter-location-wireframe", null, children));
|
|
926
926
|
};
|
|
927
927
|
|
|
928
|
-
var
|
|
928
|
+
var VeltCommentsSidebarFilterPeople = function (props) {
|
|
929
929
|
var children = props.children;
|
|
930
|
-
return (React.createElement("velt-
|
|
930
|
+
return (React.createElement("velt-comments-sidebar-filter-people-wireframe", null, children));
|
|
931
931
|
};
|
|
932
932
|
|
|
933
|
-
var
|
|
933
|
+
var VeltCommentsSidebarFilterPriority = function (props) {
|
|
934
934
|
var children = props.children;
|
|
935
|
-
return (React.createElement("velt-
|
|
935
|
+
return (React.createElement("velt-comments-sidebar-filter-priority-wireframe", null, children));
|
|
936
936
|
};
|
|
937
937
|
|
|
938
|
-
var
|
|
938
|
+
var VeltCommentsSidebarFilterTitle = function (props) {
|
|
939
939
|
var children = props.children;
|
|
940
|
-
return (React.createElement("velt-
|
|
940
|
+
return (React.createElement("velt-comments-sidebar-filter-title-wireframe", null, children));
|
|
941
941
|
};
|
|
942
942
|
|
|
943
|
-
var
|
|
943
|
+
var VeltCommentsSidebarFilterVersions = function (props) {
|
|
944
944
|
var children = props.children;
|
|
945
|
-
return (React.createElement("velt-
|
|
945
|
+
return (React.createElement("velt-comments-sidebar-filter-versions-wireframe", null, children));
|
|
946
946
|
};
|
|
947
947
|
|
|
948
|
-
var
|
|
948
|
+
var VeltCommentsSidebarFilter = function (props) {
|
|
949
949
|
var children = props.children;
|
|
950
|
-
return (React.createElement("velt-
|
|
950
|
+
return (React.createElement("velt-comments-sidebar-filter-wireframe", null, children));
|
|
951
951
|
};
|
|
952
|
+
VeltCommentsSidebarFilter.AllOption = VeltCommentsSidebarFilterAllOption;
|
|
953
|
+
VeltCommentsSidebarFilter.Category = VeltCommentsSidebarFilterCategory;
|
|
954
|
+
VeltCommentsSidebarFilter.Checkbox = VeltCommentsSidebarFilterCheckbox;
|
|
955
|
+
VeltCommentsSidebarFilter.CloseButton = VeltCommentsSidebarFilterCloseButton;
|
|
956
|
+
VeltCommentsSidebarFilter.CommentType = VeltCommentsSidebarFilterCommentType;
|
|
957
|
+
VeltCommentsSidebarFilter.DoneButton = VeltCommentsSidebarFilterDoneButton;
|
|
958
|
+
VeltCommentsSidebarFilter.GroupBy = VeltCommentsSidebarFilterGroupBy;
|
|
959
|
+
VeltCommentsSidebarFilter.Location = VeltCommentsSidebarFilterLocation;
|
|
960
|
+
VeltCommentsSidebarFilter.People = VeltCommentsSidebarFilterPeople;
|
|
961
|
+
VeltCommentsSidebarFilter.Priority = VeltCommentsSidebarFilterPriority;
|
|
962
|
+
VeltCommentsSidebarFilter.Title = VeltCommentsSidebarFilterTitle;
|
|
963
|
+
VeltCommentsSidebarFilter.Versions = VeltCommentsSidebarFilterVersions;
|
|
952
964
|
|
|
953
|
-
var
|
|
965
|
+
var VeltCommentsSidebarHeader = function (props) {
|
|
954
966
|
var children = props.children;
|
|
955
|
-
return (React.createElement("velt-
|
|
967
|
+
return (React.createElement("velt-comments-sidebar-header-wireframe", null, children));
|
|
956
968
|
};
|
|
957
|
-
VeltCommentSidebarFilter.AllOption = VeltCommentSidebarFilterAllOption;
|
|
958
|
-
VeltCommentSidebarFilter.Button = VeltCommentSidebarFilterButton;
|
|
959
|
-
VeltCommentSidebarFilter.Category = VeltCommentSidebarFilterCategory;
|
|
960
|
-
VeltCommentSidebarFilter.Checkbox = VeltCommentSidebarFilterCheckbox;
|
|
961
|
-
VeltCommentSidebarFilter.CloseButton = VeltCommentSidebarFilterCloseButton;
|
|
962
|
-
VeltCommentSidebarFilter.CommentType = VeltCommentSidebarFilterCommentType;
|
|
963
|
-
VeltCommentSidebarFilter.DoneButton = VeltCommentSidebarFilterDoneButton;
|
|
964
|
-
VeltCommentSidebarFilter.GroupBy = VeltCommentSidebarFilterGroupBy;
|
|
965
|
-
VeltCommentSidebarFilter.Location = VeltCommentSidebarFilterLocation;
|
|
966
|
-
VeltCommentSidebarFilter.People = VeltCommentSidebarFilterPeople;
|
|
967
|
-
VeltCommentSidebarFilter.Priority = VeltCommentSidebarFilterPriority;
|
|
968
|
-
VeltCommentSidebarFilter.Title = VeltCommentSidebarFilterTitle;
|
|
969
|
-
VeltCommentSidebarFilter.Versions = VeltCommentSidebarFilterVersions;
|
|
970
969
|
|
|
971
|
-
var
|
|
970
|
+
var VeltCommentsSidebarList = function (props) {
|
|
972
971
|
var children = props.children;
|
|
973
|
-
return (React.createElement("velt-
|
|
972
|
+
return (React.createElement("velt-comments-sidebar-list-wireframe", null, children));
|
|
974
973
|
};
|
|
975
974
|
|
|
976
|
-
var
|
|
975
|
+
var VeltCommentsSidebarPageMode = function (props) {
|
|
977
976
|
var children = props.children;
|
|
978
|
-
return (React.createElement("velt-
|
|
977
|
+
return (React.createElement("velt-comments-sidebar-page-mode-wireframe", null, children));
|
|
979
978
|
};
|
|
980
979
|
|
|
981
|
-
var
|
|
980
|
+
var VeltCommentsSidebarSearch = function (props) {
|
|
982
981
|
var children = props.children;
|
|
983
|
-
return (React.createElement("velt-
|
|
982
|
+
return (React.createElement("velt-comments-sidebar-search-wireframe", null, children));
|
|
984
983
|
};
|
|
985
984
|
|
|
986
|
-
var
|
|
985
|
+
var VeltCommentsSidebarStatus = function (props) {
|
|
987
986
|
var children = props.children;
|
|
988
|
-
return (React.createElement("velt-
|
|
987
|
+
return (React.createElement("velt-comments-sidebar-status-wireframe", null, children));
|
|
989
988
|
};
|
|
990
989
|
|
|
991
|
-
var
|
|
990
|
+
var VeltCommentsSidebarFilterButton = function (props) {
|
|
992
991
|
var children = props.children;
|
|
993
|
-
return (React.createElement("velt-
|
|
992
|
+
return (React.createElement("velt-comments-sidebar-filter-button-wireframe", null, children));
|
|
994
993
|
};
|
|
995
994
|
|
|
996
|
-
var
|
|
995
|
+
var VeltCommentsSidebarWireframe = function (props) {
|
|
997
996
|
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
998
|
-
return (React.createElement("velt-
|
|
999
|
-
};
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
997
|
+
return (React.createElement("velt-comments-sidebar-wireframe", __assign({}, remainingProp), children));
|
|
998
|
+
};
|
|
999
|
+
VeltCommentsSidebarWireframe.CloseButton = VeltCommentsSidebarCloseButton;
|
|
1000
|
+
VeltCommentsSidebarWireframe.EmptyPlaceholder = VeltCommentsSidebarEmptyPlaceholder;
|
|
1001
|
+
VeltCommentsSidebarWireframe.Filter = VeltCommentsSidebarFilter;
|
|
1002
|
+
VeltCommentsSidebarWireframe.Header = VeltCommentsSidebarHeader;
|
|
1003
|
+
VeltCommentsSidebarWireframe.List = VeltCommentsSidebarList;
|
|
1004
|
+
VeltCommentsSidebarWireframe.PageMode = VeltCommentsSidebarPageMode;
|
|
1005
|
+
VeltCommentsSidebarWireframe.Search = VeltCommentsSidebarSearch;
|
|
1006
|
+
VeltCommentsSidebarWireframe.Status = VeltCommentsSidebarStatus;
|
|
1007
|
+
VeltCommentsSidebarWireframe.FilterButton = VeltCommentsSidebarFilterButton;
|
|
1008
1008
|
|
|
1009
1009
|
var VeltCommentPinGhostCommentIndicator = function (props) {
|
|
1010
1010
|
var children = props.children;
|
|
@@ -1057,69 +1057,77 @@ var VeltCommentToolWireframe = function (props) {
|
|
|
1057
1057
|
return (React.createElement("velt-comment-tool-wireframe", __assign({}, remainingProps), children));
|
|
1058
1058
|
};
|
|
1059
1059
|
|
|
1060
|
-
var
|
|
1060
|
+
var VeltTextCommentToolWireframe = function (props) {
|
|
1061
1061
|
var children = props.children;
|
|
1062
|
-
return (React.createElement("velt-comment-
|
|
1062
|
+
return (React.createElement("velt-text-comment-tool-wireframe", null, children));
|
|
1063
1063
|
};
|
|
1064
1064
|
|
|
1065
|
-
var
|
|
1065
|
+
var VeltTextCommentToolbarCommentAnnotation = function (props) {
|
|
1066
1066
|
var children = props.children;
|
|
1067
|
-
return (React.createElement("velt-comment-
|
|
1067
|
+
return (React.createElement("velt-text-comment-toolbar-comment-annotation-wireframe", null, children));
|
|
1068
1068
|
};
|
|
1069
1069
|
|
|
1070
|
-
var
|
|
1070
|
+
var VeltTextCommentToolbarCopywriter = function (props) {
|
|
1071
1071
|
var children = props.children;
|
|
1072
|
-
return (React.createElement("velt-text-comment-
|
|
1072
|
+
return (React.createElement("velt-text-comment-toolbar-copywriter-wireframe", null, children));
|
|
1073
1073
|
};
|
|
1074
1074
|
|
|
1075
|
-
var
|
|
1075
|
+
var VeltTextCommentToolbarGeneric = function (props) {
|
|
1076
1076
|
var children = props.children;
|
|
1077
|
-
return (React.createElement("velt-text-comment-toolbar-wireframe", null, children));
|
|
1077
|
+
return (React.createElement("velt-text-comment-toolbar-generic-wireframe", null, children));
|
|
1078
1078
|
};
|
|
1079
1079
|
|
|
1080
|
-
var
|
|
1080
|
+
var VeltTextCommentToolbarSeperator = function (props) {
|
|
1081
1081
|
var children = props.children;
|
|
1082
|
-
return (React.createElement("velt-text-comment-toolbar-
|
|
1082
|
+
return (React.createElement("velt-text-comment-toolbar-seperator-wireframe", null, children));
|
|
1083
1083
|
};
|
|
1084
1084
|
|
|
1085
|
-
var
|
|
1085
|
+
var VeltTextCommentToolbar = function (props) {
|
|
1086
1086
|
var children = props.children;
|
|
1087
|
-
return (React.createElement("velt-text-comment-toolbar-
|
|
1087
|
+
return (React.createElement("velt-text-comment-toolbar-wireframe", null, children));
|
|
1088
1088
|
};
|
|
1089
|
+
VeltTextCommentToolbar.CommentAnnotation = VeltTextCommentToolbarCommentAnnotation;
|
|
1090
|
+
VeltTextCommentToolbar.Copywriter = VeltTextCommentToolbarCopywriter;
|
|
1091
|
+
VeltTextCommentToolbar.Generic = VeltTextCommentToolbarGeneric;
|
|
1092
|
+
VeltTextCommentToolbar.Seperator = VeltTextCommentToolbarSeperator;
|
|
1089
1093
|
|
|
1090
|
-
var
|
|
1094
|
+
var VeltUserSelectorDropdownAvatar = function (props) {
|
|
1091
1095
|
var children = props.children;
|
|
1092
|
-
return (React.createElement("velt-
|
|
1096
|
+
return (React.createElement("velt-user-selector-dropdown-avatar-wireframe", null, children));
|
|
1093
1097
|
};
|
|
1094
1098
|
|
|
1095
|
-
var
|
|
1099
|
+
var VeltUserSelectorDropdownEmail = function (props) {
|
|
1096
1100
|
var children = props.children;
|
|
1097
|
-
return (React.createElement("velt-
|
|
1101
|
+
return (React.createElement("velt-user-selector-dropdown-email-wireframe", null, children));
|
|
1098
1102
|
};
|
|
1099
1103
|
|
|
1100
|
-
var
|
|
1104
|
+
var VeltUserSelectorDropdownErrorIcon = function (props) {
|
|
1101
1105
|
var children = props.children;
|
|
1102
|
-
return (React.createElement("velt-user-selector-
|
|
1106
|
+
return (React.createElement("velt-user-selector-dropdown-error-icon-wireframe", null, children));
|
|
1103
1107
|
};
|
|
1104
1108
|
|
|
1105
|
-
var
|
|
1109
|
+
var VeltUserSelectorDropdownName = function (props) {
|
|
1106
1110
|
var children = props.children;
|
|
1107
|
-
return (React.createElement("velt-user-selector-
|
|
1111
|
+
return (React.createElement("velt-user-selector-dropdown-name-wireframe", null, children));
|
|
1108
1112
|
};
|
|
1109
1113
|
|
|
1110
|
-
var
|
|
1114
|
+
var VeltUserSelectorDropdown = function (props) {
|
|
1111
1115
|
var children = props.children;
|
|
1112
|
-
return (React.createElement("velt-user-selector-
|
|
1116
|
+
return (React.createElement("velt-user-selector-dropdown-wireframe", null, children));
|
|
1113
1117
|
};
|
|
1118
|
+
VeltUserSelectorDropdown.Avatar = VeltUserSelectorDropdownAvatar;
|
|
1119
|
+
VeltUserSelectorDropdown.Email = VeltUserSelectorDropdownEmail;
|
|
1120
|
+
VeltUserSelectorDropdown.ErrorIcon = VeltUserSelectorDropdownErrorIcon;
|
|
1121
|
+
VeltUserSelectorDropdown.Name = VeltUserSelectorDropdownName;
|
|
1114
1122
|
|
|
1115
|
-
var
|
|
1123
|
+
var VeltCommentBubbleAvatar = function (props) {
|
|
1116
1124
|
var children = props.children;
|
|
1117
|
-
return (React.createElement("velt-
|
|
1125
|
+
return (React.createElement("velt-comment-bubble-avatar-wireframe", null, children));
|
|
1118
1126
|
};
|
|
1119
1127
|
|
|
1120
|
-
var
|
|
1128
|
+
var VeltCommentBubbleCommentsCount = function (props) {
|
|
1121
1129
|
var children = props.children;
|
|
1122
|
-
return (React.createElement("velt-
|
|
1130
|
+
return (React.createElement("velt-comment-bubble-comments-count-wireframe", null, children));
|
|
1123
1131
|
};
|
|
1124
1132
|
|
|
1125
1133
|
/**
|
|
@@ -1798,5 +1806,5 @@ var logLiveState = function (action, liveStateDataId) {
|
|
|
1798
1806
|
}
|
|
1799
1807
|
};
|
|
1800
1808
|
|
|
1801
|
-
export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleAvatar, VeltCommentBubbleCommentsCount, VeltCommentDialogWireframe, VeltCommentPinWireframe, VeltCommentPlayerTimeline,
|
|
1809
|
+
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 };
|
|
1802
1810
|
//# sourceMappingURL=index.js.map
|