@veltdev/react 1.0.81 → 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 CHANGED
@@ -109,7 +109,7 @@ var loadVelt = function (callback, version, staging, develop) {
109
109
  }
110
110
  };
111
111
 
112
- var VELT_SDK_VERSION = '1.0.98';
112
+ var VELT_SDK_VERSION = '1.0.100';
113
113
  var VELT_SDK_INIT_EVENT = 'onVeltInit';
114
114
 
115
115
  var SnippylyProvider = function (props) {
@@ -440,9 +440,9 @@ var VeltVideoPlayer = function (props) {
440
440
  return (React__default["default"].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 }));
441
441
  };
442
442
 
443
- var VeltDocumentViewerTrend = function (props) {
443
+ var VeltViewAnalytics = function (props) {
444
444
  var type = props.type, locationId = props.locationId;
445
- return (React__default["default"].createElement("velt-document-viewer-trend", { type: type, "location-id": locationId }));
445
+ return (React__default["default"].createElement("velt-view-analytics", { type: type, "location-id": locationId }));
446
446
  };
447
447
 
448
448
  /**
@@ -1054,7 +1054,6 @@ exports.VeltCommentTool = SnippylyCommentTool;
1054
1054
  exports.VeltComments = SnippylyComments;
1055
1055
  exports.VeltCommentsSidebar = SnippylyCommentsSidebar;
1056
1056
  exports.VeltCursor = SnippylyCursor;
1057
- exports.VeltDocumentViewerTrend = VeltDocumentViewerTrend;
1058
1057
  exports.VeltHuddle = SnippylyHuddle;
1059
1058
  exports.VeltHuddleTool = SnippylyHuddleTool;
1060
1059
  exports.VeltPresence = SnippylyPresence;
@@ -1069,6 +1068,7 @@ exports.VeltTags = SnippylyTags;
1069
1068
  exports.VeltUserInviteTool = SnippylyUserInviteTool;
1070
1069
  exports.VeltUserRequestTool = SnippylyUserRequestTool;
1071
1070
  exports.VeltVideoPlayer = VeltVideoPlayer;
1071
+ exports.VeltViewAnalytics = VeltViewAnalytics;
1072
1072
  exports.createLiveStateMiddleware = createLiveStateMiddleware;
1073
1073
  exports.useAIRewriterUtils = useAIRewriterUtils;
1074
1074
  exports.useAddLocation = useAddLocation;