@box/box-ai-content-answers 0.85.0 → 0.85.2

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.
@@ -1,5 +1,5 @@
1
1
  import { defineMessages as e } from "react-intl";
2
- const s = e({
2
+ const a = e({
3
3
  contentAnswersTitle: {
4
4
  id: "boxAI.contentAnswers.contentAnswersTitle",
5
5
  defaultMessage: "Box AI"
@@ -14,9 +14,9 @@ const s = e({
14
14
  },
15
15
  collapseModalAriaLabel: {
16
16
  id: "boxAI.contentAnswers.collapseModalAriaLabel",
17
- defaultMessage: "Collapse Modal"
17
+ defaultMessage: "Switch to sidebar view"
18
18
  }
19
19
  });
20
20
  export {
21
- s as default
21
+ a as default
22
22
  };
package/i18n/en-US.js CHANGED
@@ -10,7 +10,7 @@ export default {
10
10
  "boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "From \"{title}\":",
11
11
  "boxAI.contentAnswers.clearConversationLabel": "Clear conversation",
12
12
  "boxAI.contentAnswers.closeModalAriaLabel": "Close Modal",
13
- "boxAI.contentAnswers.collapseModalAriaLabel": "Collapse Modal",
13
+ "boxAI.contentAnswers.collapseModalAriaLabel": "Switch to sidebar view",
14
14
  "boxAI.contentAnswers.contentAnswersTitle": "Box AI",
15
15
  "boxAI.contentAnswers.continueAnyway": "Continue anyway",
16
16
  "boxAI.contentAnswers.copyToClipboard": "Copy to Clipboard",
@@ -21,7 +21,7 @@ boxAI.contentAnswers.clearConversationLabel = Clear conversation
21
21
  # Content Answers close button aria label
22
22
  boxAI.contentAnswers.closeModalAriaLabel = Close Modal
23
23
  # Content Answers collapse button aria label
24
- boxAI.contentAnswers.collapseModalAriaLabel = Collapse Modal
24
+ boxAI.contentAnswers.collapseModalAriaLabel = Switch to sidebar view
25
25
  # Content Answers feature name shown on menu item and modal title
26
26
  boxAI.contentAnswers.contentAnswersTitle = Box AI
27
27
  # Box AI primary action when file is too large
@@ -1 +1 @@
1
- [{"id":"boxAI.contentAnswers.contentAnswersTitle","description":"Content Answers feature name shown on menu item and modal title","defaultMessage":"Box AI"},{"id":"boxAI.contentAnswers.closeModalAriaLabel","description":"Content Answers close button aria label","defaultMessage":"Close Modal"},{"id":"boxAI.contentAnswers.clearConversationLabel","description":"Clear conversation button label","defaultMessage":"Clear conversation"},{"id":"boxAI.contentAnswers.collapseModalAriaLabel","description":"Content Answers collapse button aria label","defaultMessage":"Collapse Modal"}]
1
+ [{"id":"boxAI.contentAnswers.contentAnswersTitle","description":"Content Answers feature name shown on menu item and modal title","defaultMessage":"Box AI"},{"id":"boxAI.contentAnswers.closeModalAriaLabel","description":"Content Answers close button aria label","defaultMessage":"Close Modal"},{"id":"boxAI.contentAnswers.clearConversationLabel","description":"Clear conversation button label","defaultMessage":"Clear conversation"},{"id":"boxAI.contentAnswers.collapseModalAriaLabel","description":"Content Answers collapse button aria label","defaultMessage":"Switch to sidebar view"}]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/box-ai-content-answers",
3
- "version": "0.85.0",
3
+ "version": "0.85.2",
4
4
  "peerDependencies": {
5
5
  "@box/blueprint-web": "^7.8.0",
6
6
  "@box/blueprint-web-assets": "^4.16.0",
@@ -15,10 +15,10 @@
15
15
  "remarkable": "^2.0.1"
16
16
  },
17
17
  "devDependencies": {
18
- "@box/blueprint-web": "^9.13.2",
18
+ "@box/blueprint-web": "^9.14.0",
19
19
  "@box/blueprint-web-assets": "^4.31.1",
20
- "@box/box-ai-agent-selector": "^0.21.0",
21
- "@box/item-icon": "^0.9.63",
20
+ "@box/box-ai-agent-selector": "^0.22.0",
21
+ "@box/item-icon": "^0.9.64",
22
22
  "@box/storybook-utils": "^0.8.1",
23
23
  "@testing-library/react": "^15.0.6",
24
24
  "react": "^18.3.0",
@@ -56,5 +56,5 @@
56
56
  "**/*.css"
57
57
  ],
58
58
  "license": "SEE LICENSE IN LICENSE",
59
- "gitHead": "fc8fa2b3620bb3eff349a4b17dc7d71cc88d9690"
59
+ "gitHead": "f4624bdc366a4e8bcbb5dcefbeaf06ff0224163f"
60
60
  }