@veltdev/react 4.2.0-beta.3 → 4.2.0-beta.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.
- package/cjs/index.js +1 -1
- package/cjs/index.js.map +1 -1
- package/cjs/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +1 -0
- package/cjs/types/components/SnippylySidebarButton/SnippylySidebarButton.d.ts +1 -0
- package/cjs/types/components/VeltCommentsSidebarButton/VeltCommentsSidebarButton.d.ts +1 -0
- package/cjs/types/constants.d.ts +1 -1
- package/esm/index.js +1 -1
- package/esm/index.js.map +1 -1
- package/esm/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +1 -0
- package/esm/types/components/SnippylySidebarButton/SnippylySidebarButton.d.ts +1 -0
- package/esm/types/components/VeltCommentsSidebarButton/VeltCommentsSidebarButton.d.ts +1 -0
- package/esm/types/constants.d.ts +1 -1
- package/index.d.ts +3 -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.2.0-beta.
|
|
2
|
+
export declare const VELT_SDK_VERSION = "4.2.0-beta.5";
|
|
3
3
|
export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
|
|
4
4
|
export declare const VELT_TAB_ID = "veltTabId";
|
|
5
5
|
export interface IVeltWireframeCommonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
package/index.d.ts
CHANGED
|
@@ -202,6 +202,7 @@ declare class CommentSidebarFilterConfig$2 {
|
|
|
202
202
|
priority?: FilterTypeConfig$2;
|
|
203
203
|
category?: FilterTypeConfig$2;
|
|
204
204
|
commentType?: FilterTypeConfig$2;
|
|
205
|
+
status?: FilterTypeConfig$2;
|
|
205
206
|
}
|
|
206
207
|
declare class CommentSidebarGroupConfig$2 {
|
|
207
208
|
enable?: boolean;
|
|
@@ -370,6 +371,7 @@ declare class CommentSidebarFilterConfig$1 {
|
|
|
370
371
|
priority?: FilterTypeConfig$1;
|
|
371
372
|
category?: FilterTypeConfig$1;
|
|
372
373
|
commentType?: FilterTypeConfig$1;
|
|
374
|
+
status?: FilterTypeConfig$1;
|
|
373
375
|
}
|
|
374
376
|
declare class CommentSidebarGroupConfig$1 {
|
|
375
377
|
enable?: boolean;
|
|
@@ -422,6 +424,7 @@ declare class CommentSidebarFilterConfig {
|
|
|
422
424
|
priority?: FilterTypeConfig;
|
|
423
425
|
category?: FilterTypeConfig;
|
|
424
426
|
commentType?: FilterTypeConfig;
|
|
427
|
+
status?: FilterTypeConfig;
|
|
425
428
|
}
|
|
426
429
|
declare class CommentSidebarGroupConfig {
|
|
427
430
|
enable?: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/react",
|
|
3
|
-
"version": "4.2.0-beta.
|
|
3
|
+
"version": "4.2.0-beta.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": [
|