@veltdev/react 4.5.0-beta.40 → 4.5.0-beta.42

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.
@@ -20,6 +20,7 @@ export interface IVeltCommentBubbleProps extends React.DetailedHTMLProps<React.H
20
20
  [key: string]: any;
21
21
  };
22
22
  contextOptions?: ContextOptions;
23
+ locationId?: string;
23
24
  documentId?: string;
24
25
  folderId?: string;
25
26
  annotationId?: string;
@@ -15,6 +15,7 @@ export interface IVeltCommentToolProps extends React.DetailedHTMLProps<React.HTM
15
15
  [key: string]: any;
16
16
  };
17
17
  contextOptions?: ContextOptions;
18
+ locationId?: string;
18
19
  documentId?: string;
19
20
  folderId?: string;
20
21
  }
@@ -8,6 +8,7 @@ export interface IVeltCommentPinProps extends React.DetailedHTMLProps<React.HTML
8
8
  [key: string]: any;
9
9
  };
10
10
  contextOptions?: ContextOptions;
11
+ locationId?: string;
11
12
  documentId?: string;
12
13
  folderId?: string;
13
14
  }
@@ -32,6 +32,7 @@ export interface IVeltInlineCommentsSectionProps extends React.DetailedHTMLProps
32
32
  [key: string]: any;
33
33
  };
34
34
  contextOptions?: ContextOptions;
35
+ locationId?: string;
35
36
  documentId?: string;
36
37
  folderId?: string;
37
38
  }
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const VELT_SDK_VERSION = "4.5.0-beta.40";
2
+ export declare const VELT_SDK_VERSION = "4.5.0-beta.42";
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
@@ -44,6 +44,7 @@ interface IVeltCommentBubbleProps extends React$1.DetailedHTMLProps<React$1.HTML
44
44
  [key: string]: any;
45
45
  };
46
46
  contextOptions?: ContextOptions;
47
+ locationId?: string;
47
48
  documentId?: string;
48
49
  folderId?: string;
49
50
  annotationId?: string;
@@ -259,6 +260,7 @@ interface IVeltCommentToolProps extends React$1.DetailedHTMLProps<React$1.HTMLAt
259
260
  [key: string]: any;
260
261
  };
261
262
  contextOptions?: ContextOptions;
263
+ locationId?: string;
262
264
  documentId?: string;
263
265
  folderId?: string;
264
266
  }
@@ -663,6 +665,7 @@ interface IVeltInlineCommentsSectionProps extends React$1.DetailedHTMLProps<Reac
663
665
  [key: string]: any;
664
666
  };
665
667
  contextOptions?: ContextOptions;
668
+ locationId?: string;
666
669
  documentId?: string;
667
670
  folderId?: string;
668
671
  }
@@ -676,6 +679,7 @@ interface IVeltCommentPinProps extends React$1.DetailedHTMLProps<React$1.HTMLAtt
676
679
  [key: string]: any;
677
680
  };
678
681
  contextOptions?: ContextOptions;
682
+ locationId?: string;
679
683
  documentId?: string;
680
684
  folderId?: string;
681
685
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "4.5.0-beta.40",
3
+ "version": "4.5.0-beta.42",
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": [