@veltdev/react 5.0.0-beta.13 → 5.0.0-beta.15

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.
Files changed (68) hide show
  1. package/cjs/index.js +75 -19
  2. package/cjs/index.js.map +1 -1
  3. package/cjs/types/components/SnippylyCommentTool/SnippylyCommentTool.d.ts +1 -0
  4. package/cjs/types/components/SnippylyComments/SnippylyComments.d.ts +3 -1
  5. package/cjs/types/components/VeltCommentComposer/VeltCommentComposer.d.ts +2 -1
  6. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposer.d.ts +4 -0
  7. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerFormatToolbar/VeltCommentDialogComposerFormatToolbar.d.ts +8 -0
  8. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerFormatToolbar/VeltCommentDialogComposerFormatToolbarButton/VeltCommentDialogComposerFormatToolbarButton.d.ts +9 -0
  9. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerFormatToolbar/VeltCommentDialogComposerFormatToolbarButton/index.d.ts +1 -0
  10. package/cjs/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerFormatToolbar/index.d.ts +1 -0
  11. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposer.d.ts +2 -0
  12. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerActionButton/VeltCommentDialogComposerActionButton.d.ts +1 -1
  13. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerFormatToolbar/VeltCommentDialogComposerFormatToolbar.d.ts +10 -0
  14. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerFormatToolbar/VeltCommentDialogComposerFormatToolbarButton/VeltCommentDialogComposerFormatToolbarButton.d.ts +9 -0
  15. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerFormatToolbar/VeltCommentDialogComposerFormatToolbarButton/index.d.ts +1 -0
  16. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerFormatToolbar/index.d.ts +1 -0
  17. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCard.d.ts +6 -0
  18. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAssignButton/VeltCommentDialogThreadCardAssignButton.d.ts +6 -0
  19. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAssignButton/index.d.ts +1 -0
  20. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardEditComposer/VeltCommentDialogThreadCardEditComposer.d.ts +8 -0
  21. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardEditComposer/index.d.ts +1 -0
  22. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactionPin/VeltCommentDialogThreadCardReactionPin.d.ts +7 -0
  23. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactionPin/index.d.ts +1 -0
  24. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactionTool/VeltCommentDialogThreadCardReactionTool.d.ts +1 -0
  25. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactions/VeltCommentDialogThreadCardReactions.d.ts +1 -0
  26. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarMinimalFilterDropdown/VeltCommentsSidebarMinimalFilterDropdownContent/VeltCommentsSidebarMinimalFilterDropdownContent.d.ts +2 -0
  27. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarMinimalFilterDropdown/VeltCommentsSidebarMinimalFilterDropdownContent/VeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMe/VeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMe.d.ts +8 -0
  28. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarMinimalFilterDropdown/VeltCommentsSidebarMinimalFilterDropdownContent/VeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMe/index.d.ts +1 -0
  29. package/cjs/types/components/VeltData/VeltData.d.ts +2 -0
  30. package/cjs/types/components/VeltIf/VeltIf.d.ts +2 -0
  31. package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSection.d.ts +1 -0
  32. package/cjs/types/components/index.d.ts +2 -0
  33. package/cjs/types/constants.d.ts +1 -1
  34. package/esm/index.js +74 -20
  35. package/esm/index.js.map +1 -1
  36. package/esm/types/components/SnippylyCommentTool/SnippylyCommentTool.d.ts +1 -0
  37. package/esm/types/components/SnippylyComments/SnippylyComments.d.ts +3 -1
  38. package/esm/types/components/VeltCommentComposer/VeltCommentComposer.d.ts +2 -1
  39. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposer.d.ts +4 -0
  40. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerFormatToolbar/VeltCommentDialogComposerFormatToolbar.d.ts +8 -0
  41. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerFormatToolbar/VeltCommentDialogComposerFormatToolbarButton/VeltCommentDialogComposerFormatToolbarButton.d.ts +9 -0
  42. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerFormatToolbar/VeltCommentDialogComposerFormatToolbarButton/index.d.ts +1 -0
  43. package/esm/types/components/VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerFormatToolbar/index.d.ts +1 -0
  44. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposer.d.ts +2 -0
  45. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerActionButton/VeltCommentDialogComposerActionButton.d.ts +1 -1
  46. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerFormatToolbar/VeltCommentDialogComposerFormatToolbar.d.ts +10 -0
  47. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerFormatToolbar/VeltCommentDialogComposerFormatToolbarButton/VeltCommentDialogComposerFormatToolbarButton.d.ts +9 -0
  48. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerFormatToolbar/VeltCommentDialogComposerFormatToolbarButton/index.d.ts +1 -0
  49. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerFormatToolbar/index.d.ts +1 -0
  50. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCard.d.ts +6 -0
  51. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAssignButton/VeltCommentDialogThreadCardAssignButton.d.ts +6 -0
  52. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardAssignButton/index.d.ts +1 -0
  53. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardEditComposer/VeltCommentDialogThreadCardEditComposer.d.ts +8 -0
  54. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardEditComposer/index.d.ts +1 -0
  55. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactionPin/VeltCommentDialogThreadCardReactionPin.d.ts +7 -0
  56. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactionPin/index.d.ts +1 -0
  57. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactionTool/VeltCommentDialogThreadCardReactionTool.d.ts +1 -0
  58. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardReactions/VeltCommentDialogThreadCardReactions.d.ts +1 -0
  59. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarMinimalFilterDropdown/VeltCommentsSidebarMinimalFilterDropdownContent/VeltCommentsSidebarMinimalFilterDropdownContent.d.ts +2 -0
  60. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarMinimalFilterDropdown/VeltCommentsSidebarMinimalFilterDropdownContent/VeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMe/VeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMe.d.ts +8 -0
  61. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarMinimalFilterDropdown/VeltCommentsSidebarMinimalFilterDropdownContent/VeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMe/index.d.ts +1 -0
  62. package/esm/types/components/VeltData/VeltData.d.ts +2 -0
  63. package/esm/types/components/VeltIf/VeltIf.d.ts +2 -0
  64. package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSection.d.ts +1 -0
  65. package/esm/types/components/index.d.ts +2 -0
  66. package/esm/types/constants.d.ts +1 -1
  67. package/index.d.ts +68 -4
  68. package/package.json +1 -1
@@ -19,6 +19,7 @@ export interface IVeltCommentToolProps extends React.DetailedHTMLProps<React.HTM
19
19
  locationId?: string;
20
20
  documentId?: string;
21
21
  folderId?: string;
22
+ contextInPageModeComposer?: boolean;
22
23
  }
23
24
  declare const SnippylyCommentTool: React.FC<IVeltCommentToolProps>;
24
25
  export default SnippylyCommentTool;
@@ -1,4 +1,4 @@
1
- import { AutocompleteData, CustomAnnotationDropdownData, ReactionMap, AutoCompleteScrollConfig } from '@veltdev/types';
1
+ import { AutocompleteData, CustomAnnotationDropdownData, ReactionMap, AutoCompleteScrollConfig, AssignToType } from '@veltdev/types';
2
2
  import React from 'react';
3
3
  export interface IVeltCommentsProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
4
4
  streamViewContainerId?: string;
@@ -154,6 +154,8 @@ export interface IVeltCommentsProps extends React.DetailedHTMLProps<React.HTMLAt
154
154
  screenshot?: boolean;
155
155
  paginatedContactList?: boolean;
156
156
  autoCompleteScrollConfig?: AutoCompleteScrollConfig;
157
+ assignToType?: AssignToType;
158
+ formatOptions?: boolean;
157
159
  }
158
160
  declare const SnippylyComments: React.FC<IVeltCommentsProps>;
159
161
  export default SnippylyComments;
@@ -10,8 +10,9 @@ export interface IVeltCommentComposerProps extends React.DetailedHTMLProps<React
10
10
  locationId?: string;
11
11
  documentId?: string;
12
12
  folderId?: string;
13
+ targetComposerElementId?: string;
13
14
  placeholder?: string;
14
- targetElementId?: string;
15
+ readOnly?: boolean;
15
16
  }
16
17
  declare const VeltCommentComposer: React.FC<IVeltCommentComposerProps>;
17
18
  export default VeltCommentComposer;
@@ -12,6 +12,10 @@ export interface IVeltCommentDialogComposerProps extends React.DetailedHTMLProps
12
12
  replyplaceholder?: string;
13
13
  editplaceholder?: string;
14
14
  targetElementId?: string;
15
+ targetComposerElementId?: string;
16
+ context?: {
17
+ [key: string]: any;
18
+ };
15
19
  }
16
20
  declare const VeltCommentDialogComposer: React.FC<IVeltCommentDialogComposerProps>;
17
21
  export default VeltCommentDialogComposer;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogComposerFormatToolbarProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ }
