@veltdev/react 3.0.7 → 3.0.9

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 +59 -11
  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/SnippylyComments/SnippylyComments.d.ts +1 -0
  6. package/cjs/types/components/VeltCommentsSidebarButtonWireframe/VeltCommentsSidebarButtonCommentsCount/VeltCommentsSidebarButtonCommentsCount.d.ts +5 -0
  7. package/cjs/types/components/VeltCommentsSidebarButtonWireframe/VeltCommentsSidebarButtonCommentsCount/index.d.ts +1 -0
  8. package/cjs/types/components/VeltCommentsSidebarButtonWireframe/VeltCommentsSidebarButtonIcon/VeltCommentsSidebarButtonIcon.d.ts +5 -0
  9. package/cjs/types/components/VeltCommentsSidebarButtonWireframe/VeltCommentsSidebarButtonIcon/index.d.ts +1 -0
  10. package/cjs/types/components/VeltCommentsSidebarButtonWireframe/VeltCommentsSidebarButtonWireframe.d.ts +11 -0
  11. package/cjs/types/components/VeltCommentsSidebarButtonWireframe/index.d.ts +1 -0
  12. package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSection.d.ts +4 -0
  13. package/cjs/types/components/VeltInlineReactionsSection/VeltInlineReactionsSection.d.ts +2 -0
  14. package/cjs/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogCloseButtonWireframe/VeltMultiThreadCommentDialogCloseButtonWireframe.d.ts +6 -0
  15. package/cjs/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogCloseButtonWireframe/index.d.ts +1 -0
  16. package/cjs/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogCommentCountWireframe/VeltMultiThreadCommentDialogCommentCountWireframe.d.ts +6 -0
  17. package/cjs/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogCommentCountWireframe/index.d.ts +1 -0
  18. package/cjs/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogComposerContainerWireframe/VeltMultiThreadCommentDialogComposerContainerWireframe.d.ts +6 -0
  19. package/cjs/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogComposerContainerWireframe/index.d.ts +1 -0
  20. package/cjs/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogListWireframe/VeltMultiThreadCommentDialogListWireframe.d.ts +6 -0
  21. package/cjs/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogListWireframe/index.d.ts +1 -0
  22. package/cjs/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogWireframe.d.ts +16 -0
  23. package/cjs/types/components/VeltMultiThreadCommentDialogWireframe/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 +58 -12
  27. package/esm/index.js.map +1 -1
  28. package/esm/types/components/SnippylyCommentBubble/SnippylyCommentBubble.d.ts +4 -0
  29. package/esm/types/components/SnippylyCommentTool/SnippylyCommentTool.d.ts +4 -0
  30. package/esm/types/components/SnippylyComments/SnippylyComments.d.ts +1 -0
  31. package/esm/types/components/VeltCommentsSidebarButtonWireframe/VeltCommentsSidebarButtonCommentsCount/VeltCommentsSidebarButtonCommentsCount.d.ts +5 -0
  32. package/esm/types/components/VeltCommentsSidebarButtonWireframe/VeltCommentsSidebarButtonCommentsCount/index.d.ts +1 -0
  33. package/esm/types/components/VeltCommentsSidebarButtonWireframe/VeltCommentsSidebarButtonIcon/VeltCommentsSidebarButtonIcon.d.ts +5 -0
  34. package/esm/types/components/VeltCommentsSidebarButtonWireframe/VeltCommentsSidebarButtonIcon/index.d.ts +1 -0
  35. package/esm/types/components/VeltCommentsSidebarButtonWireframe/VeltCommentsSidebarButtonWireframe.d.ts +11 -0
  36. package/esm/types/components/VeltCommentsSidebarButtonWireframe/index.d.ts +1 -0
  37. package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSection.d.ts +4 -0
  38. package/esm/types/components/VeltInlineReactionsSection/VeltInlineReactionsSection.d.ts +2 -0
  39. package/esm/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogCloseButtonWireframe/VeltMultiThreadCommentDialogCloseButtonWireframe.d.ts +6 -0
  40. package/esm/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogCloseButtonWireframe/index.d.ts +1 -0
  41. package/esm/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogCommentCountWireframe/VeltMultiThreadCommentDialogCommentCountWireframe.d.ts +6 -0
  42. package/esm/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogCommentCountWireframe/index.d.ts +1 -0
  43. package/esm/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogComposerContainerWireframe/VeltMultiThreadCommentDialogComposerContainerWireframe.d.ts +6 -0
  44. package/esm/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogComposerContainerWireframe/index.d.ts +1 -0
  45. package/esm/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogListWireframe/VeltMultiThreadCommentDialogListWireframe.d.ts +6 -0
  46. package/esm/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogListWireframe/index.d.ts +1 -0
  47. package/esm/types/components/VeltMultiThreadCommentDialogWireframe/VeltMultiThreadCommentDialogWireframe.d.ts +16 -0
  48. package/esm/types/components/VeltMultiThreadCommentDialogWireframe/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 +56 -1
  52. 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;
@@ -117,6 +117,7 @@ export interface IVeltCommentsProps extends React.DetailedHTMLProps<React.HTMLAt
117
117
  textCommentToolbarShadowDom?: boolean;
118
118
  composerMode?: 'default' | 'expanded';
119
119
  atHereLabel?: string;
120
+ multiThreadMode?: boolean;
120
121
  }
121
122
  declare const SnippylyComments: React.FC<IVeltCommentsProps>;
