@inkeep/agents-ui-js-cloud 0.0.0-dev-20260401193828 → 0.0.0-dev-20260402200940
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 +10 -10
- package/dist/types.d.ts +15 -0
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -273,6 +273,13 @@ export declare type AvailableBuiltInIcons =
|
|
|
273
273
|
| 'LuCalendar'
|
|
274
274
|
| 'LuHeadset'
|
|
275
275
|
| 'LuSend'
|
|
276
|
+
| 'LuPaperclip'
|
|
277
|
+
| 'PiFileCsv'
|
|
278
|
+
| 'PiFileText'
|
|
279
|
+
| 'PiFileHtml'
|
|
280
|
+
| 'PiFileMarkdown'
|
|
281
|
+
| 'PiFileLog'
|
|
282
|
+
| 'PiFileJson'
|
|
276
283
|
|
|
277
284
|
export declare interface BaseFormField {
|
|
278
285
|
name: string // input name -- must be unique
|
|
@@ -515,6 +522,14 @@ export declare interface CustomIcons {
|
|
|
515
522
|
chatHistory: string
|
|
516
523
|
chatHistoryPanel: string
|
|
517
524
|
backToChat: string
|
|
525
|
+
fileUpload: string
|
|
526
|
+
filePdf: string
|
|
527
|
+
fileText: string
|
|
528
|
+
fileMarkdown: string
|
|
529
|
+
fileHtml: string
|
|
530
|
+
fileCsv: string
|
|
531
|
+
fileLog: string
|
|
532
|
+
fileJson: string
|
|
518
533
|
}
|
|
519
534
|
|
|
520
535
|
export declare interface CustomMessageAction {
|
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-20260402200940",
|
|
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-20260402200940"
|
|
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-20260402200940"
|
|
60
60
|
},
|
|
61
61
|
"module": "./dist/embed.js",
|
|
62
62
|
"types": "./dist/types.d.ts",
|