@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.
- package/cjs/index.js +10 -10
- package/cjs/index.js.map +1 -1
- package/cjs/types/components/SnippylyCommentBubble/SnippylyCommentBubble.d.ts +1 -0
- package/cjs/types/components/SnippylyCommentTool/SnippylyCommentTool.d.ts +1 -0
- package/cjs/types/components/VeltCommentPin/VeltCommentPin.d.ts +1 -0
- package/cjs/types/components/VeltInlineCommentsSection/VeltInlineCommentsSection.d.ts +1 -0
- package/cjs/types/constants.d.ts +1 -1
- package/esm/index.js +10 -10
- package/esm/index.js.map +1 -1
- package/esm/types/components/SnippylyCommentBubble/SnippylyCommentBubble.d.ts +1 -0
- package/esm/types/components/SnippylyCommentTool/SnippylyCommentTool.d.ts +1 -0
- package/esm/types/components/VeltCommentPin/VeltCommentPin.d.ts +1 -0
- package/esm/types/components/VeltInlineCommentsSection/VeltInlineCommentsSection.d.ts +1 -0
- package/esm/types/constants.d.ts +1 -1
- package/index.d.ts +4 -0
- package/package.json +1 -1
package/esm/types/constants.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const VELT_SDK_VERSION = "4.5.0-beta.
|
|
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.
|
|
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": [
|