@botpress/webchat 4.4.7 → 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.
- package/.turbo/turbo-build.log +5 -5
- package/dist/index.d.ts +1 -1
- package/dist/index.js +958 -954
- package/dist/index.umd.cjs +32 -32
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @botpress/webchat@4.4.
|
|
2
|
+
> @botpress/webchat@4.4.9 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
|
|
@@ -10,12 +10,12 @@ rendering chunks...
|
|
|
10
10
|
[vite:dts] Start generate declaration files...
|
|
11
11
|
computing gzip size...
|
|
12
12
|
[2mdist/[22m[35mstyle.css [39m[1m[2m 56.94 kB[22m[1m[22m[2m │ gzip: 9.46 kB[22m
|
|
13
|
-
[2mdist/[22m[36mindex.js [39m[1m[33m871.
|
|
13
|
+
[2mdist/[22m[36mindex.js [39m[1m[33m871.74 kB[39m[22m[2m │ gzip: 229.92 kB[22m
|
|
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
|
|
17
|
+
[vite:dts] Declaration files built in 21305ms.
|
|
18
18
|
|
|
19
19
|
[2mdist/[22m[35mstyle.css [39m[1m[2m 56.94 kB[22m[1m[22m[2m │ gzip: 9.46 kB[22m
|
|
20
|
-
[2mdist/[22m[36mindex.umd.cjs [39m[1m[33m534.
|
|
21
|
-
[32m✓ built in
|
|
20
|
+
[2mdist/[22m[36mindex.umd.cjs [39m[1m[33m534.39 kB[39m[22m[2m │ gzip: 174.95 kB[22m
|
|
21
|
+
[32m✓ built in 26.79s[39m
|
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';
|