@veltdev/react 1.0.82 → 1.0.83
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 +4 -4
- package/cjs/index.js.map +1 -1
- package/cjs/types/components/VeltViewAnalytics/VeltViewAnalytics.d.ts +7 -0
- package/cjs/types/components/VeltViewAnalytics/index.d.ts +1 -0
- package/cjs/types/components/index.d.ts +1 -1
- package/cjs/types/constants.d.ts +1 -1
- package/esm/index.js +4 -4
- package/esm/index.js.map +1 -1
- package/esm/types/components/VeltViewAnalytics/VeltViewAnalytics.d.ts +7 -0
- package/esm/types/components/VeltViewAnalytics/index.d.ts +1 -0
- package/esm/types/components/index.d.ts +1 -1
- package/esm/types/constants.d.ts +1 -1
- package/index.d.ts +3 -3
- package/package.json +1 -1
- package/cjs/types/components/VeltDocumentViewerTrend/VeltDocumentViewerTrend.d.ts +0 -7
- package/cjs/types/components/VeltDocumentViewerTrend/index.d.ts +0 -1
- package/esm/types/components/VeltDocumentViewerTrend/VeltDocumentViewerTrend.d.ts +0 -7
- package/esm/types/components/VeltDocumentViewerTrend/index.d.ts +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./VeltViewAnalytics";
|
|
@@ -20,4 +20,4 @@ export { default as VeltUserInviteTool } from "./SnippylyUserInviteTool";
|
|
|
20
20
|
export { default as VeltUserRequestTool } from "./SnippylyUserRequestTool";
|
|
21
21
|
export { default as VeltCommentPlayerTimeline } from "./VeltCommentPlayerTimeline";
|
|
22
22
|
export { default as VeltVideoPlayer } from "./VeltVideoPlayer";
|
|
23
|
-
export { default as
|
|
23
|
+
export { default as VeltViewAnalytics } from "./VeltViewAnalytics";
|
package/cjs/types/constants.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VELT_SDK_VERSION = "1.0.
|
|
1
|
+
export declare const VELT_SDK_VERSION = "1.0.100";
|
|
2
2
|
export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
|
package/esm/index.js
CHANGED
|
@@ -101,7 +101,7 @@ var loadVelt = function (callback, version, staging, develop) {
|
|
|
101
101
|
}
|
|
102
102
|
};
|
|
103
103
|
|
|
104
|
-
var VELT_SDK_VERSION = '1.0.
|
|
104
|
+
var VELT_SDK_VERSION = '1.0.100';
|
|
105
105
|
var VELT_SDK_INIT_EVENT = 'onVeltInit';
|
|
106
106
|
|
|
107
107
|
var SnippylyProvider = function (props) {
|
|
@@ -432,9 +432,9 @@ var VeltVideoPlayer = function (props) {
|
|
|
432
432
|
return (React.createElement("velt-video-player", { src: src, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, sync: [true, false].includes(sync) ? (sync ? 'true' : 'false') : undefined, "comment-tool": [true, false].includes(commentTool) ? (commentTool ? 'true' : 'false') : undefined }));
|
|
433
433
|
};
|
|
434
434
|
|
|
435
|
-
var
|
|
435
|
+
var VeltViewAnalytics = function (props) {
|
|
436
436
|
var type = props.type, locationId = props.locationId;
|
|
437
|
-
return (React.createElement("velt-
|
|
437
|
+
return (React.createElement("velt-view-analytics", { type: type, "location-id": locationId }));
|
|
438
438
|
};
|
|
439
439
|
|
|
440
440
|
/**
|
|
@@ -1038,5 +1038,5 @@ var logLiveState = function (action, liveStateDataId) {
|
|
|
1038
1038
|
}
|
|
1039
1039
|
};
|
|
1040
1040
|
|
|
1041
|
-
export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, SnippylyCommentBubble as VeltCommentBubble, VeltCommentPlayerTimeline, SnippylyCommentTool as VeltCommentTool, SnippylyComments as VeltComments, SnippylyCommentsSidebar as VeltCommentsSidebar, SnippylyCursor as VeltCursor,
|
|
1041
|
+
export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, SnippylyCommentBubble as VeltCommentBubble, VeltCommentPlayerTimeline, SnippylyCommentTool as VeltCommentTool, SnippylyComments as VeltComments, SnippylyCommentsSidebar as VeltCommentsSidebar, SnippylyCursor as VeltCursor, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, SnippylyPresence as VeltPresence, SnippylyProvider as VeltProvider, SnippylyRecorderControlPanel as VeltRecorderControlPanel, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, SnippylyRecorderTool as VeltRecorderTool, SnippylySidebarButton as VeltSidebarButton, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltVideoPlayer, VeltViewAnalytics, createLiveStateMiddleware, useAIRewriterUtils, useAddLocation, useClient, useCommentAddHandler, useCommentAnnotations, useCommentDialogSidebarClickHandler, useCommentModeState, useCommentUpdateHandler, useCommentUtils, useCursorUsers, useCursorUtils, useEditor, useEditorAccessRequestHandler, useHuddleUtils, useIdentify, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncUtils, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderUtils, useSetDocumentId, useSetLiveStateData, useSetLocation, useTagAnnotations, useTagUtils, useUniqueViewsByDate, useUniqueViewsByUser, useUserEditorState, useVeltClient, useViewsUtils };
|
|
1042
1042
|
//# sourceMappingURL=index.js.map
|