@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 CHANGED
@@ -1,4 +1,5 @@
1
1
  export * from './components';
2
2
  export * from './providers';
3
3
  export * from './types';
4
- export { WebchatClient as Client } from './client';
4
+ export { WebchatClient as Client, MessageContentSchema } from './client';
5
+ export { useWebchatContext } from './contexts';
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
  };