@veltdev/sdk-staging 5.0.2-beta.79 → 5.0.2-beta.80
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/app/utils/constants.d.ts +1 -0
- package/package.json +1 -1
- package/velt.js +79 -79
package/app/utils/constants.d.ts
CHANGED
|
@@ -439,6 +439,7 @@ export declare class Constants {
|
|
|
439
439
|
VELT_SKELETON_LOADER: string;
|
|
440
440
|
VELT_SHADOW_DOM_INTERNAL: string;
|
|
441
441
|
VELT_SINGLE_EDITOR_MODE_PANEL: string;
|
|
442
|
+
VELT_MULTI_THREAD_COMMENT_DIALOG: string;
|
|
442
443
|
VELT_MULTI_THREAD_COMMENT_DIALOG_LIST: string;
|
|
443
444
|
VELT_MULTI_THREAD_COMMENT_DIALOG_PANEL: string;
|
|
444
445
|
VELT_MULTI_THREAD_COMMENT_DIALOG_COMPOSER_CONTAINER: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk-staging",
|
|
3
|
-
"version": "5.0.2-beta.
|
|
3
|
+
"version": "5.0.2-beta.80",
|
|
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": [
|