@veltdev/react 4.2.0-beta.3 → 4.2.0-beta.4

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.
@@ -12,6 +12,7 @@ declare class CommentSidebarFilterConfig {
12
12
  priority?: FilterTypeConfig;
13
13
  category?: FilterTypeConfig;
14
14
  commentType?: FilterTypeConfig;
15
+ status?: FilterTypeConfig;
15
16
  }
16
17
  declare class CommentSidebarGroupConfig {
17
18
  enable?: boolean;
@@ -12,6 +12,7 @@ declare class CommentSidebarFilterConfig {
12
12
  priority?: FilterTypeConfig;
13
13
  category?: FilterTypeConfig;
14
14
  commentType?: FilterTypeConfig;
15
+ status?: FilterTypeConfig;
15
16
  }
16
17
  declare class CommentSidebarGroupConfig {
17
18
  enable?: boolean;
@@ -12,6 +12,7 @@ declare class CommentSidebarFilterConfig {
12
12
  priority?: FilterTypeConfig;
13
13
  category?: FilterTypeConfig;
14
14
  commentType?: FilterTypeConfig;
15
+ status?: FilterTypeConfig;
15
16
  }
16
17
  declare class CommentSidebarGroupConfig {
17
18
  enable?: boolean;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const VELT_SDK_VERSION = "4.2.0-beta.3";
2
+ export declare const VELT_SDK_VERSION = "4.2.0-beta.4";
3
3
  export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
4
4
  export declare const VELT_TAB_ID = "veltTabId";
5
5
  export interface IVeltWireframeCommonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
package/index.d.ts CHANGED
@@ -202,6 +202,7 @@ declare class CommentSidebarFilterConfig$2 {
202
202
  priority?: FilterTypeConfig$2;
203
203
  category?: FilterTypeConfig$2;
204
204
  commentType?: FilterTypeConfig$2;
205
+ status?: FilterTypeConfig$2;
205
206
  }
206
207
  declare class CommentSidebarGroupConfig$2 {
207
208
  enable?: boolean;
@@ -370,6 +371,7 @@ declare class CommentSidebarFilterConfig$1 {
370
371
  priority?: FilterTypeConfig$1;
371
372
  category?: FilterTypeConfig$1;
372
373
  commentType?: FilterTypeConfig$1;
374
+ status?: FilterTypeConfig$1;
373
375
  }
374
376
  declare class CommentSidebarGroupConfig$1 {
375
377
  enable?: boolean;
@@ -422,6 +424,7 @@ declare class CommentSidebarFilterConfig {
422
424
  priority?: FilterTypeConfig;
423
425
  category?: FilterTypeConfig;
424
426
  commentType?: FilterTypeConfig;
427
+ status?: FilterTypeConfig;
425
428
  }
426
429
  declare class CommentSidebarGroupConfig {
427
430
  enable?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "4.2.0-beta.3",
3
+ "version": "4.2.0-beta.4",
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": [