@veltdev/react 3.0.7 → 3.0.8

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 (48) hide show
  1. package/cjs/index.js +55 -7
  2. package/cjs/index.js.map +1 -1
  3. package/cjs/types/components/SnippylyCommentBubble/SnippylyCommentBubble.d.ts +4 -0
  4. package/cjs/types/components/SnippylyCommentTool/SnippylyCommentTool.d.ts +4 -0
  5. package/cjs/types/components/VeltCommentsSidebarButtonWireframe/VeltCommentsSidebarButtonCommentsCount/VeltCommentsSidebarButtonCommentsCount.d.ts +5 -0
  6. package/cjs/types/components/VeltCommentsSidebarButtonWireframe/VeltCommentsSidebarButtonCommentsCount/index.d.ts +1 -0
  7. package/cjs/types/components/VeltCommentsSidebarButtonWireframe/VeltCommentsSidebarButtonIcon/VeltCommentsSidebarButtonIcon.d.ts +5 -0
  8. package/cjs/types/components/VeltCommentsSidebarButtonWireframe/VeltCommentsSidebarButtonIcon/index.d.ts +1 -0
  9. package/cjs/types/components/VeltCommentsSidebarButtonWireframe/VeltCommentsSidebarButtonWireframe.d.ts +11 -0
  10. package/cjs/types/components/VeltCommentsSidebarButtonWireframe/index.d.ts +1 -0
  11. package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSection.d.ts +4 -0
  12. package/cjs/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogCloseButtonWireframe/VeltMultiThreadCommentDialogCloseButtonWireframe.d.ts +6 -0
  13. package/cjs/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogCloseButtonWireframe/index.d.ts +1 -0
  14. package/cjs/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogCommentCountWireframe/VeltMultiThreadCommentDialogCommentCountWireframe.d.ts +6 -0
  15. package/cjs/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogCommentCountWireframe/index.d.ts +1 -0
  16. package/cjs/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogComposerContainerWireframe/VeltMultiThreadCommentDialogComposerContainerWireframe.d.ts +6 -0
  17. package/cjs/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogComposerContainerWireframe/index.d.ts +1 -0
  18. package/cjs/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogListWireframe/VeltMultiThreadCommentDialogListWireframe.d.ts +6 -0
  19. package/cjs/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogListWireframe/index.d.ts +1 -0
  20. package/cjs/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogWireframe.d.ts +16 -0
  21. package/cjs/types/components/VeltMultiThreadCommentDialogWireframe/index.d.ts +1 -0
  22. package/cjs/types/components/index.d.ts +2 -0
  23. package/cjs/types/constants.d.ts +1 -1
  24. package/esm/index.js +54 -8
  25. package/esm/index.js.map +1 -1
  26. package/esm/types/components/SnippylyCommentBubble/SnippylyCommentBubble.d.ts +4 -0
  27. package/esm/types/components/SnippylyCommentTool/SnippylyCommentTool.d.ts +4 -0
  28. package/esm/types/components/VeltCommentsSidebarButtonWireframe/VeltCommentsSidebarButtonCommentsCount/VeltCommentsSidebarButtonCommentsCount.d.ts +5 -0
  29. package/esm/types/components/VeltCommentsSidebarButtonWireframe/VeltCommentsSidebarButtonCommentsCount/index.d.ts +1 -0
  30. package/esm/types/components/VeltCommentsSidebarButtonWireframe/VeltCommentsSidebarButtonIcon/VeltCommentsSidebarButtonIcon.d.ts +5 -0
  31. package/esm/types/components/VeltCommentsSidebarButtonWireframe/VeltCommentsSidebarButtonIcon/index.d.ts +1 -0
  32. package/esm/types/components/VeltCommentsSidebarButtonWireframe/VeltCommentsSidebarButtonWireframe.d.ts +11 -0
  33. package/esm/types/components/VeltCommentsSidebarButtonWireframe/index.d.ts +1 -0
  34. package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSection.d.ts +4 -0
  35. package/esm/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogCloseButtonWireframe/VeltMultiThreadCommentDialogCloseButtonWireframe.d.ts +6 -0
  36. package/esm/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogCloseButtonWireframe/index.d.ts +1 -0
  37. package/esm/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogCommentCountWireframe/VeltMultiThreadCommentDialogCommentCountWireframe.d.ts +6 -0
  38. package/esm/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogCommentCountWireframe/index.d.ts +1 -0
  39. package/esm/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogComposerContainerWireframe/VeltMultiThreadCommentDialogComposerContainerWireframe.d.ts +6 -0
  40. package/esm/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogComposerContainerWireframe/index.d.ts +1 -0
  41. package/esm/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogListWireframe/VeltMultiThreadCommentDialogListWireframe.d.ts +6 -0
  42. package/esm/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogListWireframe/index.d.ts +1 -0
  43. package/esm/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogWireframe.d.ts +16 -0
  44. package/esm/types/components/VeltMultiThreadCommentDialogWireframe/index.d.ts +1 -0
  45. package/esm/types/components/index.d.ts +2 -0
  46. package/esm/types/constants.d.ts +1 -1
  47. package/index.d.ts +54 -1
  48. package/package.json +1 -1
