@veltdev/react 2.0.16 → 2.0.17

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