@livechat/platform-workflows 0.0.70 → 0.0.72

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.
package/dist/index.d.mts CHANGED
@@ -1,4 +1,5 @@
1
1
  import { Config } from '@livechat/developer-studio-ui-react';
2
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
3
  import React$1 from 'react';
3
4
 
4
5
  type WorkflowsConfig = Config & {
@@ -24,7 +25,7 @@ declare function LoginErrorPage({ errorImage, welcomeImage, }: LoginErrorPagePro
24
25
  interface FlowsProps {
25
26
  waitlistImage: React$1.ReactNode;
26
27
  }
27
- declare function FlowsRoute({ waitlistImage }: FlowsProps): JSX.Element;
28
- declare function Flows({ waitlistImage }: FlowsProps): JSX.Element;
28
+ declare function FlowsRoute({ waitlistImage }: FlowsProps): react_jsx_runtime.JSX.Element;
29
+ declare function Flows({ waitlistImage }: FlowsProps): react_jsx_runtime.JSX.Element;
29
30
 
30
31
  export { Flows, FlowsRoute, LoginErrorPage as LoginError, type WorkflowsConfig, config, getWorkflowsEnv, setWorkflowsConfig };
package/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import { Config } from '@livechat/developer-studio-ui-react';
2
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
3
  import React$1 from 'react';
3
4
 
4
5
  type WorkflowsConfig = Config & {
@@ -24,7 +25,7 @@ declare function LoginErrorPage({ errorImage, welcomeImage, }: LoginErrorPagePro
24
25
  interface FlowsProps {
25
26
  waitlistImage: React$1.ReactNode;
26
27
  }
27
- declare function FlowsRoute({ waitlistImage }: FlowsProps): JSX.Element;
28
- declare function Flows({ waitlistImage }: FlowsProps): JSX.Element;
28
+ declare function FlowsRoute({ waitlistImage }: FlowsProps): react_jsx_runtime.JSX.Element;
29
+ declare function Flows({ waitlistImage }: FlowsProps): react_jsx_runtime.JSX.Element;
29
30
 
30
31
  export { Flows, FlowsRoute, LoginErrorPage as LoginError, type WorkflowsConfig, config, getWorkflowsEnv, setWorkflowsConfig };