7
+ declare const VeltCommentDialogComposerFormatToolbar: React.FC<IVeltCommentDialogComposerFormatToolbarProps>;
8
+ export default VeltCommentDialogComposerFormatToolbar;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogComposerFormatToolbarButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ annotationId?: string;
4
+ defaultCondition?: boolean;
5
+ inlineCommentSectionMode?: boolean;
6
+ type?: 'bold' | 'italic' | 'underline' | 'strikethrough';
7
+ }
8
+ declare const VeltCommentDialogComposerFormatToolbarButton: React.FC<IVeltCommentDialogComposerFormatToolbarButtonProps>;
9
+ export default VeltCommentDialogComposerFormatToolbarButton;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogComposerFormatToolbar";
@@ -6,6 +6,7 @@ import { IVeltCommentDialogComposerInputProps } from "./VeltCommentDialogCompose
6
6
  import { IVeltCommentDialogComposerRecordingsProps } from "./VeltCommentDialogComposerRecordings/VeltCommentDialogComposerRecordings";
7
7
  import { IVeltCommentDialogComposerPrivateBadgeProps } from "./VeltCommentDialogComposerPrivateBadge/VeltCommentDialogComposerPrivateBadge";
8
8
  import { IVeltCommentDialogComposerAvatarProps } from "./VeltCommentDialogComposerAvatar/VeltCommentDialogComposerAvatar";
9
+ import { IVeltCommentDialogComposerFormatToolbar } from "./VeltCommentDialogComposerFormatToolbar/VeltCommentDialogComposerFormatToolbar";
9
10
  import { IVeltWireframeCommonProps } from "../../../constants";
10
11
  export interface IVeltCommentDialogComposerProps extends IVeltWireframeCommonProps {
11
12
  }
@@ -17,6 +18,7 @@ export interface IVeltCommentDialogComposer extends React.FC<IVeltCommentDialogC
17
18
  Recordings: React.FC<IVeltCommentDialogComposerRecordingsProps>;
18
19
  PrivateBadge: React.FC<IVeltCommentDialogComposerPrivateBadgeProps>;
19
20
  Avatar: React.FC<IVeltCommentDialogComposerAvatarProps>;
21
+ FormatToolbar: IVeltCommentDialogComposerFormatToolbar;
20
22
  }
21
23
  declare const VeltCommentDialogComposer: IVeltCommentDialogComposer;
22
24
  export default VeltCommentDialogComposer;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { IVeltWireframeCommonProps } from '../../../../constants';
3
3
  export interface IVeltCommentDialogComposerActionButtonProps extends IVeltWireframeCommonProps {
4
- type?: 'userMentions' | 'autocomplete' | 'file' | 'audio' | 'video' | 'screen' | 'submit' | 'attachments';
4
+ type?: 'userMentions' | 'autocomplete' | 'file' | 'audio' | 'video' | 'screen' | 'submit' | 'attachments' | 'format';
5
5
  hotkey?: string;
6
6
  }
7
7
  declare const VeltCommentDialogComposerActionButton: React.FC<IVeltCommentDialogComposerActionButtonProps>;
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { IVeltCommentDialogComposerFormatToolbarButton } from './VeltCommentDialogComposerFormatToolbarButton/VeltCommentDialogComposerFormatToolbarButton';
3
+ import { IVeltWireframeCommonProps } from '../../../../constants';
4
+ export interface IVeltCommentDialogComposerFormatToolbarProps extends IVeltWireframeCommonProps {
5
+ }
6
+ export interface IVeltCommentDialogComposerFormatToolbar extends React.FC<IVeltCommentDialogComposerFormatToolbarProps> {
7
+ Button: IVeltCommentDialogComposerFormatToolbarButton;
8
+ }
9
+ declare const VeltCommentDialogComposerFormatToolbar: IVeltCommentDialogComposerFormatToolbar;
10
+ export default VeltCommentDialogComposerFormatToolbar;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../../constants';
3
+ export interface IVeltCommentDialogComposerFormatToolbarButtonProps extends IVeltWireframeCommonProps {
4
+ type?: 'bold' | 'italic' | 'underline' | 'strikethrough';
5
+ }
6
+ export interface IVeltCommentDialogComposerFormatToolbarButton extends React.FC<IVeltCommentDialogComposerFormatToolbarButtonProps> {
7
+ }
8
+ declare const VeltCommentDialogComposerFormatToolbarButton: IVeltCommentDialogComposerFormatToolbarButton;
9
+ export default VeltCommentDialogComposerFormatToolbarButton;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogComposerFormatToolbar";
@@ -7,6 +7,8 @@ import { IVeltCommentDialogThreadCardMessageProps } from "./VeltCommentDialogThr
7
7
  import { IVeltCommentDialogThreadCardNameProps } from "./VeltCommentDialogThreadCardName/VeltCommentDialogThreadCardName";
8
8
  import { IVeltCommentDialogThreadCardOptions } from "./VeltCommentDialogThreadCardOptions/VeltCommentDialogThreadCardOptions";
9
9
  import { IVeltCommentDialogThreadCardReactionToolProps } from "./VeltCommentDialogThreadCardReactionTool/VeltCommentDialogThreadCardReactionTool";
10
+ import { IVeltCommentDialogThreadCardReactionPinProps } from "./VeltCommentDialogThreadCardReactionPin/VeltCommentDialogThreadCardReactionPin";
11
+ import { IVeltCommentDialogThreadCardAssignButtonProps } from "./VeltCommentDialogThreadCardAssignButton/VeltCommentDialogThreadCardAssignButton";
10
12
  import { IVeltCommentDialogThreadCardReactionsProps } from "./VeltCommentDialogThreadCardReactions/VeltCommentDialogThreadCardReactions";
11
13
  import { IVeltCommentDialogThreadCardRecordingsProps } from "./VeltCommentDialogThreadCardRecordings/VeltCommentDialogThreadCardRecordings";
12
14
  import { IVeltCommentDialogThreadCardTimeProps } from "./VeltCommentDialogThreadCardTime/VeltCommentDialogThreadCardTime";
@@ -15,6 +17,7 @@ import { IVeltCommentDialogThreadCardSeenDropdown } from "./VeltCommentDialogThr
15
17
  import { IVeltCommentDialogThreadCardEdited } from "./VeltCommentDialogThreadCardEdited/VeltCommentDialogThreadCardEdited";
16
18
  import { IVeltWireframeCommonProps } from "../../../constants";
17
19
  import { IVeltCommentDialogThreadCardReply } from "./VeltCommentDialogThreadCardReply/VeltCommentDialogThreadCardReply";
20
+ import { IVeltCommentDialogThreadCardEditComposer } from "./VeltCommentDialogThreadCardEditComposer/VeltCommentDialogThreadCardEditComposer";
18
21
  export interface IVeltCommentDialogThreadCardProps extends IVeltWireframeCommonProps {
19
22
  }
20
23
  export interface IVeltCommentDialogThreadCard extends React.FC<IVeltCommentDialogThreadCardProps> {
@@ -26,6 +29,8 @@ export interface IVeltCommentDialogThreadCard extends React.FC<IVeltCommentDialo
26
29
  Options: IVeltCommentDialogThreadCardOptions;
27
30
  Reactions: React.FC<IVeltCommentDialogThreadCardReactionsProps>;
28
31
  ReactionTool: React.FC<IVeltCommentDialogThreadCardReactionToolProps>;
32
+ ReactionPin: React.FC<IVeltCommentDialogThreadCardReactionPinProps>;
33
+ AssignButton: React.FC<IVeltCommentDialogThreadCardAssignButtonProps>;
29
34
  Recordings: React.FC<IVeltCommentDialogThreadCardRecordingsProps>;
30
35
  Time: React.FC<IVeltCommentDialogThreadCardTimeProps>;
31
36
  Unread: React.FC<IVeltCommentDialogThreadCardUnreadProps>;
@@ -33,6 +38,7 @@ export interface IVeltCommentDialogThreadCard extends React.FC<IVeltCommentDialo
33
38
  SeenDropdown: IVeltCommentDialogThreadCardSeenDropdown;
34
39
  Edited: IVeltCommentDialogThreadCardEdited;
35
40
  Reply: IVeltCommentDialogThreadCardReply;
41
+ EditComposer: IVeltCommentDialogThreadCardEditComposer;
36
42
  }
37
43
  declare const VeltCommentDialogThreadCard: IVeltCommentDialogThreadCard;
38
44
  export default VeltCommentDialogThreadCard;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../constants';
