@veltdev/react 4.4.0-beta.2 → 4.4.0-beta.4

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 (54) hide show
  1. package/cjs/index.js +135 -42
  2. package/cjs/index.js.map +1 -1
  3. package/cjs/types/components/VeltLiveStateSyncPanel/VeltLiveStateSyncPanel.d.ts +8 -0
  4. package/cjs/types/components/VeltLiveStateSyncPanel/index.d.ts +1 -0
  5. package/cjs/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelAcceptRequestWireframe/VeltLiveStateSyncPanelAcceptRequestWireframe.d.ts +8 -0
  6. package/cjs/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelAcceptRequestWireframe/index.d.ts +1 -0
  7. package/cjs/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelCancelRequestWireframe/VeltLiveStateSyncPanelCancelRequestWireframe.d.ts +8 -0
  8. package/cjs/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelCancelRequestWireframe/index.d.ts +1 -0
  9. package/cjs/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelCountdownWireframe/VeltLiveStateSyncPanelCountdownWireframe.d.ts +8 -0
  10. package/cjs/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelCountdownWireframe/index.d.ts +1 -0
  11. package/cjs/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelEditHereWireframe/VeltLiveStateSyncPanelEditHereWireframe.d.ts +8 -0
  12. package/cjs/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelEditHereWireframe/index.d.ts +1 -0
  13. package/cjs/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelEditorTextWireframe/VeltLiveStateSyncPanelEditorTextWireframe.d.ts +8 -0
  14. package/cjs/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelEditorTextWireframe/index.d.ts +1 -0
  15. package/cjs/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelReaderTextWireframe/VeltLiveStateSyncPanelReaderTextWireframe.d.ts +8 -0
  16. package/cjs/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelReaderTextWireframe/index.d.ts +1 -0
  17. package/cjs/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelRejectRequestWireframe/VeltLiveStateSyncPanelRejectRequestWireframe.d.ts +8 -0
  18. package/cjs/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelRejectRequestWireframe/index.d.ts +1 -0
  19. package/cjs/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelRequestAccessWireframe/VeltLiveStateSyncPanelRequestAccessWireframe.d.ts +8 -0
  20. package/cjs/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelRequestAccessWireframe/index.d.ts +1 -0
  21. package/cjs/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelWireframe.d.ts +24 -0
  22. package/cjs/types/components/VeltLiveStateSyncPanelWireframe/index.d.ts +1 -0
  23. package/cjs/types/components/VeltRecorderControlPanelWireframe/VeltRecorderControlPanelActionBarWireframe/VeltRecorderControlPanelActionBarToggleWireframe/VeltRecorderControlPanelActionBarToggleWireframe.d.ts +2 -1
  24. package/cjs/types/components/index.d.ts +2 -0
  25. package/cjs/types/constants.d.ts +1 -1
  26. package/cjs/types/hooks/LiveStateSyncElement.d.ts +2 -2
  27. package/esm/index.js +134 -43
  28. package/esm/index.js.map +1 -1
  29. package/esm/types/components/VeltLiveStateSyncPanel/VeltLiveStateSyncPanel.d.ts +8 -0
  30. package/esm/types/components/VeltLiveStateSyncPanel/index.d.ts +1 -0
  31. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelAcceptRequestWireframe/VeltLiveStateSyncPanelAcceptRequestWireframe.d.ts +8 -0
  32. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelAcceptRequestWireframe/index.d.ts +1 -0
  33. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelCancelRequestWireframe/VeltLiveStateSyncPanelCancelRequestWireframe.d.ts +8 -0
  34. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelCancelRequestWireframe/index.d.ts +1 -0
  35. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelCountdownWireframe/VeltLiveStateSyncPanelCountdownWireframe.d.ts +8 -0
  36. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelCountdownWireframe/index.d.ts +1 -0
  37. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelEditHereWireframe/VeltLiveStateSyncPanelEditHereWireframe.d.ts +8 -0
  38. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelEditHereWireframe/index.d.ts +1 -0
  39. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelEditorTextWireframe/VeltLiveStateSyncPanelEditorTextWireframe.d.ts +8 -0
  40. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelEditorTextWireframe/index.d.ts +1 -0
  41. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelReaderTextWireframe/VeltLiveStateSyncPanelReaderTextWireframe.d.ts +8 -0
  42. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelReaderTextWireframe/index.d.ts +1 -0
  43. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelRejectRequestWireframe/VeltLiveStateSyncPanelRejectRequestWireframe.d.ts +8 -0
  44. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelRejectRequestWireframe/index.d.ts +1 -0
  45. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelRequestAccessWireframe/VeltLiveStateSyncPanelRequestAccessWireframe.d.ts +8 -0
  46. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelRequestAccessWireframe/index.d.ts +1 -0
  47. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelWireframe.d.ts +24 -0
  48. package/esm/types/components/VeltLiveStateSyncPanelWireframe/index.d.ts +1 -0
  49. package/esm/types/components/VeltRecorderControlPanelWireframe/VeltRecorderControlPanelActionBarWireframe/VeltRecorderControlPanelActionBarToggleWireframe/VeltRecorderControlPanelActionBarToggleWireframe.d.ts +2 -1
  50. package/esm/types/components/index.d.ts +2 -0
  51. package/esm/types/constants.d.ts +1 -1
  52. package/esm/types/hooks/LiveStateSyncElement.d.ts +2 -2
  53. package/index.d.ts +70 -4
  54. package/package.json +1 -1
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface IVeltLiveStateSyncPanelProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ shadowDom?: boolean;
4
+ variant?: string;
5
+ darkMode?: boolean;
6
+ }
7
+ declare const VeltLiveStateSyncPanel: React.FC<IVeltLiveStateSyncPanelProps>;
8
+ export default VeltLiveStateSyncPanel;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltLiveStateSyncPanel";
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../constants';
3
+ export interface IVeltLiveStateSyncPanelAcceptRequestWireframeProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltLiveStateSyncPanelAcceptRequestWireframe extends React.FC<IVeltLiveStateSyncPanelAcceptRequestWireframeProps> {
6
+ }
7
+ declare const VeltLiveStateSyncPanelAcceptRequestWireframe: IVeltLiveStateSyncPanelAcceptRequestWireframe;
8
+ export default VeltLiveStateSyncPanelAcceptRequestWireframe;
@@ -0,0 +1 @@
1
+ export { default } from './VeltLiveStateSyncPanelAcceptRequestWireframe';
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../constants';
3
+ export interface IVeltLiveStateSyncPanelCancelRequestWireframeProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltLiveStateSyncPanelCancelRequestWireframe extends React.FC<IVeltLiveStateSyncPanelCancelRequestWireframeProps> {
6
+ }
7
+ declare const VeltLiveStateSyncPanelCancelRequestWireframe: IVeltLiveStateSyncPanelCancelRequestWireframe;
8
+ export default VeltLiveStateSyncPanelCancelRequestWireframe;
@@ -0,0 +1 @@
1
+ export { default } from './VeltLiveStateSyncPanelCancelRequestWireframe';
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../constants';
3
+ export interface IVeltLiveStateSyncPanelCountdownWireframeProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltLiveStateSyncPanelCountdownWireframe extends React.FC<IVeltLiveStateSyncPanelCountdownWireframeProps> {
6
+ }
7
+ declare const VeltLiveStateSyncPanelCountdownWireframe: IVeltLiveStateSyncPanelCountdownWireframe;
8
+ export default VeltLiveStateSyncPanelCountdownWireframe;
@@ -0,0 +1 @@
1
+ export { default } from './VeltLiveStateSyncPanelCountdownWireframe';
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../constants';
3
+ export interface IVeltLiveStateSyncPanelEditHereWireframeProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltLiveStateSyncPanelEditHereWireframe extends React.FC<IVeltLiveStateSyncPanelEditHereWireframeProps> {
6
+ }
7
+ declare const VeltLiveStateSyncPanelEditHereWireframe: IVeltLiveStateSyncPanelEditHereWireframe;
8
+ export default VeltLiveStateSyncPanelEditHereWireframe;
@@ -0,0 +1 @@
1
+ export { default } from './VeltLiveStateSyncPanelEditHereWireframe';
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../constants';
3
+ export interface IVeltLiveStateSyncPanelEditorTextWireframeProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltLiveStateSyncPanelEditorTextWireframe extends React.FC<IVeltLiveStateSyncPanelEditorTextWireframeProps> {
6
+ }
7
+ declare const VeltLiveStateSyncPanelEditorTextWireframe: IVeltLiveStateSyncPanelEditorTextWireframe;
8
+ export default VeltLiveStateSyncPanelEditorTextWireframe;
@@ -0,0 +1 @@
1
+ export { default } from './VeltLiveStateSyncPanelEditorTextWireframe';
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../constants';
3
+ export interface IVeltLiveStateSyncPanelReaderTextWireframeProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltLiveStateSyncPanelReaderTextWireframe extends React.FC<IVeltLiveStateSyncPanelReaderTextWireframeProps> {
6
+ }
7
+ declare const VeltLiveStateSyncPanelReaderTextWireframe: IVeltLiveStateSyncPanelReaderTextWireframe;
8
+ export default VeltLiveStateSyncPanelReaderTextWireframe;
@@ -0,0 +1 @@
1
+ export { default } from './VeltLiveStateSyncPanelReaderTextWireframe';
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../constants';
3
+ export interface IVeltLiveStateSyncPanelRejectRequestWireframeProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltLiveStateSyncPanelRejectRequestWireframe extends React.FC<IVeltLiveStateSyncPanelRejectRequestWireframeProps> {
6
+ }
7
+ declare const VeltLiveStateSyncPanelRejectRequestWireframe: IVeltLiveStateSyncPanelRejectRequestWireframe;
8
+ export default VeltLiveStateSyncPanelRejectRequestWireframe;
@@ -0,0 +1 @@
1
+ export { default } from './VeltLiveStateSyncPanelRejectRequestWireframe';
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../../constants';
3
+ export interface IVeltLiveStateSyncPanelRequestAccessWireframeProps extends IVeltWireframeCommonProps {
4
+ }
5
+ export interface IVeltLiveStateSyncPanelRequestAccessWireframe extends React.FC<IVeltLiveStateSyncPanelRequestAccessWireframeProps> {
6
+ }
7
+ declare const VeltLiveStateSyncPanelRequestAccessWireframe: IVeltLiveStateSyncPanelRequestAccessWireframe;
8
+ export default VeltLiveStateSyncPanelRequestAccessWireframe;
@@ -0,0 +1 @@
1
+ export { default } from './VeltLiveStateSyncPanelRequestAccessWireframe';
@@ -0,0 +1,24 @@
1
+ import React from 'react';
2
+ import { IVeltWireframeCommonProps } from '../../constants';
3
+ import { IVeltLiveStateSyncPanelRequestAccessWireframe } from './VeltLiveStateSyncPanelRequestAccessWireframe/VeltLiveStateSyncPanelRequestAccessWireframe';
4
+ import { IVeltLiveStateSyncPanelRejectRequestWireframe } from './VeltLiveStateSyncPanelRejectRequestWireframe/VeltLiveStateSyncPanelRejectRequestWireframe';
5
+ import { IVeltLiveStateSyncPanelReaderTextWireframe } from './VeltLiveStateSyncPanelReaderTextWireframe/VeltLiveStateSyncPanelReaderTextWireframe';
6
+ import { IVeltLiveStateSyncPanelEditorTextWireframe } from './VeltLiveStateSyncPanelEditorTextWireframe/VeltLiveStateSyncPanelEditorTextWireframe';
7
+ import { IVeltLiveStateSyncPanelEditHereWireframe } from './VeltLiveStateSyncPanelEditHereWireframe/VeltLiveStateSyncPanelEditHereWireframe';
8
+ import { IVeltLiveStateSyncPanelCountdownWireframe } from './VeltLiveStateSyncPanelCountdownWireframe/VeltLiveStateSyncPanelCountdownWireframe';
9
+ import { IVeltLiveStateSyncPanelCancelRequestWireframe } from './VeltLiveStateSyncPanelCancelRequestWireframe/VeltLiveStateSyncPanelCancelRequestWireframe';
10
+ import { IVeltLiveStateSyncPanelAcceptRequestWireframe } from './VeltLiveStateSyncPanelAcceptRequestWireframe/VeltLiveStateSyncPanelAcceptRequestWireframe';
11
+ export interface IVeltLiveStateSyncPanelWireframeProps extends IVeltWireframeCommonProps {
12
+ }
13
+ export interface IVeltLiveStateSyncPanelWireframe extends React.FC<IVeltLiveStateSyncPanelWireframeProps> {
14
+ RequestAccess: IVeltLiveStateSyncPanelRequestAccessWireframe;
15
+ RejectRequest: IVeltLiveStateSyncPanelRejectRequestWireframe;
16
+ ReaderText: IVeltLiveStateSyncPanelReaderTextWireframe;
17
+ EditorText: IVeltLiveStateSyncPanelEditorTextWireframe;
18
+ EditHere: IVeltLiveStateSyncPanelEditHereWireframe;
19
+ Countdown: IVeltLiveStateSyncPanelCountdownWireframe;
20
+ CancelRequest: IVeltLiveStateSyncPanelCancelRequestWireframe;
21
+ AcceptRequest: IVeltLiveStateSyncPanelAcceptRequestWireframe;
22
+ }
23
+ declare const VeltLiveStateSyncPanelWireframe: IVeltLiveStateSyncPanelWireframe;
24
+ export default VeltLiveStateSyncPanelWireframe;
@@ -0,0 +1 @@
1
+ export { default } from './VeltLiveStateSyncPanelWireframe';
@@ -1,10 +1,11 @@
1
1
  import React from 'react';
