@veltdev/react 2.0.15 → 2.0.16

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.
@@ -1,6 +1,8 @@
1
1
  import React from 'react';
2
2
  export interface IVeltCommentThreadProps {
3
3
  annotationId?: string;
4
+ selectable?: boolean;
5
+ onCommentClick?: Function;
4
6
  }
5
7
  declare const VeltCommentThread: React.FC<IVeltCommentThreadProps>;
6
8
  export default VeltCommentThread;
@@ -1,3 +1,3 @@
1
- export declare const VELT_SDK_VERSION = "2.0.15";
1
+ export declare const VELT_SDK_VERSION = "2.0.16";
2
2
  export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
3
3
  export declare const VELT_TAB_ID = "veltTabId";
package/index.d.ts CHANGED
@@ -354,6 +354,8 @@ declare const VeltViewAnalytics: React.FC<IVeltViewAnalyticsProps>;
354
354
 
355
355
  interface IVeltCommentThreadProps {
356
356
  annotationId?: string;
357
+ selectable?: boolean;
358
+ onCommentClick?: Function;
357
359
  }
358
360
  declare const VeltCommentThread: React.FC<IVeltCommentThreadProps>;
359
361
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "2.0.15",
3
+ "version": "2.0.16",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",