@botpress/webchat 2.4.0-beta.2 → 2.4.0-beta.3

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.
@@ -1,21 +1,19 @@
1
1
 
2
- > @botpress/webchat@2.4.0-beta.2 build /home/runner/work/genisys/genisys/packages/webchat-components
2
+ > @botpress/webchat@2.4.0-beta.3 build /home/runner/work/genisys/genisys/packages/webchat-components
3
3
  > vite build
4
4
 
5
5
  vite v5.4.8 building for production...
6
- src/stories/utils.ts(4,14): error TS2742: The inferred type of 'mockBlockArgs' cannot be named without a reference to '.pnpm/@vitest+spy@2.0.5/node_modules/@vitest/spy'. This is likely not portable. A type annotation is necessary.
7
-
8
6
  transforming...
9
7
  [plugin:vite:resolve] [plugin vite:resolve] Module "crypto" has been externalized for browser compatibility, imported by "/home/runner/work/genisys/genisys/node_modules/.pnpm/@bpinternal+webchat-http-client@0.2.3/node_modules/@bpinternal/webchat-http-client/dist/index.mjs". See https://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.
10
- ✓ 3103 modules transformed.
8
+ ✓ 3105 modules transformed.
11
9
  rendering chunks...
12
10
 
13
11
  [vite:dts] Start generate declaration files...
14
12
  computing gzip size...
15
13
  dist/style.css  32.56 kB │ gzip: 6.24 kB
16
- dist/index.js 1,023.92 kB │ gzip: 267.60 kB
17
- [vite:dts] Declaration files built in 11966ms.
14
+ dist/index.js 1,024.28 kB │ gzip: 267.68 kB
15
+ [vite:dts] Declaration files built in 10856ms.
18
16
 
19
17
  dist/style.css  32.56 kB │ gzip: 6.24 kB
20
- dist/index.umd.cjs 701.90 kB │ gzip: 223.00 kB
21
- ✓ built in 20.48s
18
+ dist/index.umd.cjs 702.08 kB │ gzip: 223.03 kB
19
+ ✓ built in 19.52s
@@ -26,4 +26,4 @@ export type Props = {
26
26
  type: FileType;
27
27
  }>;
28
28
  };
29
- export declare const Webchat: ({ connected, configuration, closeWindow, isTyping, messages, user, sendMessage, uploadFile, isLoading, renderers, isReadOnly, disableComposer, restartConversation, }: Props) => import("react/jsx-runtime").JSX.Element;
29
+ export declare const Webchat: ({ connected, configuration, closeWindow, isTyping, messages, user, sendMessage, uploadFile, isLoading, renderers, isReadOnly, disableComposer, restartConversation, allowFileUpload, }: Props) => import("react/jsx-runtime").JSX.Element;