@botpress/webchat 2.2.6 → 2.2.8

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,5 +1,5 @@
1
1
 
2
- > @botpress/webchat@2.2.6 build /home/runner/work/echo/echo/packages/webchat-frontend
2
+ > @botpress/webchat@2.2.8 build /home/runner/work/echo/echo/packages/webchat-frontend
3
3
  > vite build
4
4
 
5
5
  vite v4.4.11 building for production...
@@ -17,10 +17,10 @@ rendering chunks...
17
17
  
18
18
  [vite:dts] Start generate declaration files...
19
19
  computing gzip size...
20
- [vite:dts] Declaration files built in 15280ms.
20
+ [vite:dts] Declaration files built in 16528ms.
21
21
  
22
22
  dist/style.css  28.87 kB │ gzip: 5.57 kB
23
- dist/index.js 1,410.48 kB │ gzip: 355.20 kB
23
+ dist/index.js 1,410.53 kB │ gzip: 355.20 kB
24
24
  dist/style.css  28.87 kB │ gzip: 5.57 kB
25
- dist/index.umd.cjs 985.33 kB │ gzip: 298.11 kB
26
- ✓ built in 25.52s
25
+ dist/index.umd.cjs 985.35 kB │ gzip: 298.11 kB
26
+ ✓ built in 27.71s
@@ -13,23 +13,23 @@ export declare const WebchatConfigContext: import("react").Context<{
13
13
  botAvatar?: string | undefined;
14
14
  botDescription?: string | undefined;
15
15
  website?: {
16
- title: string;
16
+ title?: string | undefined;
17
17
  link?: string | undefined;
18
18
  } | undefined;
19
19
  email?: {
20
- title: string;
20
+ title?: string | undefined;
21
21
  link?: string | undefined;
22
22
  } | undefined;
23
23
  phone?: {
24
- title: string;
24
+ title?: string | undefined;
25
25
  link?: string | undefined;
26
26
  } | undefined;
27
27
  privacyPolicy?: {
28
- title: string;
28
+ title?: string | undefined;
29
29
  link?: string | undefined;
30
30
  } | undefined;
31
31
  termsOfService?: {
32
- title: string;
32
+ title?: string | undefined;
33
33
  link?: string | undefined;
34
34
  } | undefined;
35
35
  showPoweredBy?: boolean | undefined;
@@ -45,23 +45,23 @@ export declare function useWebchatConfig(): {
45
45
  botAvatar?: string | undefined;
46
46
  botDescription?: string | undefined;
47
47
  website?: {
48
- title: string;
48
+ title?: string | undefined;
49
49
  link?: string | undefined;
50
50
  } | undefined;
51
51
  email?: {
52
- title: string;
52
+ title?: string | undefined;
53
53
  link?: string | undefined;
54
54
  } | undefined;
55
55
  phone?: {
56
- title: string;
56
+ title?: string | undefined;
57
57
  link?: string | undefined;
58
58
  } | undefined;
59
59
  privacyPolicy?: {
60
- title: string;
60
+ title?: string | undefined;
61
61
  link?: string | undefined;
62
62
  } | undefined;
63
63
  termsOfService?: {
64
- title: string;
64
+ title?: string | undefined;
65
65
  link?: string | undefined;
66
66
  } | undefined;
67
67
  showPoweredBy?: boolean | undefined;