@box/box-ai-content-answers 0.83.2 → 0.83.4

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.
@@ -2,7 +2,7 @@ import { defineMessages as e } from "react-intl";
2
2
  const t = e({
3
3
  welcomeAskQuestionText: {
4
4
  id: "boxAI.contentAnswers.welcomeAskQuestionText",
5
- defaultMessage: "Ask questions about {numberOfItems, plural, one {{firstItemName}} other {{files}}}{parentItem, select, undefined {} other { in {parentItem}}}"
5
+ defaultMessage: "Ask questions about {numberOfItems, plural, one {{firstItemName}} other {these {files}}}{parentItem, select, undefined {} other { in {parentItem}}}"
6
6
  },
7
7
  welcomeMessageFilesLink: {
8
8
  id: "boxAI.contentAnswers.welcomeMessageFilesLink",
package/i18n/en-US.js CHANGED
@@ -49,7 +49,7 @@ export default {
49
49
  "boxAI.contentAnswers.unsupportedFormatLabel": "Unsupported format",
50
50
  "boxAI.contentAnswers.unsupportedItems": "{numberOfFiles, plural, one {{files} is unavailable for Box AI} other {{files} are unavailable for Box AI} }",
51
51
  "boxAI.contentAnswers.userAvatar": "User avatar",
52
- "boxAI.contentAnswers.welcomeAskQuestionText": "Ask questions about {numberOfItems, plural, one {{firstItemName}} other {{files}}}{parentItem, select, undefined {} other { in {parentItem}}}",
52
+ "boxAI.contentAnswers.welcomeAskQuestionText": "Ask questions about {numberOfItems, plural, one {{firstItemName}} other {these {files}}}{parentItem, select, undefined {} other { in {parentItem}}}",
53
53
  "boxAI.contentAnswers.welcomeClearChatText": "This chat will be cleared when you close this {type}",
54
54
  "boxAI.contentAnswers.welcomeMessageFilesLink": "{numberOfItems, plural, one {# file} other {# files} }",
55
55
  "boxAI.contentAnswers.welcomeMessageTitle": "Welcome to Box AI",
@@ -99,7 +99,7 @@ boxAI.contentAnswers.unsupportedItems = {numberOfFiles, plural, one {{files} is
99
99
  # Alt text for user avatar image
100
100
  boxAI.contentAnswers.userAvatar = User avatar
101
101
  # Content Answers welcome message for asking questions. {firstItemName} is the name of the content, {files} is a list of items, and {parentItem} is the name of the parent item.
102
- boxAI.contentAnswers.welcomeAskQuestionText = Ask questions about {numberOfItems, plural, one {{firstItemName}} other {{files}}}{parentItem, select, undefined {} other { in {parentItem}}}
102
+ boxAI.contentAnswers.welcomeAskQuestionText = Ask questions about {numberOfItems, plural, one {{firstItemName}} other {these {files}}}{parentItem, select, undefined {} other { in {parentItem}}}
103
103
  # Content Answers welcome message for clearing the chat. {type} is the type of content that we are going to query
104
104
  boxAI.contentAnswers.welcomeClearChatText = This chat will be cleared when you close this {type}
105
105
  # Link that show the number of files that are going to be displayed within the modal
@@ -1 +1 @@
1
- [{"id":"boxAI.contentAnswers.welcomeAskQuestionText","description":"Content Answers welcome message for asking questions. {firstItemName} is the name of the content, {files} is a list of items, and {parentItem} is the name of the parent item.","defaultMessage":"Ask questions about {numberOfItems, plural, one {{firstItemName}} other {{files}}}{parentItem, select, undefined {} other { in {parentItem}}}"},{"id":"boxAI.contentAnswers.welcomeMessageFilesLink","description":"Link that show the number of files that are going to be displayed within the modal","defaultMessage":"{numberOfItems, plural,\n one {# file}\n other {# files}\n }"},{"id":"boxAI.contentAnswers.welcomeClearChatText","description":"Content Answers welcome message for clearing the chat. {type} is the type of content that we are going to query","defaultMessage":"This chat will be cleared when you close this {type}"},{"id":"boxAI.contentAnswers.welcomeMessageTitle","description":"Content Answers welcome message title","defaultMessage":"Welcome to Box AI"},{"id":"boxAI.contentAnswers.unsupportedItems","description":"Warning message that shows how many files are not supported by Box AI","defaultMessage":"{numberOfFiles, plural,\n one {{files} is unavailable for Box AI}\n other {{files} are unavailable for Box AI}\n }"},{"id":"boxAI.contentAnswers.unsupportedFormatLabel","description":"Label that shows within the modal to show how many files are not supported by Box AI due to correct format","defaultMessage":"Unsupported format"},{"id":"boxAI.contentAnswers.noPermissionsLabel","description":"Label that shows within the modal to show how many files are not supported by Box AI due to file not having permissions","defaultMessage":"No Box AI permissions"}]
1
+ [{"id":"boxAI.contentAnswers.welcomeAskQuestionText","description":"Content Answers welcome message for asking questions. {firstItemName} is the name of the content, {files} is a list of items, and {parentItem} is the name of the parent item.","defaultMessage":"Ask questions about {numberOfItems, plural, one {{firstItemName}} other {these {files}}}{parentItem, select, undefined {} other { in {parentItem}}}"},{"id":"boxAI.contentAnswers.welcomeMessageFilesLink","description":"Link that show the number of files that are going to be displayed within the modal","defaultMessage":"{numberOfItems, plural,\n one {# file}\n other {# files}\n }"},{"id":"boxAI.contentAnswers.welcomeClearChatText","description":"Content Answers welcome message for clearing the chat. {type} is the type of content that we are going to query","defaultMessage":"This chat will be cleared when you close this {type}"},{"id":"boxAI.contentAnswers.welcomeMessageTitle","description":"Content Answers welcome message title","defaultMessage":"Welcome to Box AI"},{"id":"boxAI.contentAnswers.unsupportedItems","description":"Warning message that shows how many files are not supported by Box AI","defaultMessage":"{numberOfFiles, plural,\n one {{files} is unavailable for Box AI}\n other {{files} are unavailable for Box AI}\n }"},{"id":"boxAI.contentAnswers.unsupportedFormatLabel","description":"Label that shows within the modal to show how many files are not supported by Box AI due to correct format","defaultMessage":"Unsupported format"},{"id":"boxAI.contentAnswers.noPermissionsLabel","description":"Label that shows within the modal to show how many files are not supported by Box AI due to file not having permissions","defaultMessage":"No Box AI permissions"}]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/box-ai-content-answers",
3
- "version": "0.83.2",
3
+ "version": "0.83.4",
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.0",
18
+ "@box/blueprint-web": "^9.13.1",
19
19
  "@box/blueprint-web-assets": "^4.31.1",
20
- "@box/box-ai-agent-selector": "^0.20.7",
21
- "@box/item-icon": "^0.9.61",
20
+ "@box/box-ai-agent-selector": "^0.20.8",
21
+ "@box/item-icon": "^0.9.62",
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": "a252c96d87a4b792684153ba74d5ccb0bf0e26e0"
59
+ "gitHead": "bbee0ff3d75ec6f90e77b7461cb6e302b7f55b05"
60
60
  }