@promptbook/remote-server 0.103.0-50 → 0.103.0-51

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/esm/index.es.js CHANGED
@@ -33,7 +33,7 @@ const BOOK_LANGUAGE_VERSION = '2.0.0';
33
33
  * @generated
34
34
  * @see https://github.com/webgptorg/promptbook
35
35
  */
36
- const PROMPTBOOK_ENGINE_VERSION = '0.103.0-50';
36
+ const PROMPTBOOK_ENGINE_VERSION = '0.103.0-51';
37
37
  /**
38
38
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
39
39
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -1,4 +1,3 @@
1
- import './PromptbookAgent.css';
2
1
  type PromptbookAgentProps = {
3
2
  /**
4
3
  * URL of the agent to connect to
@@ -6,6 +5,10 @@ type PromptbookAgentProps = {
6
5
  * @example "http://s6.ptbk.io/benjamin-white"
7
6
  */
8
7
  agentUrl: string;
8
+ /**
9
+ * Callback when the window is opened or closed
10
+ */
11
+ onOpenChange?: (isOpen: boolean) => void;
9
12
  };
10
13
  /**
11
14
  * Renders a floating agent button that opens a chat window with the remote agent.
@@ -15,7 +15,7 @@ export declare const BOOK_LANGUAGE_VERSION: string_semantic_version;
15
15
  export declare const PROMPTBOOK_ENGINE_VERSION: string_promptbook_version;
16
16
  /**
17
17
  * Represents the version string of the Promptbook engine.
18
- * It follows semantic versioning (e.g., `0.103.0-49`).
18
+ * It follows semantic versioning (e.g., `0.103.0-50`).
19
19
  *
20
20
  * @generated
21
21
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/remote-server",
3
- "version": "0.103.0-50",
3
+ "version": "0.103.0-51",
4
4
  "description": "Promptbook: Turn your company's scattered knowledge into AI ready books",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -95,7 +95,7 @@
95
95
  "module": "./esm/index.es.js",
96
96
  "typings": "./esm/typings/src/_packages/remote-server.index.d.ts",
97
97
  "peerDependencies": {
98
- "@promptbook/core": "0.103.0-50"
98
+ "@promptbook/core": "0.103.0-51"
99
99
  },
100
100
  "dependencies": {
101
101
  "colors": "^1.4.0",
package/umd/index.umd.js CHANGED
@@ -47,7 +47,7 @@
47
47
  * @generated
48
48
  * @see https://github.com/webgptorg/promptbook
49
49
  */
50
- const PROMPTBOOK_ENGINE_VERSION = '0.103.0-50';
50
+ const PROMPTBOOK_ENGINE_VERSION = '0.103.0-51';
51
51
  /**
52
52
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
53
53
  * Note: [💞] Ignore a discrepancy between file name and entity name