3
+ export interface IVeltCommentDialogThreadCardAssignButtonProps extends IVeltWireframeCommonProps {
4
+ }
5
+ declare const VeltCommentDialogThreadCardAssignButton: React.FC<IVeltCommentDialogThreadCardAssignButtonProps>;
6
+ export default VeltCommentDialogThreadCardAssignButton;
@@ -0,0 +1 @@
1
+ export { default } from './VeltCommentDialogThreadCardAssignButton';
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../constants';
3
+ export interface IVeltCommentDialogThreadCardEditComposerProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltCommentDialogThreadCardEditComposer extends React.FC<IVeltCommentDialogThreadCardEditComposerProps> {
6
+ }
7
+ declare const VeltCommentDialogThreadCardEditComposer: IVeltCommentDialogThreadCardEditComposer;
8
+ export default VeltCommentDialogThreadCardEditComposer;
@@ -0,0 +1 @@
1
+ export { default } from './VeltCommentDialogThreadCardEditComposer';
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../constants';
3
+ export interface IVeltCommentDialogThreadCardReactionPinProps extends IVeltWireframeCommonProps {
4
+ reactionId?: string;
5
+ }
6
+ declare const VeltCommentDialogThreadCardReactionPin: React.FC<IVeltCommentDialogThreadCardReactionPinProps>;
7
+ export default VeltCommentDialogThreadCardReactionPin;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogThreadCardReactionPin";
@@ -1,6 +1,7 @@
1
1
  import React from 'react';
2
2
  import { IVeltWireframeCommonProps } from '../../../../constants';
3
3
  export interface IVeltCommentDialogThreadCardReactionToolProps extends IVeltWireframeCommonProps {
4
+ excludeReactionIds?: string[];
4
5
  }
5
6
  declare const VeltCommentDialogThreadCardReactionTool: React.FC<IVeltCommentDialogThreadCardReactionToolProps>;
6
7
  export default VeltCommentDialogThreadCardReactionTool;
@@ -1,6 +1,7 @@
1
1
  import React from 'react';
2
2
  import { IVeltWireframeCommonProps } from '../../../../constants';
3
3
  export interface IVeltCommentDialogThreadCardReactionsProps extends IVeltWireframeCommonProps {
4
+ excludeReactionIds?: string[];
4
5
  }
5
6
  declare const VeltCommentDialogThreadCardReactions: React.FC<IVeltCommentDialogThreadCardReactionsProps>;
6
7
  export default VeltCommentDialogThreadCardReactions;
@@ -5,6 +5,7 @@ import { IVeltCommentsSidebarMinimalFilterDropdownContentFilterRead } from './Ve
5
5
  import { IVeltCommentsSidebarMinimalFilterDropdownContentFilterResolved } from './VeltCommentsSidebarMinimalFilterDropdownContentFilterResolved/VeltCommentsSidebarMinimalFilterDropdownContentFilterResolved';
6
6
  import { IVeltCommentsSidebarMinimalFilterDropdownContentFilterUnread } from './VeltCommentsSidebarMinimalFilterDropdownContentFilterUnread/VeltCommentsSidebarMinimalFilterDropdownContentFilterUnread';
7
7
  import { IVeltCommentsSidebarMinimalFilterDropdownContentFilterOpen } from './VeltCommentsSidebarMinimalFilterDropdownContentFilterOpen/VeltCommentsSidebarMinimalFilterDropdownContentFilterOpen';
8
+ import { IVeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMe } from './VeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMe/VeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMe';
8
9
  import { IVeltCommentsSidebarMinimalFilterDropdownContentFilterReset } from './VeltCommentsSidebarMinimalFilterDropdownContentFilterReset/VeltCommentsSidebarMinimalFilterDropdownContentFilterReset';
9
10
  import { IVeltCommentsSidebarMinimalFilterDropdownContentSelectedIcon } from './VeltCommentsSidebarMinimalFilterDropdownContentSelectedIcon/VeltCommentsSidebarMinimalFilterDropdownContentSelectedIcon';
10
11
  import { IVeltCommentsSidebarMinimalFilterDropdownContentSortDate } from './VeltCommentsSidebarMinimalFilterDropdownContentSortDate/VeltCommentsSidebarMinimalFilterDropdownContentSortDate';
@@ -17,6 +18,7 @@ export interface IVeltCommentsSidebarMinimalFilterDropdownContent extends React.
17
18
  FilterRead: IVeltCommentsSidebarMinimalFilterDropdownContentFilterRead;
18
19
  FilterResolved: IVeltCommentsSidebarMinimalFilterDropdownContentFilterResolved;
19
20
  FilterOpen: IVeltCommentsSidebarMinimalFilterDropdownContentFilterOpen;
21
+ FilterAssignedToMe: IVeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMe;
20
22
  FilterReset: IVeltCommentsSidebarMinimalFilterDropdownContentFilterReset;
21
23
  SelectedIcon: IVeltCommentsSidebarMinimalFilterDropdownContentSelectedIcon;
22
24
  SortDate: IVeltCommentsSidebarMinimalFilterDropdownContentSortDate;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../../constants';
3
+ export interface IVeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMeProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMe extends React.FC<IVeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMeProps> {
6
+ }
7
+ declare const VeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMe: IVeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMe;
8
+ export default VeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMe;
@@ -2,6 +2,8 @@ import React from 'react';
2
2
  export interface IVeltDataProps {
3
3
  path?: string;
4
4
  field?: string;
5
+ className?: string;
6
+ id?: string;
5
7
  }
6
8
  declare const VeltData: React.FC<IVeltDataProps>;
7
9
  export default VeltData;
@@ -1,6 +1,8 @@
1
1
  import React from 'react';
2
2
  export interface IVeltIfProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
3
  condition?: string;
4
+ className?: string;
5
+ id?: string;
4
6
  }
5
7
  declare const VeltIf: React.FC<IVeltIfProps>;
6
8
  export default VeltIf;
@@ -38,6 +38,7 @@ export interface IVeltInlineCommentsSectionProps extends React.DetailedHTMLProps
38
38
  commentPlaceholder?: string;
39
39
  replyPlaceholder?: string;
40
40
  composerPlaceholder?: string;
41
+ readOnly?: boolean;
41
42
  }
42
43
  declare const VeltInlineCommentsSection: React.FC<IVeltInlineCommentsSectionProps>;
43
44
  export default VeltInlineCommentsSection;
@@ -91,6 +91,8 @@ export { default as VeltCommentDialogComposerAvatar } from "./VeltCommentDialog/
91
91
  export { default as VeltCommentDialogComposerInput } from "./VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerInput";
92
92
  export { default as VeltCommentDialogComposerPrivateBadge } from "./VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerPrivateBadge";
93
93
  export { default as VeltCommentDialogComposerRecordings } from "./VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerRecordings";
94
+ export { default as VeltCommentDialogComposerFormatToolbar } from "./VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerFormatToolbar";
95
+ export { default as VeltCommentDialogComposerFormatToolbarButton } from "./VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerFormatToolbar/VeltCommentDialogComposerFormatToolbarButton";
94
96
  export { default as VeltCommentDialogComposerAttachments } from "./VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments";
95
97
  export { default as VeltCommentDialogComposerAttachmentsSelected } from "./VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsSelected";
96
98
  export { default as VeltCommentDialogComposerAttachmentsImage } from "./VeltCommentDialog/VeltCommentDialogComposer/VeltCommentDialogComposerAttachments/VeltCommentDialogComposerAttachmentsImage";
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const VELT_SDK_VERSION = "5.0.0-beta.13";
2
+ export declare const VELT_SDK_VERSION = "5.0.0-beta.15";
3
3
  export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
4
4
  export declare const VELT_TAB_ID = "veltTabId";
5
5
  export declare const INTEGRITY_MAP: Record<string, string>;
