@botpress/webchat 3.1.1 → 3.2.0

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,21 @@
1
1
 
2
- > @botpress/webchat@3.1.1 build /home/runner/work/genisys/genisys/packages/webchat-components
2
+ > @botpress/webchat@3.2.0 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
6
  transforming...
7
- ✓ 3186 modules transformed.
7
+ ✓ 3180 modules transformed.
8
8
  rendering chunks...
9
9
 
10
10
  [vite:dts] Start generate declaration files...
11
11
  computing gzip size...
12
12
  dist/style.css  47.29 kB │ gzip: 8.69 kB
13
- dist/index.js 792.70 kB │ gzip: 217.62 kB
13
+ dist/index.js 771.34 kB │ gzip: 212.14 kB
14
14
  [vite:dts] Start rollup declaration files...
15
15
  Analysis will use the bundled TypeScript version 5.4.2
16
16
  *** The target project appears to use TypeScript 5.6.2 which is newer than the bundled compiler engine; consider upgrading API Extractor.
17
- [vite:dts] Declaration files built in 22474ms.
17
+ [vite:dts] Declaration files built in 21868ms.
18
18
 
19
19
  dist/style.css  47.29 kB │ gzip: 8.69 kB
20
- dist/index.umd.cjs 529.39 kB │ gzip: 178.10 kB
21
- ✓ built in 30.77s
20
+ dist/index.umd.cjs 516.29 kB │ gzip: 173.38 kB
21
+ ✓ built in 29.78s
package/dist/index.d.ts CHANGED
@@ -514,6 +514,10 @@ export declare type StyleOptions = {
514
514
  style?: CSSProperties;
515
515
  };
516
516
 
517
+ /**
518
+ * StylesheetProvider component that manages theme styles and font loading
519
+ * Handles both default fonts and custom Google Fonts
520
+ */
517
521
  export declare const StylesheetProvider: ({ color, fontFamily, radius, themeMode, variant, headerVariant }: Props_7) => JSX_3.Element;
518
522
 
519
523
  export declare type TextBlock = {