@inkeep/agents-ui-js 0.0.0-dev-20260508004313 → 0.0.0-dev-20260508201702
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 +8 -8
- package/dist/types.d.ts +7 -2
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -280,6 +280,9 @@ export declare type AvailableBuiltInIcons =
|
|
|
280
280
|
| 'PiFileMarkdown'
|
|
281
281
|
| 'PiFileLog'
|
|
282
282
|
| 'PiFileJson'
|
|
283
|
+
| 'PiFile'
|
|
284
|
+
| 'PiFileSql'
|
|
285
|
+
| 'PiFilePy'
|
|
283
286
|
|
|
284
287
|
export declare interface BaseFormField {
|
|
285
288
|
name: string // input name -- must be unique
|
|
@@ -530,6 +533,9 @@ export declare interface CustomIcons {
|
|
|
530
533
|
fileCsv: string
|
|
531
534
|
fileLog: string
|
|
532
535
|
fileJson: string
|
|
536
|
+
file: string
|
|
537
|
+
fileSql: string
|
|
538
|
+
filePy: string
|
|
533
539
|
}
|
|
534
540
|
|
|
535
541
|
export declare interface CustomMessageAction {
|
|
@@ -931,7 +937,6 @@ export declare interface InkeepAIChatSettings {
|
|
|
931
937
|
*/
|
|
932
938
|
messageActions?: CustomMessageAction[]
|
|
933
939
|
|
|
934
|
-
|
|
935
940
|
/**
|
|
936
941
|
* Custom labels for the chat interface's action buttons.
|
|
937
942
|
* Use this for internationalization or to better match your application's terminology.
|
|
@@ -1842,7 +1847,7 @@ export declare interface TransformedSource {
|
|
|
1842
1847
|
* tabs: ['Docs', 'API']
|
|
1843
1848
|
* ```
|
|
1844
1849
|
* You can also specify different breadcrumbs for specific tab.
|
|
1845
|
-
*
|
|
1850
|
+
*
|
|
1846
1851
|
* ```ts
|
|
1847
1852
|
* tabs: ['Docs', ['API', { breadcrumbs: ['Guides', 'API'] }]]
|
|
1848
1853
|
* ```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-ui-js",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20260508201702",
|
|
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-
|
|
58
|
+
"@inkeep/agents-ui": "0.0.0-dev-20260508201702"
|
|
59
59
|
},
|
|
60
60
|
"module": "./dist/embed.js",
|
|
61
61
|
"types": "./dist/types.d.ts",
|