@veltdev/react 4.5.0-beta.61 → 4.5.0-beta.63

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.
@@ -44,6 +44,7 @@ export interface IVeltCommentsSidebarProps {
44
44
  fullExpanded?: boolean;
45
45
  systemFiltersOperator?: 'and' | 'or';
46
46
  sidebarButtonCountType?: 'default' | 'filter';
47
+ filterGhostCommentsInSidebar?: boolean;
47
48
  }
48
49
  declare const SnippylyCommentsSidebar: React.FC<IVeltCommentsSidebarProps>;
49
50
  export default SnippylyCommentsSidebar;
@@ -48,6 +48,7 @@ export interface IVeltSidebarButtonProps extends React.DetailedHTMLProps<React.H
48
48
  position?: "right" | "left";
49
49
  filterPanelLayout?: 'menu' | 'bottomSheet';
50
50
  sidebarButtonCountType?: 'default' | 'filter';
51
+ filterGhostCommentsInSidebar?: boolean;
51
52
  onCommentClick?: Function;
52
53
  onSidebarOpen?: Function;
53
54
  }
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const VELT_SDK_VERSION = "4.5.0-beta.61";
2
+ export declare const VELT_SDK_VERSION = "4.5.0-beta.63";
3
3
  export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
4
4
  export declare const VELT_TAB_ID = "veltTabId";
5
5
  export declare const INTEGRITY_MAP: Record<string, string>;
package/index.d.ts CHANGED
@@ -244,6 +244,7 @@ interface IVeltCommentsSidebarProps {
244
244
  fullExpanded?: boolean;
245
245
  systemFiltersOperator?: 'and' | 'or';
246
246
  sidebarButtonCountType?: 'default' | 'filter';
247
+ filterGhostCommentsInSidebar?: boolean;
247
248
  }
248
249
  declare const SnippylyCommentsSidebar: React$1.FC<IVeltCommentsSidebarProps>;
249
250
 
@@ -421,6 +422,7 @@ interface IVeltSidebarButtonProps extends React$1.DetailedHTMLProps<React$1.HTML
421
422
  position?: "right" | "left";
422
423
  filterPanelLayout?: 'menu' | 'bottomSheet';
423
424
  sidebarButtonCountType?: 'default' | 'filter';
425
+ filterGhostCommentsInSidebar?: boolean;
424
426
  onCommentClick?: Function;
425
427
  onSidebarOpen?: Function;
426
428
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "4.5.0-beta.61",
3
+ "version": "4.5.0-beta.63",
4
4
  "description": "Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.",
5
5
  "homepage": "https://velt.dev",
6
6
  "keywords": [