@veltdev/react 4.7.3 → 4.7.5

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.
@@ -10,7 +10,7 @@ export interface IVeltCommentComposerProps extends React.DetailedHTMLProps<React
10
10
  locationId?: string;
11
11
  documentId?: string;
12
12
  folderId?: string;
13
- targetElementId?: string;
13
+ targetComposerElementId?: string;
14
14
  placeholder?: string;
15
15
  }
16
16
  declare const VeltCommentComposer: React.FC<IVeltCommentComposerProps>;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const VELT_SDK_VERSION = "4.7.3";
2
+ export declare const VELT_SDK_VERSION = "4.7.5";
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
@@ -795,7 +795,7 @@ interface IVeltCommentComposerProps extends React$1.DetailedHTMLProps<React$1.HT
795
795
  locationId?: string;
796
796
  documentId?: string;
797
797
  folderId?: string;
798
- targetElementId?: string;
798
+ targetComposerElementId?: string;
799
799
  placeholder?: string;
800
800
  }
801
801
  declare const VeltCommentComposer: React$1.FC<IVeltCommentComposerProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "4.7.3",
3
+ "version": "4.7.5",
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": [
@@ -35,7 +35,7 @@
35
35
  "scripts": {
36
36
  "test": "echo \"Error: no test specified\" && exit 1",
37
37
  "version:update": "node ../update-npm-package.mjs",
38
- "publish:sdk": "npm publish --access public --tag v4-7-3"
38
+ "publish:sdk": "npm publish --access public --tag v4-7-5"
39
39
  },
40
40
  "author": "",
41
41
  "license": "ISC",