@box/metadata-editor 2.8.6 → 2.8.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.
Files changed (2) hide show
  1. package/dist/i18n/ja-JP.js +1 -0
  2. package/package.json +15 -15
@@ -52,6 +52,7 @@ export default {
52
52
  "groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder": "すべてのテンプレートを検索",
53
53
  "groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "テンプレートを選択",
54
54
  "groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "テンプレートを読み込めませんでした。しばらくしてからもう一度お試しください",
55
+ "groupSharedFeatures.metadataEditor.viewInFile": "ファイル内で表示します",
55
56
  "metadataEditor.aiSuggestionField.acceptLabel": "候補を承認",
56
57
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AIによる候補:",
57
58
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AIによる候補 (信頼度{level})",
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@box/metadata-editor",
3
- "version": "2.8.6",
3
+ "version": "2.8.7",
4
4
  "peerDependencies": {
5
5
  "@ariakit/react": "0.4.21",
6
- "@box/blueprint-web": "^17.15.3",
7
- "@box/blueprint-web-assets": "^5.10.25",
8
- "@box/box-ai-agent-selector": "^2.2.69",
9
- "@box/combobox-with-api": "^2.2.73",
10
- "@box/metadata-taxonomy-picker": "^3.3.52",
11
- "@box/metadata-template-browser": "^2.4.21",
12
- "@box/user-selector": "^3.0.49",
6
+ "@box/blueprint-web": "^17.15.4",
7
+ "@box/blueprint-web-assets": "^5.10.26",
8
+ "@box/box-ai-agent-selector": "^2.2.70",
9
+ "@box/combobox-with-api": "^2.2.74",
10
+ "@box/metadata-taxonomy-picker": "^3.3.53",
11
+ "@box/metadata-template-browser": "^2.4.22",
12
+ "@box/user-selector": "^3.0.50",
13
13
  "formik": "^2.0.3",
14
14
  "lodash": "^4.17.15",
15
15
  "react": "^17.0.0 || ^18.0.0",
@@ -18,13 +18,13 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@ariakit/react": "0.4.21",
21
- "@box/babel-plugin-target-attributes": "2.2.23",
22
- "@box/blueprint-web": "^17.15.3",
23
- "@box/blueprint-web-assets": "^5.10.25",
24
- "@box/box-ai-agent-selector": "^2.2.69",
25
- "@box/metadata-taxonomy-picker": "^3.3.52",
26
- "@box/storybook-utils": "^1.2.69",
27
- "@box/user-selector": "^3.0.49",
21
+ "@box/babel-plugin-target-attributes": "2.2.24",
22
+ "@box/blueprint-web": "^17.15.4",
23
+ "@box/blueprint-web-assets": "^5.10.26",
24
+ "@box/box-ai-agent-selector": "^2.2.70",
25
+ "@box/metadata-taxonomy-picker": "^3.3.53",
26
+ "@box/storybook-utils": "^1.2.70",
27
+ "@box/user-selector": "^3.0.50",
28
28
  "@testing-library/react": "^15.0.6",
29
29
  "react": "^18.3.0",
30
30
  "react-dom": "^18.3.0",