@veltdev/react 3.0.31 → 3.0.33

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.31';
143
+ var VELT_SDK_VERSION = '3.0.33';
144
144
  var VELT_SDK_INIT_EVENT = 'onVeltInit';
145
145
  var VELT_TAB_ID = 'veltTabId';
146
146
 
@@ -2575,6 +2575,11 @@ var VeltCommentsSidebarStatus = function (props) {
2575
2575
  VeltCommentsSidebarStatus.Trigger = VeltCommentsSidebarStatusDropdownTriggerWireframe;
2576
2576
  VeltCommentsSidebarStatus.Content = VeltCommentsSidebarStatusDropdownContentWireframe;
2577
2577
 
2578
+ var VeltCommentsSidebarResetFilterButtonWireframe = function (props) {
2579
+ var children = props.children, remainingProps = __rest(props, ["children"]);
2580
+ return (React__default["default"].createElement("velt-comments-sidebar-reset-filter-button-wireframe", __assign({}, remainingProps), children));
2581
+ };
2582
+
2578
2583
  var VeltCommentsSidebarWireframe = function (props) {
2579
2584
  var children = props.children, remainingProp = __rest(props, ["children"]);
2580
2585
  return (React__default["default"].createElement("velt-comments-sidebar-wireframe", __assign({}, remainingProp), children));
@@ -2593,6 +2598,7 @@ VeltCommentsSidebarWireframe.Panel = VeltCommentsSidebarPanel;
2593
2598
  VeltCommentsSidebarWireframe.MinimalFilterDropdown = VeltCommentsSidebarMinimalFilterDropdown;
2594
2599
  VeltCommentsSidebarWireframe.LocationFilterDropdown = VeltCommentsSidebarLocationFilterDropdown;
2595
2600
  VeltCommentsSidebarWireframe.MinimalActionsDropdown = VeltCommentsSidebarMinimalActionsDropdownWireframe;
2601
+ VeltCommentsSidebarWireframe.ResetFilterButton = VeltCommentsSidebarResetFilterButtonWireframe;
2596
2602
 
2597
2603
  var VeltCommentPinGhostCommentIndicator = function (props) {
2598
2604
  var children = props.children, remainingProp = __rest(props, ["children"]);