@box/box-ai-content-answers 0.125.6 → 0.125.7
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.
|
@@ -241,7 +241,7 @@ export type EventLogOptions = {
|
|
|
241
241
|
origin: string;
|
|
242
242
|
sendTrace?: boolean;
|
|
243
243
|
};
|
|
244
|
-
export type appModeType = typeof APP_MODE.PREVIEW_MODAL | typeof APP_MODE.PREVIEW_SIDEBAR | typeof APP_MODE.ITEM_LIST_MODAL | typeof APP_MODE.HUBS_MODAL | typeof APP_MODE.NOTES_MODAL;
|
|
244
|
+
export type appModeType = typeof APP_MODE.PREVIEW_MODAL | typeof APP_MODE.PREVIEW_SIDEBAR | typeof APP_MODE.ITEM_LIST_MODAL | typeof APP_MODE.HUBS_MODAL | typeof APP_MODE.NOTES_MODAL | typeof APP_MODE.QUICK_ACTIONS;
|
|
245
245
|
export type FeedbackFormData = {
|
|
246
246
|
feedback?: string;
|
|
247
247
|
fileTypes: string[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/box-ai-content-answers",
|
|
3
|
-
"version": "0.125.
|
|
3
|
+
"version": "0.125.7",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@box/blueprint-web": "^7.8.0",
|
|
6
6
|
"@box/blueprint-web-assets": "^4.35.0",
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@box/babel-plugin-target-attributes": "1.3.0",
|
|
20
|
-
"@box/blueprint-web": "^12.
|
|
20
|
+
"@box/blueprint-web": "^12.2.0",
|
|
21
21
|
"@box/blueprint-web-assets": "^4.46.0",
|
|
22
|
-
"@box/box-ai-agent-selector": "^0.41.
|
|
23
|
-
"@box/item-icon": "^0.9.
|
|
22
|
+
"@box/box-ai-agent-selector": "^0.41.6",
|
|
23
|
+
"@box/item-icon": "^0.9.143",
|
|
24
24
|
"@box/storybook-utils": "^0.12.5",
|
|
25
25
|
"@testing-library/react": "^15.0.6",
|
|
26
26
|
"react": "^18.3.0",
|