@@ -1,6 +1,10 @@
1
1
  import React from 'react';
2
2
  export interface IVeltCommentBubbleProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ /**
4
+ * @deprecated Use `targetElementId` instead
5
+ */
3
6
  targetCommentElementId?: string;
7
+ targetElementId?: string;
4
8
  /**
5
9
  * @deprecated Use `avatar` instead
6
10
  */
@@ -1,6 +1,10 @@
1
1
  import React from 'react';
2
2
  export interface IVeltCommentToolProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ /**
4
+ * @deprecated Use `targetElementId` instead
5
+ */
3
6
  targetCommentElementId?: string;
7
+ targetElementId?: string;
4
8
  onCommentModeChange?: Function;
5
9
  darkMode?: boolean;
6
10
  variant?: string;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarButtonCommentsCountProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ }
4
+ declare const VeltCommentsSidebarButtonCommentsCount: React.FC<IVeltCommentsSidebarButtonCommentsCountProps>;
5
+ export default VeltCommentsSidebarButtonCommentsCount;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarButtonCommentsCount";
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentsSidebarButtonIconProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ }
4
+ declare const VeltCommentsSidebarButtonIcon: React.FC<IVeltCommentsSidebarButtonIconProps>;
5
+ export default VeltCommentsSidebarButtonIcon;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarButtonIcon";
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IVeltCommentsSidebarButtonCommentsCountProps } from './VeltCommentsSidebarButtonCommentsCount/VeltCommentsSidebarButtonCommentsCount';
3
+ import { IVeltCommentsSidebarButtonIconProps } from './VeltCommentsSidebarButtonIcon/VeltCommentsSidebarButtonIcon';
4
+ export interface IVeltCommentsSidebarButtonWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
5
+ variant?: string;
6
+ }
7
+ declare const VeltCommentsSidebarButtonWireframe: React.FC<IVeltCommentsSidebarButtonWireframeProps> & {
8
+ CommentsCount: React.FC<IVeltCommentsSidebarButtonCommentsCountProps>;
9
+ Icon: React.FC<IVeltCommentsSidebarButtonIconProps>;
10
+ };
11
+ export default VeltCommentsSidebarButtonWireframe;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarButtonWireframe";
@@ -8,7 +8,11 @@ export interface IVeltInlineCommentsSectionProps extends React.DetailedHTMLProps
8
8
  * @deprecated Use `targetCommentElementId` instead.
9
9
  */
10
10
  targetInlineCommentElementId?: string;
11
+ /**
12
+ * @deprecated Use `targetElementId` instead.
13
+ */
11
14
  targetCommentElementId?: string;
15
+ targetElementId?: string;
12
16
  darkMode?: boolean;
13
17
  variant?: string;
14
18
  dialogVariant?: string;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export interface IVeltMultiThreadCommentDialogCloseButtonWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ variant?: string;