2
2
  import { IVeltWireframeCommonProps } from '../../../../constants';
3
3
  import { IVeltRecorderControlPanelActionBarTogglePlayWireframe } from './VeltRecorderControlPanelActionBarTogglePlayWireframe/VeltRecorderControlPanelActionBarTogglePlayWireframe';
4
+ import { IVeltRecorderControlPanelActionBarTogglePauseWireframe } from './VeltRecorderControlPanelActionBarTogglePauseWireframe/VeltRecorderControlPanelActionBarTogglePauseWireframe';
4
5
  export interface IVeltRecorderControlPanelActionBarToggleWireframeProps extends IVeltWireframeCommonProps {
5
6
  }
6
7
  export interface IVeltRecorderControlPanelActionBarToggleWireframe extends React.FC<IVeltRecorderControlPanelActionBarToggleWireframeProps> {
7
- Pause: IVeltRecorderControlPanelActionBarTogglePlayWireframe;
8
+ Pause: IVeltRecorderControlPanelActionBarTogglePauseWireframe;
8
9
  Play: IVeltRecorderControlPanelActionBarTogglePlayWireframe;
9
10
  }
10
11
  declare const VeltRecorderControlPanelActionBarToggleWireframe: IVeltRecorderControlPanelActionBarToggleWireframe;
