@veltdev/react 4.5.0-beta.24 → 4.5.0-beta.26

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 (52) hide show
  1. package/cjs/index.js +74 -4
  2. package/cjs/index.js.map +1 -1
  3. package/cjs/types/components/SnippylyComments/SnippylyComments.d.ts +4 -0
  4. package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipAvatarWireframe/VeltPresenceTooltipAvatarWireframe.d.ts +8 -0
  5. package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipAvatarWireframe/index.d.ts +1 -0
  6. package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipStatusContainerWireframe/VeltPresenceTooltipStatusContainerWireframe.d.ts +8 -0
  7. package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipStatusContainerWireframe/index.d.ts +1 -0
  8. package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserActiveWireframe/VeltPresenceTooltipUserActiveWireframe.d.ts +8 -0
  9. package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserActiveWireframe/index.d.ts +1 -0
  10. package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserInactiveWireframe/VeltPresenceTooltipUserInactiveWireframe.d.ts +8 -0
  11. package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserInactiveWireframe/index.d.ts +1 -0
  12. package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserNameWireframe/VeltPresenceTooltipUserNameWireframe.d.ts +8 -0
  13. package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserNameWireframe/index.d.ts +1 -0
  14. package/cjs/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipWireframe.d.ts +19 -0
  15. package/cjs/types/components/VeltPresenceTooltipWireframe/index.d.ts +1 -0
  16. package/cjs/types/components/VeltPresenceWireframe/VeltPresenceAvatarListWireframe/VeltPresenceAvatarListItemWireframe/VeltPresenceAvatarListItemWireframe.d.ts +8 -0
  17. package/cjs/types/components/VeltPresenceWireframe/VeltPresenceAvatarListWireframe/VeltPresenceAvatarListItemWireframe/index.d.ts +1 -0
  18. package/cjs/types/components/VeltPresenceWireframe/VeltPresenceAvatarListWireframe/VeltPresenceAvatarListWireframe.d.ts +10 -0
  19. package/cjs/types/components/VeltPresenceWireframe/VeltPresenceAvatarListWireframe/index.d.ts +1 -0
  20. package/cjs/types/components/VeltPresenceWireframe/VeltPresenceAvatarRemainingCountWireframe/VeltPresenceAvatarRemainingCountWireframe.d.ts +8 -0
  21. package/cjs/types/components/VeltPresenceWireframe/VeltPresenceAvatarRemainingCountWireframe/index.d.ts +1 -0
  22. package/cjs/types/components/VeltPresenceWireframe/VeltPresenceWireframe.d.ts +13 -0
  23. package/cjs/types/components/VeltPresenceWireframe/index.d.ts +1 -0
  24. package/cjs/types/components/index.d.ts +2 -0
  25. package/cjs/types/constants.d.ts +1 -1
  26. package/esm/index.js +73 -5
  27. package/esm/index.js.map +1 -1
  28. package/esm/types/components/SnippylyComments/SnippylyComments.d.ts +4 -0
  29. package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipAvatarWireframe/VeltPresenceTooltipAvatarWireframe.d.ts +8 -0
  30. package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipAvatarWireframe/index.d.ts +1 -0
  31. package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipStatusContainerWireframe/VeltPresenceTooltipStatusContainerWireframe.d.ts +8 -0
  32. package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipStatusContainerWireframe/index.d.ts +1 -0
  33. package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserActiveWireframe/VeltPresenceTooltipUserActiveWireframe.d.ts +8 -0
  34. package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserActiveWireframe/index.d.ts +1 -0
  35. package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserInactiveWireframe/VeltPresenceTooltipUserInactiveWireframe.d.ts +8 -0
  36. package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserInactiveWireframe/index.d.ts +1 -0
  37. package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserNameWireframe/VeltPresenceTooltipUserNameWireframe.d.ts +8 -0
  38. package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipUserNameWireframe/index.d.ts +1 -0
  39. package/esm/types/components/VeltPresenceTooltipWireframe/VeltPresenceTooltipWireframe.d.ts +19 -0
  40. package/esm/types/components/VeltPresenceTooltipWireframe/index.d.ts +1 -0
  41. package/esm/types/components/VeltPresenceWireframe/VeltPresenceAvatarListWireframe/VeltPresenceAvatarListItemWireframe/VeltPresenceAvatarListItemWireframe.d.ts +8 -0
  42. package/esm/types/components/VeltPresenceWireframe/VeltPresenceAvatarListWireframe/VeltPresenceAvatarListItemWireframe/index.d.ts +1 -0
  43. package/esm/types/components/VeltPresenceWireframe/VeltPresenceAvatarListWireframe/VeltPresenceAvatarListWireframe.d.ts +10 -0
  44. package/esm/types/components/VeltPresenceWireframe/VeltPresenceAvatarListWireframe/index.d.ts +1 -0
  45. package/esm/types/components/VeltPresenceWireframe/VeltPresenceAvatarRemainingCountWireframe/VeltPresenceAvatarRemainingCountWireframe.d.ts +8 -0
  46. package/esm/types/components/VeltPresenceWireframe/VeltPresenceAvatarRemainingCountWireframe/index.d.ts +1 -0
  47. package/esm/types/components/VeltPresenceWireframe/VeltPresenceWireframe.d.ts +13 -0
  48. package/esm/types/components/VeltPresenceWireframe/index.d.ts +1 -0
  49. package/esm/types/components/index.d.ts +2 -0
  50. package/esm/types/constants.d.ts +1 -1
  51. package/index.d.ts +67 -1
  52. package/package.json +1 -1
