@veltdev/react 4.5.2-beta.9 → 4.5.3

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.
Files changed (50) hide show
  1. package/cjs/index.js +58 -15
  2. package/cjs/index.js.map +1 -1
  3. package/cjs/types/components/SnippylyCommentBubble/SnippylyCommentBubble.d.ts +1 -0
  4. package/cjs/types/components/SnippylyCommentTool/SnippylyCommentTool.d.ts +1 -0
  5. package/cjs/types/components/SnippylyComments/SnippylyComments.d.ts +2 -0
  6. package/cjs/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +1 -0
  7. package/cjs/types/components/SnippylyRecorderControlPanel/SnippylyRecorderControlPanel.d.ts +2 -0
  8. package/cjs/types/components/SnippylyRecorderTool/SnippylyRecorderTool.d.ts +2 -0
  9. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCommentNumber/VeltCommentDialogCommentNumber.d.ts +8 -0
  10. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCommentNumber/index.d.ts +1 -0
  11. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogWireframe.d.ts +2 -0
  12. package/cjs/types/components/VeltCommentPinWireframe/VeltCommentPinNumber/VeltCommentPinIndex.d.ts +8 -0
  13. package/cjs/types/components/VeltCommentPinWireframe/VeltCommentPinNumber/index.d.ts +1 -0
  14. package/cjs/types/components/VeltCommentPinWireframe/VeltCommentPinWireframe.d.ts +2 -0
  15. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFullscreenButton/VeltCommentsSidebarFullscreenButton.d.ts +8 -0
  16. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFullscreenButton/index.d.ts +1 -0
  17. package/cjs/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarWireframe.d.ts +2 -0
  18. package/cjs/types/components/VeltRecorderControlPanelWireframe/VeltRecorderControlPanelActionBarWireframe/VeltRecorderControlPanelActionBarPipWireframe/VeltRecorderControlPanelActionBarPipWireframe.d.ts +8 -0
  19. package/cjs/types/components/VeltRecorderControlPanelWireframe/VeltRecorderControlPanelActionBarWireframe/VeltRecorderControlPanelActionBarPipWireframe/index.d.ts +1 -0
  20. package/cjs/types/components/VeltRecorderControlPanelWireframe/VeltRecorderControlPanelActionBarWireframe/VeltRecorderControlPanelActionBarWireframe.d.ts +2 -0
  21. package/cjs/types/components/VeltRecordingPreviewStepsDialogWireframe/VeltRecordingPreviewStepsDialogScreenPlayerWireframe/VeltRecordingPreviewStepsDialogScreenPlayerWireframe.d.ts +8 -0
  22. package/cjs/types/components/VeltRecordingPreviewStepsDialogWireframe/VeltRecordingPreviewStepsDialogScreenPlayerWireframe/index.d.ts +1 -0
  23. package/cjs/types/components/VeltRecordingPreviewStepsDialogWireframe/VeltRecordingPreviewStepsDialogVideoWireframe/VeltRecordingPreviewStepsDialogVideoWireframe.d.ts +2 -0
  24. package/cjs/types/constants.d.ts +1 -1
  25. package/esm/index.js +58 -15
  26. package/esm/index.js.map +1 -1
  27. package/esm/types/components/SnippylyCommentBubble/SnippylyCommentBubble.d.ts +1 -0
  28. package/esm/types/components/SnippylyCommentTool/SnippylyCommentTool.d.ts +1 -0
  29. package/esm/types/components/SnippylyComments/SnippylyComments.d.ts +2 -0
  30. package/esm/types/components/SnippylyCommentsSidebar/SnippylyCommentsSidebar.d.ts +1 -0
  31. package/esm/types/components/SnippylyRecorderControlPanel/SnippylyRecorderControlPanel.d.ts +2 -0
  32. package/esm/types/components/SnippylyRecorderTool/SnippylyRecorderTool.d.ts +2 -0
  33. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCommentNumber/VeltCommentDialogCommentNumber.d.ts +8 -0
  34. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCommentNumber/index.d.ts +1 -0
  35. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogWireframe.d.ts +2 -0
  36. package/esm/types/components/VeltCommentPinWireframe/VeltCommentPinNumber/VeltCommentPinIndex.d.ts +8 -0
  37. package/esm/types/components/VeltCommentPinWireframe/VeltCommentPinNumber/index.d.ts +1 -0
  38. package/esm/types/components/VeltCommentPinWireframe/VeltCommentPinWireframe.d.ts +2 -0
  39. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFullscreenButton/VeltCommentsSidebarFullscreenButton.d.ts +8 -0
  40. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarFullscreenButton/index.d.ts +1 -0
  41. package/esm/types/components/VeltCommentsSidebarWireframe/VeltCommentsSidebarWireframe.d.ts +2 -0
  42. package/esm/types/components/VeltRecorderControlPanelWireframe/VeltRecorderControlPanelActionBarWireframe/VeltRecorderControlPanelActionBarPipWireframe/VeltRecorderControlPanelActionBarPipWireframe.d.ts +8 -0
  43. package/esm/types/components/VeltRecorderControlPanelWireframe/VeltRecorderControlPanelActionBarWireframe/VeltRecorderControlPanelActionBarPipWireframe/index.d.ts +1 -0
  44. package/esm/types/components/VeltRecorderControlPanelWireframe/VeltRecorderControlPanelActionBarWireframe/VeltRecorderControlPanelActionBarWireframe.d.ts +2 -0
  45. package/esm/types/components/VeltRecordingPreviewStepsDialogWireframe/VeltRecordingPreviewStepsDialogScreenPlayerWireframe/VeltRecordingPreviewStepsDialogScreenPlayerWireframe.d.ts +8 -0
  46. package/esm/types/components/VeltRecordingPreviewStepsDialogWireframe/VeltRecordingPreviewStepsDialogScreenPlayerWireframe/index.d.ts +1 -0
  47. package/esm/types/components/VeltRecordingPreviewStepsDialogWireframe/VeltRecordingPreviewStepsDialogVideoWireframe/VeltRecordingPreviewStepsDialogVideoWireframe.d.ts +2 -0
  48. package/esm/types/constants.d.ts +1 -1
  49. package/index.d.ts +39 -0
  50. package/package.json +1 -1