@@ -40,6 +40,7 @@ export { default as VeltCommentsMinimap } from "./VeltCommentsMinimap";
40
40
  export { default as VeltReactionTool } from "./VeltReactionTool";
41
41
  export { default as VeltInlineReactionsSection } from "./VeltInlineReactionsSection";
42
42
  export { default as VeltCommentComposer } from "./VeltCommentComposer";
43
+ export { default as VeltLiveStateSyncPanel } from "./VeltLiveStateSyncPanel";
43
44
  export { default as VeltWireframe } from "./VeltWireframe";
44
45
  export { default as VeltCommentDialogWireframe } from "./VeltCommentDialogWireframe";
45
46
  export { default as VeltCommentsSidebarWireframe } from "./VeltCommentsSidebarWireframe";
@@ -87,3 +88,4 @@ export { default as VeltVideoEditorPlayerWireframe } from "./VeltVideoEditorPlay
87
88
  export { default as VeltSubtitlesWireframe } from "./VeltSubtitlesWireframe";
88
89
  export { default as VeltTranscriptionWireframe } from "./VeltTranscriptionWireframe";
89
90
  export { default as VeltButtonWireframe } from "./VeltButtonWireframe";
91
+ export { default as VeltLiveStateSyncPanelWireframe } from "./VeltLiveStateSyncPanelWireframe";
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const VELT_SDK_VERSION = "4.4.0-beta.2";
2
+ export declare const VELT_SDK_VERSION = "4.4.0-beta.4";
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> {
@@ -1,10 +1,10 @@
1
- import { EditorAccessTimer, LiveStateSyncElement, ServerConnectionState, User, UserEditorAccess } from "@veltdev/types";
1
+ import { EditorAccessTimer, LiveStateSyncElement, ServerConnectionState, SetLiveStateDataConfig, User, UserEditorAccess } from "@veltdev/types";
2
2
  declare class LiveStateDataConfig {
3
3
  listenToNewChangesOnly?: boolean;
4
4
  }
5
5
  export declare function useLiveStateSyncUtils(): LiveStateSyncElement | undefined;
6
6
  export declare function useLiveStateData(liveStateDataId?: string, liveStateDataConfig?: LiveStateDataConfig): any;
7
- export declare function useSetLiveStateData(liveStateDataId: string, liveStateData: any): void;
7
+ export declare function useSetLiveStateData(liveStateDataId: string, liveStateData: any, config?: SetLiveStateDataConfig): void;
8
8
  export declare function useUserEditorState(): UserEditorAccess | null;
9
9
  export declare function useEditor(): User | null;
10
10
  export declare function useEditorAccessTimer(): EditorAccessTimer;
package/esm/index.js CHANGED
@@ -132,7 +132,7 @@ var loadVelt = function (callback, version, staging, develop, proxyDomain) {
132
132
  }
133
133
  };