@@ -122,7 +122,11 @@ export interface IVeltCommentsProps extends React.DetailedHTMLProps<React.HTMLAt
122
122
  */
123
123
  multiThreadMode?: boolean;
124
124
  multiThread?: boolean;
125
+ /**
126
+ * @deprecated Use `groupMatchedComments` instead.
127
+ */
125
128
  groupMultipleMatch?: boolean;
129
+ groupMatchedComments?: boolean;
126
130
  deleteReplyConfirmation?: boolean;
127
131
  collapsedComments?: boolean;
128
132
  shortUserName?: boolean;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../constants';
3
+ export interface IVeltPresenceTooltipAvatarWireframeProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltPresenceTooltipAvatarWireframe extends React.FC<IVeltPresenceTooltipAvatarWireframeProps> {
6
+ }
7
+ declare const VeltPresenceTooltipAvatarWireframe: IVeltPresenceTooltipAvatarWireframe;
8
+ export default VeltPresenceTooltipAvatarWireframe;
@@ -0,0 +1 @@
1
+ export { default } from './VeltPresenceTooltipAvatarWireframe';
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../constants';
3
+ export interface IVeltPresenceTooltipStatusContainerWireframeProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltPresenceTooltipStatusContainerWireframe extends React.FC<IVeltPresenceTooltipStatusContainerWireframeProps> {
6
+ }
7
+ declare const VeltPresenceTooltipStatusContainerWireframe: IVeltPresenceTooltipStatusContainerWireframe;
8
+ export default VeltPresenceTooltipStatusContainerWireframe;
@@ -0,0 +1 @@
1
+ export { default } from './VeltPresenceTooltipStatusContainerWireframe';
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../constants';
3
+ export interface IVeltPresenceTooltipUserActiveWireframeProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltPresenceTooltipUserActiveWireframe extends React.FC<IVeltPresenceTooltipUserActiveWireframeProps> {
6
+ }
7
+ declare const VeltPresenceTooltipUserActiveWireframe: IVeltPresenceTooltipUserActiveWireframe;
8
+ export default VeltPresenceTooltipUserActiveWireframe;
@@ -0,0 +1 @@
1
+ export { default } from './VeltPresenceTooltipUserActiveWireframe';
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../constants';
3
+ export interface IVeltPresenceTooltipUserInactiveWireframeProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltPresenceTooltipUserInactiveWireframe extends React.FC<IVeltPresenceTooltipUserInactiveWireframeProps> {
6
+ }
7
+ declare const VeltPresenceTooltipUserInactiveWireframe: IVeltPresenceTooltipUserInactiveWireframe;
8
+ export default VeltPresenceTooltipUserInactiveWireframe;
@@ -0,0 +1 @@
1
+ export { default } from './VeltPresenceTooltipUserInactiveWireframe';
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../constants';
3
+ export interface IVeltPresenceTooltipUserNameWireframeProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltPresenceTooltipUserNameWireframe extends React.FC<IVeltPresenceTooltipUserNameWireframeProps> {
6
+ }
7
+ declare const VeltPresenceTooltipUserNameWireframe: IVeltPresenceTooltipUserNameWireframe;
8
+ export default VeltPresenceTooltipUserNameWireframe;
@@ -0,0 +1 @@
1
+ export { default } from './VeltPresenceTooltipUserNameWireframe';
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../constants';
3
+ import { IVeltPresenceTooltipAvatarWireframe } from './VeltPresenceTooltipAvatarWireframe/VeltPresenceTooltipAvatarWireframe';
4
+ import { IVeltPresenceTooltipUserActiveWireframe } from './VeltPresenceTooltipUserActiveWireframe/VeltPresenceTooltipUserActiveWireframe';
5
+ import { IVeltPresenceTooltipUserInactiveWireframe } from './VeltPresenceTooltipUserInactiveWireframe/VeltPresenceTooltipUserInactiveWireframe';
6
+ import { IVeltPresenceTooltipUserNameWireframe } from './VeltPresenceTooltipUserNameWireframe/VeltPresenceTooltipUserNameWireframe';
7
+ import { IVeltPresenceTooltipStatusContainerWireframe } from './VeltPresenceTooltipStatusContainerWireframe/VeltPresenceTooltipStatusContainerWireframe';
8
+ export interface IVeltPresenceTooltipWireframeProps extends IVeltWireframeCommonProps {
9
+ variant?: string;
10
+ }
11
+ export interface IVeltPresenceTooltipWireframe extends React.FC<IVeltPresenceTooltipWireframeProps> {
12
+ Avatar: IVeltPresenceTooltipAvatarWireframe;
13
+ UserActive: IVeltPresenceTooltipUserActiveWireframe;
14
+ UserInactive: IVeltPresenceTooltipUserInactiveWireframe;
15
+ UserName: IVeltPresenceTooltipUserNameWireframe;
16
+ StatusContainer: IVeltPresenceTooltipStatusContainerWireframe;
17
+ }
18
+ declare const VeltPresenceTooltipWireframe: IVeltPresenceTooltipWireframe;
19
+ export default VeltPresenceTooltipWireframe;
@@ -0,0 +1 @@
1
+ export { default } from './VeltPresenceTooltipWireframe';
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../constants';
3
+ export interface IVeltPresenceAvatarListItemWireframeProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltPresenceAvatarListItemWireframe extends React.FC<IVeltPresenceAvatarListItemWireframeProps> {
6
+ }
7
+ declare const VeltPresenceAvatarListItemWireframe: IVeltPresenceAvatarListItemWireframe;
8
+ export default VeltPresenceAvatarListItemWireframe;
@@ -0,0 +1 @@
1
+ export { default } from './VeltPresenceAvatarListItemWireframe';
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../constants';
3
+ import { IVeltPresenceAvatarListItemWireframe } from './VeltPresenceAvatarListItemWireframe/VeltPresenceAvatarListItemWireframe';
4
+ export interface IVeltPresenceAvatarListWireframeProps extends IVeltWireframeCommonProps {
5
+ }
6
+ export interface IVeltPresenceAvatarListWireframe extends React.FC<IVeltPresenceAvatarListWireframeProps> {
7
+ Item: IVeltPresenceAvatarListItemWireframe;
8
+ }
9
+ declare const VeltPresenceAvatarListWireframe: IVeltPresenceAvatarListWireframe;
10
+ export default VeltPresenceAvatarListWireframe;
@@ -0,0 +1 @@
1
+ export { default } from './VeltPresenceAvatarListWireframe';
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../constants';
3
+ export interface IVeltPresenceAvatarRemainingCountWireframeProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltPresenceAvatarRemainingCountWireframe extends React.FC<IVeltPresenceAvatarRemainingCountWireframeProps> {
6
+ }
7
+ declare const VeltPresenceAvatarRemainingCountWireframe: IVeltPresenceAvatarRemainingCountWireframe;
8
+ export default VeltPresenceAvatarRemainingCountWireframe;
@@ -0,0 +1 @@
1
+ export { default } from './VeltPresenceAvatarRemainingCountWireframe';
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../constants';
3
+ import { IVeltPresenceAvatarListWireframe } from './VeltPresenceAvatarListWireframe/VeltPresenceAvatarListWireframe';
4
+ import { IVeltPresenceAvatarRemainingCountWireframe } from './VeltPresenceAvatarRemainingCountWireframe/VeltPresenceAvatarRemainingCountWireframe';
5
+ export interface IVeltPresenceWireframeProps extends IVeltWireframeCommonProps {
6
+ variant?: string;
7
+ }
8
+ export interface IVeltPresenceWireframe extends React.FC<IVeltPresenceWireframeProps> {
9
+ AvatarList: IVeltPresenceAvatarListWireframe;
10
+ AvatarRemainingCount: IVeltPresenceAvatarRemainingCountWireframe;
11
+ }
12
+ declare const VeltPresenceWireframe: IVeltPresenceWireframe;
13
+ export default VeltPresenceWireframe;
@@ -0,0 +1 @@
1
+ export { default } from './VeltPresenceWireframe';
@@ -89,3 +89,5 @@ export { default as VeltSubtitlesWireframe } from "./VeltSubtitlesWireframe";
89
89
  export { default as VeltTranscriptionWireframe } from "./VeltTranscriptionWireframe";
