@veltdev/react 1.0.102 → 1.0.104

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.
@@ -45,6 +45,8 @@ export interface IVeltCommentsProps extends React.DetailedHTMLProps<React.HTMLAt
45
45
  userMentions?: boolean;
46
46
  deleteOnBackspace?: boolean;
47
47
  hotkey?: boolean;
48
+ recordingSummary?: boolean;
49
+ recordingCountdown?: boolean;
48
50
  allowedElementIds?: string[];
49
51
  allowedElementClassNames?: string[];
50
52
  allowedElementQuerySelectors?: string[];
@@ -1,2 +1,2 @@
1
- export declare const VELT_SDK_VERSION = "1.0.113";
1
+ export declare const VELT_SDK_VERSION = "1.0.115";
2
2
  export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
package/index.d.ts CHANGED
@@ -77,6 +77,8 @@ interface IVeltCommentsProps extends React.DetailedHTMLProps<React.HTMLAttribute
77
77
  userMentions?: boolean;
78
78
  deleteOnBackspace?: boolean;
79
79
  hotkey?: boolean;
80
+ recordingSummary?: boolean;
81
+ recordingCountdown?: boolean;
80
82
  allowedElementIds?: string[];
81
83
  allowedElementClassNames?: string[];
82
84
  allowedElementQuerySelectors?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "1.0.102",
3
+ "version": "1.0.104",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",