@veltdev/types-dev 5.0.2-beta.51 → 5.0.2-beta.53
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.
|
@@ -365,7 +365,7 @@ export declare class Snippyly {
|
|
|
365
365
|
/**
|
|
366
366
|
* To update user contact list.
|
|
367
367
|
*/
|
|
368
|
-
updateContactList: (userContacts: UserContact[], config?: { merge: boolean }) => void;
|
|
368
|
+
updateContactList: (userContacts: UserContact[], config?: { merge: boolean, filters?: boolean }) => void;
|
|
369
369
|
|
|
370
370
|
/**
|
|
371
371
|
* To get document metadata.
|
package/app/utils/constants.d.ts
CHANGED
|
@@ -549,6 +549,9 @@ export declare class Constants {
|
|
|
549
549
|
VELT_AVATAR_COLOR: string;
|
|
550
550
|
VELT_COMMENT_PRIORITY_COLOR: string;
|
|
551
551
|
};
|
|
552
|
+
static BODY_CLASSES: {
|
|
553
|
+
VELT_PIN_DRAGGING: string;
|
|
554
|
+
};
|
|
552
555
|
static INJECTION_ATTRIBUTES: {
|
|
553
556
|
/**
|
|
554
557
|
* @deprecated Use VELT_AVATAR_IMG instead
|
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.53",
|
|
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": [
|