90
90
  export { default as VeltButtonWireframe } from "./VeltButtonWireframe";
91
91
  export { default as VeltSingleEditorModePanelWireframe } from "./VeltSingleEditorModePanelWireframe";
92
+ export { default as VeltPresenceWireframe } from "./VeltPresenceWireframe";
93
+ export { default as VeltPresenceTooltipWireframe } from "./VeltPresenceTooltipWireframe";
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const VELT_SDK_VERSION = "4.5.0-beta.24";
2
+ export declare const VELT_SDK_VERSION = "4.5.0-beta.26";
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
@@ -170,7 +170,11 @@ interface IVeltCommentsProps extends React$1.DetailedHTMLProps<React$1.HTMLAttri
170
170
  */
171
171
  multiThreadMode?: boolean;
172
172
  multiThread?: boolean;
173
+ /**
174
+ * @deprecated Use `groupMatchedComments` instead.
175
+ */
173
176
  groupMultipleMatch?: boolean;
177
+ groupMatchedComments?: boolean;
174
178
  deleteReplyConfirmation?: boolean;
175
179
  collapsedComments?: boolean;
176
180
  shortUserName?: boolean;
@@ -3925,6 +3929,68 @@ interface IVeltSingleEditorModePanelWireframe extends React$1.FC<IVeltSingleEdit
3925
3929
  }
