@veltdev/react 1.0.84 → 1.0.86

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.101';
112
+ var VELT_SDK_VERSION = '1.0.103';
113
113
  var VELT_SDK_INIT_EVENT = 'onVeltInit';
114
114
 
115
115
  var SnippylyProvider = function (props) {
@@ -445,6 +445,11 @@ var VeltViewAnalytics = function (props) {
445
445
  return (React__default["default"].createElement("velt-view-analytics", { type: type, "location-id": locationId }));
446
446
  };
447
447
 
448
+ var VeltCommentThread = function (props) {
449
+ var annotationId = props.annotationId;
450
+ return (React__default["default"].createElement("velt-comment-thread", { "annotation-id": annotationId }));
451
+ };
452
+
448
453
  /**
449
454
  * @beta This hook is in beta
450
455
  */
@@ -1050,6 +1055,7 @@ exports.VeltArrowTool = SnippylyArrowTool;
1050
1055
  exports.VeltArrows = SnippylyArrows;
1051
1056
  exports.VeltCommentBubble = SnippylyCommentBubble;
1052
1057
  exports.VeltCommentPlayerTimeline = VeltCommentPlayerTimeline;
1058
+ exports.VeltCommentThread = VeltCommentThread;
1053
1059
  exports.VeltCommentTool = SnippylyCommentTool;
1054
1060
  exports.VeltComments = SnippylyComments;
1055
1061
  exports.VeltCommentsSidebar = SnippylyCommentsSidebar;