@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.
@@ -3,7 +3,8 @@ const _ = {
3
3
  PREVIEW_SIDEBAR: "preview_sidebar",
4
4
  ITEM_LIST_MODAL: "item_list_modal",
5
5
  HUBS_MODAL: "hubs_modal",
6
- NOTES_MODAL: "notes_modal"
6
+ NOTES_MODAL: "notes_modal",
7
+ QUICK_ACTIONS: "quick_actions"
7
8
  };
8
9
  export {
9
10
  _ as APP_MODE
@@ -4,4 +4,5 @@ export declare const APP_MODE: {
4
4
  ITEM_LIST_MODAL: string;
5
5
  HUBS_MODAL: string;
6
6
  NOTES_MODAL: string;
7
+ QUICK_ACTIONS: string;
7
8
  };
@@ -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.6",
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.1.3",
20
+ "@box/blueprint-web": "^12.2.0",
21
21
  "@box/blueprint-web-assets": "^4.46.0",
22
- "@box/box-ai-agent-selector": "^0.41.5",
23
- "@box/item-icon": "^0.9.142",
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",