@box/box-ai-agent-selector 2.1.14 → 2.1.16

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.
Files changed (2) hide show
  1. package/dist/i18n/en-US.js +11 -0
  2. package/package.json +8 -8
@@ -0,0 +1,11 @@
1
+ // THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
2
+ export default {
3
+ "boxAI.agentSelector.agent": "Agent",
4
+ "boxAI.agentSelector.agentList": "Agent List",
5
+ "boxAI.agentSelector.defaultAgent": "Default",
6
+ "boxAI.agentSelector.defaultStatus": "DEFAULT",
7
+ "boxAI.agentSelector.errorMessage": "Failed to load available agents. You're currently using your organization's default agent. Click here to retry.",
8
+ "boxAI.agentSelector.errorTooltip": "Failed to load available agents. Try again.",
9
+ "boxAI.agentSelector.loadingMessage": "Loading available agents",
10
+ "boxAI.agentSelector.selectAgent": "Select an Agent"
11
+ };
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@box/box-ai-agent-selector",
3
- "version": "2.1.14",
3
+ "version": "2.1.16",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
6
  "@ariakit/react": "^0.4.21",
7
- "@box/blueprint-web": "^16.5.0",
8
- "@box/blueprint-web-assets": "^5.2.11",
7
+ "@box/blueprint-web": "^16.6.1",
8
+ "@box/blueprint-web-assets": "^5.2.13",
9
9
  "react": "^17.0.0 || ^18.0.0",
10
10
  "react-dom": "^17.0.0 || ^18.0.0",
11
11
  "react-intl": "^6.4.2"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@ariakit/react": "^0.4.21",
15
- "@box/babel-plugin-target-attributes": "2.1.8",
16
- "@box/blueprint-web": "^16.5.0",
17
- "@box/blueprint-web-assets": "^5.2.11",
18
- "@box/eslint-plugin-blueprint": "^2.1.8",
19
- "@box/storybook-utils": "^1.1.13",
15
+ "@box/babel-plugin-target-attributes": "2.1.9",
16
+ "@box/blueprint-web": "^16.6.1",
17
+ "@box/blueprint-web-assets": "^5.2.13",
18
+ "@box/eslint-plugin-blueprint": "^2.1.9",
19
+ "@box/storybook-utils": "^1.1.15",
20
20
  "@testing-library/react": "^15.0.6",
21
21
  "react-intl": "^6.4.2"
22
22
  },