@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.
- package/.turbo/turbo-build.log +6 -6
- package/dist/index.d.ts +4 -0
- package/dist/index.js +8598 -9197
- package/dist/index.umd.cjs +105 -134
- package/package.json +13 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
|
|
2
|
-
> @botpress/webchat@3.
|
|
2
|
+
> @botpress/webchat@3.2.0 build /home/runner/work/genisys/genisys/packages/webchat-components
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
5
|
[36mvite v5.4.8 [32mbuilding for production...[36m[39m
|
|
6
6
|
transforming...
|
|
7
|
-
[32m✓[39m
|
|
7
|
+
[32m✓[39m 3180 modules transformed.
|
|
8
8
|
rendering chunks...
|
|
9
9
|
|
|
10
10
|
[vite:dts] Start generate declaration files...
|
|
11
11
|
computing gzip size...
|
|
12
12
|
[2mdist/[22m[35mstyle.css [39m[1m[2m 47.29 kB[22m[1m[22m[2m │ gzip: 8.69 kB[22m
|
|
13
|
-
[2mdist/[22m[36mindex.js [39m[1m[
|
|
13
|
+
[2mdist/[22m[36mindex.js [39m[1m[33m771.34 kB[39m[22m[2m │ gzip: 212.14 kB[22m
|
|
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
|
|
17
|
+
[vite:dts] Declaration files built in 21868ms.
|
|
18
18
|
|
|
19
19
|
[2mdist/[22m[35mstyle.css [39m[1m[2m 47.29 kB[22m[1m[22m[2m │ gzip: 8.69 kB[22m
|
|
20
|
-
[2mdist/[22m[36mindex.umd.cjs [39m[1m[
|
|
21
|
-
[32m✓ built in
|
|
20
|
+
[2mdist/[22m[36mindex.umd.cjs [39m[1m[33m516.29 kB[39m[22m[2m │ gzip: 173.38 kB[22m
|
|
21
|
+
[32m✓ built in 29.78s[39m
|
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 = {
|