@@ -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?: {
@@ -146,6 +146,8 @@ export interface IVeltCommentsProps extends React.DetailedHTMLProps<React.HTMLAt
146
146
  maxReplyAvatars?: number;
147
147
  replyAvatars?: boolean;
148
148
  linkCallback?: boolean;
149
+ replyPlaceholder?: string;
150
+ commentPlaceholder?: string;
149
151
  }
150
152
  declare const SnippylyComments: React.FC<IVeltCommentsProps>;
151
153
  export default SnippylyComments;
@@ -45,6 +45,7 @@ export interface IVeltCommentsSidebarProps {
45
45
  systemFiltersOperator?: 'and' | 'or';
46
46
  sidebarButtonCountType?: 'default' | 'filter';
47
47
  filterGhostCommentsInSidebar?: boolean;
48
+ fullScreen?: boolean;
48
49
  }
49
50
  declare const SnippylyCommentsSidebar: React.FC<IVeltCommentsSidebarProps>;
50
51
  export default SnippylyCommentsSidebar;
@@ -11,6 +11,8 @@ export interface IVeltRecorderControlPanelProps {
11
11
  autoOpenVideoEditor?: boolean;
12
12
  playVideoInFullScreen?: boolean;
13
13
  retakeOnVideoEditor?: boolean;
14
+ pictureInPicture?: boolean;
15
+ maxLength?: number;
14
16
  }
15
17
  declare const SnippylyRecorderControlPanel: React.FC<IVeltRecorderControlPanelProps>;
16
18
  export default SnippylyRecorderControlPanel;
@@ -9,6 +9,8 @@ export interface IVeltRecorderToolProps extends React.DetailedHTMLProps<React.HT
9
9
  recordingCountdown?: boolean;
10
10
  variant?: string;
11
11
  retakeOnVideoEditor?: boolean;
12
+ pictureInPicture?: boolean;
13
+ maxLength?: number;
12
14
  }
13
15
  declare const SnippylyRecorderTool: React.FC<IVeltRecorderToolProps>;
14
16
  export default SnippylyRecorderTool;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../constants';
3
+ export interface IVeltCommentDialogCommentNumberProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltCommentDialogCommentNumber extends React.FC<IVeltCommentDialogCommentNumberProps> {
6
+ }
7
+ declare const VeltCommentDialogCommentNumber: IVeltCommentDialogCommentNumber;
8
+ export default VeltCommentDialogCommentNumber;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogCommentNumber";
@@ -30,6 +30,7 @@ import { IVeltCommentDialogUnresolveButtonProps } from "./VeltCommentDialogUnres
30
30
  import { IVeltCommentDialogNavigationButtonProps } from "./VeltCommentDialogNavigationButton/VeltCommentDialogNavigationButton";