3926
3930
  declare const VeltSingleEditorModePanelWireframe: IVeltSingleEditorModePanelWireframe;
3927
3931
 
3932
+ interface IVeltPresenceAvatarListItemWireframeProps extends IVeltWireframeCommonProps {
3933
+ }
3934
+ interface IVeltPresenceAvatarListItemWireframe extends React$1.FC<IVeltPresenceAvatarListItemWireframeProps> {
3935
+ }
3936
+
3937
+ interface IVeltPresenceAvatarListWireframeProps extends IVeltWireframeCommonProps {
3938
+ }
3939
+ interface IVeltPresenceAvatarListWireframe extends React$1.FC<IVeltPresenceAvatarListWireframeProps> {
3940
+ Item: IVeltPresenceAvatarListItemWireframe;
3941
+ }
3942
+
3943
+ interface IVeltPresenceAvatarRemainingCountWireframeProps extends IVeltWireframeCommonProps {
3944
+ }
3945
+ interface IVeltPresenceAvatarRemainingCountWireframe extends React$1.FC<IVeltPresenceAvatarRemainingCountWireframeProps> {
3946
+ }
3947
+
3948
+ interface IVeltPresenceWireframeProps extends IVeltWireframeCommonProps {
3949
+ variant?: string;
3950
+ }
3951
+ interface IVeltPresenceWireframe extends React$1.FC<IVeltPresenceWireframeProps> {
3952
+ AvatarList: IVeltPresenceAvatarListWireframe;
3953
+ AvatarRemainingCount: IVeltPresenceAvatarRemainingCountWireframe;
3954
+ }
3955
+ declare const VeltPresenceWireframe: IVeltPresenceWireframe;
3956
+
3957
+ interface IVeltPresenceTooltipAvatarWireframeProps extends IVeltWireframeCommonProps {
3958
+ }
3959
+ interface IVeltPresenceTooltipAvatarWireframe extends React$1.FC<IVeltPresenceTooltipAvatarWireframeProps> {
3960
+ }
3961
+
3962
+ interface IVeltPresenceTooltipUserActiveWireframeProps extends IVeltWireframeCommonProps {
3963
+ }
3964
+ interface IVeltPresenceTooltipUserActiveWireframe extends React$1.FC<IVeltPresenceTooltipUserActiveWireframeProps> {
3965
+ }
3966
+
3967
+ interface IVeltPresenceTooltipUserInactiveWireframeProps extends IVeltWireframeCommonProps {
3968
+ }
3969
+ interface IVeltPresenceTooltipUserInactiveWireframe extends React$1.FC<IVeltPresenceTooltipUserInactiveWireframeProps> {
3970
+ }
3971
+
3972
+ interface IVeltPresenceTooltipUserNameWireframeProps extends IVeltWireframeCommonProps {
3973
+ }
3974
+ interface IVeltPresenceTooltipUserNameWireframe extends React$1.FC<IVeltPresenceTooltipUserNameWireframeProps> {
3975
+ }
3976
+
3977
+ interface IVeltPresenceTooltipStatusContainerWireframeProps extends IVeltWireframeCommonProps {
3978
+ }
3979
+ interface IVeltPresenceTooltipStatusContainerWireframe extends React$1.FC<IVeltPresenceTooltipStatusContainerWireframeProps> {
3980
+ }
3981
+
3982
+ interface IVeltPresenceTooltipWireframeProps extends IVeltWireframeCommonProps {
3983
+ variant?: string;
3984
+ }
3985
+ interface IVeltPresenceTooltipWireframe extends React$1.FC<IVeltPresenceTooltipWireframeProps> {
3986
+ Avatar: IVeltPresenceTooltipAvatarWireframe;
3987
+ UserActive: IVeltPresenceTooltipUserActiveWireframe;
3988
+ UserInactive: IVeltPresenceTooltipUserInactiveWireframe;
3989
+ UserName: IVeltPresenceTooltipUserNameWireframe;
3990
+ StatusContainer: IVeltPresenceTooltipStatusContainerWireframe;
3991
+ }
3992
+ declare const VeltPresenceTooltipWireframe: IVeltPresenceTooltipWireframe;
3993
+
3928
3994
  declare function useVeltClient(): {
3929
3995
  client: Velt | null;
3930
3996
  };
