@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 +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +1094 -822
- package/dist/index.mjs +1172 -891
- package/dist/workflows-welcome-N73H5YQR.png +0 -0
- package/package.json +5 -5
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
|
-
|
|
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
|
-
|
|
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 };
|