4
+ }
5
+ declare const VeltMultiThreadCommentDialogCloseButtonWireframe: React.FC<IVeltMultiThreadCommentDialogCloseButtonWireframeProps>;
6
+ export default VeltMultiThreadCommentDialogCloseButtonWireframe;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltMultiThreadCommentDialogCloseButtonWireframe";
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export interface IVeltMultiThreadCommentDialogCommentCountWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ variant?: string;
4
+ }
5
+ declare const VeltMultiThreadCommentDialogCommentCountWireframe: React.FC<IVeltMultiThreadCommentDialogCommentCountWireframeProps>;
6
+ export default VeltMultiThreadCommentDialogCommentCountWireframe;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltMultiThreadCommentDialogCommentCountWireframe";
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export interface IVeltMultiThreadCommentDialogComposerContainerWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ variant?: string;
4
+ }
5
+ declare const VeltMultiThreadCommentDialogComposerContainerWireframe: React.FC<IVeltMultiThreadCommentDialogComposerContainerWireframeProps>;
6
+ export default VeltMultiThreadCommentDialogComposerContainerWireframe;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltMultiThreadCommentDialogComposerContainerWireframe";
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export interface IVeltMultiThreadCommentDialogListWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ variant?: string;
4
+ }
5
+ declare const VeltMultiThreadCommentDialogListWireframe: React.FC<IVeltMultiThreadCommentDialogListWireframeProps>;
6
+ export default VeltMultiThreadCommentDialogListWireframe;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltMultiThreadCommentDialogListWireframe";
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import { IVeltMultiThreadCommentDialogCommentCountWireframeProps } from './VeltMultiThreadCommentDialogCommentCountWireframe/VeltMultiThreadCommentDialogCommentCountWireframe';
3
+ import { IVeltMultiThreadCommentDialogComposerContainerWireframeProps } from './VeltMultiThreadCommentDialogComposerContainerWireframe/VeltMultiThreadCommentDialogComposerContainerWireframe';
4
+ import { IVeltMultiThreadCommentDialogListWireframeProps } from './VeltMultiThreadCommentDialogListWireframe/VeltMultiThreadCommentDialogListWireframe';
5
+ import { IVeltMultiThreadCommentDialogCloseButtonWireframeProps } from './VeltMultiThreadCommentDialogCloseButtonWireframe/VeltMultiThreadCommentDialogCloseButtonWireframe';
6
+ export interface IVeltMultiThreadCommentDialogWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
7
+ variant?: string;
8
+ }
9
+ export interface IVeltMultiThreadCommentDialogWireframe extends React.FC<IVeltMultiThreadCommentDialogWireframeProps> {
10
+ CommentCount: React.FC<IVeltMultiThreadCommentDialogCommentCountWireframeProps>;
11
+ ComposerContainer: React.FC<IVeltMultiThreadCommentDialogComposerContainerWireframeProps>;
12
+ List: React.FC<IVeltMultiThreadCommentDialogListWireframeProps>;
13
+ CloseButton: React.FC<IVeltMultiThreadCommentDialogCloseButtonWireframeProps>;
14
+ }
15
+ declare const VeltMultiThreadCommentDialogWireframe: IVeltMultiThreadCommentDialogWireframe;
16
+ export default VeltMultiThreadCommentDialogWireframe;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltMultiThreadCommentDialogWireframe";
@@ -66,3 +66,5 @@ export { default as VeltNotificationsToolWireframe } from "./VeltNotificationsTo
66
66
  export { default as VeltConfirmDialogWireframe } from "./VeltConfirmDialogWireframe";
67
67
  export { default as VeltInlineReactionsSectionWireframe } from "./VeltInlineReactionsSectionWireframe";
68
68
  export { default as VeltPersistentCommentModeWireframe } from "./VeltPersistentCommentModeWireframe";
69
+ export { default as VeltMultiThreadCommentDialogWireframe } from "./VeltMultiThreadCommentDialogWireframe";
70
+ export { default as VeltCommentsSidebarButtonWireframe } from "./VeltCommentsSidebarButtonWireframe";
@@ -1,3 +1,3 @@
1
- export declare const VELT_SDK_VERSION = "3.0.7";
1
+ export declare const VELT_SDK_VERSION = "3.0.8";
2
2
  export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
3
3
  export declare const VELT_TAB_ID = "veltTabId";
package/index.d.ts CHANGED
@@ -22,7 +22,11 @@ interface IVeltProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLEl
22
22
  declare const SnippylyProvider: React.FC<IVeltProps>;
