@veltdev/react 1.0.151 → 1.0.153

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.
@@ -4,6 +4,7 @@ export interface IVeltInlineCommentsSectionProps extends React.DetailedHTMLProps
4
4
  id: string;
5
5
  name?: string;
6
6
  };
7
+ targetInlineCommentElementId?: string;
7
8
  darkMode?: boolean;
8
9
  variant?: string;
9
10
  dialogVariant?: string;
@@ -1,3 +1,3 @@
1
- export declare const VELT_SDK_VERSION = "1.0.168";
1
+ export declare const VELT_SDK_VERSION = "1.0.170";
2
2
  export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
3
3
  export declare const VELT_TAB_ID = "veltTabId";
package/index.d.ts CHANGED
@@ -407,6 +407,7 @@ interface IVeltInlineCommentsSectionProps extends React.DetailedHTMLProps<React.
407
407
  id: string;
408
408
  name?: string;
409
409
  };
410
+ targetInlineCommentElementId?: string;
410
411
  darkMode?: boolean;
411
412
  variant?: string;
412
413
  dialogVariant?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "1.0.151",
3
+ "version": "1.0.153",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",