@veltdev/react 3.0.59 → 3.0.61

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.
@@ -50,7 +50,11 @@ export interface IVeltCommentsProps extends React.DetailedHTMLProps<React.HTMLAt
50
50
  userMentions?: boolean;
51
51
  deleteOnBackspace?: boolean;
52
52
  hotkey?: boolean;
53
+ /**
54
+ * @deprecated Use `recordingTranscription` instead.
55
+ */
53
56
  recordingSummary?: boolean;
57
+ recordingTranscription?: boolean;
54
58
  recordingCountdown?: boolean;
55
59
  unreadIndicatorMode?: 'minimal' | 'verbose';
56
60
  enterKeyToSubmit?: boolean;
@@ -1,3 +1,3 @@
1
- export declare const VELT_SDK_VERSION = "3.0.59";
1
+ export declare const VELT_SDK_VERSION = "3.0.61";
2
2
  export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
3
3
  export declare const VELT_TAB_ID = "veltTabId";
package/index.d.ts CHANGED
@@ -90,7 +90,11 @@ interface IVeltCommentsProps extends React.DetailedHTMLProps<React.HTMLAttribute
90
90
  userMentions?: boolean;
91
91
  deleteOnBackspace?: boolean;
92
92
  hotkey?: boolean;
93
+ /**
94
+ * @deprecated Use `recordingTranscription` instead.
95
+ */
93
96
  recordingSummary?: boolean;
97
+ recordingTranscription?: boolean;
94
98
  recordingCountdown?: boolean;
95
99
  unreadIndicatorMode?: 'minimal' | 'verbose';
96
100
  enterKeyToSubmit?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "3.0.59",
3
+ "version": "3.0.61",
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": [