134
134
 
135
- var VELT_SDK_VERSION = '4.4.0-beta.2';
135
+ var VELT_SDK_VERSION = '4.4.0-beta.4';
136
136
  var VELT_SDK_INIT_EVENT = 'onVeltInit';
137
137
  var VELT_TAB_ID = 'veltTabId';
138
138
 
@@ -1475,6 +1475,12 @@ var VeltCommentComposer = function (props) {
1475
1475
  return (React.createElement("velt-comment-composer", { variant: variant, "dialog-variant": dialogVariant, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined }));
1476
1476
  };
1477
1477
 
1478
+ var VeltLiveStateSyncPanel = function (props) {
1479
+ var children = props.children, shadowDom = props.shadowDom, variant = props.variant, darkMode = props.darkMode;
1480
+ var ref = useRef();
1481
+ return (React.createElement("velt-live-state-sync-panel", { ref: ref, variant: variant, "shadow-dom": [true, false].includes(shadowDom) ? (shadowDom ? 'true' : 'false') : undefined, "dark-mode": [true, false].includes(darkMode) ? (darkMode ? 'true' : 'false') : undefined }, children));
1482
+ };
1483
+
1478
1484
  var VeltWireframe = function (props) {
1479
1485
  var children = props.children;
1480
1486
  return (React.createElement("velt-wireframe", { style: { display: 'none' } }, children));
@@ -4431,12 +4437,18 @@ var VeltRecorderControlPanelActionBarTogglePlayWireframe = function (props) {
4431
4437
  return (React.createElement("velt-recorder-control-panel-action-bar-toggle-play-wireframe", __assign({}, transformedProps), children));
4432
4438
  };
4433
4439
 
4440
+ var VeltRecorderControlPanelActionBarTogglePauseWireframe = function (props) {
4441
+ var children = props.children, remainingProps = __rest(props, ["children"]);
4442
+ var transformedProps = transformWireframeProps(remainingProps);
4443
+ return (React.createElement("velt-recorder-control-panel-action-bar-toggle-pause-wireframe", __assign({}, transformedProps), children));
4444
+ };
4445
+
4434
4446
  var VeltRecorderControlPanelActionBarToggleWireframe = function (props) {
4435
4447
  var children = props.children, remainingProps = __rest(props, ["children"]);
4436
4448
  var transformedProps = transformWireframeProps(remainingProps);
4437
4449
  return (React.createElement("velt-recorder-control-panel-action-bar-toggle-wireframe", __assign({}, transformedProps), children));
4438
4450
  };
4439
- VeltRecorderControlPanelActionBarToggleWireframe.Pause = VeltRecorderControlPanelActionBarTogglePlayWireframe;
4451
+ VeltRecorderControlPanelActionBarToggleWireframe.Pause = VeltRecorderControlPanelActionBarTogglePauseWireframe;
4440
4452
  VeltRecorderControlPanelActionBarToggleWireframe.Play = VeltRecorderControlPanelActionBarTogglePlayWireframe;
4441
4453
 
4442
4454
  var VeltRecorderControlPanelActionBarTypeIconWireframe = function (props) {
@@ -5169,6 +5181,68 @@ var VeltButtonWireframe = function (props) {
5169
5181
  return (React.createElement("velt-button-wireframe", __assign({ ref: ref, id: id, disabled: [true, false].includes(disabled) ? (disabled ? 'true' : 'false') : undefined, active: [true, false].includes(active) ? (active ? 'true' : 'false') : undefined, type: type, group: group }, transformedProps), children));
5170
5182
  };
5171
5183
 
5184
+ var VeltLiveStateSyncPanelRequestAccessWireframe = function (props) {
5185
+ var children = props.children, remainingProps = __rest(props, ["children"]);
5186
+ var transformedProps = transformWireframeProps(remainingProps);
5187
+ return (React.createElement("velt-live-state-sync-panel-request-access-wireframe", __assign({}, transformedProps), children));
5188
+ };
5189
+
5190
+ var VeltLiveStateSyncPanelRejectRequestWireframe = function (props) {
5191
+ var children = props.children, remainingProps = __rest(props, ["children"]);
5192
+ var transformedProps = transformWireframeProps(remainingProps);
5193
+ return (React.createElement("velt-live-state-sync-panel-reject-request-wireframe", __assign({}, transformedProps), children));
5194
+ };
5195
+
5196
+ var VeltLiveStateSyncPanelReaderTextWireframe = function (props) {
5197
+ var children = props.children, remainingProps = __rest(props, ["children"]);
5198
+ var transformedProps = transformWireframeProps(remainingProps);
5199
+ return (React.createElement("velt-live-state-sync-panel-reader-text-wireframe", __assign({}, transformedProps), children));
5200
+ };
5201
+
5202
+ var VeltLiveStateSyncPanelEditorTextWireframe = function (props) {
5203
+ var children = props.children, remainingProps = __rest(props, ["children"]);
5204
+ var transformedProps = transformWireframeProps(remainingProps);
5205
+ return (React.createElement("velt-live-state-sync-panel-editor-text-wireframe", __assign({}, transformedProps), children));
5206
+ };
5207
+
5208
+ var VeltLiveStateSyncPanelEditHereWireframe = function (props) {
5209
+ var children = props.children, remainingProps = __rest(props, ["children"]);
5210
+ var transformedProps = transformWireframeProps(remainingProps);
5211
+ return (React.createElement("velt-live-state-sync-panel-edit-here-wireframe", __assign({}, transformedProps), children));
5212
+ };
5213
+
5214
+ var VeltLiveStateSyncPanelCountdownWireframe = function (props) {
5215
+ var children = props.children, remainingProps = __rest(props, ["children"]);
5216
+ var transformedProps = transformWireframeProps(remainingProps);
5217
+ return (React.createElement("velt-live-state-sync-panel-countdown-wireframe", __assign({}, transformedProps), children));
5218
+ };
5219
+
5220
+ var VeltLiveStateSyncPanelCancelRequestWireframe = function (props) {
5221
+ var children = props.children, remainingProps = __rest(props, ["children"]);
5222
+ var transformedProps = transformWireframeProps(remainingProps);
5223
+ return (React.createElement("velt-live-state-sync-panel-cancel-request-wireframe", __assign({}, transformedProps), children));
5224
+ };
5225
+
5226
+ var VeltLiveStateSyncPanelAcceptRequestWireframe = function (props) {
5227
+ var children = props.children, remainingProps = __rest(props, ["children"]);
5228
+ var transformedProps = transformWireframeProps(remainingProps);
5229
+ return (React.createElement("velt-live-state-sync-panel-accept-request-wireframe", __assign({}, transformedProps), children));
5230
+ };
5231
+
5232
+ var VeltLiveStateSyncPanelWireframe = function (props) {
5233
+ var children = props.children, remainingProps = __rest(props, ["children"]);
5234
+ var transformedProps = transformWireframeProps(remainingProps);
5235
+ return (React.createElement("velt-live-state-sync-panel-wireframe", __assign({}, transformedProps), children));
5236
+ };
5237
+ VeltLiveStateSyncPanelWireframe.RequestAccess = VeltLiveStateSyncPanelRequestAccessWireframe;
5238
+ VeltLiveStateSyncPanelWireframe.RejectRequest = VeltLiveStateSyncPanelRejectRequestWireframe;
5239
+ VeltLiveStateSyncPanelWireframe.ReaderText = VeltLiveStateSyncPanelReaderTextWireframe;
5240
+ VeltLiveStateSyncPanelWireframe.EditorText = VeltLiveStateSyncPanelEditorTextWireframe;
5241
+ VeltLiveStateSyncPanelWireframe.EditHere = VeltLiveStateSyncPanelEditHereWireframe;
5242
+ VeltLiveStateSyncPanelWireframe.Countdown = VeltLiveStateSyncPanelCountdownWireframe;
5243
+ VeltLiveStateSyncPanelWireframe.CancelRequest = VeltLiveStateSyncPanelCancelRequestWireframe;
5244
+ VeltLiveStateSyncPanelWireframe.AcceptRequest = VeltLiveStateSyncPanelAcceptRequestWireframe;
5245
+
5172
5246
  function useClient() {
5173
5247
  var client = useVeltClient().client;
5174
5248
  var _a = React.useState(), veltClient = _a[0], setVeltClient = _a[1];
@@ -6134,17 +6208,17 @@ function useLiveStateData(liveStateDataId, liveStateDataConfig) {
6134
6208
  }, [liveStateSyncElement === null || liveStateSyncElement === void 0 ? void 0 : liveStateSyncElement.getLiveStateData, inputs]);
6135
6209
  return data;
6136
6210
  }
6137
- function useSetLiveStateData(liveStateDataId, liveStateData) {
6211
+ function useSetLiveStateData(liveStateDataId, liveStateData, config) {
6138
6212
  var liveStateSyncElement = useLiveStateSyncUtils();
6139
6213
  // Memoize inputs
6140
6214
  var inputs = React.useMemo(function () {
6141
- return { liveStateDataId: liveStateDataId, liveStateData: liveStateData };
6142
- }, [liveStateDataId, JSON.stringify(liveStateData)]);
6215
+ return { liveStateDataId: liveStateDataId, liveStateData: liveStateData, config: config };
6216
+ }, [liveStateDataId, JSON.stringify(liveStateData), JSON.stringify(config)]);
6143
6217
  React.useEffect(function () {
6144
6218
  if (!(liveStateSyncElement === null || liveStateSyncElement === void 0 ? void 0 : liveStateSyncElement.setLiveStateData))
6145
6219
  return;
6146
6220
  if (inputs.liveStateDataId && inputs.liveStateData) {
6147
- liveStateSyncElement.setLiveStateData(inputs.liveStateDataId, inputs.liveStateData);
6221
+ liveStateSyncElement.setLiveStateData(inputs.liveStateDataId, inputs.liveStateData, inputs.config);
6148
6222
  }
6149
6223
  }, [liveStateSyncElement === null || liveStateSyncElement === void 0 ? void 0 : liveStateSyncElement.setLiveStateData, inputs]);
6150
6224
  }
