@box/metadata-editor 2.8.5 → 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.
@@ -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})",
@@ -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} 신뢰도)",
@@ -52,6 +52,7 @@ export default {
52
52
  "groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder": "Wyszukaj wszystkie szablony",
53
53
  "groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "Wybierz szablon",
54
54
  "groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "Nie można wczytać szablonów. Spróbuj ponownie później",
55
+ "groupSharedFeatures.metadataEditor.viewInFile": "Wyświetl w pliku",
55
56
  "metadataEditor.aiSuggestionField.acceptLabel": "Zaakceptuj sugestię",
56
57
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Sugestia Box AI:",
57
58
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Sugestia Box AI (poziom pewności {level})",
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@box/metadata-editor",
3
- "version": "2.8.5",
3
+ "version": "2.8.7",
4
4
  "peerDependencies": {
5
5
  "@ariakit/react": "0.4.21",
6
- "@box/blueprint-web": "^17.15.2",
7
- "@box/blueprint-web-assets": "^5.10.24",
8
- "@box/box-ai-agent-selector": "^2.2.68",
9
- "@box/combobox-with-api": "^2.2.72",
10
- "@box/metadata-taxonomy-picker": "^3.3.51",
11
- "@box/metadata-template-browser": "^2.4.20",
12
- "@box/user-selector": "^3.0.48",
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.2",
23
- "@box/blueprint-web-assets": "^5.10.24",
24
- "@box/box-ai-agent-selector": "^2.2.68",
25
- "@box/metadata-taxonomy-picker": "^3.3.51",
26
- "@box/storybook-utils": "^1.2.68",
27
- "@box/user-selector": "^3.0.48",
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",