@botpress/webchat 4.4.8 → 4.4.9

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@4.4.8 build /home/runner/work/genisys/genisys/packages/webchat-components
2
+ > @botpress/webchat@4.4.9 build /home/runner/work/genisys/genisys/packages/webchat-components
3
3
  > vite build
4
4
 
5
5
  vite v5.4.8 building for production...
@@ -10,12 +10,12 @@ rendering chunks...
10
10
  [vite:dts] Start generate declaration files...
11
11
  computing gzip size...
12
12
  dist/style.css  56.94 kB │ gzip: 9.46 kB
13
- dist/index.js 871.60 kB │ gzip: 229.90 kB
13
+ dist/index.js 871.74 kB │ gzip: 229.92 kB
14
14
  [vite:dts] Start rollup declaration files...
15
15
  Analysis will use the bundled TypeScript version 5.8.2
16
16
  *** The target project appears to use TypeScript 5.9.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.
17
- [vite:dts] Declaration files built in 20387ms.
17
+ [vite:dts] Declaration files built in 21305ms.
18
18
 
19
19
  dist/style.css  56.94 kB │ gzip: 9.46 kB
20
- dist/index.umd.cjs 534.29 kB │ gzip: 174.93 kB
21
- ✓ built in 25.37s
20
+ dist/index.umd.cjs 534.39 kB │ gzip: 174.95 kB
21
+ ✓ built in 26.79s
package/dist/index.d.ts CHANGED
@@ -655,7 +655,7 @@ export declare type StyleOptions = {
655
655
  /**
656
656
  * StylesheetProvider component that manages theme styles and font loading
657
657
  */
658
- export declare const StylesheetProvider: ({ color, fontFamily, radius, themeMode, variant, headerVariant, additionalStylesheetUrl, }: Props_7) => JSX_2.Element;
658
+ export declare const StylesheetProvider: ({ color, fontFamily, radius, themeMode, variant, headerVariant, additionalStylesheet, additionalStylesheetUrl, }: Props_7) => JSX_2.Element;
659
659
 
660
660
  export declare type TextBlock = {
661
661
  type: 'text';