@box/box-ai-agent-selector 2.1.17 → 2.1.19

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.
@@ -5,7 +5,7 @@ export default {
5
5
  "boxAI.agentSelector.defaultAgent": "デフォルト",
6
6
  "boxAI.agentSelector.defaultStatus": "デフォルト",
7
7
  "boxAI.agentSelector.errorMessage": "利用可能なエージェントを読み込めませんでした。現在、組織のデフォルトエージェントを使用しています。こちらをクリックして再試行してください。",
8
- "boxAI.agentSelector.errorTooltip": "利用可能なエージェントを読み込めませんでした",
8
+ "boxAI.agentSelector.errorTooltip": "利用可能なエージェントを読み込めませんでした。もう一度やり直してください。",
9
9
  "boxAI.agentSelector.loadingMessage": "利用可能なエージェントを読み込み中",
10
10
  "boxAI.agentSelector.selectAgent": "エージェントを選択"
11
11
  };
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@box/box-ai-agent-selector",
3
- "version": "2.1.17",
3
+ "version": "2.1.19",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
6
  "@ariakit/react": "^0.4.21",
7
- "@box/blueprint-web": "^16.6.2",
8
- "@box/blueprint-web-assets": "^5.3.0",
7
+ "@box/blueprint-web": "^16.6.4",
8
+ "@box/blueprint-web-assets": "^5.3.2",
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"
@@ -13,10 +13,10 @@
13
13
  "devDependencies": {
14
14
  "@ariakit/react": "^0.4.21",
15
15
  "@box/babel-plugin-target-attributes": "2.1.9",
16
- "@box/blueprint-web": "^16.6.2",
17
- "@box/blueprint-web-assets": "^5.3.0",
16
+ "@box/blueprint-web": "^16.6.4",
17
+ "@box/blueprint-web-assets": "^5.3.2",
18
18
  "@box/eslint-plugin-blueprint": "^2.1.9",
19
- "@box/storybook-utils": "^1.1.16",
19
+ "@box/storybook-utils": "^1.1.18",
20
20
  "@testing-library/react": "^15.0.6",
21
21
  "react-intl": "^6.4.2"
22
22
  },