@veltdev/react 3.0.4 → 3.0.6

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.
Files changed (44) hide show
  1. package/cjs/index.js +124 -7
  2. package/cjs/index.js.map +1 -1
  3. package/cjs/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +2 -0
  4. package/cjs/types/components/SnippylySidebarButton/SnippylySidebarButton.d.ts +45 -0
  5. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBanner.d.ts +2 -0
  6. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUnresolveButton/VeltCommentDialogAssigneeBannerUnresolveButton.d.ts +6 -0
  7. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUnresolveButton/index.d.ts +1 -0
  8. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogUnresolveButton/VeltCommentDialogUnresolveButton.d.ts +6 -0
  9. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogUnresolveButton/index.d.ts +1 -0
  10. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogWireframe.d.ts +2 -0
  11. package/cjs/types/components/VeltCommentsSidebarButton/VeltCommentsSidebarButton.d.ts +45 -0
  12. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarLocationFilterDropdown/VeltCommentsSidebarLocationFilterDropdown.d.ts +12 -0
  13. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarLocationFilterDropdown/VeltCommentsSidebarLocationFilterDropdownContent/VeltCommentsSidebarLocationFilterDropdownContent.d.ts +6 -0
  14. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarLocationFilterDropdown/VeltCommentsSidebarLocationFilterDropdownContent/index.d.ts +1 -0
  15. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarLocationFilterDropdown/VeltCommentsSidebarLocationFilterDropdownTrigger/VeltCommentsSidebarLocationFilterDropdownTrigger.d.ts +10 -0
  16. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarLocationFilterDropdown/VeltCommentsSidebarLocationFilterDropdownTrigger/VeltCommentsSidebarLocationFilterDropdownTriggerLabel/VeltCommentsSidebarLocationFilterDropdownTriggerLabel.d.ts +6 -0
  17. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarLocationFilterDropdown/VeltCommentsSidebarLocationFilterDropdownTrigger/VeltCommentsSidebarLocationFilterDropdownTriggerLabel/index.d.ts +1 -0
  18. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarLocationFilterDropdown/VeltCommentsSidebarLocationFilterDropdownTrigger/index.d.ts +1 -0
  19. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarLocationFilterDropdown/index.d.ts +1 -0
  20. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarWireframe.d.ts +2 -0
  21. package/cjs/types/constants.d.ts +1 -1
  22. package/esm/index.js +124 -7
  23. package/esm/index.js.map +1 -1
  24. package/esm/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +2 -0
  25. package/esm/types/components/SnippylySidebarButton/SnippylySidebarButton.d.ts +45 -0
  26. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBanner.d.ts +2 -0
  27. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUnresolveButton/VeltCommentDialogAssigneeBannerUnresolveButton.d.ts +6 -0
  28. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogAssigneeBanner/VeltCommentDialogAssigneeBannerUnresolveButton/index.d.ts +1 -0
  29. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogUnresolveButton/VeltCommentDialogUnresolveButton.d.ts +6 -0
  30. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogUnresolveButton/index.d.ts +1 -0
  31. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogWireframe.d.ts +2 -0
  32. package/esm/types/components/VeltCommentsSidebarButton/VeltCommentsSidebarButton.d.ts +45 -0
  33. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarLocationFilterDropdown/VeltCommentsSidebarLocationFilterDropdown.d.ts +12 -0
  34. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarLocationFilterDropdown/VeltCommentsSidebarLocationFilterDropdownContent/VeltCommentsSidebarLocationFilterDropdownContent.d.ts +6 -0
  35. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarLocationFilterDropdown/VeltCommentsSidebarLocationFilterDropdownContent/index.d.ts +1 -0
  36. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarLocationFilterDropdown/VeltCommentsSidebarLocationFilterDropdownTrigger/VeltCommentsSidebarLocationFilterDropdownTrigger.d.ts +10 -0
  37. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarLocationFilterDropdown/VeltCommentsSidebarLocationFilterDropdownTrigger/VeltCommentsSidebarLocationFilterDropdownTriggerLabel/VeltCommentsSidebarLocationFilterDropdownTriggerLabel.d.ts +6 -0
  38. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarLocationFilterDropdown/VeltCommentsSidebarLocationFilterDropdownTrigger/VeltCommentsSidebarLocationFilterDropdownTriggerLabel/index.d.ts +1 -0
  39. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarLocationFilterDropdown/VeltCommentsSidebarLocationFilterDropdownTrigger/index.d.ts +1 -0
  40. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarLocationFilterDropdown/index.d.ts +1 -0
  41. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarWireframe.d.ts +2 -0
  42. package/esm/types/constants.d.ts +1 -1
  43. package/index.d.ts +138 -12
  44. package/package.json +1 -1
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.4';
143
+ var VELT_SDK_VERSION = '3.0.6';
144
144
  var VELT_SDK_INIT_EVENT = 'onVeltInit';
