@veltdev/react 4.3.0-beta.6 → 4.3.0-beta.7

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.
@@ -12,6 +12,7 @@ import { IVeltCommentsSidebarFilterTitleProps } from './VeltCommentsSidebarFilte
12
12
  import { IVeltCommentsSidebarFilterVersions } from './VeltCommentsSidebarFilterVersions/VeltCommentsSidebarFilterVersions';
13
13
  import { IVeltCommentsSidebarFilterItem } from './VeltCommentsSidebarFilterItem/VeltCommentsSidebarFilterItem';
14
14
  import { IVeltCommentsSidebarFilterStatus } from './VeltCommentsSidebarFilterStatus/VeltCommentsSidebarFilterStatus';
15
+ import { IVeltCommentsSidebarFilterSearch } from './VeltCommentsSidebarFilterSearch/VeltCommentsSidebarFilterSearch';
15
16
  import { IVeltCommentsSidebarFilterResetButtonProps } from './VeltCommentsSidebarFilterResetButton/VeltCommentsSidebarFilterResetButton';
16
17
  import { IVeltCommentsSidebarFilterAssigned } from './VeltCommentsSidebarFilterAssigned/VeltCommentsSidebarFilterAssigned';
17
18
  import { IVeltCommentsSidebarFilterTagged } from './VeltCommentsSidebarFilterTagged/VeltCommentsSidebarFilterTagged';
@@ -33,6 +34,7 @@ export interface IVeltCommentsSidebarFilter extends React.FC<IVeltCommentsSideba
33
34
  Item: IVeltCommentsSidebarFilterItem;
34
35
  Status: IVeltCommentsSidebarFilterStatus;
35
36
  ResetButton: React.FC<IVeltCommentsSidebarFilterResetButtonProps>;
37
+ Search: IVeltCommentsSidebarFilterSearch;
36
38
  }
37
39
  declare const VeltCommentsSidebarFilter: IVeltCommentsSidebarFilter;
38
40
  export default VeltCommentsSidebarFilter;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const VELT_SDK_VERSION = "4.3.0-beta.6";
2
+ export declare const VELT_SDK_VERSION = "4.3.0-beta.7";
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> {
@@ -8,4 +8,4 @@ export declare function useRecorderAddHandler(): RecordedData | null | undefined
8
8
  * @deprecated Use `recorderUtils.getRecordingData()` method instead
9
9
  */
10
10
  export declare function useRecordingDataByRecorderId(recorderId: string): RecordedData | null;
11
- export declare function useRecordings(query?: RecorderRequestQuery): GetRecordingsResponse;
11
+ export declare function useRecordings(query?: RecorderRequestQuery): GetRecordingsResponse[];
package/index.d.ts CHANGED
@@ -1563,6 +1563,7 @@ interface IVeltCommentsSidebarFilter extends React$1.FC<IVeltCommentsSidebarFilt
1563
1563
  Item: IVeltCommentsSidebarFilterItem;
1564
1564
  Status: IVeltCommentsSidebarFilterStatus;
1565
1565
  ResetButton: React$1.FC<IVeltCommentsSidebarFilterResetButtonProps>;
1566
+ Search: IVeltCommentsSidebarFilterSearch;
1566
1567
  }
1567
1568
 
1568
1569
  interface IVeltCommentsSidebarFilterButtonProps extends IVeltWireframeCommonProps {
@@ -3743,7 +3744,7 @@ declare function useRecorderAddHandler(): RecordedData | null | undefined;
3743
3744
  * @deprecated Use `recorderUtils.getRecordingData()` method instead
3744
3745
  */
3745
3746
  declare function useRecordingDataByRecorderId(recorderId: string): RecordedData | null;
3746
- declare function useRecordings(query?: RecorderRequestQuery): GetRecordingsResponse;
3747
+ declare function useRecordings(query?: RecorderRequestQuery): GetRecordingsResponse[];
3747
3748
 
3748
3749
  declare function useRecorderEventCallback<T extends keyof RecorderEventTypesMap>(action: T): RecorderEventTypesMap[T];
3749
3750
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "4.3.0-beta.6",
3
+ "version": "4.3.0-beta.7",
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": [