@botpress/webchat 1.3.13 → 2.1.0
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/.turbo/turbo-build.log +10 -10
- package/dist/client/MessagingClient/client.d.ts +1 -0
- package/dist/client/PushpinClient/index.d.ts +6 -0
- package/dist/client/PushpinClient/inner-client/index.d.ts +1 -0
- package/dist/client/types.d.ts +6 -1
- package/dist/components/Composer.d.ts +7 -1
- package/dist/contexts/WebchatContext.d.ts +1 -2
- package/dist/gen/client/errors.d.ts +9 -2
- package/dist/gen/client/index.d.ts +3 -0
- package/dist/gen/client/models.d.ts +18 -0
- package/dist/gen/client/operations/createFile.d.ts +65 -0
- package/dist/hooks/index.d.ts +3 -3
- package/dist/hooks/useWebchatStore.d.ts +2 -33
- package/dist/{index-c46225a0.js → index-9fb68c18.js} +1 -1
- package/dist/index-d69c3138.js +44477 -0
- package/dist/index.d.ts +0 -1
- package/dist/index.js +26 -24
- package/dist/index.umd.cjs +255 -214
- package/dist/providers/WebchatProvider.d.ts +4 -15
- package/dist/schemas/init.d.ts +180 -0
- package/dist/schemas/theme.d.ts +80 -0
- package/dist/stores/index.d.ts +2 -0
- package/dist/stores/offlineStore.d.ts +33 -0
- package/dist/stores/webchatStore.d.ts +46 -0
- package/dist/types/block-type.d.ts +3 -0
- package/package.json +3 -2
- package/dist/index-45673b38.js +0 -40750
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,39 +1,41 @@
|
|
|
1
|
-
import { A as t, B as r, C as m,
|
|
1
|
+
import { A as t, B as r, C as m, e as i, d as c, f as n, F as h, H as p, h as d, L as S, M as l, i as C, j as u, l as P, R as g, U as v, W as y, m as M, w as b, x as f, E as T, G as k, q as B, t as I, p as F, n as H, b as L, I as R, o as W, s as w, k as x, z as A, v as U, y as j, u as q, D as z } from "./index-d69c3138.js";
|
|
2
2
|
import "react";
|
|
3
3
|
import "react-dom";
|
|
4
4
|
export {
|
|
5
5
|
t as Avatar,
|
|
6
6
|
r as Block,
|
|
7
7
|
m as Composer,
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
i as ComposerButton,
|
|
9
|
+
c as ComposerInput,
|
|
10
10
|
n as Container,
|
|
11
11
|
h as Fab,
|
|
12
12
|
p as Header,
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
d as HeaderRoot,
|
|
14
|
+
S as LoadingIndicator,
|
|
15
15
|
l as Message,
|
|
16
16
|
C as MessageList,
|
|
17
17
|
u as Modal,
|
|
18
18
|
P as ModalProvider,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
M as
|
|
19
|
+
g as RestartConversation,
|
|
20
|
+
v as UploadButton,
|
|
21
|
+
y as Webchat,
|
|
22
|
+
M as WebchatProvider,
|
|
23
|
+
b as avatarThemeSchema,
|
|
23
24
|
f as blockThemeSchema,
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
H as
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
A as
|
|
36
|
-
|
|
37
|
-
j as
|
|
38
|
-
q as
|
|
25
|
+
T as clientModePropsSchema,
|
|
26
|
+
k as configPropsSchema,
|
|
27
|
+
B as configurationSchema,
|
|
28
|
+
I as cssStyleSchema,
|
|
29
|
+
F as descriptionItemSchema,
|
|
30
|
+
H as fileTypes,
|
|
31
|
+
L as getClient,
|
|
32
|
+
R as initPropsSchema,
|
|
33
|
+
W as isFileType,
|
|
34
|
+
w as markdownTypeSchema,
|
|
35
|
+
x as renderers,
|
|
36
|
+
A as statePropsSchema,
|
|
37
|
+
U as styleOptionSchema,
|
|
38
|
+
j as themeSchema,
|
|
39
|
+
q as useClient,
|
|
40
|
+
z as userPropsSchema
|
|
39
41
|
};
|