@veltdev/react 4.4.0-beta.2 → 4.4.0-beta.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 (52) hide show
  1. package/cjs/index.js +78 -2
  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/esm/index.js +77 -3
  27. package/esm/index.js.map +1 -1
  28. package/esm/types/components/VeltLiveStateSyncPanel/VeltLiveStateSyncPanel.d.ts +8 -0
  29. package/esm/types/components/VeltLiveStateSyncPanel/index.d.ts +1 -0
  30. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelAcceptRequestWireframe/VeltLiveStateSyncPanelAcceptRequestWireframe.d.ts +8 -0
  31. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelAcceptRequestWireframe/index.d.ts +1 -0
  32. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelCancelRequestWireframe/VeltLiveStateSyncPanelCancelRequestWireframe.d.ts +8 -0
  33. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelCancelRequestWireframe/index.d.ts +1 -0
  34. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelCountdownWireframe/VeltLiveStateSyncPanelCountdownWireframe.d.ts +8 -0
  35. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelCountdownWireframe/index.d.ts +1 -0
  36. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelEditHereWireframe/VeltLiveStateSyncPanelEditHereWireframe.d.ts +8 -0
  37. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelEditHereWireframe/index.d.ts +1 -0
  38. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelEditorTextWireframe/VeltLiveStateSyncPanelEditorTextWireframe.d.ts +8 -0
  39. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelEditorTextWireframe/index.d.ts +1 -0
  40. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelReaderTextWireframe/VeltLiveStateSyncPanelReaderTextWireframe.d.ts +8 -0
  41. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelReaderTextWireframe/index.d.ts +1 -0
  42. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelRejectRequestWireframe/VeltLiveStateSyncPanelRejectRequestWireframe.d.ts +8 -0
  43. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelRejectRequestWireframe/index.d.ts +1 -0
  44. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelRequestAccessWireframe/VeltLiveStateSyncPanelRequestAccessWireframe.d.ts +8 -0
  45. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelRequestAccessWireframe/index.d.ts +1 -0
  46. package/esm/types/components/VeltLiveStateSyncPanelWireframe/VeltLiveStateSyncPanelWireframe.d.ts +24 -0
  47. package/esm/types/components/VeltLiveStateSyncPanelWireframe/index.d.ts +1 -0
  48. package/esm/types/components/VeltRecorderControlPanelWireframe/VeltRecorderControlPanelActionBarWireframe/VeltRecorderControlPanelActionBarToggleWireframe/VeltRecorderControlPanelActionBarToggleWireframe.d.ts +2 -1
  49. package/esm/types/components/index.d.ts +2 -0
  50. package/esm/types/constants.d.ts +1 -1
  51. package/index.d.ts +68 -2
  52. 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.3";
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> {
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.3';
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];
@@ -6771,5 +6845,5 @@ var logLiveState = function (action, liveStateDataId) {
6771
6845
  }
6772
6846
  };
6773
6847
 
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 };
6848
+ 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
6849
  //# sourceMappingURL=index.js.map