flare-chat-core 0.2.16 → 0.2.17

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3821,7 +3821,7 @@ function ac(e) {
3821
3821
  display: "grid",
3822
3822
  gridTemplateColumns: "300px minmax(0, 1fr)",
3823
3823
  gridTemplateRows: "minmax(0, 1fr)",
3824
- height: "100vh",
3824
+ height: "100%",
3825
3825
  overflow: "hidden",
3826
3826
  position: "relative"
3827
3827
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "flare-chat-core",
3
3
  "private": false,
4
- "version": "0.2.16",
4
+ "version": "0.2.17",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite --config config/vite.dev.config.js --mode development",