@veltdev/react 4.5.2 → 4.5.4-beta.1

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.
@@ -15,6 +15,7 @@ export interface IVeltCommentBubbleProps extends React.DetailedHTMLProps<React.H
15
15
  shadowDom?: boolean;
16
16
  variant?: string;
17
17
  darkMode?: boolean;
18
+ readOnly?: boolean;
18
19
  commentCountType?: 'total' | 'unread';
19
20
  context?: {
20
21
  [key: string]: any;
@@ -9,6 +9,7 @@ export interface IVeltCommentToolProps extends React.DetailedHTMLProps<React.HTM
9
9
  onCommentModeChange?: Function;
10
10
  sourceId?: string;
11
11
  darkMode?: boolean;
12
+ disabled?: boolean;
12
13
  variant?: string;
13
14
  shadowDom?: boolean;
14
15
  context?: {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const VELT_SDK_VERSION = "4.5.2";
2
+ export declare const VELT_SDK_VERSION = "4.5.4-beta.1";
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
@@ -41,6 +41,7 @@ interface IVeltCommentBubbleProps extends React$1.DetailedHTMLProps<React$1.HTML
41
41
  shadowDom?: boolean;
42
42
  variant?: string;
43
43
  darkMode?: boolean;
44
+ readOnly?: boolean;
44
45
  commentCountType?: 'total' | 'unread';
45
46
  context?: {
46
47
  [key: string]: any;
@@ -262,6 +263,7 @@ interface IVeltCommentToolProps extends React$1.DetailedHTMLProps<React$1.HTMLAt
262
263
  onCommentModeChange?: Function;
263
264
  sourceId?: string;
264
265
  darkMode?: boolean;
266
+ disabled?: boolean;
265
267
  variant?: string;
266
268
  shadowDom?: boolean;
267
269
  context?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "4.5.2",
3
+ "version": "4.5.4-beta.1",
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": [