@botpress/webchat 1.0.13 → 1.0.15
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.ts +2 -1
- package/dist/index.js +3 -1
- package/dist/index.umd.cjs +62 -62
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -43635,6 +43635,7 @@ export {
|
|
|
43635
43635
|
mo as Header,
|
|
43636
43636
|
vY as LoadingIndicator,
|
|
43637
43637
|
e4 as Message,
|
|
43638
|
+
z3 as MessageContentSchema,
|
|
43638
43639
|
gY as MessageList,
|
|
43639
43640
|
_h as Modal,
|
|
43640
43641
|
XB as ModalProvider,
|
|
@@ -43643,5 +43644,6 @@ export {
|
|
|
43643
43644
|
GZ as WebchatProvider,
|
|
43644
43645
|
tK as blockTypes,
|
|
43645
43646
|
nK as markdownTypes,
|
|
43646
|
-
rD as renderers
|
|
43647
|
+
rD as renderers,
|
|
43648
|
+
Er as useWebchatContext
|
|
43647
43649
|
};
|