23
23
 
24
24
  interface IVeltCommentBubbleProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
25
+ /**
26
+ * @deprecated Use `targetElementId` instead
27
+ */
25
28
  targetCommentElementId?: string;
29
+ targetElementId?: string;
26
30
  /**
27
31
  * @deprecated Use `avatar` instead
28
32
  */
@@ -221,7 +225,11 @@ interface IVeltCommentsSidebarProps {
221
225
  declare const SnippylyCommentsSidebar: React.FC<IVeltCommentsSidebarProps>;
222
226
 
223
227
  interface IVeltCommentToolProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
228
+ /**
229
+ * @deprecated Use `targetElementId` instead
230
+ */
224
231
  targetCommentElementId?: string;
232
+ targetElementId?: string;
225
233
  onCommentModeChange?: Function;
226
234
  darkMode?: boolean;
227
235
  variant?: string;
@@ -550,7 +558,11 @@ interface IVeltInlineCommentsSectionProps extends React.DetailedHTMLProps<React.
550
558
  * @deprecated Use `targetCommentElementId` instead.
551
559
  */
552
560
  targetInlineCommentElementId?: string;
561
+ /**
562
+ * @deprecated Use `targetElementId` instead.
563
+ */
553
564
  targetCommentElementId?: string;
565
+ targetElementId?: string;
554
566
  darkMode?: boolean;
555
567
  variant?: string;
556
568
  dialogVariant?: string;
@@ -2310,6 +2322,47 @@ interface IVeltPersistentCommentModeWireframe extends React.FC<IVeltPersistentCo
2310
2322
  }
2311
2323
  declare const VeltPersistentCommentModeWireframe: IVeltPersistentCommentModeWireframe;
2312
2324
 
2325
+ interface IVeltMultiThreadCommentDialogCommentCountWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
2326
+ variant?: string;
2327
+ }
2328
+
2329
+ interface IVeltMultiThreadCommentDialogComposerContainerWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
2330
+ variant?: string;
2331
+ }
2332
+
2333
+ interface IVeltMultiThreadCommentDialogListWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
2334
+ variant?: string;
2335
+ }
2336
+
2337
+ interface IVeltMultiThreadCommentDialogCloseButtonWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
2338
+ variant?: string;
2339
+ }
2340
+
2341
+ interface IVeltMultiThreadCommentDialogWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
2342
+ variant?: string;
2343
+ }
2344
+ interface IVeltMultiThreadCommentDialogWireframe extends React.FC<IVeltMultiThreadCommentDialogWireframeProps> {
2345
+ CommentCount: React.FC<IVeltMultiThreadCommentDialogCommentCountWireframeProps>;
2346
+ ComposerContainer: React.FC<IVeltMultiThreadCommentDialogComposerContainerWireframeProps>;
2347
+ List: React.FC<IVeltMultiThreadCommentDialogListWireframeProps>;
2348
+ CloseButton: React.FC<IVeltMultiThreadCommentDialogCloseButtonWireframeProps>;
2349
+ }
2350
+ declare const VeltMultiThreadCommentDialogWireframe: IVeltMultiThreadCommentDialogWireframe;
2351
+
2352
+ interface IVeltCommentsSidebarButtonCommentsCountProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
2353
+ }
2354
+
2355
+ interface IVeltCommentsSidebarButtonIconProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
2356
+ }
2357
+
2358
+ interface IVeltCommentsSidebarButtonWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
2359
+ variant?: string;
2360
+ }
2361
+ declare const VeltCommentsSidebarButtonWireframe: React.FC<IVeltCommentsSidebarButtonWireframeProps> & {
2362
+ CommentsCount: React.FC<IVeltCommentsSidebarButtonCommentsCountProps>;
2363
+ Icon: React.FC<IVeltCommentsSidebarButtonIconProps>;
2364
+ };
2365
+
2313
2366
  declare function useVeltClient(): {
2314
2367
  client: Velt;
2315
2368
  };
@@ -2407,4 +2460,4 @@ declare const createLiveStateMiddleware: (config?: LiveStateMiddlewareConfig) =>
2407
2460
  updateLiveStateDataId: (newId?: string) => void;
