@veltdev/react 1.0.148 → 1.0.149
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/index.js +49 -1
- package/cjs/index.js.map +1 -1
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposer.d.ts +2 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerAvatar/VeltCommentDialogComposerAvatar.d.ts +6 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerAvatar/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSection.d.ts +13 -0
- package/cjs/types/components/VeltInlineCommentsSection/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSectionWireframe/VeltInlineCommentsSectionComposerContainerWireframe/VeltInlineCommentsSectionComposerContainerWireframe.d.ts +6 -0
- package/cjs/types/components/VeltInlineCommentsSectionWireframe/VeltInlineCommentsSectionComposerContainerWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSectionWireframe/VeltInlineCommentsSectionPanelWireframe/VeltInlineCommentsSectionPanelWireframe.d.ts +6 -0
- package/cjs/types/components/VeltInlineCommentsSectionWireframe/VeltInlineCommentsSectionPanelWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSectionWireframe/VeltInlineCommentsSectionSkeletonWireframe/VeltInlineCommentsSectionSkeletonWireframe.d.ts +6 -0
- package/cjs/types/components/VeltInlineCommentsSectionWireframe/VeltInlineCommentsSectionSkeletonWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSectionWireframe/VeltInlineCommentsSectionWireframe.d.ts +6 -2
- package/cjs/types/components/index.d.ts +2 -0
- package/cjs/types/constants.d.ts +1 -1
- package/esm/index.js +48 -2
- package/esm/index.js.map +1 -1
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposer.d.ts +2 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerAvatar/VeltCommentDialogComposerAvatar.d.ts +6 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogComposer/VeltCommentDialogComposerAvatar/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSection.d.ts +13 -0
- package/esm/types/components/VeltInlineCommentsSection/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSectionWireframe/VeltInlineCommentsSectionComposerContainerWireframe/VeltInlineCommentsSectionComposerContainerWireframe.d.ts +6 -0
- package/esm/types/components/VeltInlineCommentsSectionWireframe/VeltInlineCommentsSectionComposerContainerWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSectionWireframe/VeltInlineCommentsSectionPanelWireframe/VeltInlineCommentsSectionPanelWireframe.d.ts +6 -0
- package/esm/types/components/VeltInlineCommentsSectionWireframe/VeltInlineCommentsSectionPanelWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSectionWireframe/VeltInlineCommentsSectionSkeletonWireframe/VeltInlineCommentsSectionSkeletonWireframe.d.ts +6 -0
- package/esm/types/components/VeltInlineCommentsSectionWireframe/VeltInlineCommentsSectionSkeletonWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSectionWireframe/VeltInlineCommentsSectionWireframe.d.ts +6 -2
- package/esm/types/components/index.d.ts +2 -0
- package/esm/types/constants.d.ts +1 -1
- package/index.d.ts +50 -1
- package/package.json +1 -1
- package/cjs/types/components/VeltInlineCommentsSectionWireframe/VeltInlineCommentsSectionComposerWireframe/VeltInlineCommentsSectionComposerWireframe.d.ts +0 -6
- package/cjs/types/components/VeltInlineCommentsSectionWireframe/VeltInlineCommentsSectionComposerWireframe/index.d.ts +0 -1
- package/esm/types/components/VeltInlineCommentsSectionWireframe/VeltInlineCommentsSectionComposerWireframe/VeltInlineCommentsSectionComposerWireframe.d.ts +0 -6
- package/esm/types/components/VeltInlineCommentsSectionWireframe/VeltInlineCommentsSectionComposerWireframe/index.d.ts +0 -1
|
@@ -5,6 +5,7 @@ import { IVeltCommentDialogComposerAttachments } from "./VeltCommentDialogCompos
|
|
|
5
5
|
import { IVeltCommentDialogComposerInputProps } from "./VeltCommentDialogComposerInput/VeltCommentDialogComposerInput";
|
|
6
6
|
import { IVeltCommentDialogComposerRecordingsProps } from "./VeltCommentDialogComposerRecordings/VeltCommentDialogComposerRecordings";
|
|
7
7
|
import { IVeltCommentDialogComposerPrivateBadgeProps } from "./VeltCommentDialogComposerPrivateBadge/VeltCommentDialogComposerPrivateBadge";
|
|
8
|
+
import { IVeltCommentDialogComposerAvatarProps } from "./VeltCommentDialogComposerAvatar/VeltCommentDialogComposerAvatar";
|
|
8
9
|
export interface IVeltCommentDialogComposerProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
9
10
|
variant?: string;
|
|
10
11
|
}
|
|
@@ -15,6 +16,7 @@ export interface IVeltCommentDialogComposer extends React.FC<IVeltCommentDialogC
|
|
|
15
16
|
Input: React.FC<IVeltCommentDialogComposerInputProps>;
|
|
16
17
|
Recordings: React.FC<IVeltCommentDialogComposerRecordingsProps>;
|
|
17
18
|
PrivateBadge: React.FC<IVeltCommentDialogComposerPrivateBadgeProps>;
|
|
19
|
+
Avatar: React.FC<IVeltCommentDialogComposerAvatarProps>;
|
|
18
20
|
}
|
|
19
21
|
declare const VeltCommentDialogComposer: IVeltCommentDialogComposer;
|
|
20
22
|
export default VeltCommentDialogComposer;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltCommentDialogComposerAvatarProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
variant?: string;
|
|
4
|
+
}
|
|
5
|
+
declare const VeltCommentDialogComposerAvatar: React.FC<IVeltCommentDialogComposerAvatarProps>;
|
|
6
|
+
export default VeltCommentDialogComposerAvatar;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltCommentDialogComposerAvatar";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltInlineCommentsSectionProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
config?: {
|
|
4
|
+
id: string;
|
|
5
|
+
name?: string;
|
|
6
|
+
};
|
|
7
|
+
darkMode?: boolean;
|
|
8
|
+
variant?: string;
|
|
9
|
+
dialogVariant?: string;
|
|
10
|
+
shadowDom?: boolean;
|
|
11
|
+
}
|
|
12
|
+
declare const VeltInlineCommentsSection: React.FC<IVeltInlineCommentsSectionProps>;
|
|
13
|
+
export default VeltInlineCommentsSection;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltInlineCommentsSection";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltInlineCommentsSectionComposerContainerWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
variant?: string;
|
|
4
|
+
}
|
|
5
|
+
declare const VeltInlineCommentsSectionComposerContainerWireframe: React.FC<IVeltInlineCommentsSectionComposerContainerWireframeProps>;
|
|
6
|
+
export default VeltInlineCommentsSectionComposerContainerWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltInlineCommentsSectionComposerContainerWireframe";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltInlineCommentsSectionPanelWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
variant?: string;
|
|
4
|
+
}
|
|
5
|
+
declare const VeltInlineCommentsSectionPanelWireframe: React.FC<IVeltInlineCommentsSectionPanelWireframeProps>;
|
|
6
|
+
export default VeltInlineCommentsSectionPanelWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltInlineCommentsSectionPanelWireframe";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IVeltInlineCommentsSectionSkeletonWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
+
variant?: string;
|
|
4
|
+
}
|
|
5
|
+
declare const VeltInlineCommentsSectionSkeletonWireframe: React.FC<IVeltInlineCommentsSectionSkeletonWireframeProps>;
|
|
6
|
+
export default VeltInlineCommentsSectionSkeletonWireframe;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltInlineCommentsSectionSkeletonWireframe";
|
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { IVeltInlineCommentsSectionCommentCountWireframeProps } from './VeltInlineCommentsSectionCommentCountWireframe/VeltInlineCommentsSectionCommentCountWireframe';
|
|
3
|
-
import {
|
|
3
|
+
import { IVeltInlineCommentsSectionComposerContainerWireframeProps } from './VeltInlineCommentsSectionComposerContainerWireframe/VeltInlineCommentsSectionComposerContainerWireframe';
|
|
4
4
|
import { IVeltInlineCommentsSectionListWireframeProps } from './VeltInlineCommentsSectionListWireframe/VeltInlineCommentsSectionListWireframe';
|
|
5
|
+
import { IVeltInlineCommentsSectionPanelWireframeProps } from './VeltInlineCommentsSectionPanelWireframe/VeltInlineCommentsSectionPanelWireframe';
|
|
6
|
+
import { IVeltInlineCommentsSectionSkeletonWireframeProps } from './VeltInlineCommentsSectionSkeletonWireframe/VeltInlineCommentsSectionSkeletonWireframe';
|
|
5
7
|
export interface IVeltInlineCommentsSectionWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
6
8
|
variant?: string;
|
|
7
9
|
}
|
|
8
10
|
export interface IVeltInlineCommentsSectionWireframe extends React.FC<IVeltInlineCommentsSectionWireframeProps> {
|
|
9
11
|
CommentCount: React.FC<IVeltInlineCommentsSectionCommentCountWireframeProps>;
|
|
10
|
-
|
|
12
|
+
ComposerContainer: React.FC<IVeltInlineCommentsSectionComposerContainerWireframeProps>;
|
|
11
13
|
List: React.FC<IVeltInlineCommentsSectionListWireframeProps>;
|
|
14
|
+
Panel: React.FC<IVeltInlineCommentsSectionPanelWireframeProps>;
|
|
15
|
+
Skeleton: React.FC<IVeltInlineCommentsSectionSkeletonWireframeProps>;
|
|
12
16
|
}
|
|
13
17
|
declare const VeltInlineCommentsSectionWireframe: IVeltInlineCommentsSectionWireframe;
|
|
14
18
|
export default VeltInlineCommentsSectionWireframe;
|
|
@@ -29,6 +29,7 @@ export { default as VeltNivoChartComments } from "./VeltNivoChartComments";
|
|
|
29
29
|
export { default as VeltHighChartComments } from "./VeltHighChartComments";
|
|
30
30
|
export { default as VeltChartComment } from "./VeltChartComment";
|
|
31
31
|
export { default as VeltAutocomplete } from "./VeltAutocomplete";
|
|
32
|
+
export { default as VeltInlineCommentsSection } from "./VeltInlineCommentsSection";
|
|
32
33
|
export { default as VeltWireframe } from "./VeltWireframe";
|
|
33
34
|
export { default as VeltCommentDialogWireframe } from "./VeltCommentDialogWireframe";
|
|
34
35
|
export { default as VeltCommentsSidebarWireframe } from "./VeltCommentsSidebarWireframe";
|
|
@@ -52,3 +53,4 @@ export { default as VeltReactionToolWireframe } from "./VeltReactionToolWirefram
|
|
|
52
53
|
export { default as VeltReactionPinWireframe } from "./VeltReactionPinWireframe";
|
|
53
54
|
export { default as VeltReactionPinTooltipWireframe } from "./VeltReactionPinTooltipWireframe";
|
|
54
55
|
export { default as VeltReactionsPanelWireframe } from "./VeltReactionsPanelWireframe";
|
|
56
|
+
export { default as VeltInlineCommentsSectionWireframe } from "./VeltInlineCommentsSectionWireframe";
|
package/cjs/types/constants.d.ts
CHANGED
package/esm/index.js
CHANGED
|
@@ -132,7 +132,7 @@ var loadVelt = function (callback, version, staging, develop, proxyDomain) {
|
|
|
132
132
|
}
|
|
133
133
|
};
|
|
134
134
|
|
|
135
|
-
var VELT_SDK_VERSION = '1.0.
|
|
135
|
+
var VELT_SDK_VERSION = '1.0.166';
|
|
136
136
|
var VELT_SDK_INIT_EVENT = 'onVeltInit';
|
|
137
137
|
var VELT_TAB_ID = 'veltTabId';
|
|
138
138
|
|
|
@@ -1120,6 +1120,11 @@ var VeltAutocomplete = function (props) {
|
|
|
1120
1120
|
return (React.createElement("velt-autocomplete", { hotkey: hotkey, "list-data": (typeof listData === 'object') ? JSON.stringify(listData) : undefined }));
|
|
1121
1121
|
};
|
|
1122
1122
|
|
|
1123
|
+
var VeltInlineCommentsSection = function (props) {
|
|
1124
|
+
var config = props.config, children = props.children, darkMode = props.darkMode, variant = props.variant, shadowDom = props.shadowDom, dialogVariant = props.dialogVariant;
|
|
1125
|
+
return (React.createElement("velt-inline-comments-section", { config: JSON.stringify(config), variant: variant, "dialog-variant": dialogVariant, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined }, children));
|
|
1126
|
+
};
|
|
1127
|
+
|
|
1123
1128
|
var VeltWireframe = function (props) {
|
|
1124
1129
|
var children = props.children;
|
|
1125
1130
|
return (React.createElement("velt-wireframe", { style: { display: 'none' } }, children));
|
|
@@ -1309,6 +1314,11 @@ var VeltCommentDialogComposerPrivateBadge = function (props) {
|
|
|
1309
1314
|
return (React.createElement("velt-comment-dialog-composer-private-badge-wireframe", __assign({}, remainingProp), children));
|
|
1310
1315
|
};
|
|
1311
1316
|
|
|
1317
|
+
var VeltCommentDialogComposerAvatar = function (props) {
|
|
1318
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
1319
|
+
return (React.createElement("velt-comment-dialog-composer-avatar-wireframe", __assign({}, remainingProp), children));
|
|
1320
|
+
};
|
|
1321
|
+
|
|
1312
1322
|
var VeltCommentDialogComposer = function (props) {
|
|
1313
1323
|
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
1314
1324
|
return (React.createElement("velt-comment-dialog-composer-wireframe", __assign({}, remainingProp), children));
|
|
@@ -1319,6 +1329,7 @@ VeltCommentDialogComposer.Attachments = VeltCommentDialogComposerAttachments;
|
|
|
1319
1329
|
VeltCommentDialogComposer.Input = VeltCommentDialogComposerInput;
|
|
1320
1330
|
VeltCommentDialogComposer.Recordings = VeltCommentDialogComposerRecordings;
|
|
1321
1331
|
VeltCommentDialogComposer.PrivateBadge = VeltCommentDialogComposerPrivateBadge;
|
|
1332
|
+
VeltCommentDialogComposer.Avatar = VeltCommentDialogComposerAvatar;
|
|
1322
1333
|
|
|
1323
1334
|
var VeltCommentDialogCopyLink = function (props) {
|
|
1324
1335
|
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
@@ -2292,6 +2303,41 @@ var VeltReactionsPanelWireframe = function (props) {
|
|
|
2292
2303
|
};
|
|
2293
2304
|
VeltReactionsPanelWireframe.Items = VeltReactionsPanelItemsWireframe;
|
|
2294
2305
|
|
|
2306
|
+
var VeltInlineCommentsSectionCommentCountWireframe = function (props) {
|
|
2307
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
2308
|
+
return (React.createElement("velt-inline-comments-section-comment-count-wireframe", __assign({}, remainingProps), children));
|
|
2309
|
+
};
|
|
2310
|
+
|
|
2311
|
+
var VeltInlineCommentsSectionComposerContainerWireframe = function (props) {
|
|
2312
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
2313
|
+
return (React.createElement("velt-inline-comments-section-composer-container-wireframe", __assign({}, remainingProps), children));
|
|
2314
|
+
};
|
|
2315
|
+
|
|
2316
|
+
var VeltInlineCommentsSectionListWireframe = function (props) {
|
|
2317
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
2318
|
+
return (React.createElement("velt-inline-comments-section-list-wireframe", __assign({}, remainingProps), children));
|
|
2319
|
+
};
|
|
2320
|
+
|
|
2321
|
+
var VeltInlineCommentsSectionPanelWireframe = function (props) {
|
|
2322
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
2323
|
+
return (React.createElement("velt-inline-comments-section-panel-wireframe", __assign({}, remainingProps), children));
|
|
2324
|
+
};
|
|
2325
|
+
|
|
2326
|
+
var VeltInlineCommentsSectionSkeletonWireframe = function (props) {
|
|
2327
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
2328
|
+
return (React.createElement("velt-inline-comments-section-skeleton-wireframe", __assign({}, remainingProps), children));
|
|
2329
|
+
};
|
|
2330
|
+
|
|
2331
|
+
var VeltInlineCommentsSectionWireframe = function (props) {
|
|
2332
|
+
var children = props.children, remainingProps = __rest(props, ["children"]);
|
|
2333
|
+
return (React.createElement("velt-inline-comments-section-wireframe", __assign({}, remainingProps), children));
|
|
2334
|
+
};
|
|
2335
|
+
VeltInlineCommentsSectionWireframe.CommentCount = VeltInlineCommentsSectionCommentCountWireframe;
|
|
2336
|
+
VeltInlineCommentsSectionWireframe.ComposerContainer = VeltInlineCommentsSectionComposerContainerWireframe;
|
|
2337
|
+
VeltInlineCommentsSectionWireframe.List = VeltInlineCommentsSectionListWireframe;
|
|
2338
|
+
VeltInlineCommentsSectionWireframe.Panel = VeltInlineCommentsSectionPanelWireframe;
|
|
2339
|
+
VeltInlineCommentsSectionWireframe.Skeleton = VeltInlineCommentsSectionSkeletonWireframe;
|
|
2340
|
+
|
|
2295
2341
|
function useClient() {
|
|
2296
2342
|
var client = useVeltClient().client;
|
|
2297
2343
|
var _a = React.useState(), veltClient = _a[0], setVeltClient = _a[1];
|
|
@@ -2954,5 +3000,5 @@ var logLiveState = function (action, liveStateDataId) {
|
|
|
2954
3000
|
}
|
|
2955
3001
|
};
|
|
2956
3002
|
|
|
2957
|
-
export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteOptionWireframe, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleWireframe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogWireframe, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentThread, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarStatusDropdownWireframe, VeltCommentsSidebarWireframe, SnippylyCursor as VeltCursor, VeltHighChartComments, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsTool, SnippylyPresence as VeltPresence, SnippylyProvider as VeltProvider, VeltReactionPinTooltipWireframe, VeltReactionPinWireframe, 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, useCursorUsers, useCursorUtils, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useHuddleUtils, useIdentify, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncUtils, useNotificationUtils, useNotificationsData, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderUtils, useServerConnectionStateChangeHandler, useSetDocumentId, useSetLiveStateData, useSetLocation, useTagAnnotations, useTagUtils, useUniqueViewsByDate, useUniqueViewsByUser, useUnsetDocumentId, useUserEditorState, useVeltClient, useVeltInitState, useViewsUtils };
|
|
3003
|
+
export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteOptionWireframe, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleWireframe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogWireframe, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentThread, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarStatusDropdownWireframe, VeltCommentsSidebarWireframe, SnippylyCursor as VeltCursor, VeltHighChartComments, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltInlineCommentsSection, VeltInlineCommentsSectionWireframe, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsTool, SnippylyPresence as VeltPresence, SnippylyProvider as VeltProvider, VeltReactionPinTooltipWireframe, VeltReactionPinWireframe, 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, useCursorUsers, useCursorUtils, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useHuddleUtils, useIdentify, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncUtils, useNotificationUtils, useNotificationsData, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderUtils, useServerConnectionStateChangeHandler, useSetDocumentId, useSetLiveStateData, useSetLocation, useTagAnnotations, useTagUtils, useUniqueViewsByDate, useUniqueViewsByUser, useUnsetDocumentId, useUserEditorState, useVeltClient, useVeltInitState, useViewsUtils };
|
|
2958
3004
|
//# sourceMappingURL=index.js.map
|