@inkeep/agents-ui-js 0.0.0-dev-20260506015117 → 0.0.0-dev-20260506021235

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/types.d.ts +2 -1
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -937,6 +937,7 @@ export declare interface InkeepAIChatSettings {
937
937
  */
938
938
  messageActions?: CustomMessageAction[]
939
939
 
940
+
940
941
  /**
941
942
  * Custom labels for the chat interface's action buttons.
942
943
  * Use this for internationalization or to better match your application's terminology.
@@ -1847,7 +1848,7 @@ export declare interface TransformedSource {
1847
1848
  * tabs: ['Docs', 'API']
1848
1849
  * ```
1849
1850
  * You can also specify different breadcrumbs for specific tab.
1850
- *
1851
+ *
1851
1852
  * ```ts
1852
1853
  * tabs: ['Docs', ['API', { breadcrumbs: ['Guides', 'API'] }]]
1853
1854
  * ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-ui-js",
3
- "version": "0.0.0-dev-20260506015117",
3
+ "version": "0.0.0-dev-20260506021235",
4
4
  "description": "",
5
5
  "license": "Inkeep, Inc. Customer License (IICL) v1.1",
6
6
  "homepage": "",
@@ -55,7 +55,7 @@
55
55
  "vite": "5.4.11",
56
56
  "vite-bundle-visualizer": "^1.2.1",
57
57
  "vite-plugin-dts": "4.4.0",
58
- "@inkeep/agents-ui": "0.0.0-dev-20260506015117"
58
+ "@inkeep/agents-ui": "0.0.0-dev-20260506021235"
59
59
  },
60
60
  "module": "./dist/embed.js",
61
61
  "types": "./dist/types.d.ts",