@veltdev/react 3.0.43 → 3.0.44

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
@@ -140,7 +140,7 @@ var loadVelt = function (callback, version, staging, develop, proxyDomain) {
140
140
  }
141
141
  };
142
142
 
143
- var VELT_SDK_VERSION = '3.0.43';
143
+ var VELT_SDK_VERSION = '3.0.44';
144
144
  var VELT_SDK_INIT_EVENT = 'onVeltInit';
145
145
  var VELT_TAB_ID = 'veltTabId';
146
146
 
@@ -2163,6 +2163,11 @@ var VeltCommentDialogUnresolveButton = function (props) {
2163
2163
  return (React__default["default"].createElement("velt-comment-dialog-unresolve-button-wireframe", __assign({}, remainingProp), children));
2164
2164
  };
2165
2165
 
2166
+ var VeltCommentDialogNavigationButton = function (props) {
2167
+ var children = props.children, remainingProp = __rest(props, ["children"]);
2168
+ return (React__default["default"].createElement("velt-comment-dialog-navigation-button-wireframe", __assign({}, remainingProp), children));
2169
+ };
2170
+
2166
2171
  var VeltCommentDialogWireframe = function (props) {
2167
2172
  var children = props.children, remainingProp = __rest(props, ["children"]);
2168
2173
  return (React__default["default"].createElement("velt-comment-dialog-wireframe", __assign({}, remainingProp), children));
@@ -2195,6 +2200,7 @@ VeltCommentDialogWireframe.Upgrade = VeltCommentDialogUpgrade;
2195
2200
  VeltCommentDialogWireframe.CustomAnnotationDropdown = VeltCommentDialogCustomAnnotationDropdown;
2196
2201
  VeltCommentDialogWireframe.DeleteButton = VeltCommentDialogDeleteButton;
2197
2202
  VeltCommentDialogWireframe.CloseButton = VeltCommentDialogCloseButton;
2203
+ VeltCommentDialogWireframe.NavigationButton = VeltCommentDialogNavigationButton;
2198
2204
 
2199
2205
  var VeltCommentsSidebarCloseButton = function (props) {
2200
2206
  var children = props.children, remainingProps = __rest(props, ["children"]);