@@ -4155,4 +4221,4 @@ declare const createLiveStateMiddleware: (config?: LiveStateMiddlewareConfig) =>
4155
4221
  updateAllowAction: (newAllowAction?: ((action: any) => boolean) | undefined) => void;
4156
4222
  };
4157
4223
 
4158
- export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteGroupOptionWireframe, VeltAutocompleteOptionWireframe, VeltButtonWireframe, VeltCanvasComment, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleWireframe, VeltCommentComposer, VeltCommentComposerWireframe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTriggerWireframe, 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, 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, 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, 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, useCursorUsers, useCursorUtils, useDeleteAttachment, useDeleteComment, useDeleteCommentAnnotation, useDeleteReaction, useDeleteRecording, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useGetAttachment, useGetComment, useGetCommentAnnotations, useGetLink, useGetRecording, useHuddleUtils, useIdentify, useLiveSelectionDataHandler, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncEventCallback, useLiveStateSyncUtils, useNotificationEventCallback, useNotificationUtils, useNotificationsData, usePresenceData, usePresenceEventCallback, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderEventCallback, useRecorderUtils, useRecordingDataByRecorderId, useRecordings, useRejectCommentAnnotation, useResolveCommentAnnotation, useServerConnectionStateChangeHandler, useSetDocument, useSetDocumentId, useSetDocuments, useSetLiveStateData, useSetLocation, useSetLocations, useSetRootDocument, useSetRootLocation, useSubscribeCommentAnnotation, useTagAnnotations, useTagUtils, useToggleReaction, useUniqueViewsByDate, useUniqueViewsByUser, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountByAnnotationId, useUnreadCommentCountByLocationId, useUnreadCommentCountOnCurrentDocument, useUnreadNotificationsCount, useUnsetDocumentId, useUnsetDocuments, useUnsubscribeCommentAnnotation, useUpdateAccess, useUpdateComment, useUpdatePriority, useUpdateStatus, useUserEditorState, useVeltClient, useVeltEventCallback, useVeltInitState, useViewsUtils };
4224
+ export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteGroupOptionWireframe, VeltAutocompleteOptionWireframe, VeltButtonWireframe, VeltCanvasComment, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleWireframe, VeltCommentComposer, VeltCommentComposerWireframe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTriggerWireframe, 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, 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, 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, useCursorUsers, useCursorUtils, useDeleteAttachment, useDeleteComment, useDeleteCommentAnnotation, useDeleteReaction, useDeleteRecording, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useGetAttachment, useGetComment, useGetCommentAnnotations, useGetLink, useGetRecording, useHuddleUtils, useIdentify, useLiveSelectionDataHandler, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncEventCallback, useLiveStateSyncUtils, useNotificationEventCallback, useNotificationUtils, useNotificationsData, usePresenceData, usePresenceEventCallback, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderEventCallback, useRecorderUtils, useRecordingDataByRecorderId, useRecordings, useRejectCommentAnnotation, useResolveCommentAnnotation, useServerConnectionStateChangeHandler, useSetDocument, useSetDocumentId, useSetDocuments, useSetLiveStateData, useSetLocation, useSetLocations, useSetRootDocument, useSetRootLocation, useSubscribeCommentAnnotation, useTagAnnotations, useTagUtils, useToggleReaction, 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": "4.5.0-beta.24",
3
+ "version": "4.5.0-beta.26",
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": [