145
145
  var VELT_TAB_ID = 'veltTabId';
146
146
 
@@ -352,12 +352,13 @@ var SnippylyComments = function (props) {
352
352
  };
353
353
 
354
354
  var SnippylyCommentsSidebar = function (props) {
355
- var embedMode = props.embedMode, enableUrlNavigation = props.enableUrlNavigation, urlNavigation = props.urlNavigation, pageMode = props.pageMode, currentLocationSuffix = props.currentLocationSuffix, sortData = props.sortData, filterConfig = props.filterConfig, groupConfig = props.groupConfig, filters = props.filters, excludeLocationIds = props.excludeLocationIds, variant = props.variant, pageModeComposerVariant = props.pageModeComposerVariant, dialogVariant = props.dialogVariant, shadowDom = props.shadowDom, openSidebar = props.openSidebar, onSidebarOpen = props.onSidebarOpen, onSidebarCommentClick = props.onSidebarCommentClick, onCommentClick = props.onCommentClick, darkMode = props.darkMode, position = props.position, filterPanelLayout = props.filterPanelLayout;
355
+ var embedMode = props.embedMode; props.floatingMode; var enableUrlNavigation = props.enableUrlNavigation, urlNavigation = props.urlNavigation, pageMode = props.pageMode, currentLocationSuffix = props.currentLocationSuffix, sortData = props.sortData, filterConfig = props.filterConfig, groupConfig = props.groupConfig, filters = props.filters, excludeLocationIds = props.excludeLocationIds, variant = props.variant, pageModeComposerVariant = props.pageModeComposerVariant, dialogVariant = props.dialogVariant, shadowDom = props.shadowDom, openSidebar = props.openSidebar, onSidebarOpen = props.onSidebarOpen, onSidebarCommentClick = props.onSidebarCommentClick, onCommentClick = props.onCommentClick, onSidebarClose = props.onSidebarClose, darkMode = props.darkMode, position = props.position, filterPanelLayout = props.filterPanelLayout;
356
356
  var ref = React.useRef();
357
357
  var openSidebarRef = React.useRef(openSidebar);
358
358
  var onSidebarOpenRef = React.useRef(onSidebarOpen);
359
359
  var onSidebarCommentClickRef = React.useRef(onSidebarCommentClick);
360
360
  var onCommentClickRef = React.useRef(onCommentClick);
361
+ var onSidebarCloseRef = React.useRef(onSidebarClose);
361
362
  // Update the ref to always point to the latest callback function
362
363
  React.useEffect(function () {
363
364
  openSidebarRef.current = openSidebar;
@@ -368,6 +369,9 @@ var SnippylyCommentsSidebar = function (props) {
368
369
  React.useEffect(function () {
369
370
  onSidebarCommentClickRef.current = onSidebarCommentClick;
370
371
  }, [onSidebarCommentClick]);
372
+ React.useEffect(function () {
373
+ onSidebarCloseRef.current = onSidebarClose;
374
+ }, [onSidebarClose]);
371
375
  React.useEffect(function () {
372
376
  onCommentClickRef.current = onCommentClick;
373
377
  }, [onCommentClick]);
@@ -389,21 +393,28 @@ var SnippylyCommentsSidebar = function (props) {
389
393
  onCommentClickRef.current(event === null || event === void 0 ? void 0 : event.detail);
390
394
  }
391
395
  };
396
+ var handleSidebarClose = function (event) {
397
+ if (onSidebarCloseRef.current) {
398
+ onSidebarCloseRef.current(event === null || event === void 0 ? void 0 : event.detail);
399
+ }
400
+ };
392
401
  if (ref.current) {
393
402
  element = ref.current;
394
403
  if (element) {
395
404
  element.addEventListener('onSidebarOpen', handleSidebarOpen);
396
405
  element.addEventListener('onSidebarCommentClick', handleSidebarCommentClick);
406
+ element.addEventListener('onSidebarClose', handleSidebarClose);
397
407
  }
398
408
  }
399
409
  return function () {
400
410
  if (element) {
401
411
  element.removeEventListener('onSidebarOpen', handleSidebarOpen);
402
412
  element.removeEventListener('onSidebarCommentClick', handleSidebarCommentClick);
413
+ element.removeEventListener('onSidebarClose', handleSidebarClose);
403
414
  }
404
415
  };
405
416
  }, []);
406
- return (React__default["default"].createElement("velt-comments-sidebar", { ref: ref, position: position, "filter-panel-layout": filterPanelLayout, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "embed-mode": [true, false].includes(embedMode) ? (embedMode ? 'true' : 'false') : undefined, "enable-url-navigation": [true, false].includes(enableUrlNavigation) ? (enableUrlNavigation ? 'true' : 'false') : undefined, "url-navigation": [true, false].includes(urlNavigation) ? (urlNavigation ? 'true' : 'false') : undefined, "page-mode": [true, false].includes(pageMode) ? (pageMode ? 'true' : 'false') : undefined, "current-location-suffix": [true, false].includes(currentLocationSuffix) ? (currentLocationSuffix ? 'true' : 'false') : undefined, "filter-config": filterConfig ? JSON.stringify(filterConfig) : undefined, "group-config": groupConfig ? JSON.stringify(groupConfig) : undefined, filters: filters ? JSON.stringify(filters) : undefined, "exclude-location-ids": excludeLocationIds ? JSON.stringify(excludeLocationIds) : undefined, variant: variant, "page-mode-composer-variant": pageModeComposerVariant, "dialog-variant": dialogVariant, "sort-data": sortData, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined }));
417
+ return (React__default["default"].createElement("velt-comments-sidebar", { ref: ref, position: position, "filter-panel-layout": filterPanelLayout, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "embed-mode": [true, false].includes(embedMode) ? (embedMode ? 'true' : 'false') : undefined, "enable-url-navigation": [true, false].includes(enableUrlNavigation) ? (enableUrlNavigation ? 'true' : 'false') : undefined, "url-navigation": [true, false].includes(urlNavigation) ? (urlNavigation ? 'true' : 'false') : undefined, "page-mode": [true, false].includes(pageMode) ? (pageMode ? 'true' : 'false') : undefined, "current-location-suffix": [true, false].includes(currentLocationSuffix) ? (currentLocationSuffix ? 'true' : 'false') : undefined, "filter-config": filterConfig ? JSON.stringify(filterConfig) : undefined, "group-config": groupConfig ? JSON.stringify(groupConfig) : undefined, filters: filters ? JSON.stringify(filters) : undefined, "exclude-location-ids": excludeLocationIds ? JSON.stringify(excludeLocationIds) : undefined, variant: variant, "page-mode-composer-variant": pageModeComposerVariant, "dialog-variant": dialogVariant, "sort-data": sortData, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "floating-mode": [true, false].includes(embedMode) ? (embedMode ? 'true' : 'false') : undefined }));
407
418
  };
