@livechat/platform-workflows 0.0.15 → 0.0.17

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
@@ -109,4 +109,6 @@ declare const Flows: () => JSX.Element;
109
109
  declare function SettingsSubNav(): JSX.Element;
110
110
  declare function Settings(): JSX.Element;
111
111
 
112
- export { AuthContext, AuthProvider, type AuthSource, type AuthState, Flows, type IAuthContext, Settings, SettingsSubNav, type WorkflowsConfig, type WorkflowsConfigBase, getWorkflowEnv, getWorkflowsConfig, setWorkflowsConfig };
112
+ declare function LoginErrorPage(): JSX.Element;
113
+
114
+ export { AuthContext, AuthProvider, type AuthSource, type AuthState, Flows, type IAuthContext, LoginErrorPage as LoginError, Settings, SettingsSubNav, type WorkflowsConfig, type WorkflowsConfigBase, getWorkflowEnv, getWorkflowsConfig, setWorkflowsConfig };
package/dist/index.d.ts CHANGED
@@ -109,4 +109,6 @@ declare const Flows: () => JSX.Element;
109
109
  declare function SettingsSubNav(): JSX.Element;
110
110
  declare function Settings(): JSX.Element;
111
111
 
112
- export { AuthContext, AuthProvider, type AuthSource, type AuthState, Flows, type IAuthContext, Settings, SettingsSubNav, type WorkflowsConfig, type WorkflowsConfigBase, getWorkflowEnv, getWorkflowsConfig, setWorkflowsConfig };
112
+ declare function LoginErrorPage(): JSX.Element;
113
+
114
+ export { AuthContext, AuthProvider, type AuthSource, type AuthState, Flows, type IAuthContext, LoginErrorPage as LoginError, Settings, SettingsSubNav, type WorkflowsConfig, type WorkflowsConfigBase, getWorkflowEnv, getWorkflowsConfig, setWorkflowsConfig };