31
31
  import { IVeltCommentDialogReplyAvatars } from "./VeltCommentDialogReplyAvatars/VeltCommentDialogReplyAvatars";
32
32
  import { IVeltWireframeCommonProps } from "../../constants";
33
+ import { IVeltCommentDialogCommentNumber } from "./VeltCommentDialogCommentNumber/VeltCommentDialogCommentNumber";
33
34
  export interface IVeltCommentDialogWireframeProps extends IVeltWireframeCommonProps {
34
35
  }
35
36
  declare const VeltCommentDialogWireframe: React.FC<IVeltCommentDialogWireframeProps> & {
@@ -40,6 +41,7 @@ declare const VeltCommentDialogWireframe: React.FC<IVeltCommentDialogWireframePr
40
41
  Body: React.FC<IVeltCommentDialogBodyProps>;
41
42
  CommentCategory: React.FC<IVeltCommentDialogCommentCategoryProps>;
42
43
  CommentIndex: React.FC<IVeltCommentDialogCommentIndexProps>;
44
+ CommentNumber: IVeltCommentDialogCommentNumber;
43
45
  CommentSuggestionStatus: React.FC<IVeltCommentDialogCommentSuggestionStatusProps>;
44
46
  Composer: IVeltCommentDialogComposer;
45
47
  CopyLink: React.FC<IVeltCommentDialogCopyLinkProps>;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../constants';
3
+ export interface IVeltCommentPinNumberProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltCommentPinNumber extends React.FC<IVeltCommentPinNumberProps> {
6
+ }
7
+ declare const VeltCommentPinNumber: IVeltCommentPinNumber;
8
+ export default VeltCommentPinNumber;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentPinIndex";
@@ -5,11 +5,13 @@ import { IVeltCommentPinIndexProps } from './VeltCommentPinIndex/VeltCommentPinI
5
5
  import { IVeltCommentPinTriangleProps } from './VeltCommentPinTriangle/VeltCommentPinTriangle';
6
6
  import { IVeltCommentPinUnreadCommentIndicatorProps } from './VeltCommentPinUnreadCommentIndicator/VeltCommentPinUnreadCommentIndicator';
7
7
  import { IVeltCommentPinPrivateCommentIndicatorProps } from './VeltCommentPinPrivateCommentIndicator/VeltCommentPinPrivateCommentIndicator';
8
+ import { IVeltCommentPinNumber } from './VeltCommentPinNumber/VeltCommentPinIndex';
8
9
  export interface IVeltCommentPinWireframeProps extends IVeltWireframeCommonProps {
9
10
  }
10
11
  declare const VeltCommentPinWireframe: React.FC<IVeltCommentPinWireframeProps> & {
11
12
  GhostCommentIndicator: React.FC<IVeltCommentPinGhostCommentIndicatorProps>;
12
13
  Index: React.FC<IVeltCommentPinIndexProps>;
14
+ Number: IVeltCommentPinNumber;
13
15
  PrivateCommentIndicator: React.FC<IVeltCommentPinPrivateCommentIndicatorProps>;
14
16
  Triangle: React.FC<IVeltCommentPinTriangleProps>;
15
17
  UnreadCommentIndicator: React.FC<IVeltCommentPinUnreadCommentIndicatorProps>;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../constants';
3
+ export interface IVeltCommentsSidebarFullscreenButtonProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltCommentsSidebarFullscreenButton extends React.FC<IVeltCommentsSidebarFullscreenButtonProps> {
6
+ }
7
+ declare const VeltCommentsSidebarFullscreenButton: IVeltCommentsSidebarFullscreenButton;
8
+ export default VeltCommentsSidebarFullscreenButton;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentsSidebarFullscreenButton";
@@ -18,6 +18,7 @@ import { IVeltCommentsSidebarStatus } from './VeltCommentsSidebarStatus/VeltComm
18
18
  import { IVeltCommentsSidebarResetFilterButtonWireframeProps } from './VeltCommentsSidebarResetFilterButtonWireframe/VeltCommentsSidebarResetFilterButtonWireframe';
19
19
  import { IVeltCommentsSidebarActionButtonProps } from './VeltCommentsSidebarActionButton/VeltCommentsSidebarActionButton';
20
20
  import { IVeltCommentsSidebarFocusedThread } from './VeltCommentsSidebarFocusedThread/VeltCommentsSidebarFocusedThread';
21
+ import { IVeltCommentsSidebarFullscreenButton } from './VeltCommentsSidebarFullscreenButton/VeltCommentsSidebarFullscreenButton';
21
22
  export interface IVeltCommentsSidebarWireframeProps extends IVeltWireframeCommonProps {
22
23
  }
23
24
  declare const VeltCommentsSidebarWireframe: React.FC<IVeltCommentsSidebarWireframeProps> & {
@@ -39,5 +40,6 @@ declare const VeltCommentsSidebarWireframe: React.FC<IVeltCommentsSidebarWirefra
39
40
  ResetFilterButton: React.FC<IVeltCommentsSidebarResetFilterButtonWireframeProps>;
40
41
  ActionButton: React.FC<IVeltCommentsSidebarActionButtonProps>;
41
42
  FocusedThread: IVeltCommentsSidebarFocusedThread;
43
+ FullscreenButton: IVeltCommentsSidebarFullscreenButton;
42
44
  };
43
45
  export default VeltCommentsSidebarWireframe;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../../constants';
3
+ export interface IVeltRecorderControlPanelActionBarPipWireframeProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltRecorderControlPanelActionBarPipWireframe extends React.FC<IVeltRecorderControlPanelActionBarPipWireframeProps> {
6
+ }
7
+ declare const VeltRecorderControlPanelActionBarPipWireframe: IVeltRecorderControlPanelActionBarPipWireframe;
8
+ export default VeltRecorderControlPanelActionBarPipWireframe;
@@ -6,6 +6,7 @@ import { IVeltRecorderControlPanelActionBarStopWireframe } from './VeltRecorderC
6
6
  import { IVeltRecorderControlPanelActionBarTimeWireframe } from './VeltRecorderControlPanelActionBarTimeWireframe/VeltRecorderControlPanelActionBarTimeWireframe';
7
7
  import { IVeltRecorderControlPanelActionBarToggleWireframe } from './VeltRecorderControlPanelActionBarToggleWireframe/VeltRecorderControlPanelActionBarToggleWireframe';
8
8
  import { IVeltRecorderControlPanelActionBarTypeIconWireframe } from './VeltRecorderControlPanelActionBarTypeIconWireframe/VeltRecorderControlPanelActionBarTypeIconWireframe';
9
+ import { IVeltRecorderControlPanelActionBarPipWireframe } from './VeltRecorderControlPanelActionBarPipWireframe/VeltRecorderControlPanelActionBarPipWireframe';
9
10
  export interface IVeltRecorderControlPanelActionBarWireframeProps extends IVeltWireframeCommonProps {
10
11
  }
11
12
  export interface IVeltRecorderControlPanelActionBarWireframe extends React.FC<IVeltRecorderControlPanelActionBarWireframeProps> {
@@ -15,6 +16,7 @@ export interface IVeltRecorderControlPanelActionBarWireframe extends React.FC<IV
15
16
  Toggle: IVeltRecorderControlPanelActionBarToggleWireframe;
16
17
  TypeIcon: IVeltRecorderControlPanelActionBarTypeIconWireframe;
17
18
  Waveform: IVeltRecorderControlPanelActionBarWaveformWireframe;
19
+ Pip: IVeltRecorderControlPanelActionBarPipWireframe;
18
20
  }
19
21
  declare const VeltRecorderControlPanelActionBarWireframe: IVeltRecorderControlPanelActionBarWireframe;
20
22
  export default VeltRecorderControlPanelActionBarWireframe;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../constants';
3
+ export interface IVeltRecordingPreviewStepsDialogScreenPlayerWireframeProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltRecordingPreviewStepsDialogScreenPlayerWireframe extends React.FC<IVeltRecordingPreviewStepsDialogScreenPlayerWireframeProps> {
6
+ }
7
+ declare const VeltRecordingPreviewStepsDialogScreenPlayerWireframe: IVeltRecordingPreviewStepsDialogScreenPlayerWireframe;
8
+ export default VeltRecordingPreviewStepsDialogScreenPlayerWireframe;
@@ -0,0 +1 @@
1
+ export { default } from './VeltRecordingPreviewStepsDialogScreenPlayerWireframe';
@@ -11,6 +11,7 @@ import { IVeltRecordingPreviewStepsDialogTimerWireframe } from '../VeltRecording
11
11
  import { IVeltRecordingPreviewStepsDialogVideoPlayerWireframe } from '../VeltRecordingPreviewStepsDialogVideoPlayerWireframe/VeltRecordingPreviewStepsDialogVideoPlayerWireframe';
12
12
  import { IVeltRecordingPreviewStepsDialogWaveformWireframe } from '../VeltRecordingPreviewStepsDialogWaveformWireframe/VeltRecordingPreviewStepsDialogWaveformWireframe';
13
13
  import { IVeltRecordingPreviewStepsDialogStartRecordingWireframe } from '../VeltRecordingPreviewStepsDialogStartRecordingWireframe/VeltRecordingPreviewStepsDialogStartRecordingWireframe';
14
+ import { IVeltRecordingPreviewStepsDialogScreenPlayerWireframe } from '../VeltRecordingPreviewStepsDialogScreenPlayerWireframe/VeltRecordingPreviewStepsDialogScreenPlayerWireframe';
14
15
  import { IVeltWireframeCommonProps } from '../../../constants';
15
16
  export interface IVeltRecordingPreviewStepsDialogVideoWireframeProps extends IVeltWireframeCommonProps {
16
17
  }
@@ -26,6 +27,7 @@ export interface IVeltRecordingPreviewStepsDialogVideoWireframe extends React.FC
26
27
  StartRecording: IVeltRecordingPreviewStepsDialogStartRecordingWireframe;
27
28
  Timer: IVeltRecordingPreviewStepsDialogTimerWireframe;
28
29
  VideoPlayer: IVeltRecordingPreviewStepsDialogVideoPlayerWireframe;
30
+ ScreenPlayer: IVeltRecordingPreviewStepsDialogScreenPlayerWireframe;
29
31
  Waveform: IVeltRecordingPreviewStepsDialogWaveformWireframe;
30
32
  }
31
33
  declare const VeltRecordingPreviewStepsDialogVideoWireframe: IVeltRecordingPreviewStepsDialogVideoWireframe;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const VELT_SDK_VERSION = "4.5.2-beta.9";
2
+ export declare const VELT_SDK_VERSION = "4.5.3";
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;
@@ -199,6 +200,8 @@ interface IVeltCommentsProps extends React$1.DetailedHTMLProps<React$1.HTMLAttri
199
200
  maxReplyAvatars?: number;
200
201
  replyAvatars?: boolean;
201
202
  linkCallback?: boolean;
203
+ replyPlaceholder?: string;
204
+ commentPlaceholder?: string;
202
205
  }
