@inkeep/agents-ui-js-cloud 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/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 {
@@ -936,7 +942,6 @@ export declare interface InkeepAIChatSettings {
936
942
  */
937
943
  messageActions?: CustomMessageAction[]
938
944
 
939
-
940
945
  /**
941
946
  * Custom labels for the chat interface's action buttons.
942
947
  * Use this for internationalization or to better match your application's terminology.
@@ -1984,7 +1989,7 @@ export declare interface TransformedSource {
1984
1989
  * tabs: ['Docs', 'API']
1985
1990
  * ```
1986
1991
  * You can also specify different breadcrumbs for specific tab.
1987
- *
1992
+ *
1988
1993
  * ```ts
1989
1994
  * tabs: ['Docs', ['API', { breadcrumbs: ['Guides', 'API'] }]]
1990
1995
  * ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-ui-js-cloud",
3
- "version": "0.0.0-dev-20260508004313",
3
+ "version": "0.0.0-dev-20260508201702",
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-20260508004313"
41
+ "@inkeep/agents-ui-cloud": "0.0.0-dev-20260508201702"
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-20260508004313"
59
+ "@inkeep/agents-ui": "0.0.0-dev-20260508201702"
60
60
  },
61
61
  "module": "./dist/embed.js",
62
62
  "types": "./dist/types.d.ts",