122
123
  export default SnippylyComments;
@@ -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;
@@ -1,9 +1,11 @@
1
+ import { ReactionMap } from '@veltdev/types';
1
2
  import React from 'react';
2
3
  export interface IVeltInlineReactionsSectionProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
4
  targetReactionElementId?: string;
4
5
  darkMode?: boolean;
5
6
  variant?: string;
6
7
  shadowDom?: boolean;
8
+ customReactions?: ReactionMap;
7
9
  }
8
10
  declare const VeltInlineReactionsSection: React.FC<IVeltInlineReactionsSectionProps>;
9
11
  export default VeltInlineReactionsSection;
@@ -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.9";
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
  */
@@ -153,6 +157,7 @@ interface IVeltCommentsProps extends React.DetailedHTMLProps<React.HTMLAttribute
153
157
  textCommentToolbarShadowDom?: boolean;
154
158
  composerMode?: 'default' | 'expanded';
155
159
  atHereLabel?: string;
160
+ multiThreadMode?: boolean;
156
161
  }
157
162
  declare const SnippylyComments: React.FC<IVeltCommentsProps>;
158
163
 
@@ -221,7 +226,11 @@ interface IVeltCommentsSidebarProps {
221
226
  declare const SnippylyCommentsSidebar: React.FC<IVeltCommentsSidebarProps>;
222
227
 
223
228
  interface IVeltCommentToolProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
229
+ /**
230
+ * @deprecated Use `targetElementId` instead
231
+ */
224
232
  targetCommentElementId?: string;
233
+ targetElementId?: string;
225
234
  onCommentModeChange?: Function;
226
235
  darkMode?: boolean;
227
236
  variant?: string;
@@ -550,7 +559,11 @@ interface IVeltInlineCommentsSectionProps extends React.DetailedHTMLProps<React.
550
559
  * @deprecated Use `targetCommentElementId` instead.
551
560
  */
552
561
  targetInlineCommentElementId?: string;
562
+ /**
563
+ * @deprecated Use `targetElementId` instead.
564
+ */
553
565
  targetCommentElementId?: string;
566
+ targetElementId?: string;
554
567
  darkMode?: boolean;
555
568
  variant?: string;
556
569
  dialogVariant?: string;
@@ -591,6 +604,7 @@ interface IVeltInlineReactionsSectionProps extends React.DetailedHTMLProps<React
591
604
  darkMode?: boolean;
592
605
  variant?: string;
593
606
  shadowDom?: boolean;
607
+ customReactions?: ReactionMap;
594
608
  }
595
609
  declare const VeltInlineReactionsSection: React.FC<IVeltInlineReactionsSectionProps>;
596
610
 
@@ -2310,6 +2324,47 @@ interface IVeltPersistentCommentModeWireframe extends React.FC<IVeltPersistentCo
2310
2324
  }
2311
2325
  declare const VeltPersistentCommentModeWireframe: IVeltPersistentCommentModeWireframe;
2312
2326
 
2327
+ interface IVeltMultiThreadCommentDialogCommentCountWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
2328
+ variant?: string;
2329
+ }
2330
+
2331
+ interface IVeltMultiThreadCommentDialogComposerContainerWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
2332
+ variant?: string;
2333
+ }
2334
+
2335
+ interface IVeltMultiThreadCommentDialogListWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
2336
+ variant?: string;
2337
+ }
2338
+
2339
+ interface IVeltMultiThreadCommentDialogCloseButtonWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
2340
+ variant?: string;
2341
+ }
2342
+
2343
+ interface IVeltMultiThreadCommentDialogWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
2344
+ variant?: string;
2345
+ }
2346
+ interface IVeltMultiThreadCommentDialogWireframe extends React.FC<IVeltMultiThreadCommentDialogWireframeProps> {
2347
+ CommentCount: React.FC<IVeltMultiThreadCommentDialogCommentCountWireframeProps>;
2348
+ ComposerContainer: React.FC<IVeltMultiThreadCommentDialogComposerContainerWireframeProps>;
2349
+ List: React.FC<IVeltMultiThreadCommentDialogListWireframeProps>;
2350
+ CloseButton: React.FC<IVeltMultiThreadCommentDialogCloseButtonWireframeProps>;
2351
+ }
2352
+ declare const VeltMultiThreadCommentDialogWireframe: IVeltMultiThreadCommentDialogWireframe;
2353
+
2354
+ interface IVeltCommentsSidebarButtonCommentsCountProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
2355
+ }
2356
+
2357
+ interface IVeltCommentsSidebarButtonIconProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
2358
+ }
2359
+
2360
+ interface IVeltCommentsSidebarButtonWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
2361
+ variant?: string;
2362
+ }
2363
+ declare const VeltCommentsSidebarButtonWireframe: React.FC<IVeltCommentsSidebarButtonWireframeProps> & {
2364
+ CommentsCount: React.FC<IVeltCommentsSidebarButtonCommentsCountProps>;
2365
+ Icon: React.FC<IVeltCommentsSidebarButtonIconProps>;
2366
+ };
2367
+
2313
2368
  declare function useVeltClient(): {
2314
2369
  client: Velt;
2315
2370
  };
@@ -2407,4 +2462,4 @@ declare const createLiveStateMiddleware: (config?: LiveStateMiddlewareConfig) =>
2407
2462
  updateLiveStateDataId: (newId?: string) => void;
2408
2463
  };
2409
2464
 
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 };
2465
+ 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.9",
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": [