2408
2461
  };
2409
2462
 
2410
- export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteOptionWireframe, VeltCanvasComment, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleWireframe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogWireframe, VeltCommentPin, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentThread, 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, VeltInlineCommentsSection, VeltInlineCommentsSectionWireframe, VeltInlineReactionsSection, VeltInlineReactionsSectionWireframe, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsPanelWireframe, VeltNotificationsTool, VeltNotificationsToolWireframe, VeltPersistentCommentModeWireframe, SnippylyPresence as VeltPresence, SnippylyProvider as VeltProvider, VeltReactionPinTooltipWireframe, VeltReactionPinWireframe, VeltReactionTool, VeltReactionToolWireframe, VeltReactionsPanelWireframe, SnippylyRecorderControlPanel as VeltRecorderControlPanel, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, SnippylyRecorderTool as VeltRecorderTool, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextCommentToolWireframe, VeltTextCommentToolbar as VeltTextCommentToolbarWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoPlayer, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useAutocompleteChipClick, useAutocompleteUtils, useClient, useCommentAddHandler, useCommentAnnotations, useCommentDialogSidebarClickHandler, useCommentModeState, useCommentSelectionChangeHandler, useCommentUpdateHandler, useCommentUtils, useContactSelected, useContactUtils, useCursorUsers, useCursorUtils, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useHuddleUtils, useIdentify, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncUtils, useNotificationUtils, useNotificationsData, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderUtils, useServerConnectionStateChangeHandler, useSetDocument, useSetDocumentId, useSetLiveStateData, useSetLocation, useTagAnnotations, useTagUtils, useUniqueViewsByDate, useUniqueViewsByUser, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountByAnnotationId, useUnreadCommentCountByLocationId, useUnreadCommentCountOnCurrentDocument, useUnsetDocumentId, useUserEditorState, useVeltClient, useVeltInitState, useViewsUtils };
2463
+ export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteOptionWireframe, VeltCanvasComment, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleWireframe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogWireframe, VeltCommentPin, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentThread, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, VeltCommentsMinimap, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarButton, VeltCommentsSidebarButtonWireframe, VeltCommentsSidebarStatusDropdownWireframe, VeltCommentsSidebarWireframe, VeltConfirmDialogWireframe, SnippylyCursor as VeltCursor, VeltData, VeltHighChartComments, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltInlineCommentsSection, VeltInlineCommentsSectionWireframe, VeltInlineReactionsSection, VeltInlineReactionsSectionWireframe, VeltMultiThreadCommentDialogWireframe, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsPanelWireframe, VeltNotificationsTool, VeltNotificationsToolWireframe, VeltPersistentCommentModeWireframe, SnippylyPresence as VeltPresence, SnippylyProvider as VeltProvider, VeltReactionPinTooltipWireframe, VeltReactionPinWireframe, VeltReactionTool, VeltReactionToolWireframe, VeltReactionsPanelWireframe, SnippylyRecorderControlPanel as VeltRecorderControlPanel, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, SnippylyRecorderTool as VeltRecorderTool, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextCommentToolWireframe, VeltTextCommentToolbar as VeltTextCommentToolbarWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoPlayer, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useAutocompleteChipClick, useAutocompleteUtils, useClient, useCommentAddHandler, useCommentAnnotations, useCommentDialogSidebarClickHandler, useCommentModeState, useCommentSelectionChangeHandler, useCommentUpdateHandler, useCommentUtils, useContactSelected, useContactUtils, useCursorUsers, useCursorUtils, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useHuddleUtils, useIdentify, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncUtils, useNotificationUtils, useNotificationsData, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderUtils, useServerConnectionStateChangeHandler, useSetDocument, useSetDocumentId, useSetLiveStateData, useSetLocation, useTagAnnotations, useTagUtils, useUniqueViewsByDate, useUniqueViewsByUser, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountByAnnotationId, useUnreadCommentCountByLocationId, useUnreadCommentCountOnCurrentDocument, useUnsetDocumentId, useUserEditorState, useVeltClient, useVeltInitState, useViewsUtils };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "3.0.7",
3
+ "version": "3.0.8",
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": [