203
206
  declare const SnippylyComments: React$1.FC<IVeltCommentsProps>;
204
207
 
@@ -247,6 +250,7 @@ interface IVeltCommentsSidebarProps {
247
250
  systemFiltersOperator?: 'and' | 'or';
248
251
  sidebarButtonCountType?: 'default' | 'filter';
249
252
  filterGhostCommentsInSidebar?: boolean;
253
+ fullScreen?: boolean;
250
254
  }
251
255
  declare const SnippylyCommentsSidebar: React$1.FC<IVeltCommentsSidebarProps>;
252
256
 
@@ -259,6 +263,7 @@ interface IVeltCommentToolProps extends React$1.DetailedHTMLProps<React$1.HTMLAt
259
263
  onCommentModeChange?: Function;
260
264
  sourceId?: string;
261
265
  darkMode?: boolean;
266
+ disabled?: boolean;
262
267
  variant?: string;
263
268
  shadowDom?: boolean;
264
269
  context?: {
@@ -336,6 +341,8 @@ interface IVeltRecorderControlPanelProps {
336
341
  autoOpenVideoEditor?: boolean;
337
342
  playVideoInFullScreen?: boolean;
338
343
  retakeOnVideoEditor?: boolean;
344
+ pictureInPicture?: boolean;
345
+ maxLength?: number;
339
346
  }
340
347
  declare const SnippylyRecorderControlPanel: React$1.FC<IVeltRecorderControlPanelProps>;
341
348
 
@@ -372,6 +379,8 @@ interface IVeltRecorderToolProps extends React$1.DetailedHTMLProps<React$1.HTMLA
372
379
  recordingCountdown?: boolean;
373
380
  variant?: string;
374
381
  retakeOnVideoEditor?: boolean;
382
+ pictureInPicture?: boolean;
383
+ maxLength?: number;
375
384
  }