@@ -6702,39 +6776,55 @@ var createLiveStateMiddleware = function (config) {
6702
6776
  var isSdkInitialized = false;
6703
6777
  var setupGetDataSubscription = function () {
6704
6778
  var _a, _b;
6705
- if (!dataSubscription && window.Velt && ((_a = window.Velt) === null || _a === void 0 ? void 0 : _a.getLiveStateSyncElement)) {
6706
- var liveStateSyncElement = (_b = window.Velt) === null || _b === void 0 ? void 0 : _b.getLiveStateSyncElement();
6707
- dataSubscription = liveStateSyncElement === null || liveStateSyncElement === void 0 ? void 0 : liveStateSyncElement.getLiveStateData(liveStateDataId).subscribe(function (data) {
6708
- // Dispatch action to update local state, marking it as remote
6709
- if (data) {
6710
- var sessionId_1 = getSessionId();
6711
- if (data.id === sessionId_1) {
6712
- return;
6713
- }
6714
- else {
6715
- internalStore === null || internalStore === void 0 ? void 0 : internalStore.dispatch(__assign(__assign({}, data.action), { isRemote: true }));
6779
+ try {
6780
+ if (!dataSubscription && window.Velt && ((_a = window.Velt) === null || _a === void 0 ? void 0 : _a.getLiveStateSyncElement)) {
6781
+ var liveStateSyncElement = (_b = window.Velt) === null || _b === void 0 ? void 0 : _b.getLiveStateSyncElement();
6782
+ dataSubscription = liveStateSyncElement === null || liveStateSyncElement === void 0 ? void 0 : liveStateSyncElement.getLiveStateData(liveStateDataId).subscribe(function (data) {
6783
+ // Dispatch action to update local state, marking it as remote
6784
+ if (data) {
6785
+ var sessionId_1 = getSessionId();
6786
+ if (data.id === sessionId_1) {
6787
+ return;
6788
+ }
6789
+ else {
6790
+ internalStore === null || internalStore === void 0 ? void 0 : internalStore.dispatch(__assign(__assign({}, data.action), { isRemote: true }));
6791
+ }
6716
6792
  }
6717
- }
6718
- });
6793
+ });
6794
+ }
6795
+ }
6796
+ catch (err) {
6719
6797
  }
6720
6798
  };
6721
6799
  var updateLiveStateDataId = function (newId) {
6722
- liveStateDataId = newId || VELT_DEFAULT_LIVE_STATE_ID;
6723
- if (dataSubscription) {
6724
- dataSubscription.unsubscribe();
6725
- dataSubscription = null;
6800
+ try {
6801
+ liveStateDataId = newId || VELT_DEFAULT_LIVE_STATE_ID;
6802
+ if (dataSubscription) {
6803
+ dataSubscription.unsubscribe();
6804
+ dataSubscription = null;
6805
+ }
6806
+ if (isSdkInitialized) {
6807
+ setupGetDataSubscription();
6808
+ }
6726
6809
  }
6727
- if (isSdkInitialized) {
6728
- setupGetDataSubscription();
6810
+ catch (err) {
6811
+ // handle error
6729
6812
  }
6730
6813
  };
6731
6814
  var middleware = function (store) {
6732
6815
  internalStore = store;
6733
6816
  var veltSdkInitializedListener = function () {
6734
- isSdkInitialized = true;
6735
- setupGetDataSubscription();
6736
- // Remove the event listener after it's triggered
6737
- window.removeEventListener(VELT_SDK_INIT_EVENT, veltSdkInitializedListener);
6817
+ try {
6818
+ if (window.Velt) {
6819
+ isSdkInitialized = true;
6820
+ setupGetDataSubscription();
6821
+ // Remove the event listener after it's triggered
6822
+ window.removeEventListener(VELT_SDK_INIT_EVENT, veltSdkInitializedListener);
6823
+ }
6824
+ }
6825
+ catch (err) {
6826
+ // handle error
6827
+ }
6738
6828
  };
6739
6829
  // Add the event listener for the veltSdkInitialized event
6740
6830
  window.addEventListener(VELT_SDK_INIT_EVENT, veltSdkInitializedListener);
@@ -6754,22 +6844,23 @@ var createLiveStateMiddleware = function (config) {
6754
6844
  };
6755
6845
  };
6756
6846
  var logLiveState = function (action, liveStateDataId) {
6757
- var _a;
6758
- if (window.Velt) {
6759
- var sessionId_2 = getSessionId();
6760
- var liveStateElement = (_a = window === null || window === void 0 ? void 0 : window.Velt) === null || _a === void 0 ? void 0 : _a.getLiveStateSyncElement();
6761
- if (liveStateElement === null || liveStateElement === void 0 ? void 0 : liveStateElement.setLiveStateData) {
6762
- liveStateElement.setLiveStateData(liveStateDataId, {
6763
- id: sessionId_2,
6764
- action: action
6765
- });
6847
+ var _a, _b;
6848
+ try {
6849
+ if (window.Velt && ((_a = window === null || window === void 0 ? void 0 : window.Velt) === null || _a === void 0 ? void 0 : _a.getLiveStateSyncElement)) {
6850
+ var sessionId_2 = getSessionId();
6851
+ var liveStateElement = (_b = window === null || window === void 0 ? void 0 : window.Velt) === null || _b === void 0 ? void 0 : _b.getLiveStateSyncElement();
6852
+ if (liveStateElement === null || liveStateElement === void 0 ? void 0 : liveStateElement.setLiveStateData) {
6853
+ liveStateElement.setLiveStateData(liveStateDataId, {
6854
+ id: sessionId_2,
6855
+ action: action
6856
+ });
6857
+ }
6766
6858
  }
6767
- liveStateElement.setLiveStateData(liveStateDataId, {
6768
- id: sessionId_2,
6769
- action: action
6770
- });
6859
+ }
6860
+ catch (err) {
6861
+ // handle error
6771
6862
  }
6772
6863
  };
6773
6864
 
6774
- export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteGroupOptionWireframe, VeltAutocompleteOptionWireframe, VeltButtonWireframe, VeltCanvasComment, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleWireframe, VeltCommentComposer, VeltCommentComposerWireframe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogWireframe, VeltCommentPin, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentText, VeltCommentThread, VeltCommentThreadWireframe, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, VeltCommentsMinimap, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarButton, VeltCommentsSidebarStatusDropdownWireframe, VeltCommentsSidebarWireframe, VeltConfirmDialogWireframe, SnippylyCursor as VeltCursor, VeltData, VeltHighChartComments, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltIf, VeltInlineCommentsSection, VeltInlineCommentsSectionWireframe, VeltInlineReactionsSection, VeltInlineReactionsSectionWireframe, VeltMediaSourceSettingsWireframe, VeltMultiThreadCommentDialogWireframe, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsPanelWireframe, VeltNotificationsTool, VeltNotificationsToolWireframe, VeltPersistentCommentModeWireframe, SnippylyPresence as VeltPresence, SnippylyProvider as VeltProvider, VeltReactionPinTooltipWireframe, VeltReactionPinWireframe, VeltReactionTool, VeltReactionToolWireframe, VeltReactionsPanelWireframe, VeltRecorderAllToolMenuWireframe, VeltRecorderAllToolWireframe, VeltRecorderAudioToolWireframe, SnippylyRecorderControlPanel as VeltRecorderControlPanel, VeltRecorderControlPanelWireframe, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, VeltRecorderPlayerWireframe, VeltRecorderScreenToolWireframe, SnippylyRecorderTool as VeltRecorderTool, VeltRecorderVideoToolWireframe, VeltRecordingPreviewStepsDialogWireframe, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonWireframe, VeltSubtitlesWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextCommentToolWireframe, VeltTextCommentToolbar as VeltTextCommentToolbarWireframe, VeltTranscriptionWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoEditorPlayerWireframe, VeltVideoPlayer, VeltVideoPlayerWireframe, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useAddAttachment, useAddComment, useAddCommentAnnotation, useAddReaction, useApproveCommentAnnotation, useAssignUser, useAutocompleteChipClick, useAutocompleteUtils, useClient, useCommentActionCallback, useCommentAddHandler, useCommentAnnotationById, useCommentAnnotations, useCommentAnnotationsCount, useCommentCopyLinkHandler, useCommentDialogSidebarClickHandler, useCommentEventCallback, useCommentModeState, useCommentSelectionChangeHandler, useCommentSidebarActionButtonClick, useCommentSidebarData, useCommentSidebarInit, useCommentUpdateHandler, useCommentUtils, useContactList, useContactSelected, useContactUtils, useCopyLink, useCursorUsers, useCursorUtils, useDeleteAttachment, useDeleteComment, useDeleteCommentAnnotation, useDeleteReaction, useDeleteRecording, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useGetAttachment, useGetComment, useGetCommentAnnotations, useGetLink, useGetRecording, useHuddleUtils, useIdentify, useLiveSelectionDataHandler, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncUtils, useNotificationUtils, useNotificationsData, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderEventCallback, useRecorderUtils, useRecordingDataByRecorderId, useRecordings, useRejectCommentAnnotation, useResolveCommentAnnotation, useServerConnectionStateChangeHandler, useSetDocument, useSetDocumentId, useSetDocuments, useSetLiveStateData, useSetLocation, useSubscribeCommentAnnotation, useTagAnnotations, useTagUtils, useToggleReaction, useUniqueViewsByDate, useUniqueViewsByUser, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountByAnnotationId, useUnreadCommentCountByLocationId, useUnreadCommentCountOnCurrentDocument, useUnreadNotificationsCount, useUnsetDocumentId, useUnsetDocuments, useUnsubscribeCommentAnnotation, useUpdateAccess, useUpdateComment, useUpdatePriority, useUpdateStatus, useUserEditorState, useVeltClient, useVeltEventCallback, useVeltInitState, useViewsUtils };
6865
+ export { SnippylyArrowTool as VeltArrowTool, SnippylyArrows as VeltArrows, VeltAutocomplete, VeltAutocompleteChipTooltipWireframe, VeltAutocompleteGroupOptionWireframe, VeltAutocompleteOptionWireframe, VeltButtonWireframe, VeltCanvasComment, VeltChartComment, SnippylyCommentBubble as VeltCommentBubble, VeltCommentBubbleWireframe, VeltCommentComposer, VeltCommentComposerWireframe, VeltCommentDialogOptionsDropdownContentWireframe, VeltCommentDialogOptionsDropdownTriggerWireframe, VeltCommentDialogPriorityDropdownContentWireframe, VeltCommentDialogPriorityDropdownTriggerWireframe, VeltCommentDialogStatusDropdownContentWireframe, VeltCommentDialogStatusDropdownTriggerWireframe, VeltCommentDialogWireframe, VeltCommentPin, VeltCommentPinWireframe, VeltCommentPlayerTimeline, VeltCommentText, VeltCommentThread, VeltCommentThreadWireframe, SnippylyCommentTool as VeltCommentTool, VeltCommentToolWireframe, SnippylyComments as VeltComments, VeltCommentsMinimap, SnippylyCommentsSidebar as VeltCommentsSidebar, VeltCommentsSidebarButton, VeltCommentsSidebarStatusDropdownWireframe, VeltCommentsSidebarWireframe, VeltConfirmDialogWireframe, SnippylyCursor as VeltCursor, VeltData, VeltHighChartComments, SnippylyHuddle as VeltHuddle, SnippylyHuddleTool as VeltHuddleTool, VeltIf, VeltInlineCommentsSection, VeltInlineCommentsSectionWireframe, VeltInlineReactionsSection, VeltInlineReactionsSectionWireframe, VeltLiveStateSyncPanel, VeltLiveStateSyncPanelWireframe, VeltMediaSourceSettingsWireframe, VeltMultiThreadCommentDialogWireframe, VeltNivoChartComments, VeltNotificationsHistoryPanel, VeltNotificationsPanel, VeltNotificationsPanelWireframe, VeltNotificationsTool, VeltNotificationsToolWireframe, VeltPersistentCommentModeWireframe, SnippylyPresence as VeltPresence, SnippylyProvider as VeltProvider, VeltReactionPinTooltipWireframe, VeltReactionPinWireframe, VeltReactionTool, VeltReactionToolWireframe, VeltReactionsPanelWireframe, VeltRecorderAllToolMenuWireframe, VeltRecorderAllToolWireframe, VeltRecorderAudioToolWireframe, SnippylyRecorderControlPanel as VeltRecorderControlPanel, VeltRecorderControlPanelWireframe, SnippylyRecorderNotes as VeltRecorderNotes, SnippylyRecorderPlayer as VeltRecorderPlayer, VeltRecorderPlayerWireframe, VeltRecorderScreenToolWireframe, SnippylyRecorderTool as VeltRecorderTool, VeltRecorderVideoToolWireframe, VeltRecordingPreviewStepsDialogWireframe, SnippylySidebarButton as VeltSidebarButton, VeltSidebarButtonWireframe, VeltSubtitlesWireframe, SnippylyTagTool as VeltTagTool, SnippylyTags as VeltTags, VeltTextCommentToolWireframe, VeltTextCommentToolbar as VeltTextCommentToolbarWireframe, VeltTranscriptionWireframe, SnippylyUserInviteTool as VeltUserInviteTool, SnippylyUserRequestTool as VeltUserRequestTool, VeltUserSelectorDropdown as VeltUserSelectorDropdownWireframe, VeltVideoEditorPlayerWireframe, VeltVideoPlayer, VeltVideoPlayerWireframe, VeltViewAnalytics, VeltWireframe, createLiveStateMiddleware, useAIRewriterUtils, useAddAttachment, useAddComment, useAddCommentAnnotation, useAddReaction, useApproveCommentAnnotation, useAssignUser, useAutocompleteChipClick, useAutocompleteUtils, useClient, useCommentActionCallback, useCommentAddHandler, useCommentAnnotationById, useCommentAnnotations, useCommentAnnotationsCount, useCommentCopyLinkHandler, useCommentDialogSidebarClickHandler, useCommentEventCallback, useCommentModeState, useCommentSelectionChangeHandler, useCommentSidebarActionButtonClick, useCommentSidebarData, useCommentSidebarInit, useCommentUpdateHandler, useCommentUtils, useContactList, useContactSelected, useContactUtils, useCopyLink, useCursorUsers, useCursorUtils, useDeleteAttachment, useDeleteComment, useDeleteCommentAnnotation, useDeleteReaction, useDeleteRecording, useEditor, useEditorAccessRequestHandler, useEditorAccessTimer, useGetAttachment, useGetComment, useGetCommentAnnotations, useGetLink, useGetRecording, useHuddleUtils, useIdentify, useLiveSelectionDataHandler, useLiveSelectionUtils, useLiveState, useLiveStateData, useLiveStateSyncUtils, useNotificationUtils, useNotificationsData, usePresenceUsers, usePresenceUtils, useRecorderAddHandler, useRecorderEventCallback, useRecorderUtils, useRecordingDataByRecorderId, useRecordings, useRejectCommentAnnotation, useResolveCommentAnnotation, useServerConnectionStateChangeHandler, useSetDocument, useSetDocumentId, useSetDocuments, useSetLiveStateData, useSetLocation, useSubscribeCommentAnnotation, useTagAnnotations, useTagUtils, useToggleReaction, useUniqueViewsByDate, useUniqueViewsByUser, useUnreadCommentAnnotationCountByLocationId, useUnreadCommentAnnotationCountOnCurrentDocument, useUnreadCommentCountByAnnotationId, useUnreadCommentCountByLocationId, useUnreadCommentCountOnCurrentDocument, useUnreadNotificationsCount, useUnsetDocumentId, useUnsetDocuments, useUnsubscribeCommentAnnotation, useUpdateAccess, useUpdateComment, useUpdatePriority, useUpdateStatus, useUserEditorState, useVeltClient, useVeltEventCallback, useVeltInitState, useViewsUtils };
6775
6866
  //# sourceMappingURL=index.js.map