@veltdev/react 1.0.122 → 1.0.124

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.
@@ -48,6 +48,7 @@ export interface IVeltCommentsProps extends React.DetailedHTMLProps<React.HTMLAt
48
48
  recordingSummary?: boolean;
49
49
  recordingCountdown?: boolean;
50
50
  unreadIndicatorMode?: 'minimal' | 'verbose';
51
+ enterKeyToSubmit?: boolean;
51
52
  pinShadowDom?: boolean;
52
53
  dialogShadowDom?: boolean;
53
54
  shadowDom?: boolean;
@@ -1,2 +1,2 @@
1
- export declare const VELT_SDK_VERSION = "1.0.139";
1
+ export declare const VELT_SDK_VERSION = "1.0.140";
2
2
  export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
package/index.d.ts CHANGED
@@ -83,6 +83,7 @@ interface IVeltCommentsProps extends React.DetailedHTMLProps<React.HTMLAttribute
83
83
  recordingSummary?: boolean;
84
84
  recordingCountdown?: boolean;
85
85
  unreadIndicatorMode?: 'minimal' | 'verbose';
86
+ enterKeyToSubmit?: boolean;
86
87
  pinShadowDom?: boolean;
87
88
  dialogShadowDom?: boolean;
88
89
  shadowDom?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "1.0.122",
3
+ "version": "1.0.124",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",