@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/esm/types/constants.d.ts
CHANGED
package/index.d.ts
CHANGED
|
@@ -400,6 +400,18 @@ interface IVeltAutocompleteProps {
|
|
|
400
400
|
}
|
|
401
401
|
declare const VeltAutocomplete: React.FC<IVeltAutocompleteProps>;
|
|
402
402
|
|
|
403
|
+
interface IVeltInlineCommentsSectionProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
404
|
+
config?: {
|
|
405
|
+
id: string;
|
|
406
|
+
name?: string;
|
|
407
|
+
};
|
|
408
|
+
darkMode?: boolean;
|
|
409
|
+
variant?: string;
|
|
410
|
+
dialogVariant?: string;
|
|
411
|
+
shadowDom?: boolean;
|
|
412
|
+
}
|
|
413
|
+
declare const VeltInlineCommentsSection: React.FC<IVeltInlineCommentsSectionProps>;
|
|
414
|
+
|
|
403
415
|
interface IVeltWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
404
416
|
}
|
|
405
417
|
declare const VeltWireframe: React.FC<IVeltWireframeProps>;
|
|
@@ -571,6 +583,10 @@ interface IVeltCommentDialogComposerPrivateBadgeProps extends React.DetailedHTML
|
|
|
571
583
|
variant?: string;
|
|
572
584
|
}
|
|
573
585
|
|
|
586
|
+
interface IVeltCommentDialogComposerAvatarProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
587
|
+
variant?: string;
|
|
588
|
+
}
|
|
589
|
+
|
|
574
590
|
interface IVeltCommentDialogComposerProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
575
591
|
variant?: string;
|
|
576
592
|
}
|
|
@@ -581,6 +597,7 @@ interface IVeltCommentDialogComposer extends React.FC<IVeltCommentDialogComposer
|
|
|
581
597
|
Input: React.FC<IVeltCommentDialogComposerInputProps>;
|
|
582
598
|
Recordings: React.FC<IVeltCommentDialogComposerRecordingsProps>;
|
|
583
599
|
PrivateBadge: React.FC<IVeltCommentDialogComposerPrivateBadgeProps>;
|
|
600
|
+
Avatar: React.FC<IVeltCommentDialogComposerAvatarProps>;
|
|
584
601
|
}
|
|
585
602
|
|
|
586
603
|
interface IVeltCommentDialogCopyLinkProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
@@ -1525,6 +1542,38 @@ interface IVeltReactionsPanelWireframe extends React.FC<IVeltReactionsPanelWiref
|
|
|
1525
1542
|
}
|
|
1526
1543
|
declare const VeltReactionsPanelWireframe: IVeltReactionsPanelWireframe;
|
|
1527
1544
|
|
|
1545
|
+
interface IVeltInlineCommentsSectionCommentCountWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1546
|
+
variant?: string;
|
|
1547
|
+
}
|
|
1548
|
+
|
|
1549
|
+
interface IVeltInlineCommentsSectionComposerContainerWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1550
|
+
variant?: string;
|
|
1551
|
+
}
|
|
1552
|
+
|
|
1553
|
+
interface IVeltInlineCommentsSectionListWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1554
|
+
variant?: string;
|
|
1555
|
+
}
|
|
1556
|
+
|
|
1557
|
+
interface IVeltInlineCommentsSectionPanelWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1558
|
+
variant?: string;
|
|
1559
|
+
}
|
|
1560
|
+
|
|
1561
|
+
interface IVeltInlineCommentsSectionSkeletonWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1562
|
+
variant?: string;
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1565
|
+
interface IVeltInlineCommentsSectionWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
1566
|
+
variant?: string;
|
|
1567
|
+
}
|
|
1568
|
+
interface IVeltInlineCommentsSectionWireframe extends React.FC<IVeltInlineCommentsSectionWireframeProps> {
|
|
1569
|
+
CommentCount: React.FC<IVeltInlineCommentsSectionCommentCountWireframeProps>;
|
|
1570
|
+
ComposerContainer: React.FC<IVeltInlineCommentsSectionComposerContainerWireframeProps>;
|
|
1571
|
+
List: React.FC<IVeltInlineCommentsSectionListWireframeProps>;
|
|
1572
|
+
Panel: React.FC<IVeltInlineCommentsSectionPanelWireframeProps>;
|
|
1573
|
+
Skeleton: React.FC<IVeltInlineCommentsSectionSkeletonWireframeProps>;
|
|
1574
|
+
}
|
|
1575
|
+
declare const VeltInlineCommentsSectionWireframe: IVeltInlineCommentsSectionWireframe;
|
|
1576
|
+
|
|
1528
1577
|
declare function useVeltClient(): {
|
|
1529
1578
|
client: Velt;
|
|
1530
1579
|
};
|
|
@@ -1603,4 +1652,4 @@ declare const createLiveStateMiddleware: (config?: LiveStateMiddlewareConfig) =>
|
|
|
1603
1652
|
updateLiveStateDataId: (newId?: string) => void;
|
|
1604
1653
|
};
|
|
1605
1654
|
|
|
1606
|
-
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 };
|
|
1655
|
+
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 };
|
package/package.json
CHANGED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IVeltInlineCommentsSectionComposerWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
-
variant?: string;
|
|
4
|
-
}
|
|
5
|
-
declare const VeltInlineCommentsSectionComposerWireframe: React.FC<IVeltInlineCommentsSectionComposerWireframeProps>;
|
|
6
|
-
export default VeltInlineCommentsSectionComposerWireframe;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./VeltInlineCommentsSectionComposerWireframe";
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IVeltInlineCommentsSectionComposerWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
|
3
|
-
variant?: string;
|
|
4
|
-
}
|
|
5
|
-
declare const VeltInlineCommentsSectionComposerWireframe: React.FC<IVeltInlineCommentsSectionComposerWireframeProps>;
|
|
6
|
-
export default VeltInlineCommentsSectionComposerWireframe;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./VeltInlineCommentsSectionComposerWireframe";
|