package/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import React$1 from 'react';
3
- import { Config, UserDataProvider, VeltDataProvider, VeltEncryptionProvider, VeltAuthProvider, VeltPermissionProvider, Velt, ContextOptions, ReactionMap, CustomAnnotationDropdownData, AutocompleteData, AutoCompleteScrollConfig, CommentSidebarFilterConfig as CommentSidebarFilterConfig$2, CommentSidebarGroupConfig as CommentSidebarGroupConfig$2, CommentSidebarFilters as CommentSidebarFilters$2, SidebarFilterCriteria, SortOrder, SortBy, RecorderLayoutMode, RecordedData, RecorderMode, CommentAnnotation, NotificationSettingsLayout, NotificationPanelMode, AutocompleteItem, User, Options, DocumentMetadata, Document, SetDocumentsRequestOptions, Location as Location$1, SetLocationsRequestOptions, HeartbeatConfig, GetHeartbeatResponse, GetUserPermissionsResponse, CommentElement, UnreadCommentsCount, CommentAddEventData, CommentUpdateEventData, CommentSelectionChangeData, CommentSidebarCustomActionEventData, CommentContextProvider, AddCommentAnnotationRequest, AddCommentAnnotationEvent, ApproveCommentAnnotationRequest, ApproveCommentAnnotationEvent, RejectCommentAnnotationRequest, RejectCommentAnnotationEvent, SubscribeCommentAnnotationRequest, SubscribeCommentAnnotationEvent, UnsubscribeCommentAnnotationRequest, UnsubscribeCommentAnnotationEvent, DeleteCommentAnnotationRequest, DeleteCommentAnnotationEvent, CommentRequestQuery, GetCommentAnnotationsResponse, GetCommentAnnotationsCountResponse, AssignUserRequest, AssignUserEvent, UpdatePriorityRequest, UpdatePriorityEvent, UpdateStatusRequest, UpdateStatusEvent, UpdateAccessRequest, UpdateAccessEvent, ResolveCommentAnnotationRequest, GetLinkRequest, GetLinkResponse, CopyLinkRequest, CopyLinkEvent, AddCommentRequest, AddCommentEvent, UpdateCommentRequest, UpdateCommentEvent, DeleteCommentRequest, DeleteCommentEvent, GetCommentRequest, AddAttachmentRequest, AddAttachmentResponse, DeleteAttachmentRequest, DeleteAttachmentEvent, GetAttachmentRequest, Attachment, DeleteRecordingRequest, DeleteRecordingEvent, GetRecordingRequest, AddReactionRequest, AddReactionEvent, DeleteReactionRequest, DeleteReactionEvent, ToggleReactionRequest, ToggleReactionEvent, CommentEventTypesMap, CoreEventTypesMap, CursorElement, CursorUser, LiveStateSyncElement, SetLiveStateDataConfig, UserEditorAccess, EditorAccessTimer, ServerConnectionState, LiveStateEventTypesMap, PresenceElement, PresenceUser, PresenceRequestQuery, GetPresenceDataResponse, PresenceEventTypesMap, RecorderElement, RecorderRequestQuery, GetRecordingsResponse, RecorderEventTypesMap, RewriterElement, SelectionElement, LiveSelectionData, TagElement, TagAnnotation, ViewsElement, ViewsByUser, ViewsByDate, NotificationElement, GetNotificationsDataQuery, Notification, NotificationSettingsConfig, NotificationInitialSettingsConfig, NotificationEventTypesMap, AutocompleteElement, AutocompleteChipData, ContactElement, SelectedUserContact, GetContactListResponse, CrdtElement, CrdtEventTypesMap } from '@veltdev/types';
3
+ import { Config, UserDataProvider, VeltDataProvider, VeltEncryptionProvider, VeltAuthProvider, VeltPermissionProvider, Velt, ContextOptions, ReactionMap, CustomAnnotationDropdownData, AutocompleteData, AutoCompleteScrollConfig, AssignToType, CommentSidebarFilterConfig as CommentSidebarFilterConfig$2, CommentSidebarGroupConfig as CommentSidebarGroupConfig$2, CommentSidebarFilters as CommentSidebarFilters$2, SidebarFilterCriteria, SortOrder, SortBy, RecorderLayoutMode, RecordedData, RecorderMode, CommentAnnotation, NotificationSettingsLayout, NotificationPanelMode, AutocompleteItem, User, Options, DocumentMetadata, Document, SetDocumentsRequestOptions, Location as Location$1, SetLocationsRequestOptions, HeartbeatConfig, GetHeartbeatResponse, GetUserPermissionsResponse, CommentElement, UnreadCommentsCount, CommentAddEventData, CommentUpdateEventData, CommentSelectionChangeData, CommentSidebarCustomActionEventData, CommentContextProvider, AddCommentAnnotationRequest, AddCommentAnnotationEvent, ApproveCommentAnnotationRequest, ApproveCommentAnnotationEvent, RejectCommentAnnotationRequest, RejectCommentAnnotationEvent, SubscribeCommentAnnotationRequest, SubscribeCommentAnnotationEvent, UnsubscribeCommentAnnotationRequest, UnsubscribeCommentAnnotationEvent, DeleteCommentAnnotationRequest, DeleteCommentAnnotationEvent, CommentRequestQuery, GetCommentAnnotationsResponse, GetCommentAnnotationsCountResponse, AssignUserRequest, AssignUserEvent, UpdatePriorityRequest, UpdatePriorityEvent, UpdateStatusRequest, UpdateStatusEvent, UpdateAccessRequest, UpdateAccessEvent, ResolveCommentAnnotationRequest, GetLinkRequest, GetLinkResponse, CopyLinkRequest, CopyLinkEvent, AddCommentRequest, AddCommentEvent, UpdateCommentRequest, UpdateCommentEvent, DeleteCommentRequest, DeleteCommentEvent, GetCommentRequest, AddAttachmentRequest, AddAttachmentResponse, DeleteAttachmentRequest, DeleteAttachmentEvent, GetAttachmentRequest, Attachment, DeleteRecordingRequest, DeleteRecordingEvent, GetRecordingRequest, AddReactionRequest, AddReactionEvent, DeleteReactionRequest, DeleteReactionEvent, ToggleReactionRequest, ToggleReactionEvent, CommentEventTypesMap, CoreEventTypesMap, CursorElement, CursorUser, LiveStateSyncElement, SetLiveStateDataConfig, UserEditorAccess, EditorAccessTimer, ServerConnectionState, LiveStateEventTypesMap, PresenceElement, PresenceUser, PresenceRequestQuery, GetPresenceDataResponse, PresenceEventTypesMap, RecorderElement, RecorderRequestQuery, GetRecordingsResponse, RecorderEventTypesMap, RewriterElement, SelectionElement, LiveSelectionData, TagElement, TagAnnotation, ViewsElement, ViewsByUser, ViewsByDate, NotificationElement, GetNotificationsDataQuery, Notification, NotificationSettingsConfig, NotificationInitialSettingsConfig, NotificationEventTypesMap, AutocompleteElement, AutocompleteChipData, ContactElement, SelectedUserContact, GetContactListResponse, CrdtElement, CrdtEventTypesMap } from '@veltdev/types';
4
4
 
5
5
  interface IVeltProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
6
6
  apiKey: string;
@@ -210,6 +210,8 @@ interface IVeltCommentsProps extends React$1.DetailedHTMLProps<React$1.HTMLAttri
210
210
  screenshot?: boolean;
211
211
  paginatedContactList?: boolean;
212
212
  autoCompleteScrollConfig?: AutoCompleteScrollConfig;
213
+ assignToType?: AssignToType;
214
+ formatOptions?: boolean;
213
215
  }
214
216
  declare const SnippylyComments: React$1.FC<IVeltCommentsProps>;
215
217
 
@@ -295,6 +297,7 @@ interface IVeltCommentToolProps extends React$1.DetailedHTMLProps<React$1.HTMLAt
295
297
  locationId?: string;
296
298
  documentId?: string;
297
299
  folderId?: string;
300
+ contextInPageModeComposer?: boolean;
298
301
  }
299
302
  declare const SnippylyCommentTool: React$1.FC<IVeltCommentToolProps>;
300
303
 
@@ -725,6 +728,7 @@ interface IVeltInlineCommentsSectionProps extends React$1.DetailedHTMLProps<Reac
725
728
  commentPlaceholder?: string;
726
729
  replyPlaceholder?: string;
727
730
  composerPlaceholder?: string;
731
+ readOnly?: boolean;
728
732
  }
729
733
  declare const VeltInlineCommentsSection: React$1.FC<IVeltInlineCommentsSectionProps>;
730
734
 
@@ -757,11 +761,15 @@ declare const VeltCanvasComment: React$1.FC<IVeltCanvasCommentProps>;
757
761
  interface IVeltDataProps {
758
762
  path?: string;
759
763
  field?: string;
764
+ className?: string;
765
+ id?: string;
760
766
  }
761
767
  declare const VeltData: React$1.FC<IVeltDataProps>;
762
768
 
763
769
  interface IVeltIfProps extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
764
770
  condition?: string;
771
+ className?: string;
772
+ id?: string;
765
773
  }
766
774
  declare const VeltIf: React$1.FC<IVeltIfProps>;
767
775
 
@@ -797,8 +805,9 @@ interface IVeltCommentComposerProps extends React$1.DetailedHTMLProps<React$1.HT
797
805
  locationId?: string;
798
806
  documentId?: string;
799
807
  folderId?: string;
808
+ targetComposerElementId?: string;
800
809
  placeholder?: string;
801
- targetElementId?: string;
810
+ readOnly?: boolean;
802
811
  }
803
812
  declare const VeltCommentComposer: React$1.FC<IVeltCommentComposerProps>;
804
813
 
@@ -1681,6 +1690,10 @@ interface IVeltCommentDialogComposerProps$1 extends React$1.DetailedHTMLProps<Re
1681
1690
  replyplaceholder?: string;