376
385
  declare const SnippylyRecorderTool: React$1.FC<IVeltRecorderToolProps>;
377
386
 
@@ -1413,6 +1422,11 @@ interface IVeltCommentDialogReplyAvatars extends React$1.FC<IVeltCommentDialogRe
1413
1422
  RemainingCount: IVeltCommentDialogReplyAvatarsRemainingCount;
1414
1423
  }
1415
1424
 
1425
+ interface IVeltCommentDialogCommentNumberProps extends IVeltWireframeCommonProps {
1426
+ }
1427
+ interface IVeltCommentDialogCommentNumber extends React$1.FC<IVeltCommentDialogCommentNumberProps> {
1428
+ }
1429
+
1416
1430
  interface IVeltCommentDialogWireframeProps extends IVeltWireframeCommonProps {
1417
1431
  }
1418
1432
  declare const VeltCommentDialogWireframe: React$1.FC<IVeltCommentDialogWireframeProps> & {
@@ -1423,6 +1437,7 @@ declare const VeltCommentDialogWireframe: React$1.FC<IVeltCommentDialogWireframe
1423
1437
  Body: React$1.FC<IVeltCommentDialogBodyProps>;
1424
1438
  CommentCategory: React$1.FC<IVeltCommentDialogCommentCategoryProps>;
1425
1439
  CommentIndex: React$1.FC<IVeltCommentDialogCommentIndexProps>;
1440
+ CommentNumber: IVeltCommentDialogCommentNumber;
1426
1441
  CommentSuggestionStatus: React$1.FC<IVeltCommentDialogCommentSuggestionStatusProps>;
1427
1442
  Composer: IVeltCommentDialogComposer;
1428
1443
  CopyLink: React$1.FC<IVeltCommentDialogCopyLinkProps>;
@@ -1943,6 +1958,11 @@ interface IVeltCommentsSidebarFocusedThread extends React$1.FC<IVeltCommentsSide
1943
1958
  DialogContainer: IVeltCommentsSidebarFocusedThreadDialogContainer;
1944
1959
  }
