@kite-copilot/chat-panel 0.2.51 → 0.2.52

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/dist/index.cjs CHANGED
@@ -1826,9 +1826,7 @@ function ChatPanel({
1826
1826
  markDisconnectedWithKeepalive();
1827
1827
  };
1828
1828
  const handleVisibilityChange = () => {
1829
- if (document.visibilityState === "hidden") {
1830
- markDisconnectedWithKeepalive();
1831
- } else if (document.visibilityState === "visible") {
1829
+ if (document.visibilityState === "visible") {
1832
1830
  markActive();
1833
1831
  }
1834
1832
  };
package/dist/index.js CHANGED
@@ -31,7 +31,7 @@ import {
31
31
  cn,
32
32
  createKiteChat,
33
33
  useGuideCursor
34
- } from "./chunk-VBCGW333.js";
34
+ } from "./chunk-KIOKMXFF.js";
35
35
  export {
36
36
  ApiKeyList,
37
37
  AssistantActivity,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kite-copilot/chat-panel",
3
- "version": "0.2.51",
3
+ "version": "0.2.52",
4
4
  "description": "AI-powered chat panel SDK with programmatic lifecycle control",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",