1682
1691
  editplaceholder?: string;
1683
1692
  targetElementId?: string;
1693
+ targetComposerElementId?: string;
1694
+ context?: {
1695
+ [key: string]: any;
1696
+ };
1684
1697
  }
1685
1698
  declare const VeltCommentDialogComposer: React$1.FC<IVeltCommentDialogComposerProps$1>;
1686
1699
 
@@ -1733,6 +1746,21 @@ interface IVeltCommentDialogComposerRecordingsProps$1 extends React$1.DetailedHT
1733
1746
  }
1734
1747
  declare const VeltCommentDialogComposerRecordings: React$1.FC<IVeltCommentDialogComposerRecordingsProps$1>;
1735
1748
 
1749
+ interface IVeltCommentDialogComposerFormatToolbarProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
1750
+ annotationId?: string;
1751
+ defaultCondition?: boolean;
1752
+ inlineCommentSectionMode?: boolean;
1753
+ }
1754
+ declare const VeltCommentDialogComposerFormatToolbar: React$1.FC<IVeltCommentDialogComposerFormatToolbarProps$1>;
1755
+
1756
+ interface IVeltCommentDialogComposerFormatToolbarButtonProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
1757
+ annotationId?: string;
1758
+ defaultCondition?: boolean;
1759
+ inlineCommentSectionMode?: boolean;
1760
+ type?: 'bold' | 'italic' | 'underline' | 'strikethrough';
1761
+ }
1762
+ declare const VeltCommentDialogComposerFormatToolbarButton: React$1.FC<IVeltCommentDialogComposerFormatToolbarButtonProps$1>;
1763
+
1736
1764
  interface IVeltCommentDialogComposerAttachmentsProps$1 extends React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement> {
1737
1765
  annotationId?: string;
1738
1766
  defaultCondition?: boolean;
@@ -2089,7 +2117,7 @@ interface IVeltCommentDialogCommentSuggestionStatusProps extends IVeltWireframeC
2089
2117
  }
2090
2118
 
2091
2119
  interface IVeltCommentDialogComposerActionButtonProps extends IVeltWireframeCommonProps {
2092
- type?: 'userMentions' | 'autocomplete' | 'file' | 'audio' | 'video' | 'screen' | 'submit' | 'attachments';
2120
+ type?: 'userMentions' | 'autocomplete' | 'file' | 'audio' | 'video' | 'screen' | 'submit' | 'attachments' | 'format';
2093
2121
  hotkey?: string;
2094
2122
  }
2095
2123
 
@@ -2190,6 +2218,18 @@ interface IVeltCommentDialogComposerPrivateBadgeProps extends IVeltWireframeComm
2190
2218
  interface IVeltCommentDialogComposerAvatarProps extends IVeltWireframeCommonProps {
2191
2219
  }
2192
2220
 
2221
+ interface IVeltCommentDialogComposerFormatToolbarButtonProps extends IVeltWireframeCommonProps {
2222
+ type?: 'bold' | 'italic' | 'underline' | 'strikethrough';
2223
+ }
2224
+ interface IVeltCommentDialogComposerFormatToolbarButton extends React$1.FC<IVeltCommentDialogComposerFormatToolbarButtonProps> {
2225
+ }
2226
+
2227
+ interface IVeltCommentDialogComposerFormatToolbarProps extends IVeltWireframeCommonProps {
2228
+ }
2229
+ interface IVeltCommentDialogComposerFormatToolbar extends React$1.FC<IVeltCommentDialogComposerFormatToolbarProps> {
2230
+ Button: IVeltCommentDialogComposerFormatToolbarButton;
2231
+ }
2232
+
2193
2233
  interface IVeltCommentDialogComposerProps extends IVeltWireframeCommonProps {
2194
2234
  }
2195
2235
  interface IVeltCommentDialogComposer extends React$1.FC<IVeltCommentDialogComposerProps> {
@@ -2200,6 +2240,7 @@ interface IVeltCommentDialogComposer extends React$1.FC<IVeltCommentDialogCompos
2200
2240
  Recordings: React$1.FC<IVeltCommentDialogComposerRecordingsProps>;
2201
2241
  PrivateBadge: React$1.FC<IVeltCommentDialogComposerPrivateBadgeProps>;
2202
2242
  Avatar: React$1.FC<IVeltCommentDialogComposerAvatarProps>;
2243
+ FormatToolbar: IVeltCommentDialogComposerFormatToolbar;
2203
2244
  }
2204
2245
 
2205
2246
  interface IVeltCommentDialogCopyLinkProps extends IVeltWireframeCommonProps {
@@ -2479,9 +2520,18 @@ interface IVeltCommentDialogThreadCardOptions extends React$1.FC<IVeltCommentDia
2479
2520
  }
2480
2521
 
2481
2522
  interface IVeltCommentDialogThreadCardReactionToolProps extends IVeltWireframeCommonProps {
2523
+ excludeReactionIds?: string[];
2524
+ }
2525
+
2526
+ interface IVeltCommentDialogThreadCardReactionPinProps extends IVeltWireframeCommonProps {
2527
+ reactionId?: string;
2528
+ }
2529
+
2530
+ interface IVeltCommentDialogThreadCardAssignButtonProps extends IVeltWireframeCommonProps {
2482
2531
  }
2483
2532
 
2484
2533
  interface IVeltCommentDialogThreadCardReactionsProps extends IVeltWireframeCommonProps {
2534
+ excludeReactionIds?: string[];
2485
2535
  }
2486
2536
 