1945
1960
 
1961
+ interface IVeltCommentsSidebarFullscreenButtonProps extends IVeltWireframeCommonProps {
1962
+ }
1963
+ interface IVeltCommentsSidebarFullscreenButton extends React$1.FC<IVeltCommentsSidebarFullscreenButtonProps> {
1964
+ }
1965
+
1946
1966
  interface IVeltCommentsSidebarWireframeProps extends IVeltWireframeCommonProps {
1947
1967
  }
1948
1968
  declare const VeltCommentsSidebarWireframe: React$1.FC<IVeltCommentsSidebarWireframeProps> & {
@@ -1964,6 +1984,7 @@ declare const VeltCommentsSidebarWireframe: React$1.FC<IVeltCommentsSidebarWiref
1964
1984
  ResetFilterButton: React$1.FC<IVeltCommentsSidebarResetFilterButtonWireframeProps>;
1965
1985
  ActionButton: React$1.FC<IVeltCommentsSidebarActionButtonProps>;
1966
1986
  FocusedThread: IVeltCommentsSidebarFocusedThread;
1987
+ FullscreenButton: IVeltCommentsSidebarFullscreenButton;
1967
1988
  };
1968
1989
 
1969
1990
  interface IVeltCommentPinGhostCommentIndicatorProps extends IVeltWireframeCommonProps {
@@ -1981,11 +2002,17 @@ interface IVeltCommentPinUnreadCommentIndicatorProps extends IVeltWireframeCommo
1981
2002
  interface IVeltCommentPinPrivateCommentIndicatorProps extends IVeltWireframeCommonProps {
1982
2003
  }
1983
2004
 
2005
+ interface IVeltCommentPinNumberProps extends IVeltWireframeCommonProps {
2006
+ }
2007
+ interface IVeltCommentPinNumber extends React$1.FC<IVeltCommentPinNumberProps> {
2008
+ }
2009
+
1984
2010
  interface IVeltCommentPinWireframeProps extends IVeltWireframeCommonProps {
1985
2011
  }
1986
2012
  declare const VeltCommentPinWireframe: React$1.FC<IVeltCommentPinWireframeProps> & {
1987
2013
  GhostCommentIndicator: React$1.FC<IVeltCommentPinGhostCommentIndicatorProps>;
1988
2014
  Index: React$1.FC<IVeltCommentPinIndexProps>;
2015
+ Number: IVeltCommentPinNumber;
1989
2016
  PrivateCommentIndicator: React$1.FC<IVeltCommentPinPrivateCommentIndicatorProps>;
1990
2017
  Triangle: React$1.FC<IVeltCommentPinTriangleProps>;
1991
2018
  UnreadCommentIndicator: React$1.FC<IVeltCommentPinUnreadCommentIndicatorProps>;
@@ -3142,6 +3169,11 @@ interface IVeltRecordingPreviewStepsDialogVideoPlayerWireframeProps extends IVel
3142
3169
  interface IVeltRecordingPreviewStepsDialogVideoPlayerWireframe extends React$1.FC<IVeltRecordingPreviewStepsDialogVideoPlayerWireframeProps> {
3143
3170
  }
3144
3171
 
3172
+ interface IVeltRecordingPreviewStepsDialogScreenPlayerWireframeProps extends IVeltWireframeCommonProps {
3173
+ }
3174
+ interface IVeltRecordingPreviewStepsDialogScreenPlayerWireframe extends React$1.FC<IVeltRecordingPreviewStepsDialogScreenPlayerWireframeProps> {
3175
+ }
3176
+
3145
3177
  interface IVeltRecordingPreviewStepsDialogVideoWireframeProps extends IVeltWireframeCommonProps {
3146
3178
  }
3147
3179
  interface IVeltRecordingPreviewStepsDialogVideoWireframe extends React$1.FC<IVeltRecordingPreviewStepsDialogVideoWireframeProps> {
@@ -3156,6 +3188,7 @@ interface IVeltRecordingPreviewStepsDialogVideoWireframe extends React$1.FC<IVel
3156
3188
  StartRecording: IVeltRecordingPreviewStepsDialogStartRecordingWireframe;
3157
3189
  Timer: IVeltRecordingPreviewStepsDialogTimerWireframe;
3158
3190
  VideoPlayer: IVeltRecordingPreviewStepsDialogVideoPlayerWireframe;
3191
+ ScreenPlayer: IVeltRecordingPreviewStepsDialogScreenPlayerWireframe;
3159
3192
  Waveform: IVeltRecordingPreviewStepsDialogWaveformWireframe;
3160
3193
  }
3161
3194
 
@@ -3220,6 +3253,11 @@ interface IVeltRecorderControlPanelActionBarTypeIconWireframeProps extends IVelt
3220
3253
  interface IVeltRecorderControlPanelActionBarTypeIconWireframe extends React$1.FC<IVeltRecorderControlPanelActionBarTypeIconWireframeProps> {
3221
3254
  }
3222
3255
 
3256
+ interface IVeltRecorderControlPanelActionBarPipWireframeProps extends IVeltWireframeCommonProps {
3257
+ }
3258
+ interface IVeltRecorderControlPanelActionBarPipWireframe extends React$1.FC<IVeltRecorderControlPanelActionBarPipWireframeProps> {
3259
+ }
3260
+
3223
3261
  interface IVeltRecorderControlPanelActionBarWireframeProps extends IVeltWireframeCommonProps {
3224
3262
  }
3225
3263
  interface IVeltRecorderControlPanelActionBarWireframe extends React$1.FC<IVeltRecorderControlPanelActionBarWireframeProps> {
@@ -3229,6 +3267,7 @@ interface IVeltRecorderControlPanelActionBarWireframe extends React$1.FC<IVeltRe
3229
3267
  Toggle: IVeltRecorderControlPanelActionBarToggleWireframe;
3230
3268
  TypeIcon: IVeltRecorderControlPanelActionBarTypeIconWireframe;
3231
3269
  Waveform: IVeltRecorderControlPanelActionBarWaveformWireframe;
3270
+ Pip: IVeltRecorderControlPanelActionBarPipWireframe;
3232
3271
  }
3233
3272
 
3234
3273
  interface IVeltRecorderControlPanelCollapsedButtonOffWireframeProps extends IVeltWireframeCommonProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "4.5.2-beta.9",
3
+ "version": "4.5.3",
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": [