408
419
 
409
420
  var SnippylyCommentTool = function (props) {
@@ -612,13 +623,83 @@ var SnippylyRecorderTool = function (props) {
612
623
  };
613
624
 
614
625
  var SnippylySidebarButton = function (props) {
615
- var tooltipText = props.tooltipText, children = props.children, darkMode = props.darkMode, shadowDom = props.shadowDom;
616
- return (React__default["default"].createElement("velt-sidebar-button", { "tooltip-text": tooltipText, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined }, children));
626
+ var tooltipText = props.tooltipText, children = props.children, darkMode = props.darkMode, shadowDom = props.shadowDom, floatingMode = props.floatingMode, pageMode = props.pageMode, sortData = props.sortData, urlNavigation = props.urlNavigation, currentLocationSuffix = props.currentLocationSuffix, filterConfig = props.filterConfig, groupConfig = props.groupConfig, filters = props.filters, excludeLocationIds = props.excludeLocationIds, dialogVariant = props.dialogVariant, pageModeComposerVariant = props.pageModeComposerVariant, sidebarShadowDom = props.sidebarShadowDom, sidebarVariant = props.sidebarVariant, position = props.position, onCommentClick = props.onCommentClick, onSidebarOpen = props.onSidebarOpen, filterPanelLayout = props.filterPanelLayout;
627
+ var ref = React.useRef();
628
+ var onSidebarOpenRef = React.useRef(onSidebarOpen);
629
+ var onCommentClickRef = React.useRef(onCommentClick);
630
+ React.useEffect(function () {
631
+ onCommentClickRef.current = onCommentClick;
632
+ }, [onCommentClick]);
633
+ React.useEffect(function () {
634
+ onSidebarOpenRef.current = onSidebarOpen;
635
+ }, [onSidebarOpen]);
636
+ React.useEffect(function () {
637
+ var element;
638
+ var handleSidebarOpen = function (event) {
639
+ if (onSidebarOpenRef.current) {
640
+ onSidebarOpenRef.current(event === null || event === void 0 ? void 0 : event.detail);
641
+ }
642
+ };
643
+ var handleSidebarCommentClick = function (event) {
644
+ if (onCommentClickRef.current) {
645
+ onCommentClickRef.current(event === null || event === void 0 ? void 0 : event.detail);
646
+ }
647
+ };
648
+ if (ref.current) {
649
+ element = ref.current;
650
+ if (element) {
651
+ element.addEventListener('onSidebarOpen', handleSidebarOpen);
652
+ element.addEventListener('onCommentClick', handleSidebarCommentClick);
653
+ }
654
+ }
655
+ return function () {
656
+ if (element) {
657
+ element.removeEventListener('onSidebarOpen', handleSidebarOpen);
658
+ element.removeEventListener('onCommentClick', handleSidebarCommentClick);
659
+ }
660
+ };
661
+ });
662
+ return (React__default["default"].createElement("velt-sidebar-button", { "tooltip-text": tooltipText, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "floating-mode": [true, false].includes(floatingMode) ? (floatingMode ? 'true' : 'false') : undefined, ref: ref, "page-mode": [true, false].includes(pageMode) ? (pageMode ? 'true' : 'false') : undefined, "sort-data": sortData, "url-navigation": [true, false].includes(urlNavigation) ? (urlNavigation ? 'true' : 'false') : undefined, "current-location-suffix": [true, false].includes(currentLocationSuffix) ? (currentLocationSuffix ? 'true' : 'false') : undefined, "filter-config": filterConfig ? JSON.stringify(filterConfig) : undefined, "group-config": groupConfig ? JSON.stringify(groupConfig) : undefined, filters: filters ? JSON.stringify(filters) : undefined, "exclude-location-ids": excludeLocationIds ? JSON.stringify(excludeLocationIds) : undefined, "dialog-variant": dialogVariant, "page-mode-composer-variant": pageModeComposerVariant, "sidebar-shadow-dom": [true, false].includes(sidebarShadowDom) ? (sidebarShadowDom ? 'true' : 'false') : undefined, "sidebar-variant": sidebarVariant, position: position, "filter-panel-layout": filterPanelLayout }, children));
617
663
  };
618
664
 
619
665
  var VeltCommentsSidebarButton = function (props) {
620
- var tooltipText = props.tooltipText, children = props.children, darkMode = props.darkMode, shadowDom = props.shadowDom;
621
- return (React__default["default"].createElement("velt-comments-sidebar-button", { "tooltip-text": tooltipText, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined }, children));
666
+ var tooltipText = props.tooltipText, children = props.children, darkMode = props.darkMode, shadowDom = props.shadowDom, floatingMode = props.floatingMode, pageMode = props.pageMode, sortData = props.sortData, urlNavigation = props.urlNavigation, currentLocationSuffix = props.currentLocationSuffix, filterConfig = props.filterConfig, groupConfig = props.groupConfig, filters = props.filters, excludeLocationIds = props.excludeLocationIds, dialogVariant = props.dialogVariant, pageModeComposerVariant = props.pageModeComposerVariant, sidebarShadowDom = props.sidebarShadowDom, sidebarVariant = props.sidebarVariant, position = props.position, onCommentClick = props.onCommentClick, onSidebarOpen = props.onSidebarOpen, filterPanelLayout = props.filterPanelLayout;
667
+ var ref = React.useRef();
668
+ var onSidebarOpenRef = React.useRef(onSidebarOpen);
669
+ var onCommentClickRef = React.useRef(onCommentClick);
670
+ React.useEffect(function () {
671
+ onCommentClickRef.current = onCommentClick;
672
+ }, [onCommentClick]);
673
+ React.useEffect(function () {
674
+ onSidebarOpenRef.current = onSidebarOpen;
675
+ }, [onSidebarOpen]);
676
+ React.useEffect(function () {
677
+ var element;
678
+ var handleSidebarOpen = function (event) {
679
+ if (onSidebarOpenRef.current) {
680
+ onSidebarOpenRef.current(event === null || event === void 0 ? void 0 : event.detail);
681
+ }
682
+ };
683
+ var handleSidebarCommentClick = function (event) {
684
+ if (onCommentClickRef.current) {
685
+ onCommentClickRef.current(event === null || event === void 0 ? void 0 : event.detail);
686
+ }
687
+ };
688
+ if (ref.current) {
689
+ element = ref.current;
690
+ if (element) {
691
+ element.addEventListener('onSidebarOpen', handleSidebarOpen);
692
+ element.addEventListener('onCommentClick', handleSidebarCommentClick);
693
+ }
694
+ }
695
+ return function () {
696
+ if (element) {
697
+ element.removeEventListener('onSidebarOpen', handleSidebarOpen);
698
+ element.removeEventListener('onCommentClick', handleSidebarCommentClick);
699
+ }
700
+ };
701
+ });
702
+ return (React__default["default"].createElement("velt-comments-sidebar-button", { "tooltip-text": tooltipText, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined, "floating-mode": [true, false].includes(floatingMode) ? (floatingMode ? 'true' : 'false') : undefined, ref: ref, "page-mode": [true, false].includes(pageMode) ? (pageMode ? 'true' : 'false') : undefined, "sort-data": sortData, "url-navigation": [true, false].includes(urlNavigation) ? (urlNavigation ? 'true' : 'false') : undefined, "current-location-suffix": [true, false].includes(currentLocationSuffix) ? (currentLocationSuffix ? 'true' : 'false') : undefined, "filter-config": filterConfig ? JSON.stringify(filterConfig) : undefined, "group-config": groupConfig ? JSON.stringify(groupConfig) : undefined, filters: filters ? JSON.stringify(filters) : undefined, "exclude-location-ids": excludeLocationIds ? JSON.stringify(excludeLocationIds) : undefined, "dialog-variant": dialogVariant, "page-mode-composer-variant": pageModeComposerVariant, "sidebar-shadow-dom": [true, false].includes(sidebarShadowDom) ? (sidebarShadowDom ? 'true' : 'false') : undefined, "sidebar-variant": sidebarVariant, position: position, "filter-panel-layout": filterPanelLayout }, children));
622
703
  };
623
704
 
624
705
  var SnippylyTags = function (props) {
@@ -1384,6 +1465,11 @@ var VeltCommentDialogAssigneeBannerUserName = function (props) {
1384
1465
  return (React__default["default"].createElement("velt-comment-dialog-assignee-banner-user-name-wireframe", __assign({}, remainingProp), children));
1385
1466
  };
1386
1467
 
1468
+ var VeltCommentDialogAssigneeBannerUnresolveButton = function (props) {
1469
+ var children = props.children, remainingProp = __rest(props, ["children"]);
1470
+ return (React__default["default"].createElement("velt-comment-dialog-assignee-banner-unresolve-button-wireframe", __assign({}, remainingProp), children));
1471
+ };
1472
+
1387
1473
  var VeltCommentDialogAssigneeBanner = function (props) {
1388
1474
  var children = props.children, remainingProp = __rest(props, ["children"]);
1389
1475
  return (React__default["default"].createElement("velt-comment-dialog-assignee-banner-wireframe", __assign({}, remainingProp), children));
@@ -1391,6 +1477,7 @@ var VeltCommentDialogAssigneeBanner = function (props) {
1391
1477
  VeltCommentDialogAssigneeBanner.ResolveButton = VeltCommentDialogAssigneeBannerResolveButton;
1392
1478
  VeltCommentDialogAssigneeBanner.UserAvatar = VeltCommentDialogAssigneeBannerUserAvatar;
1393
1479
  VeltCommentDialogAssigneeBanner.UserName = VeltCommentDialogAssigneeBannerUserName;
1480
+ VeltCommentDialogAssigneeBanner.UnresolveButton = VeltCommentDialogAssigneeBannerUnresolveButton;
1394
1481
 
1395
1482
  var VeltCommentDialogBody = function (props) {
1396
1483
  var children = props.children, remainingProp = __rest(props, ["children"]);
@@ -2027,6 +2114,11 @@ var VeltCommentDialogCloseButton = function (props) {
2027
2114
  return (React__default["default"].createElement("velt-comment-dialog-close-button-wireframe", __assign({}, remainingProp), children));
2028
2115
  };
2029
2116
 
2117
+ var VeltCommentDialogUnresolveButton = function (props) {
2118
+ var children = props.children, remainingProp = __rest(props, ["children"]);
2119
+ return (React__default["default"].createElement("velt-comment-dialog-unresolve-button-wireframe", __assign({}, remainingProp), children));
2120
+ };
2121
+
2030
2122
  var VeltCommentDialogWireframe = function (props) {
2031
2123
  var children = props.children, remainingProp = __rest(props, ["children"]);
2032
2124
  return (React__default["default"].createElement("velt-comment-dialog-wireframe", __assign({}, remainingProp), children));
@@ -2048,6 +2140,7 @@ VeltCommentDialogWireframe.Options = VeltCommentDialogOptions;
2048
2140
  VeltCommentDialogWireframe.Priority = VeltCommentDialogPriority;
2049
2141
  VeltCommentDialogWireframe.PrivateBanner = VeltCommentDialogPrivateBanner;
2050
2142
  VeltCommentDialogWireframe.ResolveButton = VeltCommentDialogResolveButton;
2143
+ VeltCommentDialogWireframe.UnresolveButton = VeltCommentDialogUnresolveButton;
2051
2144
  VeltCommentDialogWireframe.SignIn = VeltCommentDialogSignIn;
2052
2145
  VeltCommentDialogWireframe.Status = VeltCommentDialogStatus;
2053
2146
  VeltCommentDialogWireframe.SuggestionAction = VeltCommentDialogSuggestionAction;
@@ -2402,6 +2495,29 @@ var VeltCommentsSidebarMinimalFilterDropdown = function (props) {
2402
2495
  VeltCommentsSidebarMinimalFilterDropdown.Trigger = VeltCommentsSidebarMinimalFilterDropdownTrigger;
2403
2496
  VeltCommentsSidebarMinimalFilterDropdown.Content = VeltCommentsSidebarMinimalFilterDropdownContent;
2404
2497
 
2498
+ var VeltCommentsSidebarLocationFilterDropdownContent = function (props) {
2499
+ var children = props.children, remainingProps = __rest(props, ["children"]);
2500
+ return (React__default["default"].createElement("velt-comments-sidebar-location-filter-dropdown-content-wireframe", __assign({}, remainingProps), children));
2501
+ };
2502
+
2503
+ var VeltCommentsSidebarLocationFilterDropdownTriggerLabel = function (props) {
2504
+ var children = props.children, remainingProps = __rest(props, ["children"]);
2505
+ return (React__default["default"].createElement("velt-comments-sidebar-location-filter-dropdown-trigger-label-wireframe", __assign({}, remainingProps), children));
2506
+ };
2507
+
2508
+ var VeltCommentsSidebarLocationFilterDropdownTrigger = function (props) {
2509
+ var children = props.children, remainingProps = __rest(props, ["children"]);
2510
+ return (React__default["default"].createElement("velt-comments-sidebar-location-filter-dropdown-trigger-wireframe", __assign({}, remainingProps), children));
2511
+ };
2512
+ VeltCommentsSidebarLocationFilterDropdownTrigger.Label = VeltCommentsSidebarLocationFilterDropdownTriggerLabel;
2513
+
2514
+ var VeltCommentsSidebarLocationFilterDropdown = function (props) {
2515
+ var children = props.children, remainingProps = __rest(props, ["children"]);
2516
+ return (React__default["default"].createElement("velt-comments-sidebar-location-filter-dropdown-wireframe", __assign({}, remainingProps), children));
2517
+ };
2518
+ VeltCommentsSidebarLocationFilterDropdown.Trigger = VeltCommentsSidebarLocationFilterDropdownTrigger;
2519
+ VeltCommentsSidebarLocationFilterDropdown.Content = VeltCommentsSidebarLocationFilterDropdownContent;
2520
+
2405
2521
  var VeltCommentsSidebarWireframe = function (props) {
2406
2522
  var children = props.children, remainingProp = __rest(props, ["children"]);
2407
2523
  return (React__default["default"].createElement("velt-comments-sidebar-wireframe", __assign({}, remainingProp), children));
@@ -2418,6 +2534,7 @@ VeltCommentsSidebarWireframe.FilterButton = VeltCommentsSidebarFilterButton;
2418
2534
  VeltCommentsSidebarWireframe.Skeleton = VeltCommentsSidebarSkeleton;
2419
2535
  VeltCommentsSidebarWireframe.Panel = VeltCommentsSidebarPanel;
2420
2536
  VeltCommentsSidebarWireframe.MinimalFilterDropdown = VeltCommentsSidebarMinimalFilterDropdown;
2537
+ VeltCommentsSidebarWireframe.LocationFilterDropdown = VeltCommentsSidebarLocationFilterDropdown;
2421
2538
 
2422
2539
  var VeltCommentPinGhostCommentIndicator = function (props) {
2423
2540
  var children = props.children, remainingProp = __rest(props, ["children"]);