@veltdev/types-dev 5.0.2-beta.106 → 5.0.2-beta.107
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.
|
@@ -946,6 +946,8 @@ export declare class CommentElement {
|
|
|
946
946
|
* To disable collapsed comment
|
|
947
947
|
*/
|
|
948
948
|
public disableCollapsedComments: () => void;
|
|
949
|
+
public enableCollapsedRepliesPreview: () => void;
|
|
950
|
+
public disableCollapsedRepliesPreview: () => void;
|
|
949
951
|
|
|
950
952
|
/**
|
|
951
953
|
* To enable query params comments
|
|
@@ -2299,6 +2301,8 @@ export declare class CommentElement {
|
|
|
2299
2301
|
* To disable collapsed comment
|
|
2300
2302
|
*/
|
|
2301
2303
|
private _disableCollapsedComments;
|
|
2304
|
+
private _enableCollapsedRepliesPreview;
|
|
2305
|
+
private _disableCollapsedRepliesPreview;
|
|
2302
2306
|
|
|
2303
2307
|
/**
|
|
2304
2308
|
* To enable query params comments
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/types-dev",
|
|
3
|
-
"version": "5.0.2-beta.
|
|
3
|
+
"version": "5.0.2-beta.107",
|
|
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": [
|