@inkeep/agents-ui-js-cloud 0.0.0-dev-20260611174737 → 0.0.0-dev-20260611213628
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/embed.js +1 -1
- package/dist/types.d.ts +4 -3
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -477,9 +477,10 @@ declare interface CommonProperties {
|
|
|
477
477
|
|
|
478
478
|
export declare type ComponentsConfig<A extends Record<string, unknown>> = {
|
|
479
479
|
// The widget injects `messageId` (the rendered message's id) into every
|
|
480
|
-
//
|
|
481
|
-
// the message without a wrapping context provider.
|
|
482
|
-
//
|
|
480
|
+
// custom component's props so in-component handlers can attribute events to
|
|
481
|
+
// the message without a wrapping context provider. This does not force a
|
|
482
|
+
// change on existing handlers: a handler typed `(props: A[K]) => void` stays
|
|
483
|
+
// assignable here by parameter contravariance.
|
|
483
484
|
[K in keyof A]: (
|
|
484
485
|
props: A[K] & { messageId: string },
|
|
485
486
|
target: HTMLElement,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-ui-js-cloud",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20260611213628",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Inkeep, Inc. Customer License (IICL) v1.1",
|
|
6
6
|
"homepage": "",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"react": "19.0.0",
|
|
39
39
|
"react-dom": "19.0.0",
|
|
40
40
|
"uuid": "^11.1.0",
|
|
41
|
-
"@inkeep/agents-ui-cloud": "0.0.0-dev-
|
|
41
|
+
"@inkeep/agents-ui-cloud": "0.0.0-dev-20260611213628"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@biomejs/biome": "1.9.4",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"vite": "5.4.11",
|
|
57
57
|
"vite-bundle-visualizer": "^1.2.1",
|
|
58
58
|
"vite-plugin-dts": "4.4.0",
|
|
59
|
-
"@inkeep/agents-ui": "0.0.0-dev-
|
|
59
|
+
"@inkeep/agents-ui": "0.0.0-dev-20260611213628"
|
|
60
60
|
},
|
|
61
61
|
"module": "./dist/embed.js",
|
|
62
62
|
"types": "./dist/types.d.ts",
|