2487
2537
  interface IVeltCommentDialogThreadCardRecordingsProps extends IVeltWireframeCommonProps {
@@ -2556,6 +2606,11 @@ interface IVeltCommentDialogThreadCardReplyProps extends IVeltWireframeCommonPro
2556
2606
  interface IVeltCommentDialogThreadCardReply extends React$1.FC<IVeltCommentDialogThreadCardReplyProps> {
2557
2607
  }
2558
2608
 
2609
+ interface IVeltCommentDialogThreadCardEditComposerProps extends IVeltWireframeCommonProps {
2610
+ }
2611
+ interface IVeltCommentDialogThreadCardEditComposer extends React$1.FC<IVeltCommentDialogThreadCardEditComposerProps> {
2612
+ }
2613
+
2559
2614
  interface IVeltCommentDialogThreadCardProps extends IVeltWireframeCommonProps {
2560
2615
  }
2561
2616
  interface IVeltCommentDialogThreadCard extends React$1.FC<IVeltCommentDialogThreadCardProps> {
@@ -2567,6 +2622,8 @@ interface IVeltCommentDialogThreadCard extends React$1.FC<IVeltCommentDialogThre
2567
2622
  Options: IVeltCommentDialogThreadCardOptions;
2568
2623
  Reactions: React$1.FC<IVeltCommentDialogThreadCardReactionsProps>;
2569
2624
  ReactionTool: React$1.FC<IVeltCommentDialogThreadCardReactionToolProps>;
2625
+ ReactionPin: React$1.FC<IVeltCommentDialogThreadCardReactionPinProps>;
2626
+ AssignButton: React$1.FC<IVeltCommentDialogThreadCardAssignButtonProps>;
2570
2627
  Recordings: React$1.FC<IVeltCommentDialogThreadCardRecordingsProps>;
2571
2628
  Time: React$1.FC<IVeltCommentDialogThreadCardTimeProps>;
2572
2629
  Unread: React$1.FC<IVeltCommentDialogThreadCardUnreadProps>;
@@ -2574,6 +2631,7 @@ interface IVeltCommentDialogThreadCard extends React$1.FC<IVeltCommentDialogThre
2574
2631
  SeenDropdown: IVeltCommentDialogThreadCardSeenDropdown;
2575
2632
  Edited: IVeltCommentDialogThreadCardEdited;
2576
2633
  Reply: IVeltCommentDialogThreadCardReply;
2634
+ EditComposer: IVeltCommentDialogThreadCardEditComposer;
2577
2635
  }
2578
2636
 
2579
2637
  interface IVeltCommentDialogThreadsProps extends IVeltWireframeCommonProps {
@@ -3104,6 +3162,11 @@ interface IVeltCommentsSidebarMinimalFilterDropdownContentFilterOpenProps extend
3104
3162
  interface IVeltCommentsSidebarMinimalFilterDropdownContentFilterOpen extends React$1.FC<IVeltCommentsSidebarMinimalFilterDropdownContentFilterOpenProps> {
3105
3163
  }
3106
3164
 
3165
+ interface IVeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMeProps extends IVeltWireframeCommonProps {
3166
+ }
3167
+ interface IVeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMe extends React$1.FC<IVeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMeProps> {
3168
+ }
3169
+
3107
3170
  interface IVeltCommentsSidebarMinimalFilterDropdownContentFilterResetProps extends IVeltWireframeCommonProps {
3108
3171
  }
3109
3172
  interface IVeltCommentsSidebarMinimalFilterDropdownContentFilterReset extends React$1.FC<IVeltCommentsSidebarMinimalFilterDropdownContentFilterResetProps> {
@@ -3132,6 +3195,7 @@ interface IVeltCommentsSidebarMinimalFilterDropdownContent extends React$1.FC<IV
3132
3195
  FilterRead: IVeltCommentsSidebarMinimalFilterDropdownContentFilterRead;
3133
3196
  FilterResolved: IVeltCommentsSidebarMinimalFilterDropdownContentFilterResolved;
3134
3197
  FilterOpen: IVeltCommentsSidebarMinimalFilterDropdownContentFilterOpen;
3198
+ FilterAssignedToMe: IVeltCommentsSidebarMinimalFilterDropdownContentFilterAssignedToMe;
3135
3199
  FilterReset: IVeltCommentsSidebarMinimalFilterDropdownContentFilterReset;
3136
3200
  SelectedIcon: IVeltCommentsSidebarMinimalFilterDropdownContentSelectedIcon;
3137
3201
  SortDate: IVeltCommentsSidebarMinimalFilterDropdownContentSortDate;
@@ -5824,4 +5888,4 @@ declare const createLiveStateMiddleware: (config?: LiveStateMiddlewareConfig) =>
5824
5888
  updateAllowAction: (newAllowAction?: ((action: any) => boolean) | undefined) => void;
5825
5889
  };
5826
5890
 
5827
- export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteGroupOptionWireframe, VeltAutocompleteOptionWireframe, VeltButtonWireframe, VeltCanvasComment, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleWireframe, VeltCommentComposer, VeltCommentComposerWireframe, VeltCommentDialog, VeltCommentDialogAllComment, VeltCommentDialogApprove, VeltCommentDialogAssignDropdown, VeltCommentDialogAssignMenu, VeltCommentDialogAssigneeBanner, VeltCommentDialogAssigneeBannerResolveButton, VeltCommentDialogAssigneeBannerUnresolveButton, VeltCommentDialogAssigneeBannerUserAvatar, VeltCommentDialogAssigneeBannerUserName, VeltCommentDialogAttachmentButton, VeltCommentDialogBody, VeltCommentDialogCloseButton, VeltCommentDialogCommentCategory, VeltCommentDialogCommentIndex, VeltCommentDialogCommentNumber, VeltCommentDialogCommentSuggestionStatus, VeltCommentDialogComposer, VeltCommentDialogComposerActionButton, VeltCommentDialogComposerAssignUser, VeltCommentDialogComposerAttachments, VeltCommentDialogComposerAttachmentsImage, VeltCommentDialogComposerAttachmentsImageDelete, VeltCommentDialogComposerAttachmentsImageLoading, VeltCommentDialogComposerAttachmentsImagePreview, VeltCommentDialogComposerAttachmentsInvalid, VeltCommentDialogComposerAttachmentsInvalidItem, VeltCommentDialogComposerAttachmentsInvalidItemDelete, VeltCommentDialogComposerAttachmentsInvalidItemMessage, VeltCommentDialogComposerAttachmentsInvalidItemPreview, VeltCommentDialogComposerAttachmentsOther, VeltCommentDialogComposerAttachmentsOtherDelete, VeltCommentDialogComposerAttachmentsOtherIcon, VeltCommentDialogComposerAttachmentsOtherLoading, VeltCommentDialogComposerAttachmentsOtherName, VeltCommentDialogComposerAttachmentsOtherSize, VeltCommentDialogComposerAttachmentsSelected, VeltCommentDialogComposerAvatar, VeltCommentDialogComposerInput, VeltCommentDialogComposerPrivateBadge, VeltCommentDialogComposerRecordings, VeltCommentDialogContextWrapper, VeltCommentDialogCopyLink, VeltCommentDialogCustomAnnotationDropdown, VeltCommentDialogCustomAnnotationDropdownContent, VeltCommentDialogCustomAnnotationDropdownContentItem, VeltCommentDialogCustomAnnotationDropdownContentItemIcon, VeltCommentDialogCustomAnnotationDropdownContentItemLabel, VeltCommentDialogCustomAnnotationDropdownTrigger, VeltCommentDialogCustomAnnotationDropdownTriggerArrow, VeltCommentDialogCustomAnnotationDropdownTriggerList, VeltCommentDialogCustomAnnotationDropdownTriggerListItem, VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder, VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount, VeltCommentDialogDeleteButton, VeltCommentDialogDeviceTypeIcons, VeltCommentDialogGhostBanner, VeltCommentDialogHeader, VeltCommentDialogHideReply, VeltCommentDialogMetadata, VeltCommentDialogMoreReply, VeltCommentDialogNavigationButton, VeltCommentDialogOptions, VeltCommentDialogOptionsDropdown, VeltCommentDialogOptionsDropdownContent, VeltCommentDialogOptionsDropdownContentAssign, VeltCommentDialogOptionsDropdownContentDelete, VeltCommentDialogOptionsDropdownContentDeleteComment, VeltCommentDialogOptionsDropdownContentDeleteThread, VeltCommentDialogOptionsDropdownContentEdit, VeltCommentDialogOptionsDropdownContentMakePrivate, VeltCommentDialogOptionsDropdownContentMakePrivateDisable, VeltCommentDialogOptionsDropdownContentMakePrivateEnable, VeltCommentDialogOptionsDropdownContentMarkAsRead, VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead, VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread, VeltCommentDialogOptionsDropdownContentNotification, VeltCommentDialogOptionsDropdownContentNotificationSubscribe, VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTrigger, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriority, VeltCommentDialogPriorityDropdown, VeltCommentDialogPriorityDropdownContent, VeltCommentDialogPriorityDropdownContentItem, VeltCommentDialogPriorityDropdownContentItemIcon, VeltCommentDialogPriorityDropdownContentItemName, VeltCommentDialogPriorityDropdownContentItemTick, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTrigger, VeltCommentDialogPriorityDropdownTriggerArrow, VeltCommentDialogPriorityDropdownTriggerIcon, VeltCommentDialogPriorityDropdownTriggerName, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogPrivateBanner, VeltCommentDialogPrivateButton, VeltCommentDialogReplyAvatars, VeltCommentDialogReplyAvatarsList, VeltCommentDialogReplyAvatarsListItem, VeltCommentDialogReplyAvatarsRemainingCount, VeltCommentDialogResolveButton, VeltCommentDialogSignIn, VeltCommentDialogStatus, VeltCommentDialogStatusDropdown, VeltCommentDialogStatusDropdownContent, VeltCommentDialogStatusDropdownContentItem, VeltCommentDialogStatusDropdownContentItemIcon, VeltCommentDialogStatusDropdownContentItemName, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTrigger, VeltCommentDialogStatusDropdownTriggerArrow, VeltCommentDialogStatusDropdownTriggerIcon, VeltCommentDialogStatusDropdownTriggerName, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogSuggestionAction, VeltCommentDialogSuggestionActionAccept, VeltCommentDialogSuggestionActionReject, VeltCommentDialogThreadCard, VeltCommentDialogThreadCardAttachments, VeltCommentDialogThreadCardAttachmentsImage, VeltCommentDialogThreadCardAttachmentsImageDelete, VeltCommentDialogThreadCardAttachmentsImageDownload, VeltCommentDialogThreadCardAttachmentsImagePreview, VeltCommentDialogThreadCardAttachmentsOther, VeltCommentDialogThreadCardAttachmentsOtherDelete, VeltCommentDialogThreadCardAttachmentsOtherDownload, VeltCommentDialogThreadCardAttachmentsOtherIcon, VeltCommentDialogThreadCardAttachmentsOtherName, VeltCommentDialogThreadCardAttachmentsOtherSize, VeltCommentDialogThreadCardAvatar, VeltCommentDialogThreadCardDeviceType, VeltCommentDialogThreadCardDraft, VeltCommentDialogThreadCardEdited, VeltCommentDialogThreadCardMessage, VeltCommentDialogThreadCardName, VeltCommentDialogThreadCardOptions, VeltCommentDialogThreadCardReactionTool, VeltCommentDialogThreadCardReactions, VeltCommentDialogThreadCardRecordings, VeltCommentDialogThreadCardReply, VeltCommentDialogThreadCardSeenDropdown, VeltCommentDialogThreadCardSeenDropdownContent, VeltCommentDialogThreadCardSeenDropdownContentItem, VeltCommentDialogThreadCardSeenDropdownContentItemAvatar, VeltCommentDialogThreadCardSeenDropdownContentItemName, VeltCommentDialogThreadCardSeenDropdownContentItemTime, VeltCommentDialogThreadCardSeenDropdownContentItems, VeltCommentDialogThreadCardSeenDropdownContentTitle, VeltCommentDialogThreadCardSeenDropdownTrigger, VeltCommentDialogThreadCardTime, VeltCommentDialogThreadCardUnread, VeltCommentDialogThreads, VeltCommentDialogToggleReply, VeltCommentDialogToggleReplyCount, VeltCommentDialogToggleReplyIcon, VeltCommentDialogToggleReplyText, VeltCommentDialogUnresolveButton, VeltCommentDialogUpgrade, VeltCommentDialogWireframe, VeltCommentPin, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentText, VeltCommentThread, VeltCommentThreadWireframe, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, VeltCommentsMinimap, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarButton, VeltCommentsSidebarStatusDropdownWireframe, VeltCommentsSidebarWireframe, VeltConfirmDialogWireframe, SnippylyCursor as VeltCursor, VeltCursorPointerWireframe, VeltData, VeltHighChartComments, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltIf, VeltInlineCommentsSection, VeltInlineCommentsSectionWireframe, VeltInlineReactionsSection, VeltInlineReactionsSectionWireframe, VeltMediaSourceSettingsWireframe, VeltMultiThreadCommentDialogWireframe, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsPanelWireframe, VeltNotificationsTool, VeltNotificationsToolWireframe, VeltPersistentCommentModeWireframe, SnippylyPresence as VeltPresence, VeltPresenceTooltipWireframe, VeltPresenceWireframe, SnippylyProvider as VeltProvider, VeltReactionPinTooltipWireframe, VeltReactionPinWireframe, VeltReactionTool, VeltReactionToolWireframe, VeltReactionsPanelWireframe, VeltRecorderAllToolMenuWireframe, VeltRecorderAllToolWireframe, VeltRecorderAudioToolWireframe, SnippylyRecorderControlPanel as VeltRecorderControlPanel, VeltRecorderControlPanelWireframe, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, VeltRecorderPlayerExpandedWireframe, VeltRecorderPlayerWireframe, VeltRecorderScreenToolWireframe, SnippylyRecorderTool as VeltRecorderTool, VeltRecorderVideoToolWireframe, VeltRecordingPreviewStepsDialogWireframe, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonWireframe, VeltSingleEditorModePanel, VeltSingleEditorModePanelWireframe, VeltSubtitlesWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextCommentToolWireframe, VeltTextCommentToolbar as VeltTextCommentToolbarWireframe, VeltTranscriptionWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoEditor, VeltVideoEditorPlayerWireframe, VeltVideoPlayer, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useAddAttachment, useAddComment, useAddCommentAnnotation, useAddReaction, useApproveCommentAnnotation, useAssignUser, useAutocompleteChipClick, useAutocompleteUtils, useClient, useCommentActionCallback, useCommentAddHandler, useCommentAnnotationById, useCommentAnnotations, useCommentAnnotationsCount, useCommentCopyLinkHandler, useCommentDialogSidebarClickHandler, useCommentEventCallback, useCommentModeState, useCommentSelectionChangeHandler, useCommentSidebarActionButtonClick, useCommentSidebarData, useCommentSidebarInit, useCommentUpdateHandler, useCommentUtils, useContactList, useContactSelected, useContactUtils, useCopyLink, useCrdtEventCallback, useCrdtUtils, useCurrentUser, useCurrentUserPermissions, useCursorUsers, useCursorUtils, useDeleteAttachment, useDeleteComment, useDeleteCommentAnnotation, useDeleteReaction, useDeleteRecording, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useGetAttachment, useGetComment, useGetCommentAnnotations, useGetLink, useGetRecording, useHeartbeat, useHuddleUtils, useIdentify, useLiveSelectionDataHandler, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncEventCallback, useLiveStateSyncUtils, useNotificationEventCallback, useNotificationSettings, useNotificationUtils, useNotificationsData, usePresenceData, usePresenceEventCallback, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderEventCallback, useRecorderUtils, useRecordingDataByRecorderId, useRecordings, useRejectCommentAnnotation, useResolveCommentAnnotation, useServerConnectionStateChangeHandler, useSetContextProvider, useSetDocument, useSetDocumentId, useSetDocuments, useSetLiveStateData, useSetLocation, useSetLocations, useSetRootDocument, useSetRootLocation, useSubscribeCommentAnnotation, useTagAnnotations, useTagUtils, useToggleReaction, useUiState, useUniqueViewsByDate, useUniqueViewsByUser, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountByAnnotationId, useUnreadCommentCountByLocationId, useUnreadCommentCountOnCurrentDocument, useUnreadNotificationsCount, useUnsetDocumentId, useUnsetDocuments, useUnsubscribeCommentAnnotation, useUpdateAccess, useUpdateComment, useUpdatePriority, useUpdateStatus, useUserEditorState, useVeltClient, useVeltEventCallback, useVeltInitState, useViewsUtils };
5891
+ export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteGroupOptionWireframe, VeltAutocompleteOptionWireframe, VeltButtonWireframe, VeltCanvasComment, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleWireframe, VeltCommentComposer, VeltCommentComposerWireframe, VeltCommentDialog, VeltCommentDialogAllComment, VeltCommentDialogApprove, VeltCommentDialogAssignDropdown, VeltCommentDialogAssignMenu, VeltCommentDialogAssigneeBanner, VeltCommentDialogAssigneeBannerResolveButton, VeltCommentDialogAssigneeBannerUnresolveButton, VeltCommentDialogAssigneeBannerUserAvatar, VeltCommentDialogAssigneeBannerUserName, VeltCommentDialogAttachmentButton, VeltCommentDialogBody, VeltCommentDialogCloseButton, VeltCommentDialogCommentCategory, VeltCommentDialogCommentIndex, VeltCommentDialogCommentNumber, VeltCommentDialogCommentSuggestionStatus, VeltCommentDialogComposer, VeltCommentDialogComposerActionButton, VeltCommentDialogComposerAssignUser, VeltCommentDialogComposerAttachments, VeltCommentDialogComposerAttachmentsImage, VeltCommentDialogComposerAttachmentsImageDelete, VeltCommentDialogComposerAttachmentsImageLoading, VeltCommentDialogComposerAttachmentsImagePreview, VeltCommentDialogComposerAttachmentsInvalid, VeltCommentDialogComposerAttachmentsInvalidItem, VeltCommentDialogComposerAttachmentsInvalidItemDelete, VeltCommentDialogComposerAttachmentsInvalidItemMessage, VeltCommentDialogComposerAttachmentsInvalidItemPreview, VeltCommentDialogComposerAttachmentsOther, VeltCommentDialogComposerAttachmentsOtherDelete, VeltCommentDialogComposerAttachmentsOtherIcon, VeltCommentDialogComposerAttachmentsOtherLoading, VeltCommentDialogComposerAttachmentsOtherName, VeltCommentDialogComposerAttachmentsOtherSize, VeltCommentDialogComposerAttachmentsSelected, VeltCommentDialogComposerAvatar, VeltCommentDialogComposerFormatToolbar, VeltCommentDialogComposerFormatToolbarButton, VeltCommentDialogComposerInput, VeltCommentDialogComposerPrivateBadge, VeltCommentDialogComposerRecordings, VeltCommentDialogContextWrapper, VeltCommentDialogCopyLink, VeltCommentDialogCustomAnnotationDropdown, VeltCommentDialogCustomAnnotationDropdownContent, VeltCommentDialogCustomAnnotationDropdownContentItem, VeltCommentDialogCustomAnnotationDropdownContentItemIcon, VeltCommentDialogCustomAnnotationDropdownContentItemLabel, VeltCommentDialogCustomAnnotationDropdownTrigger, VeltCommentDialogCustomAnnotationDropdownTriggerArrow, VeltCommentDialogCustomAnnotationDropdownTriggerList, VeltCommentDialogCustomAnnotationDropdownTriggerListItem, VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder, VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount, VeltCommentDialogDeleteButton, VeltCommentDialogDeviceTypeIcons, VeltCommentDialogGhostBanner, VeltCommentDialogHeader, VeltCommentDialogHideReply, VeltCommentDialogMetadata, VeltCommentDialogMoreReply, VeltCommentDialogNavigationButton, VeltCommentDialogOptions, VeltCommentDialogOptionsDropdown, VeltCommentDialogOptionsDropdownContent, VeltCommentDialogOptionsDropdownContentAssign, VeltCommentDialogOptionsDropdownContentDelete, VeltCommentDialogOptionsDropdownContentDeleteComment, VeltCommentDialogOptionsDropdownContentDeleteThread, VeltCommentDialogOptionsDropdownContentEdit, VeltCommentDialogOptionsDropdownContentMakePrivate, VeltCommentDialogOptionsDropdownContentMakePrivateDisable, VeltCommentDialogOptionsDropdownContentMakePrivateEnable, VeltCommentDialogOptionsDropdownContentMarkAsRead, VeltCommentDialogOptionsDropdownContentMarkAsReadMarkRead, VeltCommentDialogOptionsDropdownContentMarkAsReadMarkUnread, VeltCommentDialogOptionsDropdownContentNotification, VeltCommentDialogOptionsDropdownContentNotificationSubscribe, VeltCommentDialogOptionsDropdownContentNotificationUnsubscribe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTrigger, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriority, VeltCommentDialogPriorityDropdown, VeltCommentDialogPriorityDropdownContent, VeltCommentDialogPriorityDropdownContentItem, VeltCommentDialogPriorityDropdownContentItemIcon, VeltCommentDialogPriorityDropdownContentItemName, VeltCommentDialogPriorityDropdownContentItemTick, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTrigger, VeltCommentDialogPriorityDropdownTriggerArrow, VeltCommentDialogPriorityDropdownTriggerIcon, VeltCommentDialogPriorityDropdownTriggerName, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogPrivateBanner, VeltCommentDialogPrivateButton, VeltCommentDialogReplyAvatars, VeltCommentDialogReplyAvatarsList, VeltCommentDialogReplyAvatarsListItem, VeltCommentDialogReplyAvatarsRemainingCount, VeltCommentDialogResolveButton, VeltCommentDialogSignIn, VeltCommentDialogStatus, VeltCommentDialogStatusDropdown, VeltCommentDialogStatusDropdownContent, VeltCommentDialogStatusDropdownContentItem, VeltCommentDialogStatusDropdownContentItemIcon, VeltCommentDialogStatusDropdownContentItemName, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTrigger, VeltCommentDialogStatusDropdownTriggerArrow, VeltCommentDialogStatusDropdownTriggerIcon, VeltCommentDialogStatusDropdownTriggerName, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogSuggestionAction, VeltCommentDialogSuggestionActionAccept, VeltCommentDialogSuggestionActionReject, VeltCommentDialogThreadCard, VeltCommentDialogThreadCardAttachments, VeltCommentDialogThreadCardAttachmentsImage, VeltCommentDialogThreadCardAttachmentsImageDelete, VeltCommentDialogThreadCardAttachmentsImageDownload, VeltCommentDialogThreadCardAttachmentsImagePreview, VeltCommentDialogThreadCardAttachmentsOther, VeltCommentDialogThreadCardAttachmentsOtherDelete, VeltCommentDialogThreadCardAttachmentsOtherDownload, VeltCommentDialogThreadCardAttachmentsOtherIcon, VeltCommentDialogThreadCardAttachmentsOtherName, VeltCommentDialogThreadCardAttachmentsOtherSize, VeltCommentDialogThreadCardAvatar, VeltCommentDialogThreadCardDeviceType, VeltCommentDialogThreadCardDraft, VeltCommentDialogThreadCardEdited, VeltCommentDialogThreadCardMessage, VeltCommentDialogThreadCardName, VeltCommentDialogThreadCardOptions, VeltCommentDialogThreadCardReactionTool, VeltCommentDialogThreadCardReactions, VeltCommentDialogThreadCardRecordings, VeltCommentDialogThreadCardReply, VeltCommentDialogThreadCardSeenDropdown, VeltCommentDialogThreadCardSeenDropdownContent, VeltCommentDialogThreadCardSeenDropdownContentItem, VeltCommentDialogThreadCardSeenDropdownContentItemAvatar, VeltCommentDialogThreadCardSeenDropdownContentItemName, VeltCommentDialogThreadCardSeenDropdownContentItemTime, VeltCommentDialogThreadCardSeenDropdownContentItems, VeltCommentDialogThreadCardSeenDropdownContentTitle, VeltCommentDialogThreadCardSeenDropdownTrigger, VeltCommentDialogThreadCardTime, VeltCommentDialogThreadCardUnread, VeltCommentDialogThreads, VeltCommentDialogToggleReply, VeltCommentDialogToggleReplyCount, VeltCommentDialogToggleReplyIcon, VeltCommentDialogToggleReplyText, VeltCommentDialogUnresolveButton, VeltCommentDialogUpgrade, VeltCommentDialogWireframe, VeltCommentPin, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentText, VeltCommentThread, VeltCommentThreadWireframe, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, VeltCommentsMinimap, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarButton, VeltCommentsSidebarStatusDropdownWireframe, VeltCommentsSidebarWireframe, VeltConfirmDialogWireframe, SnippylyCursor as VeltCursor, VeltCursorPointerWireframe, VeltData, VeltHighChartComments, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltIf, VeltInlineCommentsSection, VeltInlineCommentsSectionWireframe, VeltInlineReactionsSection, VeltInlineReactionsSectionWireframe, VeltMediaSourceSettingsWireframe, VeltMultiThreadCommentDialogWireframe, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsPanelWireframe, VeltNotificationsTool, VeltNotificationsToolWireframe, VeltPersistentCommentModeWireframe, SnippylyPresence as VeltPresence, VeltPresenceTooltipWireframe, VeltPresenceWireframe, SnippylyProvider as VeltProvider, VeltReactionPinTooltipWireframe, VeltReactionPinWireframe, VeltReactionTool, VeltReactionToolWireframe, VeltReactionsPanelWireframe, VeltRecorderAllToolMenuWireframe, VeltRecorderAllToolWireframe, VeltRecorderAudioToolWireframe, SnippylyRecorderControlPanel as VeltRecorderControlPanel, VeltRecorderControlPanelWireframe, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, VeltRecorderPlayerExpandedWireframe, VeltRecorderPlayerWireframe, VeltRecorderScreenToolWireframe, SnippylyRecorderTool as VeltRecorderTool, VeltRecorderVideoToolWireframe, VeltRecordingPreviewStepsDialogWireframe, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonWireframe, VeltSingleEditorModePanel, VeltSingleEditorModePanelWireframe, VeltSubtitlesWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextCommentToolWireframe, VeltTextCommentToolbar as VeltTextCommentToolbarWireframe, VeltTranscriptionWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoEditor, VeltVideoEditorPlayerWireframe, VeltVideoPlayer, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useAddAttachment, useAddComment, useAddCommentAnnotation, useAddReaction, useApproveCommentAnnotation, useAssignUser, useAutocompleteChipClick, useAutocompleteUtils, useClient, useCommentActionCallback, useCommentAddHandler, useCommentAnnotationById, useCommentAnnotations, useCommentAnnotationsCount, useCommentCopyLinkHandler, useCommentDialogSidebarClickHandler, useCommentEventCallback, useCommentModeState, useCommentSelectionChangeHandler, useCommentSidebarActionButtonClick, useCommentSidebarData, useCommentSidebarInit, useCommentUpdateHandler, useCommentUtils, useContactList, useContactSelected, useContactUtils, useCopyLink, useCrdtEventCallback, useCrdtUtils, useCurrentUser, useCurrentUserPermissions, useCursorUsers, useCursorUtils, useDeleteAttachment, useDeleteComment, useDeleteCommentAnnotation, useDeleteReaction, useDeleteRecording, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useGetAttachment, useGetComment, useGetCommentAnnotations, useGetLink, useGetRecording, useHeartbeat, useHuddleUtils, useIdentify, useLiveSelectionDataHandler, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncEventCallback, useLiveStateSyncUtils, useNotificationEventCallback, useNotificationSettings, useNotificationUtils, useNotificationsData, usePresenceData, usePresenceEventCallback, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderEventCallback, useRecorderUtils, useRecordingDataByRecorderId, useRecordings, useRejectCommentAnnotation, useResolveCommentAnnotation, useServerConnectionStateChangeHandler, useSetContextProvider, useSetDocument, useSetDocumentId, useSetDocuments, useSetLiveStateData, useSetLocation, useSetLocations, useSetRootDocument, useSetRootLocation, useSubscribeCommentAnnotation, useTagAnnotations, useTagUtils, useToggleReaction, useUiState, useUniqueViewsByDate, useUniqueViewsByUser, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountByAnnotationId, useUnreadCommentCountByLocationId, useUnreadCommentCountOnCurrentDocument, useUnreadNotificationsCount, useUnsetDocumentId, useUnsetDocuments, useUnsubscribeCommentAnnotation, useUpdateAccess, useUpdateComment, useUpdatePriority, useUpdateStatus, useUserEditorState, useVeltClient, useVeltEventCallback, useVeltInitState, useViewsUtils };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "5.0.0-beta.13",
3
+ "version": "5.0.0-beta.15",
4
4
  "description": "Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.",
5
5
  "homepage": "https://velt.dev",
6
6
  "keywords": [